/* General styling */.page-nustar-log-in { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); /* Fallback for body padding */ } .page-nustar-log-in__section-title { font-size: 2.5em; color: #0056b3; /* Dark blue for titles */ text-align: center; margin-bottom: 40px; padding: 0 15px; line-height: 1.2; } .page-nustar-log-in__cta-button { display: inline-block; background-color: #007bff; /* Blue button */ color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; } .page-nustar-log-in__cta-button:hover { background-color: #0056b3; /* Darker blue on hover */ } .page-nustar-log-in__cta-button--primary { background-color: #28a745; /* Green primary button */ } .page-nustar-log-in__cta-button--primary:hover { background-color: #218838; } /* Hero Section */ .page-nustar-log-in__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding: 20px; box-sizing: border-box; } .page-nustar-log-in__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-nustar-log-in__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); /* Darken image for text readability */ } .page-nustar-log-in__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-nustar-log-in__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.1; } .page-nustar-log-in__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-nustar-log-in__hero-cta-group { display: flex; gap: 20px; justify-content: center; } /* Partner/Provider Logo Section */ .page-nustar-log-in__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin: 60px auto; padding: 0 20px; } .page-nustar-log-in__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar-log-in__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Introduction Section */ .page-nustar-log-in__introduction-section { max-width: 1000px; margin: 60px auto; padding: 0 20px; text-align: center; } .page-nustar-log-in__intro-text { font-size: 1.1em; margin-bottom: 20px; color: #555; } /* Quick Access Section */ .page-nustar-log-in__quick-access-section { background-color: #e9ecef; padding: 60px 20px; text-align: center; } .page-nustar-log-in__quick-access-description { font-size: 1.1em; margin-bottom: 30px; color: #555; } .page-nustar-log-in__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-nustar-log-in__cta-button--quick-access { background-color: #6c757d; } .page-nustar-log-in__cta-button--quick-access:hover { background-color: #5a6268; } /* Games Section */ .page-nustar-log-in__games-section { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; } .page-nustar-log-in__games-intro { font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-nustar-log-in__game-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-nustar-log-in__game-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-nustar-log-in__game-card:hover { transform: translateY(-5px); } .page-nustar-log-in__game-card-image { width: 100%; height: 200px; /* Fixed height for consistency */ object-fit: cover; } .page-nustar-log-in__game-card-title { font-size: 1.5em; margin: 15px 10px 10px; color: #0056b3; } .page-nustar-log-in__game-card-description { font-size: 0.95em; padding: 0 15px 15px; color: #666; min-height: 80px; /* Ensure consistent card height */ } .page-nustar-log-in__cta-button--game { margin-bottom: 20px; background-color: #007bff; } .page-nustar-log-in__cta-button--game:hover { background-color: #0056b3; } /* Promotions Section */ .page-nustar-log-in__promotions-section { background-color: #f0f8ff; padding: 60px 20px; text-align: center; } .page-nustar-log-in__promotions-intro { font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-nustar-log-in__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-log-in__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-nustar-log-in__promo-card:hover { transform: translateY(-5px); } .page-nustar-log-in__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-log-in__promo-card-title { font-size: 1.5em; margin: 15px 10px 10px; color: #0056b3; } .page-nustar-log-in__promo-card-description { font-size: 0.95em; padding: 0 15px 15px; color: #666; min-height: 80px; } .page-nustar-log-in__cta-button--promo { margin-bottom: 20px; background-color: #dc3545; /* Reddish for promotions */ } .page-nustar-log-in__cta-button--promo:hover { background-color: #c82333; } /* Security & Support Section */ .page-nustar-log-in__security-support-section { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; } .page-nustar-log-in__security-intro { font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-nustar-log-in__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .page-nustar-log-in__feature-item { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); padding: 25px; text-align: center; } .page-nustar-log-in__feature-icon { width: 80px; /* Min size 200x200 but displayed smaller for icons */ height: 80px; object-fit: contain; margin-bottom: 15px; } .page-nustar-log-in__feature-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-nustar-log-in__feature-description { font-size: 0.95em; color: #666; } /* FAQ Section */ .page-nustar-log-in__faq-section { max-width: 1000px; margin: 60px auto; padding: 0 20px; } .page-nustar-log-in__faq-container { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-nustar-log-in__faq-item { border-bottom: 1px solid #eee; } .page-nustar-log-in__faq-item:last-child { border-bottom: none; } .page-nustar-log-in__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f9f9f9; transition: background-color 0.3s ease; } .page-nustar-log-in__faq-question:hover { background-color: #e0e0e0; } .page-nustar-log-in__faq-question-title { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; pointer-events: none; /* Prevents title from blocking click event on parent */ } .page-nustar-log-in__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; /* Prevents toggle from blocking click event on parent */ } .page-nustar-log-in__faq-item.active .page-nustar-log-in__faq-toggle { transform: rotate(45deg); /* Change + to X or - */ } .page-nustar-log-in__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-log-in__faq-item.active .page-nustar-log-in__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; } .page-nustar-log-in__faq-answer-text { font-size: 1em; color: #555; margin: 0; } /* Blog Section */ .page-nustar-log-in__blog-section { max-width: 1200px; margin: 60px auto; padding: 0 20px; text-align: center; } .page-nustar-log-in__blog-intro { font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-nustar-log-in__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-nustar-log-in__blog-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-nustar-log-in__blog-card:hover { transform: translateY(-5px); } .page-nustar-log-in__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-nustar-log-in__blog-card-content { padding: 20px; } .page-nustar-log-in__blog-card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-nustar-log-in__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-nustar-log-in__blog-card-summary { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-nustar-log-in__cta-button--blog { background-color: #17a2b8; /* Teal for blog buttons */ } .page-nustar-log-in__cta-button--blog:hover { background-color: #138496; } /* General mobile responsive styles for images */ .page-nustar-log-in img:not(.page-nustar-log-in__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-nustar-log-in__section-title { font-size: 2em; } .page-nustar-log-in__hero-title { font-size: 3em; } .page-nustar-log-in__hero-subtitle { font-size: 1.2em; } } @media (max-width: 768px) { .page-nustar-log-in { padding-top: var(--header-offset, 100px); /* Adjust for smaller header on mobile */ } .page-nustar-log-in__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-nustar-log-in__hero-section { min-height: 400px; } .page-nustar-log-in__hero-title { font-size: 2.2em; } .page-nustar-log-in__hero-subtitle { font-size: 1em; } .page-nustar-log-in__hero-cta-group { flex-direction: column; gap: 15px; } .page-nustar-log-in__cta-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-nustar-log-in__payment-providers { flex-direction: row; /* Ensure row for logos */ flex-wrap: wrap; justify-content: center; gap: 16px; margin: 40px auto; } .page-nustar-log-in__payment-logo, .page-nustar-log-in__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar-log-in__quick-access-buttons { flex-direction: column; } .page-nustar-log-in__cta-button--quick-access { width: 100%; } .page-nustar-log-in__game-cards, .page-nustar-log-in__promo-cards, .page-nustar-log-in__feature-list, .page-nustar-log-in__blog-cards { grid-template-columns: 1fr; } .page-nustar-log-in__game-card-description, .page-nustar-log-in__promo-card-description { min-height: auto; /* Allow height to adjust on mobile */ } .page-nustar-log-in__faq-question { padding: 15px 20px; } .page-nustar-log-in__faq-question-title { font-size: 1.1em; } .page-nustar-log-in__faq-answer { padding: 0 20px; } .page-nustar-log-in__faq-item.active .page-nustar-log-in__faq-answer { padding: 15px 20px !important; } /* General mobile responsive styles for list items */ .page-nustar-log-in ul, .page-nustar-log-in ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; /* Adjust as needed */ padding-right: 15px !important; /* Adjust as needed */ margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-log-in ul li, .page-nustar-log-in ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }