/* ─────────────────── AURA GLOBAL & TICKETS STYLES ─────────────────── */
:root {
    --aura-purple: #512989;
    --aura-dark: #1c0052;
    --aura-glow: #512989;
    --aura-accent: #7a00df;
}

body.page-template-default.page-id-tickets {
    background-color: #0d0025;
    color: #fff;
}

/* ── Global Header ── */
.announcement-bar {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 13px;
    background: #512989;
}

.main-header-row {
    background: rgba(28, 0, 82, 0.9);
    backdrop-filter: blur(10px);
}

.header-container {
    padding: 0 20px;
}

.main-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    padding: 8px 0;
    flex: 0 0 auto;
    margin: 0;
}

.header-logo img {
    max-width: 100%;
    width: 100px;
}

.nav-link-white {
    color: #fff !important;
}

.nav-link-active {
    color: #512989 !important;
    font-weight: bold !important;
}

.header-cta {
    flex: 0 0 auto;
}

/* ── Navbar Spacing Fix ── */
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0.5rem 0.9rem !important;
    white-space: nowrap;
}

@media (max-width: 1200px) {
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
        padding: 0.5rem 0.6rem !important;
        font-size: 0.9rem !important;
    }
}

.contact-btn {
    background: #7a00df !important;
    border: none !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    padding: 10px 25px !important;
}

/* ── Hero ── */
.tickets-hero {
    position: relative;
    height: 60vh;
    min-height: 600px;
    background: linear-gradient(rgba(28, 0, 82, 0.7), rgba(81, 41, 137, 0.6)), url('../images/24.jpg') center / cover no-repeat fixed;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-top: 100px;
}

.tickets-heroContent {
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(81, 41, 137, 0.15);
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
}

.tickets-hero h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.85;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.tickets-hero h1 span {
    color: #fff;
}

.tickets-hero p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    margin-top: 20px;
    color: #e0d0ff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* jungle-room */
.jungle-hero {
    background: linear-gradient(rgba(13, 0, 37, 0.6), rgba(81, 41, 137, 0.4)), url('../images/jungle-hero.jpg') center/cover no-repeat fixed !important;

}

.art-hero {
    background: linear-gradient(rgba(13, 0, 37, 0.6), rgba(81, 41, 137, 0.4)), url('../images/18.jpg') center/cover no-repeat fixed !important;

}

/* ── Field Trip Hero ── */
.field-trip-hero {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: url('../images/school.png') center center / cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.ft-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 0, 40, 0.72) 0%, rgba(81, 41, 137, 0.6) 100%);
    z-index: 1;
}

.ft-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 60px;
}

.field-trip-hero h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.field-trip-hero h1 span {
    color: #fff;
}

.ft-hero-sub {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 18px;
    margin-bottom: 0;
    color: #e8d5ff;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .field-trip-hero {
        min-height: 420px;
    }

    .field-trip-hero h1 {
        font-size: 4.5rem;
    }

    .ft-hero-sub {
        font-size: 1.2rem;
    }
}


/* ── Experiences ── */
.experiences-section {
    padding: 120px 0;
    position: relative;
    background: #f7f3ff;
}

.section-header {
    margin-bottom: 80px;
}

.text-black {
    color: black
}

.section-eyebrow {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #512989;
    margin-bottom: 15px;
}

.section-title {
    font-family: 'Tungsten', sans-serif;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #512989;
    margin-bottom: 10px;
    line-height: 1;
}

.section-description {
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.exp-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: none;
}

.exp-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(122, 0, 223, 0.4);
}

.exp-card-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.exp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.exp-card:hover .exp-card-img img {
    transform: scale(1.1);
}

.exp-card-content {
    padding: 35px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.exp-card-content h3 {
    font-family: 'Tungsten', sans-serif;
    color: var(--aura-purple);
    text-transform: uppercase;
    font-size: 2.8rem;
    margin: 0;
    line-height: 1;
}

.exp-card-content p {
    color: #666;
    font-size: 1rem;
    margin: 15px 0 25px 0;
    font-family: 'Lato', sans-serif;
}

.btn-book-now {
    background: var(--aura-purple);
    color: #fff;
    border: none;
    border-radius: 40px;
    font-weight: 900;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 14px 35px;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px;
    text-decoration: none;
}

.btn-book-now:hover {
    background: var(--aura-glow);
    color: var(--aura-dark);
    transform: scale(1.05);
    text-decoration: none;
}

.btn-explore {
    background: var(--aura-glow) !important;
    color: var(--aura-light) !important;
    font-size: 1.1rem !important;
    padding: 18px 45px !important;
}

/* ── Info Strip ── */
.info-strip {
    background: var(--aura-glow);
    padding: 60px 0;
    color: var(--aura-dark);
}

.info-box {
    text-align: center;
}

.info-box i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.info-box h4 {
    font-family: 'Tungsten', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.info-box p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    opacity: 0.8;
}

/* ── Global Footer ── */
.site-footer-main {
    background: #0d0025;
    padding: 100px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-logo {
    width: 150px;
    margin-bottom: 30px;
}

.footer-about {
    color: #b39ccc;
    line-height: 1.8;
}

.footer-social a {
    color: #fff;
    margin-right: 20px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: var(--aura-glow);
}

.footer-title {
    font-family: 'Tungsten', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-hours-list {
    list-style: none;
    padding: 0;
    color: #b39ccc;
    line-height: 2;
}

.footer-hours-list strong {
    color: #fff;
}

.footer-info {
    color: #b39ccc;
    line-height: 1.8;
}

.footer-contact-highlight {
    margin-top: 20px;
    color: var(--aura-glow);
    font-weight: bold;
}

.footer-bottom-bar {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    color: #666;
    font-size: 0.85rem;
}

/* ─────────────────── AURA BIRTHDAYS STYLES ─────────────────── */
.birthday-hero {
    border-bottom: 0px;
    position: relative;
    height: 600px;
    background: url('../images/birthday-hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.birthday-hero h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

.wavy-transition {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.section-purple {
    background-color: #1c0052;
    color: #fff;
    padding: 80px 0;
}

.section-white {
    background-color: #fff;
    color: #333;
    padding: 80px 0;
}

.package-card {
    background: #512989;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
    border: 2px solid transparent;
    color: #FFFFFF;
}

.package-card:hover {
    transform: translateY(-10px);
    border-color: #7a00df;
}

.package-card.premium {
    background: #512989;
    color: #fff;
}

.package-card h3 {
    font-family: 'Tungsten', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.package-card ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #FFFFFF;
}

.package-card ul li::before {
    content: '🎨';
    position: absolute;
    left: 0;
    top: 2px;
}

.btn-aura {
    background: #7a00df;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px white;
    transition: all 0.3s;
}

.btn-aura:hover {

    background: #512989;
    color: white;
    text-decoration: none;
    border: solid white 1px;
}

.split-section img {
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.faq-accordion .card {
    border: none;
    margin-bottom: 10px;
    background: transparent;
}

.faq-accordion .card-header {
    background: rgba(122, 0, 223, 0.1);
    border-radius: 10px !important;
    cursor: pointer;
    padding: 20px;
    transition: background 0.3s;
}

.faq-accordion .card-header:hover {
    background: rgba(122, 0, 223, 0.2);
}

.faq-accordion h5 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #512989;
}

.torn-edge {
    width: 100%;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.heroSlider {
    border-bottom: 0px;
    position: relative;
    height: 600px;
    /* background: url('../images/birthday-banner.jpg'); */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heroSlider1 {
    border-bottom: 0px;
    position: relative;
    height: 600px;
    background: linear-gradient(rgba(28, 0, 82, 0.7), rgba(81, 41, 137, 0.6)), url('../images/13.jpg') center / cover no-repeat fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.heroSlider1 video {
    width: 100%;
    position: relative;
}

.heroSlider video {
    width: 100%;
    position: relative;
}

.videoTextOverlay h1 {
    color: #FFFFFF;
    font-family: 'Tungsten', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
    margin: 0;
    line-height: 0.9;
}

.videoTextOverlay p {
    color: #ffffff;
    font-size: 1.8rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
}

.ripped-divider {
    width: 100%;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 20;
    margin-top: -40px;
    /* margin-bottom: -40px; */
}

/* ── Shared Utilities ── */
.title-white-tungsten {
    font-family: 'Tungsten', sans-serif;
    font-size: 3.5rem;
    color: #ffffff;
    line-height: 1;
}

.title-purple-tungsten {
    font-family: 'Tungsten', sans-serif;
    font-size: 3.5rem;
    color: #512989;
}

.title-tungsten-large {
    font-family: 'Tungsten', sans-serif;
    font-size: 4rem;
}

.text-white-lato {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.list-white-checklist {
    list-style: none;
    padding: 0;
    color: #ffffff;
}

.list-white-checklist li {
    margin-bottom: 10px;
}

.section-purple-alt {
    background-color: #512989;
}

.section-purple-vibrant {
    background-color: #8b0bcb;
}

.section-purple-soft {
    background-color: #caa4e5;
}

.mb-40 {
    margin-bottom: 40px;
}

/* ─────────────────── AURA FAQ STYLES ─────────────────── */
.faq-hero {
    position: relative;
    height: 600px;
    background: linear-gradient(rgba(28, 0, 82, 0.72), rgba(81, 41, 137, 0.72)), url('../images/16.jpg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 100px 0;
}

.faq-hero h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 6rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.8);
    color: #fff;
}

.faq-hero p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    margin-top: 16px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
    color: #e8d5ff;
}

.faq-hero-badge {
    display: inline-block;
    background: rgba(81, 41, 137, 0.18);
    border: 2px solid #ffffff;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.faq-section {
    background: #f7f3ff;
    padding: 90px 0;
}

.white-sec {
    margin-top: -87px;
}

.faq-section-title {
    font-family: 'Tungsten', sans-serif;
    font-size: 3.5rem;
    color: #1c0052;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.faq-section-sub {
    font-family: 'Lato', sans-serif;
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 50px;
}

.faq-category-pill {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #ecdeff;
    color: #512989;
    border-radius: 30px;
    padding: 4px 14px;
    margin-bottom: 12px;
}

.faq-item {
    background: #42236e;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 4px 20px rgba(81, 41, 137, 0.07);
    overflow: hidden;
    border: 1.5px solid transparent;
    transition: border-color 0.3s;
}

.faq-item.open,
.faq-item:hover {
    border-color: #c69ef5;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 28px;
    cursor: pointer;
    user-select: none;
}

.faq-question h5 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #ffffff;
}

.faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ecdeff;
    color: #512989;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    transition: background 0.3s, transform 0.35s;
}

.faq-item.open .faq-icon {
    background: #512989;
    color: #fff;
    transform: rotate(45deg);
}

.faq-answer {
    display: none;
    padding: 28px 28px 22px 28px;
    font-family: 'Lato', sans-serif;
    font-size: 0.97rem;
    color: #ffffff;
    line-height: 1.75;
    border-top: 1px solid #f0e6ff;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-search-wrap {
    position: relative;
    max-width: 560px;
    margin: 0 auto 50px auto;
}

.faq-search-wrap input {
    width: 100%;
    padding: 16px 20px 16px 52px;
    border: 2px solid #7a00df;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s;
}

.faq-search-wrap input:focus {
    border-color: #7a00df;
}

.faq-search-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 1.1rem;
}

.faq-cta {
    background: linear-gradient(135deg, #1c0052 0%, #512989 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.faq-cta h2 {
    font-family: 'Tungsten', sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #fff;
}

.faq-cta p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1rem;
    color: #d8bfff;
    margin-bottom: 30px;
}

.btn-aura-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    padding: 13px 34px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-left: 12px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.btn-aura-outline:hover {
    background: #fff;
    color: #512989;
    text-decoration: none;
}

#faq-no-match {
    display: none;
    text-align: center;
    padding: 40px 0;
    font-family: 'Lato', sans-serif;
    color: #888;
    font-size: 1rem;
}

.contact-link-highlight {
    color: #7a00df !important;
    font-weight: 700 !important;
    transition: color 0.3s;
}

.contact-link-highlight:hover {
    color: #512989 !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    /* .videoTextOverlay {
        top: auto;
        bottom: 20%;
        right: 5%;
        width: 90%;
        text-align: center;
    } */

    .videoTextOverlay h1 {
        font-size: 3.5rem;
    }

    .videoTextOverlay p {
        font-size: 1.2rem;
    }

    .tickets-hero h1 {
        font-size: 4.5rem;
    }

    .exp-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .birthday-hero h1 {
        font-size: 3rem;
    }

    .faq-hero h1 {
        font-size: 3.5rem;
    }

    .faq-hero {
        height: 380px;
    }

    .faq-cta h2 {
        font-size: 2.5rem;
    }

    .btn-aura-outline {
        margin-left: 0;
        margin-top: 12px;
    }
}

@media (max-width: 576px) {
    .tickets-hero h1 {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 3rem;
    }
}

/* ── Standardized Header & Footer (Index Style) ── */
.announcement-bar-standard {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 13px;
    background: #512989;
}

.main-header-standard {
    background: rgba(28, 0, 82, 0.9);
    backdrop-filter: blur(10px);
    transition: background 0.3s, box-shadow 0.3s;
}

.mega-menu-standard {
    min-width: 1100px;
    background: #1c0052 !important;
    border: none !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
    padding: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 10px !important;
    /* Use margin instead of top to fix positioning */
    z-index: 9999 !important;
}

/* Fix for white background on navbar item */
.navbar-nav .nav-item.dropdown.show,
.navbar-nav .nav-item.dropdown.show>.nav-link,
.navbar-nav .nav-item.dropdown.show>a,
.navbar-nav .nav-item.dropdown.show::before,
.navbar-nav .nav-item.dropdown.show::after {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    display: block !important;
    /* Ensure it doesn't vanish but remains transparent */
}

.mega-menu-card {
    background: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: block !important;
    transition: all 0.3s !important;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    min-height: 250px;
    /* Ensure they have height */
}



.mega-menu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.mega-menu-title {
    font-family: 'Tungsten', sans-serif !important;
    color: #512989 !important;
    text-transform: uppercase !important;
    font-size: 1.8em !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.purple-btn {
    background: #512989 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    font-size: 0.8em !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.footer-text-standard {
    background: #0d0025;
    padding: 100px 0 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
}

/* ── Standardized Footer System (Screenshot Match) ── */
.footerLogoBar {
    background: #fff;
    padding: 30px 0;
}

.footLogoBorder {
    border-bottom: 2px solid #512989;
    height: 50px;
}

.subFooter {
    background: #b892ff;
    /* Light Purple Section */
    padding: 60px 0;
    color: #333;
}

.subFooter .widget-title {
    font-family: 'Tungsten', sans-serif !important;
    font-size: 2.2rem !important;
    color: #512989 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.subFooter ul.menu {
    list-style: none;
    padding: 0;
}

.subFooter ul.menu li {
    margin-bottom: 8px;
}

.subFooter ul.menu li a {
    color: #444;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.subFooter ul.menu li a:hover {
    color: #512989;
}

.footerText {
    background: #512989;
    /* Dark Purple Section */
    padding: 80px 0;
    color: #fff;
}

.footerText .widget-title {
    font-family: 'Tungsten', sans-serif !important;
    font-size: 2.2rem !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footerText p,
.footerText div {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.footerSocial a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin-right: 10px;
    transition: background 0.3s;
}

.footerSocial a:hover {
    background: #fff;
    color: #512989 !important;
}

.site-footer {
    background: #0d0025;
    /* Bottom Black Bar */
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 0.9rem;
}

/* WhatsApp Sticker Style */
.whatsappChatBtn img {
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* ─────────────────── AURA CONTACT US STYLES ─────────────────── */
.contact-hero {
    position: relative;
    height: 600px;
    background: linear-gradient(135deg, #1c0052 0%, #512989 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-top: 80px;
}

.hero-glow-1 {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(circle, rgba(122, 0, 223, 0.3) 0%, rgba(122, 0, 223, 0) 70%);
    filter: blur(50px);
    animation: pulseGlow 8s infinite alternate;
}

.hero-glow-2 {
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(circle, rgba(81, 41, 137, 0.3) 0%, rgba(81, 41, 137, 0) 70%);
    filter: blur(50px);
    animation: pulseGlow 6s infinite alternate-reverse;
}

@keyframes pulseGlow {
    from {
        transform: scale(1) translate(0, 0);
        opacity: 0.5;
    }

    to {
        transform: scale(1.2) translate(5%, 5%);
        opacity: 0.8;
    }
}

.contact-hero h1 {
    font-family: 'Tungsten', sans-serif;
    font-size: 7rem;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.85;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.text-glow {
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.4), 0 0 40px rgba(122, 0, 223, 0.6);
}

.contact-hero p.lead {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    margin-top: 25px;
    color: #e0d0ff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.contact-hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 50px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    z-index: 2;
}

.hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.contact-section {
    background: #f7f3ff;
    padding: 120px 0;
    position: relative;
}

.glass-premium {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(122, 0, 223, 0.1);
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(28, 0, 82, 0.05);
    transition: transform 0.4s ease;
}

.glass-premium:hover {
    transform: translateY(-10px);
}

.info-title {
    font-family: 'Tungsten', sans-serif;
    font-size: 2.5rem;
    color: #1c0052;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #7a00df 0%, #512989 100%);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(122, 0, 223, 0.2);
}

.contact-info-text h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #1c0052;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.contact-info-text p {
    font-family: 'Lato', sans-serif;
    color: #666;
    margin: 0;
    line-height: 1.7;
    font-size: 1rem;
}

.social-wrapper {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.social-wrapper h4 {
    font-family: 'Tungsten', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #1c0052;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-btn {
    width: 45px;
    height: 45px;
    background: #f0e6ff;
    color: #7a00df;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-btn:hover {
    background: #7a00df;
    color: #fff;
    transform: scale(1.2) rotate(8deg);
    text-decoration: none;
}

.shadow-premium {
    background: #fff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(28, 0, 82, 0.08);
}

.form-header {
    margin-bottom: 50px;
}

.form-header h3 {
    font-family: 'Tungsten', sans-serif;
    font-size: 3.5rem;
    color: #1c0052;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.form-header p {
    font-family: 'Lato', sans-serif;
    color: #888;
    font-size: 1.1rem;
}

.floating-group {
    position: relative;
    margin-bottom: 10px;
}

.premium-input {
    width: 100%;
    padding: 18px 25px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: #1c0052;
    transition: all 0.3s;
    outline: none;
}

textarea.premium-input {
    min-height: 180px;
    resize: none;
}

.premium-input:focus {
    background: #fff;
    border-color: #7a00df;
    box-shadow: 0 10px 25px rgba(122, 0, 223, 0.05);
}

.floating-group label {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #aaa;
    pointer-events: none;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

textarea.premium-input+label {
    top: 30px;
}

.premium-input:focus+label,
.premium-input:not(:placeholder-shown)+label {
    top: -12px;
    left: 15px;
    background: #7a00df;
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 0.7rem;
}

.premium-submit-btn {
    background: #7a00df;
    color: #fff;
    border: none;
    padding: 20px 60px;
    border-radius: 100px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.premium-submit-btn:hover {
    background: #1c0052;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(122, 0, 223, 0.3);
}

.premium-submit-btn i {
    transition: transform 0.4s;
}

.premium-submit-btn:hover i {
    transform: translate(5px, -5px) scale(1.2);
}

.map-section {
    line-height: 0;
}

.map-container {
    filter: grayscale(0.2) contrast(1.1);
    transition: all 0.5s;
}

.map-container:hover {
    filter: grayscale(0);
}

@media (max-width: 991px) {

    .glass-premium,
    .shadow-premium {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        height: 450px;
    }

    .contact-hero h1 {
        font-size: 4rem;
    }

    .form-header h3 {
        font-size: 2.5rem;
    }
}

/* ─────────────────── GLOW ROOM INNER PAGE STYLES ─────────────────── */
.ocean-room-hero {
    background: linear-gradient(rgba(13, 0, 37, 0.6), rgba(81, 41, 137, 0.4)), url('../images/ocean/12.jpg') center/cover no-repeat fixed !important;

}

.contact-room-hero {
    background: linear-gradient(rgba(13, 0, 37, 0.6), rgba(81, 41, 137, 0.4)), url('../images/17.jpg') center/cover no-repeat fixed !important;

}

.room-hero.glow-theme {
    height: 70vh;
    min-height: 600px;
    background: linear-gradient(rgba(13, 0, 37, 0.6), rgba(81, 41, 137, 0.4)), url('../images/glow.jpg') center/cover no-repeat fixed;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    padding-top: 100px;

}

.room-hero h1 {
    font-size: 99px;
    color: white;
}

.text-neon {
    color: #fff;
    text-shadow: 0 0 10px #7a00df, 0 0 20px #7a00df, 0 0 40px #7a00df, 0 0 80px #7a00df;
    animation: flicker 1.5s infinite alternate;
}


.premium-btn {
    display: inline-block;
    padding: 18px 45px;
    background: #7a00df;
    color: #fff;
    border-radius: 50px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    text-decoration: none !important;
    box-shadow: 0 0 20px rgba(122, 0, 223, 0.5);
}

.premium-btn:hover {
    background: #fff;
    color: #7a00df;
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.4);
}

.room-details-section {
    padding: 120px 0;
    background: #512989;
    color: #fff;
}

.price-tag span {
    color: white !important;
}

.text-glow-purple {
    color: #512989;
    font-weight: 900;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-list li i {
    color: #ffffff;
    font-size: 1.3rem;
}

.price-tag {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.price-tag .currency {
    font-size: 1.5rem;
    font-weight: 700;
    /* color: #1c0052; */
}

.price-tag .amount {
    font-size: 4rem;
    font-family: 'Tungsten', sans-serif;
    /* color: #1c0052; */
    line-height: 1;
}

.price-tag .period {
    color: #ffffff;
    font-weight: 700;
}

.image-stack {
    position: relative;
    padding: 20px;
}

.main-stack-img {
    border-radius: 30px;
    box-shadow: 30px 30px 0 #3434344d;
    transition: all 0.4s;
}

.image-stack:hover .main-stack-img {
    transform: translate(10px, 10px);
    box-shadow: 10px 10px 0 #3434344d;
}

.floating-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #7a00df;
    color: #fff;
    padding: 15px 25px;
    border-radius: 20px;
    font-family: 'Tungsten', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    transform: rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.room-gallery-section {
    padding: 1px 0 150px 0;
    background: #caa4e5;
    color: white;
}

.gallery-item-wrap {
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.gallery-item-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item-wrap:hover img {
    transform: scale(1.1);
}

.booking-card-premium {
    background: #fff;
    border-radius: 40px;
    overflow: hidden;
    margin-top: -100px;
    position: relative;
    z-index: 5;
}

.booking-info-side {
    background: linear-gradient(135deg, #1c0052 0%, #512989 100%);
    padding: 60px 40px !important;
    color: #fff;
}

.booking-info-side h3 {
    font-family: 'Tungsten', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.b-feature {
    margin-bottom: 12px;
    opacity: 0.8;
}

.form-group-premium {
    margin-bottom: 5px;
}

.form-group-premium label {
    display: block;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #1c0052;
    margin-bottom: 10px;
}

.form-control-premium {
    width: 100%;
    padding: 15px 20px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 12px;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s;
}

.form-control-premium:focus {
    border-color: #7a00df;
    background: #fff;
    outline: none;
}

.submit-booking-btn {
    width: 100%;
    padding: 20px;
    background: #7a00df;
    color: #fff;
    border: none;
    border-radius: 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-booking-btn:hover {
    background: #1c0052;
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .booking-card-premium {
        margin-top: 0;
    }

    .booking-info-side {
        padding: 40px;
    }
}

/* ── Mega Menu - Remove white border ── */
.dropdown-menu {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25) !important;
}

.mega-menu-standard {
    border: none !important;
    border-top: none !important;
    outline: none !important;
}

/* ── Responsive Dividers ── */
@media (max-width: 991px) {

    .ripped-divider {
        height: 85px !important;
        margin-top: -80px !important;
        background-position: center bottom !important;
    }

    .torn-edge {
        height: 40px !important;
    }

    .p-100,
    .experiences-section,
    .room-details-section,
    .room-gallery-section,
    .contact-section,
    .faq-section,
    .map-section,
    .tickets-hero,
    .field-trip-hero,
    .room-hero {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .room-hero {
        height: auto !important;
        min-height: 350px !important;
    }

    .room-hero.glow-theme,
    .parallax-sec {
        background-attachment: scroll !important;
    }

    /* Navbar Toggler Fix */
    .navbar-toggler {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        padding: 5px 8px !important;
        position: relative !important;
        z-index: 10001 !important; /* Higher than navbar-collapse */
    }

    .navbar-toggler span.icon-bar {
        background-color: #ffffff !important;
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        margin: 4px 0 !important;
        transition: all 0.3s ease;
    }

    /* Transform to "X" when open */
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(4) {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-scrolled .navbar-toggler span.icon-bar {
        background-color: #512989 !important;
    }


    div#headerBookNow {
        display: none;
    }

    .footerLogoBar {
        display: none !important;
    }

    .subFooterMobile {
        display: none !important;
    }

    /* ── Simple Mobile Navigation ── */
    .navbar-collapse {
        background: #512989 !important;
        padding: 50px 20px !important;
        border-top: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        display: none !important;
    }

    .navbar-collapse.show {
        display: block !important;
    }


    /* Hide conflicting elements */
    .mobile-menu-overlay,
    .navbar-toggler .close-icon,
    #masthead .logo-mobile-overlay {
        display: none !important;
    }


    /* Close button for mobile menu if needed, though Bootstrap handles toggler */
    .navbar-nav {
        padding-top: 40px !important;
        width: 100% !important;
    }

    .nav-item {
        margin: 15px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .nav-link {
        color: #ffffff !important;
        font-size: 1.4rem !important;
        text-transform: uppercase;
        font-weight: 700;
        padding: 10px 0 !important;
        display: block;
    }

    /* Convert Mega Menu to Simple List */
    .mega-menu-standard,
    .navbar-collapse .dropdown-menu {
        position: static !important;
        width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 0 10px 20px !important;
        display: block !important;
        text-align: left !important;
        margin: 0 !important;
    }

    .mega-menu-standard .row {
        margin: 0 !important;
        display: block !important;
    }

    .mega-menu-standard .col-lg-3 {
        padding: 0 !important;
        width: 100% !important;
    }

    .mega-menu-card {
        padding: 5px 0 !important;
        background: transparent !important;
        border: none !important;
        display: block !important;
    }

    .mega-menu-card img,
    .mega-menu-standard p,
    .mega-menu-standard .btn {
        display: none !important;
    }

    .mega-menu-title {
        color: #ffffff !important;
        font-size: 1.25rem !important;
        margin: 0 !important;
        text-transform: uppercase !important;
        font-family: 'Tungsten', sans-serif !important;
        letter-spacing: 0.5px;
        opacity: 1 !important;
    }



    /* Dropdown Arrow Fix */
    .dropdown-toggle::after {
        display: none !important;
        /* Hide caret on mobile for simple list */
    }

    .dropdown-menu.mega-menu-standard {
        display: none !important;
    }

    /* Home Page Layout Fixes */
    #content.site-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}