body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; color: #333; } .page-nustar-chinese-new-year { padding-bottom: 40px; } .page-nustar-chinese-new-year__hero-section { background-image: url('[GALLERY:hero:1920x1080:nustar,chinese new year,celebration,phlbest]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; box-sizing: border-box; padding-top: calc(10px + var(--header-offset, 122px)); } @media (max-width: 768px) { .page-nustar-chinese-new-year__hero-section { padding-top: calc(10px + var(--header-offset, 80px)); } } .page-nustar-chinese-new-year__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-nustar-chinese-new-year__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-nustar-chinese-new-year__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-nustar-chinese-new-year__hero-description { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-nustar-chinese-new-year__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-nustar-chinese-new-year__cta-button:hover { background-color: #e6b800; } .page-nustar-chinese-new-year__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-nustar-chinese-new-year__section--dark { background-color: #222; color: #eee; } .page-nustar-chinese-new-year__section-title { font-size: 2.5em; text-align: center; margin-bottom: 30px; color: #cc0000; } .page-nustar-chinese-new-year__section-title--light { color: #ffcc00; } .page-nustar-chinese-new-year__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-nustar-chinese-new-year__intro-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-nustar-chinese-new-year__intro-item:hover { transform: translateY(-5px); } .page-nustar-chinese-new-year__intro-icon { width: 80px; height: 80px; margin-bottom: 20px; } .page-nustar-chinese-new-year__intro-heading { font-size: 1.5em; margin-bottom: 15px; color: #cc0000; } .page-nustar-chinese-new-year__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-nustar-chinese-new-year__quick-access-item { flex: 1 1 auto; min-width: 200px; max-width: 280px; text-align: center; } .page-nustar-chinese-new-year__quick-access-button { display: block; background-color: #cc0000; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; width: 100%; box-sizing: border-box; } .page-nustar-chinese-new-year__quick-access-button:hover { background-color: #a00000; } .page-nustar-chinese-new-year__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; } .page-nustar-chinese-new-year__game-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); width: calc(33% - 25px); max-width: 350px; text-align: center; transition: transform 0.3s ease; } .page-nustar-chinese-new-year__game-card:hover { transform: translateY(-8px); } .page-nustar-chinese-new-year__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-chinese-new-year__game-content { padding: 20px; } .page-nustar-chinese-new-year__game-title { font-size: 1.8em; margin-bottom: 10px; color: #ffcc00; } .page-nustar-chinese-new-year__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-nustar-chinese-new-year__game-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-nustar-chinese-new-year__game-button:hover { background-color: #e6b800; } .page-nustar-chinese-new-year__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-nustar-chinese-new-year__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-nustar-chinese-new-year__promo-card:hover { transform: translateY(-5px); } .page-nustar-chinese-new-year__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-nustar-chinese-new-year__promo-content { padding: 20px; } .page-nustar-chinese-new-year__promo-title { font-size: 1.6em; margin-bottom: 10px; color: #cc0000; } .page-nustar-chinese-new-year__promo-description { font-size: 0.95em; line-height: 1.6; margin-bottom: 20px; } .page-nustar-chinese-new-year__promo-button { display: inline-block; background-color: #cc0000; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-nustar-chinese-new-year__promo-button:hover { background-color: #a00000; } .page-nustar-chinese-new-year__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-nustar-chinese-new-year__security-item { background-color: #333; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-nustar-chinese-new-year__security-icon { width: 60px; height: 60px; margin-bottom: 20px; } .page-nustar-chinese-new-year__security-heading { font-size: 1.4em; margin-bottom: 15px; color: #ffcc00; } .page-nustar-chinese-new-year__faq-container { max-width: 800px; margin: 0 auto; } .page-nustar-chinese-new-year__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-nustar-chinese-new-year__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-nustar-chinese-new-year__faq-question:hover { background-color: #e0e0e0; } .page-nustar-chinese-new-year__faq-question h3 { margin: 0; font-size: 1.2em; color: #cc0000; pointer-events: none; } .page-nustar-chinese-new-year__faq-toggle { font-size: 1.5em; font-weight: bold; color: #cc0000; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-chinese-new-year__faq-item.active .page-nustar-chinese-new-year__faq-toggle { transform: rotate(45deg); } .page-nustar-chinese-new-year__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-nustar-chinese-new-year__faq-item.active .page-nustar-chinese-new-year__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-nustar-chinese-new-year__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-nustar-chinese-new-year__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-nustar-chinese-new-year__blog-card:hover { transform: translateY(-5px); } .page-nustar-chinese-new-year__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-nustar-chinese-new-year__blog-content { padding: 20px; } .page-nustar-chinese-new-year__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #cc0000; line-height: 1.4; } .page-nustar-chinese-new-year__blog-title a { text-decoration: none; color: inherit; } .page-nustar-chinese-new-year__blog-title a:hover { text-decoration: underline; } .page-nustar-chinese-new-year__blog-excerpt { font-size: 0.9em; color: #666; line-height: 1.6; margin-bottom: 15px; } .page-nustar-chinese-new-year__blog-read-more { display: inline-block; color: #cc0000; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-nustar-chinese-new-year__blog-read-more:hover { color: #a00000; } .page-nustar-chinese-new-year__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-nustar-chinese-new-year__floating-button { background-color: #ffcc00; color: #333; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-nustar-chinese-new-year__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-chinese-new-year__hero-title { font-size: 2.5em; } .page-nustar-chinese-new-year__hero-description { font-size: 1.1em; } .page-nustar-chinese-new-year__section-title { font-size: 2em; } .page-nustar-chinese-new-year__intro-item, .page-nustar-chinese-new-year__promo-card, .page-nustar-chinese-new-year__blog-card { padding: 20px; } .page-nustar-chinese-new-year__game-card { width: calc(100% - 25px); max-width: none; } .page-nustar-chinese-new-year__quick-access-item { min-width: 150px; max-width: 100%; flex-basis: 100%; } .page-nustar-chinese-new-year__quick-access-button { font-size: 0.9em; } .page-nustar-chinese-new-year__intro-grid, .page-nustar-chinese-new-year__promotions-grid, .page-nustar-chinese-new-year__security-grid, .page-nustar-chinese-new-year__blog-grid { grid-template-columns: 1fr; } .page-nustar-chinese-new-year__faq-question h3 { font-size: 1.1em; } .page-nustar-chinese-new-year__faq-answer { padding: 0 15px; } .page-nustar-chinese-new-year__faq-item.active .page-nustar-chinese-new-year__faq-answer { padding: 15px !important; } .page-nustar-chinese-new-year__floating-buttons { bottom: 15px; right: 15px; } .page-nustar-chinese-new-year__floating-button { padding: 10px 15px; font-size: 0.9em; } } /* Global responsive image styles */ img { max-width: 100%; height: auto; display: block; } .page-nustar-chinese-new-year__game-image, .page-nustar-chinese-new-year__promo-image, .page-nustar-chinese-new-year__blog-image { max-width: 100% !important; height: auto !important; object-fit: cover; box-sizing: border-box !important; } @media (max-width: 768px) { img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-nustar-chinese-new-year__intro-grid > div, .page-nustar-chinese-new-year__quick-access-list > div, .page-nustar-chinese-new-year__game-categories > div, .page-nustar-chinese-new-year__promotions-grid > div, .page-nustar-chinese-new-year__security-grid > div, .page-nustar-chinese-new-year__blog-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px !important; } .page-nustar-chinese-new-year__intro-grid, .page-nustar-chinese-new-year__quick-access-list, .page-nustar-chinese-new-year__game-categories, .page-nustar-chinese-new-year__promotions-grid, .page-nustar-chinese-new-year__security-grid, .page-nustar-chinese-new-year__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-chinese-new-year__intro-heading, .page-nustar-chinese-new-year__game-title, .page-nustar-chinese-new-year__promo-title, .page-nustar-chinese-new-year__security-heading, .page-nustar-chinese-new-year__blog-title { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }