/* ==========================================================================
   Top Indian Holidays — CORE stylesheet (shared by every section)
   Do NOT add section specific rules here. See README.md.
   Every class is prefixed .tih- so it can never collide with Bootstrap
   or with another section's stylesheet.
   ========================================================================== */

:root{
  --tih-navy:#16244c;
  --tih-navy-deep:#101b39;
  --tih-gold:#c1922f;
  --tih-gold-bright:#d99a2b;
  --tih-gold-dark:#a97d24;
  --tih-cream:#f6f3ec;
  --tih-cream-line:#e8e2d4;
  --tih-grey:#f7f8f9;
  --tih-line:#e4e7ec;
  --tih-ink:#2e3748;
  --tih-ink-soft:#5c6779;
  --tih-ink-mute:#8b95a5;
  --tih-link:#1e5aa8;
  --tih-green:#22c55e;
  --tih-green-dark:#1f5c3d;
  --tih-blue-btn:#1d5fa8;
  --tih-font-head:'Playfair Display',Georgia,serif;
  --tih-font-body:'Poppins',system-ui,-apple-system,'Segoe UI',sans-serif;
}

/* ---------- base ---------- */
.tih{font-family:var(--tih-font-body);color:var(--tih-ink);background:#fff;-webkit-font-smoothing:antialiased}
.tih a{color:var(--tih-navy);text-decoration:none}
.tih a:hover,.tih a:focus{color:var(--tih-gold);text-decoration:none}
.tih a:focus-visible,.tih button:focus-visible,.tih input:focus-visible,.tih select:focus-visible,.tih textarea:focus-visible{outline:2px solid var(--tih-gold);outline-offset:2px}
.tih-shell{max-width:1440px;margin:0 auto}
.tih-pad{padding:64px 40px}
.tih-pad-sm{padding:40px}
.tih-bg-grey{background:var(--tih-grey)}
.tih-bg-cream{background:var(--tih-cream)}
.tih-bg-navy{background:var(--tih-navy)}
.tih-bt{border-top:1px solid var(--tih-line)}
.tih-bb{border-bottom:1px solid var(--tih-line)}
.tih-bt-cream{border-top:1px solid var(--tih-cream-line)}
.tih-bb-cream{border-bottom:1px solid var(--tih-cream-line)}

/* ---------- type ---------- */
.tih-h1{font-family:var(--tih-font-head);font-size:50px;line-height:1.12;font-weight:700;color:#fff;margin:0 0 18px}
.tih-h1 em{font-style:italic;font-weight:500;color:var(--tih-gold)}
.tih-h2{font-family:var(--tih-font-head);font-size:38px;line-height:1.18;font-weight:700;color:var(--tih-navy);margin:0 0 12px}
.tih-h2 em{font-style:italic;font-weight:500;color:var(--tih-gold)}
.tih-h2--light{color:#fff}
.tih-h3{font-family:var(--tih-font-head);font-size:24px;font-weight:700;color:var(--tih-navy);margin:0 0 10px}
.tih-kicker{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--tih-gold)}
.tih-kicker::before{content:"";width:26px;height:2px;background:var(--tih-gold);flex:0 0 auto}
.tih-kicker--light{color:var(--tih-gold-bright)}
.tih-lead{font-size:16px;line-height:1.7;color:var(--tih-ink-soft);margin:0;max-width:720px;text-wrap:pretty}
.tih-lead--light{color:rgba(255,255,255,.72)}
.tih-prose p{font-size:16px;line-height:1.85;color:var(--tih-ink-soft);margin:0 0 18px;text-wrap:pretty}
.tih-prose p:last-child{margin-bottom:0}
.tih-prose--intro>p:first-child{font-size:18px;line-height:1.8;color:var(--tih-ink);border-left:3px solid var(--tih-gold);padding-left:22px;margin-bottom:28px}
.tih-sec-head{margin-bottom:36px}

/* ---------- buttons ---------- */
.tih-btn{display:inline-block;border:0;border-radius:6px;padding:15px 28px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .15s ease,color .15s ease}
.tih-btn--navy{background:var(--tih-navy);color:#fff}
.tih-btn--navy:hover,.tih-btn--navy:focus{background:var(--tih-navy-deep);color:#fff}
.tih-btn--navy:active{background:#0b1329}
.tih-btn--ghost{background:transparent;color:var(--tih-navy);border:1px solid var(--tih-navy)}
.tih-btn--ghost:hover,.tih-btn--ghost:focus{background:var(--tih-navy);color:#fff}
.tih-btn--pill{border-radius:999px;text-transform:none;letter-spacing:0;font-size:15px;padding:16px 30px}
.tih-btn--gold{background:var(--tih-gold-bright);color:#fff}
.tih-btn--gold:hover,.tih-btn--gold:focus{background:var(--tih-gold);color:#fff}
.tih-btn--outline-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}
.tih-btn--outline-light:hover,.tih-btn--outline-light:focus{border-color:#fff;color:#fff}
.tih-btn--block{display:block;width:100%;text-align:center}
.tih-btn--send{background:var(--tih-blue-btn);color:#fff;border-radius:5px;font-size:15px;text-transform:none;letter-spacing:0}
.tih-btn--send:hover,.tih-btn--send:focus{background:#17508f;color:#fff}
.tih-btn--whatsapp{background:var(--tih-green);color:#fff;border-radius:5px;font-size:15px;text-transform:none;letter-spacing:0;text-align:center}
.tih-btn--whatsapp:hover,.tih-btn--whatsapp:focus{background:#1aa74e;color:#fff}
.tih-link-more{font-size:13px;font-weight:500;color:var(--tih-link)}

/* ---------- badges / chips ---------- */
.tih-tag{display:inline-block;background:var(--tih-gold);color:#fff;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 13px;border-radius:999px}
.tih-chip{display:inline-block;background:#eef1f6;color:var(--tih-navy);font-size:13px;padding:8px 14px;border-radius:5px}
.tih-chip-row{display:flex;flex-wrap:wrap;gap:9px}
.tih-pill-white{display:inline-block;background:#fff;color:var(--tih-navy);font-size:13px;font-weight:500;padding:8px 15px;border-radius:999px}
.tih-stars{color:var(--tih-gold);letter-spacing:.08em}
.tih-meta{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--tih-ink-mute);font-weight:600}

/* ---------- header ---------- */
.tih-topbar{background:#f2f3f5;display:flex;justify-content:flex-end;align-items:stretch;gap:26px;padding-left:24px;flex-wrap:wrap}
.tih-topbar a{font-size:14px;color:#3d4757;padding:14px 0}
.tih-topbar .tih-topbar__cta{background:var(--tih-navy);color:#fff;padding:14px 22px}
.tih-topbar .tih-topbar__cta:hover{background:var(--tih-navy-deep);color:#fff}
.tih-brandbar{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:20px 40px;flex-wrap:wrap}
.tih-brandbar__logo{height:62px;width:auto;display:block}
.tih-brandbar__accred{display:flex;align-items:center;gap:28px}
.tih-brandbar__accred img{height:44px;width:auto}
.tih-brandbar__contact{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.tih-brandbar__contact a{font-size:15px;color:#3d4757}
.tih-mainnav{background:#f2f3f5;border-top:1px solid var(--tih-line);border-bottom:1px solid var(--tih-line);display:flex;align-items:center;gap:30px;padding:0 40px;flex-wrap:wrap}
.tih-mainnav a{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--tih-navy);font-weight:500;padding:16px 0}
.tih-mainnav a.is-active{color:var(--tih-gold);font-weight:600;border-bottom:3px solid var(--tih-gold)}

/* ---------- hero ---------- */
.tih-hero{position:relative;overflow:hidden;background:var(--tih-navy);min-height:420px}
.tih-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}
.tih-hero__scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,27,57,.94) 0%,rgba(16,27,57,.74) 50%,rgba(16,27,57,.24) 100%)}
.tih-hero__body{position:relative;min-height:420px;box-sizing:border-box;padding:48px 40px;display:flex;flex-direction:column;justify-content:center}
.tih-hero__text{font-size:17px;line-height:1.7;color:rgba(255,255,255,.84);margin:0 0 28px;max-width:680px;text-wrap:pretty}
.tih-hero__actions{display:flex;gap:14px;flex-wrap:wrap}
.tih-crumbs{font-size:13px;color:rgba(255,255,255,.7);margin-bottom:20px}
.tih-crumbs a{color:rgba(255,255,255,.7)}
.tih-crumbs a:hover{color:var(--tih-gold-bright)}
.tih-crumbs span.sep{margin:0 8px}
.tih-crumbs .is-current{color:var(--tih-gold-bright)}
.tih-brandmark{background:#fff;border-radius:6px;padding:8px 12px;width:158px;height:78px;display:flex;align-items:center;justify-content:center}
.tih-brandmark img{max-width:100%;max-height:100%}
.tih-trustbar{background:var(--tih-cream);border-bottom:1px solid var(--tih-cream-line);padding:16px 40px;text-align:center;font-size:15px;color:#3d4757}

/* ---------- on this page nav ---------- */
.tih-jump{border-bottom:1px solid var(--tih-line);background:#fff;padding:0 40px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.tih-jump__label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--tih-ink-mute);font-weight:600;margin-right:10px}
.tih-jump a{font-size:14px;color:#3d4757;padding:14px 12px}
.tih-jump a:hover{color:var(--tih-gold)}
.tih-jump__cta{margin-left:auto;color:var(--tih-gold)!important;font-weight:600}

/* ---------- cards ---------- */
.tih-card{background:#fff;border:1px solid var(--tih-line);border-radius:10px;height:100%;display:flex;flex-direction:column}
.tih-card--shadow{box-shadow:0 2px 10px rgba(22,36,76,.05)}
.tih-card--pad{padding:26px}
.tih-card--hover:hover{border-color:var(--tih-gold)}
.tih-card__media{position:relative;height:190px;background:#dfe3e9;overflow:hidden;border-radius:10px 10px 0 0}
.tih-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.tih-card__media--tall{height:330px;border-radius:10px}
.tih-card__body{padding:20px;display:flex;flex-direction:column;gap:11px;flex:1 1 auto}
.tih-card__title{font-size:17px;font-weight:600;color:var(--tih-navy);margin:0;line-height:1.45}
.tih-card__title--serif{font-family:var(--tih-font-head);font-size:21px;font-weight:700}
.tih-card__text{font-size:15px;line-height:1.75;color:var(--tih-ink-soft)}
.tih-card__text--sm{font-size:13px;line-height:1.6}
.tih-card__foot{margin-top:auto;padding-top:14px;display:flex;flex-direction:column;gap:10px}
.tih-card__num{font-family:var(--tih-font-head);font-size:22px;font-weight:700;color:#e3dcc9;line-height:1}
.tih-card__icon{font-size:22px;line-height:1}
.tih-card__badge{position:absolute;top:14px;right:14px}
.tih-card__pill{position:absolute;bottom:14px;left:14px}
.tih-card--navy{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:22px;height:100%}
.tih-card--navy:hover{border-color:var(--tih-gold);background:rgba(255,255,255,.08)}
.tih-card--navy .tih-card__title{color:#fff}
.tih-card--navy .tih-card__text{color:rgba(255,255,255,.7);font-size:13px}

/* ---------- zig zag rows ---------- */
.tih-zig{border-top:1px solid var(--tih-line);padding-top:40px;margin-bottom:40px}
.tih-zig:last-child{margin-bottom:0}
.tih-zig__media{position:relative;height:340px;border-radius:10px;overflow:hidden;background:#eef1f6}
.tih-zig__media img{width:100%;height:100%;object-fit:cover;display:block}
.tih-zig__tag{position:absolute;top:18px;left:18px;z-index:2}
.tih-zig__title{font-family:var(--tih-font-head);font-size:30px;line-height:1.2;font-weight:700;color:var(--tih-navy);margin:0 0 14px}
.tih-zig__text{font-size:16px;line-height:1.8;color:var(--tih-ink-soft);margin:0 0 20px;max-width:560px;text-wrap:pretty}
.tih-zig__metarow{display:flex;align-items:center;gap:14px;margin-bottom:12px;flex-wrap:wrap}
.tih-zig__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}

/* ---------- tables ---------- */
.tih-tablewrap{border:1px solid var(--tih-line);border-radius:10px;overflow:hidden;background:#fff}
.tih-table{width:100%;border-collapse:collapse;font-size:15px;margin:0}
.tih-table thead tr{background:var(--tih-navy)}
.tih-table thead th{text-align:left;padding:16px 20px;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}
.tih-table tbody th{text-align:left;padding:15px 20px;color:var(--tih-navy);font-weight:600;border-top:1px solid var(--tih-line);vertical-align:top;line-height:1.65;background:transparent}
.tih-table tbody th a{color:var(--tih-navy)}
.tih-table tbody th a:hover{color:var(--tih-gold)}
.tih-table td{padding:15px 20px;color:var(--tih-ink-soft);border-top:1px solid var(--tih-line);vertical-align:top;line-height:1.65}
.tih-table td:first-child{color:var(--tih-navy);font-weight:600}
.tih-table--onnavy{background:rgba(255,255,255,.04)}
.tih-table--onnavy thead tr{background:transparent}
.tih-table--onnavy thead th{color:var(--tih-gold-bright);border-bottom:1px solid rgba(255,255,255,.18)}
.tih-table--onnavy tbody th{color:#fff;border-top:1px solid rgba(255,255,255,.12)}
.tih-table--onnavy td{color:rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.12)}
.tih-table--onnavy td:first-child{color:#fff}
.tih-tableresp{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}

/* ---------- facts panel ---------- */
.tih-facts{border:1px solid var(--tih-line);border-radius:10px;padding:30px;background:var(--tih-grey)}
.tih-facts__label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--tih-gold);font-weight:600;margin-bottom:20px}
.tih-facts__row{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--tih-line);font-size:14px}
.tih-facts__row:last-of-type{border-bottom:0}
.tih-facts__row dt{color:var(--tih-ink-soft);font-weight:400;margin:0}
.tih-facts__row dd{color:var(--tih-navy);font-weight:600;text-align:right;margin:0}

/* ---------- tiles ---------- */
.tih-tile{border:1px solid var(--tih-line);border-radius:8px;background:#fff;padding:18px;display:flex;align-items:center;gap:16px;height:100%}
.tih-tile:hover{border-color:var(--tih-gold);background:#fbfaf7}
.tih-tile__logo{width:74px;height:62px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background:var(--tih-grey);border:1px dashed #d3d9e2;border-radius:4px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--tih-ink-mute);text-align:center}
.tih-tile__logo img{max-width:100%;max-height:100%}
.tih-tile__icon{font-size:24px;width:40px;text-align:center;flex:0 0 auto}
.tih-tile__title{font-size:15px;font-weight:600;color:var(--tih-navy);margin:0 0 4px;line-height:1.35}
.tih-tile__text{font-size:13px;color:var(--tih-ink-mute);line-height:1.5}

/* ---------- FAQ ---------- */
.tih-faq{border:1px solid var(--tih-line);border-radius:10px;overflow:hidden;background:#fff;max-width:940px}
.tih-faq__item{border-top:1px solid var(--tih-line)}
.tih-faq__item:first-child{border-top:0}
.tih-faq__q{list-style:none;cursor:pointer;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:17px;font-weight:500;color:var(--tih-navy);line-height:1.5}
.tih-faq__q::-webkit-details-marker{display:none}
.tih-faq__q:hover{background:#fbfaf7}
.tih-faq__q::after{content:"+";flex:0 0 auto;width:30px;height:30px;border-radius:999px;background:var(--tih-navy);color:#fff;font-size:17px;line-height:30px;text-align:center}
.tih-faq__item[open] .tih-faq__q::after{content:"\2212"}
.tih-faq__a{padding:0 26px 26px}
.tih-faq__a p{border-left:3px solid var(--tih-gold);padding-left:20px;font-size:16px;line-height:1.8;color:var(--tih-ink-soft);margin:0;max-width:780px}

/* ---------- why book with us ---------- */
.tih-why{background:var(--tih-cream);border-top:1px solid var(--tih-cream-line);border-bottom:1px solid var(--tih-cream-line);padding:68px 40px}
.tih-why__intro{font-size:17px;line-height:1.8;color:#3d4757;margin:0;max-width:620px;text-wrap:pretty}
.tih-why__stats{background:var(--tih-navy);border-radius:10px;padding:30px 32px}
.tih-why__stats-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--tih-gold-bright);font-weight:600;margin-bottom:22px}
.tih-why__stat b{display:block;font-family:var(--tih-font-head);font-size:34px;color:#fff;font-weight:700;line-height:1}
.tih-why__stat span{display:block;font-size:13px;color:rgba(255,255,255,.7);margin-top:6px;line-height:1.5}
.tih-why__stats-note{font-size:13px;color:rgba(255,255,255,.72);line-height:1.7;border-top:1px solid rgba(255,255,255,.15);margin-top:26px;padding-top:18px}
.tih-why__card{background:#fff;border:1px solid var(--tih-cream-line);border-radius:10px;padding:26px;height:100%;display:flex;flex-direction:column;gap:12px}
.tih-why__card:hover{border-color:var(--tih-gold)}
.tih-why__cardtop{display:flex;align-items:center;justify-content:space-between;gap:12px}
.tih-why__compare{background:#fff;border:1px solid var(--tih-cream-line);border-radius:10px;overflow:hidden}
.tih-why__compare-head{padding:26px 28px 22px;border-bottom:1px solid var(--tih-cream-line)}
.tih-why__compare table{width:100%;border-collapse:collapse;font-size:15px;margin:0}
.tih-why__compare th{text-align:left;padding:15px 20px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--tih-ink-mute);border-bottom:1px solid var(--tih-line);background:#fff}
.tih-why__compare th.is-us{color:#fff;background:var(--tih-navy);border-left:3px solid var(--tih-gold)}
.tih-why__compare td{padding:16px 20px;border-top:1px solid var(--tih-line);vertical-align:top;line-height:1.65;color:var(--tih-ink-soft)}
.tih-why__compare td.is-item{color:var(--tih-navy);font-weight:600}
.tih-why__compare tbody th{text-align:left;padding:16px 20px;border-top:1px solid var(--tih-line);vertical-align:top;line-height:1.65;color:var(--tih-navy);font-weight:600;background:transparent}
.tih-why__compare td.is-us{color:var(--tih-ink);background:#fbfaf7;border-left:3px solid var(--tih-gold)}
.tih-why__compare td.is-us i{color:#1f7a4d;font-weight:700;font-style:normal;margin-right:8px}
.tih-why__compare-foot{padding:24px 28px;border-top:1px solid var(--tih-cream-line);background:#fbfaf7;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.tih-why__compare-foot p{font-size:15px;color:#3d4757;line-height:1.7;max-width:620px;margin:0}

/* ---------- enquiry form ---------- */
.tih-form{border:1px solid var(--tih-line);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(22,36,76,.08);background:#fff}
.tih-form__head{background:var(--tih-navy);padding:26px 28px 24px;text-align:center}
.tih-form__head h2{font-family:var(--tih-font-head);font-size:26px;color:#fff;font-weight:700;line-height:1.3;margin:0}
.tih-form__head p{font-size:14px;color:rgba(255,255,255,.72);margin:8px 0 0}
.tih-form__rule{width:64px;height:3px;background:var(--tih-gold-bright);margin:20px auto 0}
.tih-form__body{padding:30px 28px 28px}
.tih-field label{display:block;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--tih-navy);margin-bottom:7px}
.tih-input{width:100%;box-sizing:border-box;border:1px solid #d3d9e2;border-radius:5px;padding:11px 13px;font-size:15px;color:var(--tih-ink);background:#f9fafb;font-family:inherit}
.tih-input:focus{border-color:var(--tih-navy);background:#fff;outline:none}
.tih-captcha{border:1px solid #d3d9e2;border-radius:4px;background:#f9f9f9;padding:14px 16px;max-width:300px;display:flex;align-items:center;gap:14px}
.tih-captcha__box{width:24px;height:24px;border:2px solid #b6bcc6;border-radius:2px;background:#fff;flex:0 0 auto}
.tih-captcha__label{font-size:14px;flex:1 1 auto}
.tih-captcha__brand{font-size:9px;color:var(--tih-ink-mute);text-align:center;flex:0 0 auto}
.tih-note{background:#f0f5fb;border:1px solid #dce6f2;border-radius:5px;padding:13px 16px;font-size:14px;color:var(--tih-ink-soft);line-height:1.6;display:flex;gap:11px;align-items:flex-start}
.tih-note__tick{width:18px;height:18px;border-radius:3px;background:var(--tih-green);color:#fff;font-size:12px;line-height:18px;text-align:center;flex:0 0 auto;margin-top:2px}

/* ---------- consultation CTA ---------- */
.tih-cta{background:var(--tih-navy);border-radius:12px;padding:34px 36px}
.tih-cta__avatar{position:relative;width:108px;margin:0 auto}
.tih-cta__avatar img{width:108px;height:108px;border-radius:999px;object-fit:cover;border:3px solid var(--tih-gold);display:block}
.tih-cta__dot{position:absolute;bottom:6px;right:6px;width:16px;height:16px;border-radius:999px;background:var(--tih-green);border:2px solid var(--tih-navy)}
.tih-cta__name{font-family:var(--tih-font-head);font-size:18px;color:#fff;margin-top:14px;line-height:1.3}
.tih-cta__role{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--tih-gold);margin-top:6px}
.tih-cta__years{display:inline-block;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.85);font-size:12px;padding:7px 14px;border-radius:999px;margin-top:14px}
.tih-cta__title{font-family:var(--tih-font-head);font-size:32px;color:#fff;font-weight:700;line-height:1.25;margin:0 0 16px}
.tih-cta__title em{font-style:italic;font-weight:500;color:var(--tih-gold)}
.tih-cta__text{font-size:16px;color:rgba(255,255,255,.78);line-height:1.75;margin:0 0 20px;max-width:560px;text-wrap:pretty}
.tih-cta__text strong{color:#fff;font-weight:600}
.tih-cta__ticks{display:flex;flex-wrap:wrap;gap:10px}
.tih-cta__tick{border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.85);font-size:13px;padding:8px 15px;border-radius:999px}
.tih-cta__label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:600;margin-bottom:14px}
.tih-contact{border-radius:6px;padding:13px 16px;display:flex;align-items:center;gap:12px;color:#fff;margin-bottom:11px}
.tih-contact:hover{color:#fff}
.tih-contact__ico{width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:14px;flex:0 0 auto}
.tih-contact__body{flex:1 1 auto;min-width:0}
.tih-contact__body span{display:block;font-size:9px;letter-spacing:.14em;text-transform:uppercase;opacity:.85}
.tih-contact__body b{display:block;font-size:15px;font-weight:600}
.tih-contact--call{background:var(--tih-gold)}
.tih-contact--call:hover{background:var(--tih-gold-dark)}
.tih-contact--wa{background:var(--tih-green-dark)}
.tih-contact--wa:hover{background:#184a31}
.tih-contact--mail{background:rgba(255,255,255,.1)}
.tih-contact--mail:hover{background:rgba(255,255,255,.18)}
.tih-cta__resp{font-size:12px;color:rgba(255,255,255,.5);margin-top:6px}

/* ---------- seo link block + footer ---------- */
.tih-links h2{font-family:var(--tih-font-head);font-size:26px;color:var(--tih-navy);font-weight:700;margin:0 0 28px}
.tih-links h3{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--tih-gold);font-weight:600;margin:0 0 16px}
.tih-links ul{list-style:none;padding:0;margin:0}
.tih-links li{margin-bottom:10px}
.tih-links a{font-size:15px;color:#3d4757}
.tih-footer{background:#fff;border-top:1px solid var(--tih-line);padding:48px 40px}
.tih-footer h2{font-family:var(--tih-font-head);font-size:21px;color:var(--tih-navy);font-weight:700;margin:0 0 20px}
.tih-footer ul{list-style:none;padding:0;margin:0}
.tih-footer li{margin-bottom:12px;font-size:15px;color:#3d4757;line-height:1.6}
.tih-footer a{font-size:15px;color:#3d4757}
.tih-copy{background:var(--tih-navy-deep);padding:20px 40px;text-align:center;font-size:15px;color:rgba(255,255,255,.85)}
.tih-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding-bottom:24px}
.tih-filter{background:#fff;color:var(--tih-navy);border:1px solid #d3d9e2;border-radius:999px;padding:11px 20px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}
.tih-filter.is-active{background:var(--tih-navy);color:#fff;border-color:var(--tih-navy)}
.tih-filters__count{margin-left:auto;font-size:14px;color:var(--tih-ink-mute)}
.tih-is-hidden{display:none!important}

/* ---------- responsive ---------- */
@media (max-width:1199.98px){
  .tih-h1{font-size:42px}
  .tih-h2{font-size:32px}
  .tih-zig__title{font-size:26px}
  .tih-zig__media{height:300px}
}
@media (max-width:991.98px){
  .tih-pad,.tih-why{padding:48px 24px}
  .tih-hero__body{padding:40px 24px}
  .tih-brandbar,.tih-mainnav,.tih-jump,.tih-trustbar,.tih-footer,.tih-copy{padding-left:24px;padding-right:24px}
  .tih-brandbar__contact{align-items:flex-start}
  .tih-cta{padding:28px 24px}
}
@media (max-width:767.98px){
  .tih-h1{font-size:32px}
  .tih-h2{font-size:26px}
  .tih-h3,.tih-cta__title{font-size:22px}
  .tih-pad,.tih-why{padding:40px 16px}
  .tih-hero,.tih-hero__body{min-height:340px}
  .tih-hero__body{padding:32px 16px}
  .tih-hero__text{font-size:16px}
  .tih-brandbar,.tih-mainnav,.tih-jump,.tih-trustbar,.tih-footer,.tih-copy,.tih-form__body{padding-left:16px;padding-right:16px}
  .tih-topbar{padding-left:16px;justify-content:flex-start}
  .tih-brandbar__logo{height:48px}
  .tih-zig__media{height:220px}
  .tih-card__media--tall{height:220px}
  .tih-prose--intro>p:first-child{font-size:17px}
  .tih-btn{padding:14px 22px}
  .tih-btn--pill{padding:14px 24px}
  .tih-faq__q{font-size:16px;padding:18px 18px}
  .tih-faq__a{padding:0 18px 20px}
  .tih-why__compare-head,.tih-why__compare-foot{padding:20px 18px}
}

/* ---------- image placeholders (replace with real <img>) ---------- */
.tih-imgph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;background:repeating-linear-gradient(45deg,#eef1f6,#eef1f6 10px,#e7ebf2 10px,#e7ebf2 20px);color:var(--tih-ink-mute);font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.tih-imgph--static{position:relative;height:100%;border-radius:6px}

/* faq question text inside <summary> */
.tih-faq__qtext{font-size:17px;font-weight:500;color:var(--tih-navy);margin:0;line-height:1.5;font-family:var(--tih-font-body)}
@media (max-width:767.98px){.tih-faq__qtext{font-size:16px}}
/* card media used as inline element inside anchor cards */
span.tih-card__media{display:block}
span.tih-card__body{display:flex}

/* ==========================================================================
   anchor colour overrides
   The base rule ".tih a{color:var(--tih-navy)}" is more specific than a single
   utility class, so buttons and cards rendered as <a> need these. Keep them
   at the end of the file.
   ========================================================================== */
.tih a.tih-btn--navy,.tih a.tih-btn--navy:hover,.tih a.tih-btn--navy:focus{color:#fff}
.tih a.tih-btn--gold,.tih a.tih-btn--gold:hover,.tih a.tih-btn--gold:focus{color:#fff}
.tih a.tih-btn--whatsapp,.tih a.tih-btn--whatsapp:hover,.tih a.tih-btn--whatsapp:focus{color:#fff}
.tih a.tih-btn--send,.tih a.tih-btn--send:hover,.tih a.tih-btn--send:focus{color:#fff}
.tih a.tih-btn--outline-light,.tih a.tih-btn--outline-light:hover,.tih a.tih-btn--outline-light:focus{color:#fff}
.tih a.tih-btn--ghost{color:var(--tih-navy)}
.tih a.tih-btn--ghost:hover,.tih a.tih-btn--ghost:focus{color:#fff}
.tih a.tih-contact,.tih a.tih-contact:hover,.tih a.tih-contact:focus{color:#fff}
.tih a.tih-topbar__cta,.tih a.tih-topbar__cta:hover{color:#fff}
.tih a.tih-link-more,.tih a .tih-link-more{color:var(--tih-link)}
.tih a.tih-card,.tih a.tih-tile,.tih a.tih-card--navy,.tih a.tih-card--pad{color:var(--tih-ink-soft)}
.tih a.tih-card:hover,.tih a.tih-tile:hover,.tih a.tih-card--pad:hover{color:var(--tih-ink-soft)}
.tih a.tih-card .tih-card__title,.tih a.tih-tile .tih-tile__title,.tih a.tih-card--pad .tih-card__title{color:var(--tih-navy)}
.tih a.tih-card:hover .tih-card__title,.tih a.tih-card--pad:hover .tih-card__title{color:var(--tih-gold)}
.tih a.tih-card--navy,.tih a.tih-card--navy:hover{color:rgba(255,255,255,.7)}
.tih a.tih-card--navy .tih-card__title{color:#fff}
.tih .tih-zig__title a{color:var(--tih-navy)}
.tih .tih-zig__title a:hover{color:var(--tih-gold)}
.tih .tih-table a{color:var(--tih-navy)}
.tih .tih-table a:hover{color:var(--tih-gold)}
.tih .tih-links a:hover,.tih .tih-footer a:hover{color:var(--tih-gold)}

/* flat hero (no photograph) used by the car rental section */
.tih-hero--flat{min-height:0}
.tih-hero--flat .tih-hero__body{min-height:0;padding:44px 40px 48px}
.tih-hero__chips{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 22px}
@media (max-width:991.98px){ .tih-hero--flat .tih-hero__body{padding:36px 24px 40px} }
@media (max-width:767.98px){ .tih-hero--flat .tih-hero__body{padding:28px 16px 32px} }

/* placeholder host may be a span inside an anchor card */
span.tih-cat__media,span.tih-fleet__media,span.tih-card__media{display:block}

/* ==========================================================================
   MOBILE HARDENING
   Wide data tables scroll horizontally instead of squeezing their columns.
   Anything that reads as a button row goes full width on a phone.
   ========================================================================== */
@media (max-width:767.98px){
  /* a table with 2 columns needs less room than one with 4 */
  .tih-tableresp>table{min-width:520px}
  .tih-tableresp>table:has(th:nth-child(4)){min-width:660px}
  .tih-tableresp>table.tih-spec{min-width:0}
  .tih-why__compare .tih-tableresp>table{min-width:620px}

  /* jump nav scrolls sideways rather than stacking into a tall list */
  .tih-jump{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .tih-jump a{white-space:nowrap}
  .tih-jump__cta{margin-left:0}

  /* button rows */
  .tih-hero__actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}
  .tih-hero__actions .tih-btn{width:100%;text-align:center}
  .tih-why__compare-foot{flex-direction:column;align-items:flex-start}
  .tih-why__compare-foot .tih-btn{width:100%;text-align:center}

  /* form and CTA breathing room */
  .tih-form__head{padding:22px 18px 0}
  .tih-form__head h2{font-size:21px}
  .tih-cta{padding:24px 18px}
  .tih-cta__title{font-size:26px}
}
@media (max-width:575.98px){
  .tih-h1{font-size:28px}
  .tih-h2{font-size:24px}
  .tih-lead,.tih-hero__text{font-size:15px}
  .tih-table thead th,.tih-table tbody th,.tih-table td{padding:12px 14px}
  .tih-spec td{padding:12px 14px}
  .tih-spec td:first-child{width:42%}
}

/* Bootstrap's negative row gutters can push a few pixels past the viewport on a
   phone once section padding is reduced. Flatten the gutters at that width. */
@media (max-width:767.98px){
  /* gutter reset on phones */
  .tih .row,.tih .form-row{margin-left:0;margin-right:0}
  .tih .row>[class*="col-"],.tih .form-row>[class*="col-"]{padding-left:0;padding-right:0}
}
