
/* ============================================================
   MATHURA VRINDAVAN TOURS PACKAGES - SHARED STYLESHEET
   css/style.css
   ============================================================ */
 
/* ── CSS VARIABLES ───────────────────────────────────────── */
:root {
    --braj-cream: #fff9ef;
    --braj-paper: #fffdf8;
    --braj-gold: #d99a31;
    --braj-gold-soft: #fff2d5;
    --braj-rose: #b85d76;
    --braj-teal: #24716c;
    --braj-teal-dark: #14514d;
    --braj-lilac: #efe8ff;
    --braj-ink: #223235;
    --braj-muted: #67787b;
    --braj-border: #eee0cb;
    --braj-shadow: 0 14px 38px rgba(28,55,54,.10);
    --braj-radius: 22px;
}
 
/* ── RESET & BASE ────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--braj-ink);
    background: var(--braj-cream);
    line-height: 1.58;
    overflow-x: hidden;
    font-weight: 400;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
p { margin-top: 0; }

 
/* ── SECTION UTILITIES ───────────────────────────────────── */
.section-pad    { padding: 62px 0; }
.section-pad-sm { padding: 46px 0; }
.pattern-section { background: linear-gradient(180deg,#f3fbf8,#fff9ef); position: relative; }
 
.sub-title {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--braj-teal); font-weight: 650; font-size: .78rem;
    text-transform: uppercase; letter-spacing: .1em;
    background: #eaf8f5; border: 1px solid #cde9e5;
    padding: 7px 13px; border-radius: 999px; margin-bottom: 12px;
}
.section-title {
    font-size: clamp(1.45rem,2.5vw,2.2rem); line-height: 1.18;
    font-weight: 600; letter-spacing: -.015em;
    margin: 0 0 10px; color: #173034;
}
.section-lead {
    font-size: .99rem; color: var(--braj-muted);
    max-width: 760px; margin: auto;
}
.fw-soft { font-weight: 650; }
.text-muted { color: var(--braj-muted) !important; }
 
/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-braj {
    border: 0; border-radius: 999px;
    background: linear-gradient(135deg, var(--braj-gold), var(--braj-rose));
    color: #fff; font-weight: 650; padding: 11px 20px;
    box-shadow: 0 10px 24px rgba(184,93,118,.20);
    display: inline-flex; align-items: center; gap: 9px;
    transition: .25s ease; font-size: .94rem; cursor: pointer;
}
.btn-braj:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 15px 32px rgba(184,93,118,.25); }
 
.btn-soft {
    border: 1px solid rgba(36,113,108,.25); background: #fff;
    color: var(--braj-teal-dark); font-weight: 650; border-radius: 999px;
    padding: 10px 18px; display: inline-flex; align-items: center;
    gap: 9px; font-size: .92rem; cursor: pointer;
}
.btn-soft:hover { background: #eaf8f5; color: var(--braj-teal-dark); }
 
.btn-card {
    border: 0; border-radius: 13px; padding: 9px 12px;
    font-weight: 650; font-size: .82rem;
    display: inline-flex; gap: 7px; align-items: center;
    justify-content: center; transition: .22s ease; cursor: pointer;
}
.btn-card:hover { transform: translateY(-1px); }
.btn-itinerary { background: #eaf8f5; color: var(--braj-teal-dark); }
.btn-enquiry   { background: #fff1da; color: #995f13; }
 
/* ── TOPBAR ──────────────────────────────────────────────── */
.topbar {
    background: #17534f; color: #f1fffb;
    font-size: .86rem; padding: 8px 0;
}
.topbar a { color: #f1fffb; }
.topbar .top-link {
    display: inline-flex; align-items: center;
    gap: 7px; margin-right: 16px; white-space: nowrap;
}
.social a {
    width: 30px; height: 30px; border-radius: 50%;
    display: inline-grid; place-items: center;
    background: rgba(255,255,255,.13); margin-left: 5px; transition: .2s;
}
.social a:hover { background: var(--braj-gold); color: #fff; }
 
/* ── MAIN HEADER / NAVBAR ────────────────────────────────── */
.main-header {
    background: rgba(255,249,239,.94); backdrop-filter: blur(14px);
    position: sticky; top: 0; z-index: 1030;
    border-bottom: 1px solid rgba(36,113,108,.13);
}

.navbar-brand {
    overflow: visible;
    padding: 0;
}

.main-header .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.logo-mark {
    width: 50px; height: 50px; border-radius: 17px;
    background: linear-gradient(135deg, var(--braj-teal), var(--braj-gold));
    display: grid; place-items: center; color: #fff;
    box-shadow: 0 10px 24px rgba(36,113,108,.18);
    overflow: hidden;
}
.logo-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-small {
    display: block; font-size: .69rem; letter-spacing: .13em;
    text-transform: uppercase; color: var(--braj-rose); font-weight: 650;
}
.brand-main { font-size: .98rem; line-height: 1.1; font-weight: 600; }
 
.navbar-nav .nav-link {
    font-weight: 600; color: #284447 !important;
    padding: 22px 12px !important; font-size: .94rem;
}
.navbar-nav .nav-link:hover { color: var(--braj-rose) !important; }
 
.dropdown-menu {
    border: 0; border-radius: 20px;
    box-shadow: var(--braj-shadow); padding: 16px;
}
.mega-menu {
    min-width: 730px;
    left: auto !important; right: 0 !important;
}
.mega-card {
    border-radius: 17px; background: #fff8ea;
    padding: 15px; height: 100%; border: 1px solid #f0dfc5;
}
.mega-card h6 { font-weight: 650; color: var(--braj-teal-dark); }
.mega-card a {
    display: flex; align-items: center; gap: 8px;
    padding: 7px 0; color: #526467;
    font-weight: 550; font-size: .91rem;
}
.mega-img {
    height: 168px; border-radius: 17px;
    object-fit: cover; width: 100%;
}
.dropdown-item { font-weight: 550; color: #355154; border-radius: 10px; }
.dropdown-item:hover { background: #eaf8f5; color: var(--braj-teal-dark); }
 
/* ── HERO (CAROUSEL) ─────────────────────────────────────── */
.hero { position: relative; background: #f7ead5; }
.hero .carousel-item { height: 480px; min-height: 480px; }
.hero-img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; filter: saturate(1.08) contrast(1.02);
}
.hero-content {
    position: relative; z-index: 2; height: 480px;
    display: flex; align-items: center; color: #fff;
}
.hero-box {
    max-width: 610px;
    background: linear-gradient(135deg,rgba(18,61,58,.82),rgba(18,61,58,.60));
    border: 1px solid rgba(255,255,255,.18); border-radius: 26px;
    padding: 28px 30px; backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.hero-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.18);
    padding: 7px 12px; border-radius: 999px;
    font-weight: 600; font-size: .86rem; margin-bottom: 14px;
}
.hero h1 {
    font-size: clamp(1.85rem,3.8vw,3.05rem); line-height: 1.08;
    font-weight: 600; letter-spacing: -.02em;
    margin-bottom: 12px; max-width: 540px;
}
.hero p {
    font-size: 1.02rem; max-width: 520px;
    color: #f2fffc; margin-bottom: 20px;
}
.hero-action-wrap { margin-top: 22px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-btn {
    display: flex; align-items: center; gap: 13px;
    padding: 12px 22px; border-radius: 18px;
    transition: .25s ease; min-width: 230px; text-decoration: none;
}
.hero-btn:hover { transform: translateY(-3px); }
.hero-btn-icon {
    width: 44px; height: 44px; border-radius: 14px;
    display: grid; place-items: center;
    flex-shrink: 0; font-size: 1rem;
}
.hero-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.hero-btn span small {
    font-size: .70rem; font-weight: 500; opacity: .75;
    margin-bottom: 3px; letter-spacing: .04em; text-transform: uppercase;
}
.hero-btn-primary {
    background: linear-gradient(135deg,#d7922f,#b85d76);
    color: #fff; box-shadow: 0 16px 35px rgba(184,93,118,.22);
}
.hero-btn-primary .hero-btn-icon { background: rgba(255,255,255,.16); color: #fff; }
.hero-btn-secondary {
    background: rgba(255,255,255,.96); color: #184542;
    border: 1px solid rgba(23,84,79,.12);
    box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
.hero-btn-secondary .hero-btn-icon { background: #eaf8f5; color: #14514d; }
.hero-price-box {
    margin-top: 18px; background: rgba(255,255,255,.96);
    border-radius: 18px; padding: 12px 18px;
    display: flex; align-items: center; gap: 14px;
    width: max-content;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 14px 35px rgba(0,0,0,.10);
}
.hero-price-icon {
    width: 46px; height: 46px; border-radius: 14px;
    background: #eaf8f5; color: #1d6a65;
    display: grid; place-items: center; font-size: 1rem;
}
.hero-price-content { display: flex; flex-direction: column; line-height: 1.1; }
.hero-price-content small {
    color: #647476; font-size: .73rem;
    font-weight: 500; margin-bottom: 5px;
}
.hero-price-content strong {
    color: #b85d76; font-size: 1.28rem; font-weight: 600;
}
.carousel-control-prev, .carousel-control-next { width: 7%; }
.carousel-indicators [data-bs-target] { width: 9px; height: 9px; border-radius: 50%; }
 
/* ── INNER PAGE HERO (static pages) ─────────────────────── */
.inner-hero {
    position: relative; min-height: 520px;
    display: flex; align-items: center; padding: 42px 0;
}
.inner-hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg,rgba(15,65,61,.18),rgba(15,65,61,.02));
}
.inner-hero-box {
    position: relative; z-index: 2; max-width: 650px;
    background: linear-gradient(135deg,rgba(18,61,58,.82),rgba(18,61,58,.62));
    border: 1px solid rgba(255,255,255,.18); border-radius: 26px;
    padding: 24px; color: #fff; backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.inner-hero-box h1 {
    font-size: clamp(1.75rem,3.4vw,2.7rem); line-height: 1.12;
    font-weight: 600; letter-spacing: -.015em; margin-bottom: 12px;
}
.inner-hero-box p { font-size: .96rem; color: #f2fffc; margin-bottom: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-action-btn {
    display: flex; align-items: center; gap: 10px;
    border-radius: 16px; padding: 10px 16px;
    font-size: .9rem; font-weight: 650; transition: .25s ease;
}
.hero-action-btn:hover { transform: translateY(-2px); }
.hero-action-btn i {
    width: 32px; height: 32px; border-radius: 11px;
    display: grid; place-items: center;
}
.hero-action-primary {
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; box-shadow: 0 12px 24px rgba(184,93,118,.22);
}
.hero-action-primary i { background: rgba(255,255,255,.16); }
.hero-action-secondary {
    background: rgba(255,255,255,.96); color: var(--braj-teal-dark);
    border: 1px solid rgba(255,255,255,.4);
}
.hero-action-secondary i { background: #eaf8f5; }
.hero-meta {
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 9px; margin-top: 16px;
}
.hero-meta span {
    background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px; padding: 9px 10px;
    font-size: .77rem; font-weight: 600;
    display: flex; gap: 7px; align-items: center;
}
.breadcrumb-lite {
    display: flex; gap: 8px; flex-wrap: wrap;
    color: #e6fffb; font-weight: 500;
    margin-bottom: 12px; font-size: .87rem;
}
.breadcrumb-lite span { opacity: .85; }
 
/* ── MARQUEE / TEMPLE STRIP ──────────────────────────────── */
.temple-marquee-wrap {
    background: linear-gradient(135deg,#fff,#fff4e2);
    border-top: 1px solid #eadac2; border-bottom: 1px solid #eadac2;
    padding: 14px 0; overflow: hidden; position: relative; z-index: 4;
}
.temple-marquee-wrap::before, .temple-marquee-wrap::after {
    content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2;
}
.temple-marquee-wrap::before { left: 0; background: linear-gradient(90deg,var(--braj-cream),transparent); }
.temple-marquee-wrap::after  { right: 0; background: linear-gradient(270deg,var(--braj-cream),transparent); }
.temple-marquee {
    display: flex; gap: 18px;
    width: max-content; animation: templeScroll 34s linear infinite;
}
.temple-pill {
    display: flex; align-items: center; gap: 11px;
    background: #fff; border: 1px solid #eadfcd; border-radius: 999px;
    padding: 12px 18px; box-shadow: 0 8px 24px rgba(0,0,0,.05); white-space: nowrap;
}
.temple-pill i {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg,#eaf8f5,#fff1d8);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1rem;
}
.temple-pill span { font-size: .92rem; font-weight: 600; color: #264346; }
 
/* Small marquee variant */
.religious-marquee {
    background: linear-gradient(135deg,#fff8ea,#fff,#eef9f6);
    border-top: 1px solid #eadcc6; border-bottom: 1px solid #eadcc6;
    padding: 7px 0; overflow: hidden; position: relative;
}
.religious-marquee::before, .religious-marquee::after {
    content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2;
}
.religious-marquee::before { left: 0; background: linear-gradient(90deg,var(--braj-cream),transparent); }
.religious-marquee::after  { right: 0; background: linear-gradient(270deg,var(--braj-cream),transparent); }
.religious-track {
    display: flex; align-items: center; gap: 8px;
    width: max-content; animation: religiousScroll 34s linear infinite;
}
.religious-pill {
    display: flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.92); border: 1px solid #eadbc3;
    border-radius: 999px; padding: 5px 10px;
    box-shadow: 0 5px 12px rgba(27,61,59,.04); white-space: nowrap;
}
.religious-pill i {
    width: 24px; height: 24px; border-radius: 50%;
    display: grid; place-items: center;
    background: linear-gradient(135deg,#fff2d8,#eaf8f5);
    color: var(--braj-teal); font-size: .7rem;
}
.religious-pill span { font-size: .72rem; font-weight: 600; color: #294547; }
 
@keyframes templeScroll    { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes religiousScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
 
/* ── TRUST STRIP ─────────────────────────────────────────── */
.trust-strip {
    margin-top: 0; padding: 24px 0 18px;
    position: relative; z-index: 5; background: var(--braj-cream);
}
.trust-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 22px; padding: 18px 15px;
    box-shadow: var(--braj-shadow); height: 100%;
    display: flex; gap: 13px; align-items: center;
}
.trust-icon {
    width: 50px; height: 50px; border-radius: 16px;
    background: linear-gradient(135deg,#eaf8f5,#fff2d7);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.18rem; flex: 0 0 auto;
}
.trust-card h3 { font-size: 1.25rem; font-weight: 650; margin: 0; }
.trust-card p  { margin: 0; color: var(--braj-muted); font-weight: 550; font-size: .88rem; }
 
/* ── TOUR CARDS ──────────────────────────────────────────── */
.tour-card {
    background: #fff; border-radius: 22px; overflow: hidden;
    border: 1px solid var(--braj-border);
    box-shadow: 0 10px 28px rgba(20,72,69,.08);
    height: 100%; transition: .24s ease; position: relative;
}
.tour-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(20,72,69,.13); }
.tour-img { height: 192px; width: 100%; object-fit: cover; object-position: center top; }
.tour-badge {
    position: absolute; top: 13px; left: 13px;
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; border-radius: 999px; padding: 6px 11px;
    font-size: .73rem; font-weight: 650;
}
.tour-save {
    position: absolute; top: 13px; right: 13px;
    background: #fff; color: var(--braj-rose);
    width: 34px; height: 34px; border-radius: 50%;
    display: grid; place-items: center;
}
.tour-body { padding: 16px; }
.rating { color: #e5a018; font-size: .81rem; font-weight: 650; }
.tour-title {
    font-size: .96rem; font-weight: 600; line-height: 1.34;
    margin: 8px 0; color: #173034;
}
.tour-desc {
    font-size: .83rem; color: var(--braj-muted);
    margin-bottom: 11px; line-height: 1.48;
}
.tour-meta {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 7px; margin: 11px 0;
}
.tour-meta span {
    display: flex; align-items: center; gap: 7px;
    background: #fff9f0; border: 1px solid #f1e4d3;
    border-radius: 11px; padding: 7px;
    color: #526669; font-size: .76rem; font-weight: 500;
}
.tour-actions {
    display: grid; grid-template-columns: 1fr 1fr 42px;
    gap: 8px; border-top: 1px dashed #eadccc;
    padding-top: 13px; margin-top: 12px;
}
.mini-btn {
    width: 42px; height: 39px; border-radius: 13px;
    background: var(--braj-teal); display: grid;
    place-items: center; color: #fff;
}
.price-row {
    display: flex; justify-content: space-between;
    align-items: center; gap: 10px; margin-top: 6px;
}
.price-text small { display: block; color: var(--braj-muted); font-weight: 500; font-size: .74rem; }
.price-text strong { color: var(--braj-teal-dark); font-size: 1.08rem; font-weight: 650; }
.chip {
    font-size: .75rem; background: #f1edff; color: #604e91;
    border-radius: 999px; padding: 5px 9px; font-weight: 600;
}
 
/* ── SEO CONTENT BOXES ───────────────────────────────────── */
.seo-box {
    background: linear-gradient(135deg,#fff,#fff8eb);
    border: 1px solid #eadcc6; border-radius: 28px;
    padding: 28px; height: 100%;
    box-shadow: 0 12px 32px rgba(20,72,69,.08);
    position: relative; overflow: hidden;
}
.seo-box::after {
    content: ""; position: absolute;
    width: 170px; height: 170px;
    background: radial-gradient(circle,rgba(217,154,49,.11),transparent 70%);
    right: -50px; top: -50px;
}
.seo-box-icon {
    width: 58px; height: 58px; border-radius: 20px;
    background: linear-gradient(135deg,#eaf8f5,#fff0d6);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.35rem;
    margin-bottom: 18px; position: relative; z-index: 2;
}
.seo-box h3 {
    font-size: 1.08rem; font-weight: 600; color: #173034;
    margin-bottom: 12px; position: relative; z-index: 2;
}
.seo-box p {
    color: #627577; font-size: .95rem; line-height: 1.75;
    position: relative; z-index: 2; margin-bottom: 18px;
}
.seo-box a {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--braj-rose); font-weight: 650; position: relative; z-index: 2;
}
 
/* ── FESTIVAL CARDS ──────────────────────────────────────── */
.festival-card {
    min-height: 300px; border-radius: 28px; overflow: hidden;
    position: relative; color: #fff; display: flex;
    align-items: end; padding: 24px; box-shadow: var(--braj-shadow);
}
.festival-card img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
}
.festival-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg,transparent 18%,rgba(12,50,48,.78));
}
.festival-content { position: relative; z-index: 2; }
.festival-card h3 { font-weight: 600; font-size: 1.28rem; }
 
/* ── ABOUT CARD ──────────────────────────────────────────── */
.about-card {
    background: #fff; border-radius: 32px;
    border: 1px solid var(--braj-border);
    box-shadow: var(--braj-shadow); overflow: hidden;
}
.about-img { height: 100%; min-height: 455px; object-fit: cover; width: 100%; }
.feature-pill {
    display: flex; align-items: center; gap: 11px;
    padding: 12px 13px; border: 1px solid #e7eee9;
    background: #f9fffc; border-radius: 16px;
    font-weight: 600; color: #31494c; font-size: .92rem;
}
 
/* ── THEME LINKS ─────────────────────────────────────────── */
.theme-links {
    background: #fff; border-radius: 26px; padding: 25px;
    border: 1px solid var(--braj-border); box-shadow: var(--braj-shadow);
}
.theme-links h3 { font-size: 1.15rem; font-weight: 650; }
.theme-links a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 11px 0; border-bottom: 1px dashed #eadfcc;
    font-weight: 550; color: #33494c; font-size: .92rem;
}
.theme-links a:last-child { border-bottom: 0; }
.theme-links a:hover { color: var(--braj-rose); }
 
/* ── DESTINATIONS GRID ───────────────────────────────────── */
.destination-card {
    display: block; text-align: center; background: #fff;
    border: 1px solid #edd8b8; border-radius: 32px;
    padding: 12px 12px 18px; height: 100%;
    box-shadow: 0 12px 30px rgba(95,56,19,.08);
    transition: .25s ease; position: relative;
}
.destination-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(95,56,19,.13); }
.destination-card::before {
    content: attr(data-count); position: absolute;
    top: 20px; left: 22px; width: 34px; height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg,var(--braj-rose),#781519);
    color: #fff; display: grid; place-items: center;
    font-size: .78rem; font-weight: 650; z-index: 3; border: 2px solid #fff;
}
.destination-thumb img {
    width: 100%; height: 142px; object-fit: cover;
    border-radius: 999px; border: 5px solid #fff;
    box-shadow: 0 10px 25px rgba(83,51,18,.14);
}
.destination-content { padding: 12px 4px 0; color: var(--braj-ink); }
.destination-content h3 { font-size: .96rem; font-weight: 600; margin: 0 0 4px; color: #361f1f; }
.destination-content p  { margin: 0; color: var(--braj-muted); font-size: .86rem; }
.destination-content i  { color: #a21c28; margin-right: 6px; }
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr); gap: 22px;
}
.destination-view-btn { margin-top: 28px; }
 
/* ── WHY CARDS ───────────────────────────────────────────── */
.why-card {
    padding: 24px; background: #fff; border-radius: 24px;
    border: 1px solid var(--braj-border); height: 100%;
    box-shadow: 0 10px 26px rgba(4,40,43,.06);
}
.why-card i {
    width: 52px; height: 52px; border-radius: 18px;
    display: grid; place-items: center;
    background: #eaf8f5; color: var(--braj-teal);
    font-size: 1.18rem; margin-bottom: 14px;
}
.why-card h3 { font-size: .97rem; font-weight: 600; }
 
/* ── GALLERY SCROLL ──────────────────────────────────────── */
.gallery-track {
    display: flex; gap: 20px;
    animation: scrollGallery 36s linear infinite; width: max-content;
}
.gallery-card {
    width: 315px; height: 220px; border-radius: 24px;
    overflow: hidden; position: relative; flex: 0 0 auto;
    color: #fff; display: flex; align-items: end; padding: 18px;
}
.gallery-card img {
    position: absolute; inset: 0;
    width: 100%; height: 100%; object-fit: cover;
}
.gallery-card::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg,transparent 18%,rgba(12,50,48,.78));
}
.gallery-content { position: relative; z-index: 2; }
@keyframes scrollGallery {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
 
/* ── REVIEW CARDS ────────────────────────────────────────── */
.review-card {
    background: #fff; border-radius: 24px; padding: 24px;
    border: 1px solid var(--braj-border);
    box-shadow: var(--braj-shadow); height: 100%;
}
.review-head { display: flex; gap: 13px; align-items: center; margin-bottom: 12px; }
.avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; }
 
/* ── BLOG CARDS ──────────────────────────────────────────── */
.blog-card {
    background: #fff; border-radius: 23px; overflow: hidden;
    border: 1px solid var(--braj-border); height: 100%;
    box-shadow: 0 10px 26px rgba(4,40,43,.07);
}
.blog-card img { height: 195px; width: 100%; object-fit: cover; }
.blog-body { padding: 19px; }
.blog-body h3 { font-size: .98rem; font-weight: 600; }
 
/* ── FAQ ACCORDION ───────────────────────────────────────── */
.accordion-item {
    border: 1px solid var(--braj-border) !important;
    border-radius: 16px !important; overflow: hidden;
    margin-bottom: 12px; background: #fff;
}
.accordion-button { font-weight: 600; color: #243b3e; }
.accordion-button:not(.collapsed) { background: #eaf8f5; color: var(--braj-teal-dark); }
 
/* ── INTRO WRAP ──────────────────────────────────────────── */
.intro-wrap {
    background: linear-gradient(135deg,#fff,#fff3dc);
    border-radius: 30px; padding: 34px;
    border: 1px solid var(--braj-border); box-shadow: var(--braj-shadow);
}
 
/* ── CONTENT CARD (inner pages) ──────────────────────────── */
.content-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 28px; padding: 28px;
    box-shadow: var(--braj-shadow); position: relative; overflow: hidden;
}
.content-card::after {
    content: "🦚"; position: absolute; right: 24px; top: 18px;
    font-size: 5rem; opacity: .10; transform: rotate(-12deg); pointer-events: none;
}
 
/* ── TIMELINE (itinerary) ────────────────────────────────── */
.timeline { position: relative; padding-left: 28px; }
.timeline::before {
    content: ""; position: absolute;
    left: 9px; top: 8px; bottom: 8px;
    width: 2px; background: #eadcc6;
}
.timeline-item {
    position: relative; margin-bottom: 16px;
    background: linear-gradient(135deg,rgba(255,250,242,.96),rgba(255,255,255,.98));
    border: 1px solid #eadcc6; border-radius: 20px; padding: 16px;
    overflow: hidden;
}
.timeline-item::before {
    content: ""; position: absolute;
    left: -28px; top: 22px;
    width: 20px; height: 20px; border-radius: 50%;
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    border: 4px solid #fff;
}
.time-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: #eaf8f5; color: var(--braj-teal-dark);
    border-radius: 999px; padding: 6px 11px;
    font-size: .78rem; font-weight: 650; margin-bottom: 8px;
}
.timeline-item h3 { font-size: 1.08rem; font-weight: 600; margin-bottom: 6px; }
.timeline-item p  { color: var(--braj-muted); margin: 0; }
 
/* ── INCLUSION LIST ──────────────────────────────────────── */
.inclusion-list { display: grid; gap: 12px; padding: 0; margin: 0; }
.inclusion-list li {
    list-style: none; display: flex; gap: 10px;
    align-items: flex-start; color: #526669;
}
.inclusion-list i { margin-top: 4px; }
.check { color: #198754; }
.cross { color: #c0392b; }
 
/* ── VEHICLE TABLE ───────────────────────────────────────── */
.vehicle-section { background: linear-gradient(135deg,#fff,#fff8eb); padding-top: 32px !important; padding-bottom: 32px !important; }
.vehicle-table-wrap {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; overflow: hidden;
    box-shadow: var(--braj-shadow);
}
.vehicle-table { width: 100%; border-collapse: collapse; margin: 0; }
.vehicle-table thead tr {
    background: linear-gradient(135deg,var(--braj-teal),var(--braj-teal-dark));
    color: #fff;
}
.vehicle-table thead th {
    padding: 14px 16px; font-size: .88rem;
    font-weight: 650; text-align: left;
    border: 0;
}
.vehicle-table tbody tr { border-bottom: 1px solid #f0e8d8; transition: .2s; }
.vehicle-table tbody tr:hover { background: #fff9f0; }
.vehicle-table tbody tr:last-child { border-bottom: 0; }
.vehicle-table td {
    padding: 13px 16px; font-size: .9rem;
    color: var(--braj-ink); vertical-align: middle;
}
.vehicle-table td strong { color: #173034; font-weight: 650; }
.vehicle-icon {
    width: 42px; height: 42px; border-radius: 14px;
    background: linear-gradient(135deg,#eaf8f5,#fff1d8);
    display: inline-grid; place-items: center;
    color: var(--braj-teal); font-size: 1rem; margin-right: 10px;
    vertical-align: middle; flex-shrink: 0;
}
.vehicle-name-cell { display: flex; align-items: center; gap: 10px; }
.capacity-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: #eaf8f5; color: var(--braj-teal-dark);
    border-radius: 999px; padding: 4px 10px;
    font-size: .76rem; font-weight: 600;
}
.price-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: #fff1da; color: #995f13;
    border-radius: 999px; padding: 4px 10px;
    font-size: .82rem; font-weight: 650;
}
.enquire-cell a {
    display: inline-flex; align-items: center; gap: 6px;
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; border-radius: 999px;
    padding: 7px 14px; font-size: .78rem; font-weight: 650;
    box-shadow: 0 8px 18px rgba(184,93,118,.18);
    transition: .22s ease;
}
.enquire-cell a:hover { transform: translateY(-1px); color: #fff; }
 
/* ── SIDEBAR / SIDE CARD ─────────────────────────────────── */
.side-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 26px; box-shadow: var(--braj-shadow);
    padding: 22px; position: sticky; top: 154px;
}
.price-panel {
    text-align: center;
    background: linear-gradient(135deg,#fff8eb,#fff);
    border: 1px solid #eadcc6; border-radius: 22px;
    padding: 20px; margin-bottom: 18px;
}
.price-panel small { color: var(--braj-muted); }
.price-panel strong { display: block; color: var(--braj-rose); font-size: 2rem; font-weight: 600; }
.booking-form .form-control,
.booking-form .form-select {
    border-radius: 13px; border: 1px solid #e2d6c7;
    padding: 11px 13px; font-size: .94rem;
}
.route-map {
    background: linear-gradient(135deg,#eaf8f5,#fff8eb);
    border: 1px solid #dcece7; border-radius: 24px; padding: 22px;
}
.route-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.route-pills span {
    background: #fff; border: 1px solid #eadcc6; border-radius: 999px;
    padding: 10px 14px; font-weight: 600; font-size: .88rem;
    display: inline-flex; gap: 8px; align-items: center;
}
.route-pills i { color: var(--braj-teal); }
 
/* Similar tours sidebar */
.similar-tour-list { display: grid; gap: 10px; }
.similar-tour-item {
    display: flex; gap: 11px; align-items: center;
    background: #fff9f0; border: 1px solid #eadcc6;
    border-radius: 16px; padding: 10px; transition: .22s ease;
}
.similar-tour-item:hover { transform: translateY(-2px); background: #fff; box-shadow: 0 10px 22px rgba(28,55,54,.08); }
.similar-tour-icon {
    width: 38px; height: 38px; border-radius: 13px;
    background: linear-gradient(135deg,#eaf8f5,#fff1d8);
    display: grid; place-items: center;
    color: var(--braj-teal); flex: 0 0 auto;
}
.similar-tour-content { flex: 1; min-width: 0; }
.similar-tour-content h4 { font-size: .86rem; font-weight: 600; margin: 0; color: #243b3e; line-height: 1.25; }
.similar-tour-content small { display: block; color: var(--braj-muted); font-size: .73rem; margin-top: 3px; }
.similar-tour-arrow { color: var(--braj-rose); font-size: .8rem; }
 
/* ── QUICK NAV (itinerary pages) ─────────────────────────── */
.quick-nav {
    background: #fff; border-bottom: 1px solid var(--braj-border);
    position: relative; z-index: 20;
    box-shadow: 0 8px 22px rgba(0,0,0,.04); padding: 14px 0;
}
.quick-nav .container {
    display: flex; gap: 12px; overflow: auto;
    flex-wrap: wrap; padding-top: 0; padding-bottom: 0;
}
.quick-nav a {
    white-space: nowrap; border: 1px solid #eadfcd;
    background: #fff9f0; border-radius: 999px;
    padding: 10px 18px; color: #355154; font-weight: 600;
    font-size: .88rem; display: inline-flex; align-items: center; gap: 6px;
    box-shadow: 0 6px 15px rgba(40,68,71,.04);
}
.quick-nav a:hover { background: #eaf8f5; color: var(--braj-teal-dark); }
 
/* ── FORMS ───────────────────────────────────────────────── */
.form-control, .form-select {
    border-radius: 13px; border: 1px solid #e2d6c7;
    padding: 11px 13px; font-size: .94rem;
}
.form-control:focus, .form-select:focus {
    box-shadow: 0 0 0 .2rem rgba(36,113,108,.12);
    border-color: #b6d9d3;
}
.modal-content { border: 0; border-radius: 26px; overflow: hidden; }
 
/* ── FOOTER ──────────────────────────────────────────────── */
.footer {
    background: #164c48; color: #dff7f4; padding-top: 60px;
}
.footer h4 { font-weight: 600; color: #fff; margin-bottom: 15px; font-size: 1rem; }
.footer a  { display: block; color: #d1e9e6; margin-bottom: 9px; font-size: .93rem; }
.footer a:hover { color: #fff; }
.footer-contact li {
    list-style: none; margin-bottom: 11px;
    display: flex; gap: 9px;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.13);
    padding: 18px 0; margin-top: 38px;
    color: #c4ddda; font-size: .9rem;
}
.footer .newsletter {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px; padding: 22px;
}
.footer-social { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.footer-social a {
    width: 48px; height: 48px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.08);
    color: #fff; font-size: 1.05rem; transition: .25s ease;
    backdrop-filter: blur(6px);
}
.footer-social a:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    border-color: transparent; color: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,.18);
}
 
/* ── FLOATING BUTTONS ────────────────────────────────────── */
.floating-enquiry { position: fixed; right: 16px; top: 45%; z-index: 1050; }
.enquiry-tab {
    writing-mode: vertical-rl; transform: rotate(180deg);
    border: 0; border-radius: 18px 0 0 18px;
    background: linear-gradient(135deg,var(--braj-rose),var(--braj-gold));
    color: #fff; padding: 16px 10px; font-weight: 650;
    box-shadow: 0 12px 30px rgba(184,93,118,.28); cursor: pointer;
}
.whatsapp-float, .call-float {
    position: fixed; bottom: 18px; z-index: 1050;
    width: 55px; height: 55px; border-radius: 50%;
    color: #fff; display: grid; place-items: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.whatsapp-float { left: 17px; background: #25d366; font-size: 1.75rem; }
.call-float     { right: 17px; background: var(--braj-teal); font-size: 1.25rem; }
 
/* ── MOBILE CTA BAR ──────────────────────────────────────── */
.mobile-cta {
    display: none; position: fixed;
    left: 0; right: 0; bottom: 0; z-index: 1060;
    background: #fff; border-top: 1px solid var(--braj-border);
    padding: 8px 10px; box-shadow: 0 -10px 28px rgba(0,0,0,.08);
}
.mobile-cta a, .mobile-cta button {
    flex: 1; border: 0; border-radius: 12px;
    padding: 10px 6px; font-size: .82rem; font-weight: 650; color: #fff;
}
.mobile-cta .m-call     { background: var(--braj-teal); }
.mobile-cta .m-whatsapp { background: #25d366; }
.mobile-cta .m-enquiry  { background: var(--braj-rose); }
 
/* ── CITY PAGE SPECIFIC ──────────────────────────────────── */
.hotel-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 22px; height: 100%;
    box-shadow: var(--braj-shadow); transition: .25s ease;
}
.hotel-card:hover { transform: translateY(-5px); }
.hotel-card > i {
    width: 52px; height: 52px; border-radius: 18px;
    background: #eaf8f5; color: var(--braj-teal);
    display: grid; place-items: center;
    font-size: 1.15rem; margin-bottom: 13px;
}
.hotel-card h3 { font-size: 1rem; font-weight: 600; }
.hotel-card ul { padding: 0; margin: 12px 0 0; }
.hotel-card li { list-style: none; color: var(--braj-muted); font-size: .88rem; margin-bottom: 7px; }
.hotel-card li > i { color: #198754; font-size: .78rem; margin-right: 7px; }
 
.route-box {
    border-radius: 28px; padding: 24px;
    background: linear-gradient(135deg,#eaf8f5,#fff8eb);
    border: 1px solid var(--braj-border);
}
.route-flow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.route-flow span {
    background: #fff; border: 1px solid #eadcc6; border-radius: 999px;
    padding: 10px 14px; font-weight: 600; font-size: .88rem;
    display: inline-flex; gap: 8px; align-items: center;
}
.route-flow i { color: var(--braj-teal); }
 
/* ── SITEMAP / LEGAL PAGE CARDS ──────────────────────────── */
.sitemap-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 28px; padding: 24px;
    box-shadow: var(--braj-shadow); height: 100%;
    position: relative; overflow: hidden;
}
.sitemap-card::after {
    content: "ॐ"; position: absolute;
    right: 16px; bottom: -18px;
    font-size: 5.4rem; color: rgba(185,128,45,.07); font-family: serif;
}
.sitemap-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; position: relative; z-index: 2; }
.sitemap-head i {
    width: 50px; height: 50px; border-radius: 18px;
    background: linear-gradient(135deg,#eefaf7,#fff3df);
    display: grid; place-items: center; color: var(--braj-teal); font-size: 1.12rem;
}
.sitemap-head h2 { font-size: 1.08rem; font-weight: 600; margin: 0; }
.sitemap-list { padding: 0; margin: 0; display: grid; gap: 9px; position: relative; z-index: 2; }
.sitemap-list li { list-style: none; }
.sitemap-list a {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; background: #fff9f0; border: 1px solid #eadcc6;
    border-radius: 15px; padding: 10px 12px;
    color: #385154; font-size: .9rem; font-weight: 550; transition: .22s ease;
}
.sitemap-list a:hover { background: #eaf8f5; color: var(--braj-teal); transform: translateX(3px); }
.sitemap-list a i:first-child { color: var(--braj-rose); width: 18px; }
.sitemap-list a i:last-child { font-size: .72rem; color: var(--braj-teal); }
 
/* Policy / terms cards */
.policy-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 28px; padding: 28px;
    box-shadow: var(--braj-shadow); height: 100%;
    position: relative; overflow: hidden;
}
.policy-card::after { content: '🔒'; position: absolute; right: 22px; top: 12px; font-size: 4rem; opacity: .08; }
.policy-card h3 {
    font-size: 1.05rem; font-weight: 600; margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
}
.policy-card h3 i {
    width: 42px; height: 42px; border-radius: 14px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center; font-size: 1rem;
}
.policy-card p, .policy-card li { font-size: .92rem; color: var(--braj-muted); line-height: 1.9; }
.policy-card ul { padding-left: 18px; margin-bottom: 0; }
 
/* Terms card */
.terms-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 28px; padding: 28px;
    box-shadow: var(--braj-shadow); height: 100%;
    position: relative; overflow: hidden;
}
.terms-card::after { content: '📜'; position: absolute; right: 22px; top: 12px; font-size: 4rem; opacity: .08; }
.terms-card h3 {
    font-size: 1.08rem; font-weight: 600; margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
}
.terms-card h3 i {
    width: 42px; height: 42px; border-radius: 14px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center; font-size: 1rem;
}
.terms-card p, .terms-card li { font-size: .92rem; color: var(--braj-muted); line-height: 1.9; }
.terms-card ul { padding-left: 18px; margin-bottom: 0; }
 
/* CTA strip */
.cta-strip {
    background: linear-gradient(135deg,#174d49,#24716c);
    border-radius: 30px; padding: 34px; color: #fff; box-shadow: var(--braj-shadow);
}
.cta-strip h2 { font-size: clamp(1.4rem,2.6vw,2.2rem); font-weight: 600; }
.cta-strip p  { color: #eaf8f5; }
 
/* Info box */
.info-box {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 24px; box-shadow: var(--braj-shadow); height: 100%;
}
.info-box > i, .info-box .box-icon {
    width: 54px; height: 54px; border-radius: 18px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center;
    font-size: 1.15rem; margin-bottom: 14px;
}
.info-box h3 { font-size: 1rem; font-weight: 600; }
.info-box p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }
 
/* Quick card */
.quick-card {
    background: linear-gradient(135deg,#fff,#fff8ed);
    border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 22px; height: 100%;
    box-shadow: var(--braj-shadow);
}
.quick-card > i {
    width: 52px; height: 52px; border-radius: 18px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center;
    font-size: 1.12rem; margin-bottom: 14px;
}
.quick-card h3 { font-size: 1rem; font-weight: 600; }
.quick-card p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }
 
/* Memory / feature box */
.memory-box, .feature-box {
    background: linear-gradient(135deg,#fff,#fff8ed);
    border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 22px; height: 100%;
    box-shadow: var(--braj-shadow); transition: .25s ease;
}
.memory-box:hover, .feature-box:hover { transform: translateY(-4px); }
.memory-box > i, .feature-box > i {
    width: 54px; height: 54px; border-radius: 18px;
    background: linear-gradient(135deg,#eefaf7,#fff3df);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.15rem; margin-bottom: 14px;
}
.memory-box h3, .feature-box h3 { font-size: 1rem; font-weight: 600; }
.memory-box p, .feature-box p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }
 
/* Gallery page */
.gallery-card-page {
    position: relative; border-radius: 26px; overflow: hidden;
    box-shadow: var(--braj-shadow); border: 1px solid var(--braj-border);
    background: #fff; height: 100%; display: block;
}
.gallery-card-page img {
    width: 100%; height: 280px; object-fit: cover; transition: .35s ease;
}
.gallery-card-page:hover img { transform: scale(1.06); }
.gallery-card-page::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg,transparent 45%,rgba(11,48,45,.84));
    opacity: .92;
}
.gallery-info {
    position: absolute; left: 0; right: 0; bottom: 0;
    padding: 18px; color: #fff; z-index: 2;
}
.gallery-info h3 { font-size: 1rem; font-weight: 600; margin-bottom: 4px; }
.gallery-info p  { font-size: .82rem; color: #e7fffa; margin: 0; }
.gallery-info span {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px; padding: 5px 9px;
    font-size: .72rem; margin-bottom: 8px;
}
 
/* Filter buttons (gallery) */
.filter-wrap { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 32px; }
.filter-btn {
    border: 1px solid var(--braj-border); background: #fff;
    border-radius: 999px; padding: 9px 16px;
    font-size: .86rem; font-weight: 600; color: #345052;
    display: inline-flex; align-items: center; gap: 8px;
    box-shadow: 0 8px 20px rgba(22,56,53,.04); cursor: pointer;
}
.filter-btn.active, .filter-btn:hover {
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; border-color: transparent;
}
 
/* Video card */
.video-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 26px; padding: 18px;
    box-shadow: var(--braj-shadow); height: 100%;
}
.video-thumb {
    height: 230px; border-radius: 22px; overflow: hidden;
    position: relative; background: center/cover no-repeat;
}
.video-thumb::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(14,59,55,.22);
}
.play-btn {
    position: absolute; left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    width: 64px; height: 64px; border-radius: 50%;
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; display: grid; place-items: center;
    z-index: 2; font-size: 1.3rem;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}
.video-card h3 { font-size: 1rem; font-weight: 600; margin: 15px 0 5px; }
.video-card p  { font-size: .88rem; color: var(--braj-muted); margin: 0; }
 
/* ── NEARBY CARD (temple pages) ─────────────────────────── */
.nearby-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 22px; overflow: hidden; height: 100%;
    transition: .24s ease; box-shadow: var(--braj-shadow);
}
.nearby-card:hover { transform: translateY(-5px); }
.nearby-card img { height: 175px; width: 100%; object-fit: cover; }
.nearby-card div { padding: 16px; }
.nearby-card h3 { font-size: .98rem; font-weight: 600; }
.nearby-card p  { font-size: .86rem; color: var(--braj-muted); }
 
/* Architecture card (temple pages) */
.architecture-card {
    border-radius: 24px; padding: 22px;
    background: linear-gradient(135deg,#fff,#fff8eb);
    border: 1px solid var(--braj-border); height: 100%;
    box-shadow: 0 10px 26px rgba(4,40,43,.06);
}
.architecture-card > i {
    width: 52px; height: 52px; border-radius: 18px;
    background: #eaf8f5; color: var(--braj-teal);
    display: grid; place-items: center; font-size: 1.15rem; margin-bottom: 13px;
}
.architecture-card h3 { font-size: 1rem; font-weight: 600; }
.architecture-card p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }
 
/* Timing box (temple pages) */
.timing-box {
    background: linear-gradient(135deg,#fff,#fff8eb);
    border: 1px solid #eadcc6; border-radius: 24px; padding: 22px; height: 100%;
}
.timing-row {
    display: flex; justify-content: space-between; gap: 12px;
    border-bottom: 1px dashed #eadcc6; padding: 11px 0;
}
.timing-row:last-child { border-bottom: 0; }
.timing-row strong { font-weight: 600; color: #173034; }
.timing-row span   { color: var(--braj-muted); text-align: right; }
 
/* Highlight list */
.highlight-list { display: grid; gap: 11px; padding: 0; margin: 0; }
.highlight-list li {
    list-style: none; display: flex; gap: 10px; align-items: flex-start;
    background: #fff9f0; border: 1px solid #eadcc6;
    border-radius: 15px; padding: 11px; color: #526669;
}
.highlight-list i { color: var(--braj-rose); margin-top: 4px; }
 
/* Temple overview info card */

.info-card {
    background: #fff;
    border: 1px solid var(--braj-border);
    border-radius: 14px;
    padding: 14px 10px 12px;
    box-shadow: 0 4px 14px rgba(20,72,69,.07);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.info-card > i {
    width: 34px; height: 34px; border-radius: 10px;
    background: linear-gradient(135deg,#eaf8f5,#fff1d8);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: .82rem;
    flex-shrink: 0;
}
.info-card h3 {
    font-size: .75rem; font-weight: 650;
    margin: 0; color: var(--braj-ink);
    line-height: 1.2;
}
.info-card p {
    margin: 0; color: var(--braj-muted);
    font-size: .78rem; line-height: 1.3;
}
/* Top package cards */
.top-package-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 16px; height: 100%;
    box-shadow: 0 10px 28px rgba(28,55,54,.08); transition: .25s ease;
}
.top-package-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(28,55,54,.12); }
.top-package-icon {
    width: 52px; height: 52px; border-radius: 18px;
    background: linear-gradient(135deg,#eaf8f5,#fff1d8);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.18rem; margin-bottom: 13px;
}
.top-package-card h3 { font-size: 1rem; font-weight: 600; color: #173034; margin-bottom: 8px; }
.top-package-card p  { color: var(--braj-muted); font-size: .88rem; margin-bottom: 12px; }
.top-package-card a  { display: inline-flex; align-items: center; gap: 7px; color: var(--braj-rose); font-weight: 650; font-size: .88rem; }
 
/* Process step cards */
.process-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 24px; height: 100%;
    box-shadow: var(--braj-shadow); position: relative;
}
.process-card::before {
    content: attr(data-step); position: absolute; right: 18px; top: 16px;
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg,var(--braj-gold),var(--braj-rose));
    color: #fff; display: grid; place-items: center;
    font-size: .82rem; font-weight: 700;
}
.process-card > i {
    width: 54px; height: 54px; border-radius: 18px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center; font-size: 1.18rem; margin-bottom: 15px;
}
.process-card h3 { font-size: 1rem; font-weight: 600; }
.process-card p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }
 
/* Map placeholder */
.map-box {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 30px; box-shadow: var(--braj-shadow); overflow: hidden;
}
.map-placeholder {
    min-height: 360px; display: flex; align-items: center;
    justify-content: center; text-align: center;
    padding: 30px; color: #fff; position: relative;
    background: center/cover no-repeat;
}
.map-placeholder::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(20,70,65,.48);
}
.map-content { position: relative; z-index: 2; max-width: 540px; }
.map-content > i {
    width: 64px; height: 64px; border-radius: 22px;
    background: rgba(255,255,255,.18);
    display: grid; place-items: center; margin: 0 auto 15px; font-size: 1.5rem;
}
.map-content h3 { font-size: 1.4rem; font-weight: 600; }
 
/* Stat grid (about page) */
.stat-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 22px; text-align: center;
    box-shadow: var(--braj-shadow);
}
.stat-card > i {
    width: 58px; height: 58px; border-radius: 18px;
    background: linear-gradient(135deg,#eefaf7,#fff3df);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.3rem; margin: 0 auto 14px;
}
.stat-card h3 { font-size: 1.8rem; font-weight: 600; margin-bottom: 5px; }
.stat-card p  { margin: 0; color: var(--braj-muted); font-size: .9rem; }
 
/* Team card */
.team-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; overflow: hidden; box-shadow: var(--braj-shadow); height: 100%;
}
.team-card img { width: 100%; height: 270px; object-fit: cover; }
.team-body { padding: 20px; }
.team-body h3  { font-size: 1rem; font-weight: 600; }
.team-body span { font-size: .84rem; color: var(--braj-rose); font-weight: 600; }
.team-body p   { font-size: .88rem; color: var(--braj-muted); line-height: 1.7; margin-top: 10px; }
 
/* Why box */
.why-box {
    background: linear-gradient(135deg,#fff,#fff8ed);
    border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 22px; height: 100%;
}
.why-box > i { color: var(--braj-rose); font-size: 1.1rem; margin-right: 10px; }
.why-box li  { list-style: none; margin-bottom: 13px; color: #4d6163; font-size: .92rem; }
 
/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width:1199px) {
    .tour-img { height: 185px; }
    .tour-actions { grid-template-columns: 1fr 1fr; }
    .tour-actions .mini-btn { grid-column: 1/-1; width: 100%; }
    .destinations-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width:991px) {
    .destinations-grid { grid-template-columns: repeat(2,1fr); }
    .destination-thumb img { height: 132px; }
    .topbar { text-align: center; }
    .mega-menu { min-width: auto; }
    .navbar-nav .nav-link { padding: 11px 0 !important; }
    .hero .carousel-item, .hero-content { height: 420px; min-height: 420px; }
    .hero-box { max-width: 560px; }
    .section-pad { padding: 52px 0; }
    .intro-wrap { padding: 28px; }
    .about-img { min-height: 320px; }
    .floating-enquiry { display: none; }
    .mobile-cta { display: flex; gap: 8px; }
    .whatsapp-float, .call-float { display: none; }
    body { padding-bottom: 64px; }
    .side-card { position: static; }
    .hero-meta { grid-template-columns: repeat(2,1fr); }
    .quick-nav .container { flex-wrap: nowrap; overflow: auto; padding-left: 12px; padding-right: 12px; }
}
@media (max-width:575px) {
    .info-card { padding: 10px 8px; }
    .info-card > i { width: 30px; height: 30px; font-size: .82rem; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-btn { width: 100%; min-width: 100%; }
    .hero-price-box { width: 100%; }
    .destinations-grid { grid-template-columns: 1fr; gap: 16px; }
    .destination-thumb img { height: 170px; }
    .hero .carousel-item, .hero-content { height: 380px; }
    .hero-box { padding: 22px 19px; border-radius: 22px; }
    .hero h1 { font-size: 2.12rem; }
    .hero p { font-size: .95rem; }
    .trust-strip { padding: 18px 0; }
    .tour-img { height: 205px; }
    .gallery-card { width: 270px; }
    .section-title { font-size: 1.7rem; }
    .brand-main { font-size: .9rem; }
    .logo-mark { width: 43px; height: 43px; border-radius: 14px; }
    .topbar .top-link { margin-right: 5px; font-size: .78rem; }
    .section-pad { padding: 44px 0; }
    .section-pad-sm { padding: 36px 0; }
    .hero-actions { align-items: stretch; }
    .hero-action-btn { flex: 1; justify-content: center; }
    .inner-hero-box { padding: 20px 17px; border-radius: 22px; }
    .inner-hero-box h1 { font-size: 1.85rem; }
    .hero-meta { grid-template-columns: 1fr; }
    .content-card { padding: 20px; }
    .route-flow span { width: 100%; justify-content: center; }
    .cta-strip { padding: 24px; }
}
/* ── ADDITIONS: paste these at the end of style.css ─────── */
/* Contact page */
.contact-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 24px; height: 100%;
    box-shadow: var(--braj-shadow); transition: .25s ease;
}
.contact-card:hover { transform: translateY(-4px); }
.contact-card i.card-icon {
    width: 58px; height: 58px; border-radius: 18px;
    background: linear-gradient(135deg,#eefaf7,#fff3df);
    display: grid; place-items: center;
    color: var(--braj-teal); font-size: 1.25rem; margin-bottom: 15px;
}
.contact-card h3 { font-size: 1rem; font-weight: 600; }
.contact-card p  { font-size: .9rem; color: var(--braj-muted); line-height: 1.7; margin-bottom: 12px; }
.contact-card a  { color: var(--braj-teal); font-weight: 600; }

/* Help box (contact page sidebar) */
.help-box {
    background: linear-gradient(135deg,#fff,#fff8ed);
    border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 24px;
    box-shadow: var(--braj-shadow); height: 100%;
}
.help-box i {
    width: 52px; height: 52px; border-radius: 18px;
    background: #eaf8f5; color: var(--braj-teal);
    display: grid; place-items: center;
    font-size: 1.1rem; margin-bottom: 14px;
}
.help-box h3 { font-size: 1rem; font-weight: 600; }
.help-box p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }

/* City landing pages */
.city-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px; padding: 7px 14px;
    font-size: .82rem; font-weight: 600; color: #fff;
    margin-bottom: 14px;
}

/* Featured card (gallery page) */
.featured-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 30px; box-shadow: var(--braj-shadow);
    overflow: hidden; height: 100%;
}
.featured-card img { height: 430px; width: 100%; object-fit: cover; }
.featured-body { padding: 26px; }
.featured-body h3 { font-size: 1.25rem; font-weight: 600; }
.featured-body p  { color: var(--braj-muted); font-size: .94rem; line-height: 1.8; }

/* Highlight strip / CTA (legal pages) */
.highlight-strip {
    background: linear-gradient(135deg,#174d49,#24716c);
    border-radius: 30px; padding: 34px;
    color: #fff; box-shadow: var(--braj-shadow);
}
.highlight-strip h2 {
    font-size: clamp(1.4rem,2.6vw,2.2rem); font-weight: 600;
}
.highlight-strip p { color: #eaf8f5; }

/* Policy & Terms cards */
.policy-card, .terms-card {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 28px; padding: 28px;
    box-shadow: var(--braj-shadow); height: 100%;
    position: relative; overflow: hidden;
}
.policy-card::after { content: '🔒'; position: absolute; right: 22px; top: 12px; font-size: 4rem; opacity: .08; }
.terms-card::after  { content: '📜'; position: absolute; right: 22px; top: 12px; font-size: 4rem; opacity: .08; }
.policy-card h3, .terms-card h3 {
    font-size: 1.05rem; font-weight: 600; margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
}
.policy-card h3 i, .terms-card h3 i {
    width: 42px; height: 42px; border-radius: 14px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center; font-size: 1rem;
}
.policy-card p, .policy-card li,
.terms-card p,  .terms-card li {
    font-size: .92rem; color: var(--braj-muted); line-height: 1.9;
}
.policy-card ul, .terms-card ul { padding-left: 18px; margin-bottom: 0; }

/* FAQ box (terms page) */
.faq-box {
    background: #fff; border: 1px solid var(--braj-border);
    border-radius: 24px; padding: 24px;
    box-shadow: var(--braj-shadow); height: 100%;
}
.faq-box i {
    width: 54px; height: 54px; border-radius: 18px;
    background: #eefaf7; color: var(--braj-teal);
    display: grid; place-items: center;
    font-size: 1.15rem; margin-bottom: 14px;
}
.faq-box h3 { font-size: 1rem; font-weight: 600; }
.faq-box p  { font-size: .9rem; color: var(--braj-muted); margin: 0; }

/* Route box (city pages) */
.route-box {
    border-radius: 28px; padding: 24px;
    background: linear-gradient(135deg,#eaf8f5,#fff8eb);
    border: 1px solid var(--braj-border);
    box-shadow: var(--braj-shadow);
}
.route-flow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.route-flow span {
    background: #fff; border: 1px solid #eadcc6; border-radius: 999px;
    padding: 10px 14px; font-weight: 600; font-size: .88rem;
    display: inline-flex; gap: 8px; align-items: center;
}
.route-flow i { color: var(--braj-teal); }

/* ── RESPONSIVE additions ────────────────────────────────── */
@media (max-width: 991px) {
    .featured-card img { height: 320px; }
    .route-flow span   { width: 100%; justify-content: center; }
}
@media (max-width: 575px) {
    .highlight-strip { padding: 24px; }
    .featured-body   { padding: 20px; }
}

/* ── REDUCED SPACING FOR SHARED SECTIONS ─────────────────── */
#gallery-section { padding-top: 20px !important; padding-bottom: 20px !important; }
#reviews-section { padding-top: 20px !important; padding-bottom: 20px !important; }
.vehicle-section  { padding-top: 20px !important; padding-bottom: 20px !important; }
.section-pad      { padding: 48px 0; }

@media (max-width: 575px) {
    .info-card-grid { grid-template-columns: repeat(2,1fr) !important; }
}

/* ── HIGHLIGHT POINTS — FINAL OVERRIDE ──────────────────── */
.highlight-points {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.highlight-points li {
    list-style: none !important;
    list-style-type: none !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 11px 0 !important;
    border-bottom: 1px solid #f0e8dc !important;
    font-size: .95rem !important;
    color: var(--braj-teal-dark) !important;
    background: none !important;
}
.highlight-points li::before,
.highlight-points li::marker,
.highlight-points li::after {
    content: none !important;
    display: none !important;
}
.highlight-points li:last-child {
    border-bottom: none !important;
}
.highlight-points li i {
    color: var(--braj-teal) !important;
    margin-top: 3px !important;
    min-width: 18px !important;
    font-size: 1rem !important;
    flex-shrink: 0 !important;
}
.highlight-points li strong {
    color: var(--braj-ink) !important;
}
.highlight-points li span {
    flex: 1;
}