#blog-cats{scrollbar-width:none;background:#fff;border-bottom:1px solid #eee;overflow-x:auto}#blog-cats::-webkit-scrollbar{display:none}#blog-hero,.blog-cats-inner{max-width:1200px;padding:0 32px}.blog-cats-inner{gap:0;margin:0 auto;display:flex}.blog-cat-btn{color:#888;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:3px solid #0000;padding:14px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:color .2s,border-color .2s}.blog-cat-btn:hover{color:#1a1a2e}.blog-cat-btn.active{color:#1a1a2e;border-bottom-color:gold}#blog-hero{margin:40px auto 0}.blog-featured{cursor:pointer;border-radius:20px;grid-template-columns:1fr 1fr;gap:0;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 8px 40px #0000001f}.blog-featured:hover{transform:translateY(-3px);box-shadow:0 16px 60px #00000029}.blog-featured-img{height:380px;position:relative;overflow:hidden}.blog-card-img img,.blog-featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.blog-featured:hover .blog-featured-img img{transform:scale(1.04)}.blog-featured-content{background:#1a1a2e;flex-direction:column;justify-content:center;padding:40px 44px;display:flex}.blog-tag{text-transform:uppercase;letter-spacing:.8px;color:#000;background:gold;border-radius:999px;align-items:center;gap:6px;width:fit-content;margin-bottom:16px;padding:4px 12px;font-size:10px;font-weight:900;display:inline-flex}.blog-featured-title{color:#fff;margin-bottom:14px;font-size:26px;font-weight:900;line-height:1.35}.blog-featured-excerpt{color:#ffffffa6;margin-bottom:24px;font-size:14px;line-height:1.8}.blog-featured-meta{color:#ffffff73;align-items:center;gap:16px;font-size:12px;display:flex}.blog-featured-meta span{align-items:center;gap:5px;display:flex}.blog-read-btn{color:#000;cursor:pointer;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:12px;align-items:center;gap:8px;width:fit-content;margin-top:28px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .15s,box-shadow .15s;display:inline-flex}.blog-read-btn:hover{transform:scale(1.03);box-shadow:0 6px 20px #ffd70066}#blog-grid-section{max-width:1200px;margin:0 auto;padding:48px 32px 80px}.blog-grid-header{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.blog-grid-header h2{color:#1a1a2e;font-size:22px;font-weight:900}.blog-count{color:#aaa;font-size:12px;font-weight:600}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.blog-featured,.blog-grid{grid-template-columns:1fr}#blog-hero{padding:0 16px}.blog-featured-img{height:220px}.blog-featured-content{padding:24px}.blog-featured-title{font-size:20px}}.blog-card{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:16px;transition:transform .25s,box-shadow .25s,border-color .25s;overflow:hidden;box-shadow:0 2px 12px #0000000a}.blog-card:hover{border-color:gold;transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.blog-card-img{height:190px;position:relative;overflow:hidden}.blog-card-img img{transition:transform .4s}.blog-card:hover .blog-card-img img{transform:scale(1.06)}.blog-card-body{padding:18px 20px 22px}.blog-card-tag{text-transform:uppercase;letter-spacing:1px;border-radius:999px;align-items:center;gap:5px;margin-bottom:10px;padding:3px 10px;font-size:9px;font-weight:900;display:inline-flex}.blog-card-title{color:#1a1a2e;margin-bottom:8px;font-size:15px;font-weight:800;line-height:1.45}.blog-card-excerpt{color:#777;margin-bottom:14px;font-size:12px;line-height:1.7}.blog-card-footer{color:#bbb;border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-top:12px;font-size:11px;font-weight:600;display:flex}.blog-card-footer .read-time{align-items:center;gap:4px;display:flex}#blog-article{max-width:820px;margin:0 auto;padding:48px 32px 100px;display:none}#blog-article.active{display:block}.article-back{color:#888;cursor:pointer;background:#f5f5f5;border:0;border-radius:10px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s;display:inline-flex}.article-back:hover{color:#1a1a2e;background:#ffe066}.article-hero-img{object-fit:cover;border-radius:18px;width:100%;height:420px;margin-bottom:36px;display:block}@media (max-width:580px){.article-hero-img{height:220px}}.article-tag{margin-bottom:14px}.article-title{color:#1a1a2e;margin-bottom:16px;font-size:clamp(26px,4vw,38px);font-weight:900;line-height:1.25}.article-meta{color:#aaa;border-bottom:1px solid #eee;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:24px;font-size:13px;display:flex}.article-meta-author{align-items:center;gap:8px;display:flex}.article-meta-author img{object-fit:cover;border-radius:50%;width:32px;height:32px}.article-meta-author strong{color:#333;font-size:13px}.article-body{color:#333;font-size:16px;line-height:1.9}.article-body h2,.article-body h3{color:#1a1a2e;margin:36px 0 14px;font-size:22px;font-weight:800}.article-body h3{margin:28px 0 10px;font-size:18px}.article-body p{margin-bottom:20px}.article-body ol,.article-body ul{margin:0 0 20px 24px}.article-body li{margin-bottom:8px}.article-body strong{color:#1a1a2e}.article-related{border-top:1px solid #eee;margin-top:56px;padding-top:40px}.article-related h3{margin-bottom:20px;font-size:20px;font-weight:900}.related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:640px){.related-grid{grid-template-columns:1fr 1fr}}.blog-search-wrap{background:#f5f5f5;border:1.5px solid #0000;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;transition:border-color .2s;display:flex}.blog-search-wrap:focus-within{background:#fffbec;border-color:gold}.blog-search-wrap input{color:#333;background:0 0;border:0;outline:0;width:200px;font-family:inherit;font-size:13px}@media (max-width:640px){.blog-search-wrap input{width:120px}}.footer-socials a{justify-content:center;align-items:center;display:inline-flex}.footer-socials a svg{width:20px;height:20px;display:block}
*,:after,:before{box-sizing:border-box}body,html{max-width:100%}.section-subtitle{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;max-width:100%!important;display:block!important}.section-header{overflow:visible!important}@media (min-width:1025px){.nav-links,.nav-login,.nav-support{display:flex!important}#mobile-toggle{display:none!important}#mobile-menu{transform:none;max-height:0!important}.fs-desktop-only{display:flex!important}#mobile-menu{display:none!important}.ov-desktop-only{display:flex!important}.section-header{flex-flow:row!important;justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;margin-bottom:20px!important;display:flex!important}.section-header>div:first-child{flex:1;min-width:0}.section-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex!important}.section-header .view-all-btn{display:inline-flex!important}.section-header .carousel-btn-nav{display:flex!important}#dest-filter,.filter-row{flex-wrap:wrap;display:flex!important}.search-box{display:block!important}.dest-fs-search-wrap,.pkg-fs-search-wrap{display:flex!important}}@media (min-width:641px) and (max-width:1024px){.nav-links,.nav-support,.section-header .carousel-btn-nav{display:none!important}#mobile-toggle,.nav-login{display:flex!important}.nav-login{border-radius:12px!important;padding:9px 18px!important;font-size:14px!important}.nav-inner{height:64px!important;padding:0 24px!important}#mobile-menu.open{top:64px!important}.hero-content{align-items:center!important;padding:64px 24px 32px!important}.hero-h1,.hero-sub{text-align:center!important}.hero-badge{align-self:center!important}.section-header{flex-flow:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:8px!important;padding:0!important;display:flex!important}.section-header>div:first-child{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}.section-subtitle{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important}.section-header-actions{flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;width:100%!important;margin-top:0!important;display:flex!important}.section-header .view-all-btn{white-space:nowrap!important;display:inline-flex!important}#dest-filter .filter-pill,.filter-row{display:none!important}#dest-filter{align-items:center!important;margin-bottom:12px!important}#dest-filter .view-all-btn{display:inline-flex!important}#dest-filter{justify-content:flex-end!important;gap:0!important;display:flex!important}.section{padding:40px 0!important}.section-inner{padding:0 24px!important}.section-title{font-size:clamp(22px,3.5vw,36px)!important}.section-header{margin-bottom:16px!important}.xwd-bento{grid-template-rows:240px 380px 240px 240px!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.xwd-center,.xwd-topleft{grid-area:1/1/auto/3!important}.xwd-center{grid-row:2!important}.xwd-botleft1,.xwd-topright{grid-area:3/1!important}.xwd-botleft1{grid-column:2!important}.xwd-botleft2,.xwd-botright{grid-area:4/1!important}.xwd-botright{grid-column:2!important}.footer-main{grid-template-columns:1fr 1fr!important;gap:24px!important;padding:32px 24px!important}.dest-fs-search-wrap{display:none!important}#pkg-fs-body{grid-template-columns:1fr!important}#pkg-fs-sidebar{position:static!important}#dest-fs-content{grid-template-columns:1fr!important}#dest-fs-sidebar{position:static!important}#deals-section{display:none!important}}@media (max-width:640px){.nav-links,.nav-login,.nav-support{display:none!important}#mobile-toggle{display:flex!important}.nav-inner{height:56px!important;padding:0 14px!important}.logo-text{letter-spacing:-.5px!important;font-size:20px!important}#navbar{box-shadow:0 1px 8px #00000014!important}.fs-desktop-only,.ov-desktop-only{display:none!important}#dest-fs-nav .nav-inner,#pkg-fs-nav .nav-inner{justify-content:space-between!important;gap:0!important;height:56px!important;padding:0 14px!important}#dest-fs-nav .logo-text,#pkg-fs-nav .logo-text{font-size:20px!important}#mobile-menu{z-index:1999;background:#fff;padding:8px 0 40px;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(-100%);max-height:none!important;box-shadow:none!important;transition:transform .28s cubic-bezier(.4,0,.2,1)!important;display:block!important;position:fixed!important;top:56px!important}#mobile-menu.open{transform:translate(0)!important;box-shadow:4px 0 32px #00000026!important}#hero{overflow:hidden;height:auto!important;min-height:100svh!important}.hero-content{justify-content:flex-start!important;align-items:center!important;gap:10px!important;padding:70px 14px 20px!important}.hero-badge{align-self:center!important;width:fit-content!important;margin-bottom:8px!important;padding:5px 12px!important;font-size:10px!important}.hero-h1,.hero-sub{text-align:center!important}.hero-h1{margin-bottom:6px!important;font-size:clamp(24px,8vw,36px)!important;line-height:1.15!important}.hero-sub{max-width:100%!important;margin-bottom:12px!important;font-size:13px!important}.hero-dots{bottom:10px!important;right:10px!important}.hero-scroll-indicator,.search-btn-field label{display:none!important}.search-box{border-top:3px solid gold!important;border-radius:16px!important;width:100%!important;margin:0!important;box-shadow:0 8px 32px #0000002e!important}.search-box-header{padding:10px 14px 0!important}.search-box-title{border-bottom:none!important;padding-bottom:8px!important;font-size:13px!important;font-weight:800!important}.search-form{padding:10px 14px 14px!important}.holidays-grid{grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.form-field:first-child{grid-column:1/3;display:flex!important}.form-field:nth-child(2){grid-column:1;display:flex!important}.form-field:nth-child(3){grid-column:2;display:flex!important}.form-field:nth-child(4){grid-column:1/3;display:flex!important}.search-btn-field{grid-column:1/3}.search-btn{border-radius:12px!important;justify-content:center!important;width:100%!important;padding:13px!important;font-size:14px!important}.form-field label{margin-bottom:4px!important;font-size:9px!important}.form-input{border-radius:10px!important;padding:9px 11px!important}.form-input input,.form-input select{font-size:13px!important}.trending-searches{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;gap:6px!important;margin-top:8px!important;display:flex!important;overflow-x:auto!important}#dest-pkg-scroll-wrap::-webkit-scrollbar{display:none}#pkg-fs-anchors::-webkit-scrollbar{display:none}.trending-searches::-webkit-scrollbar{display:none}.trend-chip{padding:5px 12px!important;font-size:11px!important}.trend-chip,.trending-label{flex-shrink:0!important}.section{padding:20px 0!important}.section-inner{padding:0 12px!important}.section-title{font-size:clamp(18px,6vw,26px)!important}.footer-col h4,.section-subtitle{font-size:12px!important}.section-label{margin-bottom:4px!important}.section-header{flex-flow:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:6px!important;margin-bottom:12px!important;padding:0!important;display:flex!important}.section-header>div:first-child{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}.section-subtitle{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important}.section-header-actions{flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:0!important;width:100%!important;margin-left:0!important;display:flex!important}#dest-filter .filter-pill,.filter-row,.section-header .carousel-btn-nav{display:none!important}.section-header .view-all-btn{color:#ff8f00!important;white-space:nowrap!important;background:0 0!important;border:0!important;gap:4px!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important}#dest-filter{justify-content:flex-end!important;align-items:center!important;gap:0!important;margin-bottom:10px!important;display:flex!important}.footer-copyright span{font-size:10px!important}.footer-main{grid-template-columns:1fr!important;gap:24px!important;padding:28px 14px 20px!important}.footer-bottom-bar{padding:0 14px 20px!important}.footer-copyright{text-align:center!important;flex-direction:column!important;gap:10px!important}.footer-socials{flex-wrap:wrap!important;gap:8px!important}.payment-tag{padding:3px 7px!important;font-size:10px!important}.xwd-bento{grid-template-rows:200px 320px 200px 200px!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.xwd-center,.xwd-topleft{grid-area:1/1/auto/3!important}.xwd-center{grid-row:2!important}.xwd-botleft1,.xwd-topright{grid-area:3/1!important}.xwd-botleft1{grid-column:2!important}.xwd-botleft2,.xwd-botright{grid-area:4/1!important}.xwd-botright{grid-column:2!important}.xwd-name{font-size:15px!important}.xwd-name-lg{font-size:19px!important}#deals-section,.dest-fs-hero-stats{display:none!important}#dest-fs-hero{height:220px!important}#dest-fs-hero-content{padding:12px 14px 14px!important}#dest-fs-name{margin-bottom:8px!important;font-size:clamp(20px,7vw,32px)!important}#dest-fs-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;padding:0 12px!important;overflow-x:auto!important}.dest-fs-tab{white-space:nowrap!important;flex-shrink:0!important;padding:9px 13px!important;font-size:12px!important}#dest-fs-content{grid-template-columns:1fr!important;gap:12px!important;padding:12px 14px 90px!important}#dest-fs-sidebar{width:100%!important;position:static!important}.dest-pkg-img-wrap{height:170px!important}.dest-pkg-body{padding:12px 12px 0!important}.dest-pkg-footer{flex-wrap:wrap!important;gap:8px!important;padding:12px!important}.dest-pkg-footer button{flex:1!important;min-width:120px!important;padding:9px 10px!important;font-size:12px!important}#pkg-fs-hero{height:210px!important}#pkg-fs-hero-content{padding:12px 14px 14px!important}#pkg-fs-title{font-size:clamp(17px,6vw,26px)!important}#pkg-fs-anchors{-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap!important;padding:0 12px!important;top:56px!important;overflow-x:auto!important}.pkg-fs-anchor{flex-shrink:0!important;padding:8px 12px!important;font-size:12px!important}#pkg-fs-body{grid-template-columns:1fr!important;gap:12px!important;padding:12px 14px 90px!important}#pkg-fs-sidebar{width:100%!important;position:static!important}.pkg-ov-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.pkg-section{border-radius:14px!important;padding:16px 14px!important}.pkg-photo-grid{grid-template-columns:1fr 1fr!important}.pkg-photo-grid .ph-cell:first-child{grid-column:1/3!important;height:200px!important}.pkg-photo-grid .ph-cell{height:100px!important}#sp-tabs-bar{padding:0 14px!important;top:56px!important}#sp-hero{overflow:hidden;padding:28px 14px 24px!important}.sp-hero-h1{font-size:clamp(20px,6vw,32px)!important}.sp-chs{grid-template-columns:1fr 1fr!important;gap:10px!important}.sp-experts,.sp-feats,.sp-offices,.sp-two{grid-template-columns:1fr!important}.sp-wrap{padding:20px 14px 56px!important;overflow-x:hidden!important}.sp-stats-bar{grid-template-columns:1fr 1fr!important;display:grid!important}.sp-stat{border-bottom:1px solid #ffffff1a!important;border-right:none!important}.sp-stat:last-child,.sp-stat:nth-last-child(-n+2):nth-child(odd){border-bottom:none!important}.sp-emergency{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.sp-emg-btn{width:100%!important}.sp-form-grid{grid-template-columns:1fr!important}#all-dest-nav{height:56px!important}#all-dest-nav .nav-inner-ad{justify-content:space-between!important;height:56px!important;padding:0 14px!important}#all-dest-filters{top:56px!important}#ad-dest-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}.adh-ctas{flex-direction:column!important;gap:10px!important;width:100%!important}.adh-cta-ghost,.adh-cta-primary{justify-content:center!important;width:100%!important}#act-nav,.act-nav-inner{height:56px!important}.act-nav-inner{justify-content:space-between!important;padding:0 14px!important}#act-filters{top:56px!important}#act-grid-section{padding:14px 12px 56px!important}.act-pkg-card{min-width:240px!important}.act-hero-h1{font-size:clamp(22px,7vw,36px)!important}.act-hero-ctas{flex-direction:column!important;gap:10px!important;width:100%!important}.act-hero-cta-primary,.act-hero-cta-secondary{justify-content:center!important;width:100%!important}.modal-overlay{align-items:flex-end!important;padding:0!important}.connect-modal,.modal-overlay>div{border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;max-height:90vh!important;overflow-y:auto!important}#mobile-menu{padding-bottom:max(40px, env(safe-area-inset-bottom))!important}.footer-bottom-bar{padding-bottom:max(20px, env(safe-area-inset-bottom))!important}#dest-detail-overlay,#dest-fs-scroll,#pkg-fullscreen{overflow-x:hidden!important}.filter-pill{min-height:40px!important}.mob-nav-item{min-height:48px!important}}@media (max-width:380px){.hero-h1{font-size:22px!important}.holidays-grid{grid-template-columns:1fr!important}.form-field:first-child,.form-field:nth-child(2),.form-field:nth-child(3),.form-field:nth-child(4),.search-btn-field{grid-column:1!important}.section-title{font-size:18px!important}.footer-main{grid-template-columns:1fr!important}}@media (hover:none){a,button{-webkit-tap-highlight-color:transparent}}html,main{overflow-x:hidden}video{max-width:100%}#act-filters,#dest-fs-tabs,#pkg-fs-anchors,#sp-tabs-bar{scrollbar-width:none;-ms-overflow-style:none}#dest-fs-tabs::-webkit-scrollbar{display:none}#pkg-fs-anchors::-webkit-scrollbar{display:none}#dest-pkg-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px;display:flex}@media (max-width:640px){#dest-pkg-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;flex-wrap:nowrap!important;justify-content:flex-start!important;margin:0 -12px 20px!important;padding-left:12px!important;padding-right:12px!important;overflow-x:auto!important}#dest-pkg-tabs::-webkit-scrollbar{display:none}#dest-pkg-tabs button{white-space:nowrap!important;flex-shrink:0!important;padding:8px 16px!important;font-size:12px!important}}.xwh-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}@media (max-width:640px){.xwh-header{margin-bottom:12px!important}.xwh-live-pill{flex-shrink:0;padding:4px 10px!important;font-size:11px!important}.xwh-card-img{height:155px!important}}@media (min-width:641px) and (max-width:1024px){#navbar .nav-links{display:none!important}#navbar #mobile-toggle{display:flex!important}#mobile-menu,#mobile-menu.open{top:64px!important}}@media (max-width:640px){.connect-modal{border-radius:22px 22px 0 0!important;width:100%!important;max-width:100%!important;max-height:90vh!important;overflow-y:auto!important}}.section-inner{box-sizing:border-box;max-width:100%}@media (min-width:1025px){.section-inner{max-width:1280px;margin-left:auto;margin-right:auto}}@media (max-width:640px){#dest-packages-section .section-title{font-size:clamp(18px,5.5vw,26px)!important}#dest-packages-section .section-subtitle{font-size:12px!important}#dest-packages-section>.section-inner>div:first-child{margin-bottom:20px!important}}body{position:relative;overflow-x:hidden}#mobile-menu{-webkit-overflow-scrolling:touch}img{max-width:100%;height:auto;display:block}img[style*=width]{max-width:100%!important}@supports (height:100svh){@media (max-width:640px){#hero{min-height:100svh!important}}}#dest-fs-nav,#navbar,#pkg-fs-nav{z-index:200!important}#mobile-menu{z-index:1999!important}.modal-overlay{z-index:1000!important}@media (max-width:640px){#pkg-fs-anchors{top:56px!important}}@media (min-width:641px){#pkg-fs-anchors{top:64px!important}}@media (max-width:640px){.footer-col ul li button{min-height:unset!important;min-width:unset!important;height:auto!important;padding:2px 0!important;font-size:13px!important;line-height:1.4!important}.footer-col ul{gap:6px!important}.footer-col h4{margin-bottom:10px!important;font-size:13px!important}.footer-main{gap:20px!important;padding:24px 14px 20px!important}}@media (min-width:641px) and (max-width:1024px){.footer-col ul li button{min-height:unset!important;min-width:unset!important;height:auto!important;padding:2px 0!important;line-height:1.4!important}.footer-col ul{gap:7px!important}}@media (max-width:640px){.dest-pkg-footer .dest-pkg-btn,.dest-pkg-footer button.dest-pkg-btn{width:auto!important;min-width:unset!important;min-height:unset!important;white-space:nowrap!important;flex:none!important;align-self:center!important;margin-left:auto!important;padding:11px 16px!important;font-size:12px!important}.dest-pkg-footer{flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin:0 -14px -14px!important;padding:14px!important;display:flex!important}.dest-pkg-footer>div:first-child{flex:none!important;min-width:0!important}}.pkg-mobile-cta-bar{display:none!important}@media (max-width:1024px){.pkg-mobile-cta-bar{z-index:500!important;padding:10px 16px max(12px, env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #f0f0f0!important;gap:10px!important;display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 20px #00000014!important}.pkg-mobile-cta-bar .exp-mobile-cta-call,.pkg-mobile-cta-bar .exp-mobile-cta-enquire{cursor:pointer!important;min-height:unset!important;border:0!important;border-radius:12px!important;flex:1!important;padding:13px!important;font-size:13px!important;font-weight:800!important}.pkg-mobile-cta-bar .exp-mobile-cta-enquire{color:#000!important;background:linear-gradient(135deg,gold,#ff8f00)!important}.pkg-mobile-cta-bar .exp-mobile-cta-call{color:gold!important;background:#1a1a2e!important}#pkg-fs-body{padding-bottom:90px!important}}@media (max-width:640px){.pkg-mobile-cta-bar{padding:8px 12px max(10px, env(safe-area-inset-bottom))!important}}@media (max-width:1024px){#dest-detail-overlay,#pkg-fullscreen{overflow-x:hidden!important}}.pkg-ov-grid,.day-card{box-sizing:border-box;max-width:100%}@media (max-width:768px){.pkg-ov-grid{grid-template-columns:1fr 1fr!important;width:100%!important;overflow:hidden!important}.exp-card{height:370px!important}.exp-card-bottom{padding:14px 14px 12px!important}}@media (max-width:640px){.exp-card{height:355px!important}}@media (max-width:380px){.exp-card{height:330px!important}}@media (max-width:768px){.bike-stat-chips{flex-wrap:wrap!important;max-width:100%!important}.day-card{box-sizing:border-box!important;width:100%!important;padding-left:54px!important}.pkg-section{box-sizing:border-box!important;width:100%!important;overflow-x:hidden!important}}#bike-trips-section,#deals-section,#whats-hot-section{content-visibility:visible!important;contain-intrinsic-size:unset!important}@media (hover:none){.xwd-card,.why-card{will-change:auto!important;transform:none!important}}@media (max-width:768px){.section{contain:layout style!important}}.footer-socials a{justify-content:center;align-items:center;display:inline-flex}.footer-socials a svg{width:20px;height:20px;display:block}@media (min-width:1025px){html,body,main,#pkg-fullscreen,#dest-detail-overlay,#dest-fs-scroll{overflow:visible!important}}@media (max-width:1024px){.pkg-fs-search-wrap{gap:2px!important;max-width:320px!important;height:40px!important;padding:3px 3px 3px 12px!important;display:flex!important}.pkg-fs-search-input{font-size:13px!important}.pkg-fs-search-btn{height:100%!important;padding:0 12px!important}.pkg-search-btn-text{display:none!important}}@media (max-width:640px){.pkg-fs-search-wrap{max-width:180px!important}.pkg-fs-voice-btn,.pkg-enquire-txt{display:none!important}.pkg-fs-enquire-btn{padding:8px 12px!important}}
@keyframes xwModalIn{0%{opacity:0;transform:translateY(28px)scale(.97)}to{opacity:1;transform:none}}@keyframes xwPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.96)}}@keyframes xwFade{0%,to{opacity:.4}50%{opacity:1}}@keyframes xwBounce{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-8px)}}#dest-fs-hero{height:320px!important}@media (max-width:768px){#dest-fs-hero{height:200px!important}}
.footer-socials a{justify-content:center;align-items:center;display:inline-flex}.footer-socials a svg{width:20px;height:20px;display:block}
@keyframes xwhDot{0%,to{opacity:1;box-shadow:0 0 #f0434399}50%{opacity:.5;box-shadow:0 0 0 6px #0000}}@media (max-width:640px){.carousel-btn-nav{border-radius:10px;width:36px;height:36px}}.dest-card:hover .card-img,.pkg-card:hover .card-img{transform:scale(1.07)}.dest-card-img-wrap{height:250px;position:relative;overflow:hidden}.dest-card-img-wrap:after,.pkg-card-img:after{content:"";pointer-events:none;background:linear-gradient(#00000014 30%,#000000b8 100%);position:absolute;inset:0}.card-overlay{display:none}.card-tag{z-index:2;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.card-wishlist.active,.card-wishlist:hover{color:#fff;background:#ff4d4f}.card-bottom{z-index:2;padding:12px 16px 14px;position:absolute;bottom:0;left:0;right:0}.card-name{color:#fff;text-shadow:0 2px 12px #00000080;font-size:22px;font-weight:900;line-height:1.1}.card-meta{align-items:center;gap:10px;margin-top:4px;display:flex}.card-meta span,.pkg-card-dest-meta span{color:#ffffffd1;align-items:center;gap:3px;font-size:11px;font-weight:600;display:flex}.dest-card-body{flex-direction:column;flex:1;justify-content:space-between;padding:16px 18px 18px;display:flex;overflow:hidden}.pkg-card-img{height:250px;position:relative;overflow:hidden}.pkg-badge{letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.pkg-card-dest{z-index:2;padding:12px 16px 14px;position:absolute;bottom:0;left:0;right:0}.pkg-card-dest-name{color:#fff;text-shadow:0 2px 12px #00000080;font-size:22px;font-weight:900;line-height:1.1}.pkg-card-dest-meta{align-items:center;gap:10px;margin-top:4px;display:flex}.pkg-card-body{flex-direction:column;flex:1;justify-content:space-between;padding:16px 18px 18px;display:flex;overflow:hidden}.ct-leader-row{border-bottom:1px dashed #f0f0f0;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.ct-leader-avatar{color:#000;background:linear-gradient(135deg,gold,#ff8f00);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:flex;box-shadow:0 2px 8px #0000001f}.ct-leader-info{flex:1;min-width:0}.ct-leader-name{color:#111;font-size:12px;font-weight:700}.ct-leader-role{color:#aaa;font-size:10px;font-weight:500}.ct-members-row{align-items:center;gap:4px;margin-left:auto;display:flex}.ct-member-dot{color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:9px;font-weight:700;display:flex;box-shadow:0 1px 4px #0000001a}.ct-members-more{color:#888;margin-left:2px;font-size:10px;font-weight:700}.ct-perks{flex-wrap:wrap;gap:5px;max-height:54px;margin-bottom:10px;display:flex;overflow:hidden}.ct-perk{color:#1a1a2e;background:#f5f5f5;border-radius:8px;align-items:center;gap:3px;padding:4px 9px;font-size:10px;font-weight:700;display:flex}.ct-price-row{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.ct-price-stack{flex-direction:column;display:flex}.ct-price-orig{color:#bbb;font-size:11px;font-weight:500;text-decoration:line-through}.ct-price-main{color:#111;font-size:21px;font-weight:900;line-height:1}.ct-price-pp{color:#aaa;margin-top:1px;font-size:10px;font-weight:500}.ct-join-btn{color:#000;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:14px;align-items:center;gap:6px;padding:10px 18px;font-size:12px;font-weight:900;transition:transform .2s,box-shadow .2s;display:flex}.ct-join-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff8f0059}.why-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:600px){.why-grid{grid-template-columns:1fr}}.why-card{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:20px;transition:border-color .2s,box-shadow .2s}.why-card:hover{border-color:#ffe066;box-shadow:0 8px 32px #00000012}.why-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;transition:transform .2s;display:flex}.why-card:hover .why-icon{transform:scale(1.1)}.why-title{color:#111;margin-bottom:6px;font-size:14px;font-weight:700}.why-desc{color:#888;font-size:12px;line-height:1.6}.cta-banner{background:linear-gradient(135deg,gold,#ff8f00);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:32px;display:flex;position:relative;overflow:hidden}.cta-deco1{background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;top:0;right:0;transform:translate(30%,-50%)}.cta-deco2{background:#00000014;border-radius:50%;width:120px;height:120px;position:absolute;bottom:0;left:80px;transform:translateY(50%)}.cta-title{color:#000;font-size:clamp(22px,3vw,30px);font-weight:900}.cta-sub{color:#0009;margin-top:4px}.cta-btns{flex-wrap:wrap;gap:12px;display:flex}.cta-btn-dark{color:gold;background:#000;border-radius:12px;padding:12px 24px;font-weight:700;transition:background .2s,transform .2s}.cta-btn-dark:hover{background:#222;transform:scale(1.04)}.cta-btn-outline{color:#000;background:#fff3;border:2px solid #0003;border-radius:12px;padding:12px 24px;font-weight:700;transition:background .2s}.cta-btn-outline:hover{background:#ffffff4d}.exp-card:hover{transform:translateY(-7px);box-shadow:0 22px 52px #0000003d,0 0 0 2.5px gold}.exp-card .card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.exp-card:hover .card-img{transform:scale(1.08)}.exp-card-gradient{pointer-events:none;background:linear-gradient(0deg,#000000f7 0,#000000a6 40%,#00000026 70%,#0000 100%);position:absolute;inset:0}.exp-top-badges{pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:14px;left:14px;right:14px}.exp-badge-main{letter-spacing:.3px;color:#000;background:gold;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;box-shadow:0 2px 10px #00000059}.exp-thrill-pill{letter-spacing:.3px;border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;box-shadow:0 2px 8px #00000040}.exp-card:after,.exp-card:hover:after,.exp-cat-icon{display:none}.exp-card:hover .exp-card-gradient{background:linear-gradient(0deg,#000000fc 0,#000000b8 42%,#00000038 72%,#0000 100%)}.exp-card-bottom{padding:16px 16px 14px;transition:transform .35s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:0;left:0;right:0}.exp-card:hover .exp-card-bottom{transform:translateY(-6px)}.exp-loc-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:5px;margin-bottom:10px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.exp-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:15px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}.exp-rating-badge{align-items:center;gap:5px;margin-bottom:10px;display:flex}.exp-rating-badge .star-ico{color:gold;font-size:13px}.exp-rating-badge .rat-num{color:#fff;font-size:12px;font-weight:800}.exp-quick-stats{flex-wrap:wrap;gap:5px;margin-bottom:12px;display:flex}.exp-stat-chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:4px;padding:4px 9px;font-size:10px;font-weight:600;display:flex}.exp-price-row{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#00000059;border:1px solid #ffffff1f;border-radius:14px;justify-content:space-between;align-items:center;padding:9px 12px;display:flex}.exp-per{color:#ffffff73;margin-bottom:1px;font-size:10px;font-weight:500}.exp-price{color:#fff;font-size:18px;font-weight:900;line-height:1}.exp-book-btn{color:#000;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:10px;flex-shrink:0;align-items:center;gap:5px;padding:8px 13px;font-family:inherit;font-size:11px;font-weight:800;transition:transform .15s,box-shadow .15s;display:flex}.exp-book-btn:hover{transform:scale(1.06);box-shadow:0 4px 18px #ff8f008c}.exp-card-img{display:contents}#testimonials{background:linear-gradient(135deg,#1a1a2e 0,#16213e 50%,#0f3460 100%);padding:64px 0;overflow:hidden}.testi-header{text-align:center;margin-bottom:48px}.testi-label{justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.testi-bar{background:gold;border-radius:2px;width:32px;height:4px}.testi-label-text{color:gold;text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:700}.testi-title{color:#fff;font-size:clamp(26px,3.5vw,40px);font-weight:900}.testi-sub{color:#ffffff8c;margin-top:8px;font-size:16px}.testi-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:48px;display:grid}.testi-stat{text-align:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:20px;padding:20px 12px}.testi-stat-val{background:linear-gradient(135deg,gold,#ff8f00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(22px,3vw,30px);font-weight:900}.testi-stat-lbl{color:#ffffff80;margin-top:4px;font-size:12px}.testi-slider{max-width:720px;margin:0 auto 24px;position:relative}.testi-card{background:#ffffff14;border:1px solid #ffffff24;border-radius:28px;padding:32px 40px}.quote-icon{color:#ffd70040;margin-bottom:16px}.testi-text{color:#ffffffe6;margin-bottom:24px;font-size:18px;line-height:1.6}.testi-author{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.testi-author-left{align-items:center;gap:12px;display:flex}.testi-avatar{object-fit:cover;border:2px solid gold;border-radius:50%;width:48px;height:48px}.testi-name{color:#fff;font-size:15px;font-weight:700}.testi-verified{color:#60a5fa;font-size:12px}.testi-loc{color:#ffffff73;font-size:12px}.testi-trip{color:#ffd700b3;font-size:12px}.testi-rating{text-align:right}.testi-date{color:#ffffff59;margin-top:4px;font-size:12px}.testi-nav{justify-content:center;align-items:center;gap:16px;margin-top:20px;display:flex}.testi-nav-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.testi-nav-btn:hover{background:#ffd70033}.testi-dots{gap:8px;display:flex}.testi-dot{cursor:pointer;background:#ffffff40;border:0;border-radius:5px;width:10px;height:10px;transition:background .3s,width .3s}.testi-dot.active{background:gold;width:24px}.testi-mini-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px;display:grid}.testi-mini{cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:20px;padding:16px;transition:background .2s}.testi-mini:hover{background:#ffffff1f}.mini-stars{gap:2px;margin-bottom:8px;display:flex}.mini-text{color:#ffffffa6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.mini-author{align-items:center;gap:8px;display:flex}.mini-avatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.mini-name{color:#fff;font-size:12px;font-weight:600}.mini-trip{color:#ffd700a6;font-size:10px}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr}}.dpkg-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000021}.dpkg-card:hover .dpkg-img img{transform:scale(1.06)}.dpkg-img{flex-shrink:0;height:240px;position:relative;overflow:hidden}.dpkg-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.dpkg-img-grad{pointer-events:none;background:linear-gradient(#0000000f 20%,#000000c7 100%);position:absolute;inset:0}.dpkg-badge{z-index:2;letter-spacing:.4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:5px 12px;font-size:10px;font-weight:800;position:absolute;top:14px;left:14px}.dpkg-discount{z-index:2;color:#fff;clip-path:polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);background:linear-gradient(135deg,#ef4444,#dc2626);padding:6px 10px 5px;font-size:11px;font-weight:900;position:absolute;top:0;right:18px}.dpkg-duration-pill{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border:1px solid #ffffff2e;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;bottom:56px;right:12px}.dpkg-title-wrap{z-index:2;padding:14px 16px 15px;position:absolute;bottom:0;left:0;right:0}.dpkg-title{color:#fff;text-shadow:0 2px 10px #0006;margin-bottom:4px;font-size:17px;font-weight:900;line-height:1.25}.dpkg-dest-row{color:#ffffffd9;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.dpkg-body{flex-direction:column;flex:1;gap:10px;padding:16px 18px 18px;display:flex}.dpkg-rating-row{align-items:center;gap:5px;display:flex}.dpkg-stars{gap:1px;display:flex}.dpkg-rating-val{color:#111;font-size:12px;font-weight:800}.dpkg-review-cnt{color:#aaa;font-size:11px;font-weight:500}.dpkg-inclusions{flex-wrap:wrap;gap:6px;display:flex}.dpkg-inc-tag{color:#854d0e;background:#fffbec;border:1px solid #ffe066;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.dpkg-highlights{flex-direction:column;gap:5px;display:flex}.dpkg-hl-item{color:#555;align-items:center;gap:7px;font-size:12px;display:flex}.dpkg-hl-dot{background:linear-gradient(135deg,gold,#ff8f00);border-radius:50%;flex-shrink:0;width:6px;height:6px}.dpkg-footer{border-top:1px solid #f5f5f5;justify-content:space-between;align-items:flex-end;gap:10px;margin-top:auto;padding-top:12px;display:flex}.dpkg-price-block{flex-direction:column;gap:1px;display:flex}.dpkg-price-label{color:#aaa;font-size:10px;font-weight:500}.dpkg-price-orig{color:#ccc;font-size:11px;font-weight:500;text-decoration:line-through}.dpkg-price-main{color:#111;font-size:22px;font-weight:900;line-height:1}.dpkg-btn{color:#000;cursor:pointer;white-space:nowrap;letter-spacing:.2px;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:14px;flex-shrink:0;align-items:center;gap:6px;padding:11px 18px;font-size:12px;font-weight:900;transition:transform .18s,box-shadow .18s;display:flex}.dpkg-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ffa50061}@media (max-width:768px){.dpkg-img{height:200px}.dpkg-title{font-size:15px}.dpkg-price-main{font-size:19px}.pkg-cards-grid{grid-template-columns:1fr 1fr!important;gap:14px!important;padding:0 16px!important}}@media (max-width:560px){.pkg-cards-grid{grid-template-columns:1fr!important}}@media (max-width:768px){.carousel-track{gap:12px}.carousel-card{min-width:260px}}@media (max-width:480px){.carousel-card{min-width:220px}.testi-mini-grid{grid-template-columns:1fr}}@media (max-width:768px){.section{padding:44px 0}.section-header>div:last-child{width:100%}.view-all-btn{padding:8px 14px;font-size:13px}}@media (max-width:480px){.section-inner{padding:0 14px}}@media (max-width:768px){#dest-filter::-webkit-scrollbar{display:none}#exp-filter::-webkit-scrollbar{display:none}.filter-pills::-webkit-scrollbar{display:none}#dest-filter>div:last-child,#exp-filter>div:last-child{display:none}.ct-perks{gap:4px;max-height:46px}}@media (max-width:480px){.cards-scroll{gap:12px;padding:0 14px 12px}}@media (max-width:640px){.dpkg-card{border-radius:18px}.dpkg-img{height:200px}.dpkg-title{font-size:15px}.dpkg-body{gap:8px;padding:13px 14px 15px}.dpkg-btn{padding:10px 14px;font-size:12px}.dpkg-inc-tag{padding:3px 8px;font-size:10px}.dpkg-hl-item{font-size:11px}}@media (max-width:768px){#dest-pkg-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-bottom:24px;padding-bottom:4px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}#dest-pkg-tabs::-webkit-scrollbar{display:none}#dest-pkg-tabs button{white-space:nowrap;flex-shrink:0;padding:8px 16px;font-size:12px}}@media (max-width:1024px){.why-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:768px){.testi-header{text-align:center;padding:0 16px}.testi-title{font-size:clamp(22px,6vw,32px)}.testi-slider{gap:12px;padding:0 16px}.testi-stats{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.testi-mini-grid{grid-template-columns:1fr;gap:10px;padding:0 16px}}@media (max-width:480px){.footer-col h4,.footer-col ul li button{font-size:12px}.footer-payments-label{font-size:11px}.footer-copyright span{font-size:10px}}@media (max-width:768px){.section-inner{padding:0 16px;overflow-x:hidden}}@media (hover:none){.ct-join-btn:hover,.dpkg-btn:hover,.filter-pill:hover,.view-all-btn:hover{transform:none}}@media (min-width:769px) and (max-width:1024px){#dest-pkg-grid{grid-template-columns:repeat(2,1fr)!important}.footer-main,.testi-mini-grid{grid-template-columns:1fr 1fr}}@media (max-width:1024px){#dest-pkg-scroll-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -16px;padding:0 16px 12px;overflow-x:auto}#dest-pkg-scroll-wrap::-webkit-scrollbar{display:none}#dest-pkg-grid{flex-flow:row!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important;width:max-content!important;display:flex!important}#dest-pkg-grid .dpkg-card{flex-shrink:0;width:280px!important}#dest-pkg-load-more{display:none!important}}@media (max-width:768px){#dest-pkg-grid .dpkg-card{width:260px!important}#dest-pkg-grid{gap:14px!important}#dest-pkg-scroll-wrap{margin:0 -14px;padding:0 14px 10px}}@media (max-width:1024px){.dest-card{width:260px!important;height:400px!important}.dest-card-img-wrap{height:210px!important}.card-name{font-size:17px}.dest-card-body{padding:12px 14px 14px}.ct-price-main{font-size:17px}.ct-join-btn{padding:9px 14px;font-size:11px}.pkg-card{width:260px!important;height:auto!important;min-height:400px!important}.pkg-card-img{height:210px!important}.pkg-card-dest-name{font-size:18px}.pkg-card-body{padding:12px 14px 14px}}@media (max-width:768px){.dest-card-img-wrap,.pkg-card-img{height:195px!important}.pkg-card-dest-name{font-size:16px}.ct-perk{padding:3px 7px;font-size:9px}.section-subtitle{font-size:13px}#dest-filter{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;margin-bottom:20px;padding:0 16px 4px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}#exp-filter,.filter-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:8px;margin-bottom:20px;padding:0 16px;overflow-x:auto;flex-wrap:nowrap!important;justify-content:flex-start!important}.filter-row{-webkit-overflow-scrolling:touch;padding:0 16px;overflow-x:auto;flex-wrap:nowrap!important}#dest-cards{gap:14px;padding:0 16px!important}.dest-card-info h3{font-size:15px}}@media (max-width:480px){#dest-cards{grid-template-columns:1fr!important}}@media (max-width:768px){.exp-card-title{font-size:14px}.footer-newsletter{padding:28px 16px}.footer-bottom-bar{padding:0 16px 24px}.footer-copyright{text-align:center;flex-direction:column;gap:10px}.footer-links{flex-wrap:wrap;justify-content:center;gap:8px}.footer-socials{flex-wrap:wrap;gap:8px}}@media (max-width:480px){.footer-main{grid-template-columns:1fr}.footer-nl-form{flex-direction:column}.footer-nl-btn{justify-content:center;width:100%}.footer-brand p{font-size:13px}.payment-tags{gap:4px}.payment-tag{padding:3px 8px;font-size:10px}}@media (hover:none){.card-hover:hover{box-shadow:none;transform:none}}@media (max-width:768px){.exp-title{font-size:13px}.exp-badge-main,.exp-thrill-pill{padding:4px 9px;font-size:9px}.exp-top-badges{top:10px;left:10px;right:10px}.exp-price{font-size:15px}.exp-book-btn{padding:7px 11px;font-size:10px}.exp-price-row{padding:7px 10px}.exp-card-bottom{padding:12px 12px 10px}}#bike-trips-section:before{background:radial-gradient(80% 50% at 10% 80%,#ffd7000d 0,#0000 60%),radial-gradient(60% 40% at 90% 20%,#ff8f000a 0,#0000 50%)}.bike-card:hover{transform:translateY(-8px);box-shadow:0 24px 64px #0000008c}.bike-card:hover .bike-card-img{transform:scale(1.08)}.bike-card:hover:after{box-shadow:inset 0 0 0 2.5px #ffd700cc,0 0 44px #ff8f0033}.bike-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.bike-card:after{content:"";z-index:10;pointer-events:none;border-radius:24px;transition:box-shadow .32s;position:absolute;inset:0;box-shadow:inset 0 0 #0000}.bike-card-grad{pointer-events:none;background:linear-gradient(0deg,#0a0a14fa 0,#0a0a14bf 38%,#0a0a1440 65%,#0000 100%);transition:background .3s;position:absolute;inset:0}.bike-card:hover .bike-card-grad{background:linear-gradient(0deg,#0a0a14 0,#0a0a14d1 42%,#0a0a144d 68%,#0000 100%)}.bike-card-top{pointer-events:none;z-index:5;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:14px;left:14px;right:14px}.bike-region-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.5px;text-transform:uppercase;border-radius:999px;padding:5px 11px;font-size:9px;font-weight:900;box-shadow:0 2px 10px #0000004d}.bike-diff-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.3px;border-radius:999px;align-items:center;gap:4px;padding:5px 11px;font-size:9px;font-weight:800;display:flex;box-shadow:0 2px 10px #00000040}.bike-card-moto{display:none}.bike-card-bottom{z-index:6;padding:14px 16px 16px;transition:transform .32s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:0;left:0;right:0}.bike-card:hover .bike-card-bottom{transform:translateY(-5px)}.bike-route-line{align-items:center;gap:8px;margin-bottom:10px;display:flex}.bike-route-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.bike-route-dot.start{background:#4ade80;box-shadow:0 0 0 3px #4ade8033}.bike-route-dot.end{background:#f87171;box-shadow:0 0 0 3px #f8717133}.bike-route-dashes{background:repeating-linear-gradient(90deg,#ffd70099 0 5px,#0000 5px 10px);flex:1;height:1.5px;position:relative;overflow:visible}.bike-route-dashes:after{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:6px solid #ffd700b3;width:0;height:0;position:absolute;top:50%;right:-3px;transform:translateY(-50%)}.bike-route-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;font-size:9px;font-weight:700}.bike-card-title{color:#fff;-webkit-line-clamp:2;text-shadow:0 1px 8px #00000080;-webkit-box-orient:vertical;margin-bottom:8px;font-size:16px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.bike-stat-chips{flex-wrap:wrap;gap:5px;margin-bottom:10px;display:flex}.bike-stat-chip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffd9;background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:700}.bike-star-row{align-items:center;gap:5px;margin-bottom:10px;display:flex}.bike-rev-count{color:#fff6;font-size:10px}.bike-price-row{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0006;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;padding:9px 13px;display:flex}.bike-price-orig{color:#ffffff4d;font-size:10px;text-decoration:line-through}.bike-price-main{color:#fff;font-size:19px;font-weight:900;line-height:1}.bike-price-pp{color:#fff6;margin-top:1px;font-size:9px;font-weight:500}.bike-cta-btn{color:#000;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:11px;flex-shrink:0;align-items:center;gap:5px;padding:9px 14px;font-family:inherit;font-size:11px;font-weight:900;transition:transform .15s,box-shadow .15s;display:flex}.bike-cta-btn:hover{transform:scale(1.07);box-shadow:0 5px 18px #ff8f008c}@media (max-width:1024px){.bike-card{width:270px!important}}@media (max-width:768px){.bike-card{width:250px!important;height:410px!important}}@media (max-width:480px){.bike-card{width:230px!important;height:390px!important}}.bike-hero-overlay{background:linear-gradient(160deg,#0000000f 0,#0003 30%,#000000b8 80%,#000000e6 100%)}.bike-itin-line{background:repeating-linear-gradient(gold 0 6px,#f0f0f0 6px 12px)}@media (max-width:768px){.bike-hero-content{padding:16px 16px 22px}.bike-stats-strip{grid-template-columns:1fr 1fr}}@media (max-width:480px){.bike-stats-strip{grid-template-columns:1fr 1fr}.bike-sb-card{padding:18px 16px}.bike-price-big{font-size:32px}}.gtb-cta-banner{background:linear-gradient(135deg,#1a1a2e 0,#16213e 55%,#0f3460 100%);border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:56px 56px 56px 60px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000002e}@media (max-width:900px){.gtb-cta-banner{grid-template-columns:1fr;padding:40px 32px}}@media (max-width:480px){.gtb-cta-banner{border-radius:20px;padding:32px 24px}}.gtb-blob{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gtb-blob-1{background:radial-gradient(circle,#ffd70014 0,#0000 70%);width:320px;height:320px;top:-80px;right:200px}.gtb-blob-2{background:radial-gradient(circle,#ff8f000f 0,#0000 70%);width:220px;height:220px;bottom:-60px;left:80px}.gtb-cta-left,.gtb-cta-right{z-index:1;position:relative}.gtb-cta-eyebrow{color:gold;text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:800;display:inline-flex}.gtb-cta-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;box-shadow:0 0 0 3px #22c55e33}.gtb-cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,3.5vw,44px);font-weight:900;line-height:1.15}.gtb-cta-title span{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gtb-cta-sub{color:#fff9;max-width:480px;margin-bottom:24px;font-size:15px;line-height:1.7}.gtb-trust-pills{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.gtb-trust-pill{color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:700;transition:background .2s,border-color .2s}.gtb-trust-pill:hover{color:#ffe066;background:#ffd7001f;border-color:#ffd70059}.gtb-launch-btn{color:#000;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,gold,#ff8f00);border:0;border-radius:16px;align-items:center;gap:10px;padding:16px 32px;font-family:inherit;font-size:15px;font-weight:900;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 28px #ff8f0066}.gtb-launch-btn:hover{transform:scale(1.04);box-shadow:0 12px 36px #ff8f008c}.gtb-cta-note{color:#ffffff59;margin-top:12px;font-size:11px;font-weight:500}.gtb-steps-preview{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;margin-bottom:20px;padding:24px}.gtb-step-preview{opacity:.55;align-items:center;gap:14px;padding:10px 0;transition:opacity .2s;display:flex}.gtb-step-preview.gtb-sp-active{opacity:1}.gtb-sp-num{color:#aaa;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:flex}.gtb-sp-active .gtb-sp-num{color:#000;background:linear-gradient(135deg,gold,#ff8f00);border-color:#0000}.gtb-sp-text{flex-direction:column;display:flex}.gtb-sp-text strong{color:#fff;font-size:13px;font-weight:800}.gtb-sp-text span{color:#fff6;margin-top:1px;font-size:11px}.gtb-sp-connector{background:linear-gradient(#ffd70066,#ffd7001a);width:2px;height:12px;margin-left:16px}.gtb-cta-badge{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.gtb-badge-inner{text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:16px 12px}.gtb-badge-num{color:gold;font-size:20px;font-weight:900;line-height:1}.gtb-badge-label{color:#fff6;margin-top:4px;font-size:10px;font-weight:600}.xwh-live-pill{color:#f04343;background:#fff;border:1.5px solid #f04343;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;margin-bottom:6px;padding:7px 16px;font-size:12px;font-weight:700;display:flex}.xwh-live-dot{background:#f04343;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.6s ease-in-out infinite xwhDot}.xwh-scroll{gap:16px!important;padding-left:4px!important;padding-right:4px!important}.xwh-card:hover{transform:translateY(-7px);box-shadow:0 18px 48px #0000002e}.xwh-card-img{object-fit:cover;width:100%;height:200px;transition:transform .5s;display:block}.xwd-card:hover img,.xwh-card:hover .xwh-card-img{transform:scale(1.06)}.xwh-card-img-overlay{pointer-events:none;background:linear-gradient(#00000047 0%,#00000038 40%,#0009 100%);position:absolute;inset:0 0 48px}.xwh-pct-badge{color:#000;white-space:nowrap;background:linear-gradient(135deg,gold,#ff8f00);border-radius:999px;padding:5px 11px;font-size:12px;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #ffb40073}.xwh-dest-name{color:#fff;text-shadow:0 2px 10px #00000080;font-size:18px;font-weight:900;line-height:1.2;position:absolute;bottom:54px;left:14px;right:14px}.xwh-card-foot{background:#fff;justify-content:space-between;align-items:center;gap:6px;padding:9px 14px 11px;display:flex}.xwh-cat{color:#ff8f00;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.xwh-searches{color:#888;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}.xwh-searches svg{color:gold;flex-shrink:0}.xwd-section{background:#fffdf5}.xwd-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:28px;display:flex}.xwd-view-all{color:#111;cursor:pointer;background:#fff;border:1.5px solid gold;border-radius:12px;flex-shrink:0;align-items:center;gap:7px;margin-bottom:5px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:700;transition:background .2s,transform .18s,box-shadow .18s;display:flex}.xwd-view-all:hover{background:linear-gradient(135deg,gold,#ff8f00);border-color:gold;transform:translateY(-2px);box-shadow:0 8px 18px #ffb4004d}.xwd-bento{grid-template-rows:280px 280px;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px;display:grid}.xwd-topleft{grid-area:1/1/auto/3}.xwd-center{grid-area:1/3/3}.xwd-topright{grid-area:1/4}.xwd-botleft1{grid-area:2/1}.xwd-botleft2{grid-area:2/2}.xwd-botright{grid-area:2/4}.xwd-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #0000002e}.xwd-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.xwd-overlay{pointer-events:none;background:linear-gradient(0deg,#000000bf 0,#00000014 55%,#0000 100%);position:absolute;inset:0}.xwd-card:after{content:"";transform-origin:0;z-index:5;background:linear-gradient(90deg,gold,#ff8f00);height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.xwd-card:hover:after{transform:scaleX(1)}.xwd-pill{z-index:3;letter-spacing:.6px;border-radius:999px;align-items:center;padding:5px 12px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:13px;left:13px}.xwd-pill-yellow{color:#000;background:linear-gradient(135deg,gold,#ff8f00);box-shadow:0 4px 14px #ffb40066}.xwd-pill-red{color:#fff;background:#f04343}.xwd-pill-white{color:#fff;background:#ffffff2e;border:1px solid #ffffff52}.xwd-info{z-index:2;padding:14px 16px 18px;position:absolute;bottom:0;left:0;right:0}.xwd-name{color:#fff;text-shadow:0 2px 12px #00000073;font-size:22px;font-weight:900;line-height:1.1}.xwd-name-lg{font-size:28px}@media (max-width:900px){.xwd-bento{grid-template-rows:220px 360px 220px 220px;grid-template-columns:1fr 1fr}.xwd-topleft{grid-area:1/1/auto/3}.xwd-center{grid-area:2/1/auto/3}.xwd-topright{grid-area:3/1}.xwd-botleft1{grid-area:3/2}.xwd-botleft2{grid-area:4/1}.xwd-botright{grid-area:4/2}}@media (max-width:500px){.xwd-bento{gap:10px}.xwd-name{font-size:18px}.xwd-name-lg{font-size:22px}}.card-img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .5s}.xwd-card{cursor:pointer;will-change:transform;background:#111;border-radius:20px;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s;position:relative;overflow:hidden}.dest-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #00000021}.pkg-card:hover{transform:translateY(-8px)}@media (max-width:480px){.section-subtitle{font-size:12px}.dest-card-img-wrap{height:200px}.xwh-card{width:220px}.xwh-card-img{height:160px}.xwd-bento{gap:8px}.xwd-name{font-size:16px}}@media (min-width:481px) and (max-width:767px){.section-title{font-size:clamp(22px,4vw,30px)}.dest-card{width:260px}.xwh-card{width:230px}}.card-wishlist{color:#888;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:44px;height:32px;min-height:44px;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:12px}@media (max-width:480px){.card-meta span:nth-child(n+3){display:none}.section{padding:40px 0}.filter-pill{padding:7px 13px;font-size:12px}}@media (min-width:769px) and (max-width:1024px){.cards-scroll{grid-template-columns:repeat(2,1fr);gap:16px;overflow-x:unset!important;padding:0!important;display:grid!important}#bike-cards{grid-template-columns:repeat(2,1fr);gap:16px;overflow-x:unset!important;display:grid!important}}@media (max-width:768px){.carousel-btn-nav{border-radius:12px;width:38px;min-width:44px;height:38px;min-height:44px}.filter-pill{flex-shrink:0;min-width:44px;min-height:44px;padding:10px 16px;font-size:12px}.testi-dot.active{width:24px!important}.testi-dot{min-height:unset!important;min-width:unset!important;width:10px!important;height:10px!important}}@media (min-width:769px) and (max-width:1024px){.section{padding:48px 0}.section-inner{padding:0 28px}.section-title{font-size:clamp(24px,3vw,36px)}.xwd-bento{grid-template-rows:240px 360px 240px 240px;grid-template-columns:1fr 1fr;gap:12px}.xwd-topleft{grid-area:1/1/auto/3}.xwd-center{grid-area:2/1/auto/3}.xwd-topright{grid-area:3/1}.xwd-botleft1{grid-area:3/2}.xwd-botleft2{grid-area:4/1}.xwd-botright{grid-area:4/2}}@media (max-width:1024px){#bike-region-tabs,#dest-filter .filter-pill,#exp-filter .filter-pill,.carousel-btn-nav,.xwh-tabs{display:none!important}.section{padding:28px 0!important}.section-inner{padding:0 14px!important}.section-title{font-size:clamp(20px,5vw,32px)!important}.section-subtitle{margin-top:4px!important;font-size:13px!important}}@media (min-width:769px) and (max-width:1024px){.dest-card{flex-shrink:unset;scroll-snap-align:unset;width:300px;height:420px}.pkg-card{flex-shrink:unset;scroll-snap-align:unset;width:300px}.exp-card{flex-shrink:unset;scroll-snap-align:unset;width:260px;height:350px}.xwh-card{width:260px}.why-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.cta-banner{text-align:center;flex-direction:column;gap:16px;padding:28px 24px}.cta-btns{justify-content:center}.footer-nl-inner{flex-direction:column;align-items:flex-start;gap:16px}.footer-nl-form{width:100%}.footer-nl-input{flex:1;min-width:0}.section-header{flex-wrap:wrap;gap:8px}}@media (max-width:768px){.dest-card{border-radius:18px;width:85vw;max-width:300px;height:400px}.pkg-card{border-radius:18px;width:85vw;max-width:300px;height:auto;min-height:420px}.exp-card{border-radius:18px;width:75vw;min-width:240px;max-width:260px;height:320px}.xwh-card{width:72vw;max-width:250px}.xwd-card{border-radius:14px}.cards-scroll{gap:12px!important;padding:0 14px 4px!important}.card-name{font-size:17px}.dest-card-body,.pkg-card-body{padding:11px 13px 13px}.ct-price-main{font-size:18px}.ct-join-btn{border-radius:10px;padding:9px 14px;font-size:12px}.why-grid{padding:0 16px;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.why-card{border-radius:14px;padding:14px}.why-icon{width:36px;height:36px;font-size:18px}.cta-banner{text-align:center;border-radius:18px;flex-direction:column;gap:14px;padding:24px 18px}.cta-title{font-size:clamp(18px,5vw,24px)}.cta-btns{flex-direction:column;align-items:center;gap:10px;width:100%}.cta-btn-dark,.cta-btn-outline{text-align:center;justify-content:center;width:100%;max-width:300px;padding:14px 20px;font-size:14px}.testi-card{border-radius:18px;padding:20px 16px}.testi-text{font-size:13px;line-height:1.6}.testi-name{font-size:14px}.testi-avatar{width:44px;height:44px}.section-header{flex-flow:wrap;align-items:center;gap:6px;margin-bottom:20px;padding:0 16px 20px}.section-title{font-size:clamp(20px,6vw,28px)!important}.footer-nl-inner{flex-direction:column;align-items:flex-start;gap:14px}.footer-nl-form{flex-flow:column;gap:8px;width:100%}.footer-nl-input{flex:1;width:100%;min-width:0;font-size:13px}.footer-nl-btn{white-space:nowrap;flex-shrink:0;justify-content:center;width:100%}.footer-main{grid-template-columns:1fr 1fr;gap:24px;padding:32px 14px}.xwd-bento{gap:8px}.xwd-name{font-size:16px}}@media (max-width:480px){.dest-card{width:88vw;height:360px}.pkg-card{width:88vw}.exp-card{width:80vw;min-width:200px;height:290px}.why-grid{grid-template-columns:1fr;gap:8px!important}.why-card{padding:12px}.dest-card-body,.pkg-card-body{padding:10px 12px 12px}.section-title{font-size:20px!important}.footer-nl-input{width:100%;padding:10px 14px;font-size:13px}}@media (max-width:1024px){.section-header>div:last-child{flex-shrink:0;align-items:center;gap:0;margin-left:12px;display:flex!important}.section-header .carousel-btn-nav{display:none!important}.section-header .view-all-btn{color:#ff8f00;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:700;display:inline-flex!important}#bike-trips-section .section-header{margin-bottom:12px!important}#exp-filter{justify-content:flex-end!important;align-items:center!important;gap:0!important;margin-bottom:12px!important;display:flex!important}.section-header>div:first-child{min-width:0;flex:none!important;width:100%!important}.section-header-actions{flex-shrink:0;gap:6px;margin-left:8px}.filter-row,.section-header-actions .carousel-btn-nav{display:none!important}.section-header-actions .view-all-btn{color:#ff8f00;white-space:nowrap;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:13px;font-weight:700;display:inline-flex!important}#dest-filter{justify-content:flex-end!important;align-items:center!important;gap:0!important;margin-bottom:14px!important;display:flex!important}.section-label{white-space:nowrap!important;flex-wrap:nowrap!important;margin-bottom:4px!important}.section-label-text{white-space:nowrap!important}.section-header>div:last-child:not(:first-child){justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:0!important;display:flex!important}.view-all-btn{color:#ff8f00!important;background:0 0!important;border:0!important;border-radius:0!important;align-items:center!important;gap:6px!important;padding:0!important;font-size:14px!important;font-weight:700!important;display:inline-flex!important}.section-header{flex-flow:wrap!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px 0!important;margin-bottom:14px!important;display:flex!important}#deals-section{display:none!important}}@media (max-width:600px){.exp-card{width:256px;height:360px;padding:18px}}@media (min-width:1025px){.section-header{flex-flow:row!important;justify-content:space-between!important;align-items:flex-end!important;gap:16px!important;margin-bottom:20px!important;display:flex!important}.section-header>div:first-child{flex:1;min-width:0}.section-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex!important}.section-header .view-all-btn{display:inline-flex!important}.section-header .carousel-btn-nav{display:flex!important}#dest-filter,#exp-filter,.filter-row{flex-wrap:wrap;display:flex!important}.cards-scroll{flex-wrap:nowrap;gap:16px;overflow-x:auto;display:flex!important}}@media (min-width:641px) and (max-width:1024px){.section-header .carousel-btn-nav{display:none!important}.section-header>div:first-child{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}.section-subtitle{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important}.section-header-actions{flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:6px!important;width:100%!important;margin-top:0!important;display:flex!important}.section-header .view-all-btn{white-space:nowrap!important;display:inline-flex!important}#dest-filter .filter-pill,.filter-row{display:none!important}#dest-filter .view-all-btn{display:inline-flex!important}#dest-filter{justify-content:flex-end!important;align-items:center!important;gap:0!important;margin-bottom:12px!important;display:flex!important}#exp-filter{justify-content:flex-end!important;gap:0!important;display:flex!important}#bike-region-tabs .filter-pill,#exp-filter .filter-pill,.xwh-tabs{display:none!important}.dest-card-body{justify-content:flex-start!important;gap:0!important;padding:12px 14px 14px!important;overflow:visible!important}.ct-perks,.dest-card-body>div[style*=margin-bottom]{margin-bottom:8px!important}.ct-price-row{margin-top:auto!important;padding-top:8px!important}.cards-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-y:visible;flex-wrap:nowrap!important;gap:14px!important;padding:0 24px 12px!important;display:flex!important;overflow-x:auto!important}#bike-cards::-webkit-scrollbar{display:none}.cards-scroll::-webkit-scrollbar{display:none}.dest-card{scroll-snap-align:start;flex-shrink:0;width:290px!important;height:420px!important}.pkg-card{scroll-snap-align:start;flex-shrink:0;width:290px!important}.exp-card{scroll-snap-align:start;flex-shrink:0;width:260px!important;height:350px!important}.xwh-card{scroll-snap-align:start;flex-shrink:0;width:250px!important}.bike-card{scroll-snap-align:start;flex-shrink:0;width:270px!important}#bike-cards{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;grid-template-columns:unset!important;flex-flow:row!important;gap:14px!important;width:auto!important;padding:0 24px 12px!important;display:flex!important;overflow:auto visible!important}.why-grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}.cta-banner{text-align:center;flex-direction:column;gap:16px;padding:28px 24px}.cta-btns{flex-direction:column;justify-content:center;align-items:center;gap:10px}.cta-btn-dark,.cta-btn-outline{text-align:center;justify-content:center;width:100%;max-width:280px}.section{padding:40px 0!important}.section-inner{padding:0 24px!important}.section-title{font-size:clamp(22px,3.5vw,36px)!important}.section-header{flex-flow:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:8px!important;margin-bottom:16px!important;padding:0!important;display:flex!important}.xwd-bento{grid-template-rows:240px 380px 240px 240px!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.xwd-topleft{grid-area:1/1/auto/3!important}.xwd-center{grid-area:2/1/auto/3!important}.xwd-topright{grid-area:3/1!important}.xwd-botleft1{grid-area:3/2!important}.xwd-botleft2{grid-area:4/1!important}.xwd-botright{grid-area:4/2!important}.footer-main{grid-template-columns:1fr 1fr!important;gap:24px!important;padding:32px 24px!important}.footer-nl-inner{flex-direction:column!important;gap:16px!important}.footer-nl-form{width:100%!important}.footer-nl-input{flex:1!important;min-width:0!important}#deals-section{display:none!important}}@media (max-width:640px){#dest-pkg-scroll-wrap::-webkit-scrollbar{display:none}.cards-scroll::-webkit-scrollbar{display:none}.section{padding:20px 0!important}.section-inner{padding:0 12px!important}.section-title{font-size:clamp(18px,6vw,26px)!important}.section-label{margin-bottom:4px!important}.section-header{flex-flow:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:6px!important;margin-bottom:12px!important;padding:0!important;display:flex!important}.section-header>div:first-child{flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important}.section-subtitle{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important;font-size:12px!important}.section-header-actions{flex-shrink:0!important;justify-content:flex-end!important;align-items:center!important;gap:0!important;width:100%!important;margin-left:0!important;display:flex!important}#bike-region-tabs .filter-pill,#dest-filter .filter-pill,#exp-filter .filter-pill,.filter-row,.section-header .carousel-btn-nav,.xwh-tabs{display:none!important}.section-header .view-all-btn{color:#ff8f00!important;white-space:nowrap!important;background:0 0!important;border:0!important;gap:4px!important;padding:0!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important}#dest-filter{justify-content:flex-end!important;align-items:center!important;gap:0!important;margin-bottom:10px!important;display:flex!important}#exp-filter{justify-content:flex-end!important;gap:0!important;display:flex!important}.cards-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap!important;gap:12px!important;padding:0 12px 12px!important;display:flex!important;overflow:auto visible!important}.dest-card{scroll-snap-align:start!important;border-radius:18px!important;flex-shrink:0!important;width:82vw!important;max-width:280px!important;height:380px!important}.pkg-card{scroll-snap-align:start!important;border-radius:18px!important;flex-shrink:0!important;width:82vw!important;max-width:280px!important}.exp-card{scroll-snap-align:start!important;flex-shrink:0!important;width:74vw!important;max-width:260px!important;height:310px!important}.xwh-card{scroll-snap-align:start!important;flex-shrink:0!important;width:70vw!important;max-width:240px!important}.bike-card{flex-shrink:0!important;width:78vw!important;max-width:260px!important;height:400px!important}.dest-card-img-wrap{height:200px!important}.dest-card-body{padding:11px 12px 14px!important;overflow:visible!important}.card-name{font-size:16px!important}.ct-price-main{font-size:15px!important}.ct-price-orig,.footer-copyright span{font-size:10px!important}.ct-price-row{flex-wrap:wrap!important;gap:8px 0!important}.ct-join-btn{white-space:nowrap!important;flex-shrink:0!important;gap:4px!important;padding:8px 12px!important;font-size:11px!important}.ct-join-btn svg{width:11px!important;height:11px!important}.pkg-card-img{height:195px!important}.pkg-card-body{padding:11px 12px 12px!important}.pkg-card-dest-name{font-size:16px!important}.why-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.why-card{border-radius:14px!important;padding:14px!important}.why-icon{width:36px!important;height:36px!important;font-size:18px!important}.cta-banner{text-align:center!important;border-radius:18px!important;flex-direction:column!important;gap:14px!important;padding:24px 16px!important}.cta-title{font-size:clamp(17px,5vw,22px)!important}.cta-btns{flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important}.cta-btn-dark,.cta-btn-outline{text-align:center!important;justify-content:center!important;width:100%!important;max-width:300px!important;padding:13px!important;font-size:14px!important}.footer-newsletter{padding:24px 14px!important}.footer-nl-inner{flex-direction:column!important;gap:14px!important}.footer-nl-form{flex-direction:column!important;gap:8px!important;width:100%!important}.footer-nl-input{width:100%!important;min-width:0!important}.footer-nl-btn{justify-content:center!important;width:100%!important}.footer-copyright{text-align:center!important;flex-direction:column!important;gap:10px!important}.footer-links{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important}.footer-socials{flex-wrap:wrap!important;gap:8px!important}.payment-tag{padding:3px 7px!important;font-size:10px!important}.xwd-bento{grid-template-rows:200px 320px 200px 200px!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.xwd-topleft{grid-area:1/1/auto/3!important}.xwd-center{grid-area:2/1/auto/3!important}.xwd-topright{grid-area:3/1!important}.xwd-botleft1{grid-area:3/2!important}.xwd-botleft2{grid-area:4/1!important}.xwd-botright{grid-area:4/2!important}.xwd-name{font-size:15px!important}.xwd-name-lg{font-size:19px!important}#deals-section{display:none!important}#dest-pkg-scroll-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -12px!important;padding:0 12px 10px!important;overflow-x:auto!important}#dest-pkg-grid{flex-flow:row!important;grid-template-columns:1fr!important;gap:12px!important;width:max-content!important;display:flex!important}#dest-pkg-grid .dpkg-card{flex-shrink:0!important;width:248px!important}#dest-pkg-load-more{width:100%;max-width:320px;padding:13px 24px;font-size:14px;display:none!important}.bike-hero-content{padding:18px 16px 22px!important}.bike-hero-title{font-size:clamp(20px,6vw,32px)!important}.bike-stats-strip{grid-template-columns:1fr 1fr!important}.footer-bottom-bar{padding:0 14px 20px!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}.bike-card:hover,.dest-card:hover,.dpkg-card:hover,.exp-card:hover,.pkg-card:hover,.xwh-card:hover{transform:none!important}.filter-pill{min-height:40px!important}}@media (max-width:380px){.dest-card{width:90vw!important;height:360px!important}.pkg-card{width:90vw!important}.exp-card{width:82vw!important;height:290px!important}.xwh-card{width:78vw!important}.bike-card{width:85vw!important}.why-grid{grid-template-columns:1fr!important}.section-title{font-size:18px!important}.footer-main{grid-template-columns:1fr!important}.cta-btns{flex-direction:column!important}.cta-btn-dark,.cta-btn-outline{max-width:100%!important}}@media (hover:none){.bike-card:hover{transform:none!important}.dest-card:hover,.dpkg-card:hover,.exp-card:hover,.pkg-card:hover{box-shadow:0 4px 20px #00000017;transform:none!important}.why-card:hover,.xwh-card:hover{transform:none!important}}.cards-scroll::-webkit-scrollbar{display:none}@media (max-width:640px){#dest-pkg-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;flex-wrap:nowrap!important;justify-content:flex-start!important;margin:0 -12px 20px!important;padding-left:12px!important;padding-right:12px!important;overflow-x:auto!important}#dest-pkg-tabs::-webkit-scrollbar{display:none}#dest-pkg-tabs button{white-space:nowrap!important;flex-shrink:0!important;padding:8px 16px!important;font-size:12px!important}.gtb-cta-banner{border-radius:20px!important;grid-template-columns:1fr!important;gap:24px!important;padding:28px 18px!important}.gtb-cta-title{font-size:clamp(22px,6vw,32px)!important}.gtb-trust-pills{flex-wrap:wrap!important;gap:6px!important}.gtb-trust-pill{padding:6px 12px!important;font-size:11px!important}.gtb-launch-btn{justify-content:center!important;width:100%!important}}@media (min-width:641px) and (max-width:1024px){.gtb-cta-banner{grid-template-columns:1fr!important;gap:28px!important;padding:40px 32px!important}}.xwh-header{flex-wrap:wrap;gap:12px}@media (max-width:640px){.xwh-header{margin-bottom:12px!important}.xwh-live-pill{flex-shrink:0;padding:4px 10px!important;font-size:11px!important}.xwh-card-img{height:155px!important}#why-grid~.cta-banner .cta-title{font-size:clamp(18px,5.5vw,24px)!important}#testimonials{padding:32px 0!important}#testimonials .section-inner{padding:0!important}.testi-header{text-align:center;margin-bottom:0!important;padding:0 14px 28px!important}.testi-title{font-size:clamp(22px,6vw,32px)!important}.testi-sub{font-size:13px!important}.testi-stats{grid-template-columns:1fr 1fr!important;gap:10px!important;margin:0 14px 24px!important;padding:0 12px!important}.testi-stat{border-radius:16px!important;padding:16px 10px!important}.testi-stat-val{font-size:22px!important}.testi-stat-lbl{font-size:11px!important}.testi-slider{margin-bottom:16px!important;padding:0 14px!important}.testi-card{border-radius:20px!important;padding:20px 16px!important}.testi-name{font-size:14px!important}.testi-text{font-size:14px!important;line-height:1.6!important}.testi-avatar{width:42px!important;height:42px!important}.testi-mini-grid{grid-template-columns:1fr!important;gap:10px!important;margin-top:20px!important;padding:0 14px 20px!important}}@media (min-width:1025px){.section-inner{max-width:1280px;margin-left:auto;margin-right:auto}}@media (max-width:640px){#dest-packages-section .section-title{font-size:clamp(18px,5.5vw,26px)!important}#dest-packages-section .section-subtitle{font-size:12px!important}#dest-packages-section>.section-inner>div:first-child{margin-bottom:20px!important}.footer-col ul li button{min-height:unset!important;min-width:unset!important;height:auto!important;padding:2px 0!important;font-size:13px!important;line-height:1.4!important}.footer-col ul{gap:6px!important}.footer-col h4{margin-bottom:10px!important;font-size:13px!important}.footer-main{grid-template-columns:1fr!important;gap:20px!important;padding:24px 14px 20px!important}}@media (min-width:641px) and (max-width:1024px){.footer-col ul li button{min-height:unset!important;min-width:unset!important;height:auto!important;padding:2px 0!important;line-height:1.4!important}.footer-col ul{gap:7px!important}}@media (max-width:640px){.dpkg-footer{flex-wrap:nowrap!important;gap:8px!important}.dpkg-footer .dpkg-btn,.dpkg-footer button.dpkg-btn{min-height:unset!important;min-width:unset!important;flex:none!important;padding:10px 14px!important;font-size:12px!important}.dpkg-price-main{font-size:18px!important}}#dest-pkg-grid .dpkg-card{contain:layout style!important}.cards-scroll{scroll-snap-type:x mandatory;contain:layout style;scrollbar-width:none;-ms-overflow-style:none;backface-visibility:hidden;will-change:scroll-position;gap:20px;display:flex;overflow-x:auto;transform:translateZ(0);-webkit-overflow-scrolling:touch!important;padding-top:10px!important;padding-bottom:14px!important}.bike-card{scroll-snap-align:start;cursor:pointer;backface-visibility:hidden;background:#1a1a2e;border-radius:24px;flex-shrink:0;width:300px;height:440px;transition:transform .32s cubic-bezier(.34,1.56,.64,1),box-shadow .32s;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 40px #0006}.dest-card{scroll-snap-align:start;cursor:pointer;will-change:transform;backface-visibility:hidden;background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;flex-shrink:0;width:300px;height:440px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 2px 12px #00000012}.dpkg-card{cursor:pointer;backface-visibility:hidden;background:#fff;border:1px solid #f0f0f0;border-radius:22px;flex-direction:column;transition:transform .28s,box-shadow .28s;display:flex;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 20px #00000012}.exp-card{scroll-snap-align:start;cursor:pointer;backface-visibility:hidden;flex-shrink:0;width:300px;height:400px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;position:relative;overflow:hidden;transform:translateZ(0)}.pkg-card{scroll-snap-align:start;cursor:pointer;backface-visibility:hidden;background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;flex-shrink:0;width:300px;height:440px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.xwh-card{cursor:pointer;scroll-snap-align:start;backface-visibility:hidden;background:#111;border-radius:20px;flex-shrink:0;width:230px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 4px 20px #0000001a}.bike-card:not(:hover),.dest-card:not(:hover),.exp-card:not(:hover),.pkg-card:not(:hover){will-change:auto}@media (hover:none){.bike-card,.dest-card,.dpkg-card,.exp-card,.pkg-card,.xwh-card{will-change:auto!important;transform:none!important}.cards-scroll{will-change:scroll-position!important}}
