/* =========================================================
   TOPBAR (4-block header strip)
   ========================================================= */

.topbar-custom {
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.topbar-custom .topbar-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
}

.topbar-custom .container {
    z-index: 2;
}

/* 1) Left pill */
.topbar-pill {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    max-width: 100%;
}

.topbar-pill:hover {
    color: #fff;
    background: rgba(0, 0, 0, .45);
}

/* 2) Promo */
.topbar-promo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 3px;
}

.topbar-promo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.topbar-promo-text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.topbar-promo:hover .topbar-promo-text {
    opacity: .95;
}

/* 3) Center logo */
.topbar-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.topbar-main-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35));
}

/* 4) WhatsApp block */
.topbar-wa {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
}

.topbar-wa-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.topbar-wa-icon {
    height: 26px;
    width: 26px;
    object-fit: contain;
}

.topbar-wa-number {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.topbar-wa-sub {
    margin-top: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.topbar-wa:hover {
    opacity: .95;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .topbar-wa {
        align-items: center;
    }

    .topbar-custom {
        padding: 10px 0;
    }
}

.header .topbar {
    height: 80px;
}


/* =========================================================
   FULL-WIDTH MAIN NAV (evenly spaced)
   ========================================================= */

/* HARD overrides to ensure true full width + equal spacing */
.branding {
    width: 100%;
}

.branding .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navmenu.navmenu-full {
    width: 100% !important;
}

.navmenu.navmenu-full>ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 18px !important;
    display: flex !important;
    align-items: center !important;
}

.navmenu.navmenu-full>ul>li {
    flex: 1 1 0 !important;
    text-align: center !important;
}

.navmenu.navmenu-full>ul>li>a {
    width: 100% !important;
    justify-content: center !important;
}

/* Mobile keep template behavior */
@media (max-width: 1199px) {
    .navmenu.navmenu-full>ul {
        display: block !important;
        padding: 0 !important;
    }

    .navmenu.navmenu-full>ul>li {
        flex: unset !important;
        text-align: left !important;
    }

    .navmenu.navmenu-full>ul>li>a {
        justify-content: flex-start !important;
        width: 100% !important;
    }
}

/* =========================================================
   HERO FULL-WIDTH OVERLAY STYLE (like your 2nd screenshot)
   ========================================================= */

.hotel-hero-overlay {
    padding: 0 !important;
}

/* Full-width hero wrapper */
.hero-full {
    position: relative;
    width: 100%;
}

/* Main image becomes full-width banner */
.hero-full-image {
    position: relative;
    width: 100%;
    height: 620px;
    /* adjust as you like */
    border-radius: 0;
    /* screenshot style = square edges */
    overflow: hidden;
    background: #0c0f0e;
}

/* Crossfade images */
.hero-full-image .hero-main-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 650ms ease, transform 900ms ease;
    will-change: opacity, transform;
}

.hero-full-image .hero-main-img.is-active {
    opacity: 1;
    transform: scale(1);
}

/* Dark overlay for readability */
.hero-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .55) 0%,
            rgba(0, 0, 0, .30) 40%,
            rgba(0, 0, 0, .10) 70%,
            rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

/* Overlay content (top-left area) */
.hero-overlay-content {
    position: absolute;
    top: 56px;
    left: 56px;
    z-index: 3;
    max-width: 720px;
}

/* Title (script-like feel) */
.hero-overlay-content h1 {
    margin: 0 0 10px 0;
    color: #fff;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.05;
    text-shadow: 0 10px 40px rgba(0, 0, 0, .55);
}

/* Subtitle */
.hero-overlay-content p {
    margin: 0 0 22px 0;
    color: rgba(255, 255, 255, .92);
    font-weight: 500;
    font-size: 30px;
    text-shadow: 0 10px 40px rgba(0, 0, 0, .55);
}

/* CTA button (green pill) */
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4dbb63;
    color: #0b0f0c;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .30);
    transition: transform 140ms ease, filter 140ms ease;
}

.hero-cta:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.hero-cta i {
    font-size: 18px;
}

/* Arrows */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
    z-index: 4;
    opacity: .95;
    transition: background 120ms ease, opacity 120ms ease, transform 120ms ease;
}

.hero-arrow:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .45);
}

.hero-arrow:active {
    transform: translateY(-50%) scale(.96);
}

.hero-arrow i {
    font-size: 26px;
    line-height: 1;
}

.hero-arrow-prev {
    left: 24px;
}

.hero-arrow-next {
    right: 24px;
}

/* Preview card (bottom-right) */
.hero-preview-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 320px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
    border: 1px solid rgba(255, 255, 255, .12);
    z-index: 5;
}

/* NEXT badge */
.hero-preview-card::before {
    content: "NEXT";
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    border-radius: 999px;
    z-index: 2;
    backdrop-filter: blur(4px);
}

.hero-preview-inner {
    padding: 0;
}

.hero-preview-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Fly animation (preview -> main) */
.hero-preview-card.is-swapping {
    transform-origin: center;
    animation: heroPreviewFly 650ms ease forwards;
}

@keyframes heroPreviewFly {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate3d(-90px, -160px, 0) scale(1.7);
        opacity: 0;
    }
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-full-image {
        height: 420px;
    }

    .hero-overlay-content {
        top: 22px;
        left: 18px;
        right: 18px;
        max-width: 100%;
    }

    .hero-overlay-content h1 {
        font-size: 40px;
    }

    .hero-overlay-content p {
        font-size: 22px;
    }

    .hero-preview-card {
        right: 14px;
        bottom: 14px;
        width: 240px;
    }

    .hero-preview-img {
        height: 160px;
    }

    @keyframes heroPreviewFly {
        100% {
            transform: translate3d(-45px, -70px, 0) scale(1.45);
            opacity: 0;
        }
    }

    .hero-arrow-prev {
        left: 14px;
    }

    .hero-arrow-next {
        right: 14px;
    }
}

/* =========================================================
   FINAL HERO FIXES – FULL BLEED IMAGE, NO BLACK BAR
   ========================================================= */

/* Remove any rounding anywhere in hero */
#hotel-hero,
#hotel-hero *,
#hotel-hero .main-image,
#hotel-hero .hero-full-image,
#hotel-hero img {
    border-radius: 0 !important;
}

/* Make hero section hug the image */
#hotel-hero {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

/* Force image container to be exact height */
.hero-full-image {
    height: 620px;
    min-height: 620px;
    max-height: 620px;
    background: none !important;
}

/* Ensure images fill container fully */
.hero-full-image img.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Remove black gap caused by overlay or section */
.hero-dark-overlay {
    inset: 0;
    height: 100%;
}

/* Kill any accidental bottom spacing */
.hero-swap-slider,
.hero-images,
.hotel-hero-overlay {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .hero-full-image {
        height: 420px;
        min-height: 420px;
        max-height: 420px;
    }
}

/* =========================================================
   KILL EXTRA SPACE UNDER HERO (real culprit)
   ========================================================= */

/* Your section class is adding vertical padding */
#hotel-hero.section {
    padding: 0 !important;
}

/* If there is still a container inside, remove its padding/margins */
#hotel-hero .container,
#hotel-hero .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Row/cols can add gutters + height */
#hotel-hero .row {
    margin: 0 !important;
}

#hotel-hero [class*="col-"] {
    padding: 0 !important;
}

/* Ensure hero wrapper has NO extra bottom height */
#hotel-hero .hero-full,
#hotel-hero .hotel-hero-overlay,
#hotel-hero .hero-full-image {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    /* removes inline gaps */
    height: 620px;
    /* match your hero height */
}

/* Make sure the image fills and doesn't behave like inline element */
#hotel-hero .hero-full-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* If some element below is still visible, hide overflow */
#hotel-hero {
    overflow: hidden !important;
}

/* =========================================================
   HIDE PREVIEW IMAGE CARD ON MOBILE
   ========================================================= */

@media (max-width: 991.98px) {
    .hero-preview-card {
        display: none !important;
    }

    #hotel-hero .hero-full {
        height: 100% !important;
    }
}

.location-cards .area-highlight .area-image-wrapper {
    height: 300px !important;
}

.fullwidth-banner {
    width: 100%;
    min-height: 70vh;
    background-image: url('/image-assets/home/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* overlay to make text readable */
.fullwidth-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* content centered + constrained width */
.fullwidth-banner .banner-content-wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    max-width: 900px;
}

/* heading */
.fullwidth-banner h2 {
    margin: 0 0 12px 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.1;
    font-size: clamp(28px, 4vw, 58px);
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

/* subtitle */
.fullwidth-banner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(14px, 1.4vw, 20px);
    line-height: 1.5;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

/* optional: better mobile spacing */
@media (max-width: 576px) {
    .fullwidth-banner {
        min-height: 60vh;
    }

    .fullwidth-banner .banner-content-wrap {
        padding: 16px;
    }
}

.home-video-title {
    text-align: center;
    color: #0a7a2a;
    /* close to your reference green */
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 600;
    margin-bottom: 22px;
    line-height: 1.1;
}

.home-video-frame {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    background: #000;
}

.home-video-cover {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01);
}

.home-video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.10));
    pointer-events: none;
}

.home-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 0;
    background: rgba(220, 0, 0, 0.92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.home-video-play-icon {
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 3px;
}

.home-video-frame iframe {
    width: 100%;
    height: 620px;
    display: block;
    border: 0;
}

@media (max-width: 991px) {
    .home-video-frame iframe {
        height: 420px;
    }
}

@media (max-width: 576px) {
    .home-video-frame iframe {
        height: 260px;
    }

    .home-video-play {
        width: 70px;
        height: 70px;
    }
}

.awards-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.awards-section .section-title h2 {
    font-size: clamp(26px, 3vw, 42px);
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 6px;
}

.awards-section .section-title p {
    opacity: 0.85;
    font-size: 16px;
}

/* === One clean strip like your reference image === */
.awards-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 22px;
    overflow: hidden;
    /* makes it look like one connected piece */
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
    background: #fff;
}

/* each panel fills its space */
.awards-panel {
    position: relative;
    min-height: 290px;
}

/* remove white padding entirely */
.awards-panel img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* fill the panel */
}

/* subtle separators like the second image */
.awards-panel+.awards-panel {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}

/* responsive */
@media (max-width: 991px) {
    .awards-strip {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .awards-panel {
        min-height: 260px;
    }

    .awards-panel+.awards-panel {
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
}

/* ===== Maya Mountain Lodge Footer (reference-style) ===== */
.mml-footer {
    background: #2f2f2f;
    padding: 70px 0 45px 0;
    color: rgba(255, 255, 255, 0.75);
}

.mml-footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1.3fr 0.8fr;
    column-gap: 70px;
    align-items: start;
}

/* LEFT badge */
.mml-footer-badge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mml-footer-badge img {
    width: min(360px, 100%);
    height: auto;
    display: block;
}

/* headings */
.mml-footer h4 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.mml-footer-underline {
    width: 44px;
    height: 1px;
    background: rgba(255, 255, 255, 0.30);
    margin-bottom: 26px;
}

/* Contact list */
.mml-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 18px;
}

.mml-footer-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
}

.mml-footer-list a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
}

.mml-footer-list a:hover {
    color: #ffffff;
}

/* round icon chips */
.mml-footer-ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    color: #fff;
    font-size: 15px;
}

/* individual colors (close to reference) */
.mml-ico-email {
    background: #2e86ff;
}

.mml-ico-whatsapp {
    background: #2bbf4b;
}

.mml-ico-phone {
    background: #4aa3ff;
}

.mml-ico-location {
    background: #f2b12f;
}

/* Legal links */
.mml-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mml-footer-links li {
    margin-bottom: 12px;
}

.mml-footer-links a {
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    font-size: 18px;
}

.mml-footer-links a:hover {
    color: #ffffff;
}

/* bottom logo */
.mml-footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.mml-footer-bottom img {
    max-width: 380px;
    width: 100%;
    height: auto;
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 991px) {
    .mml-footer-top {
        grid-template-columns: 1fr;
        row-gap: 40px;
        column-gap: 0;
        text-align: center;
    }

    .mml-footer-underline {
        margin-left: auto;
        margin-right: auto;
    }

    .mml-footer-list li {
        justify-content: center;
        text-align: left;
    }
}

.booking-button {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;

    background-color: #2f5d50;
    color: #ffffff;
    border-color: #2f5d50;;
}