.stat-item{display:flex;flex-direction:column;gap:5px}.stat-item span{letter-spacing:1px;text-transform:uppercase;line-height:100%}.tour-stats{margin-top:30px;display:flex;justify-content:center;gap:5rem}.tour-stats .value{font-size:16px;color:#fff;font-weight:700}.tour-stats .label{font-size:11px;color:#e5e7eb;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.about-who{padding:3rem 0 0}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.who-text p{color:#333;margin-bottom:20px;font-size:20px}.who-image{height:500px;background-size:cover;background-position:center;position:relative}.play-btn{width:60px;height:60px;background-color:rgb(255 255 255 / .9);border:none;border-radius:50%;color:var(--primary-color);font-size:15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);position:absolute;bottom:-10px;right:10px;transform:translate(-50%,-50%);z-index:1}.video-content{position:absolute;bottom:0;left:0;width:100%;background:rgb(0 0 0 / .5);color:#fff;padding:20px;box-sizing:border-box}.video-content h5{font-size:20px;font-weight:700}.tour-highlights{background-color:#faf9f5;padding:4rem 0;color:#1a1a1a!important}.tour-overview{padding:4rem 0}.overview-grid{display:grid;grid-template-columns:6.5fr 5.5fr;gap:50px;align-items:start}.tour-overview .highlights-anchor-title{font-size:32px;color:#1a1a1a;margin-bottom:20px;font-weight:700}.tour-overview .overview-intro{color:#555;margin-bottom:35px;font-size:18px}.tour-overview .overview-intro ul{list-style:none;padding-left:0}.tour-overview .overview-intro ul li{color:#000;margin-bottom:10px;position:relative;padding-left:30px}.tour-overview .overview-intro ul li:before{content:'\f058';font-family:'Font Awesome 5 Pro';color:var(--primary-color);position:absolute;left:0}.itinerary-timeline{position:relative;padding-left:30px}.itinerary-timeline::before{content:'';position:absolute;left:0;top:10px;bottom:0;width:2px;background:#eee}.timeline-item{position:relative;margin-bottom:24px}.timeline-dot{position:absolute;left:-35px;top:5px;width:12px;height:12px;background:var(--primary-color);border-radius:50%;z-index:1}.timeline-content h3{font-size:19px;margin-bottom:.8rem}.timeline-content ul{list-style:disc;padding-left:20px}.timeline-content li{margin-bottom:7px;font-size:17px;color:#555}.highlights-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:50px;align-items:start}.itinerary-accordion .itinerary-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:30px;border-bottom:1px solid rgb(0 0 0 / .08);padding-bottom:20px}.itinerary-accordion .itinerary-header h2{font-size:32px;color:#1a1a1a;margin-bottom:0;letter-spacing:1px}.accordion-controls button:hover{background-color:var(--primary-color)!important;color:#fff!important;border-color:var(--primary-color)!important}.accordion-item{border-bottom:1px dotted rgb(0 0 0 / .15)!important}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:15px 0;cursor:pointer;gap:20px;transition:var(--transition)}.accordion-content{max-height:0;overflow:hidden;transition:all 0.5s cubic-bezier(0,1,0,1)}.accordion-content p{font-size:17px}.accordion-item.active .accordion-content{max-height:2000px;padding:20px;transition:all 0.5s cubic-bezier(1,0,1,0)}.accordion-item.active .icon-circle{background:var(--primary-color);color:#fff;transform:rotate(180deg)}.accordion-header i{transition:transform 0.3s ease}.accordion-item.active .accordion-header i{transform:rotate(180deg)}.day-gallery.swiper,.accordiontourSwiper{width:100%;max-width:100%;min-width:0;overflow:hidden;position:relative;margin-top:20px}.accordiontourSwiper .swiper-wrapper{display:flex}.accordiontourSwiper .swiper-slide{flex-shrink:0;min-width:0;height:auto}.accordiontourSwiper .day-img img{display:block;width:100%;height:180px;object-fit:cover;border-radius:8px}.highlights-grid,.itinerary-accordion,.accordion-item,.accordion-content{min-width:0}.highlights-grid{grid-template-columns:minmax(0,1fr) 420px}.map-container{background:#fff;padding:15px}.day-tag{background:var(--primary-color);color:#fff;font-weight:700;padding:4px 12px;border-radius:4px;height:34px}.day-title{font-size:19px;font-weight:600;flex:1}.day-img{position:relative!important;overflow:hidden!important;isolation:isolate;height:180px}.itinerary-meals{margin-top:20px;display:flex;align-items:center;gap:20px;color:#555}.inclusions-excludes{padding:4rem 0}.inc-exc-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.inc-exc-grid h3{font-size:32px;margin-bottom:35px}.inc-exc-grid h3 span{position:relative}.inc-exc-grid h3 span::after{content:'';position:absolute;left:0;bottom:-12px;width:100%;height:2px;background:var(--primary-color)}.inc-exc-grid ul{list-style:none;padding-left:0}.inc-exc-grid ul li{display:flex;align-items:flex-start;gap:10px;color:#000;margin-bottom:10px;position:relative}.inc-exc-grid .includes ul li:before{content:'\f058';font-family:'Font Awesome 5 Pro';color:green}.inc-exc-grid .excludes ul li:before{content:'\f057';font-family:'Font Awesome 5 Pro';color:red}.top-stays{padding:4rem 0}.stays-slider-wrap{position:relative;margin-top:40px}.stays-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.stay-card{background:#F8F8F8;overflow:hidden;transition:var(--transition)}.stay-card:hover{transform:translateY(-10px)}.stay-img{height:250px;position:relative!important;background-size:cover;background-position:center}.stay-info{padding:20px}.stay-info h4{font-size:20px;font-weight:700;margin-bottom:.8rem;color:#000}.stay-stars{color:#f39c12;font-size:.8rem;margin-bottom:15px}.stay-info p{font-size:18px;color:#374151}.stays-slider-wrap .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;border:1px solid #eee;z-index:10;cursor:pointer;box-shadow:0 5px 15px rgb(0 0 0 / .1)}.stays-slider-wrap .slider-arrow.prev{left:-20px}.stays-slider-wrap .slider-arrow.next{right:-20px}.tour-video-cta{padding:4rem 0;position:relative;overflow:hidden}.video-cta-flex{display:flex;align-items:center;gap:50px}.video-cta-flex::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:1}.video-card{flex:1;height:400px;z-index:2;background-size:cover;background-position:center;position:relative;cursor:pointer;overflow:hidden;box-shadow:0 20px 40px rgb(0 0 0 / .1)}.play-overlay{position:absolute;bottom:22px;right:10px;z-index:1;transform:translate(-50%,-50%);width:45px;height:45px;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);background-color:#fff0}.play-overlay i{font-weight:700;color:#fff}.video-info{position:absolute;bottom:0;left:0;width:100%;padding:15px;background:rgb(0 0 0 / .5);color:#fff}.video-info h4{font-size:21px;font-weight:700;margin-bottom:8px}.video-info .duration{color:var(--primary-color);font-size:18px;font-weight:700;display:block;margin-bottom:8px}.video-info p{color:#D1D5DB;font-size:16px;font-weight:500}.video-text{flex:1;z-index:2}.video-text h3{font-size:26px;margin-bottom:1.5rem;color:#fff;max-width:450px}.video-text p{color:#F3F4F6;font-size:18px;font-weight:500;margin-bottom:30px;max-width:500px}.travel-tips{background:#F8F8F8!important;padding:4rem 0}.tips-accordion{border-top:1px solid #E5E7EB}.tips-accordion .accordion-item{padding:0;border-bottom:1px dotted rgb(0 0 0 / .15)!important}.tips-accordion .accordion-header{padding:24px 0}.tips-accordion .accordion-header h3{font-size:20px;letter-spacing:0;margin-bottom:0}.tour-moments-v3{padding:2rem 0 4rem}.momentsSwiperV3 .swiper-slide{position:relative;width:45%!important;height:550px;opacity:.5;filter:brightness(.4) grayscale(50%);transform:scale(.85);transition:all 0.7s cubic-bezier(.2,1,.3,1)}.momentsSwiperV3 .swiper-slide-prev{transform:scale(.85) translateX(15%)!important}.momentsSwiperV3 .swiper-slide-next{transform:scale(.85) translateX(-15%)!important}.momentsSwiperV3 .swiper-slide-active{opacity:1;filter:brightness(1) grayscale(0%);transform:scale(1)!important;z-index:10}.momentsSwiperV3 .swiper-slide img{width:100%;height:100%;object-fit:cover}.momentsSwiperV3 .swiper-slide p{text-align:center;position:absolute;bottom:0;left:0;width:100%;background:rgb(0 0 0 / .5);color:#fff;padding:15px 20px;box-sizing:border-box}.momentsSwiperV3 .swiper-button-next,.momentsSwiperV3 .swiper-button-prev{width:35px;height:35px;background:#fff;color:#000;border:1px solid #e2e8f0;border-radius:0;box-shadow:0 4px 10px rgb(0 0 0 / .1);top:50%;transform:translateY(-50%)}.momentsSwiperV3 .swiper-button-next{right:23%}.momentsSwiperV3 .swiper-button-prev{left:23%}.tour-reviews{background:#f8fafc;padding:4rem 0}.reviews-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:center;position:relative}.reviews-wrapper::after{content:'';position:absolute;top:10%;left:40%;width:1px;height:80%;background:#e2e8f0}.mt-32{margin-top:30px}.reviews-summary{padding-right:40px}.reviews-summary h3{font-size:32px;margin-bottom:24px;color:#000}.reviews-summary .accent-line{width:8.8rem;height:1px;margin:unset;background:var(--primary-color);margin-bottom:30px;text-align:left;position:relative}.rating-label{font-size:20px;font-weight:400;color:#1e293b;margin-bottom:1rem}.rating-box{margin-bottom:1rem}.rating-box .point-max{font-size:18px;color:#aaa2a2;font-weight:400}.rating-num{font-size:32px;font-weight:600;color:#1e293b}.reviews-summary .stars{display:flex;gap:5px;font-size:18px;color:#f39c12}.review-count{font-weight:400;color:#474B57}.reviews-form-side{padding-left:40px}.reviews-form-side .required{color:red}.form-header-inline{display:flex;align-items:center;margin-bottom:35px}.form-header-inline h4{font-size:20px;font-weight:700;margin-right:24px;margin-bottom:0}.stars-outline{display:flex;gap:5px;font-size:28px;color:#f1c40f}.precision-form label{position:absolute;top:0;left:0;padding:0 8px;font-size:20px;color:#374151;font-weight:400;z-index:1;background:#f8fafc;margin-bottom:0}.precision-form input,.precision-form select,.precision-form textarea{width:100%;padding:20px 15px;border:1px solid #e2e8f0;font-size:18px;color:#6B7280;background:#fff0;transition:var(--transition);height:60px}.precision-form textarea{height:120px;resize:none}.precision-form .form-field{position:relative}.precision-form .form-field.full{margin-bottom:30px}.precision-form .form-field label{top:-10px;left:15px}.toggle-container{display:flex;align-items:center;gap:15px;position:relative;margin-bottom:40px}.toggle-text{font-size:18px;color:#1e293b;font-weight:500;margin-left:60px}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.4s}.slider::before{position:absolute;content:'';height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s}.slider.round{border-radius:2.4rem}.slider.round::before{border-radius:50%}input:checked+.slider{background-color:#1e293b}input:checked+.slider::before{transform:translateX(20px)}.btn-shop{background:#000;color:#fff;border:none;padding:12px 32px;font-weight:500;font-size:18px;letter-spacing:1px;cursor:pointer;transition:var(--transition)}.btn-shop:hover{background-color:#dfb477}.related-tours{padding:2rem 0 4rem}.pixta-weather{padding:4rem 0}.pixta-weather *,.pixta-weather *::before,.pixta-weather *::after{box-sizing:border-box}.pixta-weather__title{margin-bottom:30px}.pixta-weather .month-selector{position:relative;display:flex;justify-content:center;overflow-x:auto;overflow-y:hidden;margin:0;padding:0;background:#f8f8f8;border-bottom:1px solid #e2e8f0;border-radius:4px 4px 0 0;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.pixta-weather .month{position:relative;z-index:1;flex:1 0 70px;min-width:70px;margin:0;padding:10px 12px;border:0;border-radius:0;outline:0;background:#fff0;box-shadow:none;color:#6b7280;font:inherit;font-size:18px;font-weight:500;text-align:center;cursor:pointer;transition:color 250ms ease,font-weight 250ms ease,background-color 250ms ease;appearance:none}.pixta-weather .month:hover:not(:disabled),.pixta-weather .month:focus-visible:not(:disabled){color:#111827;background:rgb(229 231 235 / .65)}.pixta-weather .month.active{color:#000;font-weight:700;background:#fff0}.pixta-weather .month:disabled{opacity:.35;cursor:not-allowed}.pixta-weather .month-indicator{position:absolute;left:0;bottom:0;z-index:2;width:0;height:3px;background:currentColor;transform:translate3d(0,0,0);transform-origin:left center;pointer-events:none;transition:transform 480ms cubic-bezier(.22,.61,.36,1),width 480ms cubic-bezier(.22,.61,.36,1)}.pixta-weather .weather-card{overflow:hidden;padding:20px 40px 40px;background:#f8f8f8;border:1px solid #f1f5f9;border-top:0;border-radius:0 0 4px 4px;box-shadow:0 30px 60px rgb(0 0 0 / .05)}.pixta-weather .weather-table-scroll{overflow-x:auto;overflow-y:hidden;padding:12px 16px 16px 0;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.pixta-weather .weather-table{display:flex;flex-direction:column;min-width:780px;gap:20px}.pixta-weather .weather-header,.pixta-weather .weather-row{display:grid;grid-template-columns:minmax(180px,300px) minmax(220px,1fr) minmax(220px,1fr);align-items:center;column-gap:40px}.pixta-weather .weather-header{padding-bottom:16px;color:#000;font-size:21px;font-weight:700}.pixta-weather .weather-rows{display:flex;flex-direction:column;gap:20px}.pixta-weather .weather-row{min-height:32px;opacity:1;transform:translateY(0);transition:opacity 280ms ease,transform 420ms cubic-bezier(.22,.61,.36,1)}.pixta-weather .weather-row.is-entering{opacity:0;transform:translateY(8px)}.pixta-weather .place-name{color:#111;font-size:18px;font-weight:600;transition:opacity 180ms ease}.pixta-weather .place-name.is-changing{opacity:.35}.pixta-weather .stat-bar{position:relative;height:12px;margin-right:15px;background:#e5e7eb;border-radius:4px}.pixta-weather .stat-bar .bar{position:relative;display:flex;align-items:center;justify-content:flex-end;width:0;max-width:100%;height:100%;border-radius:4px;will-change:width;transition:width 780ms cubic-bezier(.22,.61,.36,1)}.pixta-weather .stat-bar.temp .bar{background:linear-gradient(to right,#3b82f6,#60a5fa,#34d399,#facc15,#fb923c,#ef4444)}.pixta-weather .stat-bar.rain .bar{background:linear-gradient(90deg,#ffffff 0%,#e0f2fe 15%,#7dd3fc 35%,#2563eb 55%,#1d4ed8 75%,#7c3aed 90%,#4c1d95 100%)}.pixta-weather .stat-bar .val{position:absolute;top:50%;right:-13px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#fff!important;font-size:13px;font-weight:700;line-height:1;transform:translateY(-50%);transition:transform 180ms ease;white-space:nowrap}.pixta-weather .stat-bar.temp .val{background:#b85e2b}.pixta-weather .stat-bar.rain .val{background:#6ab2b2}.pixta-weather .stat-bar .bar.is-animating .val{transform:translateY(-50%) scale(1.06)}@media (prefers-reduced-motion:reduce){.pixta-weather .month,.pixta-weather .month-indicator,.pixta-weather .weather-row,.pixta-weather .place-name,.pixta-weather .stat-bar .bar,.pixta-weather .stat-bar .val{transition-duration:0.01ms!important;animation-duration:0.01ms!important;animation-iteration-count:1!important}}@media (max-width:1024px){.tour-highlights,.tour-overview,.inclusions-excludes,.tour-moments-v3,.top-stays,.tour-video-cta,.travel-tips,.tour-reviews{padding:3rem 0}.tour-stats{gap:3rem}.tour-stats .value{font-size:16px}.overview-grid{grid-template-columns:1fr;gap:20px}.tour-overview .highlights-anchor-title{font-size:28px}.timeline-content h3{font-size:18px;margin-bottom:.6rem}.timeline-content li{margin-bottom:5px;font-size:16px}.who-image{height:400px}.highlights-grid{grid-template-columns:1fr;gap:40px}.itinerary-accordion .itinerary-header{gap:10px;margin-bottom:20px}.itinerary-accordion .itinerary-header h2{font-size:28px}.itinerary-accordion .accordion-controls button{padding:6px 12px!important;font-size:11px!important}.accordion-header{padding:10px 0;gap:15px}.accordion-item.active .accordion-content{padding:15px}.accordion-content p{font-size:15px}.day-tag{padding:2px 12px;height:27px;font-size:13px}.day-title{font-size:16px}.tour-subnav ul{gap:30px;padding:20px 0}.tour-subnav ul li a{font-size:14px}.who-grid{grid-template-columns:1fr;gap:20px}.who-text p{font-size:16px;margin-bottom:15px}.inc-exc-grid{gap:30px}.stays-grid{grid-template-columns:repeat(2,1fr)}.stay-info{padding:1.5rem}.video-cta-flex{gap:30px}.video-card{height:340px}.video-info h4{font-size:20px}.video-info .duration{font-size:16px}.video-info p{font-size:15px}.video-text h3{font-size:20px;margin-bottom:1rem}.video-text p{font-size:16px;margin-bottom:20px}.btn-orange{padding:8px 20px;font-size:16px}.tips-accordion .accordion-header{padding:15px 0}.tips-accordion .accordion-header h3{font-size:18px}.icon-circle{width:21px;height:21px;font-size:.7rem}.precision-form .form-field label{top:-15px;font-size:18px}.reviews-wrapper{gap:30px}.reviews-summary,.reviews-form-side{padding-right:30px}.momentsSwiperV3 .swiper-slide{width:500px!important;height:400px}.momentsSwiperV3 .swiper-slide-active{transform:scale(1.02)!important;filter:brightness(1) grayscale(0%)}.pixta-weather{padding:3rem 0}.pixta-weather .month-selector{justify-content:flex-start}.pixta-weather .month{flex:0 0 72px;min-width:72px;padding-inline:.8rem;font-size:15px}.pixta-weather .weather-card{padding:16px 20px 30px}.pixta-weather .place-name{font-size:16px}.pixta-weather .weather-header{font-size:19px}.pixta-weather .weather-header,.pixta-weather .weather-row{grid-template-columns:150px minmax(220px,1fr) minmax(220px,1fr);column-gap:30px}}@media (max-width:576px){.tour-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.2rem}.tour-overview .highlights-anchor-title,.itinerary-accordion .itinerary-header h2,.inc-exc-grid h3,.section-header h3,.reviews-summary h3{font-size:26px}.tour-highlights,.tour-overview,.inclusions-excludes,.tour-moments-v3,.top-stays,.tour-video-cta,.testimonials,.tour-reviews,.travel-tips{padding:2rem 0}.play-overlay{width:40px;height:40px}.play-btn{width:50px;height:50px;bottom:0}.section-header p{font-size:16px}.tour-subnav ul{display:flex;flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:flex-start!important;padding:15px 20px!important;gap:3rem!important;-webkit-overflow-scrolling:touch}.tour-subnav li{flex-shrink:0!important}.about-who{padding:1.5rem 0 0}.about-partners,.about-mission{padding:2rem 0}.who-image{height:380px}.tour-overview .overview-intro{font-size:16px}.timeline-content h3{font-size:16px}.timeline-content li{font-size:15px}.inc-exc-grid{grid-template-columns:1fr;gap:20px}.stays-slider-wrap{margin-top:30px}.stays-grid{grid-template-columns:1fr}.video-cta-flex{display:grid;gap:30px}.tips-accordion .accordion-header h3{font-size:16px}.reviews-wrapper{grid-template-columns:1fr}.reviews-summary,.reviews-form-side{padding:0}.reviews-wrapper::after{content:unset}.precision-form label,.toggle-text{font-size:16px}.precision-form input,.precision-form select,.precision-form textarea{padding:15px;font-size:16px;height:50px}.form-header-inline h4{font-size:16px;margin-bottom:0}.stars-outline{font-size:23px}.momentsSwiperV3 .swiper-slide{height:220px;width:95%!important}.momentsSwiperV3 .swiper-slide p{font-size:13px}.tour-moments-v3 .swiper-button-next{right:5px}.tour-moments-v3 .swiper-button-prev{left:5px}.pixta-weather .month-selector{justify-content:space-between;flex-wrap:wrap}.pixta-weather .month-indicator{display:none}.pixta-weather .month{flex:0 0 80px;min-width:80px}.pixta-weather .weather-card{padding:16px}.pixta-weather .weather-table-scroll{padding:0;overflow:hidden}.pixta-weather .weather-table{display:block;min-width:100%}.pixta-weather .weather-rows .weather-row{padding:30px 0}.pixta-weather .weather-header{display:none}.pixta-weather .weather-header,.pixta-weather .weather-row{grid-template-columns:1fr;gap:20px}.pixta-weather .stat-bar{margin-right:0;margin-bottom:10px}.pixta-weather .weather-row .stat-bar.temp:before{content:"Daily Max Temp:";display:block;font-size:11px;color:#718096;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pixta-weather .weather-row .stat-bar.rain{margin-top:15px}.pixta-weather .weather-row .stat-bar.rain::before{content:"Monthly Rainfall:";display:block;font-size:11px;color:#718096;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}}.journey-map-container{position:sticky;top:100px;align-self:flex-start;width:100%;text-align:center;border:0!important;background:#fff0}.journey-map-heading{margin:0 0 14px;color:#111;font-size:16px;font-weight:500;line-height:1.4;text-align:center}.journey-map-stage{position:relative;width:100%;height:600px;overflow:hidden;border-radius:20px;background:#eef1ec;box-shadow:0 18px 45px rgb(0 0 0 / .08)}#tour-map,.tour-map-preview{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;margin:0;object-fit:cover;opacity:1;visibility:visible;transition:opacity 0.28s ease,visibility 0.28s ease}#tour-map.is-hidden{opacity:0;visibility:hidden;pointer-events:none}#tour-leaflet-map,.tour-leaflet-map{position:absolute;inset:0;z-index:2;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;background:#eef1ec;transition:opacity 0.28s ease,visibility 0.28s ease}#tour-leaflet-map.is-active{opacity:1;visibility:visible;pointer-events:auto}#view-map-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;box-sizing:border-box;margin-top:12px;padding:12px 24px;border-radius:4px;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease}#view-map-link:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgb(185 145 73 / .2)}#view-map-link i{font-size:15px}.luxury-marker{display:flex!important;align-items:center;justify-content:center;box-sizing:border-box;width:32px!important;height:32px!important;border:2px solid #fff;border-radius:50%;background:#b99149;color:#fff;font-family:inherit;font-size:13px;font-weight:600;line-height:1;box-shadow:0 2px 6px rgb(0 0 0 / .28);transition:background-color 0.2s ease,border-color 0.2s ease,box-shadow 0.2s ease}.luxury-marker span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;line-height:1}.luxury-marker.active-marker{border-color:#b99149;background:#111;color:#fff;box-shadow:0 2px 8px rgb(0 0 0 / .35)}.leaflet-tooltip.journey-label{padding:4px 7px;border:1px solid #aaa;border-radius:4px;background:rgb(255 255 255 / .96);color:#222;font-family:inherit;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;box-shadow:0 1px 5px rgb(0 0 0 / .18)}.leaflet-tooltip-right.journey-label::before{border-right-color:#aaa}.journey-map-container .leaflet-control-zoom{overflow:hidden;border:0;border-radius:5px;box-shadow:0 1px 5px rgb(0 0 0 / .22)}.journey-map-container .leaflet-control-zoom a{width:30px;height:30px;color:#b99149;font-size:20px;line-height:30px}.journey-map-container .leaflet-control-zoom a:hover{color:#111}.journey-map-container .leaflet-control-attribution{font-size:9px;line-height:1.2}.journey-map-container .leaflet-container{font-family:inherit}.journey-map-container .leaflet-interactive{outline:none}@media (max-width:991px){.journey-map-container{position:relative;top:auto;margin-top:35px}.journey-map-stage{height:540px}}@media (max-width:767px){.journey-map-heading{margin-bottom:12px;font-size:15px}.journey-map-stage{height:480px;border-radius:16px}.leaflet-tooltip.journey-label{padding:3px 6px;font-size:11px}.luxury-marker{width:30px!important;height:30px!important;font-size:12px}}@media (max-width:480px){.journey-map-stage{height:420px}}