/* GHA Elementor Widgets CSS */
.gha-feature-widget {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 60px auto;
}
.gha-feature-reverse {
    flex-direction: row-reverse;
}
.gha-feature-images {
    flex: 1;
    position: relative;
    padding: 20px;
}
.gha-feature-main-image img {
    width: 80%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: block;
}
.gha-feature-overlay-image {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 45%;
    z-index: 2;
}
.gha-feature-reverse .gha-feature-main-image img {
    margin-left: auto;
}
.gha-feature-reverse .gha-feature-overlay-image {
    right: auto;
    left: 0;
}
.gha-feature-overlay-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 8px solid #fff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: block;
    width: 100%;
}
.gha-feature-content {
    flex: 1;
    padding: 20px;
    text-align: right;
}
.gha-feature-reverse .gha-feature-content {
    text-align: left;
}
.gha-feature-subtitle {
    font-family: 'Cinzel', Georgia, serif;
    color: #5C2B80;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gha-feature-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 35px;
    color: #5C2B80;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}
.gha-feature-description {
    font-family: 'Inter', system-ui, sans-serif;
    color: #444;
    line-height: 2.2;
    font-size: 14px;
    text-transform: capitalize;
}

/* Grid Widget */
.gha-grid-widget {
    max-width: 1200px;
    margin: 80px auto;
    text-align: center;
}
.gha-grid-section-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gha-grid-section-subtitle {
    font-family: 'Inter', system-ui, sans-serif;
    color: #666;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
.gha-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gha-card {
    background: #F8F5FB; /* Very light purple tint */
    border-radius: 50px 0 0 0; /* Signature top-left curved aesthetic */
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.gha-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.gha-card-link-wrapper {
    text-decoration: none;
    color: inherit;
    display: block;
}
.gha-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}
.gha-card-content {
    padding: 25px 20px;
}
.gha-card-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 16px;
    color: #5C2B80;
    margin-bottom: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gha-card-description {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.8;
    text-transform: capitalize;
}
.gha-card-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .gha-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .gha-feature-widget, .gha-feature-reverse {
        flex-direction: column;
        gap: 30px;
        margin: 40px auto;
    }
    .gha-feature-images {
        margin-bottom: 30px;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .gha-grid-widget {
        margin: 50px auto;
    }
}
@media (max-width: 767px) {
    .gha-cards-container {
        grid-template-columns: 1fr;
    }
    .gha-feature-widget, .gha-feature-reverse {
        margin: 30px auto;
    }
    .gha-grid-widget {
        margin: 40px auto;
    }
    .gha-hero-image {
        min-height: 350px;
    }
}

/* Hero Widget */
.gha-hero-widget {
    width: 100%;
}
.gha-hero-image {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.gha-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gha-hero-bottom-cutout {
    position: absolute;
    bottom: -1px; /* Prevents 1px background gap */
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 32px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 10;
}
.gha-hero-bottom-cutout svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Title & Text Widget */
.gha-title-text-widget {
    max-width: 1000px;
    margin: 60px auto;
    text-align: center;
    padding: 0 20px;
}
.gha-tt-title {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 38px;
    font-weight: 400;
    color: #5C2B80;
    margin-bottom: 25px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gha-tt-desc {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 2.2;
    text-transform: capitalize;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .gha-title-text-widget {
        margin: 40px auto;
    }
    .gha-tt-title {
        font-size: 28px;
    }
}


/* ============================================================
   FOOTER WIDGET
   ============================================================ */

.gha-footer-logos-bar {
    background-color: #fff;
    padding: 60px 20px 40px;
    text-align: center;
}
.gha-footer-partner-header {
    max-width: 1200px;
    margin: 0 auto 30px;
}
.gha-footer-partner-discovery-logo {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
}
.gha-footer-partner-line {
    border: none;
    border-top: 1px solid #eee;
    width: 100%;
    margin: 0;
}
.gha-footer-logos-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.gha-footer-logo-item img {
    max-height: 45px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    object-fit: contain;
}
.gha-footer-logo-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.gha-footer-body {
    background-color: #5C2B80;
    color: #fff;
    position: relative;
    margin-top: 40px; /* Space between white bar and footer body */
    padding-top: 20px;
}
.gha-footer-top-shape {
    position: absolute;
    top: -39px; /* Sit right on top of the margin gap */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 40px;
    line-height: 0;
    z-index: 10;
}
.gha-footer-top-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}
.gha-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px;
}

/* Center Logo */
.gha-footer-logo-center {
    text-align: center;
    margin-bottom: 30px;
}
.gha-footer-logo-center img {
    max-height: 80px;
    width: auto;
}

/* Divider */
.gha-footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

/* 3-column grid */
.gha-footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1.4fr;
    gap: 40px;
    padding: 10px 0;
}

/* Nav columns */
.gha-footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gha-footer-nav ul li {
    margin-bottom: 8px;
}
.gha-footer-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    transition: color 0.2s;
}
.gha-footer-nav a:hover {
    color: #fff;
}
.gha-footer-nav-heading {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 400;
}

/* Social icons */
.gha-footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.gha-footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    color: #5C2B80;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    flex-shrink: 0;
}
.gha-footer-social-icon:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.85);
}
.gha-footer-social-icon i {
    font-size: 14px;
    color: #5C2B80;
}

/* Newsletter */
.gha-footer-newsletter {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.15);
}
.gha-footer-form input[type="text"],
.gha-footer-form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    box-sizing: border-box;
}
.gha-footer-form input::placeholder {
    color: rgba(255,255,255,0.5);
}
.gha-footer-form button,
.gha-footer-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}
.gha-footer-form button:hover,
.gha-footer-form input[type="submit"]:hover {
    background: rgba(255,255,255,0.1);
}

/* Bottom bar */
.gha-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}
.gha-footer-bottom-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.gha-footer-bottom-links a,
.gha-footer-bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
}
.gha-footer-bottom-links a:hover {
    color: #fff;
}

/* Footer Responsive */
@media (max-width: 991px) {
    .gha-footer-columns {
        grid-template-columns: 1fr 1fr;
    }
    .gha-footer-newsletter {
        grid-column: 1 / -1;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        padding-left: 0;
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .gha-footer-columns {
        grid-template-columns: 1fr;
    }
    .gha-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .gha-footer-bottom-links {
        justify-content: center;
    }
    .gha-footer-logos-inner {
        gap: 20px 30px;
    }
    .gha-footer-logos-bar img {
        height: 28px;
    }
}


/* ============================================================
   HEADER WIDGET
   ============================================================ */

/* Top Bar */
.gha-header-topbar {
    background-color: #5C2B80;
    width: 100%;
}
.gha-header-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 8px 30px;
}
.gha-header-topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.gha-header-topbar-logo img {
    height: 28px;
    width: auto;
    display: block;
}
.gha-header-discovery-logo {
    height: 22px;
    width: auto;
}
.gha-header-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.gha-topbar-link {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.2s;
    text-transform: uppercase;
}
.gha-topbar-link:hover {
    color: #fff !important;
}
.gha-header-topbar-divider {
    color: rgba(255,255,255,0.4);
    font-size: 14px;
}

/* Main Bar */
.gha-header-mainbar {
    background-color: rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.35);
    width: 100%;
}
.gha-header-mainbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 30px;
    position: relative;
}

/* Left: Hamburger + Home */
.gha-header-mainbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}
.gha-header-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
}
.gha-header-hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background-color: #fff;
    transition: background-color 0.2s;
}
.gha-header-hamburger:hover span {
    background-color: rgba(255,255,255,0.7);
}
.gha-header-home-icon {
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.2s;
}
.gha-header-home-icon:hover {
    color: rgba(255,255,255,0.7);
}

/* Center Logo */
.gha-header-center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.gha-header-center-logo img {
    height: 50px;
    width: auto;
    display: block;
}

/* Right: CTA Buttons */
.gha-header-mainbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    justify-content: flex-end;
}
.gha-header-cta {
    display: flex;
    align-items: center;
}
.gha-header-cta-text {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.gha-header-cta-text:hover {
    color: rgba(255,255,255,0.75);
}
.gha-header-cta-outline {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 22px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-radius: 12px 0 12px 0;
}
.gha-header-cta-outline:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.gha-header-cta-solid {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #fff;
    color: #5C2B80;
    padding: 7px 22px;
    text-decoration: none;
    transition: opacity 0.2s;
    display: block;
    border-radius: 12px 0 12px 0;
}
.gha-header-cta-solid:hover {
    opacity: 0.85;
}

/* ============================================================
   LEFT SIDEBAR DRAWER
   ============================================================ */
.gha-header-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    background-color: #5C2B80;
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    box-shadow: 4px 0 30px rgba(0,0,0,0.25);
}
.gha-header-sidebar.gha-sidebar-open {
    transform: translateX(0);
}
.gha-header-sidebar-inner {
    padding: 30px 30px 50px;
}
.gha-header-sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.gha-sidebar-logo {
    height: 50px;
    width: auto;
}
.gha-header-sidebar-close {
    background: none;
    border: none;
    color: rgba(255,255,255,0.8);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s;
}
.gha-header-sidebar-close:hover {
    color: #fff;
}

/* WP Nav Menu in Sidebar */
.gha-nav-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gha-nav-sidebar-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gha-nav-sidebar-menu a {
    display: block;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    padding: 16px 0;
    transition: color 0.2s, padding-left 0.2s;
}
.gha-nav-sidebar-menu a:hover {
    color: #fff;
    padding-left: 8px;
}
/* Submenu */
.gha-nav-sidebar-menu ul {
    list-style: none;
    padding: 0 0 0 16px;
    margin: 0;
}
.gha-nav-sidebar-menu ul a {
    font-size: 11px;
    padding: 10px 0;
    color: rgba(255,255,255,0.7);
}

/* Overlay */
.gha-header-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}
.gha-header-overlay.gha-overlay-active {
    opacity: 1;
    pointer-events: auto;
}

/* Header Responsive */
@media (max-width: 991px) {
    .gha-header-topbar-inner {
        padding: 6px 20px;
    }
    .gha-header-mainbar-inner {
        padding: 10px 20px;
    }
    .gha-header-center-logo img {
        height: 40px;
    }
}

@media (max-width: 767px) {
    /* Show top bar on mobile as requested */
    .gha-header-topbar {
        display: block;
    }
    .gha-header-topbar-inner {
        padding: 8px 15px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 12px;
    }
    .gha-header-topbar-left,
    .gha-header-topbar-right {
        justify-content: center;
        width: 100%;
    }
    .gha-header-topbar-logo img {
        height: 22px;
    }
    .gha-header-discovery-logo {
        height: 16px;
    }
    .gha-topbar-link {
        font-size: 10px;
    }
    
    .gha-header-mainbar-inner {
        padding: 12px 15px;
    }

    .gha-header-mainbar-left {
        gap: 12px;
    }

    /* Shrink the center logo further for small screens */
    .gha-header-center-logo img {
        height: 35px;
    }

    /* Mobile CTA behavior */
    .gha-header-mainbar-right {
        gap: 8px;
    }
    
    /* Hide all CTAs except the solid "Book Now" button on mobile */
    .gha-header-cta-text, 
    .gha-header-cta-outline {
        display: none !important;
    }

    .gha-header-cta-solid {
        padding: 6px 14px;
        font-size: 10px;
    }

    .gha-header-sidebar {
        width: 85vw;
        max-width: 320px;
    }
}

/* ============================================================
   BENEFITS WIDGET
   ============================================================ */

.gha-benefits-widget {
    padding: 80px 20px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.gha-benefits-title {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    color: #5C2B80;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.gha-benefits-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.gha-benefits-tabs-wrapper {
    margin-bottom: 60px;
    position: relative;
}

.gha-benefits-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 0;
}

.gha-tier-tab {
    background: none;
    border: none;
    padding: 15px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.gha-tier-tab.active {
    color: #5C2B80;
    border-bottom: 2px solid #5C2B80;
}

.gha-tabs-underline {
    border: none;
    border-top: 1px solid #eee;
    margin: -1px auto 0;
    width: 100%;
}

.gha-tier-panel {
    display: none;
    animation: fadeIn 0.5s ease;
}

.gha-tier-panel.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.gha-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 30px;
}

.gha-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gha-benefit-icon {
    font-size: 32px;
    color: #5C2B80;
    margin-bottom: 20px;
}

.gha-benefit-icon i,
.gha-benefit-icon svg {
    width: 40px;
    height: 40px;
}

.gha-benefit-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #5C2B80;
    margin: 0;
}

/* Responsiveness for Benefits */
@media (max-width: 1024px) {
    .gha-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .gha-benefits-title {
        font-size: 28px;
    }
    .gha-benefits-tabs-nav {
        gap: 20px;
        flex-wrap: wrap;
    }
    .gha-tier-tab {
        font-size: 11px;
        padding: 10px 5px;
    }
}

@media (max-width: 480px) {
    .gha-benefits-grid {
        grid-template-columns: 1fr;
    }
}
