/* 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;
}

.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;
}
section.story-section.fntPlayfair {
    padding: 90px 0 50px;
}
section.story-section.fntPlayfair h1 {
    font-size: 27px;
}
/* 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;
    font-family: var(--bs-body-font-family);
}

.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: 17px;
    line-height: 20px;
}

.pc-card-text {
    color: hsl(63.8deg 26.22% 49.78%);
    font-size: .875rem;
    line-height: 1.625;
}
.ctaSecWrp .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    z-index: 2;
}
section.ourVision:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(246, 244, 238, 0.88);
    z-index: 1;
    top: 0;
    left: 0;
}
section.ourVision p {
    color:hsl(63.8, 19.8%, 53.5%);
    line-height: 1.5;
}
section.ourVision .container {
    position: relative;
    z-index: 22;
}
.ctaSecWrp .bg_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
section.ctaSecWrp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(101, 69, 36, 0.82);
}

.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;
}
section.value {
    background: #f6f4ee;
}
.mini-title {
    font-family: serif;
    color: #654524;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-family: var(--bs-body-font-family);
}

/* 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;
    }
}