@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

/* About page: same visual system, intentionally different composition */
.about-premium {
    background: #fff;
    color: #19333b
}

.about-premium .site-header {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    border: 0
}

.about-premium .nav-wrap {
    height: 66px;
    padding: 0 16px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 10px 25px #051c2530
}

.about-premium .nav a {
    color: #16313a;
    font-size: .72rem;
    letter-spacing: 0;
    text-transform: none
}

.about-premium .nav a.active,
.about-premium .nav a:hover {
    color: #176274
}

.about-premium .nav .btn {
    background: linear-gradient(135deg, #164c8e, #16677b);
    color: #fff
}

.about-premium .logo {
    padding: 0;
    background: transparent;
    box-shadow: none
}

.about-premium .logo img {
    height: 54px;
    width: 152px
}

.about-banner {
    padding: 160px 0 95px;
    color: #fff;
    background: linear-gradient(100deg, #083f49ee, #193b86a8), url('https://images.unsplash.com/photo-1532375810709-75b1da00537c?auto=format&fit=crop&w=1800&q=85') center/cover
}

.about-crumb {
    margin: 0 0 56px;
    color: #e3eff1b8;
    font-size: .78rem
}

.about-crumb span {
    padding: 0 8px;
    color: #efc58f
}

.about-banner h1 {
    max-width: 760px;
    margin: 0 0 17px;
    font: 800 clamp(2.9rem, 5vw, 5.2rem)/1.07 Manrope, Arial, sans-serif;
    letter-spacing: -.06em
}

.about-banner>div>p:last-child {
    max-width: 610px;
    font-size: 1rem;
    line-height: 1.75;
    color: #f0f6f8
}

.about-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 85px;
    align-items: center;
    padding: 100px 0
}

.about-image-stack {
    position: relative;
    padding: 0 36px 36px 0
}

.about-image-stack>img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    border-radius: 9px;
    display: block
}

.about-image-stack>div {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 22px;
    background: linear-gradient(135deg, #0f626a, #1a4695);
    color: #fff;
    border-radius: 8px;
    text-align: left
}

.about-image-stack strong {
    display: block;
    font-size: 1.45rem
}

.about-image-stack span {
    display: block;
    font-size: .71rem;
    line-height: 1.55;
    margin-top: 4px
}

.about-copy h2,
.about-section-head h2,
.about-principles h2,
.about-ending h2 {
    font: 800 clamp(2rem, 3.4vw, 3.2rem)/1.13 Manrope, Arial, sans-serif;
    letter-spacing: -.05em;
    color: #174c59;
    margin: 0 0 19px
}

.about-copy>p:not(.nh-kicker) {
    color: #687a81;
    line-height: 1.8;
    font-size: .93rem
}

.about-copy a,
.about-ending a {
    display: inline-block;
    margin-top: 12px;
    background: #174e93;
    color: #fff;
    text-decoration: none;
    padding: 13px 19px;
    border-radius: 4px;
    font-weight: 800;
    font-size: .74rem
}

.about-copy a span,
.about-ending a span {
    padding-left: 17px;
    font-size: 1.1rem
}

.about-values {
    padding: 91px 0;
    background: linear-gradient(130deg, #074e58, #193b87);
    color: #fff
}

.about-section-head {
    max-width: 635px;
    margin: 0 auto 45px;
    text-align: center
}

.about-section-head h2 {
    color: #fff
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.about-value-grid article {
    padding: 29px;
    background: #fff;
    color: #173740;
    border-radius: 9px
}

.about-value-grid b {
    color: #b4845c;
    font-size: .68rem;
    letter-spacing: .18em
}

.about-value-grid h3 {
    font-size: 1.2rem;
    margin: 14px 0 10px
}

.about-value-grid p {
    margin: 0;
    font-size: .81rem;
    line-height: 1.7;
    color: #65777e
}

.about-principles {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 85px;
    padding: 105px 0
}

.about-principles-title>p:last-child {
    max-width: 470px;
    color: #718087;
    font-size: .92rem;
    line-height: 1.8
}

.about-principle-list {
    border-top: 1px solid #dce5e6
}

.about-principle-list article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 22px 0;
    border-bottom: 1px solid #dce5e6
}

.about-principle-list i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 3px;
    border-radius: 50%;
    background: #e5f0ed;
    color: #167165;
    font-weight: 800;
    font-style: normal
}

.about-principle-list h3 {
    margin: 0 0 7px;
    font-size: 1rem
}

.about-principle-list p {
    margin: 0;
    color: #718087;
    font-size: .8rem;
    line-height: 1.65
}

.about-ending {
    padding: 75px 0;
    text-align: center;
    background: #f4f8f8
}

.about-ending h2 {
    margin-bottom: 5px
}

.about-ending a {
    margin-top: 18px
}

.about-premium .site-footer {
    background: linear-gradient(110deg, #063d46, #103574)
}

@media(max-width:850px) {
    .about-premium .site-header {
        position: relative;
        top: 0
    }

    .about-premium .nav-wrap {
        border-radius: 0
    }

    .about-banner {
        padding: 88px 0 65px
    }

    .about-crumb {
        margin-bottom: 36px
    }

    .about-intro,
    .about-principles {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 65px 0
    }

    .about-image-stack {
        max-width: 580px
    }

    .about-value-grid {
        grid-template-columns: 1fr
    }

    .about-values {
        padding: 65px 0
    }
}

@media(max-width:520px) {
    .about-banner h1 {
        font-size: 2.8rem
    }

    .about-image-stack {
        padding: 0 20px 20px 0
    }

    .about-image-stack>img {
        height: 360px
    }

    .about-principles {
        gap: 28px
    }
}

/* Homepage premium landing-page layout */
.premium-home {
    background: #fff;
    color: #172f38
}

.premium-home .site-header {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    border: 0
}

.premium-home .nav-wrap {
    height: 66px;
    padding: 0 16px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 10px 25px #051c2530
}

.premium-home .nav a {
    color: #16313a;
    font-size: .72rem;
    letter-spacing: 0;
    text-transform: none
}

.premium-home .nav a.active,
.premium-home .nav a:hover {
    color: #176274
}

.premium-home .nav .btn {
    background: linear-gradient(135deg, #164c8e, #16677b);
    color: #fff
}

.premium-home .logo {
    box-shadow: none;
    padding: 0;
    background: transparent
}

.premium-home .logo img {
    height: 54px;
    width: 152px
}

.nh-hero {
    min-height: 650px;
    padding: 112px 0 62px;
    position: relative;
    background: linear-gradient(90deg, #063f47df, #092d53a8), url('../images/hero/india-journey.jpg') center/cover
}

.nh-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 68px;
    align-items: center
}

.nh-copy {
    color: #fff;
    padding: 42px 0
}

.nh-kicker {
    margin: 0 0 14px;
    color: #e2b98b;
    text-transform: uppercase;
    font-size: .68rem;
    letter-spacing: .18em;
    font-weight: 800
}

.nh-kicker.dark {
    color: #aa8463
}

.nh-copy h1 {
    font: 800 clamp(3rem, 5.1vw, 5.25rem)/1.08 Manrope, Arial, sans-serif;
    letter-spacing: -.06em;
    margin: 0 0 18px
}

.nh-copy>p:not(.nh-kicker) {
    max-width: 590px;
    font-size: 1.02rem;
    line-height: 1.7;
    color: #f4f6f6
}

.nh-actions {
    display: flex;
    gap: 12px;
    margin-top: 27px
}

.nh-btn,
.nh-package a,
.nh-cta a {
    display: inline-block;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: .72rem;
    font-weight: 800
}

.nh-btn-fill {
    background: linear-gradient(135deg, #174b9a, #16747e);
    color: #fff
}

.nh-btn-ghost {
    border: 1px solid #fff;
    color: #fff
}

.nh-form {
    background: #fffc;
    padding: 24px;
    border-radius: 13px;
    color: #18343e;
    box-shadow: 0 22px 45px #051b3838
}

.nh-form h2 {
    font-size: 1.42rem;
    margin: 0 0 17px
}

.nh-form label {
    display: block;
    font-weight: 800;
    font-size: .68rem;
    margin: 0 0 12px
}

.nh-form input,
.nh-form select,
.nh-newsletter input {
    display: block;
    width: 100%;
    margin-top: 6px;
    border: 1px solid #e3e7e7;
    background: #fff;
    border-radius: 4px;
    padding: 11px 10px;
    color: #37505a;
    font: 500 .78rem Manrope, Arial
}

.nh-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

.nh-submit {
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 13px;
    background: linear-gradient(100deg, #17469b, #16747c);
    color: #fff;
    font-weight: 800;
    cursor: pointer
}

.nh-section {
    padding: 88px 0
}

.nh-soft {
    background: #f8fbfb
}

.nh-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 42px
}

.nh-heading h2,
.nh-newsletter h2 {
    font: 800 clamp(1.7rem, 3vw, 2.35rem)/1.15 Manrope, Arial;
    color: #174e5a;
    letter-spacing: -.045em;
    margin: 0
}

.nh-heading span {
    display: block;
    background: linear-gradient(90deg, #c5a17f, #2557a7);
    width: 45px;
    height: 3px;
    margin: 12px auto 13px
}

.nh-heading>p:last-child {
    font-size: .86rem;
    line-height: 1.7;
    color: #718088;
    margin: 0
}

.nh-destination-grid,
.nh-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.nh-destination,
.nh-package,
.nh-feature-grid article {
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 11px 27px #174e5a13
}

.nh-destination img {
    width: 100%;
    height: 190px;
    display: block;
    object-fit: cover
}

.nh-destination div {
    padding: 17px
}

.nh-destination h3,
.nh-package h3,
.nh-feature-grid h3 {
    font-size: 1rem;
    margin: 0 0 8px
}

.nh-destination p,
.nh-package p,
.nh-feature-grid p {
    margin: 0;
    color: #728088;
    font-size: .78rem;
    line-height: 1.65
}

.nh-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.nh-package img {
    width: 100%;
    height: 210px;
    display: block;
    object-fit: cover
}

.nh-package div {
    padding: 19px
}

.nh-package b {
    display: inline-block;
    border-radius: 15px;
    background: #eef4f2;
    color: #507076;
    padding: 5px 9px;
    font-size: .62rem
}

.nh-package h3 {
    margin-top: 11px;
    font-size: 1.05rem
}

.nh-package a {
    margin-top: 17px;
    padding: 8px 13px;
    border: 1px solid #5c7e83;
    color: #24535b;
    border-radius: 4px;
    font-size: .65rem;
    float: right
}

.nh-package div:after {
    content: '';
    display: block;
    clear: both
}

.nh-feature-grid article {
    padding: 24px
}

.nh-feature-grid i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background: linear-gradient(135deg, #14506c, #1b4698);
    color: #fff;
    font-style: normal;
    font-size: 1.15rem;
    box-shadow: 0 8px 15px #173d6930
}

.nh-feature-grid h3 {
    margin-top: 15px
}

.nh-stats {
    padding: 75px 0;
    background: linear-gradient(100deg, #07636dce, #173c9acb), url('https://images.unsplash.com/photo-1514222134-b57cbb8ce073?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #fff
}

.nh-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.nh-stats-grid div {
    padding: 27px 14px;
    background: #ffffff14;
    border: 1px solid #ffffff19;
    border-radius: 10px;
    text-align: center;
    backdrop-filter: blur(2px)
}

.nh-stats strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px
}

.nh-stats small {
    text-transform: uppercase;
    font-size: .66rem;
    letter-spacing: .08em
}

.nh-cta {
    position: relative;
    margin-top: -38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 35px;
    color: #fff;
    border-radius: 11px;
    background: linear-gradient(110deg, #13616b, #254393);
    box-shadow: 0 15px 26px #13345938
}

.nh-cta h2 {
    margin: 0 0 5px;
    font-size: 1.5rem
}

.nh-cta p {
    margin: 0;
    color: #f0f4ff;
    font-size: .78rem
}

.nh-cta a {
    background: #fff;
    color: #174054;
    white-space: nowrap
}

.nh-newsletter {
    text-align: center;
    padding: 85px 0
}

.nh-newsletter h2 {
    font-size: 1.75rem;
    margin-bottom: 24px
}

.nh-newsletter form {
    margin: auto;
    display: flex;
    max-width: 500px
}

.nh-newsletter input {
    margin: 0;
    border-radius: 4px 0 0 4px
}

.nh-newsletter button {
    border: 0;
    padding: 0 27px;
    background: linear-gradient(100deg, #184492, #176d79);
    color: #fff;
    font-weight: 800;
    border-radius: 0 4px 4px 0
}

.premium-home .site-footer {
    background: linear-gradient(110deg, #063d46, #103574)
}

@media(max-width:850px) {
    .premium-home .site-header {
        position: relative;
        top: 0
    }

    .premium-home .nav-wrap {
        border-radius: 0
    }

    .nh-hero {
        padding-top: 64px
    }

    .nh-hero-grid {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .nh-copy {
        padding: 30px 0 0
    }

    .nh-destination-grid,
    .nh-feature-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .nh-package-grid {
        grid-template-columns: 1fr
    }

    .nh-package {
        display: grid;
        grid-template-columns: 170px 1fr
    }

    .nh-package img {
        height: 100%
    }

    .nh-stats-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .nh-cta {
        margin: 0 16px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media(max-width:520px) {
    .nh-hero {
        min-height: auto
    }

    .nh-copy h1 {
        font-size: 3rem
    }

    .nh-two,
    .nh-destination-grid,
    .nh-feature-grid,
    .nh-stats-grid,
    .nh-package {
        grid-template-columns: 1fr
    }

    .nh-package img {
        height: 190px
    }

    .nh-section {
        padding: 58px 0
    }

    .nh-newsletter form {
        display: grid;
        gap: 9px
    }

    .nh-newsletter input,
    .nh-newsletter button {
        border-radius: 4px;
        padding: 13px
    }

    .nh-actions {
        flex-wrap: wrap
    }
}

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --primary: #075357;
    --primary-dark: #063e42;
    --gold: #c5a064;
    --cream: #f7f3e9;
    --white: #fff;
    --text: #183639;
    --muted: #647477;
    --line: #e7e4dc
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--text);
    background: #fffdfa;
    font: 16px/1.55 Manrope, Arial, sans-serif
}

h1,
h2,
h3,
p {
    margin-top: 0
}

.serif {
    font-family: 'Playfair Display', 'Playfair Display', Georgia, serif
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: auto
}

.section {
    padding: 84px 0
}

.eyebrow {
    color: #af864b;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase
}

.title {
    font: clamp(2rem, 4vw, 3.5rem)/1.08 'Playfair Display', Georgia, serif;
    color: var(--primary-dark);
    margin: .55rem 0 1rem
}

.lead {
    max-width: 680px;
    color: var(--muted);
    line-height: 1.8
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: linear-gradient(115deg, #063e42, #075357 55%, #0c666a);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #ffffff1c;
    box-shadow: 0 8px 25px #052b2c33
}

.nav-wrap {
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo img {
    width: 160px;
    height: 64px;
    object-fit: contain
}

.nav {
    display: flex;
    gap: 21px;
    align-items: center
}

.nav a {
    font-size: .71rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.nav a:hover,
.nav a.active {
    color: var(--gold)
}

.btn {
    display: inline-block;
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    color: #fff;
    background: var(--primary)
}

.btn-gold {
    color: #fff;
    background: var(--gold)
}

.btn-outline {
    border: 1px solid var(--gold);
    color: var(--primary);
    background: transparent
}

.menu-toggle {
    display: none;
    border: 1px solid var(--gold);
    background: #fff;
    color: var(--primary);
    font-size: 1.25rem;
    padding: 6px 10px
}

.hero {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
    background-size: cover;
    background-position: center
}

.hero:before,
.home-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 48, 50, .9), rgba(3, 48, 50, .55), rgba(3, 48, 50, .13))
}

.hero-content {
    position: relative;
    color: #fff;
    width: min(1180px, calc(100% - 32px))
}

.hero h1 {
    font: clamp(2.8rem, 6vw, 5.3rem)/1.05 'Playfair Display', Georgia, serif;
    max-width: 800px;
    margin: 12px 0
}

.hero p {
    max-width: 620px;
    color: #ffffffd9
}

.home-hero {
    position: relative;
    min-height: 650px;
    display: grid;
    align-items: center;
    background: url('../images/hero/india-journey.jpg') center/cover
}

.home-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    gap: 44px;
    color: #fff
}

.home-copy h1 {
    font: clamp(3rem, 6vw, 5.8rem)/1.02 'Playfair Display', Georgia, serif;
    margin: 12px 0
}

.home-copy p {
    max-width: 600px;
    font-size: 1.06rem;
    color: #ffffffd9
}

.hero-form,
.form-card {
    background: #fff;
    color: var(--text);
    padding: 26px;
    border-radius: 16px;
    box-shadow: 0 20px 45px #002b2c33
}

.hero-form h2 {
    font: 1.7rem 'Playfair Display', Georgia, serif;
    color: var(--primary-dark);
    margin: .3rem 0
}

.form-grid {
    display: grid;
    gap: 11px
}

.input {
    width: 100%;
    border: 1px solid #d9dfdc;
    border-radius: 7px;
    padding: 13px;
    background: #fff;
    color: var(--text);
    font: inherit
}

.input:focus {
    outline: 3px solid #f1e7d7;
    border-color: var(--gold)
}

textarea.input {
    min-height: 120px;
    resize: vertical
}

.grid {
    display: grid;
    gap: 22px
}

.grid-4 {
    grid-template-columns: repeat(4, 1fr)
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-2 {
    grid-template-columns: repeat(2, 1fr)
}

.card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px #073f420d
}

.card img {
    width: 100%;
    height: 220px;
    display: block;
    object-fit: cover;
    transition: .4s
}

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

.card-body {
    padding: 22px
}

.card h3 {
    font: 1.65rem 'Playfair Display', Georgia, serif;
    color: var(--primary-dark);
    margin: 6px 0
}

.card p {
    font-size: .9rem;
    color: var(--muted);
    margin-bottom: 0
}

.meta {
    display: flex;
    justify-content: space-between;
    color: var(--gold);
    font-size: .68rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .08em
}

.features {
    background: var(--cream)
}

.feature {
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff
}

.feature i {
    font-style: normal;
    font-size: 1.7rem;
    color: var(--gold)
}

.feature h3 {
    font: 1.4rem 'Playfair Display', Georgia, serif;
    margin: 10px 0 6px
}

.feature p {
    font-size: .9rem;
    color: var(--muted)
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 34px;
    border-radius: 16px;
    background: var(--primary-dark);
    color: #fff;
    text-align: center
}

.stats strong {
    display: block;
    font: 2rem 'Playfair Display', Georgia, serif;
    color: var(--gold)
}

.stats span {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #bde0dc
}

.cta {
    background: var(--gold);
    color: #fff
}

.cta .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px
}

.cta h2 {
    font: 2.4rem 'Playfair Display', Georgia, serif;
    margin: 5px 0
}

.cta .btn {
    background: #fff;
    color: var(--primary-dark)
}

.service-card {
    padding: 27px
}

.service-card .number {
    color: var(--gold);
    font-weight: bold
}

.service-card h3 {
    font: 1.65rem 'Playfair Display', Georgia, serif;
    margin: 14px 0 8px
}

.service-card p {
    color: var(--muted);
    font-size: .9rem
}

.dark {
    background: var(--primary-dark);
    color: #fff
}

.dark .title {
    color: #fff
}

.dark .card {
    background: transparent;
    border-color: #ffffff29;
    color: #fff;
    box-shadow: none
}

.dark .card h3,
.dark .card p {
    color: #fff
}

.route-card {
    padding: 22px
}

.route-card p {
    font: 1.3rem 'Playfair Display', Georgia, serif;
    margin: 10px 0
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 42px
}

.contact-details {
    padding: 34px;
    border-radius: 16px;
    background: var(--cream)
}

.contact-details h3 {
    font: 2rem 'Playfair Display', Georgia, serif;
    margin: 8px 0 20px
}

.contact-details dt {
    font-weight: bold;
    margin-top: 17px
}

.contact-details dd {
    margin: 3px 0;
    color: var(--muted)
}

.map {
    height: 390px;
    border: 0;
    width: 100%;
    background: var(--cream)
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.filter {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 15px;
    background: #fff;
    color: var(--primary);
    font-size: .7rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}

.filter.active {
    background: var(--primary);
    color: #fff
}

.gallery {
    columns: 3 280px;
    gap: 18px;
    margin-top: 28px
}

.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 0 18px;
    cursor: pointer
}

.gallery-item img {
    display: block;
    width: 100%;
    transition: .3s
}

.gallery-item:hover img {
    transform: scale(1.04)
}

.gallery-item span {
    position: absolute;
    inset: auto 0 0;
    padding: 28px 16px 14px;
    background: linear-gradient(transparent, #000b);
    color: #fff;
    text-align: left;
    opacity: 0;
    transition: .3s
}

.gallery-item:hover span {
    opacity: 1
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 100;
    inset: 0;
    background: #000e;
    align-items: center;
    justify-content: center;
    padding: 30px
}

.lightbox.open {
    display: flex
}

.lightbox img {
    max-width: 86vw;
    max-height: 82vh;
    border-radius: 8px
}

.lightbox button {
    position: absolute;
    border: 0;
    background: none;
    color: #fff;
    font-size: 3rem;
    cursor: pointer
}

.lightbox .close {
    top: 12px;
    right: 24px
}

.lightbox .prev {
    left: 20px
}

.lightbox .next {
    right: 20px
}

.site-footer {
    background: var(--primary-dark);
    color: #e0f0ed
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 38px;
    padding: 56px 0
}

.footer-logo {
    width: 170px;
    background: #fff;
    border-radius: 4px
}

.site-footer h3 {
    color: var(--gold);
    font-size: .75rem;
    letter-spacing: .1em
}

.site-footer a,
.site-footer p {
    display: block;
    margin: 8px 0;
    color: #dcf1ed;
    text-decoration: none;
    font-size: .86rem
}

.copyright {
    text-align: center;
    border-top: 1px solid #ffffff20;
    padding: 17px;
    font-size: .75rem
}

.footer-bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:17px max(24px, calc((100% - 1180px) / 2));
    border-top:1px solid #ffffff20
}

.footer-bottom .copyright {
    padding:0;
    border:0
}

.footer-credit {
    color:#f0c980;
    font-size:.75rem;
    font-weight:700
}

.site-footer a.footer-instagram {
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-top:14px;
    padding:8px 11px;
    color:#fff;
    background:#ffffff12;
    border:1px solid #ffffff28;
    border-radius:4px;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.04em;
    transition:transform .2s ease, background .2s ease
}

.site-footer a.footer-instagram:hover {
    color:#fff;
    background:linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
    transform:translateY(-2px)
}

.footer-instagram svg {
    width:17px;
    height:17px
}

@media(max-width:600px) {
    .footer-bottom {
        align-items:flex-start;
        flex-direction:column;
        gap:7px
    }
}

.back-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: none;
    border: 0;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background: var(--gold);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer
}

.back-top.show {
    display: block
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .6s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:850px) {
    .menu-toggle {
        display: block
    }

    .nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 78px;
        padding: 15px 16px;
        background: #fff;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 15px 20px #0001
    }

    .nav.open {
        display: grid;
        gap: 0
    }

    .nav a {
        padding: 11px 0;
        border-bottom: 1px solid #eee
    }

    .home-grid,
    .contact-layout {
        grid-template-columns: 1fr
    }

    .home-hero {
        padding: 70px 0
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid-3 {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cta .container {
        align-items: flex-start;
        flex-direction: column
    }
}

@media(max-width:520px) {
    .section {
        padding: 58px 0
    }

    .grid-4,
    .grid-3,
    .grid-2,
    .stats,
    .footer-grid {
        grid-template-columns: 1fr
    }

    .stats {
        gap: 24px
    }

    .home-copy h1 {
        font-size: 3rem
    }

    .hero {
        min-height: 330px
    }

    .hero h1 {
        font-size: 2.8rem
    }

    .gallery {
        columns: 1
    }

    .hero-form {
        padding: 20px
    }
}

.floating-wa,
.floating-call {
    position: fixed;
    right: 18px;
    z-index: 35;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    box-shadow: 0 9px 22px #073f4233
}

.floating-wa {
    bottom: 76px;
    background: #168a62
}

.floating-call {
    bottom: 130px;
    background: var(--gold)
}

/* Keep the home and about pages in the shared KMV green-and-gold theme. */
.premium-home .site-header,
.about-premium .site-header {
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    background: linear-gradient(115deg, #063e42, #075357 55%, #0c666a);
    box-shadow: 0 8px 25px #052b2c33;
    border-bottom: 1px solid #ffffff1c
}

.premium-home .nav-wrap,
.about-premium .nav-wrap {
    height: 78px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none
}

.premium-home .nav a,
.about-premium .nav a {
    color: #effbf9;
    font-size: .71rem;
    letter-spacing: .07em;
    text-transform: uppercase
}

.premium-home .nav a.active,
.premium-home .nav a:hover,
.about-premium .nav a.active,
.about-premium .nav a:hover {
    color: var(--gold)
}

.premium-home .nav .btn,
.about-premium .nav .btn {
    background: linear-gradient(135deg, #d5b274, #b88d4e);
    color: #fff
}

.premium-home .logo,
.about-premium .logo {
    padding: 3px 9px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 4px 14px #001f2029
}

.premium-home .logo img,
.about-premium .logo img {
    height: 58px;
    width: 160px
}

.premium-home .site-footer,
.about-premium .site-footer {
    background: var(--primary-dark)
}

.nh-hero {
    background: linear-gradient(90deg, #063e42e8, #075357a8), url('../images/hero/india-journey.jpg') center/cover
}

.nh-btn-fill,
.nh-submit {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark))
    }

    .nh-heading h2, .nh-newsletter h2 {
        color:var(--primary-dark)
    }

    .nh-heading span {
        background:var(--gold)
    }

    .nh-feature-grid i {
        background:var(--primary); box-shadow:0 8px 15px #073f4230
    }

    .nh-stats {
        background:linear-gradient(100deg, #063e42d9, #075357cc), url('https://images.unsplash.com/photo-1514222134-b57cbb8ce073?auto=format&fit=crop&w=1600&q=80') center/cover
    }

    .nh-cta {
        background:linear-gradient(110deg, var(--primary-dark), var(--primary))
        }

        .nh-newsletter button {
            background:var(--primary)
        }

        .about-banner {
            background:linear-gradient(100deg, #063e42ee, #075357aa), url('https://images.unsplash.com/photo-1532375810709-75b1da00537c?auto=format&fit=crop&w=1800&q=85') center/cover
        }

        .about-image-stack>div, .about-values {
            background:linear-gradient(135deg, var(--primary-dark), var(--primary))
            }

            .about-copy h2, .about-section-head h2, .about-principles h2, .about-ending h2 {
                color:var(--primary-dark)
            }

            .about-section-head h2 {
                color:#fff
            }

            .about-copy a, .about-ending a {
                background:var(--primary)
            }

            @media(max-width:850px) {
                .premium-home .site-header, .about-premium .site-header {
                    position:sticky
                }

                .premium-home .nav-wrap, .about-premium .nav-wrap {
                    height:78px
                }

                .premium-home .nav, .about-premium .nav {
                    background:linear-gradient(135deg, #063e42, #075357)
                }

                .premium-home .nav a, .about-premium .nav a {
                    color:#fff
                }
            }

            /* Index headings use the full-width label bar from the supplied reference. */
            .premium-home .nh-heading {
                max-width:none
            }

            .premium-home .nh-heading .nh-kicker.dark {
                display:block; width:100%; padding:5px 16px; margin:0 0 25px; background:var(--primary-dark); color:#d3a15f; font-size:.69rem; letter-spacing:.2em
            }

            .premium-home .nh-heading h2 {
                font-size:clamp(2rem, 3.6vw, 3rem)
            }

            .premium-home .nh-heading span {
                width:58px; height:3px
            }

            .about-premium .about-copy .nh-kicker.dark, .about-premium .about-principles-title .nh-kicker.dark {
                display:inline-flex; align-items:center; gap:9px; padding:6px 11px; border-left:3px solid var(--gold); background:var(--cream); color:var(--primary-dark); letter-spacing:.14em
            }

            .about-premium .about-section-head .nh-kicker {
                display:inline-block; padding-bottom:8px; border-bottom:2px solid var(--gold); color:#f5d59d
            }

            .about-premium .about-section-head h2 {
                font-size:clamp(2rem, 3.5vw, 3.15rem)
            }

            .floating-actions {
                position:fixed; right:18px; bottom:20px; z-index:35; display:grid; gap:12px
            }

            .floating-wa, .back-top {
                position:static; display:grid; place-items:center; width:48px; height:48px; margin:0; border:0; border-radius:50%; box-shadow:0 9px 22px #073f4233
            }

            .floating-wa {
                background:#15946a; color:#fff
            }

            .floating-wa svg {
                width:26px; height:26px
            }

            .back-top, .back-top.show {
                display:grid; background:var(--gold); color:#fff; font-size:1.45rem; cursor:pointer
            }

            .floating-call {
                display:none
            }

            .thank-you-modal {
                position:fixed; z-index:110; inset:0; display:none; place-items:center; padding:20px; background:#061f25a6
            }

            .thank-you-modal.open {
                display:grid
            }

            .thank-you-card {
                position:relative; width:min(420px, 100%); padding:38px 31px 31px; border-radius:16px; background:#fff; text-align:center; box-shadow:0 28px 60px #001e224d
            }

            .thank-you-close {
                position:absolute; top:11px; right:15px; border:0; background:transparent; color:#66777b; font-size:1.65rem; cursor:pointer
            }

            .thank-you-check {
                display:grid; place-items:center; width:56px; height:56px; margin:0 auto 16px; border-radius:50%; background:#e2f2eb; color:#168260; font-size:1.8rem; font-weight:800
            }

            .thank-you-card h2 {
                margin:0 0 8px; color:var(--primary-dark); font-size:1.7rem
            }

            .thank-you-card p {
                margin:0; color:var(--muted); font-size:.9rem; line-height:1.7
            }

            .thank-you-done {
                margin-top:23px; padding:11px 28px; border:0; border-radius:5px; background:var(--primary); color:#fff; font-weight:800; cursor:pointer
            }

            @media(max-width:520px) {
                .premium-home .nh-heading .nh-kicker.dark {
                    margin-bottom:19px
                }

                .floating-actions {
                    right:14px; bottom:15px
                }

                .floating-wa, .back-top {
                    width:44px; height:44px
                }
            }

            /* Give Home and About clearly different heading designs. */
            .premium-home .nh-heading {
                position:relative; text-align:left; max-width:860px; margin:0 0 42px; padding:0 0 20px; border-bottom:1px solid #d7e1df
            }

            .premium-home .nh-heading .nh-kicker.dark {
                display:flex; align-items:center; gap:10px; width:max-content; margin:0 0 12px; padding:0; background:transparent; color:var(--gold); font-size:.7rem; letter-spacing:.18em
            }

            .premium-home .nh-heading .nh-kicker.dark:before {
                content:''; display:block; width:38px; height:2px; background:var(--primary)
            }

            .premium-home .nh-heading h2 {
                max-width:760px; margin:0; color:var(--primary-dark); font:800 clamp(2rem, 4vw, 3.3rem)/1.08 Manrope, Arial, sans-serif; letter-spacing:-.065em
            }

            .premium-home .nh-heading span {
                position:absolute; bottom:-2px; left:0; width:115px; height:3px; margin:0; background:var(--gold)
            }

            .premium-home .nh-heading>p:last-child {
                max-width:700px; margin:16px 0 0; text-align:left
            }

            .about-premium .about-banner h1 {
                font-family:'Playfair Display', Georgia, serif; font-weight:600; letter-spacing:-.045em
            }

            .about-premium .about-copy h2, .about-premium .about-principles h2 {
                position:relative; padding-left:24px; font-family:'Playfair Display', Georgia, serif; font-weight:600; letter-spacing:-.03em
            }

            .about-premium .about-copy h2:before, .about-premium .about-principles h2:before {
                content:''; position:absolute; left:0; top:.16em; bottom:.12em; width:4px; background:var(--gold)
            }

            .about-premium .about-section-head {
                position:relative; max-width:760px; padding:27px 34px 30px; background:#ffffff12; border:1px solid #ffffff24; text-align:left
            }

            .about-premium .about-section-head .nh-kicker {
                padding:0 0 9px; border-bottom:0; color:#f4d8a7
            }

            .about-premium .about-section-head h2 {
                font-family:'Playfair Display', Georgia, serif; font-weight:600; letter-spacing:-.035em
            }

            .about-premium .about-ending h2 {
                font-family:'Playfair Display', Georgia, serif; font-weight:600; letter-spacing:-.035em
            }

            @media(max-width:520px) {
                .premium-home .nh-heading h2 {
                    font-size:2rem
                }

                .about-premium .about-section-head {
                    padding:23px 20px
                }

                .about-premium .about-copy h2, .about-premium .about-principles h2 {
                    padding-left:18px
                }
            }

            /* Individual section heading treatments: no two sections share the same heading UI. */
            .premium-home main>.nh-section:nth-of-type(2) .nh-heading {
                padding:0 0 22px; border-bottom:1px solid #d8e3e0
            }

            .premium-home main>.nh-section:nth-of-type(2) .nh-heading .nh-kicker.dark {
                display:flex; align-items:center; gap:10px; width:max-content; margin:0 0 11px; padding:0; background:transparent; color:var(--gold)
            }

            .premium-home main>.nh-section:nth-of-type(2) .nh-heading .nh-kicker.dark:before {
                content:''; width:34px; height:2px; background:var(--primary)
            }

            .premium-home main>.nh-section:nth-of-type(2) .nh-heading h2 {
                font-size:clamp(2.1rem, 4vw, 3.3rem)
            }

            .premium-home main>.nh-section:nth-of-type(2) .nh-heading span {
                left:0; width:112px
            }

            .premium-home main>.nh-section:nth-of-type(2) .nh-heading>p:last-child {
                text-align:left; margin-left:0
            }

            .premium-home main>.nh-section:nth-of-type(3) .nh-heading {
                max-width:720px; margin:0 auto 42px; padding:22px 30px 26px; text-align:center; border:1px solid #d6e2df; border-radius:0; background:#fff; box-shadow:12px 12px 0 #e4efed
            }

            .premium-home main>.nh-section:nth-of-type(3) .nh-heading .nh-kicker.dark {
                display:inline-block; margin:0 0 8px; padding:0; color:var(--gold); background:transparent
            }

            .premium-home main>.nh-section:nth-of-type(3) .nh-heading h2 {
                font-family:'Playfair Display', Georgia, serif; font-weight:600; letter-spacing:-.04em
            }

            .premium-home main>.nh-section:nth-of-type(3) .nh-heading span {
                position:static; display:block; width:50px; margin:14px auto 0
            }

            .premium-home main>.nh-section:nth-of-type(3) .nh-heading>p:last-child {
                text-align:center; margin:14px auto 0
            }

            .premium-home main>.nh-section:nth-of-type(4) .nh-heading {
                position:relative; padding:18px 0 12px; text-align:center; border:0
            }

            .premium-home main>.nh-section:nth-of-type(4) .nh-heading:before {
                content:'WHY'; position:absolute; inset:-21px 0 auto; color:#e7efed; font:800 clamp(4rem, 10vw, 8rem)/1 Manrope, Arial; letter-spacing:.08em; z-index:-1
            }

            .premium-home main>.nh-section:nth-of-type(4) .nh-heading .nh-kicker.dark {
                display:inline-block; margin:0 0 12px; padding:6px 12px; background:var(--primary); color:#f6d39b
            }

            .premium-home main>.nh-section:nth-of-type(4) .nh-heading h2 {
                max-width:740px; margin:auto; font-size:clamp(2rem, 3.6vw, 3rem)
            }

            .premium-home main>.nh-section:nth-of-type(4) .nh-heading span {
                position:static; width:36px; margin:15px auto 0
            }

            .about-premium .about-intro .about-copy .nh-kicker.dark {
                display:inline-block; padding:6px 12px; background:var(--cream); border-left:3px solid var(--gold); color:var(--primary-dark)
            }

            .about-premium .about-intro .about-copy h2 {
                border-left:0; padding:0; font-family:'Playfair Display', Georgia, serif
            }

            .about-premium .about-intro .about-copy h2:before {
                display:none
            }

            .about-premium .about-values .about-section-head {
                border-left:5px solid var(--gold); box-shadow:12px 12px 0 #ffffff16
            }

            .about-premium .about-principles-title .nh-kicker.dark {
                display:flex; align-items:center; gap:10px; width:max-content; padding:0; background:transparent; border:0; color:var(--gold)
            }

            .about-premium .about-principles-title .nh-kicker.dark:after {
                content:''; width:45px; height:1px; background:var(--gold)
            }

            .about-premium .about-principles-title h2 {
                padding-left:24px
            }

            .about-premium .about-ending .nh-kicker {
                display:inline-block; padding:7px 12px; background:var(--primary-dark); color:#f6d39b
            }

            @media(max-width:520px) {
                .premium-home main>.nh-section:nth-of-type(3) .nh-heading {
                    padding:20px 16px
                }

                .premium-home main>.nh-section:nth-of-type(4) .nh-heading:before {
                    top:-8px
                }

                .about-premium .about-values .about-section-head {
                    padding:20px
                }
            }

            /* Use the same section-heading UI on Home, About, and every other KMV page. */
            .premium-home .nh-heading, .premium-home main>.nh-section:nth-of-type(2) .nh-heading, .premium-home main>.nh-section:nth-of-type(3) .nh-heading, .premium-home main>.nh-section:nth-of-type(4) .nh-heading {
                max-width:760px; margin:0 0 32px; padding:0; text-align:left; border:0; border-radius:0; background:transparent; box-shadow:none
            }

            .premium-home .nh-heading:before, .premium-home main>.nh-section:nth-of-type(4) .nh-heading:before {
                display:none
            }

            .premium-home .nh-heading .nh-kicker.dark, .premium-home main>.nh-section:nth-of-type(2) .nh-heading .nh-kicker.dark, .premium-home main>.nh-section:nth-of-type(3) .nh-heading .nh-kicker.dark, .premium-home main>.nh-section:nth-of-type(4) .nh-heading .nh-kicker.dark {
                display:block; width:auto; margin:0 0 8px; padding:0; background:transparent; color:#af864b; font-size:.72rem; letter-spacing:.18em
            }

            .premium-home .nh-heading .nh-kicker.dark:before {
                display:none
            }

            .premium-home .nh-heading h2, .premium-home main>.nh-section:nth-of-type(2) .nh-heading h2, .premium-home main>.nh-section:nth-of-type(3) .nh-heading h2, .premium-home main>.nh-section:nth-of-type(4) .nh-heading h2 {
                max-width:none; margin:.55rem 0 1rem; font:clamp(2rem, 4vw, 3.5rem)/1.08 'Playfair Display', Georgia, serif; color:var(--primary-dark); letter-spacing:0
            }

            .premium-home .nh-heading span, .premium-home main>.nh-section:nth-of-type(2) .nh-heading span, .premium-home main>.nh-section:nth-of-type(3) .nh-heading span, .premium-home main>.nh-section:nth-of-type(4) .nh-heading span {
                display:none
            }

            .premium-home .nh-heading>p:last-child, .premium-home main>.nh-section:nth-of-type(2) .nh-heading>p:last-child, .premium-home main>.nh-section:nth-of-type(3) .nh-heading>p:last-child {
                max-width:680px; margin:0; text-align:left; color:var(--muted); font-size:1rem
            }

            .about-premium .about-copy .nh-kicker.dark, .about-premium .about-principles-title .nh-kicker.dark, .about-premium .about-section-head .nh-kicker, .about-premium .about-ending .nh-kicker {
                display:block; width:auto; margin:0 0 8px; padding:0; background:transparent; border:0; color:#af864b; font-size:.72rem; letter-spacing:.18em
            }

            .about-premium .about-copy h2, .about-premium .about-principles h2, .about-premium .about-section-head h2, .about-premium .about-ending h2 {
                max-width:760px; margin:.55rem 0 1rem; padding:0; border:0; font:clamp(2rem, 4vw, 3.5rem)/1.08 'Playfair Display', Georgia, serif; color:var(--primary-dark); letter-spacing:0
            }

            .about-premium .about-copy h2:before, .about-premium .about-principles h2:before {
                display:none
            }

            .about-premium .about-section-head {
                max-width:760px; margin:0 0 42px; padding:0; background:transparent; border:0; border-radius:0; box-shadow:none; text-align:left
            }

            .about-premium .about-section-head h2 {
                color:#fff
            }

            .about-premium .about-ending h2 {
                margin-left:auto; margin-right:auto
            }

            .about-premium .about-ending .nh-kicker {
                color:#af864b
            }

            img {
                max-width:100%; height:auto
            }

            body {
                overflow-x:hidden
            }

            @media(max-width:850px) {
                .premium-home .nh-heading, .premium-home main>.nh-section:nth-of-type(2) .nh-heading, .premium-home main>.nh-section:nth-of-type(3) .nh-heading, .premium-home main>.nh-section:nth-of-type(4) .nh-heading {
                    margin-bottom:25px
                }

                .about-premium .about-section-head {
                    margin-bottom:30px
                }

                .nh-form, .hero-form, .form-card {
                    max-width:100%
                }
            }

            @media(max-width:520px) {
                .container {
                    width:min(100% - 24px, 1180px)
                }

                .premium-home .nh-heading h2, .about-premium .about-copy h2, .about-premium .about-principles h2, .about-premium .about-section-head h2, .about-premium .about-ending h2 {
                    font-size:2rem
                }

                .nh-copy h1, .about-banner h1 {
                    word-break:normal
                }

                .footer-grid {
                    gap:25px
                }
            }

            /* Premium navigation refinements */
            .nav a {
                position:relative; padding:9px 0; color:#effbf9
            }

            .nav a:after {
                content:''; position:absolute; left:0; right:100%; bottom:3px; height:2px; background:var(--gold); transition:right .28s
            }

            .nav a:hover:after, .nav a.active:after {
                right:0
            }

            .nav a:hover, .nav a.active {
                color:#f3cf95
            }

            .nav .btn {
                background:linear-gradient(135deg, #d5b274, #b88d4e); box-shadow:0 8px 18px #001d1e44; color:#fff; padding:12px 18px
            }

            .nav .btn:after {
                display:none
            }

            .logo {
                padding:3px 9px; background:#fff; border-radius:7px; box-shadow:0 4px 14px #001f2029
            }

            .logo img {
                height:58px
            }

            .menu-toggle {
                background:#ffffff12; color:#fff; border-color:#e1bf86; border-radius:7px
            }

            @media(max-width:850px) {
                .nav {
                    background:linear-gradient(135deg, #063e42, #075357); border-bottom-color:#ffffff22
                }

                .nav a {
                    color:#fff; border-bottom-color:#ffffff18
                }

                .nav .btn {
                    width:max-content; margin-top:10px
                }
            }

            /* Keep the injected navbar identical on every page. */
            .site-header {
                position:sticky !important; top:0 !important; left:auto !important; right:auto !important; background:linear-gradient(115deg, #063e42, #075357 55%, #0c666a) !important; border-bottom:1px solid #ffffff1c !important; box-shadow:0 8px 25px #052b2c33 !important
            }

            .site-header .nav-wrap {
                height:78px !important; padding:0 !important; background:transparent !important; border-radius:0 !important; box-shadow:none !important; display:flex !important; align-items:center !important; justify-content:flex-end !important
            }

            .site-header .logo {
                padding:3px 9px !important; background:#fff !important; border-radius:7px !important; box-shadow:0 4px 14px #001f2029 !important
            }

            .site-header .logo {
                display:flex !important; align-items:center !important; line-height:0 !important
            }

            .site-header .logo img {
                display:block !important; width:160px !important; height:58px !important; object-fit:contain
            }

            .site-header .nav {
                display:flex !important; gap:21px !important; align-items:center !important; background:transparent !important
            }

            .site-header .nav a {
                position:relative; padding:9px 0 !important; color:#effbf9 !important; font-size:.71rem !important; font-weight:700 !important; letter-spacing:.07em !important; text-transform:uppercase !important; text-decoration:none !important
            }

            .site-header .nav a:hover, .site-header .nav a.active {
                color:#f3cf95 !important
            }

            .site-header .nav .btn {
                padding:12px 18px !important; color:#fff !important; background:linear-gradient(135deg, #d5b274, #b88d4e) !important
            }

            .site-header .menu-toggle {
                display:none
            }

            @media(max-width:850px) {
                .site-header .nav-wrap {
                    height:78px !important
                }

                .site-header .menu-toggle {
                    display:block !important; background:#ffffff12 !important; color:#fff !important; border-color:#e1bf86 !important; border-radius:7px !important
                }

                .site-header .nav {
                    display:none !important; position:absolute; top:78px; left:0; right:0; padding:14px 16px 20px; flex-direction:column; align-items:flex-start !important; gap:8px !important; background:linear-gradient(135deg, #063e42, #075357) !important
                }

                .site-header .nav.open {
                    display:flex !important
                }

                .site-header .nav a {
                    color:#fff !important; width:100%
                }

                .site-header .nav .btn {
                    width:max-content; margin-top:10px
                }
            }

            /* Keep all action buttons on the homepage teal-and-gold palette. */
            .btn-primary, .nh-btn-fill, .nh-submit {
                color:#fff !important; background:linear-gradient(135deg, #164c8e, #16677b) !important
            }

            .btn-gold, .nh-cta a {
                color:#fff !important; background:linear-gradient(135deg, #d5b274, #b88d4e) !important
            }

            .btn-outline {
                color:var(--primary) !important; background:transparent !important; border-color:var(--gold) !important
            }

            .btn-primary:hover, .nh-btn-fill:hover, .nh-submit:hover {
                color:#fff !important; background:linear-gradient(135deg, #1d5aa5, #1d7f8d) !important
            }

            .btn-gold:hover, .nh-cta a:hover {
                color:#fff !important; background:linear-gradient(135deg, #e0bf82, #c49a5d) !important
            }

            .btn-outline:hover {
                color:#fff !important; background:linear-gradient(135deg, #d5b274, #b88d4e) !important
            }

            .site-header .nav .btn-primary:hover {
                color:#fff !important; background:linear-gradient(135deg, #e0bf82, #c49a5d) !important
            }

            /* Shared navbar: logo and trip CTA stay consistent on every page. */
            .site-header .nav-wrap {
                justify-content:flex-start !important
            }

            .site-header .logo {
                flex:0 0 auto;
                transition:transform .25s ease, box-shadow .25s ease
            }

            .site-header .logo:hover {
                transform:translateY(-2px) scale(1.02);
                box-shadow:0 8px 20px #001f2040 !important
            }

            .site-header .nav {
                margin-left:auto
            }

            .site-header .nav .nav-trip-cta {
                display:inline-flex;
                align-items:center;
                gap:8px;
                border:1px solid #f2d49e;
                transition:transform .25s ease, box-shadow .25s ease, background .25s ease !important
            }

            .site-header .nav .nav-trip-cta span {
                font-size:1rem;
                line-height:1;
                transition:transform .25s ease
            }

            .site-header .nav .nav-trip-cta:hover,
            .site-header .nav .nav-trip-cta:focus-visible {
                color:#073f42 !important;
                background:linear-gradient(135deg, #f8dfae, #d5a957) !important;
                box-shadow:0 10px 22px #001d1e66;
                transform:translateY(-3px)
            }

            .site-header .nav .nav-trip-cta:hover span,
            .site-header .nav .nav-trip-cta:focus-visible span {
                transform:translateX(4px)
            }

            .site-header .nav .nav-trip-cta:focus-visible {
                outline:3px solid #fff;
                outline-offset:3px
            }

            @media(max-width:850px) {
                .site-header .menu-toggle {
                    margin-left:auto
                }

                .site-header .nav {
                    margin-left:0
                }
            }

            .taxi-intro {
                display:grid; grid-template-columns:1.1fr .9fr; gap:50px; align-items:center
            }

            .taxi-intro-image {
                position:relative; min-height:390px; overflow:hidden; border-radius:18px; box-shadow:0 22px 50px #073f4226
            }

            .taxi-intro-image img {
                position:absolute; width:100%; height:100%; object-fit:cover
            }

            .vehicle-card {
                position:relative
            }

            .vehicle-card .card-body {
                padding:25px
            }

            .vehicle-label {
                color:var(--gold); font-size:.68rem; font-weight:800; letter-spacing:.16em; text-transform:uppercase
            }

            .vehicle-price {
                font:2rem/1 'Playfair Display', Georgia, serif; color:var(--primary-dark); margin:18px 0
            }

            .vehicle-specs {
                display:grid; grid-template-columns:repeat(2, 1fr); gap:10px; margin:18px 0; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-size:.78rem; color:var(--muted)
            }

            .route-grid .card {
                min-height:100%
            }

            .route-grid .card img {
                height:180px
            }

            .route-grid .card-body {
                padding:20px
            }

            .route-grid h3 {
                font-size:1.42rem
            }

            @media(max-width:850px) {
                .taxi-intro {
                    grid-template-columns:1fr; gap:26px
                }

                .taxi-intro-image {
                    min-height:280px
                }
            }

/* Services page */
.services-page {
    background:#fbfcfb;
    color:var(--primary-dark)
}

.services-hero {
    padding:106px 0 112px;
    color:#fff;
    background:linear-gradient(105deg, #063e42ed, #075357d4 54%, #0b596aad), url('../images/hero/india-journey.jpg') center/cover
}

.services-hero .container {
    max-width:1180px
}

.services-hero .nh-kicker,
.services-cta .nh-kicker {
    margin:0 0 15px;
    color:#f0c980;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.2em;
    text-transform:uppercase
}

.services-hero h1 {
    max-width:710px;
    margin:0;
    font:600 clamp(2.8rem, 5.5vw, 5rem)/1.04 'Playfair Display', Georgia, serif
}

.services-hero h1 + p {
    max-width:565px;
    margin:21px 0 0;
    color:#ecf5f4;
    font-size:1rem;
    line-height:1.8
}

.services-overview {
    padding:92px 0 98px
}

.services-heading {
    max-width:710px;
    margin:0 0 44px
}

.services-heading .nh-kicker,
.services-heading .nh-kicker.dark {
    display:block;
    width:auto;
    margin:0 0 9px;
    padding:0;
    background:transparent;
    color:var(--gold);
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.18em;
    text-transform:uppercase
}

.services-heading h2 {
    margin:0;
    font:600 clamp(2.25rem, 4vw, 3.55rem)/1.1 'Playfair Display', Georgia, serif;
    color:var(--primary-dark)
}

.services-heading h2 + p {
    max-width:570px;
    margin:17px 0 0;
    color:var(--muted);
    line-height:1.75
}

.services-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px
}

.services-page .service-card {
    position:relative;
    min-height:310px;
    padding:30px;
    overflow:hidden;
    background:#fff;
    border:1px solid #dce7e4;
    border-radius:3px;
    box-shadow:0 14px 35px #073f4210;
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease
}

.services-page .service-card:after {
    content:'';
    position:absolute;
    right:-46px;
    bottom:-60px;
    width:170px;
    height:170px;
    border:1px solid #c6a2694d;
    border-radius:50%;
    transition:transform .4s ease
}

.services-page .service-card:hover {
    transform:translateY(-8px);
    border-color:#c6a269;
    box-shadow:0 22px 42px #073f4220
}

.services-page .service-card:hover:after {
    transform:scale(1.25)
}

.service-card-icon {
    display:grid;
    width:48px;
    height:48px;
    place-items:center;
    color:#f5deb0;
    background:var(--primary-dark);
    border-radius:50%;
    font-size:1.45rem
}

.service-number {
    position:absolute;
    top:36px;
    right:30px;
    color:#b68b4b;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.13em
}

.services-page .service-card h3 {
    margin:31px 0 12px;
    font:600 1.75rem/1.15 'Playfair Display', Georgia, serif;
    color:var(--primary-dark)
}

.services-page .service-card p {
    max-width:290px;
    margin:0;
    color:var(--muted);
    font-size:.92rem;
    line-height:1.75
}

.services-page .service-card a {
    position:absolute;
    z-index:1;
    bottom:28px;
    color:var(--primary);
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.08em;
    text-decoration:none;
    text-transform:uppercase
}

.services-page .service-card a span,
.services-cta a span {
    display:inline-block;
    margin-left:8px;
    font-size:1rem;
    transition:transform .25s ease
}

.services-page .service-card a:hover span,
.services-cta a:hover span {
    transform:translateX(5px)
}

.services-cta {
    padding:63px 0;
    color:#fff;
    background:linear-gradient(110deg, var(--primary-dark), var(--primary))
}

.services-cta .container {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px
}

.services-cta h2 {
    margin:0;
    font:600 clamp(2rem, 3vw, 2.9rem)/1.15 'Playfair Display', Georgia, serif
}

.services-cta h2 + p {
    max-width:600px;
    margin:12px 0 0;
    color:#d8e8e7;
    line-height:1.7
}

.services-cta a {
    flex:0 0 auto;
    padding:14px 19px;
    color:#093f42;
    background:#f0cf91;
    border-radius:3px;
    font-size:.74rem;
    font-weight:800;
    letter-spacing:.08em;
    text-decoration:none;
    text-transform:uppercase;
    transition:transform .25s ease, box-shadow .25s ease
}

.services-cta a:hover {
    transform:translateY(-3px);
    box-shadow:0 10px 20px #001f2045
}

@media(max-width:850px) {
    .services-hero { padding:78px 0 82px }
    .services-overview { padding:62px 0 }
    .services-grid { grid-template-columns:1fr }
    .services-page .service-card { min-height:280px }
    .services-cta .container { align-items:flex-start; flex-direction:column }
}

/* Gallery page */
.gallery-page {
    background:#fbfcfb
}

.gallery-section {
    padding-top:88px;
    padding-bottom:96px
}

.gallery-heading {
    max-width:720px;
    margin-bottom:31px
}

.gallery-heading .title {
    margin-bottom:16px
}

.gallery-heading>p:last-child {
    margin:0;
    color:var(--muted);
    line-height:1.75
}

.gallery-page .filter-bar {
    gap:9px;
    margin-bottom:29px
}

.gallery-page .filter {
    padding:10px 17px;
    color:var(--primary-dark);
    background:transparent;
    border-color:#cfdbd7;
    border-radius:2px;
    transition:color .22s ease, background .22s ease, border-color .22s ease
}

.gallery-page .filter:hover,
.gallery-page .filter.active {
    color:#fff;
    background:var(--primary-dark);
    border-color:var(--primary-dark)
}

.gallery-page .gallery {
    columns:3 280px;
    gap:18px;
    margin-top:0
}

.gallery-page .gallery-item {
    overflow:hidden;
    background:var(--primary-dark);
    border-radius:3px;
    box-shadow:0 10px 27px #073f4218
}

.gallery-page .gallery-item img {
    min-height:215px;
    object-fit:cover;
    filter:saturate(.9);
    transition:transform .45s ease, filter .35s ease
}

.gallery-page .gallery-item:hover img {
    transform:scale(1.07);
    filter:saturate(1.13)
}

.gallery-page .gallery-item span {
    display:flex;
    flex-direction:column;
    gap:3px;
    opacity:1;
    transform:translateY(8px);
    transition:transform .3s ease
}

.gallery-page .gallery-item:hover span {
    transform:translateY(0)
}

.gallery-page .gallery-item span b {
    font:600 1.5rem/1 'Playfair Display', Georgia, serif
}

.gallery-page .gallery-item span small {
    color:#eed2a2;
    font-size:.66rem;
    font-weight:800;
    letter-spacing:.13em;
    text-transform:uppercase
}

.gallery-page .lightbox {
    background:#031f20ed
}

@media(max-width:620px) {
    .gallery-section { padding-top:60px; padding-bottom:65px }
    .gallery-page .filter { padding:9px 13px }
    .gallery-page .gallery { columns:1 }
}

/* Site-wide responsive and accessibility safeguards */
html {
    -webkit-text-size-adjust:100%;
    scroll-behavior:smooth
}

body {
    min-width:320px;
    overflow-x:hidden
}

img,
svg,
video,
iframe {
    max-width:100%
}

input,
select,
textarea,
button {
    max-width:100%;
    font:inherit
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline:3px solid #d6ad66;
    outline-offset:3px
}

@media(max-width:600px) {
    .container {
        width:min(100% - 24px, 1180px)
    }

    .section {
        padding-top:56px;
        padding-bottom:56px
    }

    .hero {
        min-height:auto;
        padding:76px 0
    }

    .hero-content h1,
    .services-hero h1,
    .about-banner h1 {
        word-break:normal;
        overflow-wrap:break-word
    }

    .grid-2,
    .form-grid.grid-2,
    .footer-grid {
        grid-template-columns:1fr
    }

    .footer-logo {
        width:150px;
        height:auto
    }

    .site-header .logo img {
        width:140px !important;
        height:50px !important
    }

    .site-header .nav-wrap {
        height:68px !important
    }

    .site-header .nav {
        top:68px
    }

    .site-header .nav a,
    .site-header .nav .nav-trip-cta {
        min-height:44px;
        display:flex;
        align-items:center
    }

    .lightbox {
        padding:16px
    }

    .lightbox .prev,
    .lightbox .next {
        font-size:2.4rem
    }
}

@media(prefers-reduced-motion:reduce) {
    *,
    *:before,
    *:after {
        scroll-behavior:auto !important;
        transition-duration:.01ms !important;
        animation-duration:.01ms !important;
        animation-iteration-count:1 !important
    }
}
