.topbar{position:fixed;top:0;left:0;right:0;width:100%;height:var(--topbar-height);min-height:var(--topbar-height);display:flex;align-items:center;justify-content:center;padding:0;z-index:1000;font-family:Poppins,sans-serif;background-color:#1a1a2ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;box-shadow:none;transform:translateY(0);transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.topbar--hidden{transform:translateY(-100%)}.topbar__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:flex-end}.topbar__right{display:flex;align-items:center;gap:.75rem}.topbar__phone{display:flex;align-items:center;gap:.4rem;color:#fff;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:color .2s;white-space:nowrap}.topbar__phone:hover{color:#f9a825}.topbar__phone-icon{font-size:12px;color:inherit;flex-shrink:0;transform:scaleX(-1)}.topbar__cta{background:var(--color-primary);color:#1a1a2e;padding:.25rem .75rem;border-radius:4px;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.02em;text-decoration:none;transition:background .2s,transform .2s;white-space:nowrap;flex-shrink:0}.topbar__cta:hover{background:#e6981e;color:#1a1a2e;transform:translateY(-1px)}.header{position:fixed;top:0;left:0;right:0;z-index:999;font-family:Poppins,sans-serif;background-color:#1a1a2ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;box-shadow:none;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;transform:translateY(calc(var(--topbar-height, 36px) - 1px));transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}body.topbar-hidden .header{transform:translateY(0)}.header__inner{max-width:1200px;margin:0 auto;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center}.header__logo-img{height:50px;width:auto;object-fit:contain}.header__toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff;padding:.25rem}.header__nav{display:flex;align-items:center;gap:.25rem;flex-wrap:nowrap}.header__link{display:flex;align-items:center;gap:.25rem;padding:.45rem .7rem;color:#fff;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.02em;border-radius:4px;transition:color .2s,background .2s;white-space:nowrap}.header__link:hover,.header__link--active,.header__link--active:hover{color:#f9a825}.header__link--cta.header__link--active{background:#e6981e;color:#1a1a2e}.header__link--dropdown{background:none;border:none;cursor:pointer;font-family:Poppins,sans-serif}.header__link--cta{background:var(--color-primary);color:#1a1a2e;margin-left:.5rem;font-weight:700;padding:.4rem .9rem;font-size:14px}.header__link--cta:hover{background:#e6981e;color:#1a1a2e}.header__dropdown{position:relative}.header__dropdown-menu{position:absolute;top:100%;left:0;min-width:260px;background:#fff;box-shadow:0 8px 24px #0000001f;border-radius:4px;padding:.5rem 0;margin-top:.25rem;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,visibility .2s,transform .2s;z-index:100}.header__dropdown-menu--wide{min-width:280px}.header__dropdown-menu--open{opacity:1;visibility:visible;transform:translateY(4px)}.header__dropdown-menu li a{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:background .2s,color .2s;white-space:nowrap}.header__dropdown-menu li a:hover{background:#f9a8251a;color:#f9a825}.header__dropdown-link--active{background:#f9a82526;color:#e69500;font-weight:600}@media (max-width: 992px){.header__toggle{display:block}.header__nav{position:fixed;top:0;left:0;width:280px;max-width:85vw;height:100vh;background:#1a1a2efa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;align-items:stretch;padding:5rem 1rem 2rem;box-shadow:4px 0 20px #0003;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.header__nav--open{transform:translate(0)}.header__link{padding:.75rem 1rem;color:#fff}.header__dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;max-height:0;overflow:hidden;padding:0;margin:0;transition:max-height .3s ease;background:transparent}.header__dropdown-menu--open{max-height:500px;padding:.5rem 0 .5rem 1rem;margin-top:.25rem}.header__dropdown-menu--wide.header__dropdown-menu--open{max-height:600px}.header__nav .header__dropdown-menu li a{color:#ffffffe6}.header__nav .header__dropdown-menu li a:hover{background:#ffffff1a;color:#f9a825}.header__link--cta{margin-left:0;margin-top:.5rem}}.page-banner{position:relative;width:100%;box-sizing:border-box;padding:170px 1.5rem 130px;color:#fff;background-size:cover;object-fit:contain;background-repeat:no-repeat;overflow:hidden}.page-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#000000a6,#00000040)}.page-banner__inner{position:relative;max-width:1200px;margin:0 auto}.page-banner__title{font-size:2.25rem;font-weight:700;letter-spacing:.03em;margin:0 0 .5rem}.page-banner__subtitle{font-size:1rem;max-width:640px;margin:0;opacity:.9}@media (max-width: 768px){.page-banner{padding:130px 1.25rem 95px}.page-banner__title{font-size:1.75rem}.page-banner__subtitle{font-size:.95rem}}.floating-whatsapp-button{position:fixed;bottom:20px;right:20px;z-index:9999;width:56px;height:56px;border-radius:50%;background-color:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 8px 20px #00000040;transition:transform .2s ease,box-shadow .2s ease}.floating-whatsapp-button:hover{transform:scale(1.08);box-shadow:0 12px 26px #00000059}.floating-whatsapp-button:active{transform:scale(.95)}.wa-tooltip{position:absolute;right:70px;bottom:50%;transform:translateY(50%) translate(10px);white-space:nowrap;background-color:#1f1f1f;color:#fff;padding:6px 10px;border-radius:6px;font-size:13px;font-weight:500;opacity:0;pointer-events:none;transition:all .3s ease}.wa-tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent transparent transparent #1f1f1f}.floating-whatsapp-button:hover .wa-tooltip{opacity:1;transform:translateY(50%) translate(0)}@media (max-width: 768px){.wa-tooltip{display:none}}@media (max-width: 480px){.back-to-top{width:40px;height:40px;bottom:84px!important;right:16px}}.site-footer{background-color:var(--color-secondary);color:var(--color-light)}.footer-container{max-width:1200px;margin:auto;padding:50px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.footer-col h3,.footer-col h4{margin-bottom:14px;font-weight:600;color:var(--color-primary)}.footer-logo{font-size:22px}.footer-text{font-size:16px;line-height:1.7;color:#e5e7eb}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icons a{display:inline-flex;justify-content:center;align-items:center;width:35px;height:35px;background-color:#ffffff1a;color:#fff;border-radius:50%;font-size:16px;transition:all .3s ease}.social-icons a:hover{background-color:var(--color-primary);transform:translateY(-3px)}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:10px;font-size:16px}.footer-col ul li a{color:#e5e7eb;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:var(--color-primary)}.footer-col p{font-size:16px;margin-bottom:8px;color:#e5e7eb}.footer-bottom{border-top:1px solid var(--color-border);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:16px 10px;font-size:16px;color:#d1d5db}.footer-bottom p{margin:0}.footer-bottom__credit{font-size:.85rem;opacity:.9;color:#9ca3af;text-decoration:none;transition:color .2s ease}.footer-bottom__credit:hover{color:#25d366}.footer-bottom:hover{cursor:pointer;color:#f9a825}.footer-bottom:hover .footer-bottom__credit{color:#9ca3af}.footer-bottom .footer-bottom__credit:hover{color:#25d366}.msm-box-2{display:inline-flex;align-items:center;margin-top:12px;padding:8px 12px;font-size:.9rem;line-height:1;background-color:gold;border:1px solid var(--color-border);border-radius:2px;color:#000;width:fit-content}.msm-box-2 .bold{letter-spacing:.3px;color:#000;font-weight:600}.msm-box-2 .msme{width:30%;object-fit:contain;filter:grayscale(0)}[data-theme=dark] .msm-box-2{background:#ffffff0a;border-color:var(--color-border);color:#e5e7eb}@media (max-width: 576px){.msm-box-2{font-size:.85rem;padding:6px 10px}.msm-box-2 .msme{height:20px}}.footer-wrapper{margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media (min-width: 576px){.footer-wrapper{max-width:540px}}@media (min-width: 768px){.footer-wrapper{max-width:720px}}@media (min-width: 992px){.footer-wrapper{max-width:960px}}@media (min-width: 1200px){.footer-wrapper{max-width:1140px}}@media (min-width: 1400px){.footer-wrapper{max-width:1320px}}.seo-footer{background-color:var(--color-secondary);color:var(--color-light);border-top:1px solid var(--color-border)}.seo-footer-container{max-width:1200px;margin:auto;padding:20px}.seo-toggle{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;font-size:14px;margin-bottom:10px}.seo-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.seo-content.open{max-height:2000px}.seo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-top:15px}.seo-grid h4{font-size:16px;margin-bottom:8px;font-weight:600}.seo-grid ul{list-style:none;padding:0;margin:0}.seo-grid ul li{font-size:16px;margin-bottom:6px}.seo-grid ul li a{color:inherit;text-decoration:none;transition:color .2s ease}.seo-grid ul li a:hover{color:var(--color-primary)}.seo-contact{margin-top:30px;font-size:16px}.seo-credit{margin-top:10px;font-size:16px}.back-to-top{position:fixed;bottom:92px;right:25px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 8px 20px #00000026;opacity:0;transform:translateY(20px) scale(.9);pointer-events:none;transition:all .3s ease;z-index:9998}.back-to-top.show{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.back-to-top:hover{background-color:var(--color-accent);transform:translateY(-3px) scale(1.05)}.back-to-top svg{font-size:1rem}[data-theme=dark] .back-to-top{box-shadow:0 8px 24px #0006}@media (max-width: 576px){.back-to-top{width:40px;height:40px;bottom:20px;right:25px}}.home-hero{position:relative;width:100%;min-height:100vh;overflow:hidden;color:#fff;display:flex;align-items:center;justify-content:center}.home-hero__slider{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .8s ease-in-out}.home-hero__slide.active{opacity:1;z-index:1}.home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000e6,#0009 35%,#0003 65%,#0000);z-index:2;pointer-events:none}.home-hero__content{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;text-align:center}.home-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:.8rem;font-weight:600;color:#fffc}.home-hero__title{font-size:clamp(2.4rem,3.4vw + 1.2rem,3.8rem);line-height:1.1;font-weight:700;text-shadow:0 18px 45px rgba(0,0,0,.6)}.home-hero__subtitle{max-width:540px;font-size:.95rem;line-height:1.7;color:#ffffffe6;margin:0 auto}.home-hero__meta{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;margin-top:.75rem;font-size:.85rem;color:#ffffffd9;justify-content:center}.home-hero__meta span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:999px;background:var(--color-primary);margin-right:.5rem}@media (max-width: 768px){.home-hero__content{padding:0 1.25rem 3rem;gap:1rem}.home-hero__subtitle{max-width:100%}.home-hero__meta{gap:.75rem 1.5rem}}.services{padding:4rem 0;background:#fff}.services__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.services__subtitle{margin:0 0 .5rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;letter-spacing:.1em;color:#6b7280;text-align:center}.services__card-link{text-decoration:none;color:inherit;display:block}.services__title{margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#1e3a5f;text-align:center;line-height:1.2}.services__description{margin:0 auto 3rem;max-width:600px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#4b5563;text-align:center;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.services__card{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.services__card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.services__card-image-wrapper{position:relative;aspect-ratio:4 / 3;overflow:hidden}.services__card-image{width:100%;height:100%;object-fit:cover;display:block}.services__card-icon{position:absolute;bottom:12px;left:12px;width:38px;height:38px;background:var(--color-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:8px}.services__card-icon svg{width:18px;height:18px;color:#fff}.services__card-content{position:relative;padding:1.25rem}.services__card-title{margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#1e3a5f;line-height:1.3}.services__card-description{margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#4b5563;line-height:1.6}.services__card-arrow{position:absolute;bottom:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;color:#374151;font-size:14px;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.services__card-arrow:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}@media (max-width: 992px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.services__grid{grid-template-columns:1fr;gap:1.5rem}}.popular-tours{padding:4rem 0;background:#1a5276}.popular-tours__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.popular-tours__subtitle{margin:0 0 .5rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;letter-spacing:.1em;color:#ffffffe6;text-align:center}.popular-tours__title{margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#fff;text-align:center;line-height:1.2}.popular-tours__description{margin:0 auto 3rem;max-width:700px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#ffffffe6;text-align:center;line-height:1.6}.popular-tours__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem}.popular-tours__grid--four{margin-top:1.25rem;grid-template-columns:repeat(4,1fr)}.popular-tours__grid--four .popular-tours__card:nth-child(n){grid-column:auto}.popular-tours__card:nth-child(1){grid-column:1 / 4}.popular-tours__card:nth-child(2){grid-column:4 / 7}.popular-tours__card:nth-child(3){grid-column:1 / 3}.popular-tours__card:nth-child(4){grid-column:3 / 5}.popular-tours__card:nth-child(5){grid-column:5 / 7}.popular-tours__card:nth-child(6){grid-column:1 / 3}.popular-tours__card:nth-child(7){grid-column:3 / 5}.popular-tours__card:nth-child(8){grid-column:5 / 7}.popular-tours__card{position:relative;aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;display:block;text-decoration:none;box-shadow:0 2px 12px #0003;border:1px solid rgba(255,255,255,.15);transition:transform .2s ease,box-shadow .2s ease}.popular-tours__card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.popular-tours__card-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.popular-tours__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.25) 45%,transparent 100%);pointer-events:none}.popular-tours__card-content{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 1.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.popular-tours__card-left{display:flex;flex-direction:column;gap:0}.popular-tours__card-title{margin:0;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;line-height:1.2}.popular-tours__card-underline{display:block;width:36px;height:1px;background:#fff;margin:.4rem 0 .35rem}.popular-tours__card-duration{margin:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:400;color:#fffffff2;line-height:1.4}.popular-tours__card-link{display:inline-flex;align-items:center;gap:.3rem;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#fff;white-space:nowrap;flex-shrink:0}.popular-tours__card-link svg{font-size:11px}@media (max-width: 768px){.popular-tours__grid{grid-template-columns:1fr;gap:1.25rem}.popular-tours__grid .popular-tours__card:nth-child(n){grid-column:1 / -1}.popular-tours__grid--four{grid-template-columns:1fr}.popular-tours__grid--four .popular-tours__card:nth-child(n){grid-column:1 / -1}}.features{position:relative;min-height:400px;background-size:cover;background-position:center;background-repeat:no-repeat}.features__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#00000080,#000000d9)}.features__container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:4rem 1.5rem}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.features__item{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.features__icon-wrapper{width:70px;height:70px;border-radius:50%;background:#f63;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.features__icon{width:32px;height:32px;color:#fff}.features__title{margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;color:#fff;line-height:1.3}.features__description{margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;color:#ffffffe6;line-height:1.6}@media (max-width: 768px){.features__grid{grid-template-columns:1fr;gap:2rem}}.why-us{padding:4rem 1.5rem;background:linear-gradient(180deg,#fff,#f9fafb)}.why-us__container{max-width:1200px;margin:0 auto}.why-us__subtitle{text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;color:var(--color-muted);margin-bottom:.5rem}.why-us__title{font-size:2.2rem;margin-bottom:2.5rem;color:var(--color-dark)}.why-us__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.why-us__card{background:#fff;border-radius:1.1rem;padding:2rem 1.75rem;box-shadow:0 14px 34px #0f172a14;transition:transform .35s ease,box-shadow .35s ease;position:relative;overflow:hidden}.why-us__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#6366f114,#0ea5e914);opacity:0;transition:opacity .35s ease}.why-us__card:hover{transform:translateY(-8px);box-shadow:0 26px 60px #0f172a24}.why-us__card:hover:before{opacity:1}.why-us__icon-wrapper{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.why-us__icon{color:#fff;font-size:1.3rem}.why-us__card-title{font-size:1.05rem;margin-bottom:.5rem;color:var(--color-dark)}.why-us__card-text{font-size:.95rem;line-height:1.6;color:var(--color-text)}@media (max-width: 992px){.why-us__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.why-us__grid{grid-template-columns:1fr}.why-us__title{font-size:1.9rem}}.not-found{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;overflow:hidden;color:#fff}.not-found:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 0% 0%,rgba(255,255,255,.14),transparent 55%),radial-gradient(circle at 100% 100%,rgba(255,255,255,.12),transparent 55%),linear-gradient(135deg,#111827,#1f2937 40%,#4b5563);opacity:.96;animation:not-found-gradient-shift 14s ease-in-out infinite alternate}.not-found:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(244,197,94,.35),transparent 60%);top:-120px;right:-120px;filter:blur(2px);opacity:.8;animation:not-found-orbit 18s linear infinite}.not-found__inner{position:relative;z-index:1;max-width:640px;text-align:center}.not-found__logo{width:160px;max-width:65vw;margin:0 auto 1.5rem;filter:drop-shadow(0 14px 40px rgba(0,0,0,.6));animation:not-found-logo-float 2s ease-in-out infinite}.not-found__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;color:#f9fafbbf;margin-bottom:.75rem}.not-found__title{font-size:clamp(3.2rem,7vw,5rem);font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fbbf24,#f97316);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 18px 40px rgba(0,0,0,.65);animation:not-found-pop .9s ease-out forwards}.not-found__subtitle{font-size:.98rem;line-height:1.7;color:#f9fafbe6;margin-bottom:1.75rem}.not-found__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.not-found__btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.6rem;border-radius:999px;font-size:.9rem;font-weight:500;text-decoration:none;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .15s ease}.not-found__btn--primary{background-color:#fbbf24;color:#111827;box-shadow:0 15px 40px #00000073}.not-found__btn--primary:hover{background-color:#f59e0b;transform:translateY(-1px)}.not-found__btn--ghost{background-color:transparent;color:#f9fafbeb;border-color:#f9fafb4d}.not-found__btn--ghost:hover{border-color:#f9fafb8c;transform:translateY(-1px)}@keyframes not-found-gradient-shift{0%{background-position:0% 0%,100% 100%,0% 0%}to{background-position:20% 20%,80% 80%,100% 100%}}@keyframes not-found-orbit{0%{transform:translateZ(0) rotate(0)}50%{transform:translate3d(-20px,20px,0) rotate(180deg)}to{transform:translateZ(0) rotate(360deg)}}@keyframes not-found-pop{0%{transform:scale(.85) translateY(12px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media (max-width: 768px){.not-found{padding:3rem 1.25rem}}@keyframes not-found-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}:root{--color-primary: #FFD700;--color-secondary: #FFA500;--color-dark: #333;--color-muted: #666;--color-border: #e0e0e0;--color-bg: #f8f9fa}.contact-page{min-height:100vh;padding:60px 0;background:linear-gradient(135deg,#f8f9fa,#fff)}.contact-cards-container{max-width:1200px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.contact-card{background:#fff;padding:15px;border-radius:10px;box-shadow:0 5px 20px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--color-border)}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px gold}.contact-card h3{font-size:1.25rem;margin-bottom:15px;color:var(--color-dark)}.contact-card p,.contact-card a{font-size:1rem;color:var(--color-muted);line-height:1.6;margin:6px;display:block;text-decoration:none}.contact-card a:hover{color:var(--color-primary)}.contact-form-section{max-width:1200px;margin:0 auto;padding:0 20px}.contact-form-container{display:grid;grid-template-columns:1fr 2fr;gap:40px;background:#fff;border-radius:15px;padding:40px;box-shadow:0 10px 40px #00000014}.section-title{font-size:28px;font-weight:600;color:var(--color-dark);margin-bottom:25px;text-align:center}.bank-details-section{display:flex;flex-direction:column;align-items:center;padding:20px;border-right:2px solid var(--color-border)}.bank-details-btn{background:gold;color:#fff;font-size:18px;font-weight:500;padding:15px 40px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 5px 20px #ffd7004d;transition:all .3s ease;margin-bottom:30px}.bank-details-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70066}.bank-details-btn:active{transform:translateY(0)}.company-info{text-align:center;margin-bottom:30px}.company-info h3{font-size:24px;font-weight:600;color:var(--color-dark);margin-bottom:10px}.phone-number{font-size:20px;color:var(--color-muted);font-weight:500}.qr-code-container{display:flex;justify-content:center;align-items:center}.qr-code-placeholder{width:180px;height:180px;border:3px solid var(--color-border);border-radius:10px;padding:15px;background:#fff;box-shadow:0 5px 15px #0000001a;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.qr-code-placeholder:hover{transform:scale(1.1);box-shadow:0 5px 15px gold;cursor:pointer;transition:all .3s ease}.qr-code-image{width:100%;height:100%;object-fit:contain}.symbol{display:flex;justify-content:center;gap:15px;margin-top:15px}.symbol div img{height:30px;object-fit:contain;border:none}.enquiry-form-section{padding:20px;position:relative;overflow:hidden}.enquiry-form{display:flex;flex-direction:column;gap:20px;transition:opacity .3s ease,transform .3s ease}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group.has-error input,.form-group.has-error textarea{border-color:#e63946}.error-message{margin-top:4px;font-size:12px;color:#e63946}.form-group label{font-size:14px;font-weight:500;color:var(--color-dark);margin-bottom:8px}.form-group input,.form-group textarea{padding:12px 15px;font-size:15px;border:2px solid var(--color-border);border-radius:8px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #ffd7001a}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:gold;color:#fff;font-size:18px;font-weight:500;padding:15px 40px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 5px 20px #ffd7004d;transition:all .3s ease;margin-top:10px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70066}.submit-btn:active{transform:translateY(0)}.enquiry-success{text-align:center;padding:30px 20px;animation:enquirySuccessFadeIn .4s ease forwards}@keyframes enquirySuccessFadeIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-content{background:#fff;border-radius:15px;padding:40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:36px;color:var(--color-muted);cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.popup-close:hover{background:#0000000d;color:var(--color-dark)}.popup-header{text-align:center;border-bottom:2px solid var(--color-border)}.popup-header h2{font-size:32px;font-weight:700;color:var(--color-dark);margin:0}.popup-header h3{font-size:20px;font-weight:500;margin:0;color:var(--color-secondary)}.bank-info-table{margin-bottom:30px}.bank-info-row{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid var(--color-border);transition:background .2s ease}.bank-info-row:hover{background:#ffd7000d}.bank-info-row:last-child{border-bottom:none}.bank-label{font-weight:600;color:var(--color-dark);font-size:15px}.bank-value{font-weight:500;color:var(--color-muted);font-size:15px;text-align:right}.bank-notes{background:#ffd7001a;border-left:4px solid var(--color-primary);padding:20px;border-radius:8px}.bank-notes h4{font-size:18px;font-weight:600;color:var(--color-dark);margin:0}.bank-notes ol{margin:0;padding-left:20px}.bank-notes li{font-size:14px;color:var(--color-muted);line-height:1.6;margin-bottom:10px}.bank-notes li:last-child{margin-bottom:0}@media (max-width: 992px){.contact-form-container{grid-template-columns:1fr;gap:40px}.bank-details-section{border-right:none;border-bottom:2px solid var(--color-border);padding-bottom:40px}}@media (max-width: 768px){.contact-cards-container{grid-template-columns:1fr}.contact-form-container{padding:30px 20px}.form-row{grid-template-columns:1fr}.section-title{font-size:24px}.popup-content{padding:30px 20px}.popup-header h2{font-size:26px;margin:0}.bank-info-row{flex-direction:column;align-items:flex-start;gap:5px}.bank-value{text-align:left}}@media (max-width: 480px){.contact-page{padding:40px 0}.contact-card{padding:20px}.bank-details-btn,.submit-btn{font-size:16px;padding:12px 30px}.qr-code-placeholder{width:150px;height:150px}.popup-close{font-size:30px;width:35px;height:35px}}.popup-content::-webkit-scrollbar{width:8px}.popup-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.popup-content::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:10px}.popup-content::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}.about{padding:3rem 1.5rem 4rem;background:#f9fafb}.about__container{max-width:1200px;margin:0 auto}.about__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;color:var(--color-muted);margin:0 0 .5rem}.about__title{font-size:2.25rem;margin:0 0 1.75rem;color:var(--color-dark)}.about__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.75fr);gap:2.5rem;align-items:flex-start}.about__image img{width:100%;display:block;border-radius:0;object-fit:contain;height:auto;max-height:none}.about__content p{margin:0 0 1rem;color:var(--color-text)}.about__list{margin:0 0 1.5rem;padding-left:1.25rem;color:var(--color-text)}.about__list li{margin-bottom:.35rem}.about__highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about__highlight-card{background:#fff;border-radius:.75rem;padding:1.25rem 1.1rem;box-shadow:0 10px 25px #0f172a12;display:flex;flex-direction:column;gap:.25rem}.about__highlight-number{font-size:1.6rem;font-weight:700;color:var(--color-primary)}.about__highlight-label{font-size:.9rem;color:var(--color-muted)}.about__note{grid-column:1 / -1;background:#fff7e6;border-radius:.75rem;padding:1rem 1.1rem;font-size:.95rem;color:#92400e}.about__services{margin-top:3rem}.about__subtitle{font-size:1.5rem;margin:0 0 1.5rem;color:var(--color-dark)}.about__services-col h3{font-size:1.05rem;margin-bottom:.75rem;color:var(--color-secondary)}.about__services-col p{font-size:.95rem;margin:0;color:var(--color-text)}@media (max-width: 992px){.about__grid{grid-template-columns:minmax(0,1.8fr) minmax(0,1.2fr)}.about__services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.about{padding:2.5rem 1.25rem 3rem}.about__title{font-size:1.9rem}.about__grid{grid-template-columns:minmax(0,1fr)}.about__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.about__services-grid{grid-template-columns:minmax(0,1fr)}}.about__services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem}.about__services-col{background:#fff;border-radius:1rem;padding:1.75rem 1.5rem;box-shadow:0 12px 28px #0f172a0f;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;cursor:default}.about__services-col:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#6366f114,#0ea5e914);opacity:0;transition:opacity .35s ease;pointer-events:none}.about__services-col:hover{transform:translateY(-6px);box-shadow:0 22px 48px #0f172a1f}.about__services-col:hover:before{opacity:1}.about__services-col h3{font-size:1.05rem;margin-bottom:.75rem;color:var(--color-dark);position:relative;z-index:1}.about__services-col h3:after{content:"";display:block;width:36px;height:2px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));margin-top:.4rem;border-radius:2px}.about__services-col p{font-size:.95rem;line-height:1.6;color:var(--color-text);margin:0;position:relative;z-index:1}@media (max-width: 992px){.about__services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.about__services-grid{grid-template-columns:minmax(0,1fr)}.about__services-col{padding:1.5rem 1.25rem}}.reviews{padding:4rem 1.5rem;background:linear-gradient(180deg,#f9fafb,#fff)}.reviews__container{max-width:1200px;margin:0 auto}.reviews__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;color:var(--color-muted);margin-bottom:.5rem}.reviews__title{font-size:2.2rem;margin-bottom:2rem;color:var(--color-dark)}.reviews__rating{font-size:1rem;color:var(--color-muted);margin-bottom:2rem}.reviews__content{margin-top:.5rem}.reviews__status{font-size:.95rem;color:var(--color-muted)}.reviews__status--error{color:#b91c1c}.reviews__grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.review-card{background:#fff;border-radius:1rem;padding:1.5rem 1.4rem;box-shadow:0 12px 28px #0f172a0f;display:flex;flex-direction:column;gap:.75rem}.review-card__header{display:flex;align-items:center;gap:.9rem}.review-card__avatar{width:40px;height:40px;border-radius:999px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:.85rem;font-weight:600;color:#374151}.review-card__avatar img{width:100%;height:100%;object-fit:cover}.review-card__meta{display:flex;flex-direction:column;gap:.1rem}.review-card__author{margin:0;font-weight:600;color:var(--color-dark)}.review-card__rating{margin:0;font-size:.9rem;color:#f59e0b}.review-card__rating-value{margin-left:.35rem;font-weight:500;color:#92400e}.review-card__time{margin:0;font-size:.8rem;color:var(--color-muted)}.review-card__text{margin:0;font-size:.95rem;line-height:1.6;color:var(--color-text)}.reviews__cta{margin-top:2rem;text-align:center}.reviews__cta a{display:inline-block;font-weight:600;color:var(--color-primary);text-decoration:none;position:relative}.reviews__cta a:after{content:"";display:block;height:2px;width:0;background:var(--color-primary);transition:width .3s ease;margin-top:4px}.reviews__cta a:hover:after{width:100%}@media (max-width: 992px){.reviews__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.reviews__grid{grid-template-columns:minmax(0,1fr)}}.travel-info{padding:3rem 1.5rem 4rem;background:#f9fafb;overflow-x:hidden}.travel-info__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:2.5rem}.travel-info__sidebar{background:#fff;border-radius:.75rem;padding:1.5rem 1.25rem;box-shadow:0 10px 25px #0f172a0f;position:sticky;top:110px;align-self:flex-start}.travel-info__sidebar-title{margin:0 0 1rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-muted)}.travel-info__sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.travel-info__sidebar a{text-decoration:none;font-size:.95rem;color:var(--color-secondary);padding:.35rem .25rem;border-radius:.4rem;transition:background .2s ease,color .2s ease}.travel-info__sidebar a:hover{background:#f9a82514;color:var(--color-primary)}.travel-info__sidebar-link--active{background:green;color:#fff!important}.travel-info__content{display:flex;flex-direction:column;gap:2.5rem}.travel-info__section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:700;color:#fff;background:green;border-radius:999px;padding:.75rem 1.5rem;text-align:center}.travel-info__section p{margin:0 0 .6rem;color:var(--color-text);font-size:.97rem}.travel-info__subheading{margin:1.75rem 0 .5rem;font-size:1rem;font-weight:600;color:var(--color-secondary)}.travel-info__section ul{margin:0 0 1rem 1.25rem;padding:0;color:var(--color-text);font-size:.95rem}@media (max-width: 992px){.travel-info__container{grid-template-columns:minmax(0,1fr)}.travel-info__sidebar{position:static;top:auto;order:-1}}@media (max-width: 768px){.travel-info{padding:2.5rem 1.25rem 3rem}.travel-info__section-title{font-size:1rem}}.one-day-tours{padding:3rem 1.5rem 4rem;background:#f9fafb;overflow-x:hidden}.one-day-tours__container{max-width:100%;margin:0 auto;display:grid;grid-template-columns:minmax(0,270px) minmax(0,1fr) minmax(0,260px);gap:2.5rem;align-items:start}.one-day-tours__sidebar{background:#fff;border-radius:.75rem;padding:1.5rem 1.25rem;box-shadow:0 10px 25px #0f172a0f;position:sticky;top:110px;align-self:flex-start;min-width:0;overflow:hidden}.one-day-tours__sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;min-width:0}.one-day-tours__sidebar li{min-width:0;overflow:hidden}.one-day-tours__sidebar a{text-decoration:none;font-size:.9rem;font-weight:600;color:var(--color-secondary);padding:.35rem .25rem;border-radius:.4rem;transition:background .2s ease,color .2s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-width:0;line-height:1.35}.one-day-tours__sidebar a:hover{background:#f9a82514;color:var(--color-primary)}.one-day-tours__sidebar-link--active{background:green;color:#fff!important}.one-day-tours__package{min-width:0}.one-day-tours__tabs{position:sticky;top:110px;align-self:flex-start}.one-day-tours__tabs-title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--color-dark)}.one-day-tours__tabs-card{border-radius:.5rem;overflow:hidden;box-shadow:none}.one-day-tours__tabs-header{display:none}.one-day-tours__tabs-body{padding:0;background:transparent;display:flex;flex-direction:column;gap:.35rem}.one-day-tours__tabs-pill{padding:.85rem 1rem;border:none;border-radius:.5rem;background:#8bcdf0;font-size:.95rem;font-weight:600;color:#1f2937;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:left;width:100%}.one-day-tours__tabs-pill:hover{background:#7ac0e8;color:#111827}.one-day-tours__tabs-pill--active{background:#333;color:#fff}.one-day-tours__tabs-pill--active:hover{background:#2d2d2d;color:#fff}.one-day-tours__package-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-dark)}.one-day-tours__subtitle{margin:0 0 1rem;font-size:1rem;color:var(--color-muted)}.one-day-tours__text{margin:0 0 1rem;line-height:1.6;color:var(--color-secondary)}.one-day-tours__meta{margin:0 0 1rem;font-size:.9rem;color:var(--color-muted)}.one-day-tours__table{width:100%;border-collapse:collapse;margin-bottom:1rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 12px #0f172a0f}.one-day-tours__table th,.one-day-tours__table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.one-day-tours__table th{background:#f8fafc;font-weight:600;color:var(--color-dark)}.one-day-tours__table tr:last-child td{border-bottom:none}.one-day-tours__book-button{display:inline-block;padding:.4rem .9rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:.4rem;font-size:.9rem;font-weight:500;transition:background .2s,transform .1s}.one-day-tours__book-button:hover{background:#e69500}.one-day-tours__table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem}.one-day-tours__table-wrap .one-day-tours__table{margin-bottom:0}@media (max-width: 1024px){.one-day-tours__container{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.5rem}.one-day-tours__sidebar{position:static;order:1}.one-day-tours__package{order:2}.one-day-tours__tabs{position:static;order:3}.one-day-tours__tabs-body{flex-direction:row;flex-wrap:wrap;gap:.5rem}.one-day-tours__tabs-pill{width:auto;min-width:0;flex:1 1 auto}}@media (max-width: 768px){.one-day-tours{padding:1.5rem 1rem 2.5rem}.one-day-tours__container{gap:1.25rem}.one-day-tours__sidebar{padding:1rem}.one-day-tours__sidebar a{font-size:.85rem;padding:.5rem}.one-day-tours__package-title{font-size:1.35rem}.one-day-tours__subtitle,.one-day-tours__text{font-size:.95rem;margin-bottom:.75rem}.one-day-tours__meta{font-size:.85rem;margin-bottom:.75rem}.one-day-tours__table-wrap{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}.one-day-tours__table{font-size:.85rem;min-width:320px}.one-day-tours__table th,.one-day-tours__table td{padding:.6rem .5rem}.one-day-tours__book-button{padding:.35rem .7rem;font-size:.85rem}.one-day-tours__tabs-title{font-size:1.25rem;margin-bottom:.75rem}.one-day-tours__tabs-pill{padding:.65rem .75rem;font-size:.85rem}}@media (max-width: 480px){.one-day-tours{padding:1rem .75rem 2rem}.one-day-tours__sidebar{padding:.85rem .75rem}.one-day-tours__sidebar a{font-size:.8rem}.one-day-tours__package-title{font-size:1.2rem}.one-day-tours__subtitle{font-size:.9rem}.one-day-tours__table{min-width:280px;font-size:.8rem}.one-day-tours__table th,.one-day-tours__table td{padding:.5rem .4rem}.one-day-tours__tabs-title{font-size:1.1rem}.one-day-tours__tabs-pill{padding:.5rem .6rem;font-size:.8rem}}.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.gallery{padding:60px 20px;background:#f8fafc}.gallery__container{max-width:1200px;margin:auto;text-align:center}.gallery__subtitle{font-size:13px;letter-spacing:2px;color:#6b7280}.gallery__title{font-size:38px;font-weight:700;margin:16px 0 48px}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.gallery__item{cursor:pointer;text-align:left}.gallery__image-wrapper{border-radius:16px;overflow:hidden;position:relative}.gallery__image-wrapper img{width:100%;height:260px;object-fit:cover;transition:transform .45s ease}.gallery__item:hover img{transform:scale(1.08)}.gallery__location{margin-top:10px;font-size:15px;font-weight:600;color:#111827}.gallery__item:hover .gallery__location{color:var(--color-primary)}.tariff-page{padding:3rem 1.5rem 4rem;background:#f9fafb}.tariff-page__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px);gap:2.5rem;align-items:start}.tariff-page__main{min-width:0}.tariff-page__title{font-size:2rem;font-weight:700;color:var(--color-dark);margin:0 0 2rem;text-align:left}.tariff-page__tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.tariff-page__tab{padding:.75rem 2rem;border:2px solid var(--color-primary);border-radius:.5rem;background:#fff;color:var(--color-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.tariff-page__tab:hover{background:#f9a8251a}.tariff-page__tab--active{background:var(--color-primary);color:#fff}.tariff-page__tab--active:hover{background:#e69500}.tariff-page__content{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 25px #0f172a14}.tariff-page__subtitle{font-size:1.25rem;font-weight:600;color:var(--color-dark);margin:0 0 1.5rem}.tariff-page__table{width:100%;border-collapse:collapse;margin-bottom:2rem}.tariff-page__table th{background:#f8fafc;padding:1rem;text-align:left;font-weight:600;font-size:.9rem;color:var(--color-dark);border-bottom:2px solid #e2e8f0;text-transform:uppercase}.tariff-page__table td{padding:1rem;border-bottom:1px solid #e2e8f0;color:var(--color-secondary)}.tariff-page__table tr:hover{background:#f9fafb}.tariff-page__table tr:last-child td{border-bottom:none}.tariff-page__book-button{display:inline-block;padding:.5rem 1rem;background:var(--color-primary);color:#fff;text-decoration:none;border-radius:.4rem;font-size:.9rem;font-weight:500;transition:background .2s ease}.tariff-page__book-button:hover{background:#e69500}.tariff-page__notes{margin-top:2rem;padding-top:2rem;border-top:2px solid #e2e8f0}.tariff-page__notes-title{font-size:1.1rem;font-weight:600;color:var(--color-dark);margin:0 0 1rem}.tariff-page__notes-list{margin:0;padding-left:1.5rem;color:var(--color-secondary);line-height:1.8}.tariff-page__notes-list li{margin-bottom:.5rem}.tariff-page__testimonials{margin-top:2.5rem;background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 25px #0f172a14;border:1px solid #e5e7eb;overflow:hidden}.tariff-page__testimonials-title{font-size:1.5rem;font-weight:700;color:var(--color-dark);text-align:center;margin:0 0 1.75rem}.tariff-page__testimonials-slider{position:relative;min-height:130px}.tariff-page__testimonial-card{position:absolute;top:0;left:0;width:100%;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.tariff-page__testimonial-card--active{opacity:1;transform:translateY(0);pointer-events:auto}.tariff-page__testimonial-text{font-size:1rem;line-height:1.7;color:var(--color-secondary);text-align:center;margin:0 0 1rem;word-break:break-word}.tariff-page__testimonial-name{font-size:.95rem;font-weight:600;color:var(--color-dark);text-align:center;margin:0}.tariff-page__testimonial-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.tariff-page__testimonial-dot{width:10px;height:10px;border-radius:999px;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease,width .2s ease}.tariff-page__testimonial-dot--active{background:var(--color-primary);width:22px;transform:scale(1.05)}.tariff-page__sidebar{position:sticky;top:110px;align-self:flex-start}.tariff-page__sidebar-title{font-size:1.5rem;font-weight:700;color:var(--color-dark);margin:0 0 1rem}.tariff-page__sidebar-tabs{display:flex;flex-direction:column;gap:.35rem}.tariff-page__sidebar-tab{padding:.85rem 1rem;border:none;border-radius:.5rem;background:#8bcdf0;color:#1f2937;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:left;width:100%}.tariff-page__sidebar-tab:hover{background:#7ac0e8}.tariff-page__sidebar-tab--active{background:#333;color:#fff}.tariff-page__sidebar-tab--active:hover{background:#2d2d2d;color:#fff}.tariff-page__table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:2rem}.tariff-page__table-wrap .tariff-page__table{margin-bottom:0}@media (max-width: 1024px){.tariff-page__container{grid-template-columns:1fr}.tariff-page__sidebar{position:static;order:-1}.tariff-page__sidebar-tabs{flex-direction:row;flex-wrap:wrap;gap:.5rem}.tariff-page__sidebar-tab{width:auto;min-width:0;flex:1 1 auto;border-radius:.5rem}}@media (max-width: 768px){.tariff-page{padding:1.5rem 1rem 2.5rem}.tariff-page__container{gap:1.5rem}.tariff-page__title{font-size:1.5rem;margin-bottom:1.25rem}.tariff-page__tabs{gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tariff-page__tab{padding:.6rem 1.25rem;font-size:.9rem}.tariff-page__content{padding:1.25rem}.tariff-page__subtitle{font-size:1.1rem;margin-bottom:1rem}.tariff-page__table-wrap{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;margin-bottom:1.5rem}.tariff-page__table{font-size:.8rem;min-width:520px}.tariff-page__table th,.tariff-page__table td{padding:.6rem .5rem}.tariff-page__book-button{padding:.4rem .75rem;font-size:.8rem}.tariff-page__notes{margin-top:1.5rem;padding-top:1.5rem}.tariff-page__notes-title{font-size:1rem}.tariff-page__notes-list{padding-left:1.25rem;font-size:.9rem}.tariff-page__sidebar-title{font-size:1.25rem;margin-bottom:.75rem}.tariff-page__sidebar-tab{padding:.65rem .85rem;font-size:.85rem}}@media (max-width: 480px){.tariff-page{padding:1rem .75rem 2rem}.tariff-page__title{font-size:1.35rem}.tariff-page__tab{padding:.5rem 1rem;font-size:.85rem}.tariff-page__content{padding:1rem}.tariff-page__table-wrap{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.tariff-page__table{min-width:460px;font-size:.75rem}.tariff-page__table th,.tariff-page__table td{padding:.5rem .4rem}}.one-day-tours--temple .one-day-tours__container{grid-template-columns:minmax(0,270px) minmax(0,1fr)}.one-day-tours--temple.one-day-tours--temple-single .one-day-tours__container{grid-template-columns:1fr;max-width:900px;margin-left:auto;margin-right:auto}.one-day-tours--temple-single .one-day-tours__package--full{min-width:0}.temple-page__main-title{font-size:2rem;margin-bottom:1rem}.temple-page__intro{font-size:1.1rem;line-height:1.7;color:var(--color-secondary);margin:0 0 2.5rem}.temple-page__trip{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.temple-page__trip:last-of-type{border-bottom:none}.temple-page__trip-title{font-size:1.4rem;font-weight:700;color:var(--color-dark);margin:0 0 .35rem}.temple-page__trip-subtitle{font-size:1.05rem;font-weight:600;color:var(--color-primary);margin:0 0 .75rem}.temple-page__image-wrap{margin:0 0 1.5rem;max-width:380px;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000001f}.temple-page__image{width:100%;height:auto;display:block;aspect-ratio:4 / 3;object-fit:cover}.temple-page__trip-intro{font-size:1rem;line-height:1.65;color:var(--color-secondary);margin:0 0 1.25rem}.temple-page__section-title{font-size:1.15rem;font-weight:600;color:var(--color-dark);margin:1rem 0 .5rem}.temple-page__list{margin:0 0 .5rem;padding-left:1.5rem;line-height:1.7;color:var(--color-secondary)}.temple-page__list li{margin-bottom:.5rem}.temple-page__cta{margin-top:2rem;font-size:1.05rem;color:var(--color-secondary)}.temple-page__cta .one-day-tours__book-button{margin:0 .2rem}@media (max-width: 1024px){.one-day-tours--temple .one-day-tours__container{grid-template-columns:1fr;gap:1.5rem}.one-day-tours--temple .one-day-tours__sidebar{position:static;order:1}.one-day-tours--temple .one-day-tours__package{order:2}}@media (max-width: 768px){.one-day-tours--temple{padding:1.5rem 1rem 2.5rem}.one-day-tours--temple .one-day-tours__container{gap:1.25rem}.one-day-tours--temple .one-day-tours__sidebar{padding:1rem}.one-day-tours--temple .one-day-tours__sidebar a{font-size:.875rem;padding:.5rem;min-height:44px;display:flex;align-items:center;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible}.temple-page__main-title{font-size:1.4rem;margin-bottom:.5rem}.temple-page__trip-subtitle{font-size:.95rem;margin-bottom:.75rem}.temple-page__image-wrap{max-width:100%;margin-bottom:1.25rem}.temple-page__trip-intro{font-size:.95rem;margin-bottom:1rem}.temple-page__section-title{font-size:1.05rem;margin-top:.85rem;margin-bottom:.4rem}.temple-page__list{padding-left:1.25rem;font-size:.95rem}.one-day-tours--temple .one-day-tours__table-wrap{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.one-day-tours--temple .one-day-tours__table{min-width:300px;font-size:.85rem}.one-day-tours--temple .one-day-tours__table th,.one-day-tours--temple .one-day-tours__table td{padding:.6rem .5rem}.one-day-tours--temple .one-day-tours__book-button{padding:.4rem .75rem;font-size:.85rem}.temple-page__cta{font-size:.95rem;margin-top:1.5rem}}@media (max-width: 480px){.one-day-tours--temple{padding:1rem .75rem 2rem}.one-day-tours--temple .one-day-tours__sidebar{padding:.85rem .75rem}.one-day-tours--temple .one-day-tours__sidebar a{font-size:.8rem;min-height:40px}.temple-page__main-title{font-size:1.25rem}.temple-page__trip-subtitle{font-size:.9rem}.temple-page__image-wrap{margin-bottom:1rem}.temple-page__section-title{font-size:1rem}.temple-page__list{font-size:.9rem;padding-left:1.1rem}.one-day-tours--temple .one-day-tours__table{min-width:280px;font-size:.8rem}.one-day-tours--temple .one-day-tours__table th,.one-day-tours--temple .one-day-tours__table td{padding:.5rem .4rem}}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:transparent;z-index:9999}.scroll-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,var(--color-primary),var(--color-accent));transition:width .1s ease-out}[data-theme=dark] .scroll-progress-bar{background:linear-gradient(90deg,var(--color-accent),var(--color-primary))}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:none}.preloader__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.15),transparent 55%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.12),transparent 55%),#000000d9}.preloader__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.9rem}.preloader__logo{width:160px;max-width:60vw;filter:drop-shadow(0 10px 30px rgba(0,0,0,.6));animation:preloader-float 1.8s ease-in-out infinite}.preloader__spinner{display:flex;gap:.5rem}.preloader__dot{width:10px;height:10px;border-radius:999px;background:var(--color-primary, #f5c249);opacity:.3;animation:preloader-pulse 1s infinite ease-in-out}.preloader__dot--2{animation-delay:.15s}.preloader__dot--3{animation-delay:.3s}.preloader__text{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#fff}@keyframes preloader-pulse{0%,80%,to{transform:scale(.9);opacity:.3}40%{transform:scale(1.15);opacity:1}}@keyframes preloader-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}html,body{font-family:Outfit,sans-serif}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:var(--color-bg);color:var(--color-text);font-weight:400;line-height:1.6}.font-light{font-weight:300}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}:root{--color-primary: #f9a825;--color-secondary: #1f2937;--color-accent: #25d366;--color-light: #ffffff;--color-dark: #111827;--color-bg: #ffffff;--color-text: #111827;--color-muted: #6b7280;--color-border: #e5e7eb;--topbar-height: 36px;--gradient-primary: linear-gradient( 135deg, #f9a825 0%, #fbbf24 35%, #1f2937 100% )}[data-theme=dark]{--color-bg: #111827;--color-text: #f9fafb;--color-border: #374151}
