:root{
  --ivory:#fbf4e8;--linen:#fffaf1;--cream:#f2e3cc;--terracotta:#8f3529;--terracotta2:#6f281f;--green:#1f3d2e;--green2:#10261b;--sage:#748461;--gold:#bc8c43;--brown:#3d2b21;--ink:#211b16;--muted:#71675c;--line:rgba(111,40,31,.18);--shadow:0 28px 80px rgba(60,38,20,.18);--soft:0 16px 45px rgba(60,38,20,.10)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--linen),var(--ivory));line-height:1.68}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.wrap{max-width:1200px;margin:auto;padding:0 24px}.serif,h1,h2,h3{font-family:'Cormorant Garamond',Georgia,serif}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.24em;font-weight:900}.eyebrow:before{content:"";width:42px;height:1px;background:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;border-radius:999px;background:var(--terracotta);color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(143,53,41,.24);border:1px solid rgba(255,255,255,.16);transition:.25s}.btn:hover{transform:translateY(-2px);background:var(--terracotta2)}.btn.light{background:rgba(255,250,241,.92);color:var(--terracotta2);box-shadow:none}.btn.outline{background:transparent;color:var(--terracotta2);border:1px solid var(--line);box-shadow:none}.topbar{background:var(--green2);color:#f9e6c0;font-size:13px}.topbar .wrap{display:flex;justify-content:space-between;gap:16px;padding-top:8px;padding-bottom:8px}.nav{position:sticky;top:0;z-index:50;background:rgba(255,250,241,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;padding-top:15px;padding-bottom:15px}.brand{font-family: Cinzel, serif;
    font-weight: 700;
    color: var(--red);
    font-size: 25px;
    letter-spacing: .04em;
    }
    .brand small {
    display: block;
    font: 600 11px Inter, sans-serif;
    color: var(--green);
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-top: -3px;
}
.mark{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--terracotta2);color:#fff;border:4px double #f3d5a4;font-family:Cinzel,serif;font-size:19px}.menu{display:flex;align-items:center;gap:23px;font-size:14px;font-weight:800;color:var(--green)}.menu a{position:relative}.menu a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--gold);transition:.25s}.menu a:hover:after,.menu a.active:after{right:0}.mobile-toggle{display:none;background:var(--green);color:#fff;border:0;border-radius:999px;padding:10px 16px;font-weight:800}.hero-slider{position:relative;height:min(760px,88vh);min-height:640px;overflow:hidden;background:#120c08}.slide{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease;background-size:cover;background-position:center}.slide.active{opacity:1}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,13,8,.84),rgba(22,13,8,.42) 50%,rgba(22,13,8,.1)),linear-gradient(0deg,rgba(0,0,0,.65),transparent 45%)}.slide.active{animation:slowZoom 8s ease forwards}@keyframes slowZoom{from{transform:scale(1)}to{transform:scale(1.055)}}.slide-content{position:relative;z-index:2;color:#fff;padding-top:170px}.slide-content h1{font-size:clamp(52px,8vw,104px);line-height:.9;max-width:850px;margin:18px 0 24px;text-shadow:0 8px 30px rgba(0,0,0,.35)}.lead{font-size:clamp(18px,2vw,22px);max-width:690px;color:#fff1df}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.slider-controls{position:absolute;z-index:4;left:50%;bottom:120px;transform:translateX(-50%);display:flex;align-items:center;gap:18px}.slider-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.16);color:white;font-size:30px;cursor:pointer}.slider-dots{display:flex;gap:9px}.slider-dots button{width:9px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.45);padding:0}.slider-dots button.active{width:34px;background:#fff}.hero-badges{position:absolute;z-index:5;left:0;right:0;bottom:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hero-card{background:rgba(255,250,241,.92);border:1px solid rgba(255,255,255,.4);padding:20px 22px;border-radius:20px;color:var(--brown);box-shadow:0 18px 45px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.hero-card strong{display:block;font-family:Cormorant Garamond,serif;font-size:32px;line-height:1;color:var(--terracotta2)}.booking-bar{position:sticky;top:83px;z-index:40;background:var(--green);box-shadow:var(--soft)}.booking-form{display:grid;grid-template-columns:1fr 1fr 1fr auto auto;gap:12px;align-items:end;padding-top:18px;padding-bottom:18px}.booking-form label{display:block;color:#f4dba9;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900;margin-bottom:6px}.booking-form input,.booking-form select{width:100%;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.12);color:#fff;padding:0 16px;outline:0}.booking-form option{color:#222}.section{padding:96px 0}.alt{background:var(--cream)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-title h2,.story-card h2,.page-hero h1{font-size:clamp(40px,5vw,68px);line-height:.98;margin:10px 0 0;color:var(--terracotta2)}.section-title p{max-width:470px;color:var(--muted);font-size:17px}.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:58px;align-items:center}.story-card{background:rgba(255,250,241,.88);border:1px solid var(--line);box-shadow:var(--shadow);padding:44px;position:relative}.story-card:before{content:"";position:absolute;inset:13px;border:1px solid rgba(143,53,41,.17);pointer-events:none}.story-card p{color:#574c42;font-size:17px}.photo-stack{position:relative;min-height:560px}.photo-stack img{position:absolute;object-fit:cover;border:10px solid #fffaf1;box-shadow:var(--shadow)}.photo-stack img:nth-child(1){width:74%;height:420px;right:0;top:0}.photo-stack img:nth-child(2){width:55%;height:295px;left:0;bottom:0}.photo-stack img:nth-child(3){width:40%;height:230px;left:16%;top:40%;border-color:#f8e5c7}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature{background:var(--linen);border:1px solid var(--line);padding:31px;border-radius:22px;box-shadow:var(--soft)}.icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(188,140,67,.14);font-size:24px}.feature h3,.room h3{font-size:32px;line-height:1.05;color:var(--green);margin:22px 0 10px}.feature p,.room p{color:var(--muted)}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.room{background:#fffaf1;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--soft);transition:.25s}.room:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.room img{height:286px;width:100%;object-fit:cover}.room .body{padding:28px}.tag{display:inline-flex;margin:12px 8px 0 0;padding:8px 12px;border-radius:999px;background:#f1e2ca;color:var(--terracotta2);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.green-band{background:linear-gradient(120deg,rgba(16,38,27,.96),rgba(31,61,46,.9)),url('images/image59.jpeg') center/cover;color:#fff}.green-band .section-title h2{color:#ffe5b7}.green-band p{color:#e9eedf}.checks{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.check{padding:22px;border-left:1px solid rgba(255,255,255,.22)}.check strong{display:block;font-family:Cormorant Garamond,serif;font-size:28px;color:#ffe5b7}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery-grid a{display:block;overflow:hidden;border-radius:20px;border:7px solid #fffaf1;box-shadow:var(--soft);background:#fff}.gallery-grid img{height:100%;width:100%;object-fit:cover;transition:.4s}.gallery-grid a:hover img{transform:scale(1.055)}.gallery-grid .big{grid-column:span 6;grid-row:span 2}.gallery-grid a{grid-column:span 3;min-height:250px}.gallery-grid .wide{grid-column:span 6}.evening{border-radius:34px;background:linear-gradient(90deg,rgba(111,40,31,.92),rgba(31,61,46,.8)),url('images/image45.jpeg') center/cover;padding:60px;color:#fff;box-shadow:var(--shadow)}.evening h2{font-size:56px;line-height:1;margin:12px 0;color:#ffe5b7}.evening p{max-width:760px;color:#fff0dd;font-size:18px}.cta{padding:96px 0}.cta-box{background:linear-gradient(135deg,var(--terracotta2),var(--terracotta));border-radius:34px;padding:48px;display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:center;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.cta-box:after{content:"";position:absolute;right:-90px;bottom:-110px;width:290px;height:290px;border-radius:50%;border:1px solid rgba(255,255,255,.18)}.cta-box h2{font-size:58px;line-height:.98;margin:8px 0;color:#fff0cd}.contact-card{background:rgba(255,250,241,.94);color:var(--brown);border-radius:24px;padding:26px;position:relative;z-index:2}.contact-card a{display:block;font-weight:900;font-size:20px;color:var(--terracotta2);margin-bottom:14px}.page-hero{padding:100px 0;background:linear-gradient(90deg,rgba(31,61,46,.94),rgba(111,40,31,.75)),url('images/image52.jpeg') center/cover;color:#fff}.page-hero h1{color:#fff0cd;max-width:850px}.page-hero p{max-width:760px;color:#fff2df;font-size:20px}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:36px}.panel{background:#fffaf1;border:1px solid var(--line);border-radius:24px;padding:32px;box-shadow:var(--soft)}.panel h2,.panel h3{font-size:36px;color:var(--terracotta2);line-height:1.05}.list{display:grid;gap:12px}.list li{padding:14px 16px;background:#f3e7d5;border-radius:16px}.footer{background:#15100c;color:#d8c8b4;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.footer h3{color:#fff0cd;font-size:30px}.footer a{display:block;margin:7px 0;color:#e8d8c4}.copyright{padding-top:24px;margin-top:32px;border-top:1px solid rgba(255,255,255,.12);font-size:13px;color:#a99b8d}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;background:#128c55;color:#fff;padding:15px 18px;border-radius:999px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.25)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:100;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-height:84vh;max-width:92vw;border:10px solid #fffaf1}.lightbox button{position:absolute;top:22px;right:22px;border:0;border-radius:999px;padding:12px 18px;font-weight:900;background:#fff;color:#222}.mapbox iframe{width:100%;height:360px;border:0;border-radius:24px}
@media(max-width:960px){.topbar .wrap{display:block;text-align:center}.mobile-toggle{display:block}.menu{display:none;position:absolute;left:0;right:0;top:83px;background:var(--linen);padding:20px 24px;border-bottom:1px solid var(--line);box-shadow:var(--soft)}.menu.open{display:grid}.booking-bar{position:static}.booking-form{grid-template-columns:1fr 1fr}.split,.content-grid,.cta-box{grid-template-columns:1fr}.section-title{display:block}.features,.room-grid,.checks,.footer-grid{grid-template-columns:1fr}.photo-stack{min-height:auto;display:grid;gap:14px}.photo-stack img{position:static!important;width:100%!important;height:auto!important}.hero-badges{position:relative;bottom:auto;margin-top:-110px;grid-template-columns:1fr}.hero-slider{height:auto;min-height:780px}.slider-controls{bottom:210px}.slide-content{padding-top:80px}.gallery-grid{display:block}.gallery-grid a{margin-bottom:14px;min-height:auto}.gallery-grid img{height:auto}.cta-box h2,.evening h2{font-size:42px}.booking-form .btn{width:100%}}
@media(max-width:560px){.wrap{padding:0 17px}.brand{font-size:23px}.mark{width:44px;height:44px}.slide-content h1{font-size:46px}.hero-slider{min-height:800px}.booking-form{grid-template-columns:1fr}.section{padding:68px 0}.story-card,.evening,.cta-box{padding:28px}.whatsapp-float{left:16px;right:16px;text-align:center}.slider-controls{display:none}.hero-card strong{font-size:26px}}

/* Testimonials */
.section-title.centered{ text-align:center; justify-content:center; max-width:850px; margin-left:auto; margin-right:auto; }
.section-title.centered p{ margin-left:auto; margin-right:auto; }
.testimonials-section{ background:linear-gradient(180deg,#fffaf2 0%,#f4eadb 100%); }
.testimonials-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:18px; }
.testimonial-card{ position:relative; background:#fffdf8; border:1px solid rgba(137,69,50,.18); border-radius:26px; padding:34px 28px 28px; box-shadow:0 22px 55px rgba(61,43,30,.10); }
.testimonial-card.featured{ background:#3c4f3f; color:#fffaf2; transform:translateY(-10px); border-color:rgba(184,145,70,.45); }
.testimonial-card p{ font-family:'Cormorant Garamond',serif; font-size:24px; line-height:1.35; margin:0 0 22px; }
.testimonial-card h3{ margin:0; font-size:18px; letter-spacing:.02em; }
.testimonial-card span{ display:block; margin-top:5px; color:#9a7542; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.14em; }
.testimonial-card.featured span{ color:#d9bd7a; }
.quote-mark{ position:absolute; top:-18px; left:24px; width:48px; height:48px; border-radius:50%; background:#8c3a32; color:#fff; display:grid; place-items:center; font-family:'Cormorant Garamond',serif; font-size:48px; line-height:1; box-shadow:0 10px 25px rgba(61,43,30,.18); }
@media(max-width:900px){.testimonials-grid{grid-template-columns:1fr}.testimonial-card.featured{transform:none}.testimonial-card p{font-size:21px}}

/* Expanded photo presentation */
.home-gallery a:nth-child(6){min-height:280px}
.expanded-gallery a{min-height:260px}
.expanded-gallery .big{min-height:540px}
.expanded-gallery .wide{min-height:300px}
@media(max-width:960px){.expanded-gallery .big,.expanded-gallery .wide,.expanded-gallery a{min-height:auto}}


/* Final refinements */
.footer{
  position:relative;
  background:
    linear-gradient(rgba(15,12,9,.88),rgba(15,12,9,.92)),
    url('images/image66.jpeg') center/cover no-repeat;
  background-blend-mode:multiply,luminosity;
}
.footer:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.22);pointer-events:none}.footer .wrap{position:relative;z-index:1}
.slide-content{padding-top:80px;padding-bottom:220px}.slide-content h1{font-size:clamp(46px,7vw,88px);max-width:780px}.lead{max-width:620px}.hero-badges{bottom:26px}.hero-card{padding:18px 20px}.hero-card strong{font-size:30px}
.room img{object-position:center}.room:nth-child(2) img{object-position:center 45%}.room:nth-child(3) img{object-position:center 35%}
@media(max-width:900px){.slide-content{padding-top:105px;padding-bottom:40px}.hero-badges{position:relative;bottom:auto;margin-top:-95px;padding-bottom:24px;grid-template-columns:1fr}.hero-slider{height:auto;min-height:760px}.slide{min-height:760px}.booking-bar{top:70px}.footer{background-position:center}}
@media(max-width:640px){.slide-content h1{font-size:42px}.lead{font-size:16px}.hero-badges{margin-top:-70px}.hero-card{padding:15px 16px}.topbar .wrap{font-size:12px}}


/* Sortable Final Gallery */
.gallery-hero-final{min-height:62vh;position:relative;display:grid;align-items:center;overflow:hidden;background:url('images/image33.jpeg') center/cover no-repeat;color:white;}
.gallery-hero-final:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(31,21,16,.34),rgba(31,21,16,.78)),linear-gradient(90deg,rgba(31,61,46,.55),rgba(143,53,41,.16));}
.gallery-hero-content{position:relative;z-index:1;padding-top:90px;padding-bottom:120px;text-align:center;}
.gallery-hero-content .eyebrow{justify-content:center;color:#f0d590;}
.gallery-hero-content .eyebrow:before{background:#f0d590;}
.gallery-hero-content h1{font-size:clamp(46px,7vw,88px);line-height:.94;margin:18px auto 18px;max-width:900px;color:#fff0cd;text-shadow:0 10px 28px rgba(0,0,0,.32);}
.gallery-hero-content p{max-width:780px;margin:0 auto;color:#fff4e2;font-size:18px;}
.gallery-sortable-section{background:linear-gradient(180deg,#fffaf1 0%,#f2e3cc 100%);}
.gallery-filters{position:sticky;top:88px;z-index:15;background:rgba(255,250,241,.92);backdrop-filter:blur(12px);border:1px solid rgba(188,140,67,.28);box-shadow:0 18px 45px rgba(60,38,20,.10);border-radius:26px;padding:13px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:0 auto 38px;max-width:1040px;}
.gallery-filter{border:1px solid rgba(143,53,41,.25);background:#fffaf3;color:var(--brown);padding:10px 16px;border-radius:999px;font-weight:900;cursor:pointer;transition:.25s;font-family:Inter,system-ui,sans-serif;}
.gallery-filter:hover,.gallery-filter.active{background:var(--terracotta);color:#fff;border-color:var(--terracotta);transform:translateY(-1px);}
.sortable-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;}
.sortable-gallery-item{grid-column:span 4;position:relative;border-radius:26px;overflow:hidden;min-height:285px;background:#ddd;box-shadow:0 18px 45px rgba(60,38,20,.16);cursor:pointer;transform:translateY(0);transition:.35s;border:7px solid #fffaf1;}
.sortable-gallery-item.wide{grid-column:span 8;}
.sortable-gallery-item.tall{min-height:440px;}
.sortable-gallery-item.hide{display:none;}
.sortable-gallery-item img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .55s ease, filter .55s ease;}
.sortable-gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(20,12,8,.78));}
.sortable-gallery-item:hover{transform:translateY(-5px);box-shadow:var(--shadow);}
.sortable-gallery-item:hover img{transform:scale(1.06);filter:saturate(1.08) contrast(1.04);}
.gallery-caption{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;color:#fff;}
.gallery-caption small{color:#f5d58d;text-transform:uppercase;letter-spacing:.22em;font-weight:900;font-size:11px;}
.gallery-caption h3{font-size:32px;line-height:1;margin:7px 0 6px;color:#fff0cd;}
.gallery-caption p{margin:0;color:#fff4e5;font-size:14px;max-width:520px;}
.gallery-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:120;display:none;align-items:center;justify-content:center;padding:28px;}
.gallery-lightbox.open{display:flex;}
.gallery-lightbox img{max-width:92vw;max-height:82vh;border:10px solid #fffaf1;box-shadow:0 24px 80px rgba(0,0,0,.45);object-fit:contain;}
.gallery-close{position:absolute;top:22px;right:22px;border:0;border-radius:999px;width:48px;height:48px;background:#fff;color:#211b16;font-size:30px;line-height:1;cursor:pointer;}
.gallery-lb-caption{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);background:rgba(255,250,241,.94);color:var(--terracotta2);border-radius:999px;padding:10px 18px;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.26);}
@media(max-width:960px){.gallery-filters{top:0;position:relative}.sortable-gallery-item,.sortable-gallery-item.wide{grid-column:span 6;min-height:280px}.sortable-gallery-item.tall{min-height:360px}.gallery-hero-content{padding-top:70px;padding-bottom:90px}}
@media(max-width:640px){.sortable-gallery-grid{gap:14px}.sortable-gallery-item,.sortable-gallery-item.wide{grid-column:span 12;min-height:260px}.sortable-gallery-item.tall{min-height:330px}.gallery-caption h3{font-size:26px}.gallery-filter{font-size:13px;padding:9px 12px}.gallery-hero-content p{font-size:16px}.gallery-lb-caption{max-width:86vw;text-align:center;border-radius:18px}}



/* Panchgani, Mahabaleshwar Guide */
.destination-guide {
  padding: 100px 0;
  background:
    linear-gradient(rgba(250, 244, 234, 0.94), rgba(250, 244, 234, 0.94)),
    url("images/footer-bg.jpg") center/cover fixed;
}

.destination-guide .section-title {
  max-width: 820px;
  margin: 0 auto 45px;
}

.destination-guide .eyebrow {
  display: inline-block;
  color: #9b7437;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.destination-guide h2 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 52px;
  line-height: 1.05;
  color: #713126;
  margin-bottom: 16px;
}

.destination-guide .section-title p {
  color: #5e4a3f;
  font-size: 17px;
  line-height: 1.8;
}

.guide-tabs {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 0;
  background: #fffaf2;
  border: 1px solid rgba(139, 93, 48, 0.18);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(72, 42, 27, 0.16);
}

.guide-tabs input {
  display: none;
}

.guide-nav {
  background:
    linear-gradient(rgba(78, 38, 27, 0.92), rgba(78, 38, 27, 0.92)),
    url("images/image24.jpeg") center/cover;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guide-nav label {
  position: relative;
  padding: 16px 18px 16px 44px;
  border-radius: 999px;
  color: #f7ead6;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  transition: 0.3s ease;
}

.guide-nav label::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #c9a45c;
  border-radius: 50%;
  transform: translateY(-50%);
}

.guide-nav label:hover {
  background: rgba(255,255,255,0.13);
  transform: translateX(4px);
}

#guide1:checked ~ .guide-nav label[for="guide1"],
#guide2:checked ~ .guide-nav label[for="guide2"],
#guide3:checked ~ .guide-nav label[for="guide3"],
#guide4:checked ~ .guide-nav label[for="guide4"],
#guide5:checked ~ .guide-nav label[for="guide5"] {
  background: #c9a45c;
  color: #3c2119;
  border-color: #c9a45c;
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.guide-content {
  padding: 46px;
  min-height: 390px;
  background:
    radial-gradient(circle at top right, rgba(201,164,92,0.13), transparent 34%),
    #fffaf2;
}

.guide-panel {
  display: none;
  animation: guideFade 0.35s ease;
}

#guide1:checked ~ .guide-content .panel1,
#guide2:checked ~ .guide-content .panel2,
#guide3:checked ~ .guide-content .panel3,
#guide4:checked ~ .guide-content .panel4,
#guide5:checked ~ .guide-content .panel5 {
  display: block;
}

.guide-panel h3 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 42px;
  line-height: 1.1;
  color: #713126;
  margin: 0 0 18px;
}

.guide-panel p {
  color: #5d4b3f;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.guide-panel strong {
  color: #713126;
  font-weight: 700;
}

.guide-panel iframe {
  margin-top: 14px;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.13);
}

@keyframes guideFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .destination-guide {
    padding: 75px 0;
  }

  .destination-guide h2 {
    font-size: 38px;
  }

  .guide-tabs {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .guide-nav {
    background: #4e261b;
  }

  .guide-content {
    padding: 32px 24px;
  }

  .guide-panel h3 {
    font-size: 34px;
  }
}







/* =========================================
   Panchgani, Mahabaleshwar Hill Guide
========================================= */

.hill-guide-hero {
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hill-guide-overlay {
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(47, 28, 20, 0.88), rgba(47, 28, 20, 0.55), rgba(47, 28, 20, 0.14)),
    linear-gradient(0deg, rgba(47, 28, 20, 0.45), transparent);
}

.guide-kicker,
.hill-section-title span,
.hill-family-text span,
.hill-card-content span {
  display: inline-block;
  color: #c9a45c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hill-guide-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 72px;
  line-height: 0.95;
  color: #fff7ea;
}

.hill-guide-hero p {
  max-width: 650px;
  color: #f4dfc7;
  font-size: 19px;
  line-height: 1.8;
}

/* Main Section */

.hill-guide-main {
  padding: 100px 0;
  background:
    radial-gradient(circle at top left, rgba(201,164,92,0.16), transparent 32%),
    linear-gradient(180deg, #fbf2e4, #f7ead6);
}

.hill-section-title {
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
}

.hill-section-title h2 {
  margin: 14px 0 16px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 56px;
  line-height: 1;
  color: #713126;
}

.hill-section-title p {
  color: #5e4a3f;
  font-size: 17px;
  line-height: 1.8;
}

/* Grid */

.hill-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.hill-place-card {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(72, 42, 27, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  isolation: isolate;
}

.hill-place-card.large {
  grid-row: span 2;
  min-height: 746px;
}

.hill-place-card.wide {
  grid-column: span 2;
}

.hill-place-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.7s ease;
  z-index: -2;
}

.hill-place-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(49,28,20,0.88)),
    linear-gradient(90deg, rgba(113,49,38,0.24), transparent);
  z-index: -1;
}

.hill-place-card:hover img {
  transform: scale(1.08);
}

.hill-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.hill-card-content h3 {
  margin: 10px 0 10px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-size: 36px;
  line-height: 1;
  color: #fff7ea;
}

.hill-card-content p {
  color: #f2dfc8;
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 520px;
}

/* Family Section */

.hill-family-section {
  padding: 90px 0;
  background: #3c2119;
}

.hill-family-box {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
  padding: 55px;
  border-radius: 34px;
  background:
    linear-gradient(rgba(60, 33, 25, 0.86), rgba(60, 33, 25, 0.86)),
    url("images/mapro-garden.jpg") center/cover;
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.12);
}

.hill-family-text h2 {
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  color: #fff7ea;
  font-size: 52px;
  line-height: 1;
}

.hill-family-text p {
  color: #f4dfc7;
  font-size: 17px;
  line-height: 1.8;
}

.hill-family-list {
  display: grid;
  gap: 14px;
}

.hill-family-list div {
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #fff7ea;
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 15.5px;
  backdrop-filter: blur(8px);
}

.hill-family-list div::before {
  content: "✦";
  color: #c9a45c;
  margin-right: 10px;
}

/* Responsive */

@media (max-width: 991px) {
  .hill-guide-hero,
  .hill-guide-overlay {
    min-height: 440px;
  }

  .hill-guide-hero h1 {
    font-size: 48px;
  }

  .hill-section-title h2,
  .hill-family-text h2 {
    font-size: 40px;
  }

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

  .hill-place-card.large,
  .hill-place-card.wide {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 360px;
  }

  .hill-family-box {
    grid-template-columns: 1fr;
    padding: 38px;
  }
}

@media (max-width: 576px) {
  .hill-guide-hero,
  .hill-guide-overlay {
    min-height: 390px;
  }

  .hill-guide-overlay {
    padding: 0 22px;
  }

  .hill-guide-hero h1 {
    font-size: 38px;
  }

  .hill-guide-hero p {
    font-size: 16px;
  }

  .hill-guide-main {
    padding: 70px 0;
  }

  .hill-guide-grid {
    grid-template-columns: 1fr;
  }

  .hill-card-content {
    padding: 24px;
  }

  .hill-family-section {
    padding: 65px 0;
  }

  .hill-family-box {
    padding: 28px;
    border-radius: 24px;
  }
}