.page-nustar-game-con { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-game-con__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-nustar-game-con__hero-section { position: relative; overflow: hidden; text-align: center; color: #ffffff; padding: 10px 0 80px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; background: linear-gradient(135deg, #2c003e 0%, #0d0d2b 100%); } .page-nustar-game-con__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-nustar-game-con__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-nustar-game-con__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; color: #ffcc00; } .page-nustar-game-con__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #e0e0e0; } .page-nustar-game-con__cta-buttons { display: flex; gap: 20px; justify-content: center; } .page-nustar-game-con__btn { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; cursor: pointer; text-align: center; border: none; } .page-nustar-game-con__btn--primary { background-color: #ffcc00; color: #1a1a2e; } .page-nustar-game-con__btn--primary:hover { background-color: #e6b800; transform: translateY(-3px); } .page-nustar-game-con__btn--secondary { background-color: #6a0572; color: #ffffff; border: 2px solid #ffcc00; } .page-nustar-game-con__btn--secondary:hover { background-color: #4a034f; transform: translateY(-3px); } .page-nustar-game-con__section { padding: 80px 0; text-align: center; } .page-nustar-game-con__section:nth-of-type(even) { background-color: #2a003f; } .page-nustar-game-con__section-title { font-size: 2.8em; margin-bottom: 40px; color: #ffcc00; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); } .page-nustar-game-con__text-content { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #e0e0e0; } .page-nustar-game-con__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-game-con__card { background-color: #2c003e; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-nustar-game-con__card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-nustar-game-con__card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-game-con__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-nustar-game-con__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-nustar-game-con__card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; } .page-nustar-game-con__card-link { display: block; text-align: center; padding: 12px 20px; background-color: #ffcc00; color: #1a1a2e; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-nustar-game-con__card-link:hover { background-color: #e6b800; } .page-nustar-game-con__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-nustar-game-con__quick-access-link { background-color: #6a0572; color: #ffffff; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: 1px solid #ffcc00; } .page-nustar-game-con__quick-access-link:hover { background-color: #4a034f; } .page-nustar-game-con__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; } .page-nustar-game-con__provider-logo { height: 80px; width: auto; object-fit: contain; filter: brightness(0.8) contrast(1.2); transition: filter 0.3s ease; } .page-nustar-game-con__provider-logo:hover { filter: brightness(1) contrast(1.5); } .page-nustar-game-con__faq-item { background-color: #2c003e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-nustar-game-con__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid #3a004f; transition: background-color 0.3s ease; } .page-nustar-game-con__faq-question:hover { background-color: #3a004f; } .page-nustar-game-con__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-nustar-game-con__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-game-con__faq-item.active .page-nustar-game-con__faq-toggle { transform: rotate(45deg); } .page-nustar-game-con__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-game-con__faq-item.active .page-nustar-game-con__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-game-con__faq-answer p { margin: 0 0 15px 0; color: #e0e0e0; font-size: 1em; } .page-nustar-game-con__faq-answer p:last-child { margin-bottom: 0; } .page-nustar-game-con__blog-post-card { background-color: #2c003e; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-nustar-game-con__blog-post-card:hover { transform: translateY(-5px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-nustar-game-con__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-game-con__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-nustar-game-con__blog-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-nustar-game-con__blog-meta { font-size: 0.85em; color: #909090; margin-bottom: 15px; } .page-nustar-game-con__blog-summary { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; } .page-nustar-game-con__blog-link { display: block; text-align: center; padding: 12px 20px; background-color: #ffcc00; color: #1a1a2e; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-nustar-game-con__blog-link:hover { background-color: #e6b800; } .page-nustar-game-con__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-nustar-game-con__floating-btn { background-color: #ffcc00; color: #1a1a2e; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 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; min-width: 120px; } .page-nustar-game-con__floating-btn:hover { background-color: #e6b800; transform: scale(1.05); } .page-nustar-game-con__social-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-nustar-game-con__social-icon-wrapper { display: inline-block; background-color: #6a0572; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-game-con__social-icon-wrapper:hover { background-color: #4a034f; transform: translateY(-3px); } .page-nustar-game-con__social-icon { width: 35px; height: 35px; object-fit: contain; } @media (max-width: 1024px) { .page-nustar-game-con__hero-title { font-size: 3em; } .page-nustar-game-con__hero-subtitle { font-size: 1.3em; } .page-nustar-game-con__section-title { font-size: 2.2em; } .page-nustar-game-con__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-nustar-game-con__hero-section { min-height: 500px; padding-bottom: 60px; } .page-nustar-game-con__hero-title { font-size: 2.5em; } .page-nustar-game-con__hero-subtitle { font-size: 1.2em; } .page-nustar-game-con__cta-buttons { flex-direction: column; gap: 15px; } .page-nustar-game-con__btn { width: 80%; max-width: 300px; margin: 0 auto; } .page-nustar-game-con__section { padding: 60px 0; } .page-nustar-game-con__section-title { font-size: 2em; } .page-nustar-game-con__text-content { font-size: 1em; padding: 0 15px; } .page-nustar-game-con__grid { gap: 20px; } .page-nustar-game-con__card, .page-nustar-game-con__blog-post-card { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-nustar-game-con__card-content, .page-nustar-game-con__blog-content { padding: 20px; } .page-nustar-game-con__card-title, .page-nustar-game-con__blog-title { font-size: 1.3em; } .page-nustar-game-con__quick-access-links { flex-direction: column; } .page-nustar-game-con__quick-access-link { width: 80%; max-width: 300px; margin: 0 auto; } .page-nustar-game-con__game-providers { gap: 20px; } .page-nustar-game-con__provider-logo { height: 60px; } .page-nustar-game-con__faq-question { padding: 15px 20px; } .page-nustar-game-con__faq-question h3 { font-size: 1.1em; } .page-nustar-game-con__faq-answer { padding: 0 20px; } .page-nustar-game-con__faq-item.active .page-nustar-game-con__faq-answer { padding: 15px 20px !important; } .page-nustar-game-con__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-nustar-game-con__floating-btn { padding: 10px 15px; font-size: 0.9em; min-width: 100px; } .page-nustar-game-con__social-icon-wrapper { width: 50px; height: 50px; } .page-nustar-game-con__social-icon { width: 30px; height: 30px; } .page-nustar-game-con__container { padding: 10px; } /* Image responsive rules */ .page-nustar-game-con img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-nustar-game-con__card-image, .page-nustar-game-con__blog-image, .page-nustar-game-con__hero-background { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-nustar-game-con__hero-title { font-size: 2em; } .page-nustar-game-con__hero-subtitle { font-size: 1em; } .page-nustar-game-con__section-title { font-size: 1.8em; } .page-nustar-game-con__btn { padding: 12px 20px; font-size: 1em; } .page-nustar-game-con__card-title, .page-nustar-game-con__blog-title { font-size: 1.2em; } } /* Ensure all list items and text handle long words */ .page-nustar-game-con ul, .page-nustar-game-con ol { list-style: none; padding: 0; margin: 0; } .page-nustar-game-con li { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-game-con p, .page-nustar-game-con h1, .page-nustar-game-con h2, .page-nustar-game-con h3, .page-nustar-game-con h4, .page-nustar-game-con h5, .page-nustar-game-con h6, .page-nustar-game-con a, .page-nustar-game-con span, .page-nustar-game-con div { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }