/* Calender Section */
.live-avail{background:#ede9de;padding:56px 24px 60px}
.la-inner{max-width:760px;margin:0 auto}
.la-heading{text-align:center;margin-bottom:24px}
.la-heading h2{font-size:30px;font-weight:500;color:#3d3a30;letter-spacing:.01em;margin-bottom:8px}
.la-heading p{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#8c8c72}
.la-tabs{display:flex;justify-content:center;gap:0;margin-bottom:28px}
.la-tab{padding:10px 28px;font-size:16px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;border:1px solid #3d3a30;background:0 0;color:#3d3a30;cursor:pointer;transition:background .2s,color .2s}
.la-tab+.la-tab{border-left:none}
.la-tab.active{background:#5e4b2f;color:#fff;border-color:#5e4b2f}
.la-tab:not(.active):hover{background:rgba(61,58,48,.06)}
.la-calendars{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.cal-month-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.cal-month-header h3{font-size:18px;font-weight:500;color:#3d3a30;letter-spacing:.04em}
.nav-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;color:#3d3a30;border-radius:2px;transition:background .15s}
.nav-btn:hover{background:rgba(61,58,48,.1)}
.nav-btn.invisible{visibility:hidden}
.cal-table{width:100%;border-collapse:collapse}
.cal-table th{font-size:18px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#8c8c72;border:1px solid rgba(100,95,80,.22);padding:6px 4px;text-align:center}
.cal-table td{border:1px solid rgba(100,95,80,.22);padding:6px 4px;text-align:center;font-size:16px;color:#3d3a30;transition:background .15s;cursor:pointer}
.cal-table td.empty{cursor:default}
.cal-table td.past{color:rgba(61,58,48,.28);cursor:default}
.cal-table td.booked{background:#d8d4c8;color:#8c8c72;text-decoration:line-through;cursor:not-allowed}
.cal-table td.today{outline:1px solid hsl(35,33%,28%);outline-offset:-1px;font-weight:600}
.cal-table td.available{background:rgba(118,121,78,.13)}
.cal-table td.available:hover{background:rgba(118,121,78,.26)}
.la-cta {display:none;}
.la-cta.active {display:block;}
.la-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px;margin-top:22px;font-size:14px;color:#454540}
.legend-item{display:flex;align-items:center;gap:7px}
.legend-swatch{width:13px;height:13px;flex-shrink:0}
.legend-swatch.available{border:1px solid rgba(118,121,78,.55);background:rgba(118,121,78,.32)}
.legend-swatch.booked{background:#d8d4c8}
.legend-swatch.today{border:1px solid rgba(100,95,80,.22);outline:1px solid hsl(35,33%,28%);outline-offset:-1px}
.la-cta{text-align:center;margin-top:26px}
.la-cta a{display:inline-block;background:#5e4b2f;color:#fff;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:14px 32px;text-decoration:none;transition:background .2s}
.la-cta a:hover{background:#4a3b25}
.la-cta p{margin-top:12px;font-size:11px;font-style:italic;color:#5e4b2f}
@media (max-width:640px){
.la-calendars{grid-template-columns:1fr;gap:28px}
.la-tab{padding:9px 18px;font-size:10px}
}

/* Hero Section */
#heroCarousel,
#heroCarousel .carousel-item {
    height: 85vh;
}

#heroCarousel img {
    height: 100%;
    object-fit: cover;
}

#heroCarousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

#heroCarousel .carousel-caption {
    z-index: 2;
    bottom: 40%;
    transform: translateY(40%);
    text-align: center;
}

#heroCarousel h1 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.025em;
    font-weight: 500;
}

#heroCarousel p {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 30px 0;
    color: #FFF;
}

.btn-hero {
    background: #654524;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.btn-hero:hover {
    background: #654524;
    color: #fff;
    filter: brightness(1.1);
    transform: scale(1.1);
}

#heroCarousel .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    margin: 5px;
    margin-bottom: 60px;
}

#heroCarousel .carousel-indicators [data-bs-target].active {
    width: 24px;
    height: 8px;
    border-radius: 10px;
}

/* Fade effect */
/* #heroCarousel .carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out;
} */
.hero-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-scroll-down:hover {
    border-color: #fff;
    transform: translateX(-50%);
}

.hero-scroll-down .chevron {
    width: 12px;
    height: 12px;
    border-right: 2px solid #a3a3a3;
    border-bottom: 2px solid #a3a3a3;
    transform: rotate(45deg);
    margin-top: -4px;
}

/* Optional subtle bounce animation */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(6px);
    }

    60% {
        transform: translateY(3px);
    }
}

.hero-scroll-down {
    animation: bounce 2s infinite;
}


/* Welcome Section */
.welcome-section p {
    margin-bottom: 16px;
}

.welcome-section h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 32px;
    color: #76794e;
    letter-spacing: .025em;
    font-weight: 500;
    margin-bottom: 24px;
}

.welcome-section .welcome-mini-title {
    font-family: serif;
    color: #654524;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
}

.welcome-section p {
    color: #939669;
    line-height: 1.6;
    font-size: 16px;
}

/* The Huts Section */
.section-title {
    font-family: "Playfair Display", serif;
    color: #6f6a45;
}

.section-subtitle {
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #8b845c;
    font-size: 0.95rem;
}

.hut-title {
    font-family: "Playfair Display", serif;
    color: #76794e;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.hut-desc {
    color: #939669;
    font-size: 14px;
    line-height: 20px;
}

.hut-icons span {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    margin-top: 6px;
    color: #654524;
    text-transform: uppercase;
}

.hut-link {
    color: #654524;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
}

.hut-card a .hut-link .arrow {
    transition: all .3s ease-in-out;
}

.hut-card a:hover .hut-link .arrow {
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.icon-item img {
    width: 22px;
    opacity: 0.8;
}

.hut-card a {
    text-decoration: none;
    display: block;
}

.hut-card a figure {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
    border-radius: 5px;
}

.hut-card a figure img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.hut-card a:hover figure img {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

/* Key Highlights */
.key-highlights {
    background-color: #654524;
}

.kh-icon svg {
    width: 48px;
    height: 48px;
    stroke-width: 1.5;
    color: #f6f4ee;
}

.kh-title {
    font-size: 20px;
    line-height: 28px;
    color: #f6f4ee;
}

.kh-text {
    color: #f6f4eecc;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}

/* Pod Cards Section */
.pod-cards-section {
    background-color: #f0ece6;
}

.pc-heading {
    font-size: 24px;
    line-height: 32px;
    color: #76794e;
    letter-spacing: .025em;
    font-weight: 500;
}

.pc-subhead {
    color: #939669;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
}

.pc-card {
    background: #f6f4ee;
}

.pc-icon {
    background-color: #ebe7e0;
}

.pc-icon svg {
    color: #654524;
}

.pc-card-heading {
    color: #76794e;
    font-family: serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.pc-card-text {
    color: #939669;
    font-size: 12px;
    line-height: 18px;
}

.pc-sec-bottom {
    color: #939669;
    font-size: 14px;
    line-height: 22px;
    max-width: 42rem;
}

/* Story Section */
.story-section figure img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.story-section h2 {
    color: #76794e;
}

.story-section .story-txt {
    color: #939669;
    font-size: 14px;
    line-height: 1.625;
}

.story-section .sub-head {
    color: #939669;
    font-size: 16px;
    line-height: 1.625;
}

.read-more {
    text-transform: uppercase;
    text-decoration: none;
    color: #654524;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
}

.read-more span {
    margin-left: 3px;
    transition: all .3s ease-in-out;
}

.read-more:hover span {
    margin-left: 7px;
    transition: all .3s ease-in-out;
}

.main-btn {
    background-color: #654524;
    color: #f6f4ee;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 24px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
}

.main-btn:hover {
    background-color: #654524;
    color: #f6f4ee;
    opacity: .9;
}

.mini-title {
    font-family: serif;
    color: #654524;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
}

/* Content section */
.light-bg {
    background-color: #f2f2f2;
}

.light-bg p {
    color: #939669;
    font-weight: 400;
}

/* Why Choose us */
.bg-choose-card {
    background-color: #ebe7e066;
}

.wc-card-text {
    font-size: 14px;
}

.bg-choose-card svg {
    color: #654524;
    margin-top: 2px;
}

/* Gallery Section */
.img-card {
    aspect-ratio: 3 / 4;
}

.img-cover {
    object-fit: cover;
    transition: transform 0.7s ease;
}

.img-card:hover .img-cover {
    transform: scale(1.05);
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
}

.img-card:hover .img-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.cursor-pointer {
    cursor: pointer;
}

/* CTA */
.cta-sec {
    background-color: #654524;
}

.cta-sec .cta-mini-head {
    color: #f6f4eeb3;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}

.cta-sec h2 {
    color: #f6f4ee;
}

.cta-sec p {
    color: #f6f4eecc;
    font-size: 16px;
}

.cta-sec .btn-light {
    color: #654524;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 32px;
    transition: all ease-in-out .3s;
}

.cta-sec .btn-light:hover {
    transform: scale(1.05);
    background-color: #fff;
}

.cta-sec .btn-outline-light {
    color: #fff;
    letter-spacing: .1em;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 12px 32px;
    transition: all ease-in-out .3s;
}

.cta-sec .btn-outline-light:hover {
    background-color: #f6f4ee1a;
}

.cta-sec .btn-outline-light svg {
    transition: all ease-in-out .3s;
}

.cta-sec .btn-outline-light:hover svg {
    margin-left: 6px;
    transition: all ease-in-out .3s;
}

@media (max-width: 767.98px) {
    #heroCarousel h1 {
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 0.03em;
        font-weight: 500;
    }

    #heroCarousel p {
        font-style: italic;
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0 30px 0;
    }

    .btn-hero {
        background: #654524;
        color: #fff;
        padding: 10px 28px;
        border-radius: 50px;
        letter-spacing: 2px;
        font-size: 12px;
        transition: all .3s ease-in-out;
    }
    h2, .h2{
        font-size: 20px;
        line-height: 28px;
    }
}