.page-nustar-hotel-logo { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-nustar-hotel-logo__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-hotel-logo__hero-section { position: relative; width: 100%; height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; padding-top: 10px; } .page-nustar-hotel-logo__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-nustar-hotel-logo__hero-content { z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-nustar-hotel-logo__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-nustar-hotel-logo__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-nustar-hotel-logo__cta-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-nustar-hotel-logo__cta-button:hover { background-color: #c02936; } .page-nustar-hotel-logo__section { padding: 60px 20px; text-align: center; } .page-nustar-hotel-logo__section-title { font-size: 2.5em; margin-bottom: 40px; color: #457b9d; } .page-nustar-hotel-logo__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; max-width: 1000px; margin: 0 auto; text-align: left; } .page-nustar-hotel-logo__intro-text { flex: 1; min-width: 300px; max-width: 600px; } .page-nustar-hotel-logo__intro-image { flex: 1; min-width: 300px; max-width: 400px; } .page-nustar-hotel-logo__intro-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-nustar-hotel-logo__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; } .page-nustar-hotel-logo__quick-access-item { background-color: #2b2d42; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-nustar-hotel-logo__quick-access-item:hover { transform: translateY(-5px); background-color: #3a3f5b; } .page-nustar-hotel-logo__quick-access-item a { color: #e63946; text-decoration: none; font-size: 1.1em; font-weight: bold; display: block; } .page-nustar-hotel-logo__quick-access-item a:hover { text-decoration: underline; } .page-nustar-hotel-logo__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; } .page-nustar-hotel-logo__game-card { background-color: #2b2d42; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; } .page-nustar-hotel-logo__game-card:hover { transform: translateY(-5px); } .page-nustar-hotel-logo__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-nustar-hotel-logo__game-card-content { padding: 20px; } .page-nustar-hotel-logo__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #457b9d; } .page-nustar-hotel-logo__game-card-description { font-size: 0.95em; color: #a8dadc; margin-bottom: 15px; } .page-nustar-hotel-logo__game-card-link { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-hotel-logo__game-card-link:hover { background-color: #c02936; } .page-nustar-hotel-logo__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; } .page-nustar-hotel-logo__promo-card { background-color: #2b2d42; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; } .page-nustar-hotel-logo__promo-card:hover { transform: translateY(-5px); } .page-nustar-hotel-logo__promo-card img { width: 100%; height: 220px; object-fit: cover; } .page-nustar-hotel-logo__promo-card-content { padding: 20px; } .page-nustar-hotel-logo__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #457b9d; } .page-nustar-hotel-logo__promo-card-description { font-size: 0.95em; color: #a8dadc; margin-bottom: 15px; } .page-nustar-hotel-logo__promo-card-link { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-hotel-logo__promo-card-link:hover { background-color: #c02936; } .page-nustar-hotel-logo__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto; } .page-nustar-hotel-logo__feature-item { background-color: #2b2d42; padding: 25px; border-radius: 10px; flex: 1; min-width: 280px; max-width: 30%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; } .page-nustar-hotel-logo__feature-item h3 { color: #457b9d; margin-bottom: 10px; font-size: 1.3em; } .page-nustar-hotel-logo__faq-list { max-width: 900px; margin: 0 auto; text-align: left; } .page-nustar-hotel-logo__faq-item { background-color: #2b2d42; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-nustar-hotel-logo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3f5b; transition: background-color 0.3s ease; } .page-nustar-hotel-logo__faq-question:hover { background-color: #4c526a; } .page-nustar-hotel-logo__faq-question h3 { margin: 0; font-size: 1.2em; color: #a8dadc; pointer-events: none; } .page-nustar-hotel-logo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e63946; pointer-events: none; } .page-nustar-hotel-logo__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: #2b2d42; color: #f0f0f0; } .page-nustar-hotel-logo__faq-item.active .page-nustar-hotel-logo__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nustar-hotel-logo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; } .page-nustar-hotel-logo__blog-card { background-color: #2b2d42; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; } .page-nustar-hotel-logo__blog-card:hover { transform: translateY(-5px); } .page-nustar-hotel-logo__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-nustar-hotel-logo__blog-card-content { padding: 20px; } .page-nustar-hotel-logo__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #457b9d; } .page-nustar-hotel-logo__blog-card-description { font-size: 0.9em; color: #a8dadc; margin-bottom: 15px; } .page-nustar-hotel-logo__blog-card-link { display: inline-block; background-color: #e63946; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-nustar-hotel-logo__blog-card-link:hover { background-color: #c02936; } @media (max-width: 768px) { .page-nustar-hotel-logo__hero-section { height: 450px; } .page-nustar-hotel-logo__hero-title { font-size: 2em; } .page-nustar-hotel-logo__hero-subtitle { font-size: 1.2em; } .page-nustar-hotel-logo__section { padding: 40px 15px; } .page-nustar-hotel-logo__section-title { font-size: 2em; margin-bottom: 30px; } .page-nustar-hotel-logo__intro-content { flex-direction: column; } .page-nustar-hotel-logo__intro-text, .page-nustar-hotel-logo__intro-image { max-width: 100%; } .page-nustar-hotel-logo__quick-access-grid { grid-template-columns: 1fr; } .page-nustar-hotel-logo__games-grid, .page-nustar-hotel-logo__promo-grid, .page-nustar-hotel-logo__blog-grid { grid-template-columns: 1fr; } .page-nustar-hotel-logo__game-card, .page-nustar-hotel-logo__promo-card, .page-nustar-hotel-logo__blog-card { max-width: 100%; } .page-nustar-hotel-logo__security-features { flex-direction: column; } .page-nustar-hotel-logo__feature-item { max-width: 100%; } .page-nustar-hotel-logo__faq-list { padding: 0 15px; } .page-nustar-hotel-logo__faq-question { padding: 15px; } .page-nustar-hotel-logo__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-hotel-logo__faq-answer { padding: 0 15px; box-sizing: border-box !important; } .page-nustar-hotel-logo__faq-item.active .page-nustar-hotel-logo__faq-answer { padding: 15px 15px !important; } } @media (max-width: 375px) { .page-nustar-hotel-logo__hero-title { font-size: 1.8em; } .page-nustar-hotel-logo__hero-subtitle { font-size: 1em; } .page-nustar-hotel-logo__cta-button { padding: 12px 25px; font-size: 1.1em; } }