.page-nustar-hotel-price { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-nustar-hotel-price__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-nustar-hotel-price__hero-section { position: relative; text-align: center; color: #fff; padding: 100px 0; overflow: hidden; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; min-height: 600px; } .page-nustar-hotel-price__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-nustar-hotel-price__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; padding: 20px; } .page-nustar-hotel-price__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-nustar-hotel-price__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-nustar-hotel-price__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-hotel-price__cta-button:hover { background-color: #ff6a00; } .page-nustar-hotel-price__section { padding: 60px 0; background-color: #2a2a3e; margin-bottom: 20px; border-radius: 8px; } .page-nustar-hotel-price__section--dark { background-color: #1a1a2e; } .page-nustar-hotel-price__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #e44d26; } .page-nustar-hotel-price__text-content { font-size: 1.1em; line-height: 1.8; margin-bottom: 20px; } .page-nustar-hotel-price__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-hotel-price__card { background-color: #33334d; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-hotel-price__card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); } .page-nustar-hotel-price__card-icon { width: 80px; height: 80px; margin: 0 auto 20px; display: block; object-fit: contain; } .page-nustar-hotel-price__card-title { font-size: 1.5em; margin-bottom: 15px; color: #e44d26; } .page-nustar-hotel-price__card-description { font-size: 1em; color: #ccc; } .page-nustar-hotel-price__game-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-nustar-hotel-price__game-logo-item { width: 100px; height: 100px; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-nustar-hotel-price__game-logo-item:hover { filter: grayscale(0%); } .page-nustar-hotel-price__promo-card { display: flex; flex-direction: column; background-color: #33334d; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-nustar-hotel-price__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-hotel-price__promo-card-content { padding: 20px; } .page-nustar-hotel-price__promo-card-title { font-size: 1.6em; margin-bottom: 10px; color: #e44d26; } .page-nustar-hotel-price__promo-card-description { font-size: 1em; margin-bottom: 20px; color: #ccc; } .page-nustar-hotel-price__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-nustar-hotel-price__blog-card { background-color: #33334d; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: left; } .page-nustar-hotel-price__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-hotel-price__blog-card-content { padding: 20px; } .page-nustar-hotel-price__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-nustar-hotel-price__blog-card-text { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-nustar-hotel-price__blog-card-link { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; } .page-nustar-hotel-price__blog-card-link:hover { text-decoration: underline; } .page-nustar-hotel-price__faq-item { background-color: #33334d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-nustar-hotel-price__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #444466; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-nustar-hotel-price__faq-question h3 { margin: 0; font-size: 1.3em; color: #fff; pointer-events: none; } .page-nustar-hotel-price__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-hotel-price__faq-item.active .page-nustar-hotel-price__faq-toggle { transform: rotate(45deg); } .page-nustar-hotel-price__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-hotel-price__faq-item.active .page-nustar-hotel-price__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-hotel-price__faq-answer p { margin: 0; color: #ccc; } @media (max-width: 992px) { .page-nustar-hotel-price__hero-title { font-size: 2.8em; } .page-nustar-hotel-price__hero-subtitle { font-size: 1.3em; } .page-nustar-hotel-price__section-title { font-size: 2em; } .page-nustar-hotel-price__grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-nustar-hotel-price__faq-question h3 { font-size: 1.2em; } } @media (max-width: 768px) { .page-nustar-hotel-price__hero-section { min-height: 400px; padding: 80px 0; } .page-nustar-hotel-price__hero-title { font-size: 2.2em; } .page-nustar-hotel-price__hero-subtitle { font-size: 1.1em; } .page-nustar-hotel-price__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-nustar-hotel-price__section { padding: 40px 0; } .page-nustar-hotel-price__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-nustar-hotel-price__text-content { font-size: 1em; } .page-nustar-hotel-price__grid { grid-template-columns: 1fr; } .page-nustar-hotel-price__card { padding: 20px; } .page-nustar-hotel-price__card-title { font-size: 1.3em; } .page-nustar-hotel-price__quick-access-buttons { flex-direction: column; align-items: center; } .page-nustar-hotel-price__cta-button, .page-nustar-hotel-price__quick-access-buttons .page-nustar-hotel-price__cta-button { width: 100%; max-width: 300px; box-sizing: border-box; } .page-nustar-hotel-price__promo-card-image, .page-nustar-hotel-price__blog-card-image { height: 180px; } .page-nustar-hotel-price__promo-card-title, .page-nustar-hotel-price__blog-card-title { font-size: 1.3em; } .page-nustar-hotel-price__faq-question { padding: 15px 20px; } .page-nustar-hotel-price__faq-question h3 { font-size: 1em; } .page-nustar-hotel-price__faq-toggle { font-size: 1.5em; } .page-nustar-hotel-price__faq-answer { padding: 0 20px; } .page-nustar-hotel-price__faq-item.active .page-nustar-hotel-price__faq-answer { padding: 15px 20px !important; } /* Image responsiveness */ img { max-width: 100% !important; height: auto !important; } .page-nustar-hotel-price__hero-section img, .page-nustar-hotel-price__promo-card-image img, .page-nustar-hotel-price__blog-card-image img { width: 100% !important; } .page-nustar-hotel-price__game-logo-item { width: 80px !important; height: 80px !important; } } @media (max-width: 480px) { .page-nustar-hotel-price__hero-title { font-size: 1.8em; } .page-nustar-hotel-price__hero-subtitle { font-size: 1em; } .page-nustar-hotel-price__cta-button { padding: 10px 20px; font-size: 1em; } .page-nustar-hotel-price__section-title { font-size: 1.5em; } .page-nustar-hotel-price__faq-question h3 { font-size: 0.9em; } .page-nustar-hotel-price__faq-toggle { font-size: 1.3em; } }