@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700;800;900&display=swap");:root{--gyg-orange:#f53;--gyg-orange-dark:#e63d1a;--gyg-orange-light:#fff0ed;--gyg-navy:#1a2b49;--gyg-navy-dark:#1f375f;--gyg-navy-light:#eef1f6;--green:var(--gyg-orange);--green-dark:var(--gyg-orange-dark);--green-light:var(--gyg-orange-light);--cream:#fafaf8;--text:var(--gyg-navy);--muted:var(--gyg-navy);--border:#e2e5ea;--card-bg:#fff;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-display:"Montserrat","Inter",sans-serif;--shadow-sm:0 2px 8px rgba(26,43,73,.06);--shadow-md:0 4px 20px rgba(26,43,73,.09);--shadow-lg:0 8px 40px rgba(26,43,73,.13);--shadow-xl:0 16px 60px rgba(26,43,73,.18)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);overflow-x:hidden;line-height:1.6}p{font-family:inherit;font-size:inherit;font-style:normal;font-weight:inherit;color:#1a2b49}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes searchPopoverIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 18px)) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes slideLeft{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}@keyframes modalSlide{0%{opacity:0;transform:translateY(40px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes calendarFade{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes badgePop{0%{transform:scale(.6);opacity:0}80%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes heroSlideCycle{0%{opacity:0;transform:scale(1)}22%,3%{opacity:1;transform:scale(1.02)}25%,to{opacity:0;transform:scale(1.04)}}@keyframes tourRouteTravel{0%{left:7%;top:64%;transform:translate(-50%,-50%) rotate(-18deg) scale(.96)}35%{left:40%;top:34%;transform:translate(-50%,-50%) rotate(9deg) scale(1)}70%{left:70%;top:54%;transform:translate(-50%,-50%) rotate(-8deg) scale(1)}to{left:93%;top:28%;transform:translate(-50%,-50%) rotate(14deg) scale(.96)}}@keyframes tourProgress{0%{transform:translateX(-100%)}to{transform:translateX(240%)}}@keyframes tourLoaderPulse{0%,to{transform:scale(1);opacity:.55}50%{transform:scale(1.18);opacity:1}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes toursMegaIn{0%{opacity:0;transform:translateX(-50%) translateY(8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.animate-fadeUp{animation:fadeUp .7s ease both}.animate-fadeIn{animation:fadeIn .5s ease both}.animate-slideLeft{animation:slideLeft .6s ease both}.tour-loader{display:grid;min-height:100vh;place-items:center;padding:32px 5%;background:radial-gradient(circle at 18% 18%,rgba(255,85,51,.12),transparent 30%),linear-gradient(135deg,#fafaf8,#f0f3f8)}.tour-loader-card{width:min(100%,520px);padding:36px;border:1px solid rgba(255,85,51,.16);border-radius:20px;background:hsla(0,0%,100%,.92);box-shadow:0 24px 70px rgba(26,43,73,.12);text-align:center}.tour-loader-map{position:relative;height:148px;margin-bottom:26px;overflow:hidden;border-radius:16px;background:linear-gradient(90deg,rgba(26,171,96,.08) 1px,transparent 0),linear-gradient(0deg,rgba(26,171,96,.08) 1px,transparent 0),#f5f7fb;background-size:34px 34px}.tour-loader-route{position:absolute;left:8%;right:8%;top:50%;height:3px;border-radius:999px;background-image:linear-gradient(90deg,var(--green-dark) 0 10px,transparent 10px 20px);opacity:.52;transform:rotate(-13deg);transform-origin:center}.tour-loader-plane{position:absolute;z-index:2;display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:21px;box-shadow:0 12px 30px rgba(26,171,96,.34);animation:tourRouteTravel 2.8s ease-in-out infinite}.tour-loader-pin{position:absolute;z-index:1;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:var(--green-dark);box-shadow:0 0 0 8px rgba(46,204,122,.14);animation:tourLoaderPulse 1.8s ease-in-out infinite}.tour-loader-pin-start{left:7%;top:64%}.tour-loader-pin-end{right:6%;top:28%;animation-delay:.4s}.tour-loader-eyebrow{display:inline-block;margin-bottom:10px;color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:3px;text-transform:uppercase}.tour-loader-copy .tour-loader-title{color:var(--text);font-family:var(--font-display);font-weight:800;font-size:clamp(30px,5vw,44px);line-height:1.12}.tour-loader-copy p{max-width:390px;margin:14px auto 0;color:var(--muted);font-size:15px;line-height:1.7}.tour-loader-progress{height:6px;margin-top:28px;overflow:hidden;border-radius:999px;background:rgba(26,171,96,.13)}.tour-loader-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green-dark),var(--green));animation:tourProgress 1.4s ease-in-out infinite}.tour-loader-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 18%,rgba(255,85,51,.1),transparent 30%),rgba(248,250,252,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:apiLoaderFade .18s ease}@keyframes apiLoaderFade{0%{opacity:0}}.tour-loader-overlay .tour-loader-card{width:min(100%,440px);padding:30px}.tour-loader-overlay .tour-loader-map{height:120px;margin-bottom:20px}.tour-loader-overlay .tour-loader-copy .tour-loader-title{font-size:clamp(24px,4vw,32px)}.apierr{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 15%,rgba(255,85,51,.1),transparent 32%),linear-gradient(135deg,#fafaf8,#eef2f8);animation:apierrFade .2s ease}@keyframes apierrFade{0%{opacity:0}}.apierr-card{width:min(100%,980px);display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 30px 80px rgba(15,23,42,.16);overflow:hidden}.apierr-main{padding:40px 38px}.apierr-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:999px;background:rgba(255,85,51,.1);color:var(--gyg-orange);font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.apierr-title{margin:18px 0 12px;font-family:var(--font-display);font-size:clamp(26px,3.4vw,36px);font-weight:800;line-height:1.15;color:var(--gyg-navy)}.apierr-dot{color:var(--gyg-orange)}.apierr-sub{max-width:420px;margin:0 0 24px;color:var(--muted);font-size:14.5px;line-height:1.65}.apierr-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:26px}.apierr-tile{display:flex;flex-direction:column;gap:4px}.apierr-tile-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:6px;border-radius:11px}.apierr-tile-icon.t-coral{background:rgba(255,85,51,.12);color:#f53}.apierr-tile-icon.t-blue{background:rgba(37,99,235,.12);color:#2563eb}.apierr-tile-icon.t-green{background:rgba(22,163,74,.12);color:#16a34a}.apierr-tile strong{font-size:13px;font-weight:800;color:var(--gyg-navy)}.apierr-tile small{font-size:11.5px;color:var(--muted);line-height:1.4}.apierr-actions{display:flex;flex-wrap:wrap;gap:12px}.apierr-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:11px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:all .18s;border:1px solid transparent}.apierr-btn-primary{background:var(--gyg-navy);color:#fff}.apierr-btn-primary:hover{background:#0f1b33;transform:translateY(-1px)}.apierr-btn-ghost{background:#fff;border-color:var(--border);color:var(--gyg-navy)}.apierr-btn-ghost:hover{border-color:var(--gyg-orange);color:var(--gyg-orange)}.apierr-art{place-items:center;min-height:320px;padding:28px;background:linear-gradient(160deg,hsla(0,0%,100%,.12),rgba(15,23,42,.28)),url(/images/tours/taj_mahal_iconic.png) 50% /cover no-repeat}.apierr-art,.apierr-radar{position:relative;display:grid}.apierr-radar{place-items:center;width:150px;height:150px}.apierr-radar-ring{position:absolute;inset:0;border-radius:50%;border:2px solid hsla(0,0%,100%,.6);animation:apierrPulse 2.4s ease-out infinite}.apierr-radar-ring-2{inset:22px;animation-delay:.6s}.apierr-radar-core{position:relative;display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:hsla(0,0%,100%,.95);color:#f53;box-shadow:0 14px 40px rgba(15,23,42,.22)}@keyframes apierrPulse{0%{transform:scale(.85);opacity:.9}to{transform:scale(1.25);opacity:0}}.apierr-note{position:absolute;left:22px;right:22px;bottom:22px;display:flex;gap:11px;padding:13px 15px;border-radius:13px;background:hsla(0,0%,100%,.96);box-shadow:0 10px 30px rgba(15,23,42,.16)}.apierr-note-icon{display:grid;place-items:center;width:34px;height:34px;flex:none;border-radius:9px;background:rgba(255,85,51,.12);color:#f53}.apierr-note-text{font-size:12px;color:var(--muted);line-height:1.45}.apierr-note-text strong{display:block;color:var(--gyg-navy);font-size:13px;margin-bottom:2px}@media (max-width:760px){.apierr-card{grid-template-columns:1fr}.apierr-art{grid-row:1;min-height:220px}.apierr-main{padding:30px 24px}.apierr-tiles{grid-template-columns:1fr;gap:10px}.apierr-tile{flex-direction:row;align-items:center;gap:10px}.apierr-tile-icon{margin-bottom:0}}.cookie-consent{position:fixed;right:24px;bottom:24px;z-index:2600;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:18px;gap:18px;width:min(calc(100% - 48px),900px);padding:20px;border:1px solid rgba(46,204,122,.2);border-radius:18px;background:hsla(0,0%,100%,.96);box-shadow:0 22px 70px rgba(26,26,26,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:fadeUp .35s ease both}.cookie-consent-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--green-light);color:var(--green-dark);font-weight:900;font-family:var(--font-display)}.cookie-consent-eyebrow{margin-bottom:4px;color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase}.cookie-consent h2{color:var(--text);font-size:20px;line-height:1.2}.cookie-consent-content>p:last-of-type{max-width:560px;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.65}.cookie-consent-actions{display:flex;min-width:170px;flex-direction:column;justify-content:center;gap:8px}.cookie-btn{min-height:40px;padding:10px 16px;border-radius:10px;border:1px solid transparent;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:transform .2s,background .2s,border-color .2s,color .2s}.cookie-btn:hover{transform:translateY(-1px)}.cookie-btn-primary{background:var(--green);color:#fff}.cookie-btn-primary:hover{background:var(--green-dark)}.cookie-btn-secondary{border-color:rgba(26,171,96,.24);background:#fff;color:var(--green-dark)}.cookie-btn-secondary:hover{background:var(--green-light)}.cookie-btn-link{min-height:auto;padding:4px;background:transparent;color:var(--muted)}.cookie-btn-link:hover{color:var(--green-dark);transform:none}.cookie-options{display:grid;grid-gap:10px;gap:10px;max-width:640px;margin-top:14px}.cookie-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid rgba(26,171,96,.14);border-radius:12px;background:#f5f7fb}.cookie-option strong{display:block;color:var(--gyg-navy);font-size:13px}.cookie-option small{display:block;margin-top:2px;color:var(--muted);font-size:12px;line-height:1.45}.cookie-option input{width:18px;height:18px;accent-color:var(--green-dark);flex:0 0 auto}.tour-search-wrap{position:relative;z-index:80;width:min(100% - 32px,860px);margin:-42px auto 0}.tour-search-shell{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;padding:12px;border:1px solid rgba(26,171,96,.14);border-radius:18px;background:#fff;box-shadow:0 28px 72px rgba(0,0,0,.2),0 4px 16px rgba(0,0,0,.08)}.tour-search-input-shell{display:flex;min-width:0;height:56px;align-items:center;gap:12px;padding:0 18px;border:1.5px solid var(--border);border-radius:13px;background:#fbfefc;color:#667085;cursor:text;font-family:inherit;font-size:15px;text-align:left;transition:border-color .2s,box-shadow .2s,background .2s}.tour-search-input-shell:hover{border-color:rgba(26,171,96,.36);background:#fff;box-shadow:0 0 0 4px rgba(46,204,122,.08)}.tour-search-input-row svg,.tour-search-input-shell svg{flex:0 0 auto;color:var(--green-dark)}.tour-search-input-shell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-search-submit{min-width:132px;height:56px;padding:0 28px;border:none;border-radius:13px;background:var(--green);color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:800;box-shadow:0 8px 24px rgba(46,204,122,.32);transition:transform .18s,background .18s,box-shadow .18s}.tour-search-submit:hover{background:var(--green-dark);box-shadow:0 12px 30px rgba(46,204,122,.4);transform:translateY(-1px)}.tour-search-popover{position:fixed;left:50%;top:50%;width:min(100vw - 32px,680px);max-height:min(640px,calc(100vh - 48px));min-height:min(330px,calc(100vh - 48px));padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff;box-shadow:0 32px 90px rgba(15,23,42,.24),0 8px 24px rgba(15,23,42,.08);transform:translate(-50%,-50%);overflow:hidden;animation:searchPopoverIn .24s ease both}.tour-search-input-row{display:flex;height:52px;align-items:center;gap:12px;padding:0 4px 0 2px;border-bottom:1px solid var(--border)}.tour-search-input-row input{width:100%;border:none;outline:none;color:var(--text);font-family:inherit;font-size:15px}.tour-search-input-row input::placeholder{color:#98a2b3}.tour-search-results{display:flex;min-height:0;max-height:calc(min(640px,100vh - 48px) - 84px);flex-direction:column;padding-top:14px}.tour-search-results-title{margin-bottom:10px;color:#1f2937;font-size:13px;font-weight:800}.tour-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;overflow-y:auto;padding-right:2px}.tour-search-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-height:72px;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;color:inherit;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s}.tour-search-card:hover{border-color:rgba(26,171,96,.32);box-shadow:0 10px 28px rgba(15,23,42,.08);transform:translateY(-2px)}.tour-search-card img{width:48px;height:48px;border-radius:10px;object-fit:cover}.tour-search-card small,.tour-search-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tour-search-card strong{color:#1f2937;font-size:14px;line-height:1.25}.tour-search-card small{margin-top:3px;color:var(--green-dark);font-size:12px;font-weight:700}.tour-search-card em{position:absolute;right:9px;top:8px;padding:3px 7px;border-radius:999px;background:var(--green-light);color:var(--green-dark);font-size:10px;font-style:normal;font-weight:800}.tour-search-empty{display:grid;min-height:190px;place-items:center;padding:24px;border:1px dashed rgba(26,171,96,.24);border-radius:14px;background:#f5f7fb;color:var(--muted);font-size:14px;line-height:1.6;text-align:center}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:72px;display:grid;grid-template-columns:minmax(150px,240px) 1fr auto;grid-gap:20px;gap:20px;align-items:center;padding:0 4%;background:hsla(0,0%,100%,.98);border-bottom:1px solid var(--border);transition:box-shadow .3s;overflow:visible}.navbar:before{content:"";position:absolute;inset:0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:-1;pointer-events:none}.navbar.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.08)}.navbar-logo{font-family:var(--font-display);font-size:1.75rem;font-weight:800;color:var(--gyg-navy);letter-spacing:-.5px;cursor:pointer;text-decoration:none;transition:color .2s;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-logo:hover{color:var(--gyg-orange)}.navbar-links{display:flex;list-style:none;gap:clamp(1rem,2vw,2.2rem);align-items:center;justify-content:center;overflow:visible;contain:none}.navbar-links li.has-dropdown{position:static;overflow:visible;contain:none}.nav-link,.navbar-links li a{font-size:.95rem;font-weight:500;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.4rem;min-height:40px;padding:0 2px;border-bottom:2px solid transparent;transition:all .2s;cursor:pointer}.nav-link.active,.nav-link:hover,.navbar-links li a.active,.navbar-links li a:hover{color:var(--green-dark);border-bottom-color:var(--green)}.tours-trigger{background:none;border:0;border-bottom:2px solid transparent;font-family:inherit;outline:none}.dropdown-open .tours-trigger,.tours-trigger[aria-expanded=true]{color:var(--green-dark);border-bottom-color:var(--green)}.navbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.btn-outline{padding:9px 20px;border-radius:9px;font-size:14px;font-weight:500;border:1.5px solid var(--green);color:var(--green-dark);background:transparent;cursor:pointer;transition:all .2s;font-family:var(--font-body);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-outline:hover{background:var(--green-light)}.btn-primary{padding:9px 22px;border-radius:9px;font-size:14px;font-weight:600;border:none;color:#fff;background:var(--green);cursor:pointer;transition:all .2s;font-family:var(--font-body);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 4px 14px rgba(46,204,122,.35)}.hamburger-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--gyg-navy);transition:transform .3s ease;margin-left:.2rem}.has-dropdown.dropdown-open .hamburger-icon{transform:rotate(180deg)}.nav-caret{width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.dropdown-open .nav-caret,.mobile-nav-link[aria-expanded=true] .nav-caret{transform:rotate(225deg) translate(-2px,-1px)}.tours-mega-menu{position:fixed;top:72px;left:50%;transform:translateX(-50%);width:min(1200px,96vw);max-height:calc(100vh - 104px);overflow-y:auto;overflow-x:hidden;padding:0;background:#fff;border:1px solid #e4eaf1;border-radius:16px;box-shadow:0 18px 46px rgba(15,23,42,.16);z-index:9999;animation:toursMegaIn .18s ease}.tours-mega-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #e7eee9}.tours-mega-head span{display:block;margin-bottom:6px;color:var(--gyg-orange);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tours-mega-head h3{margin:0;color:#1a2b49;font-size:1.18rem;line-height:1.25}.tours-mega-all{flex:0 0 auto;padding:.62rem 1rem;border-radius:999px;background:#fff0ed;color:var(--gyg-orange-dark);font-size:.86rem;font-weight:700;text-decoration:none}.tours-mega-grid{display:grid;grid-template-columns:minmax(420px,1.35fr) minmax(230px,.75fr) minmax(210px,.65fr);grid-gap:20px;gap:20px;padding-top:18px}.tours-mega-section h4{margin:0 0 12px;color:var(--gyg-orange);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tours-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.tours-feature-card{display:grid;grid-template-columns:112px 1fr;min-width:0;overflow:hidden;border:1px solid #e7eee9;border-radius:12px;background:#fbfdfb;color:#1a2b49;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.tours-feature-card:hover{border-color:rgba(45,125,70,.42);background:#f1fbf4;transform:translateY(-2px)}.tours-feature-card img{width:112px;height:118px;object-fit:cover;background:#eef6f0}.tours-feature-card div{display:flex;flex-direction:column;min-width:0;padding:12px}.tours-feature-card span{width:-moz-fit-content;width:fit-content;padding:.22rem .55rem;border-radius:999px;background:#fff0ed;color:var(--gyg-orange-dark);font-size:.72rem;font-weight:800}.tours-feature-card strong{display:-webkit-box;margin-top:8px;overflow:hidden;color:#1a2b49;font-size:.9rem;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tours-feature-card small{margin-top:auto;color:#647067;font-size:.78rem}.tours-category-list,.tours-destination-list{display:grid;grid-gap:10px;gap:10px}.tours-category-item{display:grid;grid-template-columns:52px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:9px;border:1px solid #e7eee9;border-radius:12px;background:#fbfdfb;color:inherit;text-decoration:none;transition:transform .2s,background .2s,border-color .2s}.tours-category-item:hover,.tours-destination-item:hover{border-color:rgba(45,125,70,.42);background:#f1fbf4;transform:translateY(-2px)}.tours-category-item img{width:52px;height:46px;border-radius:9px;object-fit:cover;background:#eef6f0}.tours-category-item span{min-width:0}.tours-category-item strong,.tours-destination-item strong{display:block;color:#1a2b49;font-size:.9rem}.tours-category-item small,.tours-destination-item small{display:block;margin-top:3px;color:#647067;font-size:.78rem}.tours-destination-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #e7eee9;border-radius:12px;background:#fbfdfb;color:#1a2b49;text-decoration:none;transition:transform .2s,background .2s,border-color .2s}.tours-ref-featured{padding:22px 32px 16px;background:#eef4fb}.tours-ref-featured-grid,.tours-ref-launch-grid,.tours-ref-try-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px;margin-top:12px}.tours-ref-card{display:block;min-width:0;color:#111827;text-decoration:none}.tours-ref-card img{width:100%;aspect-ratio:2.45/1;object-fit:cover;display:block;border-radius:9px;background:#dfe9f4}.tours-ref-card strong{display:-webkit-box;min-height:36px;margin-top:8px;overflow:hidden;color:#121826;font-size:14px;font-weight:700;line-height:1.28;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tours-ref-card small{display:inline-block;margin-top:4px;border-bottom:1px solid;color:#111827;font-size:12px;font-weight:600;line-height:1.2}.tours-ref-try{padding:20px 32px 18px;background:#fff}.tours-ref-try-item{display:grid;grid-template-columns:34px 1fr;grid-gap:10px;gap:10px;align-items:start;min-width:0;color:#111827;text-decoration:none}.tours-ref-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-top:1px;border:1px solid #b8a84c;border-radius:50%;color:var(--gyg-navy);font-size:13px;font-weight:800}.tours-ref-try-item strong{display:block;color:#111827;font-size:14px;font-weight:700;line-height:1.25}.tours-ref-try-item small{display:block;margin-top:4px;color:#555f6d;font-size:12px}.tours-ref-launch{position:relative;padding:16px 32px 18px;border-top:1px solid #edf0f3;background:linear-gradient(90deg,#fff7e8,#fffdf8)}.tours-ref-badge{position:absolute;top:-9px;left:32px;display:inline-flex;padding:2px 8px;border-radius:4px;background:#ee3444;color:#fff;font-size:11px;font-weight:800;line-height:1.2}.tours-ref-launch-grid a{color:#111827;font-size:14px;font-weight:700;line-height:1.25;text-decoration:none}.tours-ref-soon{padding:18px 32px 22px;border-top:1px solid #edf0f3;background:#fff}.tours-ref-soon-list{display:flex;flex-wrap:wrap;gap:14px 34px;margin-top:14px}.tours-ref-soon-list a{color:#111827;font-size:14px;line-height:1.25;text-decoration:none}.tours-ref-card:hover strong,.tours-ref-launch-grid a:hover,.tours-ref-soon-list a:hover,.tours-ref-try-item:hover strong{color:var(--gyg-orange)}.navbar-links .tours-mega-menu a{border-bottom:0;padding:0}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;justify-self:end;gap:5px;width:42px;height:42px;min-width:42px;border:1px solid #c8d0db;border-radius:12px;background:#fff;box-shadow:0 8px 20px rgba(21,34,56,.08);cursor:pointer}.mobile-menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:var(--gyg-navy);transition:transform .2s,opacity .2s}.navbar.mobile-open .mobile-menu-toggle span:first-child{transform:translateY(7px) rotate(45deg)}.navbar.mobile-open .mobile-menu-toggle span:nth-child(2){opacity:0}.navbar.mobile-open .mobile-menu-toggle span:last-child{transform:translateY(-7px) rotate(-45deg)}.mobile-menu-panel{position:fixed;top:72px;right:0;bottom:0;left:0;visibility:hidden;opacity:0;pointer-events:none;background:rgba(17,24,39,.3);transition:opacity .2s,visibility .2s;z-index:1200}.navbar.mobile-open .mobile-menu-panel{visibility:visible;opacity:1;pointer-events:auto}.mobile-menu-drawer{width:min(100%,440px);height:100%;margin-left:auto;overflow:auto;padding:18px;background:#fff;box-shadow:-18px 0 50px rgba(21,34,56,.18)}.mobile-menu-links{display:grid;grid-gap:8px;gap:8px}.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;padding:13px 12px;border:1px solid #e2e5ea;border-radius:12px;background:#fff;color:var(--gyg-navy);font-size:.98rem;font-weight:700;text-align:left;text-decoration:none}.mobile-nav-link.active{border-color:rgba(255,85,51,.35);background:#fff8f7;color:var(--gyg-orange)}.mobile-menu-actions{display:grid;grid-gap:10px;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid #e7eee9}.mobile-menu-actions .btn-outline,.mobile-menu-actions .btn-primary,.mobile-menu-actions .nav-dashboard-link{width:100%}.mobile-menu-actions .nav-user-chip{width:100%;text-align:center}.nav-user-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#eef1f6;color:var(--gyg-navy);font-size:12px;font-weight:700;white-space:nowrap}.tmega{position:fixed;top:72px;left:50%;transform:translateX(-50%);width:min(1180px,96vw);max-height:calc(100vh - 96px);overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 28px 70px rgba(15,23,42,.22);z-index:9999;animation:toursMegaIn .18s ease}.tmega-head{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:16px;padding:14px 22px;border-bottom:1px solid var(--border);background:#fff}.tmega-brand{display:flex;flex-direction:column;flex:0 0 auto}.tmega-logo{font-family:var(--font-display);font-size:18px;font-weight:800;color:var(--gyg-navy)}.tmega-tagline{font-size:11px;color:var(--muted);opacity:.7}.tmega-search{flex:1 1;display:flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--border);border-radius:10px;background:#f7f8fa;color:var(--muted);max-width:440px}.tmega-search input{flex:1 1;min-width:0;border:0;background:transparent;outline:none;font-size:13px;font-family:var(--font-body);color:var(--text)}.tmega-close{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--text);cursor:pointer;margin-left:auto;transition:all .2s}.tmega-close:hover{background:var(--green-light);color:var(--green-dark);border-color:var(--green)}.tmega-body{display:grid;grid-template-columns:minmax(0,1fr) 320px}.tmega-main{padding:20px 22px;min-width:0}.tmega-side{padding:20px;background:#f7f8fb;border-left:1px solid var(--border)}.tmega-block{margin-bottom:22px}.tmega-h{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--muted);opacity:.7;margin-bottom:12px}.tmega-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.tmega-cat{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;text-decoration:none;transition:all .2s}.tmega-cat:hover{border-color:var(--green);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.tmega-cat-icon{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:9px}.tmega-cat-text{display:flex;flex-direction:column;line-height:1.25;min-width:0}.tmega-cat-text strong{font-size:13px;font-weight:700;color:var(--text)}.tmega-cat-text small{font-size:11px;color:var(--muted);opacity:.65}.tmega-cat-icon.theme-orange{background:rgba(255,85,51,.12);color:#f53}.tmega-cat-icon.theme-green{background:rgba(22,163,74,.12);color:#16a34a}.tmega-cat-icon.theme-blue{background:rgba(37,99,235,.12);color:#2563eb}.tmega-cat-icon.theme-teal{background:rgba(13,148,136,.12);color:#0d9488}.tmega-cat-icon.theme-purple{background:rgba(124,58,237,.12);color:#7c3aed}.tmega-cat-icon.theme-rose{background:rgba(225,29,72,.12);color:#e11d48}.tmega-cat-icon.theme-amber{background:rgba(217,119,6,.12);color:#d97706}.tmega-cat-icon.theme-gold{background:rgba(202,138,4,.14);color:#ca8a04}.tmega-cat-icon.theme-indigo{background:rgba(79,70,229,.12);color:#4f46e5}.tmega-coll-list{display:flex;flex-direction:column;gap:8px}.tmega-coll{display:flex;align-items:center;gap:12px;padding:8px;border:1px solid var(--border);border-radius:12px;text-decoration:none;transition:all .2s}.tmega-coll:hover{border-color:var(--green);box-shadow:var(--shadow-sm)}.tmega-coll img{width:54px;height:54px;object-fit:cover;border-radius:9px;flex:0 0 auto;background:#eceef1}.tmega-coll-text{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.tmega-coll-text strong{font-size:13.5px;font-weight:700;color:var(--text)}.tmega-coll-text small{font-size:11.5px;color:var(--muted);opacity:.7}.tmega-coll-badge{font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:5px;width:-moz-fit-content;width:fit-content;font-style:normal;margin-top:2px}.tmega-coll-badge.tone-seller{background:rgba(255,85,51,.14);color:#f53}.tmega-coll-badge.tone-popular{background:rgba(22,163,74,.14);color:#16a34a}.tmega-coll-badge.tone-trending{background:rgba(217,119,6,.14);color:#d97706}.tmega-coll-badge.tone-rated{background:rgba(37,99,235,.14);color:#2563eb}.tmega-coll-arrow{flex:0 0 auto;color:var(--muted);opacity:.45}.tmega-qf-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;align-items:start}.tmega-qf-group{display:flex;flex-direction:column;gap:6px}.tmega-qf-head{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:2px}.tmega-qf-head svg{color:var(--green-dark)}.tmega-qf-chip{padding:8px 12px;border:1px solid var(--border);border-radius:9px;font-size:12.5px;font-weight:600;color:var(--text);text-decoration:none;transition:all .18s}.tmega-qf-chip:hover{border-color:var(--green);background:var(--green-light);color:var(--green-dark)}.tmega-cta{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:14px;background:linear-gradient(135deg,#fff6f3,#fdebe5);border:1px solid rgba(255,85,51,.18)}.tmega-cta-text{display:flex;flex-direction:column;gap:2px}.tmega-cta-text strong{font-size:15px;font-weight:800;color:var(--text)}.tmega-cta-text span{font-size:12px;color:var(--muted);opacity:.8}.tmega-cta-btn{flex:0 0 auto;padding:11px 18px;border-radius:10px;background:var(--green);color:#fff;font-size:13px;font-weight:800;text-decoration:none;transition:all .2s;white-space:nowrap}.tmega-cta-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.tmega-side-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tmega-side-head .tmega-h{margin-bottom:0}.tmega-viewall{font-size:12px;font-weight:700;color:var(--green-dark);text-decoration:none}.tmega-picks{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.tmega-pick{display:flex;gap:11px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:8px;text-decoration:none;transition:all .2s}.tmega-pick:hover{border-color:var(--green);box-shadow:var(--shadow-sm)}.tmega-pick-media{position:relative;flex:0 0 84px;width:84px;height:72px;border-radius:9px;overflow:hidden;background:#eceef1}.tmega-pick-media img{width:100%;height:100%;object-fit:cover}.tmega-pick-off{position:absolute;top:5px;left:5px;padding:2px 6px;border-radius:5px;background:var(--green);color:#fff;font-size:9px;font-weight:800}.tmega-pick-heart{position:absolute;top:5px;right:5px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:hsla(0,0%,100%,.92);color:var(--gyg-navy)}.tmega-pick-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.tmega-pick-body strong{font-size:12.5px;font-weight:700;color:var(--text);line-height:1.25}.tmega-pick-body strong,.tmega-pick-loc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tmega-pick-loc{font-size:11px;color:var(--muted);opacity:.7}.tmega-pick-rate{display:flex;align-items:center;gap:3px;font-size:11.5px;font-weight:700;color:var(--text)}.tmega-pick-rate svg{color:#ffb400}.tmega-pick-rate em{font-style:normal;font-weight:500;color:var(--muted);opacity:.7}.tmega-pick-price{display:flex;align-items:baseline;gap:6px;margin-top:1px}.tmega-pick-price s{font-size:11px;color:var(--muted);opacity:.6}.tmega-pick-price b{font-size:14px;color:var(--green-dark);font-weight:800}.tmega-help{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:12px;background:linear-gradient(135deg,var(--gyg-navy),var(--gyg-navy-dark));color:#fff;margin-bottom:14px}.tmega-help strong{font-size:13.5px;font-weight:800}.tmega-help span{font-size:11.5px;color:hsla(0,0%,100%,.7)}.tmega .tmega-help-phone{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#fff;text-decoration:none;border-bottom:0}.tmega .tmega-help-phone:hover,.tmega-help-phone svg{color:var(--green)}.tmega-news{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff}.tmega-news strong{font-size:13px;font-weight:800;color:var(--text)}.tmega-news>span{font-size:11.5px;color:var(--muted);opacity:.75;margin-bottom:6px}.tmega-news-row{display:flex;gap:6px}.tmega-news-row input{flex:1 1;min-width:0;border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:12px;font-family:var(--font-body);outline:none}.tmega-news-row input:focus{border-color:var(--green)}.tmega-news-row button{flex:0 0 auto;padding:8px 12px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:12px;font-weight:700;cursor:pointer}@media(max-width:920px){.tmega{position:static;width:100%;max-height:none;border:0;box-shadow:none;border-radius:0;transform:none}.tmega-head{flex-wrap:wrap}.tmega-search{order:3;max-width:none;flex:1 1 100%}.tmega-body{grid-template-columns:1fr}.tmega-side{border-left:0;border-top:1px solid var(--border)}.tmega-cat-grid,.tmega-qf-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.tmega-cat-grid{grid-template-columns:1fr}}.hero-section{margin-top:72px;min-height:485px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#071513;width:100%;left:0}.hero-slider{pointer-events:none;z-index:1;background:#071513}.hero-slide,.hero-slider{position:absolute;inset:0}.hero-slide{opacity:0;transition:opacity 1.1s ease}.hero-slide.is-active{opacity:1}.hero-slide picture{position:absolute;inset:0;display:block;width:100%;height:100%}.hero-slide-img{width:100%;height:auto;object-fit:cover;object-position:center;display:block;background:#071513}.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:9px}.hero-dot{width:9px;height:9px;border:0;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;padding:0;transition:all .25s}.hero-dot:hover{background:hsla(0,0%,100%,.8)}.hero-dot.is-active{width:26px;border-radius:999px;background:#fff}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;display:grid;place-items:center;border:0;border-radius:50%;background:hsla(0,0%,100%,.82);color:var(--gyg-navy);font-size:26px;line-height:1;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.25);opacity:0;transition:opacity .25s,background .2s,transform .2s}.hero-arrow:focus-visible,.hero-section:hover .hero-arrow{opacity:1}.hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}@media(hover:none){.hero-arrow{opacity:.9}}@media(prefers-reduced-motion:reduce){.hero-slide{transition:opacity .01ms}}.hero-overlay{position:absolute;inset:0;background:transparent}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:30px 20px;max-width:900px;width:100%}.hero-eyebrow{font-size:12px;letter-spacing:4px;text-transform:uppercase;color:var(--green);margin-bottom:18px;font-weight:600;animation:fadeUp .7s ease .1s both}.hero-title{font-family:var(--font-display);font-size:clamp(42px,7vw,84px);font-weight:900;line-height:1.04;margin-bottom:22px;animation:fadeUp .8s ease .2s both}.hero-title .highlight{color:var(--green)}.hero-subtitle{font-size:17px;color:hsla(0,0%,100%,.72);max-width:520px;margin:0 auto 40px;line-height:1.75;animation:fadeUp .8s ease .3s both}.hero-search-bar{display:flex;background:#fff;border-radius:14px;overflow:hidden;max-width:800px;margin:0 auto;box-shadow:0 20px 60px rgba(0,0,0,.35);animation:fadeUp .8s ease .45s both}.hero-field{flex:1 1;padding:14px 20px;border-right:1px solid var(--border)}.hero-field:last-of-type{border-right:none}.hero-field label{display:block;font-size:10px;color:var(--muted);font-weight:700;margin-bottom:4px;text-transform:uppercase;letter-spacing:.6px}.hero-field select{width:100%;outline:none;font-size:13px;color:var(--text);background:transparent}.hero-field select,.hero-search-btn{border:none;font-family:var(--font-body);cursor:pointer}.hero-search-btn{padding:0 30px;background:var(--green);color:#fff;font-size:15px;font-weight:600;transition:background .2s;white-space:nowrap;display:flex;align-items:center;gap:8px}.hero-search-btn:hover{background:var(--green-dark)}.hero-stats{display:flex;gap:40px;justify-content:center;margin-top:40px;animation:fadeUp .8s ease .55s both}.hero-stat-num{font-size:28px;font-weight:700;color:#fff;display:block}.hero-stat-label{font-size:12px;color:hsla(0,0%,100%,.55);margin-top:2px}.section{padding:20px 5%}.section-header{text-align:center;margin-bottom:52px}.section-desc{max-width:880px;margin:-18px auto 18px;font-size:15px;color:var(--muted);line-height:1.7;text-align:center}.section-eyebrow{font-size:11px;letter-spacing:3.5px;text-transform:uppercase;color:var(--green);font-weight:700;margin-bottom:10px}.section-title{font-family:var(--font-display);font-size:clamp(28px,4vw,44px);font-weight:700;color:var(--text);line-height:1.18}.who-we-are{background:linear-gradient(135deg,#fff,#fefcfb 50%,#fff8f5);border:1px solid rgba(26,43,73,.06);border-radius:24px;padding:0;margin:40px 5%;box-shadow:0 20px 60px rgba(26,43,73,.03);color:var(--text);overflow:hidden;--t-orange:#f97316;--t-green:#16a34a;--t-amber:#d97706;--t-purple:#7c3aed;--t-blue:#2563eb;--t-rose:#e11d48}.who-hero{position:relative;background-size:cover;background-position:center 26%;padding:64px 6% 28px;min-height:600px;overflow:hidden}.who-hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,252,248,.95),rgba(255,250,244,.82) 24%,rgba(255,248,240,.34) 42%,rgba(255,246,236,0) 58%)}.who-approved-badge{position:absolute;top:28px;right:6%;z-index:3;display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(26,43,73,.06);border-radius:14px;padding:12px 18px;box-shadow:0 14px 34px rgba(26,43,73,.14)}.who-approved-icon{width:36px;height:36px;border-radius:9px;background:rgba(249,115,22,.12);color:#f97316;display:flex;align-items:center;justify-content:center;flex-shrink:0}.who-approved-icon svg{width:20px;height:20px}.who-approved-text{display:flex;flex-direction:column;line-height:1.3}.who-approved-text strong{font-size:14px;font-weight:700;color:var(--gyg-navy)}.who-approved-text span{font-size:12px;color:var(--muted)}.who-hero-content{position:relative;z-index:2;max-width:600px}.who-eyebrow,.who-title-main{margin-bottom:20px}.who-title-main{font-family:var(--font-display);font-size:clamp(30px,3.6vw,50px);font-weight:800;color:var(--gyg-navy);line-height:1.12;letter-spacing:-.5px}.highlight-cursive{font-family:Playfair Display,Georgia,serif;font-style:italic;color:#c2410c;position:relative;display:inline-block;font-weight:700}.highlight-cursive:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#f97316;border-radius:2px}.who-hero-desc{font-size:16px;color:#475569;line-height:1.7;margin-bottom:28px;max-width:520px}.who-cta-row{display:flex;flex-wrap:wrap;gap:14px}.who-btn-outline,.who-btn-primary{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:700;padding:13px 26px;border-radius:12px;text-decoration:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.who-btn-outline svg,.who-btn-primary svg{width:17px;height:17px}.who-btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 12px 28px rgba(249,115,22,.32)}.who-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(249,115,22,.42)}.who-btn-outline{background:hsla(0,0%,100%,.85);color:var(--gyg-navy);border:1.5px solid rgba(26,43,73,.18)}.who-btn-outline:hover{transform:translateY(-2px);border-color:#f97316;color:#c2410c}.who-review-card{position:absolute;right:6%;top:30%;z-index:3;width:320px;min-height:150px;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(26,43,73,.06);border-radius:16px;padding:20px 22px 30px;box-shadow:0 22px 48px rgba(26,43,73,.2)}.who-review-slide{position:absolute;inset:20px 22px 30px;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.who-review-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.who-review-top{display:flex;align-items:center;gap:14px}.who-review-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 12px rgba(26,43,73,.18);background:linear-gradient(135deg,#f97316,#ea580c);flex-shrink:0}.who-review-meta{flex:1 1}.who-review-stars{color:#f59e0b;font-size:15px;letter-spacing:1px;display:flex;align-items:center;gap:8px;margin-bottom:6px}.who-review-rating{color:var(--gyg-navy);font-size:14px;font-weight:800;letter-spacing:0}.who-review-text{font-size:14px;color:#334155;font-style:italic;line-height:1.5;margin:0!important}.who-review-author{font-size:13px;font-weight:700;color:var(--gyg-navy);margin-top:12px}.who-review-author span{color:#f97316}.who-review-dots{position:absolute;bottom:14px;left:22px;display:flex;gap:6px}.who-review-dot{width:7px;height:7px;padding:0;border:none;cursor:pointer;border-radius:50%;background:rgba(26,43,73,.18);transition:width .3s ease,background .3s ease}.who-review-dot.active{width:20px;border-radius:4px;background:#f97316}.who-cards-band{position:relative;z-index:2;display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;gap:24px;margin:40px 0 0}.who-feature-panel{position:relative;z-index:2;flex:0 1 62%;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:16px;padding:24px 8px;box-shadow:0 20px 48px rgba(15,23,42,.24)}.who-feature-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:2px 22px}.who-feature-item:not(:first-child):before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:1px;background:rgba(26,43,73,.1)}.who-feature-icon-wrap{width:42px;height:42px;border-radius:11px;background:rgba(249,115,22,.12);display:flex;align-items:center;justify-content:center;color:#f97316;flex-shrink:0;transition:transform .3s ease,background .3s ease,color .3s ease}.who-feature-item:hover .who-feature-icon-wrap{transform:translateY(-3px) scale(1.06);background:#f97316;color:#fff}.who-feature-icon-wrap svg{width:21px;height:21px}.who-feature-item h4{font-size:14.5px;font-weight:700;color:var(--gyg-navy);line-height:1.35;margin:0}.who-feature-item p{font-size:12.5px;color:var(--muted);line-height:1.5;margin:0!important}.who-stats-card{position:relative;z-index:2;flex:0 0 268px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-around;gap:4px;background:linear-gradient(160deg,#20335a,#15233d);border-radius:16px;padding:24px 14px;box-shadow:0 24px 52px rgba(11,20,38,.5)}.who-stat-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;padding:0 6px}.who-stat-item:not(:last-child):after{content:"";position:absolute;top:14%;bottom:14%;right:0;width:1px;background:hsla(0,0%,100%,.12)}.who-stat-icon{color:#f97316;margin-bottom:8px}.who-stat-icon svg{width:22px;height:22px}.who-stat-val{display:block;color:#fff;font-size:clamp(22px,2.4vw,27px);font-weight:800;line-height:1.1}.who-stat-lbl{color:#94a3b8;font-size:11px;font-weight:700;line-height:1.3;margin-top:4px}.who-trust-strip{position:relative;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;background:#fff;border:1px solid rgba(26,43,73,.05);border-radius:18px;padding:34px 30px 30px;margin:28px 4% 40px;box-shadow:0 16px 40px rgba(15,23,42,.05)}.who-trust-line{position:absolute;top:58px;left:9%;right:9%;height:0;border-top:2px dashed rgba(26,43,73,.14);z-index:0}.who-trust-item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.who-trust-item,.who-trust-item.theme-orange{--accent:var(--t-orange)}.who-trust-item.theme-green{--accent:var(--t-green)}.who-trust-item.theme-amber{--accent:var(--t-amber)}.who-trust-item.theme-blue{--accent:var(--t-blue)}.who-trust-item.theme-purple{--accent:var(--t-purple)}.who-trust-item.theme-rose{--accent:var(--t-rose)}.who-trust-icon{width:48px;height:48px;border-radius:50%;background:color-mix(in srgb,var(--accent) 12%,#fff);border:4px solid #fff;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:12px;box-shadow:0 0 0 1px color-mix(in srgb,var(--accent) 18%,#fff);transition:transform .3s ease,background .3s ease,color .3s ease}.who-trust-icon svg{width:21px;height:21px}.who-trust-item:hover .who-trust-icon{transform:translateY(-4px) scale(1.06);background:var(--accent);color:#fff}.who-trust-item h4{font-size:13.5px;font-weight:700;color:var(--gyg-navy);line-height:1.3;margin-bottom:5px}.who-trust-item p{font-size:12px;color:var(--muted);line-height:1.4;margin:0!important}@media (max-width:1080px){.who-cards-band{flex-wrap:wrap}.who-feature-panel,.who-stats-card{flex:1 1 100%}.who-trust-strip{grid-template-columns:repeat(3,1fr);row-gap:30px}.who-trust-line{display:none}}@media (max-width:720px){.who-hero{padding:48px 6% 28px;min-height:0}.who-approved-badge{display:none}.who-review-card{position:static;width:auto;margin-top:28px}.who-feature-panel{grid-template-columns:repeat(2,1fr);row-gap:26px}.who-feature-item{padding:2px 18px}.who-feature-item:not(:first-child):before{display:none}.who-trust-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:460px){.who-feature-panel{grid-template-columns:1fr;row-gap:22px}.who-feature-item{padding:2px 14px}.who-trust-strip{grid-template-columns:1fr}.who-stats-card{flex-direction:column;gap:18px}.who-stat-item{padding:14px 6px}.who-stat-item:not(:last-child):after{top:auto;bottom:0;left:22%;right:auto;width:56%;height:1px}}.bg-special-offers{background:#fafaf8;padding:80px 5%}.special-offers-container{max-width:100%;margin:0 auto;position:relative}.text-special-offers{color:var(--gyg-navy);text-align:center}.text-special-offers-desc{text-align:center;max-width:720px;margin:-18px auto 44px;font-size:15px;color:var(--muted);line-height:1.7}.title-accent-line{width:60px;height:4px;background:var(--gyg-orange);margin:12px auto 0;border-radius:2px}.promo-slider-wrapper-iconic{position:relative;max-width:100%}.promo-grid-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:1.5px solid var(--gyg-orange);color:var(--gyg-orange);font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px rgba(255,85,51,.12);transition:all .25s ease;padding:0}.promo-grid-arrow:hover{background:var(--gyg-orange);color:#fff;box-shadow:0 6px 18px rgba(255,85,51,.25)}.promo-grid-arrow-left{left:-24px}.promo-grid-arrow-right{right:-24px}.promo-grid-iconic{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.promo-card-iconic{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(26,43,73,.04);border:1px solid rgba(26,43,73,.05);transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease}.promo-card-iconic:hover{transform:translateY(-8px);box-shadow:0 16px 36px rgba(26,43,73,.1)}.promo-image-viewport-iconic{position:relative;height:240px;overflow:hidden;background:#e2e8f0}.promo-slider-iconic{position:absolute;inset:0;overflow:hidden}.promo-slider-track-iconic{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.promo-slide-image-iconic{flex:0 0 100%;width:100%;height:100%;object-fit:contain;transition:transform .6s ease;background:#000}.promo-card-iconic:hover .promo-slide-image-iconic{transform:scale(1.05)}.promo-image-overlay-iconic{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.25) 45%,rgba(0,0,0,.1));z-index:2}.promo-badge-iconic{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase;padding:5px 12px;border-radius:6px;width:-moz-fit-content;width:fit-content;color:#fff}.promo-favorite-btn{position:absolute;top:18px;right:18px;width:34px;height:34px;border-radius:50%;background:hsla(0,0%,100%,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#718096;padding:0}.promo-favorite-btn svg{width:16px;height:16px}.promo-favorite-btn:hover{transform:scale(1.08)}.promo-favorite-btn.active,.promo-favorite-btn:hover{background:#fff;color:#e74c3c}.promo-title-block-iconic{color:#fff}.promo-title-text-iconic{font-family:var(--font-display);font-size:20px;font-weight:700;line-height:1.3;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.35)}.promo-meta-row-iconic{display:flex;align-items:center;gap:8px;font-size:12.5px;opacity:.95;text-shadow:0 1px 2px rgba(0,0,0,.35)}.promo-meta-item-iconic{display:flex;align-items:center;gap:4px}.meta-icon-svg{width:13px;height:13px;color:#fff;flex-shrink:0}.meta-separator-iconic{opacity:.6}.promo-body-iconic{padding:20px;display:flex;flex-direction:column;flex-grow:1}.promo-features-row-iconic{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:18px}.promo-feature-col-iconic{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.feature-icon-svg{width:20px;height:20px;flex-shrink:0}.promo-feature-text-iconic{font-size:11px;font-weight:600;color:var(--gyg-navy);line-height:1.35}.promo-body-divider-iconic{border:0;border-top:1px solid var(--border);margin:0 0 18px;opacity:.8}.promo-footer-row-iconic{display:flex;justify-content:space-between;align-items:center}.promo-price-block-iconic{display:flex;flex-direction:column;gap:2px}.price-label-text-iconic{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.price-value-text-iconic{font-size:21px;font-weight:800;color:var(--gyg-navy)}.price-unit-text-iconic{font-size:12px;font-weight:500;color:var(--muted)}.promo-book-btn-iconic{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;font-size:13px;font-weight:700;color:#fff;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.book-btn-arrow-svg{width:14px;height:14px;transition:transform .2s ease}.promo-book-btn-iconic:hover{filter:brightness(.92);box-shadow:0 6px 18px rgba(0,0,0,.2)}.promo-book-btn-iconic:hover .book-btn-arrow-svg{transform:translateX(4px)}.trust-badges-panel-iconic{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;background:#fff;border-radius:16px;padding:24px 30px;margin-top:44px;box-shadow:0 4px 20px rgba(26,43,73,.03);border:1px solid rgba(26,43,73,.05)}.trust-badge-item-iconic{display:flex;align-items:flex-start;gap:14px}.trust-badge-icon-wrap-iconic{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge-icon-wrap-iconic svg{width:20px;height:20px}.trust-badge-icon-wrap-iconic.theme-orange{background:#fff0ed;color:#f53}.trust-badge-icon-wrap-iconic.theme-green{background:#eefdf3;color:#16a34a}.trust-badge-icon-wrap-iconic.theme-purple{background:#f5f3ff;color:#7c3aed}.trust-badge-text-iconic h4{font-size:13.5px;font-weight:700;color:var(--gyg-navy);margin-bottom:4px}.trust-badge-text-iconic p{font-size:11.5px;color:var(--muted);line-height:1.45}.dest-header,.destinations-showcase-container{position:relative}.dest-title{line-height:1.18;max-width:760px;margin-left:auto;margin-right:auto}.dest-header .section-desc{margin-top:14px;max-width:560px}.dest-accent{position:relative;color:#f97316;white-space:nowrap}.dest-accent:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:9px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='9' viewBox='0 0 200 9' preserveAspectRatio='none'%3E%3Cpath d='M2 6 C 55 1, 145 1, 198 5' stroke='%23f97316' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% /100% 100%}.dest-viewall-btn{position:absolute;top:50%;right:0;transform:translateY(-50%);display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--gyg-navy);border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:13px 20px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 10px 28px rgba(15,23,42,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.dest-viewall-btn>svg:first-child{width:18px;height:18px;color:#f97316}.dest-viewall-arrow{width:16px;height:16px;color:#f97316;transition:transform .25s ease}.dest-viewall-btn:hover{border-color:#f97316;box-shadow:0 16px 34px rgba(249,115,22,.16)}.dest-viewall-btn:hover .dest-viewall-arrow{transform:translateX(3px)}.destinations-showcase{position:relative;padding:18px 56px 0}.destinations-grid{position:relative;min-height:430px;overflow:hidden}.dest-card{position:absolute;top:0;left:50%;width:min(100%,300px);height:400px;border-radius:24px;overflow:hidden;cursor:pointer;background:#0f172a;transform:translateX(-50%) scale(.7);opacity:0;pointer-events:none;box-shadow:0 20px 48px rgba(0,0,0,.16);filter:saturate(.95);transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .5s ease,box-shadow .45s ease,filter .45s ease}.dest-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.dest-card.is-active,.dest-card[data-offset="0"]{transform:translateX(-50%) scale(1);opacity:1;z-index:5;pointer-events:auto;box-shadow:0 30px 70px rgba(0,0,0,.28);filter:none}.dest-card[data-offset="-1"]{transform:translateX(calc(-50% - 232px)) scale(.9);opacity:.95;z-index:4;pointer-events:auto}.dest-card[data-offset="1"]{transform:translateX(calc(-50% + 232px)) scale(.9);opacity:.95;z-index:4;pointer-events:auto}.dest-card[data-offset="-2"]{transform:translateX(calc(-50% - 438px)) scale(.8);opacity:.55;z-index:2}.dest-card[data-offset="2"]{transform:translateX(calc(-50% + 438px)) scale(.8);opacity:.55;z-index:2}.dest-card:hover img{transform:scale(1.06)}.dest-shine{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(8,15,30,.9) 0,rgba(8,15,30,.25) 48%,rgba(8,15,30,0) 78%)}.dest-fav{position:absolute;top:16px;right:16px;z-index:4;width:38px;height:38px;border:none;border-radius:50%;background:hsla(0,0%,100%,.92);color:#1a2b49;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease,color .2s ease}.dest-fav svg{width:18px;height:18px}.dest-fav:hover{transform:scale(1.1);color:#f43f5e}.dest-card.is-active .dest-fav{background:#f97316;color:#fff}.dest-card.is-active .dest-fav svg{fill:#fff;stroke:#fff}.dest-overlay{position:absolute;inset:auto 0 0 0;z-index:3;padding:0 20px 22px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.dest-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:8px;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:10px}.dest-badge.theme-blue{background:rgba(37,99,235,.92)}.dest-badge.theme-green{background:rgba(22,163,74,.92)}.dest-badge.theme-purple{background:rgba(124,58,237,.92)}.dest-badge.theme-amber{background:rgba(217,119,6,.92)}.dest-badge.theme-rose{background:rgba(225,29,72,.92)}.dest-badge.theme-orange{background:rgba(249,115,22,.92)}.dest-name{font-family:var(--font-display);font-weight:800;font-size:22px;line-height:1.1;margin:0;color:#fff}.dest-tagline{font-size:13px;opacity:.9;margin:4px 0 0!important;color:#fff}.dest-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:12px}.dest-loc{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;opacity:.92}.dest-loc svg{width:13px;height:13px}.dest-rating{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;background:hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:999px}.dest-rating svg{width:13px;height:13px;color:#fbbf24}.dest-rating em{font-style:normal;opacity:.85;font-weight:600}.dest-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:6;box-shadow:0 14px 32px rgba(0,0,0,.14);transition:transform .2s,background .2s,color .2s}.dest-nav-btn svg{width:20px;height:20px}.dest-nav-btn:hover{background:#f97316;color:#fff;transform:translateY(-50%) scale(1.06)}.dest-nav-prev{left:0}.dest-nav-next{right:0}.dest-dots{display:flex;justify-content:center;gap:9px;margin-top:22px}.dest-dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(26,43,73,.2);cursor:pointer;transition:transform .2s,background .2s,width .2s}.dest-dot.active{width:28px;background:#f97316}.dest-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin:34px 0 0;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:22px 28px;box-shadow:0 14px 40px rgba(15,23,42,.05)}.dest-trust-item{position:relative;display:flex;align-items:center;gap:13px}.dest-trust-item:not(:last-child):after{content:"";position:absolute;right:-9px;top:6px;bottom:6px;width:1px;background:rgba(15,23,42,.08)}.dest-trust-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,background .3s ease,color .3s ease}.dest-trust-icon svg{width:21px;height:21px}.dest-trust-meta{display:flex;flex-direction:column;line-height:1.3}.dest-trust-meta strong{font-size:13.5px;font-weight:700;color:var(--gyg-navy)}.dest-trust-meta span{font-size:11.5px;color:#64748b;margin-top:2px}.dest-trust-item.theme-orange .dest-trust-icon{background:rgba(249,115,22,.12);color:#f97316}.dest-trust-item.theme-green .dest-trust-icon{background:rgba(22,163,74,.12);color:#16a34a}.dest-trust-item.theme-purple .dest-trust-icon{background:rgba(124,58,237,.12);color:#7c3aed}.dest-trust-item:hover .dest-trust-icon{transform:scale(1.08)}@media (max-width:1100px){.dest-viewall-btn{position:static;transform:none;margin:18px auto 0}.destinations-grid{min-height:384px}.dest-card{width:min(82vw,290px);height:360px}.dest-card[data-offset="-1"]{transform:translateX(calc(-50% - 200px)) scale(.86);opacity:.9}.dest-card[data-offset="1"]{transform:translateX(calc(-50% + 200px)) scale(.86);opacity:.9}.dest-card[data-offset="-2"],.dest-card[data-offset="2"]{opacity:0;pointer-events:none}.dest-trust-strip{grid-template-columns:repeat(2,1fr);gap:22px 18px}.dest-trust-item:nth-child(2):after{display:none}}@media (max-width:620px){.destinations-showcase{padding:12px 10px 0}.destinations-grid{min-height:360px}.dest-card{width:min(86vw,320px);height:350px}.dest-card[data-offset="-1"],.dest-card[data-offset="1"]{opacity:0;pointer-events:none}.dest-nav-btn{width:40px;height:40px}.dest-nav-prev{left:-4px}.dest-nav-next{right:-4px}.dest-trust-strip{grid-template-columns:1fr;gap:18px}.dest-trust-item:after{display:none!important}}.tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:24px;gap:24px}.popular-tours-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tour-card{background:linear-gradient(180deg,#fff,#fbfdfb);border:1px solid rgba(46,204,122,.08);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .35s,box-shadow .35s,border-color .35s;cursor:pointer;animation:fadeUp .6s ease both}.tour-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:rgba(46,204,122,.22)}.tour-card-image{position:relative;height:246px;overflow:hidden;background:#f0f3f8}.tour-card-slider-track{display:flex;width:100%;height:100%;transition:transform .45s ease}.tour-card-image img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;transition:transform .55s}.tour-card:hover .tour-card-image img{transform:scale(1.07)}.tour-card-image-fade{position:absolute;inset:auto 0 0 0;height:60%;background:linear-gradient(0deg,rgba(8,32,18,.48),transparent);pointer-events:none}.badge-discount{left:14px;background:#e74c3c;letter-spacing:.3px;animation:badgePop .35s ease}.badge-discount,.badge-featured{position:absolute;top:14px;color:#fff;font-size:11px;font-weight:800;padding:5px 10px;border-radius:999px;z-index:2}.badge-featured{left:92px;background:var(--green)}.tour-slider-nav{position:absolute;inset:auto 14px 18px 14px;display:flex;justify-content:space-between;z-index:2;pointer-events:none}.tour-slider-btn{width:38px;height:38px;border:none;border-radius:999px;background:hsla(0,0%,100%,.92);color:var(--green-dark);font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.16);transition:transform .2s,background .2s,color .2s;pointer-events:auto}.tour-slider-btn:hover{background:var(--green);color:#fff;transform:scale(1.06)}.tour-slider-dots{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:7px;z-index:2}.tour-slider-dot{width:8px;height:8px;border-radius:999px;background:hsla(0,0%,100%,.45);transition:width .2s,background .2s}.tour-slider-dot.active{width:24px;background:#fff}.wishlist-btn{position:absolute;top:14px;right:14px;width:34px;height:34px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.16);border:none;transition:all .22s;font-size:16px;z-index:2}.wishlist-btn:hover{background:#ffe4e4;transform:scale(1.12)}.tour-card-body{padding:20px 20px 22px}.tour-card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.tour-tag{display:inline-flex;align-items:center;background:var(--green-light);color:var(--green-dark);font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px}.tour-duration-badge{font-size:11px;font-weight:700;color:#476253;background:#f3f7f4;border-radius:999px;padding:6px 10px}.tour-card-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text);margin:12px 0 8px;line-height:1.3;transition:color .2s}.tour-card-title:hover{color:var(--green-dark)}.tour-card-meta{display:flex;align-items:center;gap:14px;font-size:13px;color:var(--muted);margin:8px 0 4px;flex-wrap:wrap}.stars-gold{color:#f59e0b;font-size:12px}.tour-card-premium{display:flex;flex-direction:column;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.05);transition:transform .4s cubic-bezier(.25,1,.5,1),box-shadow .4s ease,border-color .4s ease;position:relative;height:100%}.tour-card-premium:hover{transform:translateY(-10px);box-shadow:0 20px 48px rgba(15,23,42,.08)}.tour-premium-image-wrap{position:relative;height:250px;overflow:hidden;background:#f1f5f9}.tour-premium-slider-track{display:flex;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.tour-premium-slide-img{flex:0 0 100%;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.tour-card-premium:hover .tour-premium-slide-img{transform:scale(1.04)}.tour-premium-discount{left:14px;color:#fff;font-weight:800;letter-spacing:.5px;box-shadow:0 4px 10px rgba(0,0,0,.15)}.tour-premium-discount,.tour-premium-featured{position:absolute;top:14px;font-size:11px;padding:5px 12px;border-radius:8px;z-index:2}.tour-premium-featured{left:88px;background:#fff;color:#1e293b;font-weight:700;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 10px rgba(0,0,0,.05)}.tour-premium-featured .star-gold{color:#f59e0b;margin-right:3px}.tour-premium-wishlist-btn{position:absolute;top:14px;right:14px;width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.08);border:none;transition:all .3s cubic-bezier(.25,1,.5,1);z-index:2;padding:0}.tour-premium-wishlist-btn svg{width:18px;height:18px;transition:transform .2s ease}.tour-premium-wishlist-btn:hover{transform:scale(1.1);box-shadow:0 6px 18px rgba(0,0,0,.12)}.tour-premium-wishlist-btn:hover svg{transform:scale(1.08)}.tour-premium-image-bottom-row{position:absolute;bottom:14px;left:14px;right:14px;display:flex;justify-content:space-between;gap:10px;z-index:2}.tour-premium-bottom-pill{display:flex;align-items:center;gap:6px;background:rgba(15,23,42,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:11px;font-weight:700;padding:6px 12px;border-radius:20px;border:1px solid hsla(0,0%,100%,.15)}.tour-premium-bottom-pill .pill-icon{width:12px;height:12px;color:#fff}.tour-premium-slider-nav{position:absolute;inset:auto 12px 60px 12px;display:flex;justify-content:space-between;z-index:2;pointer-events:none;opacity:0;transition:opacity .3s ease}.tour-premium-image-wrap:hover .tour-premium-slider-nav{opacity:1}.tour-premium-slider-nav-btn{width:32px;height:32px;border:none;border-radius:50%;background:hsla(0,0%,100%,.95);color:#1e293b;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.12);transition:all .2s ease;pointer-events:auto;padding:0}.tour-premium-slider-nav-btn:hover{background:var(--theme-color);color:#fff;transform:scale(1.08)}.tour-premium-slider-dots{position:absolute;left:50%;bottom:50px;transform:translateX(-50%);display:flex;gap:5px;z-index:2}.tour-premium-slider-dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.45);transition:all .3s ease}.tour-premium-slider-dot.active{width:14px;background:#fff;border-radius:3px}.tour-premium-body{padding:24px 22px;display:flex;flex-direction:column;flex-grow:1}.tour-premium-category-badge{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:30px;width:-moz-fit-content;width:fit-content;margin-bottom:12px;font-weight:800;text-transform:uppercase;font-size:10px;letter-spacing:.5px}.category-badge-icon{width:12px;height:12px;flex-shrink:0}.tour-premium-title{font-family:var(--font-display);font-size:clamp(17px,1.8vw,20px);font-weight:800;color:var(--gyg-navy);margin-bottom:12px;line-height:1.35;transition:color .25s ease;min-height:54px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tour-premium-title:hover{color:var(--theme-color)}.tour-premium-rating-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;font-size:13px}.tour-premium-location-lbl{display:flex;align-items:center;gap:4px;color:#64748b;font-weight:600}.rating-loc-pin{width:13px;height:13px;color:var(--theme-color)}.tour-premium-stars-block{display:flex;align-items:center;gap:3px}.rating-val-bold{font-weight:700;color:#1e293b}.star-gold-rating{color:#f59e0b;font-size:13px}.reviews-count-muted{color:#94a3b8;font-weight:500}.tour-premium-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:16px;border-bottom:1px dashed rgba(226,232,240,.8);padding-bottom:16px}.price-lbl-text{font-size:12px;color:#94a3b8;font-weight:500}.price-original-strikethrough{font-size:13px;color:#94a3b8;text-decoration:line-through;font-weight:500}.price-discounted-bold{font-size:24px;font-weight:800;line-height:1}.tour-premium-amenities-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.amenity-col{display:flex;flex-direction:column;align-items:center;gap:6px}.amenity-icon{width:16px;height:16px;color:#94a3b8}.amenity-col span{font-size:10px;color:#64748b;font-weight:600}.tour-premium-btn{width:100%;padding:13px;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.25,1,.5,1);text-decoration:none}.tour-premium-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn-arrow-svg{width:14px;height:14px;transition:transform .3s ease}.tour-premium-btn:hover .btn-arrow-svg{transform:translateX(4px)}.tour-duration{font-size:13px;color:var(--muted);margin-top:2px}.bg-our-services{background:#fff;padding:80px 5%}.services-header{margin-bottom:56px}.text-services{color:var(--gyg-navy);text-align:center}.text-services-desc{max-width:680px;margin:16px auto 0;text-align:center;font-size:15px;color:var(--muted);line-height:1.7}.services-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.service-card-premium{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:20px;padding:40px 24px;box-shadow:0 10px 30px rgba(15,23,42,.02);border:1px solid rgba(15,23,42,.04);border-bottom:3px solid transparent;transition:transform .35s cubic-bezier(.25,1,.5,1),box-shadow .35s ease,border-color .35s ease,border-bottom-color .35s ease;cursor:pointer}.service-card-premium:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(15,23,42,.06);border-color:rgba(15,23,42,.08);border-bottom-color:var(--gyg-orange)}.service-icon-wrap-premium{width:68px;height:68px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s cubic-bezier(.25,1,.5,1)}.service-icon-wrap-premium .svg-icon{display:none;width:28px;height:28px}.service-icon-wrap-premium .emoji-icon{display:inline-block;font-size:32px;line-height:1}.service-card-premium:hover .service-icon-wrap-premium{transform:scale(1.06);background:var(--gyg-orange)!important;color:#fff!important}.service-card-premium:hover .service-icon-wrap-premium .emoji-icon{display:none}.service-card-premium:hover .service-icon-wrap-premium .svg-icon{display:inline-block;color:#fff!important}.service-title-premium{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--gyg-navy);margin-bottom:12px;line-height:1.3}.service-desc-premium{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.service-icon-wrap-premium.theme-orange{background:rgba(249,115,22,.1);color:#f97316}.service-icon-wrap-premium.theme-pink{background:rgba(244,63,94,.1);color:#f43f5e}.service-icon-wrap-premium.theme-red{background:rgba(239,68,68,.1);color:#ef4444}.service-icon-wrap-premium.theme-brown{background:rgba(180,83,9,.1);color:#b45309}.service-icon-wrap-premium.theme-teal{background:rgba(13,148,136,.1);color:#0d9488}.service-icon-wrap-premium.theme-gray{background:rgba(71,85,105,.1);color:#475569}.service-icon-wrap-premium.theme-rose{background:rgba(225,29,72,.1);color:#e11d48}.service-icon-wrap-premium.theme-yellow{background:rgba(217,119,6,.1);color:#d97706}@media (max-width:980px){.services-grid-premium{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.services-grid-premium{grid-template-columns:1fr;gap:16px}.bg-our-services{padding:60px 5%}}.tour-price-row{display:flex;align-items:baseline;gap:6px;margin:16px 0 18px}.price-from{font-size:12px;color:var(--muted)}.price-old{font-size:13px;color:var(--muted);text-decoration:line-through}.price-new{font-size:24px;font-weight:700;color:var(--green-dark)}.view-details-btn{width:100%;padding:13px;background:var(--green);color:#fff;border:none;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;transition:all .22s;font-family:var(--font-body)}.view-details-btn:hover{background:var(--green-dark);transform:translateY(-1px)}.departures-list{margin-top:16px;padding-top:14px;border-top:1px solid #edf2ee}.departure-label{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:5px}.departure-item{display:flex;align-items:center;gap:6px;margin-top:4px}.departure-dot{width:6px;height:6px;background:var(--green);border-radius:50%;flex-shrink:0}.departure-text{font-size:12px;color:var(--muted)}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter-tab-btn{padding:8px 18px;border-radius:24px;font-size:13px;font-weight:500;border:1.5px solid var(--border);background:#fff;cursor:pointer;transition:all .22s;font-family:var(--font-body)}.filter-tab-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.filter-tab-btn:hover:not(.active){border-color:var(--green);color:var(--green-dark)}.testimonials-section{padding-bottom:44px}.testimonials-section .section-desc{max-width:600px;color:#64748b;margin-top:14px}.review-stats{display:flex;justify-content:center;flex-wrap:wrap;gap:18px 44px;margin:-22px 0 40px}.review-stat{display:flex;align-items:center;gap:12px;transition:transform .35s cubic-bezier(.25,1,.5,1)}.review-stat:hover{transform:translateY(-4px)}.review-stat-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,background .3s ease,color .3s ease}.review-stat-icon svg{width:22px;height:22px}.review-stat-meta{display:flex;flex-direction:column;line-height:1.2}.review-stat-meta strong{font-size:18px;font-weight:800;color:var(--gyg-navy)}.review-stat-meta span{font-size:12.5px;color:#64748b;font-weight:600}.review-stat.theme-orange .review-stat-icon{background:rgba(249,115,22,.12);color:#f59e0b}.review-stat.theme-green .review-stat-icon{background:rgba(22,163,74,.12);color:#16a34a}.review-stat.theme-blue .review-stat-icon{background:rgba(37,99,235,.12);color:#2563eb}.review-stat:hover .review-stat-icon{transform:scale(1.08);color:#fff}.review-stat.theme-orange:hover .review-stat-icon{background:#f59e0b}.review-stat.theme-green:hover .review-stat-icon{background:#16a34a}.review-stat.theme-blue:hover .review-stat-icon{background:#2563eb}.testimonials-slider-wrap{position:relative;padding:12px 58px 0}.testimonials-grid{position:relative;min-height:320px;overflow:hidden}.testimonial-card{position:absolute;top:14px;left:50%;width:min(100%,520px);min-height:232px;background:#fff;border:1px solid rgba(26,43,73,.07);border-radius:22px;padding:30px 30px 24px;transform:translateX(-50%) scale(.8);opacity:0;pointer-events:none;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .45s ease,box-shadow .3s ease}.testimonial-card.is-active,.testimonial-card[data-offset="0"]{transform:translateX(-50%) scale(1);opacity:1;z-index:4;pointer-events:auto;box-shadow:0 26px 52px rgba(15,23,42,.16)}.testimonial-card[data-offset="-1"]{transform:translateX(calc(-50% - 300px)) scale(.9);opacity:.5;z-index:3}.testimonial-card[data-offset="1"]{transform:translateX(calc(-50% + 300px)) scale(.9);opacity:.5;z-index:3}.testimonial-quote-mark{position:absolute;top:18px;right:26px;font-family:var(--font-display);font-size:64px;line-height:1;color:rgba(26,43,73,.1);pointer-events:none}.testimonial-stars{color:#f59e0b;font-size:16px;margin-bottom:18px;letter-spacing:3px}.testimonial-text{font-size:15.5px;color:#334155;line-height:1.8;position:relative;z-index:1}.testimonial-highlight{color:#f97316;font-weight:600}.testimonial-author{display:flex;align-items:center;gap:14px;margin-top:22px;padding-top:20px;border-top:1px solid #eef2f6}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 4px 12px rgba(15,23,42,.15);background:#f1f5f9;flex-shrink:0}.author-name{font-size:15px;font-weight:700;color:var(--gyg-navy)}.author-loc{display:flex;align-items:center;gap:4px;font-size:12.5px;color:#64748b;margin-top:2px}.author-loc svg{width:12px;height:12px;color:#f97316}.testimonial-nav-btn{position:absolute;top:44%;transform:translateY(-50%);width:46px;height:46px;border:none;border-radius:50%;background:#fff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;box-shadow:0 12px 28px rgba(15,23,42,.16);transition:transform .2s,background .2s,color .2s}.testimonial-nav-btn svg{width:20px;height:20px}.testimonial-nav-btn:hover{background:#f97316;color:#fff;transform:translateY(-50%) scale(1.06)}.testimonial-nav-prev{left:0}.testimonial-nav-next{right:0}.testimonial-dots{display:flex;justify-content:center;gap:9px;margin-top:24px}.testimonial-dot{width:9px;height:9px;border:none;border-radius:999px;background:rgba(26,43,73,.18);cursor:pointer;transition:width .25s,background .25s}.testimonial-dot.active{width:26px;background:#f97316}.review-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin:46px 0 0;background:#faf6f1;border:1px solid rgba(26,43,73,.05);border-radius:18px;padding:24px 28px}.review-trust-item{position:relative;display:flex;align-items:center;gap:14px;transition:transform .35s cubic-bezier(.25,1,.5,1)}.review-trust-item:hover{transform:translateY(-4px)}.review-trust-item:not(:last-child):after{content:"";position:absolute;right:-9px;top:6px;bottom:6px;width:1px;background:rgba(26,43,73,.08)}.review-trust-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,background .3s ease,color .3s ease}.review-trust-icon svg{width:20px;height:20px}.review-trust-meta{display:flex;flex-direction:column;line-height:1.3}.review-trust-meta strong{font-size:13.5px;font-weight:700;color:var(--gyg-navy)}.review-trust-meta span{font-size:11.5px;color:#64748b;line-height:1.4;margin-top:2px}.review-trust-item.theme-orange .review-trust-icon{background:rgba(249,115,22,.12);color:#f97316}.review-trust-item.theme-green .review-trust-icon{background:rgba(22,163,74,.12);color:#16a34a}.review-trust-item.theme-blue .review-trust-icon{background:rgba(37,99,235,.12);color:#2563eb}.review-trust-item.theme-purple .review-trust-icon{background:rgba(124,58,237,.12);color:#7c3aed}.review-trust-item:hover .review-trust-icon{transform:scale(1.08);color:#fff}.review-trust-item.theme-orange:hover .review-trust-icon{background:#f97316}.review-trust-item.theme-green:hover .review-trust-icon{background:#16a34a}.review-trust-item.theme-blue:hover .review-trust-icon{background:#2563eb}.review-trust-item.theme-purple:hover .review-trust-icon{background:#7c3aed}@media (max-width:900px){.review-trust-strip{grid-template-columns:repeat(2,1fr);gap:24px 18px}.review-trust-item:nth-child(2):after{display:none}}@media (max-width:680px){.testimonials-slider-wrap{padding:12px 6px 0}.testimonial-nav-btn{display:none}.testimonial-card[data-offset="-1"],.testimonial-card[data-offset="1"]{opacity:0}.review-stats{gap:16px 28px}.review-trust-strip{grid-template-columns:1fr}.review-trust-item:after{display:none!important}}.newsletter-section{background:linear-gradient(135deg,#0f1c32,#1a2b49);border-radius:26px;padding:64px 5%;text-align:center;color:#fff;margin:0 5% 80px}.newsletter-title{font-family:var(--font-display);font-size:clamp(26px,3.5vw,40px);font-weight:700;margin-bottom:10px}.newsletter-sub{font-size:15px;opacity:.72;margin-bottom:30px}.newsletter-form{display:flex;max-width:460px;margin:0 auto;gap:10px}.newsletter-input{flex:1 1;padding:14px 18px;border-radius:11px;outline:none}.newsletter-btn,.newsletter-input{border:none;font-family:var(--font-body);font-size:14px}.newsletter-btn{padding:14px 26px;background:var(--green);color:#fff;border-radius:11px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.newsletter-btn:hover{background:var(--gyg-orange-dark)}