/* ==========================================
   Sila Travel & Tourism Agency — Design System
   Palette: Green (brand/trust) + Gold (CTA/warmth) + Deep Teal (authority)
   ========================================== */
:root {
    --green: #2f9e44;
    --green-dark: #1e6b2e;
    --green-light: #eaf8ea;
    --green-mint: #e3f6e6;
    --gold: #d6a419;
    --gold-dark: #b98812;
    --teal-deep: #0d4d43;
    --teal-deep2: #123f57;
    --navy-text: #16321f;
    --gray-text: #667085;
    --bg-light: #f7faf7;
    --border-soft: #e4ece2;
    --radius: 14px;
    --shadow-soft: 0 10px 30px rgba(20, 60, 30, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
img { max-width: 100%; }

body {
    font-family: 'Quicksand', 'Roboto', sans-serif;
    color: var(--navy-text);
    margin: 0;
    overflow-x: hidden;
    background: #fff;
}

a { text-decoration: none; }
ul { margin: 0; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Quicksand', sans-serif; font-weight: 700; margin: 0; }

.section-eyebrow { color: var(--gold-dark); font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-size: 13px; }
.section-title { font-size: 34px; color: var(--green-dark); font-weight: 700; margin: 6px 0 14px; }
.section-sub { color: var(--gray-text); font-size: 16px; max-width: 700px; margin: 0 auto 40px; line-height: 1.7; }
.text-center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 30px; border-radius: 50px; font-weight: 700; font-size: 15px;
    cursor: pointer; border: none; transition: 0.25s; text-align: center;
}
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px rgba(214,164,25,0.35); }
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); color: #fff; }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(47,158,68,0.3); }
.btn-green:hover { background: var(--green-dark); transform: translateY(-2px); color: #fff; }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline-white:hover { background: #fff; color: var(--teal-deep); }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header { background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 200; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1300px; margin: 0 auto; gap: 20px; }
.logo-box { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-box img { height: 48px; }
.logo-text-title { font-size: 17px; font-weight: 700; color: var(--green-dark); line-height: 1.2; }
.logo-text-sub { font-size: 12px; color: var(--gray-text); font-weight: 600; }

.main-nav ul { list-style: none; display: flex; gap: 26px; margin: 0; padding: 0; }
.main-nav a { color: var(--navy-text); font-weight: 600; font-size: 15px; padding: 8px 0; border-bottom: 2px solid transparent; transition: 0.25s; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-dark); border-bottom-color: var(--gold); }

.header-right { display: flex; align-items: center; gap: 16px; }
.lang-badge {
    display: flex; align-items: center; gap: 6px; border: 1px solid var(--border-soft);
    border-radius: 8px; padding: 6px 12px; font-size: 13px; font-weight: 700; color: var(--navy-text);
}
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--green-dark); cursor: pointer; }

@media (max-width: 991px) {
    .main-nav { display: none; width: 100%; order: 3; }
    .main-nav.open { display: block; }
    .main-nav ul { flex-direction: column; gap: 0; padding: 10px 0; }
    .main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; }
    .header-inner { flex-wrap: wrap; }
    .nav-toggle { display: block; }
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
    position: fixed; bottom: 25px; left: 25px; z-index: 999;
    background: #25D366; width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25); color: #fff; font-size: 27px;
}

/* ---------- Page Banner (inner pages) ---------- */
.page-banner {
    position: relative; overflow: hidden; min-height: 160px;
    display: flex; align-items: center;
    background: linear-gradient(100deg, var(--green-dark), var(--green));
}
.page-banner .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.page-banner h1 { color: #fff; font-size: 34px; margin-bottom: 6px; }
.page-banner .crumbs { color: rgba(255,255,255,0.9); font-size: 14px; }
.page-banner .crumbs a { color: #fff; font-weight: 700; }
.page-banner-inner { width: 100%; }

/* ---------- Hero (Home) ---------- */
.hero {
    position: relative; overflow: hidden; min-height: 560px;
    display: flex; align-items: center;
    background-size: cover; background-position: center;
    background-color: var(--teal-deep);
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(13,77,67,0.75) 0%, rgba(13,77,67,0.45) 55%, rgba(13,77,67,0.15) 100%);
    z-index: 1;
}
.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-text-col { max-width: 640px; padding: 70px 24px; }
.hero-eyebrow { color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; display: block; }
.hero-title { font-size: 52px; font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 20px; }
.hero-desc { color: #eef5ee; font-size: 18px; font-weight: 600; margin-bottom: 30px; }

@media (max-width: 850px) {
    .hero { min-height: auto; }
    .hero-text-col { padding: 55px 20px 45px; }
    .hero-title { font-size: 32px; }
}

/* ---------- Enquiry / consultation card (overlaps hero) ---------- */
.enquiry-section { padding: 60px 0; background: #fff; }
.enquiry-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: start; }
.enquiry-grid h2 { font-size: 30px; color: var(--green-dark); font-weight: 700; margin-bottom: 16px; }
.enquiry-grid p { color: var(--gray-text); line-height: 1.8; margin-bottom: 14px; }
.enquiry-form-box { background: #fff; border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-soft); border: 1px solid var(--border-soft); }
.form-control-custom {
    width: 100%; padding: 15px 18px; margin-bottom: 16px; border-radius: 10px;
    border: 1px solid var(--border-soft); font-size: 15px; font-family: inherit; background: #fbfdfb;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control-custom:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,158,68,0.12); }
textarea.form-control-custom { resize: vertical; min-height: 100px; }
.field-label { font-weight: 700; font-size: 13px; color: var(--navy-text); margin-bottom: 6px; display: block; }

.btn-submit-gold {
    width: 100%; background: var(--gold); color: #fff; border: none; padding: 16px;
    border-radius: 10px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer; font-size: 15px;
    transition: 0.25s; box-shadow: 0 8px 20px rgba(214,164,25,0.3);
}
.btn-submit-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-submit-green {
    width: 100%; background: var(--green); color: #fff; border: none; padding: 16px; border-radius: 10px;
    font-weight: 700; letter-spacing: 0.5px; cursor: pointer; font-size: 15px; transition: 0.25s;
    box-shadow: 0 8px 20px rgba(47,158,68,0.3);
}
.btn-submit-green:hover { background: var(--green-dark); transform: translateY(-2px); }

.alert-box { padding: 14px 18px; border-radius: 10px; margin-bottom: 16px; font-weight: 600; font-size: 14px; }
.alert-success-box { background: #e6f6e9; color: var(--green-dark); border: 1px solid #bfe6c7; }
.alert-error-box { background: #fdecec; color: #b42318; border: 1px solid #f6c6c3; }

/* ---------- Teal CTA band ---------- */
.cta-band { background: var(--teal-deep); padding: 44px 0; text-align: center; }
.cta-band h2 { color: var(--gold); font-size: 26px; margin-bottom: 8px; }
.cta-band p { color: #d7e8e4; margin-bottom: 20px; }

/* ---------- World class treatment (image + text) ---------- */
.split-section { padding: 70px 0; background: var(--bg-light); }
.split-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 50px; align-items: center; }
.split-grid img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.split-grid h2 { font-size: 32px; color: var(--green-dark); margin-bottom: 18px; line-height: 1.25; }
.split-grid p { color: var(--gray-text); line-height: 1.8; margin-bottom: 14px; }
.split-grid ul { list-style: none; padding: 0; margin: 0 0 20px; }
.split-grid ul li { padding: 5px 0; color: var(--navy-text); font-weight: 600; }
.split-grid.reverse .split-grid-inner { direction: rtl; }

@media (max-width: 850px) {
    .split-grid { grid-template-columns: 1fr; }
}

/* ---------- Hospitals Network (green band) ---------- */
.hospitals-section { background: var(--green); padding: 60px 0; overflow: hidden; }
.hospitals-grid { display: grid; grid-template-columns: 0.8fr 1.6fr; gap: 40px; align-items: center; }
.hospitals-intro h2 { color: #fff; font-size: 32px; margin-bottom: 14px; }
.hospitals-intro p { color: #e5f5e6; line-height: 1.7; margin-bottom: 16px; }
.hospitals-intro ul { list-style: none; padding: 0; color: #fff; font-weight: 700; }
.hospitals-intro ul li { padding: 4px 0; }
.hospitals-cards { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.hospitals-cards::-webkit-scrollbar { display: none; height: 0; }
.hospital-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); flex: 0 0 260px; scroll-snap-align: start; }
.hospital-card img { width: 100%; height: 150px; object-fit: cover; }
.hospital-card .body { padding: 16px; }
.hospital-card h6 { margin: 0 0 6px; font-size: 15px; }
.hospital-card h6 a { color: var(--navy-text); }
.hospital-card p { font-size: 12px; color: var(--gray-text); margin: 0; }

@media (max-width: 850px) {
    .hospitals-grid { grid-template-columns: 1fr; }
}

/* ---------- Specialities grid ---------- */
.specialities-section { padding: 70px 0; text-align: center; }
.spec-scroll { display: flex; gap: 18px; overflow-x: auto; padding: 10px 4px 20px; scrollbar-width: none; -ms-overflow-style: none; }
.spec-scroll::-webkit-scrollbar { display: none; height: 0; }

/* Global utility: hide any horizontal scrollbar site-wide while keeping scroll/swipe working */
.no-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }
.no-scrollbar::-webkit-scrollbar { display: none; height: 0; width: 0; }
.spec-card {
    flex: 0 0 150px; background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius);
    padding: 22px 14px; text-align: center; transition: 0.25s;
}
.spec-card:hover { border-color: var(--green); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.spec-card img { width: 46px; height: 46px; object-fit: contain; margin-bottom: 12px; }
.spec-card h6 { font-size: 14px; color: var(--navy-text); margin: 0; line-height: 1.3; }

/* ---------- Travel Steps ---------- */
.steps-section { padding: 70px 0; background: var(--green-mint); text-align: center; }
.steps-section .subtitle { color: var(--green-dark); font-weight: 700; margin-bottom: 40px; }
.steps-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.step-card { background: #fff; border-radius: var(--radius); padding: 26px 14px; box-shadow: var(--shadow-soft); }
.step-emoji { font-size: 30px; width: 60px; height: 60px; border-radius: 50%; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.step-card h6 { font-size: 13px; color: var(--navy-text); margin-bottom: 10px; line-height: 1.4; min-height: 36px; }
.step-card small { color: var(--gold-dark); font-weight: 700; letter-spacing: 1px; font-size: 11px; }

@media (max-width: 991px) { .steps-row { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .steps-row { grid-template-columns: repeat(2, 1fr); } }

/* ---------- World map trust banner ---------- */
.world-banner {
    position: relative; padding: 80px 0; text-align: center; overflow: hidden;
    background: linear-gradient(rgba(10, 30, 25, 0.563), rgba(10, 30, 25, 0.508)), url('../images/sila/bg.jpg');
    background-size: cover; background-position: center;
}
.world-banner h2 { color: var(--gold); font-size: 30px; margin-bottom: 20px; }
.world-banner p { color: #e6f1ea; max-width: 850px; margin: 0 auto; line-height: 1.9; font-size: 16px; }

/* ---------- Doctors / Specialist Network ---------- */
.doctors-section { padding: 70px 0; text-align: center; }
.doctors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.doctor-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 26px; transition: 0.25s; }
.doctor-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.doctor-card img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin-bottom: 16px; }
.doctor-card h5 { font-size: 17px; color: var(--navy-text); margin-bottom: 4px; }
.doctor-card p { color: var(--gray-text); font-size: 14px; margin-bottom: 12px; }
.doctor-card .view-link { color: var(--gold-dark); font-weight: 700; font-size: 14px; }

@media (max-width: 850px) { .doctors-grid { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testimonial-section {
    padding: 90px 0; text-align: center; position: relative;
    background: linear-gradient(rgba(10,30,25,0.78), rgba(10,30,25,0.85)), url('../images/sila/bg2.jpg');
    background-size: cover; background-position: center;
}
.testimonial-section h2 { color: var(--gold); font-size: 30px; margin-bottom: 40px; }
.testimonial-slider { position: relative; max-width: 640px; margin: 0 auto; min-height: 260px; }
.testimonial-card {
    display: none; opacity: 0; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15);
    border-radius: var(--radius); padding: 40px; backdrop-filter: blur(4px);
    animation: fadeInTestimonial 0.6s ease forwards;
}
.testimonial-card.active { display: block; }
@keyframes fadeInTestimonial { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.testimonial-avatar { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; object-fit: cover; border: 3px solid var(--gold); }
.testimonial-card p { color: #f2f7f2; font-size: 17px; line-height: 1.8; font-style: italic; margin-bottom: 16px; }
.testimonial-card strong { color: var(--gold); }
.testimonial-location { display: block; color: #cfe6da; font-size: 13px; margin-top: 4px; }
.testimonial-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.t-dot { width: 9px; height: 9px; border-radius: 50%; border: none; background: rgba(255,255,255,0.3); cursor: pointer; padding: 0; transition: 0.25s; }
.t-dot.active { background: var(--gold); width: 22px; border-radius: 5px; }

/* ---------- Blogs ---------- */
.blogs-section { padding: 70px 0; text-align: center; }
.blogs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: left; }
.blog-card { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius); overflow: hidden; transition: 0.25s; }
.blog-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.blog-card img { width: 100%; height: 180px; object-fit: cover; }
.blog-card .body { padding: 20px; }
.blog-card .meta { color: var(--gray-text); font-size: 12px; }
.blog-card h4 { font-size: 17px; margin: 10px 0; line-height: 1.4; }
.blog-card p { color: var(--gray-text); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.blog-card .read-more { color: var(--gold-dark); font-weight: 700; font-size: 14px; }

@media (max-width: 850px) { .blogs-grid { grid-template-columns: 1fr; } }

/* ---------- Gallery preview ---------- */
.gallery-section { padding: 70px 0; text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.g-item { border-radius: 10px; overflow: hidden; aspect-ratio: 1; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: 0.3s; }
.g-item:hover img { transform: scale(1.08); }

@media (max-width: 850px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Free consultation footer CTA (green light bg + orange card) ---------- */
.footer-cta-section { background: var(--green-light); padding: 70px 0; }
.footer-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.footer-cta-grid h2 { color: var(--green-dark); font-size: 28px; margin-bottom: 8px; }
.footer-cta-grid > div:first-child p { color: var(--gray-text); margin-bottom: 22px; }
.brand-card {
    background: linear-gradient(135deg, var(--gold), #f0b429);
    border-radius: var(--radius); padding: 40px; text-align: center; box-shadow: var(--shadow-soft);
}
.brand-card h3 { color: var(--teal-deep); font-size: 22px; margin-bottom: 18px; }
.brand-card img { max-width: 130px; margin-bottom: 8px; }
.brand-card .contact-line { color: #4a3a08; font-weight: 700; font-size: 14px; margin-top: 10px; }

@media (max-width: 850px) { .footer-cta-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: #fff; }
.footer-main { padding: 60px 0 40px; border-top: 1px solid var(--border-soft); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-grid h6 { color: var(--green-dark); font-size: 15px; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid ul li { padding: 6px 0; }
.footer-grid ul li a, .footer-grid ul li span { color: var(--gray-text); font-size: 14px; }
.footer-grid ul li a:hover { color: var(--gold-dark); }
.footer-brand img { height: 50px; margin-bottom: 6px; }
.footer-contact p { display: flex; align-items: flex-start; gap: 8px; color: var(--gray-text); font-size: 14px; margin: 10px 0; }
.footer-contact p i { color: var(--gold-dark); margin-top: 3px; }
.footer-socials { display: flex; gap: 10px; margin-top: 16px; }
.footer-socials a { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; }
.footer-socials a:hover { background: var(--gold-dark); }

@media (max-width: 991px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-bottom-bar { background: var(--green); padding: 24px 20px; text-align: center; }
.footer-bottom-bar .links { color: #fff; margin-bottom: 12px; font-weight: 600; }
.footer-bottom-bar .links a { color: #fff; }
.footer-bottom-bar .links a:hover { color: var(--gold); }
.footer-bottom-bar .disclaimer { color: #e3f3e4; font-size: 12.5px; max-width: 1000px; margin: 0 auto; line-height: 1.7; }

/* ---------- Generic content page sections ---------- */
.content-section { padding: 70px 0; }
.content-section.alt { background: var(--bg-light); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.two-col img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.two-col h2 { font-size: 30px; color: var(--green-dark); margin-bottom: 16px; line-height: 1.3; }
.two-col p { color: var(--gray-text); line-height: 1.8; margin-bottom: 14px; }
.two-col blockquote { border-left: 3px solid var(--gold); padding-left: 16px; color: var(--navy-text); font-weight: 600; margin: 0 0 16px; }

@media (max-width: 850px) { .two-col { grid-template-columns: 1fr; } }

/* Leadership / team grid */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.team-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); border: 1px solid var(--border-soft); text-align: center; }
.team-card img { width: 100%; height: 335px; object-fit: cover; }
.team-card .body { padding: 20px; }
.team-card h5 { font-size: 16px; color: var(--navy-text); margin-bottom: 6px; line-height: 1.35; }
.team-card .role { color: var(--gold-dark); font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.team-card .exp { color: var(--gray-text); font-size: 13px; }

@media (max-width: 991px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .team-grid { grid-template-columns: 1fr; } }

/* Mission / Vision */
.mv-section { background: var(--teal-deep); padding: 70px 0; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.mv-card { background: #fff; border-radius: var(--radius); padding: 34px; text-align: center; }
.mv-card h3 { color: var(--green-dark); font-size: 22px; margin-bottom: 14px; }
.mv-card p { color: var(--gray-text); line-height: 1.8; }

@media (max-width: 700px) { .mv-grid { grid-template-columns: 1fr; } }

/* What makes us different */
.diff-section { padding: 70px 0; background: linear-gradient(180deg, #eef8f6, #ffffff); }
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.diff-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 1px solid var(--border-soft); }
.diff-card .icon { width: 54px; height: 54px; border-radius: 12px; background: var(--green-light); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 22px; color: var(--green-dark); }
.diff-card h5 { font-size: 16px; margin-bottom: 8px; color: var(--navy-text); }
.diff-card p { color: var(--gray-text); font-size: 14px; line-height: 1.7; }

@media (max-width: 991px) { .diff-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .diff-grid { grid-template-columns: 1fr; } }

/* ---------- Services page ---------- */
.services-hero-band {
    background: linear-gradient(90deg, var(--green), var(--green-dark));
    position: relative; overflow: hidden;
}
.gradient-strip { background: linear-gradient(90deg, var(--teal-deep2), var(--green)); padding: 44px 0; text-align: center; }
.gradient-strip h2 { color: #fff; font-size: 30px; margin-bottom: 8px; }
.gradient-strip p { color: #dff3ea; }

.feature-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 60px 0; }
.feature-card-3 { background: #fff; border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow-soft); }
.feature-card-3 .icon { font-size: 30px; margin-bottom: 14px; }
.feature-card-3 h5 { color: var(--green-dark); font-size: 18px; margin-bottom: 14px; }
.feature-card-3 ul { list-style: none; padding: 0; text-align: left; }
.feature-card-3 ul li { color: var(--gray-text); font-size: 14px; padding: 5px 0; }
.feature-card-3 ul li i { color: var(--green); margin-right: 8px; }

@media (max-width: 850px) { .feature-grid-3 { grid-template-columns: 1fr; } }

.coord-band { background: linear-gradient(90deg, var(--green), var(--teal-deep2)); padding: 70px 0; text-align: center; }
.coord-band h2 { color: #fff; font-size: 30px; margin-bottom: 10px; }
.coord-band p { color: #e2f3e8; margin-bottom: 26px; }
.coord-band .btn-outline-white:hover { color: var(--green-dark); }

.journey-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 70px 0; text-align: center; }
.journey-step .icon { font-size: 34px; color: var(--green); margin-bottom: 14px; }
.journey-step h5 { font-size: 15px; color: var(--navy-text); }

@media (max-width: 850px) { .journey-steps { grid-template-columns: 1fr; } }

/* ---------- Contact page ---------- */
.contact-map { width: 100%; height: 420px; border: none; display: block; filter: saturate(0.9); }
.contact-wrap { position: relative; margin-top: -90px; }
.contact-card {
    background: #fff; border-radius: var(--radius); box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    display: grid; grid-template-columns: 1.5fr 1fr; overflow: hidden;
}
.contact-form-side { padding: 44px; }
.contact-form-side h3 { color: var(--green-dark); font-size: 26px; margin-bottom: 14px; }
.contact-form-side p { color: var(--gray-text); line-height: 1.7; margin-bottom: 24px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-grid .full { grid-column: 1 / -1; }
.contact-info-side { background: var(--gold); padding: 44px; color: #fff; }
.contact-info-side h3 { font-size: 24px; margin-bottom: 16px; }
.contact-info-side p { line-height: 1.7; margin-bottom: 20px; color: #fff8ea; font-size: 14px; }
.contact-info-side .item { display: flex; gap: 10px; margin-bottom: 14px; font-size: 14px; color: #fff; }
.contact-info-side .item i { margin-top: 3px; }
.contact-info-side .btn { margin-top: 10px; }

@media (max-width: 991px) {
    .contact-card { grid-template-columns: 1fr; }
    .contact-wrap { margin-top: 20px; }
}

/* ---------- Single hospital / doctor page ---------- */
.entity-hero { position: relative; }
.entity-hero-img { width: 100%; height: 320px; object-fit: cover; }
.entity-hero-overlay {
    position: absolute; inset: 0; background: linear-gradient(rgba(10,30,25,0.35), rgba(10,30,25,0.75));
    display: flex; align-items: flex-end; padding: 34px;
}
.entity-hero-overlay h1 { color: #fff; font-size: 32px; }
.entity-hero-overlay .crumbs { color: #e5f5e6; font-size: 14px; margin-bottom: 8px; }

.entity-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 50px 0; }
.entity-main h2 { color: var(--green-dark); font-size: 22px; margin: 30px 0 12px; }
.entity-main p { color: var(--gray-text); line-height: 1.8; margin-bottom: 14px; }
.entity-main ul { padding-left: 20px; color: var(--gray-text); line-height: 1.9; }
.entity-sidebar .info-box { background: var(--bg-light); border-radius: var(--radius); padding: 24px; margin-bottom: 20px; border: 1px solid var(--border-soft); }
.entity-sidebar .info-box .row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border-soft); font-size: 14px; }
.entity-sidebar .info-box .row:last-child { border-bottom: none; }
.entity-sidebar .info-box .row span:first-child { color: var(--gray-text); }
.entity-sidebar .info-box .row span:last-child { font-weight: 700; color: var(--navy-text); }

.stats-strip { background: var(--green); padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-grid .num { color: var(--gold); font-size: 32px; font-weight: 700; }
.stats-grid .label { color: #fff; font-size: 14px; }

@media (max-width: 850px) {
    .entity-layout { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* FAQ accordion */
.faq-item { border: 1px solid var(--border-soft); border-radius: 10px; margin-bottom: 12px; overflow: hidden; }
.faq-q { padding: 16px 20px; font-weight: 700; color: var(--navy-text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #fbfdfb; }
.faq-q i { color: var(--green); transition: 0.25s; }
.faq-a { padding: 0 20px; max-height: 0; overflow: hidden; color: var(--gray-text); line-height: 1.7; transition: 0.3s; }
.faq-item.open .faq-a { padding: 0 20px 18px; max-height: 400px; }
.faq-item.open .faq-q i { transform: rotate(180deg); }

/* Simple grid list (about-like pages) */
.simple-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 40px; }
@media (max-width: 700px) { .simple-list-grid { grid-template-columns: 1fr; } }

/* ==========================================
   Doctor / Treatment Premium Single Pages
   ========================================== */
.doctor-profile-section, .treatment-profile-section { padding: 70px 0; }
.doctor-profile-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 55px; align-items: start; }
.treatment-profile-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 55px; align-items: start; }

.doctor-profile-img-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.doctor-profile-img-wrap img { width: 100%; height: 360px; object-fit: cover; display: block; transition: 0.4s; }
.doctor-profile-img-wrap:hover img { transform: scale(1.04); }

.doctor-contact-card {
    background: linear-gradient(135deg, var(--green-dark), var(--teal-deep));
    border-radius: var(--radius); padding: 26px; margin-top: 22px; box-shadow: var(--shadow-soft);
}
.doctor-contact-card h6 { color: var(--gold); font-size: 16px; margin-bottom: 8px; }
.doctor-contact-card p { color: #e5f5ee; font-size: 13.5px; line-height: 1.6; margin-bottom: 14px; }
.doctor-contact-line { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 15px; }
.doctor-contact-line i { color: var(--gold); }

.doctor-speciality-badge {
    display: inline-flex; align-items: center; gap: 8px; background: var(--green-mint); color: var(--green-dark);
    font-weight: 700; font-size: 13px; padding: 7px 16px; border-radius: 30px; margin-bottom: 14px;
}
.doctor-profile-body h2, .treatment-profile-body h2 { font-size: 30px; color: var(--navy-text); margin-bottom: 14px; line-height: 1.3; }
.doctor-lead { font-size: 16.5px; color: var(--green-dark); font-weight: 600; line-height: 1.7; margin-bottom: 16px; }
.doctor-description { color: var(--gray-text); line-height: 1.9; font-size: 15px; margin-bottom: 24px; }

.doctor-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }
.doctor-highlight-item { display: flex; flex-direction: column; gap: 10px; background: var(--bg-light); border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 20px; transition: 0.25s; }
.doctor-highlight-item:hover { border-color: var(--green); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.doctor-highlight-item i { color: var(--gold-dark); font-size: 22px; }
.doctor-highlight-item h6 { color: var(--navy-text); font-size: 14.5px; margin: 0; }
.doctor-highlight-item p { color: var(--gray-text); font-size: 12.5px; margin: 0; line-height: 1.5; }

@media (max-width: 850px) {
    .doctor-profile-grid, .treatment-profile-grid { grid-template-columns: 1fr; }
    .doctor-highlights { grid-template-columns: 1fr; }
}

/* Related doctors / treatments */
.related-section { padding: 60px 0 80px; background: var(--bg-light); text-align: center; }
.related-doctors-grid { margin-top: 34px; }
.related-treatments-grid {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 34px;
}
.related-treatments-grid .spec-card { flex: 0 0 170px; }





.footer-video-card {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.footer-video {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-cta-grid {
        grid-template-columns: 1fr;
    }

    .footer-video-card,
    .footer-video {
        min-height: 280px;
    }
}