/* ════════════════════════════════
   ROOT VARIABLES – LIGHT THEME
════════════════════════════════ */
:root {
    --saffron: #E8520A;
    --gold: #C8850A;
    --gold-lt: #FF9933;
    --deep-red: #8B1A1A;
    --white: #FFFFFF;
    --off-white: #FDF8F3;
    --light-bg: #F9F3EC;
    --light-card: #FFFFFF;
    --border: #EDE4D8;
    --text: #1C1410;
    --text-mid: #4A3C30;
    --text-muted: #8A7460;
    --serif: 'Cormorant Garamond', serif;
    --sans: 'DM Sans', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sans);
    background: var(--white);
    color: var(--text);
    overflow-x: hidden;
}

::selection {
    background: var(--gold-lt);
    color: #fff;
}

.fa-star{
    color: #ff9933;
}

/* ── helpers ── */
.section-label {
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #5b7468;
    font-weight: 600;
}

.section-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 600;
    line-height: 1.12;
    color: var(--text);
}

.section-title em {
    font-style: italic;
    color: var(--saffron);
    -webkit-text-fill-color: var(--saffron);
}

.section-sub {
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.78;
    font-size: .98rem;
}

.gold-line {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--saffron), var(--gold-lt));
    border-radius: 4px;
}

.flag-strip {
    height: 4px;
    background: #FF9933;
    width: 100%;
    z-index: 1050;
}

strong {
    font-weight: bold;
}

/* ════════════════════════════════
   TOP BAR
════════════════════════════════ */
.top-bar {
    background: var(--text);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.78rem;
    position: relative;
    width: 100%;
    z-index: 1045;
    transition: transform 0.3s;
}

.top-link {
    color: rgb(255 255 255 / 89%);
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-link:hover {
    color: var(--white);
}

.top-social {
    color: rgb(255 255 255 / 89%);
    transition: color 0.2s, transform 0.2s;
    text-decoration: none;
}

.top-social:hover {
    color: var(--gold-lt);
    transform: translateY(-2px);
}

/* whatsapp */
.whatsapp {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 100px;
    left: 20px;
    z-index: 99999;
}

.whatsapp img{
    width: 100%;
}

/* ════════════════════════════════
   NAVBAR
════════════════════════════════ */
#mainNav {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    transition: all .3s ease;
    top: 0;
}

#mainNav.scrolled {
    top: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    background: rgb(255 255 255);
}

.navbar-brand .b-icon {
    width: 38px;
    height: 38px;
    background: var(--gold-lt);
    border-radius: 50%;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-logo {
    width: 100%;
    max-width: 160px;
}

.brand-name {
    font-family: var(--serif);
    font-size: 1.55rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: .04em;
}

.brand-name span {
    color: var(--saffron);
}

.nav-link {
    color: black;
    font-size: .8rem;
    letter-spacing: .09em;
    text-transform: uppercase;
    transition: color .2s;
    font-weight: 500;
    font-family: 'bootstrap-icons';
}

.nav-link:hover,
.nav-link.active {
    color: var(--saffron) !important;
}

.btn-nav {
    background: var(--gold-lt);
    color: #fff !important;
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: .05em;
    border-radius: 100px;
    padding: .55rem 1.3rem;
    border: none;
    transition: opacity .25s, transform .25s;
}

.btn-nav:hover {
    background: #5b7468;
    opacity: .88;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 82, 10, 0.35);
}

.navbar-toggler {
    border: 1px solid var(--border);
}

.navbar-toggler-icon {
    filter: none;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */
#hero {
    min-height: 750px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 65% 55% at 80% 20%, rgba(232, 82, 10, .07) 0%, transparent 60%),
        radial-gradient(ellipse 50% 45% at 5% 85%, rgba(245, 166, 35, .09) 0%, transparent 55%),
        linear-gradient(155deg, #FFF8F2 0%, #FDF3E8 55%, #FBF0E2 100%);
    display: flex;
    align-items: center;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background:
        linear-gradient(#0000003d, #00000099), url(../images/banner/about-banner.jpg) center / cover no-repeat;
    min-height: 950px;
}

/* .mandala {
    position: absolute;
    right: -5vw;
    top: 50%;
    transform: translateY(-50%);
    width: min(60vw, 660px);
    height: min(60vw, 660px);
    opacity: .06;
    z-index: 1;
    animation: spin 90s linear infinite;
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
} */

.mandala svg {
    width: 100%;
    height: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(232, 82, 10, .08);
    border: 1px solid rgba(232, 82, 10, .22);
    border-radius: 100px;
    padding: .4rem 1rem;
    font-size: .73rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--saffron);
}

.bdot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--saffron);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .3;
        transform: scale(.6)
    }
}

.hero-eyebrow {
    font-size: .77rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 400;
}

.hero-h1 {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 7.5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.04;
    color: #ffffff;
    text-shadow: 1px -1px 2px #000000;
}

.hero-h1 em {
    font-style: italic;
    -webkit-text-fill-color: #f3981f;
    background-clip: text;
}

.hero-sub {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.78;
    color: var(--white);
}

.btn-primary-hero {
    background: var(--gold-lt);
    color: #fff;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 100px;
    border: none;
    padding: .55rem 2rem;
    box-shadow: 0 8px 28px rgba(232, 82, 10, .25);
    transition: transform .25s, box-shadow .25s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}

.btn-primary-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(232, 82, 10, .35);
    color: #fff;
    background: #5b7468;
}

.btn-ghost-hero {
    border: 1px solid var(--saffron);
    color: var(--saffron);
    background: var(--off-white);
    border-radius: 100px;
    padding: .53rem 1.1rem;
    font-size: .8rem;
    transition: all .22s;
    white-space: nowrap;
    text-decoration: none;
}

.btn-ghost-hero:hover {
    background: var(--gold-lt);
    color: var(--white);
    border: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgb(91 116 104 / 60%);
}

.play-ring {
    width: 34px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .25s, background .25s;
}

.btn-ghost-hero:hover .play-ring {
    border-color: var(--saffron);
    background: rgba(232, 82, 10, .07);
}

.hero-stat-number {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1;
}

.hero-stat-number span {
    color: var(--saffron);
}

.hero-stat-lbl {
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 400;
}

.stat-sep {
    width: 1px;
    background: var(--border);
}

/* floating image cards */
.hero-cards {
    position: relative;
    height: 520px;
}

.hcard {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .15);
}

.hcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}

.hcard:hover img {
    transform: scale(1.06);
}

.hcard-lbl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), transparent);
    padding: 1.1rem .85rem .7rem;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}

.hc1 {
    width: 230px;
    height: 290px;
    top: 6%;
    right: 4%;
    transform: rotate(3deg);
}

.hc2 {
    width: 180px;
    height: 215px;
    bottom: 4%;
    right: 37%;
    transform: rotate(-4deg);
}

.hc3 {
    width: 148px;
    height: 168px;
    top: 26%;
    right: 36%;
    transform: rotate(2deg);
}

/* ════════════════════════════════
   INDEX HERO SLIDER (RE-ADDED SCOPED)
════════════════════════════════ */
#index-hero-slider {
    position: relative;
    height: 800px;
    min-height: 700px;
    overflow: hidden;
    background: #000;
}

#index-hero-slider .swiper {
    width: 100%;
    height: 100%;
}

#index-hero-slider .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    transition: transform 5s ease;
}

#index-hero-slider .swiper-slide-active .hero-bg {
    transform: scale(1);
}

#index-hero-slider .hero-content {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out 0.4s;
    position: relative;
    z-index: 5;
}

#index-hero-slider .swiper-slide-active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

#index-hero-slider .hero-h1 {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 7.5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.04;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#index-hero-slider .hero-h1 em {
    font-style: italic;
    color: var(--gold-lt);
    -webkit-text-fill-color: var(--gold-lt);
}

#index-hero-slider .hero-sub {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgb(58 94 75 / 21%);
    border: 1px solid rgb(54 97 74 / 43%);
    border-radius: 100px;
    padding: .4rem 1.2rem;
    font-size: .75rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#index-hero-slider .hero-eyebrow {
    font-size: .85rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--gold-lt);
    font-weight: 500;
}

#index-hero-slider .hero-pagination {
    position: absolute;
    bottom: 40px !important;
    left: 0;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 12px;
}

#index-hero-slider .hero-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 !important;
    transition: background 0.3s;
}

#index-hero-slider .hero-pagination .swiper-pagination-bullet-active {
    background: var(--gold-lt);
}

#index-hero-slider .hero-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    padding: 0 40px;
    pointer-events: none;
}

#index-hero-slider .hero-prev,
#index-hero-slider .hero-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#index-hero-slider .hero-prev:hover,
#index-hero-slider .hero-next:hover {
    background: var(--saffron);
    border-color: var(--saffron);
    box-shadow: 0 0 20px rgba(232, 82, 10, 0.4);
}

#index-hero-slider .hero-next {
    margin-left: auto;
}

#index-hero-slider .hero-search-wrap {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    z-index: 20;
}

@media (max-width: 991px) {
    #index-hero-slider {
        height: 700px;
    }

    #index-hero-slider .hero-search-wrap {
        position: static;
        margin-top: -30px;
        padding: 0 15px;
    }
}

#index-hero-slider .scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 3.5rem;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    z-index: 5;
}

#index-hero-slider .scroll-line {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-lt), transparent);
}

/* search bar */
.search-bar {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
}

.search-bar .form-control,
.search-bar .form-select {
    background: transparent;
    border: 1px solid #80808078;
    color: var(--text);
    font-size: .88rem;
    padding: .85rem 1rem;
}

.search-bar .form-control::placeholder {
    color: var(--text-muted);
}

.search-bar .form-control:focus,
.search-bar .form-select:focus {
    box-shadow: none;
}

.search-bar .form-select option {
    background: #fff;
    color: var(--text);
}

.search-divider {
    width: 1px;
    background: var(--border);
    align-self: stretch;
}

.btn-search {
    background: var(--gold-lt);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: .72rem 1.6rem;
    font-weight: 500;
    font-size: .88rem;
    transition: opacity .2s, transform .2s;
    white-space: nowrap;
}

.btn-search:hover {
    opacity: .87;
    transform: translateY(-1px);
}

.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 3.5rem;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-muted);
    z-index: 5;
}

.scroll-line {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, var(--saffron), transparent);
}

/* floating image cards */
.hero-cards {
    position: relative;
    height: 520px;
}

.hcard {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .15);
}

.hcard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}

.hcard:hover img {
    transform: scale(1.06);
}

.hcard-lbl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), transparent);
    padding: 1.1rem .85rem .7rem;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}

.hc1 {
    width: 230px;
    height: 290px;
    top: 6%;
    right: 4%;
    transform: rotate(3deg);
}

.hc2 {
    width: 180px;
    height: 215px;
    bottom: 4%;
    right: 37%;
    transform: rotate(-4deg);
}

.hc3 {
    width: 148px;
    height: 168px;
    top: 26%;
    right: 36%;
    transform: rotate(2deg);
}

/* search bar */
.search-bar {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
}

.search-bar .form-control,
.search-bar .form-select {
    background: transparent;
    border: 1px solid #80808078;
    color: var(--text);
    font-size: .88rem;
    padding: .85rem 1rem;
}

.search-bar .form-control::placeholder {
    color: var(--text-muted);
}

.search-bar .form-control:focus,
.search-bar .form-select:focus {
    box-shadow: none;
}

.search-bar .form-select option {
    background: #fff;
    color: var(--text);
}

.search-divider {
    width: 1px;
    background: var(--border);
    align-self: stretch;
}

.search-label {
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--saffron);
    font-weight: 600;
}

.btn-search {
    background: var(--gold-lt);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: .72rem 1.6rem;
    font-weight: 500;
    font-size: .88rem;
    transition: opacity .2s, transform .2s;
    white-space: nowrap;
}

.btn-search:hover {
    background: #5b7468;
    opacity: .88;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 82, 10, 0.35);
}

.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 3.5rem;
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--text-muted);
    z-index: 5;
}

.scroll-line {
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, var(--saffron), transparent);
}

/* ════════════════════════════════
   COUNTER STRIP
════════════════════════════════ */
.counter-strip {
    background: var(--off-white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.counter-num {
    font-family: var(--serif);
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--saffron);
    line-height: 1;
}

.counter-lbl {
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 400;
}

.counter-sep {
    width: 1px;
    height: 60px;
    background: var(--border);
}

/* ════════════════════════════════
   ABOUT
════════════════════════════════ */
#about {
    background: var(--white);
}

.about-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.about-img-main img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.about-img-float {
    position: absolute;
    bottom: -28px;
    right: -20px;
    width: 195px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .15);
    border: 4px solid #fff;
}

.about-img-float img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.about-badge-float {
    position: absolute;
    top: 24px;
    left: -18px;
    background: var(--gold-lt);
    color: #fff;
    border-radius: 14px;
    padding: .9rem 1.2rem;
    font-family: var(--serif);
    text-align: center;
    min-width: 108px;
    box-shadow: 0 10px 30px rgba(232, 82, 10, .3);
}

.about-badge-float .big {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.about-badge-float .sm {
    font-size: .7rem;
    letter-spacing: .07em;
    font-family: var(--sans);
    font-weight: 500;
    opacity: .9;
}

.about-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem;
    border-radius: 12px;
    background: var(--off-white);
    border: 1px solid var(--border);
    transition: background .25s, border-color .25s, box-shadow .25s;
    height: 100%;
    align-items: center;
}

.about-feature:hover {
    background: #fff;
    border-color: rgba(232, 82, 10, .25);
    box-shadow: 0 6px 20px rgba(232, 82, 10, .08);
}

.af-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(232, 82, 10, .1), rgba(245, 166, 35, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.af-title {
    font-size: .88rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .2rem;
}

.af-text {
    font-size: .8rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ════════════════════════════════
   DESTINATIONS
════════════════════════════════ */
#destinations {
    background: var(--off-white);
}

.dest-filter .btn {
    border-radius: 100px;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .45rem 1.3rem;
    border: 1px solid var(--border);
    color: var(--text-muted);
    background: #fff;
    transition: all .25s;
}

.dest-filter .btn:hover,
.dest-filter .btn.active {
    background: var(--gold-lt);
    border-color: transparent;
    color: #fff;
}

.dest-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.dest-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.dest-card:hover img {
    transform: scale(1.07);
}

.dest-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .35) 60%, transparent 100%);
    padding: 1.8rem 1.2rem 1.2rem;
}

.dest-name {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .15rem;
}

.dest-meta {
    font-size: .75rem;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .06em;
}

.dest-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(232, 82, 10, .88);
    color: #fff;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: .3rem .8rem;
    backdrop-filter: blur(4px);
}

.dest-card-lg img {
    height: 380px;
}

.dest-card-sm img {
    height: 180px;
}

/* ════════════════════════════════
   PACKAGES
════════════════════════════════ */
#packages {
    background: var(--white);
}

.pkg-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(237, 228, 216, 0.6);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.pkg-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(28, 20, 16, 0.12);
    border-color: rgba(232, 82, 10, 0.2);
}

.pkg-img {
    position: relative;
    overflow: hidden;
}

.pkg-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pkg-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: 0.7s;
}

.pkg-card:hover .pkg-img img {
    transform: scale(1.1);
}

.pkg-card:hover .pkg-img::after {
    left: 125%;
}

.pkg-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--gold-lt);
    color: #fff;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: .28rem .85rem;
}

.pkg-wish {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pkg-wish:hover {
    background: var(--white);
    transform: scale(1.1) rotate(15deg);
    color: var(--saffron);
}

.pkg-wish i {
    font-size: 1rem;
    color: var(--text-muted);
    transition: transform 0.3s, color 0.3s;
}

.pkg-card:hover .pkg-wish i {
    color: #ff4d4d;
}

.pkg-wish:active i {
    transform: scale(1.4);
}

.pkg-body {
    padding: 1.6rem 1.7rem 1.9rem;
    position: relative;
}

.pkg-title {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
    line-height: 1.25;
    transition: color 0.3s;
}

.pkg-card:hover .pkg-title {
    color: var(--saffron);
}

.pkg-meta {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkg-location {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-mid);
    font-weight: 500;
}

.pkg-location i {
    color: var(--saffron);
}

.pkg-duration {
    background: rgba(232, 82, 10, 0.08);
    color: var(--saffron);
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(232, 82, 10, 0.15);
}

span.pkg-duration {
    background: #f18e1c;
    padding: 4px 10px;
    border-radius: 12px;
    color: white;
}

.pkg-meta i {
    color: var(--saffron);
}

.pkg-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pkg-features li {
    font-size: .8rem;
    color: var(--text-mid);
    padding: .2rem 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.pkg-features li i {
    color: var(--saffron);
    font-size: .7rem;
}

.pkg-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .9rem;
    border-top: 1px solid var(--border);
}

.pkg-price .from {
    font-size: .7rem;
    color: var(--text-muted);
    display: block;
    letter-spacing: .07em;
}

.pkg-price .amt {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--saffron);
    line-height: 1;
}

.pkg-price .per {
    font-size: .72rem;
    color: var(--text-muted);
}

.btn-pkg {
    background: var(--gold-lt);
    background-size: 200% auto;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.7rem 1.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.5s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(232, 82, 10, 0.2);
}

.btn-pkg:hover {
    background: #5b7468;
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 82, 10, 0.35);
    color: #fff;
}

.btn-detail{
   border: 1px solid var(--saffron);
    color: var(--saffron);
    background: var(--off-white);
    border-radius: 100px;
    padding: .53rem 1.1rem;
    font-size: .8rem;
    transition: all .22s;
    white-space: nowrap;
    text-decoration: none; 
    text-align: center;
}

.btn-detail:hover {
    background: var(--gold-lt);
    color: var(--white);
    border: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgb(91 116 104 / 60%);
}

/* Swiper Custom */
.pkgSwiper {
    padding: 10px 10px 60px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--text-muted);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    background: var(--saffron) !important;
    opacity: 1;
    width: 25px;
    border-radius: 5px;
    transition: width 0.3s;
}

/* ════════════════════════════════
   EXPERIENCES
════════════════════════════════ */
#experiences {
    background: var(--off-white);
}

.exp-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.exp-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}

.exp-card:hover img {
    transform: scale(1.08);
}

.exp-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .1) 60%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem;
}

.exp-tag {
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 100px;
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    padding: .22rem .7rem;
    margin-bottom: .5rem;
    width: fit-content;
    backdrop-filter: blur(4px);
}

.exp-title {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.exp-tall img {
    height: 380px;
}

.exp-short img {
    height: 180px;
}

/* ════════════════════════════════
   WHY CHOOSE US
════════════════════════════════ */
#why {
    background: var(--white);
}

.why-card {
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform .3s, background .3s, border-color .3s, box-shadow .3s;
    height: 100%;
}

.why-card:hover {
    transform: translateY(-6px);
    background: #fff;
    border-color: rgba(232, 82, 10, .2);
    box-shadow: 0 16px 40px rgba(232, 82, 10, .08);
}

.why-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    margin: 0 auto 1.3rem;
    background: linear-gradient(135deg, rgba(232, 82, 10, .1), rgba(245, 166, 35, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.why-title {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .5rem;
}

.why-text {
    font-size: .83rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ════════════════════════════════
   TESTIMONIALS
════════════════════════════════ */
/* ── REVIEWS SECTION ── */
#hm-reviews {
    background: var(--off-white, #faf9f7);
    padding: 5rem 0 5.5rem;
    overflow: hidden;
}

.hm-rev-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    padding: 1.8rem 2rem;
    background: var(--white, #fff);
    border: 1px solid var(--border, #e8e1d6);
    border-radius: 20px;
    margin-bottom: 2.8rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04);
}

.hm-stat-big {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90px;
}

.hm-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--saffron, #e8793a);
    line-height: 1;
}

.hm-stat-label {
    font-size: .72rem;
    color: var(--text-muted, #9a8f80);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: .25rem;
}

.hm-stat-divider {
    width: 1px;
    height: 52px;
    background: var(--border, #e8e1d6);
    flex-shrink: 0;
}

.hm-stat-stars {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
    min-width: 160px;
}

.hm-star-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .75rem;
    color: var(--text-muted, #9a8f80);
}

.hm-star-bar-wrap {
    flex: 1;
    height: 6px;
    background: var(--off-white, #f5f0ea);
    border-radius: 10px;
    overflow: hidden;
}

.hm-star-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--saffron, #e8793a), var(--gold-lt, #f5b942));
    border-radius: 10px;
    transition: width 1s ease;
}

.hm-star-pct {
    min-width: 30px;
    text-align: right;
    font-size: .72rem;
}

/* ── REVIEW SLIDER ── */
.hm-rev-slider-wrap {
    position: relative;
}

.hm-rev-overflow {
    overflow: hidden;
    border-radius: 18px;
}

.hm-rev-track {
    display: flex;
    gap: 1.4rem;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
}

.hm-rev-slide {
    flex-shrink: 0;
    /* widths set by JS / CSS vars */
    width: calc((100% - 2 * 1.4rem) / 3);
}

@media (max-width: 991px) {
    .hm-rev-slide {
        width: calc((100% - 1.4rem) / 2);
    }
}

@media (max-width: 575px) {
    .hm-rev-slide {
        width: 100%;
    }
}

.hm-rev-card {
    background: var(--white, #fff);
    border: 1px solid var(--border, #e8e1d6);
    border-radius: 18px;
    padding: 1.6rem 1.7rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform .25s, box-shadow .25s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hm-rev-card::before {
    content: '\201C';
    position: absolute;
    top: .6rem;
    right: 1.4rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    line-height: 1;
    color: var(--saffron, #e8793a);
    opacity: .08;
    pointer-events: none;
}

.hm-rev-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .08);
}

/* Arrow buttons */
.hm-rev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white, #fff);
    border: 1.5px solid var(--border, #e8e1d6);
    color: var(--text, #1a1208);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    z-index: 2;
    transition: all .2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.hm-rev-btn:hover {
    background: var(--saffron, #e8793a);
    border-color: var(--saffron, #e8793a);
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 121, 58, .25);
}

.hm-rev-btn.prev {
    left: -21px;
}

.hm-rev-btn.next {
    right: -21px;
}

@media (max-width: 575px) {
    .hm-rev-btn.prev {
        left: 0;
    }

    .hm-rev-btn.next {
        right: 0;
    }
}

/* Dots */
.hm-rev-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 1.6rem;
}

.hm-rev-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border, #e8e1d6);
    cursor: pointer;
    transition: background .3s, transform .3s, width .3s;
    border: none;
    padding: 0;
}

.hm-rev-dot.active {
    background: var(--saffron, #e8793a);
    width: 22px;
    border-radius: 100px;
}

.hm-rev-top {
    display: flex;
    align-items: center;
    gap: .9rem;
}

.hm-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--border, #e8e1d6);
    flex-shrink: 0;
}

.hm-avatar-placeholder {
    background: #5b7468;
    width: 100%;
    max-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    border: 2px solid transparent;
}

.hm-rev-name {
    font-size: .9rem;
    font-weight: 600;
    color: var(--text, #1a1208);
    line-height: 1.2;
}

.hm-rev-loc {
    font-size: .72rem;
    color: var(--text-muted, #9a8f80);
    display: flex;
    align-items: center;
    gap: .25rem;
    margin-top: .15rem;
}

.hm-rev-stars {
    display: flex;
    gap: 2px;
    margin-left: auto;
    align-self: flex-start;
    flex-shrink: 0;
}

.hm-rev-stars i {
    color: #F5A623;
    font-size: .72rem;
}

.hm-rev-text {
    font-size: .875rem;
    color: var(--text-mid, #5a4f3e);
    line-height: 1.7;
    flex: 1;
}

.hm-rev-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .8rem;
    border-top: 1px solid var(--border, #e8e1d6);
    flex-wrap: wrap;
    gap: .5rem;
}

.hm-rev-pkg {
    font-size: .7rem;
    background: var(--off-white, #faf9f7);
    border: 1px solid var(--border, #e8e1d6);
    border-radius: 100px;
    padding: .22rem .72rem;
    color: var(--saffron, #e8793a);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: .28rem;
}

.hm-rev-date {
    font-size: .68rem;
    color: var(--text-muted, #9a8f80);
}

/* verified badge */
.hm-verified {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .65rem;
    color: #2e8b57;
    font-weight: 500;
    background: rgba(46, 139, 87, .08);
    border-radius: 100px;
    padding: .18rem .55rem;
}

.hm-verified i {
    font-size: .72rem;
}

/* ════════════════════════════════
   CTA
════════════════════════════════ */
#cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #FFF0E6 0%, #FEE8D4 50%, #FDF5EC 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

#cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 70% at 15% 50%, rgba(232, 82, 10, .08) 0%, transparent 60%),
        radial-gradient(ellipse 45% 55% at 85% 50%, rgba(245, 166, 35, .07) 0%, transparent 55%);
}

.cta-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 600;
    color: var(--text);
    line-height: 1.1;
}

.cta-title em {
    font-style: italic;
    color: var(--saffron);
    -webkit-text-fill-color: var(--saffron);
}

.cta-sub {
    color: var(--text-mid);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
}

.btn-cta-main {
    background: var(--gold-lt);
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 1rem 2.2rem;
    font-weight: 500;
    font-size: .95rem;
    box-shadow: 0 10px 32px rgba(232, 82, 10, .25);
    transition: transform .25s, box-shadow .25s;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
}

.btn-cta-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(232, 82, 10, .35);
    color: #fff;
}

.btn-cta-outline {
    background: transparent;
    border: 1.5px solid rgba(28, 20, 16, .2);
    color: var(--text);
    border-radius: 100px;
    padding: .95rem 2rem;
    font-size: .95rem;
    transition: border-color .25s, color .25s;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
}

.btn-cta-outline:hover {
    border-color: var(--saffron);
    color: var(--saffron);
}

.cta-contact-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.8rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
}

.cta-phone-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--gold-lt);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.cta-phone-num {
    font-size: 1rem;
    color: var(--text);
}

.cta-phone-lbl {
    font-size: .73rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* ════════════════════════════════
   GALLERY
════════════════════════════════ */
#gallery {
    background: var(--white);
}

.gal-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
}

.gal-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s;
}

.gal-item:hover img {
    transform: scale(1.08);
}

.gal-tall img {
    height: 300px;
}

.gal-short img {
    height: 143px;
}

/* ════════════════════════════════
   BLOG
════════════════════════════════ */
#blog {
    background: var(--off-white);
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: transform .3s, box-shadow .3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}

.blog-card:hover .blog-img img {
    transform: scale(1.07);
}

.blog-body {
    padding: 1.3rem 1.4rem 1.5rem;
}

.blog-cat {
    font-size: .68rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--saffron);
    font-weight: 600;
    margin-bottom: .5rem;
}

.blog-title {
    font-family: var(--serif);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
    margin-bottom: .5rem;
}

.blog-excerpt {
    font-size: .8rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: .9rem;
}

.blog-meta {
    font-size: .73rem;
    color: var(--text-muted);
}

.read-more {
    font-size: .8rem;
    color: var(--saffron);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .03em;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    transition: gap .2s;
}

.read-more:hover {
    color: var(--deep-red);
    gap: .6rem;
}

/* ════════════════════════════════
   NEWSLETTER
════════════════════════════════ */
#newsletter {
    background: linear-gradient(135deg, var(--saffron) 0%, var(--gold-lt) 100%);
}

#newsletter .section-label {
    color: rgba(255, 255, 255, .75);
}

#newsletter .section-title {
    color: #fff;
}

#newsletter .section-title em {
    -webkit-text-fill-color: #fff;
    color: #fff;
}

#newsletter .section-sub {
    color: rgba(255, 255, 255, .75);
}

.nl-input-wrap {
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 100px;
    overflow: hidden;
}

.nl-input-wrap input {
    background: transparent;
    border: none;
    color: #000;
    font-size: .9rem;
    padding: .88rem 1.4rem;
    outline: none;
}

.nl-input-wrap input::placeholder {
    color: #2e2d2dad;
}

.btn-nl {
    background: #fff;
    color: var(--saffron);
    border: none;
    border-radius: 100px;
    padding: .7rem 1.6rem;
    font-weight: 600;
    font-size: .88rem;
    white-space: nowrap;
    transition: opacity .2s;
}

.btn-nl:hover {
    opacity: .9;
}

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
#footer {
    background: var(--text);
}

.footer-brand-name {
    font-family: var(--serif);
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

.footer-brand-name span {
    color: var(--gold-lt);
}

.footer-desc {
    font-size: .85rem;
    color: rgb(255 255 255 / 75%);
    line-height: 1.75;
}

.footer-heading {
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold-lt);
    font-weight: 600;
    margin-bottom: 1.1rem;
    align-content: center;
}

.footer-link {
    display: block;
    font-size: .84rem;
    color: rgb(255 255 255 / 75%);
    text-decoration: none;
    padding: .28rem 0;
    transition: color .2s;
}

.footer-link:hover {
    color: #fff;
}

.footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: background .25s, color .25s;
    font-size: .9rem;
}

.footer-social:hover {
    background: var(--gold-lt);
    color: #fff;
    border-color: transparent;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .07);
    font-size: .78rem;
    color: rgb(255 255 255 / 92%);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .84rem;
    color: rgb(255 255 255 / 75%);
}

.footer-contact-item i {
    color: var(--gold-lt);
    font-size: .9rem;
    margin-top: 2px;
    margin-right: 5px;
    flex-shrink: 0;
}

img.gt-logo {
    width: 100%;
    max-width: 120px;
}

/* ════════════════════════════════
   ANIMATIONS
════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
    align-content: center;
}

.d1 {
    transition-delay: .1s
}

.d2 {
    transition-delay: .2s
}

.d3 {
    transition-delay: .3s
}

.d4 {
    transition-delay: .4s
}

.d5 {
    transition-delay: .5s
}

/* back to top */
#btt {
    position: fixed;
    bottom: 1.8rem;
    right: 1.8rem;
    z-index: 999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--gold-lt);
    color: #fff;
    border: none;
    font-size: 1.1rem;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(232, 82, 10, .3);
    cursor: pointer;
    transition: transform .25s;
}

#btt.show {
    display: flex;
}

#btt:hover {
    transform: translateY(-3px);
}

@media (max-width: 991.98px) {

    .about-img-float,
    .about-badge-float {
        display: none !important;
    }

    .hero-cards {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hero-h1 {
        font-size: clamp(2.3rem, 10vw, 3rem);
    }

    .search-divider {
        display: none;
    }
}

/* ══════════════════════════════════════
   SPECIAL OFFER CTA
══════════════════════════════════════ */
.special-offer-section {
    padding: 4rem 0;
    background: linear-gradient(162deg, #D44A08 40%, var(--gold-lt) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.offer-bg-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.8;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
    z-index: 1;
}

.offer-tag {
    font-size: .9rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .9;
    display: block;
}

.offer-tag.blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

    100% {
        opacity: 1;
    }
}

.offer-title {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
}

.offer-desc {
    font-size: .95rem;
    opacity: .9;
    max-width: 600px;
}

.btn-offer {
    background-color: #fff;
    color: var(--saffron);
    padding: .85rem 2.2rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: .95rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    transition: transform .3s, box-shadow .3s;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-offer:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    color: var(--saffron);
}

/* Utilities moved from inline styles */
.py-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-section-sm {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-section-sm {
    padding-top: 5rem;
}

.z-2 {
    z-index: 2;
}

.icon-gold {
    color: var(--gold-lt) !important;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-36 {
    height: 36px;
}

.w-36 {
    width: 36px;
}

.fs-88 {
    font-size: .88rem;
}

.fs-75 {
    font-size: .75rem;
}

.fs-60 {
    font-size: .6rem;
}

.fs-1 {
    font-size: 1rem;
}

.border-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.bg-footer-icon {
    background: var(--gold-lt);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-2px {
    margin-left: 2px;
}

.mt-08rem {
    margin-top: .8rem;
}

.fs-90 {
    font-size: .9rem;
}

.color-white-65 {
    color: rgba(255, 255, 255, .65);
}

/* ════════════════════════════════
   ABOUT PAGE – Buttons
════════════════════════════════ */
.btn-primary-main {
    background: var(--gold-lt);
    color: #fff;
    font-weight: 500;
    font-size: .9rem;
    border-radius: 100px;
    border: none;
    padding: .55rem 2rem;
    box-shadow: 0 8px 28px rgba(232, 82, 10, .22);
    transition: transform .25s, box-shadow .25s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}

.btn-primary-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(232, 82, 10, .32);
    color: #fff;
    background: #5b7468;
}

.btn-outline-main {
    background: transparent;
    border: 1.5px solid rgba(232, 82, 10, .35);
    color: var(--saffron);
    border-radius: 100px;
    padding: .82rem 1.8rem;
    font-size: .9rem;
    font-weight: 500;
    transition: background .25s, color .25s, border-color .25s;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}

.btn-outline-main:hover {
    background: var(--gold-lt);
    color: #fff;
    border-color: transparent;
}

/* ════════════════════════════════
   ABOUT PAGE – Page Hero
════════════════════════════════ */
#page-hero {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    background:
        radial-gradient(ellipse 70% 60% at 90% 30%, rgba(232, 82, 10, .08) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 5% 80%, rgba(245, 166, 35, .07) 0%, transparent 55%),
        linear-gradient(155deg, #FFF8F2 0%, #FDF3E8 60%, #FBF0E2 100%);
    display: flex;
    align-items: center;
}

.hero-mandala {
    position: absolute;
    right: -3vw;
    top: 50%;
    transform: translateY(-50%);
    width: min(42vw, 440px);
    height: min(42vw, 440px);
    opacity: .06;
    z-index: 1;
    animation: spin 80s linear infinite;
}

.hero-mandala svg {
    width: 100%;
    height: 100%;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    font-size: .8rem;
    transition: color .2s;
}

.breadcrumb-item a:hover {
    color: #fafafa;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-size: .8rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text-muted);
}

.page-hero-title {
    font-family: var(--serif);
    font-size: clamp(2.6rem, 6vw, 4.5rem);
    font-weight: 600;
    line-height: 1.06;
    color: var(--white);
}

.page-hero-title em {
    font-style: italic;
    background: linear-gradient(90deg, var(--saffron), var(--gold-lt));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-hero-sub {
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.78;
    color: var(--text-mid);
    max-width: 800px;
}

.hero-scroll-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--saffron), transparent);
}

/* ════════════════════════════════
   ABOUT PAGE – Story Section
════════════════════════════════ */
.story-img-main {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.story-img-main img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.story-img-float {
    position: absolute;
    bottom: -24px;
    right: -20px;
    width: 210px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .15);
    border: 4px solid #fff;
}

.story-img-float img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.story-badge {
    position: absolute;
    top: 20px;
    left: -18px;
    background: var(--gold-lt);
    color: #fff;
    border-radius: 14px;
    padding: 1rem 1.2rem;
    font-family: var(--serif);
    text-align: center;
    min-width: 110px;
    box-shadow: 0 10px 30px rgba(232, 82, 10, .28);
}

.story-badge .big {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}

.story-badge .sm {
    font-size: .68rem;
    letter-spacing: .07em;
    font-family: var(--sans);
    font-weight: 500;
    opacity: .88;
}

.timeline {
    position: relative;
    padding-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--saffron), var(--gold-lt), rgba(232, 82, 10, .15));
    border-radius: 2px;
}

.tl-item {
    position: relative;
    margin-bottom: 1.8rem;
}

.tl-dot {
    position: absolute;
    left: -2rem;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gold-lt);
    box-shadow: 0 0 0 3px rgba(232, 82, 10, .15);
}

.tl-year {
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--saffron);
    font-weight: 600;
    margin-bottom: .2rem;
}

.tl-title {
    font-family: var(--serif);
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .25rem;
}

.tl-text {
    font-size: .82rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ════════════════════════════════
   ABOUT PAGE – Mission / Values
════════════════════════════════ */
#mission {
    background: var(--off-white);
}

.mission-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 2.2rem 1.8rem;
    height: 100%;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.mission-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(232, 82, 10, .09);
    border-color: rgba(232, 82, 10, .2);
}

.mc-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(232, 82, 10, .1), rgba(245, 166, 35, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

.mc-title {
    font-family: var(--serif);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .5rem;
}

.mc-text {
    font-size: .83rem;
    color: var(--text-muted);
    line-height: 1.75;
}

.promise-item {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}

.promise-item:last-child {
    border-bottom: none;
}

.pi-check {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gold-lt);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.pi-title {
    font-size: .88rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .15rem;
}

.pi-text {
    font-size: .8rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* ════════════════════════════════
   ABOUT PAGE – Stats Counter
════════════════════════════════ */
#stats-section {
    background: linear-gradient(135deg, var(--saffron) 0%, #D44A08 40%, var(--gold-lt) 100%);
    position: relative;
    overflow: hidden;
}

#stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}

.stat-box {
    text-align: center;
    padding: 1.5rem;
}

.stat-box-num {
    font-family: var(--serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat-box-lbl {
    font-size: .78rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    margin-top: .4rem;
}

.stat-box-sep {
    width: 1px;
    background: rgba(255, 255, 255, .2);
    align-self: stretch;
}

/* ════════════════════════════════
   ABOUT PAGE – Team
════════════════════════════════ */
#team {
    background: var(--white);
}

.team-card {
    border-radius: 18px;
    overflow: hidden;
    background: var(--off-white);
    border: 1px solid var(--border);
    transition: transform .3s, box-shadow .3s;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, .1);
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s;
}

.team-card:hover .team-img img {
    transform: scale(1.06);
}

.team-social-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    padding: 1rem .9rem .8rem;
    display: flex;
    gap: .5rem;
    transform: translateY(100%);
    transition: transform .3s;
}

.team-card:hover .team-social-overlay {
    transform: translateY(0);
}

.tsoc {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .8rem;
    text-decoration: none;
    transition: background .2s;
}

.tsoc:hover {
    background: var(--saffron);
    color: #fff;
}

.team-body {
    padding: 1.3rem;
}

.team-name {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text);
}

.team-role {
    font-size: .75rem;
    color: var(--saffron);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
}

.team-bio {
    font-size: .82rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ════════════════════════════════
   ABOUT PAGE – Awards
════════════════════════════════ */
#awards {
    background: var(--off-white);
}

.award-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(232, 82, 10, .09);
    border-color: rgba(232, 82, 10, .2);
}

.award-icon {
    font-size: 2.8rem;
    margin-bottom: .8rem;
}

.award-year {
    font-size: .7rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--saffron);
    font-weight: 600;
    margin-bottom: .35rem;
}

.award-title {
    font-family: var(--serif);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: .3rem;
}

.award-org {
    font-size: .75rem;
    color: var(--text-muted);
}

/* ════════════════════════════════
   ABOUT PAGE – Partners
════════════════════════════════ */
#partners {
    background: var(--white);
}

.partner-logo {
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.4rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    transition: border-color .25s, box-shadow .25s;
}

.partner-logo:hover {
    border-color: rgba(232, 82, 10, .25);
    box-shadow: 0 6px 20px rgba(232, 82, 10, .07);
}

.partner-logo span {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: .04em;
}

/* ════════════════════════════════
   ABOUT PAGE – Why Choose (row items)
════════════════════════════════ */
.why-row-item {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.4rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}

.why-row-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(232, 82, 10, .08);
    border-color: rgba(232, 82, 10, .2);
}

.wi-num {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 700;
    color: rgba(232, 82, 10, .15);
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
}

.wi-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(232, 82, 10, .1), rgba(245, 166, 35, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.wi-title {
    font-family: var(--serif);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: .3rem;
}

.wi-text {
    font-size: .82rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ════════════════════════════════
   ABOUT PAGE – CTA Banner
════════════════════════════════ */
#cta-banner {
    background: linear-gradient(135deg, #FFF0E6 0%, #FEE8D4 50%, #FDF5EC 100%);
    border-top: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

#cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 70% at 10% 50%, rgba(232, 82, 10, .07) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 90% 50%, rgba(245, 166, 35, .06) 0%, transparent 55%);
}

/* About page transition delay */
.d6 {
    transition-delay: .6s;
}

/* About page responsive */
@media (max-width: 991.98px) {

    .story-img-float,
    .story-badge {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .page-hero-title {
        font-size: clamp(2rem, 11vw, 2.8rem);
    }

    .stat-box-sep {
        display: none;
    }
}

/* form styling */

/* ── Form Header ── */
.sb-f-header {
    background: linear-gradient(135deg, var(--saffron), var(--gold-lt));
    padding: 22px 24px 18px;
    position: relative;
    overflow: hidden;
}

.sb-f-header::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    background: var(--saffron);
    opacity: 0.12;
    border-radius: 50%;
}

.sb-f-header::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40px;
    width: 80px;
    height: 80px;
    background: var(--saffron);
    opacity: 0.08;
    border-radius: 50%;
}

.sb-f-label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.73);
    margin-bottom: 4px;
}

.sb-f-price {
    font-family: var(--serif);
    font-size: 34px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}

.sb-f-price span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 4px;
    font-family: var(--sans);
}

.sb-f-badges {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.sb-f-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 11px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sb-f-badge i {
    color: #ffffff;
    font-size: 15px;
}

/* ── Form Body ── */
.sb-f-body {
    padding: 22px 24px 24px;
}

.sb-f-section-title {
    font-size: 15px;
    font-family: var(--serif);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 14px;
    font-weight: 700;
}

.sb-f-field {
    margin-bottom: 14px;
    position: relative;
}

.sb-f-field label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 6px;
}

.sb-f-field .field-wrap {
    position: relative;
}

.sb-f-field .field-wrap i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--saffron);
    font-size: 14px;
    pointer-events: none;
}

.sb-f-field input,
.sb-f-field select,
.sb-f-field textarea {
    width: 100%;
    background: var(--off-white);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 14px 11px 36px;
    font-family: var(--sans);
    font-size: 13.5px;
    color: var(--text);
    outline: none;
    transition: all 0.2s;
    -webkit-appearance: none;
    appearance: none;
}

.sb-f-field textarea {
    padding-left: 14px;
    resize: none;
    min-height: 80px;
    line-height: 1.5;
}

.sb-f-field input::placeholder,
.sb-f-field textarea::placeholder {
    color: #B5B0A8;
}

.sb-f-field input:focus,
.sb-f-field select:focus,
.sb-f-field textarea:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 3px rgba(232, 121, 58, 0.12);
    background: var(--white);
}

/*our team story*/
        #team-story {
            background-color: var(--off-white);
            position: relative;
            overflow: hidden;
        }

        .story-image-wrapper {
            position: relative;
            padding: 20px;
            animation: fadeInRight 1s ease-out;
        }

        .story-image-wrapper img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 2;
            transition: transform 0.5s ease;
        }

        .story-image-wrapper:hover img {
            transform: scale(1.02);
        }

        .story-image-wrapper::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 80%;
            height: 80%;
            border: 2px solid var(--saffron)44;
            border-radius: 20px;
            z-index: 1;
            transform: translate(-10px, -10px);
        }

        .story-content {
            animation: fadeInLeft 1s ease-out;
        }

        .story-quote {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.1rem;
            font-style: italic;
            color: #5b7468;
            margin-bottom: 25px;
            font-weight: 600;
            position: relative;
            padding-left: 20px;
            border-left: 3px solid var(--saffron);
        }

        .story-text {
            color: #555;
            font-family: 'DM Sans', sans-serif;
            line-height: 1.9;
            font-size: 1.05rem;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 50px;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 15px;
            background: white;
            padding: 15px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
        }

        .stat-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
            background: var(--saffron);
        }

        .stat-item:hover .stat-icon {
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

        .stat-item:hover .stat-val,
        .stat-item:hover .stat-label {
            color: white;
        }

        .stat-icon {
            width: 50px;
            height: 50px;
            background: #fdf6e9;
            color: var(--saffron);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            font-size: 1.4rem;
            transition: all 0.3s ease;
        }

        .stat-info .stat-val {
            display: block;
            font-weight: 700;
            font-size: 1.2rem;
            color: #1a1a1a;
            line-height: 1;
            transition: all 0.3s ease;
        }

        .stat-info .stat-label {
            font-size: 0.8rem;
            color: #777;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @media (max-width: 991px) {
            .story-title {
                font-size: 2.8rem;
            }

            .story-image-wrapper {
                margin-top: 50px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
            }
        }
