.page-nustar-home-ph { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-nustar-home-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-home-ph__section { padding: 60px 20px; text-align: center; } @media (max-width: 768px) { .page-nustar-home-ph__section { padding: 40px 15px; } } .page-nustar-home-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:nustar,casino,philippines]') center/cover no-repeat; color: #fff; padding: 10px 20px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; } @media (max-width: 768px) { .page-nustar-home-ph__hero-section { min-height: 60vh; padding: 10px 15px 60px; } } .page-nustar-home-ph__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; color: #ffd700; } @media (max-width: 768px) { .page-nustar-home-ph__hero-title { font-size: 2.2em; } } .page-nustar-home-ph__hero-subtitle { font-size: 1.4em; margin-bottom: 40px; max-width: 800px; } @media (max-width: 768px) { .page-nustar-home-ph__hero-subtitle { font-size: 1em; } } .page-nustar-home-ph__button-group { display: flex; gap: 20px; justify-content: center; } @media (max-width: 768px) { .page-nustar-home-ph__button-group { flex-direction: column; gap: 15px; width: 100%; max-width: 300px; } } .page-nustar-home-ph__button { background-color: #ffd700; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; white-space: nowrap; } @media (max-width: 768px) { .page-nustar-home-ph__button { width: 100%; text-align: center; padding: 12px 20px; } } .page-nustar-home-ph__button:hover { background-color: #ffe033; transform: translateY(-3px); } .page-nustar-home-ph__secondary-button { background-color: #444; color: #fff; } .page-nustar-home-ph__secondary-button:hover { background-color: #666; } .page-nustar-home-ph__heading { font-size: 2.5em; margin-bottom: 40px; color: #ffd700; } @media (max-width: 768px) { .page-nustar-home-ph__heading { font-size: 1.8em; margin-bottom: 30px; } } .page-nustar-home-ph__subheading { font-size: 1.8em; margin-bottom: 20px; color: #fff; } @media (max-width: 768px) { .page-nustar-home-ph__subheading { font-size: 1.4em; } } .page-nustar-home-ph__text-content { max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; color: #ccc; } @media (max-width: 768px) { .page-nustar-home-ph__text-content { font-size: 0.95em; } } .page-nustar-home-ph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-nustar-home-ph__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; } } .page-nustar-home-ph__card { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .page-nustar-home-ph__card:hover { transform: translateY(-5px); } .page-nustar-home-ph__card-image { width: 100%; max-width: 400px; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; max-height: 250px; } @media (max-width: 768px) { .page-nustar-home-ph__card-image { max-width: 100%; max-height: 200px; } } .page-nustar-home-ph__card-title { font-size: 1.5em; margin-bottom: 15px; color: #ffd700; } .page-nustar-home-ph__card-description { font-size: 0.95em; color: #aaa; margin-bottom: 20px; flex-grow: 1; } .page-nustar-home-ph__icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-nustar-home-ph__icon-grid { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; } } .page-nustar-home-ph__icon-item { text-align: center; background-color: #2a2a2a; padding: 15px; border-radius: 8px; } .page-nustar-home-ph__icon-item img { max-width: 100px; height: auto; margin-bottom: 10px; } @media (max-width: 768px) { .page-nustar-home-ph__icon-item img { max-width: 80px; } } .page-nustar-home-ph__icon-item span { display: block; font-size: 0.9em; color: #ccc; } .page-nustar-home-ph__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; } @media (max-width: 768px) { .page-nustar-home-ph__faq-list { margin-top: 20px; } } .page-nustar-home-ph__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-nustar-home-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #333; color: #ffd700; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-nustar-home-ph__faq-question:hover { background-color: #444; } .page-nustar-home-ph__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: inherit; font-size: inherit; } .page-nustar-home-ph__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-home-ph__faq-item.active .page-nustar-home-ph__faq-toggle { transform: rotate(45deg); } .page-nustar-home-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-nustar-home-ph__faq-item.active .page-nustar-home-ph__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-nustar-home-ph__faq-question { font-size: 1em; padding: 15px; } .page-nustar-home-ph__faq-answer { padding: 0 15px; } .page-nustar-home-ph__faq-item.active .page-nustar-home-ph__faq-answer { padding: 15px !important; } } .page-nustar-home-ph__cta-section { background-color: #222; } .page-nustar-home-ph__cta-text { font-size: 1.6em; margin-bottom: 30px; color: #fff; } @media (max-width: 768px) { .page-nustar-home-ph__cta-text { font-size: 1.2em; } } .page-nustar-home-ph__link-button { background-color: #ffd700; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; margin-top: 20px; } .page-nustar-home-ph__link-button:hover { background-color: #ffe033; transform: translateY(-2px); } .page-nustar-home-ph__provider-logo { max-width: 120px; height: auto; margin: 10px; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-nustar-home-ph__provider-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-nustar-home-ph__provider-logo { max-width: 80px; margin: 5px; } }