.page-nustar-game-com-ph { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-nustar-game-com-ph { padding-top: var(--header-offset, 80px); } } .page-nustar-game-com-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-nustar-game-com-ph__container { padding: 10px; } } .page-nustar-game-com-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:casino,philippines,gaming]') no-repeat center center/cover; text-align: center; padding: 100px 20px; color: #fff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } @media (max-width: 768px) { .page-nustar-game-com-ph__hero-section { padding: 80px 10px; margin-bottom: 20px; } } .page-nustar-game-com-ph__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-weight: bold; color: #ffcc00; } @media (max-width: 768px) { .page-nustar-game-com-ph__hero-title { font-size: 2.2em; } } .page-nustar-game-com-ph__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-nustar-game-com-ph__hero-subtitle { font-size: 1.1em; margin-bottom: 20px; } } .page-nustar-game-com-ph__download-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-game-com-ph__download-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-game-com-ph__download-button { padding: 12px 25px; font-size: 1em; } } .page-nustar-game-com-ph__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } @media (max-width: 768px) { .page-nustar-game-com-ph__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } } .page-nustar-game-com-ph__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-game-com-ph__floating-button--register { background-color: #28a745; } .page-nustar-game-com-ph__floating-button--login { background-color: #007bff; } .page-nustar-game-com-ph__floating-button:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } .page-nustar-game-com-ph__floating-button--register:hover { background-color: #218838; } .page-nustar-game-com-ph__floating-button--login:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-nustar-game-com-ph__floating-button { padding: 10px 15px; font-size: 0.9em; } } .page-nustar-game-com-ph__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #ffcc00; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-nustar-game-com-ph__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-nustar-game-com-ph__text-center { text-align: center; } .page-nustar-game-com-ph__game-showcase { padding: 40px 0; background-color: #2a2a2a; border-radius: 10px; margin-bottom: 40px; } @media (max-width: 768px) { .page-nustar-game-com-ph__game-showcase { padding: 20px 0; margin-bottom: 20px; } } .page-nustar-game-com-ph__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-nustar-game-com-ph__game-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-nustar-game-com-ph__game-card { background-color: #333; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; } .page-nustar-game-com-ph__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-nustar-game-com-ph__card-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #ffcc00; } .page-nustar-game-com-ph__card-title { font-size: 1.6em; color: #ffcc00; margin: 20px 15px 10px; } .page-nustar-game-com-ph__card-description { font-size: 1em; color: #ccc; margin: 0 15px 20px; } .page-nustar-game-com-ph__promo-section { padding: 40px 0; margin-bottom: 40px; background-color: #1a1a1a; } @media (max-width: 768px) { .page-nustar-game-com-ph__promo-section { padding: 20px 0; margin-bottom: 20px; } } .page-nustar-game-com-ph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-nustar-game-com-ph__promo-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-nustar-game-com-ph__promo-item { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-game-com-ph__promo-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-nustar-game-com-ph__promo-image { width: 100%; height: 250px; object-fit: cover; } .page-nustar-game-com-ph__promo-details { padding: 20px; flex-grow: 1; } .page-nustar-game-com-ph__promo-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 10px; } .page-nustar-game-com-ph__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-nustar-game-com-ph__promo-button { display: block; width: fit-content; margin-top: auto; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; 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-game-com-ph__promo-button:hover { background-color: #e6b800; } .page-nustar-game-com-ph__faq-section { padding: 40px 0; background-color: #2a2a2a; border-radius: 10px; margin-bottom: 40px; } @media (max-width: 768px) { .page-nustar-game-com-ph__faq-section { padding: 20px 0; margin-bottom: 20px; } } .page-nustar-game-com-ph__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .page-nustar-game-com-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; } .page-nustar-game-com-ph__faq-question:hover { background-color: #555; } .page-nustar-game-com-ph__faq-item.active .page-nustar-game-com-ph__faq-question { background-color: #ffcc00; color: #1a1a1a; border-bottom-color: #e6b800; } .page-nustar-game-com-ph__faq-item.active .page-nustar-game-com-ph__faq-question h3 { color: #1a1a1a; } .page-nustar-game-com-ph__faq-question h3 { margin: 0; font-size: 1.4em; color: #ffcc00; pointer-events: none; } @media (max-width: 768px) { .page-nustar-game-com-ph__faq-question h3 { font-size: 1.1em; } } .page-nustar-game-com-ph__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-game-com-ph__faq-item.active .page-nustar-game-com-ph__faq-toggle { color: #1a1a1a; transform: rotate(45deg); } .page-nustar-game-com-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #3a3a3a; color: #ccc; } .page-nustar-game-com-ph__faq-item.active .page-nustar-game-com-ph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nustar-game-com-ph__faq-answer p { margin: 0; } .page-nustar-game-com-ph__cta-section { padding: 60px 20px; background-color: #ffcc00; text-align: center; color: #1a1a1a; border-radius: 10px; } @media (max-width: 768px) { .page-nustar-game-com-ph__cta-section { padding: 40px 10px; } } .page-nustar-game-com-ph__cta-text { font-size: 2.5em; font-weight: bold; margin-bottom: 20px; } @media (max-width: 768px) { .page-nustar-game-com-ph__cta-text { font-size: 1.8em; } } .page-nustar-game-com-ph__cta-button { display: inline-block; background-color: #1a1a1a; color: #ffcc00; padding: 15px 40px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.3em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-game-com-ph__cta-button:hover { background-color: #333; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-game-com-ph__cta-button { padding: 12px 30px; font-size: 1.1em; } } .page-nustar-game-com-ph__games-list-item { box-sizing: border-box; } @media (max-width: 768px) { .page-nustar-game-com-ph__games-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-nustar-game-com-ph__games-list { 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-game-com-ph__card-description, .page-nustar-game-com-ph__promo-description, .page-nustar-game-com-ph__hero-subtitle, .page-nustar-game-com-ph__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }