*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0}body{font-family:Helvetica Neue,Arial,sans-serif;color:#1f2a24;background:#faf7f1;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.container.narrow{max-width:640px}.section{padding:4rem 0}.section-muted{background:#f1ece2}.site-header{position:sticky;top:0;z-index:10;background:#faf7f1eb;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid #e8e1d2}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.brand{font-size:1.25rem;font-weight:700;letter-spacing:.02em}.brand-mark{display:inline-block;width:28px;height:28px;margin-right:.35rem;vertical-align:middle;object-fit:cover;border-radius:6px}.menu{display:flex;gap:1.5rem}.menu a{font-weight:500;padding:.25rem 0;border-bottom:2px solid transparent}.menu a.active,.menu a:hover{border-color:#2f6f5e;color:#2f6f5e}.menu a.primary{font-weight:600}.menu a.primary:hover,.menu a.primary.active{color:#2f6f5e;border-bottom-width:3px}.menu .dropdown{position:relative;display:inline-flex;align-items:center}.menu .menu-button{background:none;border:none;font:inherit;cursor:pointer;padding:.25rem 0;border-bottom:2px solid transparent;font-weight:600}.menu .menu-button:hover{color:#2f6f5e;border-color:#2f6f5e}.menu .menu-button.primary:hover,.menu .menu-button.primary.active{color:#2f6f5e;border-bottom-width:3px}.menu .chev{margin-left:.45rem;font-size:.8rem;opacity:.9}.menu .submenu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #ece7dd;border-radius:10px;box-shadow:0 10px 30px #141e1914;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;min-width:180px;z-index:30}.menu .submenu a{padding:.55rem .9rem;border-radius:8px;color:#1f2a24;display:block}.menu .submenu a:hover{background:#f1ece2;color:#2f6f5e}.hero{background:linear-gradient(180deg,#141e198c,#141e198c),url(/images/hero.jpg) center/cover no-repeat;color:#fff;padding:6rem 0 5rem}.hero-inner{max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;opacity:.85;margin:0 0 .75rem}.hero h1{font-size:clamp(2.4rem,5vw,3.6rem);margin:0 0 1rem;line-height:1.1;font-weight:700}.lede{font-size:1.1rem;opacity:.92;margin:0 0 1.75rem;max-width:560px}.hero-cta{display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.4rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .15s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:#2f6f5e;color:#fff}.btn-primary:hover{background:#245447}.btn-ghost{border:1.5px solid rgba(255,255,255,.7);color:#fff}.btn-ghost:hover{background:#ffffff1f}.section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.section-head h2{font-size:1.75rem;margin:0}.link-more{color:#2f6f5e;font-weight:600}.link-more:hover{text-decoration:underline}.section-footer{display:flex;justify-content:flex-end;margin-top:1rem}.section-footer .link-more{font-weight:600}.page-head{margin-bottom:2.5rem}.page-head h1{font-size:2.2rem;margin:0 0 .5rem}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid.featured-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid.featured-grid{grid-auto-rows:1fr;align-items:stretch}.grid.featured-grid .tour-card{display:flex;flex-direction:column;height:100%}.grid.featured-grid .tour-gallery{flex:0 0 auto;min-height:160px;max-height:220px;overflow:hidden}.grid.featured-grid .tour-gallery>img{width:100%;height:100%;object-fit:cover}.grid.featured-grid .tour-body{display:flex;flex-direction:column;flex:1 1 auto;padding:1rem 1.25rem;overflow:hidden}.grid.featured-grid .tour-footer{margin-top:auto}.grid.featured-grid .tour-body p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 520px){.grid.featured-grid .tour-gallery{min-height:220px;max-height:260px}.grid.featured-grid .tour-gallery .thumbs{position:static;background:none;padding:.4rem 0 0;margin-top:.5rem;left:auto;right:auto;bottom:auto}.grid.featured-grid .thumb{width:36px;height:36px}.grid.featured-grid .tour-body p{-webkit-line-clamp:4}}.tour-list{display:grid;gap:2.5rem}.tour-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #141e190f;display:grid;grid-template-columns:1.1fr 1fr}.tour-card-compact{grid-template-columns:1fr}.tour-gallery{background:#ece7dd;position:relative}.tour-gallery>img{width:100%;height:100%;min-height:220px;object-fit:cover;aspect-ratio:4/3}.thumbs{display:flex;gap:.4rem;padding:.5rem;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.45),transparent)}.thumb{width:44px;height:44px;border-radius:6px;overflow:hidden;padding:0;border:2px solid transparent;background:none;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border-color:#fff}.carousel-dots{display:none;gap:.5rem;justify-content:center;padding-top:.5rem}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.9);background:#ffffffd9;cursor:pointer;padding:0;box-shadow:0 1px 2px #0000000f;transition:transform .12s ease,background .12s ease,border-color .12s ease}.carousel-dots .dot.active{background:#2f6f5e;border-color:#0000000f;transform:scale(1.12)}.carousel-dots .dot:focus{outline:none;box-shadow:0 0 0 4px #2f6f5e1f}@media (max-width: 880px){.thumbs{display:none}.carousel-dots{display:flex;position:absolute;left:50%;transform:translate(-50%);bottom:10px;z-index:60;padding:.25rem .5rem;background:#fff0;border-radius:999px}}.tour-body{padding:1.5rem 1.75rem}.tour-body h3{margin:0 0 .5rem;font-size:1.4rem}.tour-body p{margin:0;white-space:pre-line;color:#44504a}.tour-subtitle{margin:0 0 1.6rem;color:#47534a;font-size:1.08rem;font-style:italic}.tour-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.tour-availability{font-size:.85rem;color:#7a8480;font-weight:500;letter-spacing:.03em;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.calendar-icon{color:#2f6f5e;flex-shrink:0}.view-more-btn{padding:.5rem .9rem;font-size:.9rem;border-radius:8px}.tour-detail{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;align-items:start}.tour-detail-gallery{display:grid;gap:.6rem}.tour-detail-gallery img{width:100%;height:220px;object-fit:cover;border-radius:10px}.tour-detail-body{padding:.5rem 0}.tour-highlights{margin-top:1rem}.tour-highlights strong{display:block;margin-bottom:.5rem;color:#2f6f5e}.tour-highlights ul{margin:0;padding-left:1.15rem;color:#415041}.tour-highlights li{margin:.45rem 0}.tour-detail-body ul{list-style:disc;margin-left:1.2rem;color:#415041}.tour-detail-body ul li{margin:.45rem 0}.tour-detail-meta{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.5rem}.tour-detail-meta-item{display:flex;gap:.9rem;align-items:flex-start;padding:1rem 1.1rem;border-radius:16px;border:1px solid #e2dccd;background:#fff}.detail-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eaf2ee;color:#2f6f5e}.section-subtitle{margin:.75rem 0 0;color:#47534a;font-size:1.05rem;max-width:760px;font-style:italic}.tour-detail-meta-item.small{padding:.6rem .8rem;border-radius:12px}.tour-detail-meta-item.small .detail-icon{width:38px;height:38px}.recommended{display:inline-block;color:#6b736f;font-size:.9rem}.back-row{margin-top:2.25rem}@media (max-width: 880px){.tour-detail,.tour-detail-meta{grid-template-columns:1fr}}@media (max-width: 720px){.tour-card{grid-template-columns:1fr}}.contact-glimpse{display:flex;flex-wrap:wrap;gap:.75rem}.contact-chip{background:#fff;padding:.75rem 1.1rem;border-radius:999px;border:1px solid #e2dccd;font-weight:500}.contact-chip:hover{border-color:#2f6f5e;color:#2f6f5e}.contact-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.contact-list li{display:flex;gap:1rem;align-items:center;background:#fff;padding:1rem 1.25rem;border-radius:12px;border:1px solid #ece6d7}.contact-icon{width:42px;height:42px;border-radius:50%;background:#eaf2ee;color:#2f6f5e;display:grid;place-items:center;font-weight:700}.contact-icon svg{display:block}.contact-icon.whatsapp{background:#25d366;color:#fff}.contact-chip .contact-icon.whatsapp{width:28px;height:28px;border-radius:8px;margin-right:.6rem;display:inline-grid;place-items:center}.contact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#7a8480}.contact-list a{color:#1f2a24;font-weight:600}.contact-list a:hover{color:#2f6f5e}.about-hero{background:linear-gradient(180deg,#141e19ad,#141e1980),url(/images/kolkataCity-1.jpg) center/cover no-repeat;color:#fff;padding:6rem 0 5rem}.about-hero h1{font-size:clamp(2.6rem,5vw,3.8rem);margin:0 0 .75rem;line-height:1.05}.about-content{padding-top:3rem}.about-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:2.5rem;align-items:start}.about-grid p{margin:0 0 1.5rem;color:#2d392f}.about-card{background:#fff;border-radius:22px;padding:2rem;box-shadow:0 18px 50px #141e1914;border:1px solid #ece7dd}.about-card h2{margin:0 0 1rem;font-size:1.5rem}.about-card ul{list-style:disc inside;margin:0;padding:0;color:#415041}.about-card ul li{margin:.85rem 0}.about-tagline{margin-top:1.5rem;font-weight:600;color:#1f2a24}.about-tagline-secondary{margin-top:.75rem;color:#5b655d;font-style:italic}@media (max-width: 820px){.about-grid{grid-template-columns:1fr}}.about-hero{background-position:center 45%}.site-footer{padding:2rem 0;border-top:1px solid #e8e1d2;color:#6a7470;font-size:.9rem}.error{color:#b3261e;background:#fde7e5;padding:.75rem 1rem;border-radius:8px}
