:root{--ink:#172018;--muted:#657067;--paper:#fbfaf6;--card:#fff;--line:#e5e7e1;--accent:#2f6b45;--accent2:#173c29;--soft:#eef3ec;--shadow:0 14px 40px rgba(25,45,31,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1120px,92%);margin:auto}.narrow{max-width:820px}.site-header{position:sticky;top:0;z-index:20;background:rgba(12,35,22,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none}.brand:hover{text-decoration:none}.brand-logo{display:block;width:170px;height:76px;object-fit:contain;object-position:center;border-radius:10px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--accent2);color:#fff;font-weight:800;font-size:20px}.brand strong{display:block;font-size:17px;letter-spacing:-.2px}.brand small{display:block;color:var(--muted);font-size:11px}.nav{display:flex;gap:25px}.nav a{font-size:14px;font-weight:650;color:#eef5ef}.nav a:hover{color:#fff}.menu-toggle{display:none;border:0;background:none;font-size:25px}.hero{min-height:610px;background:radial-gradient(circle at 80% 20%,rgba(73,121,86,.35),transparent 35%),linear-gradient(110deg,#0c2316,#173c29)}.hero-overlay{min-height:610px;display:flex;align-items:center}.hero-content{max-width:760px;color:#fff;padding:80px 0}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:var(--accent);display:inline-block;margin-bottom:12px}.hero .eyebrow{color:#d6e7d8}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.04;letter-spacing:-2.6px;margin:0 0 22px}.hero-text{font-size:18px;max-width:680px;color:#edf5ee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 16px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 21px;font-weight:750;border:1px solid transparent;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--accent);color:#fff}.btn-light{background:#fff;color:var(--accent2)}.small-note{font-size:12px;color:#d9e7dc;max-width:700px}.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:24px 0}.grid-4 strong{display:block;font-size:14px}.grid-4 span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.section{padding:86px 0}.section.soft{background:var(--soft)}.section-heading{max-width:720px;margin-bottom:38px}.section-heading.left{margin-top:55px}.section-heading h2,h2{font-size:38px;line-height:1.15;letter-spacing:-1.2px;margin:4px 0 12px}.section-heading p{color:var(--muted);font-size:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.form-card,.contact-card{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow)}.card .icon{width:40px;height:40px;border-radius:10px;background:var(--soft);display:grid;place-items:center;color:var(--accent);font-weight:800;margin-bottom:22px}.card h3{font-size:21px;margin:0 0 9px}.card p{color:var(--muted);font-size:14px;margin-bottom:20px}.card a{font-weight:750;font-size:14px}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:65px;align-items:start}.steps{list-style:none;margin:25px 0 0;padding:0}.steps li{display:flex;gap:17px;margin:0 0 25px}.steps li>span{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 34px}.steps strong{display:block}.steps p{margin:4px 0;color:var(--muted);font-size:14px}.notice-box,.warning{background:#f5f7f2;border:1px solid #dbe4d8;border-radius:16px;padding:25px}.notice-box h3{margin-top:0}.notice-box p,.warning p{font-size:14px;color:#526057}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}.feature-grid>div{background:#fff;padding:30px}.feature-grid h3{margin-top:0}.feature-grid p{color:var(--muted);font-size:14px}.cta{background:var(--accent2);color:#fff;padding:65px 0}.cta .eyebrow{color:#bdd9c3}.cta h2{margin:0 0 7px}.cta p{margin:0;color:#dce8df}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.page-hero{background:var(--soft);padding:80px 0 70px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,58px);line-height:1.05;letter-spacing:-2px;margin:0 0 15px;max-width:850px}.page-hero p{max-width:760px;color:var(--muted);font-size:17px}.check-list{padding-left:0;list-style:none}.check-list li{padding:9px 0 9px 28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}.form-card label{display:block;font-size:13px;font-weight:700;margin-bottom:16px}.form-card input,.form-card textarea{width:100%;margin-top:6px;border:1px solid #d9ded7;border-radius:9px;padding:12px 13px;font:inherit;background:#fff}.form-card input:focus,.form-card textarea:focus{outline:2px solid #cfe1d2;border-color:var(--accent)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consent{font-weight:500!important;font-size:12px!important;color:var(--muted)}.consent input{width:auto;margin-right:7px}.full{width:100%}.contact-card{margin-bottom:16px}.contact-card h3{margin:0 0 8px}.big-link{font-size:19px;font-weight:800}.footer{background:#12261a;color:#d9e5dc;padding-top:65px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1.1fr;gap:35px;padding-bottom:50px}.footer h4{color:#fff;margin-top:0}.footer a{display:block;color:#c8d9cd;margin:7px 0;font-size:13px}.footer p{color:#b8c9bd;font-size:13px}.footer-brand{color:#fff;margin-bottom:15px}.footer-brand .brand-mark{background:#315f42}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:#9fb2a5;font-size:12px}
@media(max-width:850px){.nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--paper);padding:18px 4%;border-bottom:1px solid var(--line);flex-direction:column;gap:15px}.nav.open{display:flex}.menu-toggle{display:block}.grid-4,.grid-3,.split,.footer-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.cta-inner{flex-direction:column;align-items:flex-start}.hero,.hero-overlay{min-height:590px}.section{padding:65px 0}.section-heading h2,h2{font-size:32px}.form-row{grid-template-columns:1fr}}

.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.price-table{width:100%;border-collapse:collapse;min-width:620px}.price-table th,.price-table td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);font-size:14px}.price-table th{background:var(--soft);font-size:12px;text-transform:uppercase;letter-spacing:.8px}.price-table tr:last-child td{border-bottom:0}.small-muted{color:var(--muted);font-size:13px}.content-gap{margin-top:50px}.form-card h2{font-size:28px}

.hero-photo{background-image:linear-gradient(90deg,rgba(8,29,17,.92) 0%,rgba(12,35,22,.78) 48%,rgba(12,35,22,.34) 100%),var(--hero-image);background-size:cover;background-position:center}.image-card{padding:0 0 28px;overflow:hidden}.image-card img{width:100%;height:205px;object-fit:cover;display:block;margin-bottom:24px}.image-card .icon,.image-card h3,.image-card p,.image-card a{margin-left:30px;margin-right:30px}.photo-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-gallery figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.photo-gallery img{width:100%;height:220px;object-fit:cover;display:block}.photo-gallery figcaption{padding:12px 15px;font-size:13px;font-weight:700}.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0}.photo-strip img{width:100%;height:220px;object-fit:cover;border-radius:15px;border:1px solid var(--line)}
@media(max-width:850px){.photo-gallery{grid-template-columns:1fr 1fr}.photo-strip{grid-template-columns:1fr}.photo-strip img{height:220px}}
@media(max-width:520px){.photo-gallery{grid-template-columns:1fr}.hero-photo{background-position:62% center}}

.prominent{border-left:4px solid var(--accent)}
.notice-box a{font-weight:750}
.btn-outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}
.btn-outline-light:hover{background:rgba(255,255,255,.1)}
.footer-note{font-size:12px!important;color:#9eb0a4!important}
.form-error{background:#fff3f0;border:1px solid #f0c9c0;color:#8b2d1e;padding:10px 12px;border-radius:9px;font-size:13px}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.reserve-search{margin:30px 0}.reserve-search label{display:block;font-weight:750;font-size:14px;margin-bottom:8px}.reserve-search input{width:100%;border:1px solid #d9ded7;border-radius:12px;padding:14px;font:inherit;background:#fff}.reserve-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reserve-state{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow)}.reserve-state-head{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:10px}.reserve-state-head .eyebrow{margin:0}.reserve-state ul{list-style:none;margin:0;padding:0}.reserve-state li{padding:8px 0;border-bottom:1px dashed var(--line);font-size:14px}.reserve-state li:last-child{border-bottom:0}.reserve-state li a{color:var(--ink);font-weight:650}.reserve-state li a:hover{color:var(--accent)}
@media(max-width:1000px){.reserve-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.reserve-grid{grid-template-columns:1fr}}

.footer-logo{display:block;width:220px;height:125px;object-fit:contain;object-position:center;border-radius:12px;margin-bottom:10px}.footer-brand{display:block}
@media(max-width:650px){.brand-logo{width:145px;height:66px}.nav-wrap{min-height:70px}}

/* Standardized Wild Travel India header logo sizing */
.site-header .brand-logo{display:block;width:200px;height:80px;object-fit:contain;object-position:center;border-radius:8px;}
.site-header .nav-wrap{min-height:80px;}
.footer-logo{display:block;width:200px;height:80px;object-fit:contain;object-position:center;border-radius:8px;}
@media(max-width:800px){.site-header .brand-logo{width:165px;height:66px}.site-header .nav-wrap{min-height:66px}.footer-logo{width:180px;height:72px}}

.footer-actions{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 6px}.footer-action{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:rgba(255,255,255,.06);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700;line-height:1.2;transition:transform .15s ease,background .15s ease}.footer-action:hover{transform:translateY(-1px);background:rgba(255,255,255,.12)}@media(max-width:600px){.footer-actions{display:grid;grid-template-columns:1fr 1fr}.footer-action{width:100%;box-sizing:border-box}}




/* Final footer contact actions — footer only, desktop + mobile */
.footer-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:22px 0 8px;padding:10px;border:1px solid rgba(132,181,151,.32);border-radius:16px;background:rgba(255,255,255,.035)}
.footer-action{display:flex!important;align-items:center;justify-content:flex-start;gap:11px;min-height:62px;padding:11px 13px!important;border:0!important;border-radius:13px!important;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700;line-height:1.2;box-sizing:border-box;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.footer-action:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 8px 18px rgba(0,0,0,.12);background:inherit!important}
.footer-action .action-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.18);font-size:18px;line-height:1;color:#fff}
.footer-action strong{display:block;font-size:14px;color:#fff}
.footer-action small{display:block;margin-top:4px;font-size:10px;font-weight:600;color:rgba(255,255,255,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.footer-action.whatsapp{background:#16b95b!important}.footer-action.call{background:#2d5bb6!important}.footer-action.email{background:#6b35c6!important}.footer-action.enquiry{background:#f28a13!important}
@media(max-width:900px){.footer-actions{grid-template-columns:1fr 1fr;gap:10px;padding:9px}.footer-action{min-height:58px}}
@media(max-width:520px){.footer-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;padding:7px}.footer-action{min-height:56px;padding:9px 8px!important;gap:8px;border-radius:11px!important}.footer-action .action-icon{width:30px;height:30px;flex-basis:30px;font-size:16px;border-radius:9px}.footer-action strong{font-size:12px}.footer-action small{font-size:9px;margin-top:2px}.footer-logo{width:180px;height:72px}}

/* FINAL: Footer-only contact strip — always at the bottom of the footer */
.footer-contact-strip{border-top:1px solid rgba(255,255,255,.10);padding:24px 0 26px;background:rgba(0,0,0,.10)}
.footer-contact-heading{text-align:center;margin:0 auto 15px;color:#fff;font-size:16px;font-weight:800}
.footer-contact-heading small{display:block;margin-top:4px;color:#aebfb3;font-size:11px;font-weight:500;line-height:1.5}
.footer-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0;padding:0}
.footer-action{display:flex!important;align-items:center;justify-content:flex-start;gap:12px;min-width:0;min-height:70px;padding:13px 15px!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:14px!important;color:#fff!important;text-decoration:none!important;line-height:1.2;box-sizing:border-box;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.footer-action:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 10px 22px rgba(0,0,0,.16);text-decoration:none!important}
.footer-action .action-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.16);color:#fff}
.footer-action .action-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-action strong{display:block;font-size:14px;color:#fff;white-space:nowrap}
.footer-action small{display:block;margin-top:4px;font-size:10px;font-weight:600;color:rgba(255,255,255,.86);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.footer-action.whatsapp{background:#16b95b!important}.footer-action.call{background:#2d5bb6!important}.footer-action.email{background:#6b35c6!important}.footer-action.enquiry{background:#f28a13!important}
@media(max-width:900px){.footer-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}
@media(max-width:520px){.footer-contact-strip{padding:20px 0 22px}.footer-contact-heading{font-size:15px;margin-bottom:12px}.footer-contact-heading small{font-size:10px}.footer-actions{grid-template-columns:1fr 1fr;gap:8px}.footer-action{min-height:64px;padding:10px 9px!important;gap:8px;border-radius:12px!important}.footer-action .action-icon{width:31px;height:31px;flex-basis:31px;border-radius:9px}.footer-action .action-icon svg{width:17px;height:17px}.footer-action strong{font-size:12px}.footer-action small{font-size:8.5px;margin-top:3px}}

/* FINAL FOOTER CONTACT DESIGN - 2026
   Footer-only, no floating/sticky contact widget. Inline SVG icons avoid external icon-font failures. */
.footer-contact-strip{
  border-top:1px solid rgba(255,255,255,.10);
  background:#0d2117;
  padding:30px 0 34px;
}
.footer-contact-heading{text-align:center;margin:0 auto 20px;max-width:760px}
.footer-contact-heading h2{margin:0;color:#fff;font-size:22px;line-height:1.25;letter-spacing:-.3px}
.footer-contact-heading p{margin:6px 0 0;color:#afc1b5;font-size:13px;line-height:1.55}
.footer-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0}
.footer-action{
  display:flex!important;align-items:center;justify-content:flex-start;gap:12px;min-width:0;
  min-height:74px;padding:13px 15px!important;
  border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;
  color:#fff!important;text-decoration:none!important;box-sizing:border-box;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.footer-action:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 10px 24px rgba(0,0,0,.16);text-decoration:none!important}
.footer-action .action-icon{
  width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;
  border-radius:11px;background:rgba(255,255,255,.18);color:#fff;
}
.footer-action .action-icon svg{width:21px;height:21px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-action .action-copy{min-width:0;display:block}
.footer-action strong{display:block;color:#fff;font-size:14px;line-height:1.25;white-space:nowrap}
.footer-action small{display:block;margin-top:4px;color:rgba(255,255,255,.88);font-size:10.5px;font-weight:600;line-height:1.35;white-space:normal;overflow-wrap:anywhere}
.footer-action.whatsapp{background:#16b95b!important}.footer-action.call{background:#2d5bb6!important}.footer-action.email{background:#6b35c6!important}.footer-action.enquiry{background:#f28a13!important}
@media(max-width:900px){
  .footer-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media(max-width:520px){
  .footer{padding-top:42px}
  .footer-grid{gap:26px;padding-bottom:32px}
  .footer-contact-strip{padding:24px 0 28px}
  .footer-contact-heading{margin-bottom:16px}
  .footer-contact-heading h2{font-size:20px}
  .footer-contact-heading p{font-size:12px}
  .footer-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .footer-action{min-height:72px;padding:11px 10px!important;gap:9px;border-radius:13px!important}
  .footer-action .action-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .footer-action .action-icon svg{width:18px;height:18px}
  .footer-action strong{font-size:12px}
  .footer-action small{font-size:9px;margin-top:3px}
}
@media(max-width:360px){
  .footer-actions{grid-template-columns:1fr}
  .footer-action{min-height:62px}
}


/* WTI FINAL CONTACT FOOTER OVERRIDE */
.footer-contact-strip{display:block!important;width:100%!important;position:static!important;clear:both!important;border-top:1px solid rgba(255,255,255,.12)!important;background:#0d2117!important;padding:28px 0 30px!important;margin:0!important}
.footer-contact-strip .container{width:min(1120px,92%)!important;margin:0 auto!important}
.footer-contact-heading{text-align:center!important;margin:0 auto 18px!important;max-width:760px!important}
.footer-contact-heading h2{margin:0!important;color:#fff!important;font-size:22px!important;line-height:1.25!important;font-weight:800!important}
.footer-contact-heading p{margin:6px 0 0!important;color:#afc1b5!important;font-size:13px!important;line-height:1.5!important}
.footer-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;width:100%!important}
.footer-action{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-width:0!important;width:100%!important;min-height:76px!important;padding:13px 15px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;box-sizing:border-box!important;color:#fff!important;text-decoration:none!important;font-family:Arial,sans-serif!important;line-height:1.2!important;font-size:14px!important;font-weight:700!important;overflow:hidden!important}
.footer-action:hover{transform:translateY(-2px)!important;filter:brightness(1.04)!important;box-shadow:0 8px 18px rgba(0,0,0,.16)!important}
.footer-action .action-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;flex:0 0 40px!important;border-radius:11px!important;background:rgba(255,255,255,.18)!important;color:#fff!important;font-size:0!important;line-height:0!important;overflow:hidden!important}
.footer-action .action-icon svg{display:block!important;width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;max-width:21px!important;max-height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.footer-action .action-copy{display:block!important;min-width:0!important;max-width:calc(100% - 52px)!important;overflow:hidden!important}
.footer-action strong{display:block!important;margin:0!important;color:#fff!important;font-size:14px!important;line-height:1.25!important;font-weight:800!important;white-space:nowrap!important}
.footer-action small{display:block!important;margin:4px 0 0!important;color:rgba(255,255,255,.88)!important;font-size:10.5px!important;line-height:1.35!important;font-weight:600!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.footer-action.whatsapp{background:#16b95b!important}.footer-action.call{background:#2d5bb6!important}.footer-action.email{background:#6b35c6!important}.footer-action.enquiry{background:#f28a13!important}
@media(max-width:900px){.footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}
@media(max-width:520px){.footer-contact-strip{padding:22px 0 24px!important}.footer-contact-heading{margin-bottom:14px!important}.footer-contact-heading h2{font-size:19px!important}.footer-contact-heading p{font-size:12px!important}.footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.footer-action{min-height:78px!important;padding:11px 10px!important;gap:8px!important;border-radius:12px!important}.footer-action .action-icon{width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;flex-basis:32px!important;border-radius:9px!important}.footer-action .action-icon svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important}.footer-action .action-copy{max-width:calc(100% - 40px)!important}.footer-action strong{font-size:12px!important;white-space:normal!important}.footer-action small{font-size:9px!important;margin-top:3px!important}}
@media(max-width:360px){.footer-actions{grid-template-columns:1fr!important}.footer-action{min-height:66px!important}}


/* WTI FINAL FOOTER CONTACT DESIGN v3 — footer only, never floating */
.footer{position:relative;overflow:visible;background:#092217;color:#eaf3ed}
.footer-contact-strip{position:static!important;width:100%;display:block;background:linear-gradient(180deg,#0b291b 0%,#071d14 100%);border-top:1px solid rgba(255,255,255,.10);border-bottom:1px solid rgba(255,255,255,.10);padding:34px 0 30px!important;margin:0!important}
.footer-contact-strip .container{width:min(1120px,92%);margin:0 auto}
.footer-contact-heading{text-align:center;max-width:760px;margin:0 auto 22px!important}
.footer-contact-heading h2{margin:0;color:#fff;font-size:clamp(22px,3vw,30px);font-weight:800;line-height:1.2;letter-spacing:-.5px}
.footer-contact-heading h2::before{content:'❧';display:inline-block;margin-right:12px;color:#69a75c;font-size:.8em;transform:scaleX(-1)}
.footer-contact-heading h2::after{content:'❧';display:inline-block;margin-left:12px;color:#69a75c;font-size:.8em}
.footer-contact-heading p{margin:8px 0 0;color:#b9c9bf;font-size:14px;line-height:1.5}
.footer-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;width:100%!important}
.footer-action{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;width:100%!important;min-width:0!important;min-height:96px!important;padding:16px 18px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:15px!important;color:#fff!important;text-decoration:none!important;box-shadow:0 7px 18px rgba(0,0,0,.14)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease!important;overflow:hidden!important}
.footer-action:hover{transform:translateY(-2px)!important;box-shadow:0 11px 25px rgba(0,0,0,.22)!important;filter:brightness(1.04)!important;text-decoration:none!important}
.footer-action .action-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;flex:0 0 48px!important;border-radius:50%!important;background:rgba(255,255,255,.17)!important;color:#fff!important}
.footer-action .action-icon svg{display:block!important;width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.footer-action .action-copy{min-width:0!important;max-width:calc(100% - 62px)!important;overflow:hidden!important}
.footer-action strong{display:block!important;margin:0!important;color:#fff!important;font-size:17px!important;line-height:1.25!important;font-weight:800!important;white-space:nowrap!important}
.footer-action small{display:block!important;margin:5px 0 0!important;color:rgba(255,255,255,.90)!important;font-size:12px!important;line-height:1.35!important;font-weight:600!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.footer-action.whatsapp{background:#16b95b!important}.footer-action.call{background:#2d5bb6!important}.footer-action.email{background:#6b35c6!important}.footer-action.enquiry{background:#f28a13!important}
.footer-bottom{position:static!important;background:#071a12!important;border-top:0!important;text-align:center;padding:17px 0!important;color:#aebdb4;font-size:12px}
@media(max-width:900px){
  .footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
}
@media(max-width:600px){
  .footer-contact-strip{padding:28px 0 26px!important}
  .footer-contact-heading{margin-bottom:18px!important}
  .footer-contact-heading h2{font-size:21px!important}
  .footer-contact-heading p{font-size:12px!important}
  .footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .footer-action{min-height:86px!important;padding:13px 11px!important;gap:9px!important;border-radius:13px!important}
  .footer-action .action-icon{width:38px!important;height:38px!important;min-width:38px!important;max-width:38px!important;flex-basis:38px!important}
  .footer-action .action-icon svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}
  .footer-action .action-copy{max-width:calc(100% - 47px)!important}
  .footer-action strong{font-size:13px!important;white-space:normal!important}
  .footer-action small{font-size:10px!important;margin-top:3px!important}
}
@media(max-width:380px){
  .footer-contact-strip{padding-left:0!important;padding-right:0!important}
  .footer-contact-strip .container{width:calc(100% - 24px)!important}
  .footer-actions{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .footer-action{min-height:82px!important;padding:11px 9px!important;gap:7px!important}
  .footer-action .action-icon{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;flex-basis:34px!important}
  .footer-action .action-icon svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}
  .footer-action .action-copy{max-width:calc(100% - 41px)!important}
  .footer-action strong{font-size:12px!important}
  .footer-action small{font-size:9px!important}
}

/* HOME HERO PHOTO SLIDER - uploaded Wild Travel India photos */
.home-hero-slider{position:relative;min-height:610px;overflow:hidden;background:#0c2316;isolation:isolate}
.home-hero-slider .hero-slides,.home-hero-slider .hero-slide,.home-hero-slider .hero-slide img,.home-hero-slider .hero-slider-overlay{position:absolute;inset:0;width:100%;height:100%}
.home-hero-slider .hero-slide{opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}
.home-hero-slider .hero-slide.is-active{opacity:1;visibility:visible}
.home-hero-slider .hero-slide img{display:block;object-fit:cover;object-position:center center}
.home-hero-slider .hero-slider-overlay{z-index:1;background:linear-gradient(90deg,rgba(5,22,12,.93) 0%,rgba(7,27,16,.76) 42%,rgba(7,27,16,.30) 73%,rgba(7,27,16,.16) 100%)}
.home-hero-slider .hero-content{position:relative;z-index:2;min-height:610px;display:flex;flex-direction:column;justify-content:center;padding:80px 0;max-width:760px}
.home-hero-slider .hero-text{max-width:680px}
.home-hero-slider .hero-slider-btn{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(7,27,16,.55);color:#fff;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(6px);transition:background .2s ease,transform .2s ease}
.home-hero-slider .hero-slider-btn:hover{background:rgba(7,27,16,.82)}
.home-hero-slider .hero-slider-prev{left:22px}.home-hero-slider .hero-slider-next{right:22px}
.home-hero-slider .hero-slider-dots{position:absolute;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:7px;padding:7px 10px;border-radius:30px;background:rgba(0,0,0,.28);backdrop-filter:blur(5px)}
.home-hero-slider .hero-slider-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}.home-hero-slider .hero-slider-dot.is-active{width:22px;border-radius:10px;background:#fff}
@media(max-width:850px){
  .home-hero-slider,.home-hero-slider .hero-content{min-height:590px}
  .home-hero-slider .hero-content{padding:70px 0 85px;justify-content:center}
  .home-hero-slider .hero-slide img{object-position:center center}
  .home-hero-slider .hero-slider-overlay{background:linear-gradient(180deg,rgba(5,22,12,.55) 0%,rgba(5,22,12,.72) 48%,rgba(5,22,12,.93) 100%)}
  .home-hero-slider .hero-slider-btn{width:38px;height:38px;font-size:28px;top:auto;bottom:62px;transform:none}
  .home-hero-slider .hero-slider-prev{left:14px}.home-hero-slider .hero-slider-next{right:14px}
  .home-hero-slider .hero-slider-dots{bottom:20px}
}
@media(max-width:520px){
  .home-hero-slider,.home-hero-slider .hero-content{min-height:620px}
  .home-hero-slider .hero-content{padding:55px 0 95px}
  .home-hero-slider .hero-slide img{object-position:center center}
  .home-hero-slider .hero-slider-btn{bottom:58px;width:34px;height:34px;font-size:25px}
  .home-hero-slider .hero-slider-dots{bottom:17px;gap:6px}
  .home-hero-slider .hero-slider-dot{width:7px;height:7px}.home-hero-slider .hero-slider-dot.is-active{width:18px}
}

/* Mobile navigation contrast fix carried into banner update */
@media(max-width:850px){
  .site-header{position:sticky;top:0}
  .site-header .nav{top:100%;background:#0c2316;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 16px 28px rgba(0,0,0,.22);padding:14px 4%;gap:0}
  .site-header .nav a{display:block;width:100%;padding:13px 8px;color:#f4faf5;font-size:15px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.09)}
  .site-header .nav a:last-child{border-bottom:0}
  .site-header .nav a:hover,.site-header .nav a:focus{color:#fff;background:rgba(255,255,255,.07);text-decoration:none;border-radius:8px}
  .site-header .menu-toggle{color:#fff;font-size:30px;line-height:1;padding:6px 8px;cursor:pointer}
}
@media(prefers-reduced-motion:reduce){
}

/* FINAL MOBILE HOMEPAGE HERO FIX */
@media (max-width: 850px){
  .home-hero-slider{
    min-height:520px!important;
    height:520px!important;
  }
  .home-hero-slider .hero-content{
    min-height:520px!important;
    height:520px!important;
    padding:44px 0 78px!important;
    justify-content:center!important;
    max-width:none!important;
  }
  .home-hero-slider .hero-slide img{
    object-fit:cover!important;
    object-position:center center!important;
  }
  .home-hero-slider .hero-slider-overlay{
    background:linear-gradient(180deg,rgba(5,22,12,.48) 0%,rgba(5,22,12,.68) 45%,rgba(5,22,12,.94) 100%)!important;
  }
  .home-hero-slider .eyebrow{
    font-size:10px!important;
    letter-spacing:1.5px!important;
    margin-bottom:9px!important;
  }
  .home-hero-slider h1{
    font-size:clamp(32px,9vw,46px)!important;
    line-height:1.06!important;
    letter-spacing:-1.4px!important;
    margin:0 0 14px!important;
    max-width:650px!important;
  }
  .home-hero-slider .hero-text{
    font-size:14px!important;
    line-height:1.55!important;
    max-width:620px!important;
    margin:0!important;
  }
  .home-hero-slider .hero-actions{
    margin:19px 0 11px!important;
    gap:9px!important;
  }
  .home-hero-slider .hero-actions .btn{
    padding:11px 15px!important;
    font-size:13px!important;
    border-radius:9px!important;
  }
  .home-hero-slider .small-note{
    font-size:10px!important;
    line-height:1.45!important;
    max-width:620px!important;
    margin:0!important;
  }
  .home-hero-slider .hero-slider-btn{
    width:36px!important;
    height:36px!important;
    font-size:25px!important;
    top:auto!important;
    bottom:51px!important;
    transform:none!important;
    background:rgba(7,27,16,.62)!important;
  }
  .home-hero-slider .hero-slider-prev{left:12px!important}
  .home-hero-slider .hero-slider-next{right:12px!important}
  .home-hero-slider .hero-slider-dots{
    bottom:16px!important;
    gap:5px!important;
    padding:6px 9px!important;
  }
}
@media (max-width:520px){
  .home-hero-slider{
    min-height:500px!important;
    height:500px!important;
  }
  .home-hero-slider .hero-content{
    min-height:500px!important;
    height:500px!important;
    padding:36px 0 72px!important;
  }
  .home-hero-slider h1{
    font-size:clamp(29px,8.7vw,39px)!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
  }
  .home-hero-slider .hero-text{
    font-size:13px!important;
    line-height:1.5!important;
  }
  .home-hero-slider .hero-actions{
    margin-top:16px!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
  }
  .home-hero-slider .hero-actions .btn{
    padding:10px 13px!important;
    font-size:12px!important;
  }
  .home-hero-slider .small-note{font-size:9px!important}
  .home-hero-slider .hero-slider-btn{bottom:46px!important;width:32px!important;height:32px!important;font-size:22px!important}
}
@media (max-width:380px){
  .home-hero-slider,.home-hero-slider .hero-content{
    min-height:475px!important;
    height:475px!important;
  }
  .home-hero-slider .hero-content{padding:30px 0 68px!important}
  .home-hero-slider h1{font-size:28px!important}
  .home-hero-slider .hero-text{font-size:12px!important}
  .home-hero-slider .hero-actions .btn{font-size:11px!important;padding:9px 11px!important}
  .home-hero-slider .small-note{font-size:8.5px!important}
}

/* 2026 homepage wildlife photo gallery refresh */
.photo-gallery figure{background:#fff;overflow:hidden}
.photo-gallery img{aspect-ratio:3/2;height:auto;min-height:220px;object-fit:cover;transition:transform .35s ease}
.photo-gallery figure:hover img{transform:scale(1.025)}
@media(max-width:520px){.photo-gallery img{min-height:0;aspect-ratio:16/10}.photo-gallery figcaption{padding:12px 14px;font-size:13px}}
