:root{--mt-green:#0b5d4a;--mt-green-dark:#073e34;--mt-green-deep:#052c27;--mt-gold:#e7a63c;--mt-gold-dark:#b96b19;--mt-ink:#13231f;--mt-muted:#64736e;--mt-cream:#f7f3ea;--mt-soft:#eef5f1;--mt-white:#fff;--mt-border:#dfe8e3;--mt-shadow:0 22px 60px rgba(7,62,52,.13);--mt-shadow-sm:0 10px 32px rgba(7,62,52,.09);--mt-radius:22px;--mt-radius-sm:14px;--mt-container:1240px}
body.mtravel-theme{margin:0;background:#fff;color:var(--mt-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.68;-webkit-font-smoothing:antialiased}
body.mtravel-theme *{box-sizing:border-box}body.mtravel-theme a{color:inherit;text-decoration:none}body.mtravel-theme img{max-width:100%;height:auto}body.mtravel-theme h1,body.mtravel-theme h2,body.mtravel-theme h3,body.mtravel-theme h4{margin:0 0 .65em;color:var(--mt-ink);font-family:Georgia,"Times New Roman",serif;line-height:1.12;letter-spacing:-.025em}body.mtravel-theme h1{font-size:clamp(2.65rem,5.8vw,5.45rem)}body.mtravel-theme h2{font-size:clamp(2rem,4vw,3.45rem)}body.mtravel-theme h3{font-size:clamp(1.3rem,2.3vw,1.72rem)}body.mtravel-theme p{margin:0 0 1em}.mtravel-site{overflow:hidden}.mtravel-container{width:min(calc(100% - 40px),var(--mt-container));margin-inline:auto}.mtravel-main{min-height:60vh}.mtravel-section{padding:96px 0}.mtravel-section--soft{background:var(--mt-soft)}.mtravel-section--cream{background:var(--mt-cream)}.mtravel-section--dark{background:var(--mt-green-deep);color:#fff}.mtravel-section--dark h2,.mtravel-section--dark h3{color:#fff}.mtravel-section-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:var(--mt-gold-dark);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.mtravel-section-kicker:before{content:"";width:27px;height:2px;background:currentColor}.mtravel-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:40px}.mtravel-section-head>div{max-width:760px}.mtravel-section-head p{max-width:660px;color:var(--mt-muted);font-size:1.07rem}.mtravel-section-head h2{margin-bottom:.35em}.mtravel-icon{width:20px;height:20px;flex:0 0 auto}.mtravel-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:13px 23px;border:1px solid transparent;border-radius:999px;font:800 .88rem/1 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:.02em;cursor:pointer;transition:.25s ease}.mtravel-button .mtravel-icon{width:18px;height:18px}.mtravel-button:hover{transform:translateY(-2px)}.mtravel-button--primary{background:var(--mt-green);color:#fff;box-shadow:0 10px 24px rgba(11,93,74,.22)}.mtravel-button--primary:hover{background:var(--mt-green-dark);color:#fff}.mtravel-button--gold{background:var(--mt-gold);color:#15251f}.mtravel-button--gold:hover{background:#f0b858}.mtravel-button--light{background:#fff;color:var(--mt-green-dark)}.mtravel-button--ghost{border-color:var(--mt-border);background:#fff;color:var(--mt-green-dark)}.mtravel-button--ghost-light{border-color:rgba(255,255,255,.35);color:#fff}.mtravel-button--small{min-height:44px;padding:10px 18px;font-size:.8rem}.mtravel-button--wide{width:100%}.mtravel-skip-link:focus{z-index:999999;top:10px;left:10px}.mtravel-topbar{background:var(--mt-green-deep);color:rgba(255,255,255,.83);font-size:.77rem}.mtravel-topbar__inner{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:20px}.mtravel-topbar__contact,.mtravel-topbar__meta,.mtravel-topbar__contact a,.mtravel-topbar__meta>span{display:flex;align-items:center;gap:17px}.mtravel-topbar__contact a,.mtravel-topbar__meta>span{gap:7px}.mtravel-topbar .mtravel-icon{width:14px;height:14px;color:#efbb67}.mtravel-navbar-wrap{position:relative;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(7,62,52,.07);transition:.25s}.mtravel-navbar-wrap.is-sticky{position:fixed;inset:0 0 auto;box-shadow:0 8px 28px rgba(5,44,39,.11);animation:mtSlide .25s ease}@keyframes mtSlide{from{transform:translateY(-100%)}to{transform:translateY(0)}}.mtravel-navbar{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:30px}.mtravel-brand img,.mtravel-brand .custom-logo{display:block;width:auto;max-width:230px;max-height:58px}.mtravel-navigation-panel{display:flex;align-items:center;gap:32px}.mtravel-menu{display:flex;align-items:center;gap:26px;margin:0;padding:0;list-style:none}.mtravel-menu li{position:relative}.mtravel-menu>li>a{display:block;padding:29px 0;color:#213c34;font-size:.88rem;font-weight:800}.mtravel-menu>li>a:hover,.mtravel-menu>.current-menu-item>a{color:var(--mt-green)}.mtravel-menu .sub-menu{position:absolute;top:100%;left:-20px;display:none;width:220px;margin:0;padding:12px;background:#fff;border:1px solid var(--mt-border);border-radius:14px;box-shadow:var(--mt-shadow-sm);list-style:none}.mtravel-menu li:hover>.sub-menu{display:block}.mtravel-menu .sub-menu a{display:block;padding:10px 12px;border-radius:8px;font-size:.86rem;font-weight:700}.mtravel-menu .sub-menu a:hover{background:var(--mt-soft)}.mtravel-nav-actions{display:flex;align-items:center;gap:10px}.mtravel-nav-whatsapp{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#e8f7ef;color:#168c55}.mtravel-menu-toggle{display:none;border:0;background:none;color:var(--mt-green-deep)}.mtravel-menu-toggle .mtravel-icon{width:28px;height:28px}.mtravel-menu-toggle__close{display:none}.mtravel-menu-toggle[aria-expanded=true] .mtravel-menu-toggle__open{display:none}.mtravel-menu-toggle[aria-expanded=true] .mtravel-menu-toggle__close{display:block}
/* hero */
.mtravel-hero{position:relative;isolation:isolate;min-height:720px;padding:78px 0 72px;background:var(--mt-green-deep) center/cover no-repeat;color:#fff}.mtravel-hero:before{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(90deg,rgba(2,31,28,.94) 0%,rgba(4,47,40,.83) 42%,rgba(3,39,34,.26) 100%)}.mtravel-hero:after{position:absolute;z-index:-1;right:-130px;bottom:-180px;width:560px;height:560px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}.mtravel-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.78fr);align-items:center;gap:60px}.mtravel-hero__content{max-width:730px}.mtravel-hero .mtravel-section-kicker{color:#f3c573}.mtravel-hero h1{margin-bottom:22px;color:#fff}.mtravel-hero__lead{max-width:690px;margin-bottom:28px;color:rgba(255,255,255,.82);font-size:clamp(1.05rem,1.8vw,1.22rem)}.mtravel-hero__trust{display:flex;flex-wrap:wrap;gap:16px 24px;margin:28px 0 0;padding:0;list-style:none;color:rgba(255,255,255,.92);font-size:.86rem;font-weight:750}.mtravel-hero__trust li{display:flex;align-items:center;gap:7px}.mtravel-hero__trust .mtravel-icon{color:#f3c573}.mtravel-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.mtravel-hero .mtravel-button--ghost-light{background:rgba(255,255,255,.06)}.mtravel-hero-card{padding:28px;border:1px solid rgba(255,255,255,.28);border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 28px 70px rgba(0,0,0,.27);color:var(--mt-ink);backdrop-filter:blur(12px)}.mtravel-hero-card__title{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}.mtravel-hero-card__title h2{margin:0;font:800 1.45rem/1.2 Inter,sans-serif;letter-spacing:-.02em}.mtravel-hero-card__title span{padding:7px 10px;border-radius:999px;background:#ecf7f1;color:var(--mt-green);font-size:.69rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mtravel-hero-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mtravel-hero-form .mtravel-field{margin:0}.mtravel-hero-form .mtravel-field--full{grid-column:1/-1}.mtravel-hero-form label{display:block;margin:0 0 6px;color:#345048;font-size:.72rem;font-weight:850}.mtravel-hero-form input,.mtravel-hero-form select{width:100%;height:49px;padding:0 13px;border:1px solid #d9e4df;border-radius:11px;background:#fff;color:var(--mt-ink);font:600 .86rem Inter,sans-serif;outline:0}.mtravel-hero-form input:focus,.mtravel-hero-form select:focus{border-color:var(--mt-green);box-shadow:0 0 0 3px rgba(11,93,74,.1)}.mtravel-hero-form__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;grid-column:1/-1;margin-top:5px}.mtravel-whatsapp-button{background:#1ca968;color:#fff}.mtravel-whatsapp-button:hover{background:#148a54;color:#fff}.mtravel-email-button{background:var(--mt-green);color:#fff}.mtravel-hero-card__note{grid-column:1/-1;margin:1px 0 0;color:var(--mt-muted);font-size:.7rem;text-align:center}.mtravel-trust-strip{position:relative;z-index:5;margin-top:-34px}.mtravel-trust-strip__inner{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid var(--mt-border);border-radius:18px;background:#fff;box-shadow:var(--mt-shadow)}.mtravel-trust-item{display:flex;align-items:center;gap:13px;padding:23px 25px;border-right:1px solid var(--mt-border)}.mtravel-trust-item:last-child{border-right:0}.mtravel-trust-item .mtravel-icon{width:28px;height:28px;color:var(--mt-green)}.mtravel-trust-item strong{display:block;color:var(--mt-ink);font-size:.88rem}.mtravel-trust-item span{display:block;color:var(--mt-muted);font-size:.72rem}
/* cards and catalog */
.mtravel-tour-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.mtravel-tour-card{overflow:hidden;border:1px solid var(--mt-border);border-radius:var(--mt-radius);background:#fff;box-shadow:0 8px 28px rgba(7,62,52,.055);transition:.28s ease}.mtravel-tour-card:hover{transform:translateY(-7px);box-shadow:var(--mt-shadow)}.mtravel-tour-card__media{position:relative;display:flex;height:270px;align-items:flex-end;justify-content:space-between;padding:18px;background:linear-gradient(145deg,#236c5b,#e9b15c) center/cover no-repeat}.mtravel-tour-card__media:before{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 42%,rgba(3,32,28,.82))}.mtravel-card-badge,.mtravel-tour-card__view{position:relative;z-index:1}.mtravel-card-badge{align-self:flex-start;padding:8px 11px;border-radius:999px;background:#fff;color:var(--mt-green-dark);font-size:.68rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.mtravel-tour-card__view{display:flex;align-items:center;gap:6px;color:#fff;font-size:.75rem;font-weight:850}.mtravel-tour-card__view .mtravel-icon{width:15px;height:15px}.mtravel-tour-card__content{padding:23px}.mtravel-eyebrow{display:flex;align-items:center;gap:6px;margin-bottom:9px!important;color:var(--mt-gold-dark)!important;font-size:.7rem!important;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.mtravel-eyebrow .mtravel-icon{width:14px;height:14px}.mtravel-tour-card h3{margin-bottom:10px;font-size:1.46rem}.mtravel-tour-card__content>p{color:var(--mt-muted);font-size:.9rem}.mtravel-tour-card__meta{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:20px;padding-top:17px;border-top:1px solid var(--mt-border)}.mtravel-tour-card__meta span{display:flex;align-items:center;gap:6px;color:var(--mt-muted);font-size:.75rem}.mtravel-tour-card__meta .mtravel-icon{width:16px;height:16px}.mtravel-tour-card__meta strong{color:var(--mt-green);font-size:.86rem;text-align:right}.mtravel-destination-grid{display:grid;grid-template-columns:1.4fr repeat(2,1fr);grid-template-rows:repeat(2,230px);gap:18px}.mtravel-destination-card{position:relative;display:flex;overflow:hidden;align-items:end;padding:25px;border-radius:20px;background:#123f35 center/cover no-repeat;color:#fff}.mtravel-destination-card:first-child{grid-row:1/3}.mtravel-destination-card:before{position:absolute;inset:0;content:"";background:linear-gradient(180deg,transparent 25%,rgba(3,36,31,.9))}.mtravel-destination-card>*{position:relative}.mtravel-destination-card h3{margin:0 0 4px;color:#fff;font-size:1.65rem}.mtravel-destination-card span{font-size:.75rem;font-weight:750;opacity:.8}.mtravel-destination-card__arrow{position:absolute;right:22px;bottom:22px;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.35);border-radius:50%}.mtravel-destination-card__arrow .mtravel-icon{width:17px;height:17px}.mtravel-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.mtravel-service-card{padding:28px 24px;border:1px solid var(--mt-border);border-radius:18px;background:#fff;transition:.25s}.mtravel-service-card:hover{border-color:#b9d4c8;transform:translateY(-4px);box-shadow:var(--mt-shadow-sm)}.mtravel-service-card__icon{display:grid;width:54px;height:54px;margin-bottom:20px;place-items:center;border-radius:16px;background:var(--mt-soft);color:var(--mt-green)}.mtravel-service-card__icon .mtravel-icon{width:27px;height:27px}.mtravel-service-card h3{font:800 1.15rem/1.25 Inter,sans-serif}.mtravel-service-card p{color:var(--mt-muted);font-size:.87rem}.mtravel-about-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.mtravel-about-media{position:relative;min-height:540px}.mtravel-about-media__main{position:absolute;inset:0 80px 55px 0;border-radius:28px;background:center/cover no-repeat;box-shadow:var(--mt-shadow)}.mtravel-about-media__small{position:absolute;right:0;bottom:0;width:48%;height:230px;border:8px solid #fff;border-radius:23px;background:center/cover no-repeat;box-shadow:var(--mt-shadow-sm)}.mtravel-about-badge{position:absolute;top:32px;right:14px;display:grid;width:145px;height:145px;place-items:center;padding:20px;border-radius:50%;background:var(--mt-gold);color:var(--mt-green-deep);text-align:center;box-shadow:var(--mt-shadow-sm);transform:rotate(6deg)}.mtravel-about-badge strong{display:block;font:800 2rem/1 Georgia,serif}.mtravel-about-badge span{font-size:.72rem;font-weight:800;text-transform:uppercase}.mtravel-check-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin:25px 0 30px;padding:0;list-style:none}.mtravel-check-list li{display:flex;align-items:flex-start;gap:9px;font-size:.89rem;font-weight:750}.mtravel-check-list .mtravel-icon{width:18px;height:18px;margin-top:4px;color:var(--mt-green)}.mtravel-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:mtstep}.mtravel-process-card{position:relative;padding:28px 22px;border-radius:18px;background:rgba(255,255,255,.07);counter-increment:mtstep}.mtravel-process-card:before{display:grid;width:44px;height:44px;margin-bottom:18px;place-items:center;border-radius:50%;background:var(--mt-gold);color:var(--mt-green-deep);content:"0" counter(mtstep);font-size:.78rem;font-weight:900}.mtravel-process-card h3{font:800 1.1rem/1.25 Inter,sans-serif}.mtravel-process-card p{color:rgba(255,255,255,.68);font-size:.85rem}.mtravel-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.mtravel-testimonial{padding:29px;border:1px solid var(--mt-border);border-radius:20px;background:#fff}.mtravel-testimonial__stars{margin-bottom:15px;color:var(--mt-gold);letter-spacing:3px}.mtravel-testimonial blockquote{margin:0 0 22px;color:#304740;font-family:Georgia,serif;font-size:1.03rem;font-style:italic}.mtravel-testimonial strong{display:block;font-size:.85rem}.mtravel-testimonial span{color:var(--mt-muted);font-size:.73rem}.mtravel-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mtravel-blog-card{overflow:hidden;border:1px solid var(--mt-border);border-radius:19px;background:#fff}.mtravel-blog-card__media{display:block;height:220px;background:var(--mt-soft) center/cover no-repeat}.mtravel-blog-card__body{padding:22px}.mtravel-blog-card__meta{margin-bottom:9px;color:var(--mt-gold-dark);font-size:.69rem;font-weight:850;text-transform:uppercase}.mtravel-blog-card h3{font-size:1.35rem}.mtravel-blog-card p{color:var(--mt-muted);font-size:.87rem}
/* archive */
.mtravel-page-hero{padding:78px 0;background:linear-gradient(125deg,var(--mt-green-deep),var(--mt-green));color:#fff}.mtravel-page-hero h1{max-width:800px;margin-bottom:15px;color:#fff;font-size:clamp(2.5rem,5vw,4.5rem)}.mtravel-page-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.77);font-size:1.05rem}.mtravel-filter-bar{display:grid;grid-template-columns:1.2fr .8fr .8fr auto;gap:12px;margin:-30px auto 45px;padding:17px;border:1px solid var(--mt-border);border-radius:18px;background:#fff;box-shadow:var(--mt-shadow)}.mtravel-filter-bar input,.mtravel-filter-bar select{width:100%;height:50px;padding:0 14px;border:1px solid var(--mt-border);border-radius:11px;background:#fff;font:600 .84rem Inter,sans-serif}.mtravel-results-count{margin-bottom:22px;color:var(--mt-muted);font-size:.83rem;font-weight:700}.mtravel-pagination{margin-top:44px}.mtravel-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}.mtravel-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--mt-border);border-radius:10px;font-weight:750}.mtravel-pagination .current{background:var(--mt-green);color:#fff}
/* single tour */
.mtravel-tour-hero{position:relative;min-height:620px;padding:110px 0 80px;background:var(--mt-green-deep) center/cover no-repeat;color:#fff}.mtravel-tour-hero:before{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(2,31,28,.93),rgba(3,36,31,.66) 58%,rgba(3,36,31,.25))}.mtravel-tour-hero__content{position:relative;max-width:820px}.mtravel-tour-hero h1{color:#fff}.mtravel-tour-hero__summary{max-width:700px;color:rgba(255,255,255,.81);font-size:1.1rem}.mtravel-tour-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin:27px 0}.mtravel-tour-hero__meta span{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.08);font-size:.78rem;font-weight:750}.mtravel-tour-hero__price{margin-top:26px}.mtravel-tour-hero__price small{display:block;color:rgba(255,255,255,.68);font-size:.72rem;text-transform:uppercase}.mtravel-tour-hero__price strong{font:800 1.5rem/1.2 Inter,sans-serif}.mtravel-tour-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:56px;padding:70px 0}.mtravel-tour-content{min-width:0}.mtravel-tour-content .entry-content{color:#40524d;font-size:1.02rem}.mtravel-tour-content .entry-content h2,.mtravel-tour-content .entry-content h3{margin-top:1.4em}.mtravel-tour-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:38px}.mtravel-tour-fact{padding:18px;border:1px solid var(--mt-border);border-radius:14px;background:var(--mt-soft)}.mtravel-tour-fact span{display:block;color:var(--mt-muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.mtravel-tour-fact strong{display:block;margin-top:4px;font-size:.86rem}.mtravel-itinerary{margin:35px 0}.mtravel-itinerary-item{position:relative;margin-left:20px;padding:0 0 27px 34px;border-left:1px solid #bfd4ca}.mtravel-itinerary-item:last-child{padding-bottom:0}.mtravel-itinerary-item:before{position:absolute;top:3px;left:-8px;width:15px;height:15px;border:4px solid #fff;border-radius:50%;background:var(--mt-gold);box-shadow:0 0 0 1px var(--mt-gold);content:""}.mtravel-itinerary-item h3{margin-bottom:7px;font:800 1rem/1.3 Inter,sans-serif}.mtravel-itinerary-item p{color:var(--mt-muted);font-size:.9rem}.mtravel-inclusion-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px}.mtravel-list-card{padding:25px;border:1px solid var(--mt-border);border-radius:17px}.mtravel-list-card h3{font:800 1.05rem/1.3 Inter,sans-serif}.mtravel-list-card ul{margin:0;padding:0;list-style:none}.mtravel-list-card li{display:flex;gap:8px;margin:9px 0;color:#485b55;font-size:.87rem}.mtravel-list-card li:before{color:var(--mt-green);content:"✓";font-weight:900}.mtravel-list-card--exclude li:before{color:#a36145;content:"–"}.mtravel-tour-sidebar{position:sticky;top:105px}.mtravel-commerce-card{overflow:hidden;border:1px solid var(--mt-border);border-radius:23px;background:#fff;box-shadow:var(--mt-shadow)}.mtravel-commerce-card__head{padding:25px;background:var(--mt-green-deep);color:#fff}.mtravel-commerce-card__head h2{margin:0 0 7px;color:#fff;font:800 1.35rem/1.2 Inter,sans-serif}.mtravel-commerce-card__head p{margin:0;color:rgba(255,255,255,.72);font-size:.78rem}.mtravel-commerce-card__body{padding:24px}.mtravel-price-block{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--mt-border)}.mtravel-price-block span{display:block;color:var(--mt-muted);font-size:.7rem;font-weight:800;text-transform:uppercase}.mtravel-price-block strong{color:var(--mt-green);font:800 1.35rem/1.2 Inter,sans-serif}.mtravel-price-block del{margin-left:8px;color:#88958f;font-size:.85rem}.mtravel-payment-list{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 20px}.mtravel-payment-list span{padding:7px 9px;border-radius:8px;background:var(--mt-soft);color:#395149;font-size:.67rem;font-weight:800}.mtravel-commerce-card .mtravel-button{margin-top:8px}.mtravel-commerce-note{margin:13px 0 0;color:var(--mt-muted);font-size:.7rem;text-align:center}.mtravel-share{display:flex;gap:8px;margin-top:14px}.mtravel-share a{flex:1;padding:9px;border:1px solid var(--mt-border);border-radius:9px;color:var(--mt-muted);font-size:.7rem;font-weight:750;text-align:center}
/* booking form */
.mtravel-booking-card{padding:34px;border:1px solid var(--mt-border);border-radius:24px;background:#fff;box-shadow:var(--mt-shadow-sm)}.mtravel-booking-card>h2{font-size:2rem}.mtravel-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mtravel-field{margin:0}.mtravel-field--full{grid-column:1/-1}.mtravel-field label{display:block;margin-bottom:7px;color:#314940;font-size:.76rem;font-weight:800}.mtravel-field input,.mtravel-field select,.mtravel-field textarea{width:100%;padding:13px 14px;border:1px solid #d7e2dd;border-radius:11px;background:#fff;color:var(--mt-ink);font:500 .89rem/1.4 Inter,sans-serif;outline:0}.mtravel-field input,.mtravel-field select{height:51px}.mtravel-field textarea{resize:vertical}.mtravel-field input:focus,.mtravel-field select:focus,.mtravel-field textarea:focus{border-color:var(--mt-green);box-shadow:0 0 0 3px rgba(11,93,74,.09)}.mtravel-consent{display:flex;align-items:flex-start;gap:9px;margin:18px 0;color:var(--mt-muted);font-size:.72rem}.mtravel-consent input{margin-top:4px}.mtravel-consent a{text-decoration:underline}.mtravel-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mtravel-form-note{margin:11px 0 0;color:var(--mt-muted);font-size:.7rem;text-align:center}.mtravel-hp{position:absolute!important;left:-99999px!important}.mtravel-alert{display:flex;flex-direction:column;margin-bottom:18px;padding:13px 15px;border-radius:11px;font-size:.78rem}.mtravel-alert--success{background:#e8f7ef;color:#196341}.mtravel-alert--error{background:#fff0eb;color:#8d3f2f}.mtravel-booking-page{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;padding:80px 0}.mtravel-booking-intro{padding-top:25px}.mtravel-booking-intro p{color:var(--mt-muted)}.mtravel-booking-points{margin:25px 0;padding:0;list-style:none}.mtravel-booking-points li{display:flex;gap:10px;margin:13px 0;font-weight:750}.mtravel-booking-points .mtravel-icon{color:var(--mt-green)}
/* pages/blog */
.mtravel-content-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:50px;padding:72px 0}.mtravel-content-wrap--full{display:block;max-width:880px}.mtravel-entry{min-width:0}.mtravel-entry .entry-title{font-size:clamp(2.2rem,5vw,4rem)}.mtravel-entry-content{color:#3e514b}.mtravel-entry-content h2,.mtravel-entry-content h3{margin-top:1.5em}.mtravel-entry-content a{color:var(--mt-green);text-decoration:underline}.mtravel-entry-content ul,.mtravel-entry-content ol{padding-left:22px}.mtravel-entry-content img{border-radius:18px}.mtravel-sidebar .widget{margin-bottom:22px;padding:22px;border:1px solid var(--mt-border);border-radius:16px}.mtravel-sidebar .widget-title{font:800 1.05rem/1.2 Inter,sans-serif}.mtravel-empty{padding:70px 0;text-align:center}.mtravel-empty p{color:var(--mt-muted)}
/* footer */
.mtravel-footer-cta{padding:60px 0;background:var(--mt-green);color:#fff}.mtravel-footer-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.mtravel-footer-cta h2{max-width:700px;margin:0;color:#fff;font-size:clamp(1.8rem,3.5vw,3rem)}.mtravel-footer-cta .mtravel-section-kicker{color:#f5ce85}.mtravel-footer-cta__actions{display:flex;flex-shrink:0;gap:10px}.mtravel-footer{padding:72px 0 22px;background:var(--mt-green-deep);color:rgba(255,255,255,.72)}.mtravel-footer__grid{display:grid;grid-template-columns:1.45fr .8fr .9fr 1.15fr;gap:45px}.mtravel-footer h3{margin-bottom:18px;color:#fff;font:800 .88rem/1.2 Inter,sans-serif;letter-spacing:.06em;text-transform:uppercase}.mtravel-footer__brand img{width:235px}.mtravel-footer__brand p{max-width:350px;margin-top:18px;font-size:.84rem}.mtravel-footer__registration{color:rgba(255,255,255,.49);font-size:.7rem!important}.mtravel-footer ul{margin:0;padding:0;list-style:none}.mtravel-footer li{margin:10px 0;font-size:.8rem}.mtravel-footer a:hover{color:#fff}.mtravel-footer__contact li{display:flex;align-items:flex-start;gap:9px}.mtravel-footer__contact .mtravel-icon{width:16px;height:16px;margin-top:4px;color:#efbb67}.mtravel-social-links{display:flex;gap:8px}.mtravel-social-links a{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;font-size:.7rem;font-weight:850}.mtravel-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.7rem}.mtravel-footer__bottom p{margin:0}.mtravel-footer__bottom div{display:flex;gap:18px}.mtravel-floating{position:fixed;z-index:70;bottom:22px;display:flex;align-items:center;gap:8px;padding:8px 13px 8px 8px;border-radius:999px;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.2);font-size:.73rem}.mtravel-floating span{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:rgba(255,255,255,.15)}.mtravel-floating .mtravel-icon{width:17px;height:17px}.mtravel-floating--whatsapp{left:22px;background:#1ba765}.mtravel-floating--email{right:22px;background:var(--mt-green)}.mtravel-back-to-top{position:fixed;z-index:65;right:24px;bottom:80px;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--mt-green);box-shadow:var(--mt-shadow-sm);opacity:0;pointer-events:none;transform:rotate(-90deg);transition:.2s}.mtravel-back-to-top.is-visible{opacity:1;pointer-events:auto}
/* woocommerce compatibility */
.woocommerce .mtravel-main{padding-bottom:70px}.woocommerce ul.products li.product,.woocommerce div.product{font-family:Inter,sans-serif}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{border-radius:999px!important;background:var(--mt-green)!important;color:#fff!important}.woocommerce span.onsale{background:var(--mt-gold)!important;color:var(--mt-green-deep)!important}
@media(max-width:1100px){.mtravel-menu{gap:18px}.mtravel-navigation-panel{gap:18px}.mtravel-nav-whatsapp{display:none}.mtravel-hero__grid{grid-template-columns:1fr 390px;gap:35px}.mtravel-tour-grid{grid-template-columns:repeat(2,1fr)}.mtravel-service-grid{grid-template-columns:repeat(2,1fr)}.mtravel-footer__grid{grid-template-columns:1.2fr 1fr 1fr}.mtravel-footer__contact{grid-column:1/-1}.mtravel-tour-layout{grid-template-columns:minmax(0,1fr) 350px;gap:35px}}
@media(max-width:900px){.mtravel-topbar__meta>span{display:none}.mtravel-menu-toggle{display:block}.mtravel-hero__grid{display:flex;flex-direction:column}.mtravel-hero-card{order:-1;width:100%;max-width:680px;margin-inline:auto}.mtravel-hero__content{order:2;width:100%}.mtravel-navigation-panel{position:absolute;top:100%;right:20px;left:20px;display:none;max-height:calc(100vh - 110px);overflow:auto;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--mt-border);border-radius:16px;background:#fff;box-shadow:var(--mt-shadow)}.mtravel-navigation-panel.is-open{display:flex}.mtravel-menu{flex-direction:column;align-items:stretch;gap:0}.mtravel-menu>li>a{padding:12px}.mtravel-menu .sub-menu{position:static;display:block;width:auto;margin-left:15px;padding:0;border:0;box-shadow:none}.mtravel-nav-actions{justify-content:space-between}.mtravel-nav-whatsapp{display:grid}.mtravel-hero{min-height:auto;padding:64px 0 70px}.mtravel-hero__grid{grid-template-columns:1fr}.mtravel-hero__content{max-width:none}.mtravel-hero-card{max-width:680px}.mtravel-trust-strip__inner{grid-template-columns:repeat(2,1fr)}.mtravel-trust-item:nth-child(2){border-right:0}.mtravel-trust-item:nth-child(-n+2){border-bottom:1px solid var(--mt-border)}.mtravel-destination-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 220px 220px}.mtravel-destination-card:first-child{grid-column:1/-1;grid-row:auto}.mtravel-about-grid{grid-template-columns:1fr;gap:45px}.mtravel-process-grid{grid-template-columns:repeat(2,1fr)}.mtravel-testimonial-grid,.mtravel-blog-grid{grid-template-columns:1fr 1fr}.mtravel-tour-layout{grid-template-columns:1fr}.mtravel-tour-sidebar{position:static}.mtravel-commerce-card{max-width:620px}.mtravel-booking-page{grid-template-columns:1fr;gap:30px}.mtravel-footer-cta__inner{align-items:flex-start;flex-direction:column}.mtravel-footer__grid{grid-template-columns:1fr 1fr}.mtravel-footer__contact{grid-column:auto}.mtravel-content-wrap{grid-template-columns:1fr}.mtravel-sidebar{display:none}}
@media(max-width:680px){.mtravel-container{width:min(calc(100% - 28px),var(--mt-container))}.mtravel-section{padding:70px 0}.mtravel-topbar__inner{justify-content:center}.mtravel-topbar__contact a:first-child{display:none}.mtravel-topbar__meta{display:none}.mtravel-navbar{min-height:72px}.mtravel-brand img,.mtravel-brand .custom-logo{max-width:188px;max-height:48px}.mtravel-nav-actions .mtravel-button{flex:1}.mtravel-hero{padding:24px 0 54px}.mtravel-hero-card{width:100%;margin-bottom:28px}.mtravel-hero__content{text-align:left}.mtravel-hero h1{font-size:2.5rem}.mtravel-hero__actions{display:grid;grid-template-columns:1fr 1fr}.mtravel-hero__actions .mtravel-button{padding-inline:12px}.mtravel-hero-card{padding:21px}.mtravel-hero-form{grid-template-columns:1fr}.mtravel-hero-form .mtravel-field--full{grid-column:auto}.mtravel-hero-form__buttons{grid-template-columns:1fr;grid-column:auto}.mtravel-hero-card__note{grid-column:auto}.mtravel-trust-strip{margin-top:-20px}.mtravel-trust-strip__inner{grid-template-columns:1fr}.mtravel-trust-item{border-right:0!important;border-bottom:1px solid var(--mt-border)}.mtravel-trust-item:last-child{border-bottom:0}.mtravel-section-head{align-items:flex-start;flex-direction:column}.mtravel-tour-grid,.mtravel-service-grid,.mtravel-testimonial-grid,.mtravel-blog-grid{grid-template-columns:1fr}.mtravel-tour-card__media{height:245px}.mtravel-destination-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.mtravel-destination-card,.mtravel-destination-card:first-child{grid-column:auto;min-height:250px}.mtravel-about-media{min-height:430px}.mtravel-about-media__main{inset:0 35px 45px 0}.mtravel-about-media__small{height:170px}.mtravel-about-badge{top:20px;width:120px;height:120px}.mtravel-check-list{grid-template-columns:1fr}.mtravel-process-grid{grid-template-columns:1fr}.mtravel-filter-bar{grid-template-columns:1fr;margin-top:-25px}.mtravel-tour-hero{min-height:540px;padding:82px 0 60px}.mtravel-tour-facts{grid-template-columns:1fr}.mtravel-inclusion-grid{grid-template-columns:1fr}.mtravel-form-grid{grid-template-columns:1fr}.mtravel-field--full{grid-column:auto}.mtravel-form-actions{grid-template-columns:1fr}.mtravel-booking-card{padding:23px}.mtravel-footer-cta__actions{width:100%;flex-direction:column}.mtravel-footer__grid{grid-template-columns:1fr}.mtravel-footer__bottom{align-items:flex-start;flex-direction:column}.mtravel-floating strong{display:none}.mtravel-floating{padding-right:8px}.mtravel-floating--whatsapp{left:14px}.mtravel-floating--email{right:14px}.mtravel-back-to-top{right:16px}.mtravel-page-hero{padding:60px 0}.mtravel-tour-card__meta{align-items:flex-start;flex-direction:column}.mtravel-tour-card__meta strong{text-align:left}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* M Travel commerce top bar, language switcher and install experience */
.mtravel-topbar__commerce{display:grid;grid-template-columns:minmax(190px,1fr) minmax(320px,1.7fr) minmax(250px,1fr);min-height:46px}
.mtravel-topbar__left,.mtravel-topbar__right{display:flex;align-items:center}
.mtravel-topbar__right{justify-content:flex-end;gap:14px}
.mtravel-topbar__left>a,.mtravel-topbar__right>a,.mtravel-topbar__payment{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.9)}
.mtravel-topbar__payment{justify-content:center;align-self:stretch;padding:8px 20px;border-inline:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#fff;text-align:center;font-weight:750;line-height:1.35}
.mtravel-topbar__payment:hover{background:rgba(255,255,255,.08);color:#fff}
.mtravel-topbar__left strong{color:#fff}
.mtravel-language-switcher{position:relative;z-index:100}
.mtravel-language-switcher__toggle{display:flex;min-width:58px;height:30px;align-items:center;justify-content:center;gap:6px;padding:4px 9px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;font-size:11px;font-weight:900;cursor:pointer}
.mtravel-language-switcher__menu{position:absolute;top:calc(100% + 9px);right:0;display:none;width:155px;padding:7px;border:1px solid var(--mt-border);border-radius:12px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-language-switcher.is-open .mtravel-language-switcher__menu{display:block}
.mtravel-language-switcher__menu a{display:block;padding:9px 10px;border-radius:8px;color:var(--mt-ink);font-size:12px;font-weight:750}
.mtravel-language-switcher__menu a:hover,.mtravel-language-switcher__menu a[aria-current=true]{background:var(--mt-soft);color:var(--mt-green)}
.mtravel-install-button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:9px 13px;border:1px solid var(--mt-border);border-radius:999px;background:#fff;color:var(--mt-green-dark);font-size:.76rem;font-weight:850;cursor:pointer}
.mtravel-install-button:hover{border-color:var(--mt-green);background:var(--mt-soft)}
.mtravel-install-button .mtravel-icon{width:16px;height:16px}
.mtravel-footer__parent{max-width:360px!important;padding:11px 13px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.04);color:rgba(255,255,255,.8);line-height:1.55}
.mtravel-footer__parent a{color:#f4c778;font-weight:850}
html.mtravel-modal-open{overflow:hidden}
.mtravel-install-modal{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;padding:20px}
.mtravel-install-modal[hidden]{display:none}
.mtravel-install-modal__backdrop{position:absolute;inset:0;background:rgba(3,28,24,.72);backdrop-filter:blur(5px)}
.mtravel-install-modal__dialog{position:relative;z-index:1;width:min(100%,430px);padding:36px;border-radius:24px;background:#fff;box-shadow:0 26px 80px rgba(0,0,0,.28);text-align:center}
.mtravel-install-modal__dialog img{border-radius:18px;box-shadow:0 8px 26px rgba(11,93,74,.2)}
.mtravel-install-modal__dialog h2{margin:18px 0 8px;font-size:2rem}
.mtravel-install-modal__dialog p{color:var(--mt-muted)}
.mtravel-install-modal__close{position:absolute;top:13px;right:14px;display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;background:var(--mt-soft);color:var(--mt-ink);font-size:24px;cursor:pointer}
.mtravel-install-ios{padding:12px;border-radius:12px;background:var(--mt-cream);color:var(--mt-ink)!important;font-weight:700}
.mtravel-translation-panel{margin:10px 0;border:1px solid #dcdcde;border-radius:6px;background:#fff}
.mtravel-translation-panel summary{padding:12px 14px;cursor:pointer}

@media(max-width:1100px){
  .mtravel-topbar__commerce{grid-template-columns:1fr 1.7fr 1fr}
  .mtravel-topbar__left span,.mtravel-topbar__right>a span{display:none}
  .mtravel-topbar__payment{font-size:.7rem}
  .mtravel-install-button span{display:none}
  .mtravel-install-button{width:42px;padding:9px}
}
@media(max-width:760px){
  .mtravel-topbar__commerce{grid-template-columns:auto 1fr auto;width:100%;padding-inline:12px}
  .mtravel-topbar__payment{padding:7px 10px;font-size:.64rem}
  .mtravel-topbar__payment .mtravel-icon{display:none}
  .mtravel-topbar__left strong{font-size:0}
  .mtravel-topbar__left strong:after{content:'WA';font-size:11px}
  .mtravel-topbar__right>a{display:none}
  .mtravel-language-switcher__menu{right:0}
}
@media(max-width:480px){
  .mtravel-topbar__commerce{grid-template-columns:42px 1fr 54px;gap:4px}
  .mtravel-topbar__payment{line-height:1.2}
  .mtravel-topbar__payment span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .mtravel-install-modal__dialog{padding:31px 22px}
}
@media(max-width:760px){
  .mtravel-topbar__commerce{grid-template-columns:42px minmax(0,1fr) 86px}
  .mtravel-topbar__right{gap:5px}
  .mtravel-topbar__right>a{display:flex;width:30px;height:30px;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:50%}
  .mtravel-topbar__right>a span{display:none}
}

/* M Travel platform, service commerce and app experience */
.mtravel-topbar__center{display:grid;grid-template-columns:minmax(0,1fr) auto;align-self:stretch;min-width:0}
.mtravel-topbar__center .mtravel-topbar__payment{border-right:0}
.mtravel-topbar__visa{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border-left:1px solid rgba(255,255,255,.13);background:#dca84d;color:#17352d!important;font-weight:900;white-space:nowrap}
.mtravel-topbar__visa:hover{background:#f1c475;color:#102a23!important}
.mtravel-topbar__visa .mtravel-icon{color:#17352d}
.mtravel-brand__link img{max-width:240px;object-fit:contain;background:#fff}
.mtravel-footer-logo-wrap{display:inline-flex;padding:8px 12px;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.mtravel-footer__brand .mtravel-footer-logo-wrap img{width:220px;max-height:64px;object-fit:contain}

.mtravel-service-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.mtravel-service-card--link{position:relative;display:flex;min-height:100%;flex-direction:column;color:var(--mt-ink)!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.mtravel-service-card--link:hover{transform:translateY(-6px);border-color:rgba(11,93,74,.32);box-shadow:0 22px 45px rgba(4,54,45,.13)}
.mtravel-service-card--link p{flex:1}
.mtravel-service-card__action{display:flex;align-items:center;gap:7px;margin-top:16px;color:var(--mt-green);font-size:.78rem;font-weight:900}
.mtravel-service-card__action .mtravel-icon{width:16px;height:16px}
.mtravel-section--reviews{background:#f7f2e8}
.mtravel-reviews-widget{min-height:180px;padding:22px;border:1px solid var(--mt-border);border-radius:24px;background:#fff;box-shadow:var(--mt-shadow-sm)}

.mtravel-tours-shop{padding-top:62px}
.mtravel-tours-shop__head{max-width:850px;margin-bottom:34px}
.mtravel-tours-shop__head h1{font-size:clamp(2.45rem,5vw,4.7rem)}
.mtravel-tours-shop__head p{max-width:760px;color:var(--mt-muted);font-size:1.08rem}
.mtravel-tours-shop .mtravel-filter-bar{margin-top:0}

.mtravel-auth-hero,.mtravel-dashboard-head,.mtravel-dashboard-section,.mtravel-vip-booking,.mtravel-listing-form,.mtravel-place-directory,.mtravel-client-portal{width:min(100%,1180px);margin-inline:auto}
.mtravel-client-portal{padding:60px 20px 90px}
.mtravel-auth-hero{max-width:780px;margin-bottom:30px;text-align:center}
.mtravel-auth-hero p{color:var(--mt-muted);font-size:1.08rem}
.mtravel-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.mtravel-auth-card{padding:30px;border:1px solid var(--mt-border);border-radius:22px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-auth-card h2{font-size:2rem}
.mtravel-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px;border-radius:24px;background:linear-gradient(135deg,var(--mt-green-deep),var(--mt-green));color:#fff}
.mtravel-dashboard-head h1,.mtravel-dashboard-head p,.mtravel-dashboard-head .mtravel-section-kicker{color:#fff}
.mtravel-dashboard-head .mtravel-button--ghost{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.1);color:#fff}
.mtravel-dashboard-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}
.mtravel-dashboard-actions a{display:flex;min-height:128px;flex-direction:column;justify-content:center;padding:22px;border:1px solid var(--mt-border);border-radius:18px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-dashboard-actions a:hover{border-color:var(--mt-green);transform:translateY(-3px)}
.mtravel-dashboard-actions strong{color:var(--mt-green-deep)}
.mtravel-dashboard-actions span{margin-top:6px;color:var(--mt-muted);font-size:.82rem;line-height:1.5}
.mtravel-dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:34px}
.mtravel-dashboard-stats>div{padding:22px;border-radius:18px;background:var(--mt-soft);text-align:center}
.mtravel-dashboard-stats strong{display:block;color:var(--mt-green-deep);font-size:2rem}
.mtravel-dashboard-stats span{color:var(--mt-muted);font-size:.78rem;font-weight:800}
.mtravel-dashboard-section{margin-top:36px}
.mtravel-account-orders{display:grid;gap:18px}
.mtravel-account-order{padding:26px;border:1px solid var(--mt-border);border-radius:20px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-account-order__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.mtravel-order-number{display:block;margin-bottom:7px;color:var(--mt-green);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mtravel-account-order__top h3{margin:0}
.mtravel-status{display:inline-flex;padding:8px 11px;border-radius:999px;background:#eef2f0;color:#39554d;font-size:.7rem;font-weight:900;white-space:nowrap}
.mtravel-status--confirmed,.mtravel-status--completed{background:#e4f6ec;color:#09653c}
.mtravel-status--in_progress{background:#fff0cc;color:#805800}
.mtravel-status--cancelled{background:#ffe7e7;color:#8d2020}
.mtravel-account-order__meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:20px 0}
.mtravel-account-order__meta span{padding:12px;border-radius:12px;background:var(--mt-soft);color:var(--mt-ink);font-size:.8rem}
.mtravel-account-order__meta strong{display:block;margin-bottom:4px;color:var(--mt-muted);font-size:.66rem;text-transform:uppercase}
.mtravel-order-note{padding:15px;border-left:4px solid var(--mt-gold);border-radius:0 10px 10px 0;background:var(--mt-cream);color:var(--mt-ink)}
.mtravel-mini-orders{display:grid;gap:12px}.mtravel-mini-orders article{display:grid;grid-template-columns:1fr auto;gap:5px 18px;padding:18px;border:1px solid var(--mt-border);border-radius:14px;background:#fff}.mtravel-mini-orders small{grid-column:1/-1;color:var(--mt-muted)}

.mtravel-trip-checkin{margin-top:20px;padding:20px;border:1px solid #cfe4db;border-radius:16px;background:#f1faf6}
.mtravel-trip-checkin h4{margin:0 0 8px;color:var(--mt-green-deep);font-size:1.15rem}
.mtravel-trip-checkin p{color:#43645a}
.mtravel-return-form{display:grid;grid-template-columns:220px 1fr;gap:14px;align-items:end}
.mtravel-return-form .mtravel-field{margin:0}.mtravel-return-form button{align-self:end}
.mtravel-trip-review>span{color:#d99b2b;font-size:1.45rem;letter-spacing:.08em}.mtravel-trip-review p{margin-top:8px;color:var(--mt-ink)}

.mtravel-account-gate{max-width:720px;margin:35px auto;padding:34px;border:1px solid var(--mt-border);border-radius:24px;background:#fff;text-align:center;box-shadow:var(--mt-shadow)}
.mtravel-account-gate__icon{display:grid;width:68px;height:68px;margin:0 auto 18px;place-items:center;border-radius:20px;background:var(--mt-soft);color:var(--mt-green)}
.mtravel-account-gate__icon .mtravel-icon{width:32px;height:32px}
.mtravel-account-gate p{color:var(--mt-muted)}
.mtravel-vip-booking,.mtravel-listing-form{padding:35px;border:1px solid var(--mt-border);border-radius:24px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-vip-intro,.mtravel-fee-banner{margin-bottom:28px}
.mtravel-vip-features{display:flex;flex-wrap:wrap;gap:10px}.mtravel-vip-features span{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:var(--mt-soft);color:var(--mt-green-deep);font-size:.75rem;font-weight:800}
.mtravel-fee-banner{display:flex;align-items:center;gap:20px;padding:24px;border-radius:20px;background:var(--mt-green-deep);color:#fff}.mtravel-fee-banner>strong{font-size:2.5rem;color:var(--mt-gold)}.mtravel-fee-banner h2,.mtravel-fee-banner p{color:#fff;margin-bottom:4px}
.mtravel-place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mtravel-place-card{overflow:hidden;border:1px solid var(--mt-border);border-radius:18px;background:#fff;box-shadow:var(--mt-shadow-sm)}

/* Strong contrast protection across cards, forms and dark areas. */
.mtravel-section--dark p,.mtravel-section--dark li,.mtravel-footer p,.mtravel-footer li{color:rgba(255,255,255,.78)}
.mtravel-service-card,.mtravel-tour-card,.mtravel-booking-card,.mtravel-auth-card,.mtravel-account-order{color:var(--mt-ink)}
.mtravel-service-card h3,.mtravel-tour-card h3,.mtravel-booking-card h2,.mtravel-auth-card h2,.mtravel-account-order h3{color:var(--mt-ink)}
.mtravel-field input,.mtravel-field select,.mtravel-field textarea{background:#fff;color:#17352d;border-color:#cfdcd7}
.mtravel-field input::placeholder,.mtravel-field textarea::placeholder{color:#71847d;opacity:1}

.mtravel-app-dock{display:none}
@media(max-width:1180px){.mtravel-service-grid{grid-template-columns:repeat(3,1fr)}.mtravel-dashboard-actions{grid-template-columns:repeat(2,1fr)}.mtravel-account-order__meta{grid-template-columns:repeat(3,1fr)}.mtravel-topbar__center{grid-template-columns:1fr}.mtravel-topbar__visa{border-left:0;border-top:1px solid rgba(0,0,0,.1);padding:5px 9px;font-size:.65rem}}
@media(max-width:900px){.mtravel-auth-grid{grid-template-columns:1fr}.mtravel-place-grid{grid-template-columns:repeat(2,1fr)}.mtravel-return-form{grid-template-columns:1fr}.mtravel-dashboard-head{align-items:flex-start;flex-direction:column}.mtravel-topbar__center .mtravel-topbar__payment{border-inline:0}.mtravel-topbar__visa span{display:block}}
@media(max-width:680px){body.mtravel-theme{padding-bottom:72px}.mtravel-service-grid,.mtravel-place-grid,.mtravel-dashboard-actions,.mtravel-dashboard-stats,.mtravel-account-order__meta{grid-template-columns:1fr}.mtravel-client-portal{padding:34px 14px 92px}.mtravel-auth-card,.mtravel-account-order,.mtravel-vip-booking,.mtravel-listing-form{padding:20px}.mtravel-account-order__top{flex-direction:column}.mtravel-fee-banner{align-items:flex-start;flex-direction:column}.mtravel-topbar__visa span{overflow:hidden;max-width:112px;text-overflow:ellipsis;white-space:nowrap}.mtravel-app-dock{position:fixed;z-index:9998;right:8px;bottom:8px;left:8px;display:grid;grid-template-columns:repeat(5,1fr);min-height:62px;padding:6px;border:1px solid rgba(7,62,52,.14);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 14px 42px rgba(0,0,0,.22);backdrop-filter:blur(16px)}.mtravel-app-dock a{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:14px;color:#3f5b53;font-size:.62rem;font-weight:850}.mtravel-app-dock a:hover{background:var(--mt-soft);color:var(--mt-green)}.mtravel-app-dock .mtravel-icon{width:20px;height:20px}.mtravel-app-dock__main{background:var(--mt-green)!important;color:#fff!important}.mtravel-floating{bottom:82px}.mtravel-back-to-top{bottom:138px}.mtravel-footer{padding-bottom:90px}}

/* M Travel guide directory, profiles and tour assignments */
.mtravel-guide-directory-intro{padding:76px 0 58px;background:linear-gradient(135deg,#eef5f1 0%,#fff 58%,#f7f3ea 100%);border-bottom:1px solid var(--mt-border)}
.mtravel-guide-directory-intro .mtravel-container{max-width:940px;text-align:center}
.mtravel-guide-directory-intro h1{margin-bottom:18px;font-size:clamp(2.5rem,5vw,4.7rem)}
.mtravel-guide-directory-intro p{max-width:780px;margin:0 auto;color:var(--mt-muted);font-size:1.08rem}
.mtravel-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.mtravel-guide-grid--home{grid-template-columns:repeat(4,minmax(0,1fr))}
.mtravel-guide-grid--tour{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:26px}
.mtravel-guide-card{overflow:hidden;border:1px solid var(--mt-border);border-radius:22px;background:#fff;color:var(--mt-ink);box-shadow:0 10px 34px rgba(7,62,52,.08);transition:transform .25s ease,box-shadow .25s ease}
.mtravel-guide-card:hover{transform:translateY(-6px);box-shadow:var(--mt-shadow)}
.mtravel-guide-card__media{position:relative;display:block;overflow:hidden;height:330px;background:linear-gradient(145deg,#dcebe4,#f5e7ce)}
.mtravel-guide-card__media:after{position:absolute;right:0;bottom:0;left:0;height:44%;content:"";background:linear-gradient(180deg,transparent,rgba(5,44,39,.26));pointer-events:none}
.mtravel-guide-card__media>img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease}
.mtravel-guide-card:hover .mtravel-guide-card__media>img{transform:scale(1.035)}
.mtravel-guide-card__placeholder{display:grid;width:100%;height:100%;place-items:center;padding:55px;background:linear-gradient(150deg,#edf5f1,#fff8ea)}
.mtravel-guide-card__placeholder img{width:min(210px,80%);max-height:100px;object-fit:contain;filter:saturate(.95)}
.mtravel-guide-card__content{padding:24px}
.mtravel-guide-card__role{display:block;margin-bottom:8px;color:var(--mt-gold-dark);font-size:.7rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.mtravel-guide-card h3{margin-bottom:11px;font-size:1.55rem}
.mtravel-guide-card h3 a:hover{color:var(--mt-green)}
.mtravel-guide-card__content>p{min-height:4.8em;color:var(--mt-muted);font-size:.88rem}
.mtravel-guide-card__facts{display:grid;gap:8px;margin:18px 0;padding-top:17px;border-top:1px solid var(--mt-border)}
.mtravel-guide-card__facts span{display:flex;align-items:flex-start;gap:8px;color:#405b53;font-size:.74rem;font-weight:720}
.mtravel-guide-card__facts .mtravel-icon{width:16px;height:16px;margin-top:2px;color:var(--mt-green)}
.mtravel-guide-card__link{display:inline-flex;align-items:center;gap:7px;color:var(--mt-green);font-size:.78rem;font-weight:900}
.mtravel-guide-card__link .mtravel-icon{width:16px;height:16px}
.mtravel-guide-card--compact .mtravel-guide-card__media{height:255px}
.mtravel-guide-card--compact .mtravel-guide-card__content{padding:20px}
.mtravel-guide-card--compact .mtravel-guide-card__content>p{min-height:0;font-size:.82rem}
.mtravel-guide-card--compact h3{font-size:1.36rem}
.mtravel-guide-empty{max-width:760px;margin-inline:auto;padding:65px 30px;border:1px dashed #bcd2c9;border-radius:24px;background:var(--mt-soft)}
.mtravel-guide-directory-cta{display:flex;align-items:center;justify-content:space-between;gap:38px}
.mtravel-guide-directory-cta>div{max-width:760px}
.mtravel-guide-directory-cta p{color:var(--mt-muted);font-size:1.03rem}
.mtravel-section-head--with-action{align-items:center}
.mtravel-tour-guides{margin-top:48px;padding-top:42px;border-top:1px solid var(--mt-border)}
.mtravel-tour-guides>p{max-width:760px;color:var(--mt-muted)}

.mtravel-guide-profile-head{padding:74px 0;background:linear-gradient(130deg,#eef5f1,#fff 58%,#f7f3ea)}
.mtravel-guide-profile-head__grid{display:grid;grid-template-columns:minmax(340px,.8fr) minmax(0,1.2fr);align-items:center;gap:68px}
.mtravel-guide-profile-photo{overflow:hidden;min-height:560px;border-radius:30px;background:#e7f0ec;box-shadow:var(--mt-shadow)}
.mtravel-guide-profile-photo>img{display:block;width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center top}
.mtravel-guide-profile-photo__placeholder{display:grid;min-height:560px;place-items:center;padding:70px;background:linear-gradient(145deg,#dcebe4,#fff6e6)}
.mtravel-guide-profile-photo__placeholder img{width:min(280px,85%)}
.mtravel-guide-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:var(--mt-green);font-size:.78rem;font-weight:900}
.mtravel-guide-back .mtravel-icon{width:16px;height:16px;transform:rotate(180deg)}
.mtravel-guide-profile-summary h1{margin-bottom:18px;font-size:clamp(3rem,5.5vw,5.2rem)}
.mtravel-guide-profile-summary__intro{max-width:720px;color:#435d55;font-size:1.14rem}
.mtravel-guide-profile-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}
.mtravel-guide-profile-facts div{padding:17px;border:1px solid #d7e4de;border-radius:15px;background:rgba(255,255,255,.75)}
.mtravel-guide-profile-facts span{display:block;margin-bottom:4px;color:var(--mt-muted);font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mtravel-guide-profile-facts strong{display:block;color:var(--mt-ink);font-size:.84rem}
.mtravel-guide-quote{margin:26px 0;padding:20px 24px;border-left:4px solid var(--mt-gold);border-radius:0 14px 14px 0;background:#fff8eb;color:#3a4d46;font-family:Georgia,"Times New Roman",serif;font-size:1.1rem;font-style:italic}
.mtravel-guide-profile-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.mtravel-button--outline{border-color:#b9cec6;background:#fff;color:var(--mt-green-deep)}
.mtravel-button--outline:hover{border-color:var(--mt-green);background:var(--mt-soft);color:var(--mt-green-deep)}
.mtravel-guide-profile-body{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.65fr);align-items:start;gap:65px}
.mtravel-guide-biography .mtravel-entry-content{font-size:1.03rem}
.mtravel-guide-specialties{position:sticky;top:120px;padding:28px;border:1px solid var(--mt-border);border-radius:22px;background:#fff;box-shadow:var(--mt-shadow-sm);color:var(--mt-ink)}
.mtravel-guide-specialties h2{font-size:1.55rem}
.mtravel-guide-specialties__group>span{display:block;margin-bottom:12px;color:var(--mt-gold-dark);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mtravel-guide-specialties ul{display:grid;gap:10px;margin:0 0 22px;padding:0;list-style:none}
.mtravel-guide-specialties li{display:flex;align-items:flex-start;gap:8px;color:#334d45;font-size:.86rem;font-weight:720}
.mtravel-guide-specialties li .mtravel-icon{width:17px;height:17px;margin-top:3px;color:var(--mt-green)}
.mtravel-guide-specialties>p{margin:0;padding-top:20px;border-top:1px solid var(--mt-border);color:var(--mt-muted);font-size:.8rem}

@media(max-width:1100px){
.mtravel-guide-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}
.mtravel-guide-profile-head__grid{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:42px}
.mtravel-guide-profile-facts{grid-template-columns:1fr}
}
@media(max-width:900px){
.mtravel-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.mtravel-guide-profile-head__grid,.mtravel-guide-profile-body{grid-template-columns:1fr}
.mtravel-guide-profile-photo{max-width:620px;min-height:480px}
.mtravel-guide-profile-photo>img,.mtravel-guide-profile-photo__placeholder{min-height:480px}
.mtravel-guide-specialties{position:static}
.mtravel-guide-directory-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
.mtravel-guide-directory-intro{padding:54px 0 42px}
.mtravel-guide-grid,.mtravel-guide-grid--home,.mtravel-guide-grid--tour{grid-template-columns:1fr}
.mtravel-guide-card__media,.mtravel-guide-card--compact .mtravel-guide-card__media{height:320px}
.mtravel-guide-card__content>p{min-height:0}
.mtravel-guide-profile-head{padding:44px 0}
.mtravel-guide-profile-head__grid{gap:30px}
.mtravel-guide-profile-photo,.mtravel-guide-profile-photo>img,.mtravel-guide-profile-photo__placeholder{min-height:410px}
.mtravel-guide-profile-summary h1{font-size:2.8rem}
.mtravel-guide-profile-actions{display:grid;grid-template-columns:1fr}
.mtravel-guide-profile-actions .mtravel-button{width:100%}
.mtravel-guide-directory-cta .mtravel-button{width:100%}
}


/* ============================================================
   Duration-first tour commerce — M Travel v4.2
   The number of days is intentionally the strongest signal.
   ============================================================ */
.mtravel-tour-card__badges{
    position:relative;
    z-index:2;
    display:flex;
    align-self:stretch;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    gap:9px;
}
.mtravel-duration-badge{
    display:flex;
    min-width:138px;
    flex-direction:column;
    padding:11px 14px 12px;
    border:1px solid rgba(255,255,255,.76);
    border-top:4px solid var(--mt-gold);
    border-radius:14px;
    background:#fff;
    color:var(--mt-green-deep);
    box-shadow:0 13px 32px rgba(2,31,28,.25);
    line-height:1;
}
.mtravel-duration-badge small{
    margin-bottom:6px;
    color:#526a62;
    font-size:.58rem;
    font-style:normal;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.mtravel-duration-badge strong{
    color:var(--mt-green-deep);
    font:900 1.28rem/1 Inter,sans-serif;
    letter-spacing:-.03em;
    text-transform:uppercase;
}
.mtravel-duration-badge em{
    margin-top:6px;
    color:var(--mt-gold-dark);
    font-size:.68rem;
    font-style:normal;
    font-weight:900;
    text-transform:uppercase;
}
.mtravel-tour-card__badges .mtravel-card-badge{
    align-self:flex-start;
    border:1px solid rgba(255,255,255,.5);
    background:rgba(5,55,47,.92);
    color:#fff;
    box-shadow:0 8px 20px rgba(2,31,28,.2);
}
.mtravel-tour-card__view{align-self:flex-end;margin-left:auto}
.mtravel-tour-card__duration{color:var(--mt-green-deep)!important}
.mtravel-tour-card__duration strong{color:var(--mt-green-deep);font-size:.78rem}
.mtravel-tour-card__price{color:var(--mt-green)!important;font-size:.9rem!important}

.mtravel-duration-selector{
    display:grid;
    grid-template-columns:repeat(9,minmax(82px,1fr));
    gap:10px;
    margin:0 0 24px;
}
.mtravel-duration-selector__item{
    display:flex;
    min-height:112px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:14px 8px;
    border:1px solid #ccddd6;
    border-radius:17px;
    background:#fff;
    color:var(--mt-green-deep)!important;
    box-shadow:0 7px 20px rgba(7,62,52,.05);
    text-align:center;
    transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.mtravel-duration-selector__item:hover,
.mtravel-duration-selector__item.is-active{
    border-color:var(--mt-green);
    background:var(--mt-green-deep);
    color:#fff!important;
    box-shadow:0 14px 34px rgba(4,53,45,.2);
    transform:translateY(-3px);
}
.mtravel-duration-selector__item strong{
    display:block;
    color:inherit;
    font:900 2rem/1 Inter,sans-serif;
    letter-spacing:-.06em;
}
.mtravel-duration-selector__item span{
    display:block;
    margin-top:8px;
    color:inherit;
    font-size:.68rem;
    font-weight:900;
    line-height:1.15;
    text-transform:uppercase;
}
.mtravel-duration-priority-note{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 22px;
    padding:16px 19px;
    border-left:5px solid var(--mt-gold);
    border-radius:0 14px 14px 0;
    background:#f7f2e8;
    color:var(--mt-ink);
}
.mtravel-duration-priority-note>.mtravel-icon{
    width:29px;
    height:29px;
    flex:0 0 29px;
    color:var(--mt-green);
}
.mtravel-duration-priority-note strong,
.mtravel-duration-priority-note span{display:block;color:var(--mt-ink)}
.mtravel-duration-priority-note span{margin-top:3px;color:var(--mt-muted);font-size:.82rem}
.mtravel-filter-bar--duration-first select[name="experience"]{
    border:2px solid var(--mt-green);
    background:#f0faf5;
    color:var(--mt-green-deep);
    font-weight:900;
}
.mtravel-results-toolbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:24px 0;
}
.mtravel-results-toolbar .mtravel-results-count{margin:0;color:var(--mt-ink);font-weight:850}
.mtravel-results-toolbar>a{color:var(--mt-green);font-size:.8rem;font-weight:900}
.mtravel-archive-back{margin-top:35px;text-align:center}
.mtravel-archive-back a{color:var(--mt-green);font-weight:900}

.mtravel-tour-duration-spotlight{
    display:inline-flex;
    min-width:220px;
    flex-direction:column;
    margin-bottom:22px;
    padding:17px 21px;
    border:1px solid rgba(255,255,255,.42);
    border-left:6px solid var(--mt-gold);
    border-radius:0 17px 17px 0;
    background:rgba(255,255,255,.96);
    color:var(--mt-green-deep);
    box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.mtravel-tour-duration-spotlight span{
    color:#546c64;
    font-size:.62rem;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.mtravel-tour-duration-spotlight strong{
    margin-top:5px;
    color:var(--mt-green-deep);
    font:900 clamp(1.85rem,4vw,3rem)/1 Inter,sans-serif;
    letter-spacing:-.05em;
    text-transform:uppercase;
}
.mtravel-tour-duration-spotlight small{
    margin-top:7px;
    color:var(--mt-gold-dark);
    font-size:.78rem;
    font-weight:900;
    text-transform:uppercase;
}
.mtravel-tour-facts{grid-template-columns:1.35fr repeat(3,minmax(0,1fr))}
.mtravel-tour-fact--duration{
    border-color:var(--mt-green);
    border-left:6px solid var(--mt-gold);
    background:var(--mt-green-deep);
}
.mtravel-tour-fact--duration span,
.mtravel-tour-fact--duration strong,
.mtravel-tour-fact--duration small{color:#fff}
.mtravel-tour-fact--duration strong{font-size:1.38rem;text-transform:uppercase}
.mtravel-tour-fact--duration small{display:block;margin-top:5px;font-size:.7rem;font-weight:850}
.mtravel-commerce-duration{
    display:inline-flex;
    flex-direction:column;
    margin-bottom:17px;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:12px;
    background:rgba(255,255,255,.1);
}
.mtravel-commerce-duration span{color:rgba(255,255,255,.7);font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mtravel-commerce-duration strong{margin-top:4px;color:#fff;font:900 1.45rem/1 Inter,sans-serif;text-transform:uppercase}
.mtravel-commerce-duration small{margin-top:5px;color:var(--mt-gold);font-size:.68rem;font-weight:900;text-transform:uppercase}

/* Additional contrast protection for duration and utility screens. */
.mtravel-tours-shop,
.mtravel-duration-archive,
.mtravel-tour-type-archive{background:#fff;color:var(--mt-ink)}
.mtravel-tours-shop h1,
.mtravel-tours-shop h2,
.mtravel-tours-shop h3{color:var(--mt-ink)}
.mtravel-tour-card__content,
.mtravel-tour-fact,
.mtravel-commerce-card__body{background:#fff;color:var(--mt-ink)}
.mtravel-tour-hero .mtravel-section-kicker{color:#f5c873}
.mtravel-tour-hero h1,
.mtravel-tour-hero__price strong,
.mtravel-tour-hero__meta span{color:#fff}
.mtravel-tour-hero__meta span{background:rgba(2,31,28,.46)}
.mtravel-empty{color:var(--mt-ink)}
.mtravel-empty h2{color:var(--mt-ink)}

@media(max-width:1180px){
    .mtravel-duration-selector{grid-template-columns:repeat(5,minmax(90px,1fr))}
}
@media(max-width:900px){
    .mtravel-duration-selector{grid-template-columns:repeat(3,minmax(90px,1fr))}
    .mtravel-tour-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
    .mtravel-tours-shop{padding-top:38px}
    .mtravel-tours-shop__head h1{font-size:2.45rem}
    .mtravel-duration-selector{
        display:flex;
        overflow-x:auto;
        margin-right:-14px;
        margin-left:-14px;
        padding:3px 14px 14px;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
    }
    .mtravel-duration-selector::-webkit-scrollbar{display:none}
    .mtravel-duration-selector__item{
        min-width:100px;
        min-height:103px;
        flex:0 0 100px;
        scroll-snap-align:start;
    }
    .mtravel-duration-selector__item strong{font-size:1.75rem}
    .mtravel-duration-priority-note{align-items:flex-start}
    .mtravel-results-toolbar{align-items:flex-start;flex-direction:column}
    .mtravel-tour-card__media{height:270px}
    .mtravel-duration-badge{min-width:126px}
    .mtravel-duration-badge strong{font-size:1.14rem}
    .mtravel-tour-card__meta{flex-direction:row;align-items:center}
    .mtravel-tour-card__price{text-align:right!important}
    .mtravel-tour-duration-spotlight{min-width:0;width:fit-content;max-width:100%}
    .mtravel-tour-facts{grid-template-columns:1fr}
}

/* M Travel v4.3 contrast and Apple-style interface corrections */
:root{
  --mt-font-ui:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;
  --mt-button-primary-bg:#0b5d4a;
  --mt-button-primary-text:#ffffff;
  --mt-button-primary-hover:#073f34;
  --mt-button-secondary-bg:#f2b85b;
  --mt-button-secondary-text:#17251f;
  --mt-button-light-bg:#ffffff;
  --mt-button-light-text:#073f34;
  --mt-button-dark-bg:#073f34;
  --mt-button-dark-text:#ffffff;
}
body.mtravel-theme,
body.mtravel-theme button,
body.mtravel-theme input,
body.mtravel-theme select,
body.mtravel-theme textarea{font-family:var(--mt-font-ui)!important}
body.mtravel-theme h1,body.mtravel-theme h2,body.mtravel-theme h3,body.mtravel-theme h4,body.mtravel-theme h5,body.mtravel-theme h6{font-family:var(--mt-font-ui)!important;font-weight:800}

/* Explicitly readable button system */
body.mtravel-theme .mtravel-button,
body.mtravel-theme a.mtravel-button,
body.mtravel-theme button.mtravel-button,
body.mtravel-theme input[type="submit"],
body.mtravel-theme input[type="button"],
body.mtravel-theme .button,
body.mtravel-theme button:not(.mtravel-menu-toggle):not(.slick-arrow):not(.components-button){
  background-color:var(--mt-button-primary-bg);
  color:var(--mt-button-primary-text)!important;
  border-color:var(--mt-button-primary-bg);
  text-shadow:none;
  opacity:1;
}
body.mtravel-theme .mtravel-button:hover,
body.mtravel-theme .mtravel-button:focus-visible,
body.mtravel-theme input[type="submit"]:hover,
body.mtravel-theme input[type="submit"]:focus-visible,
body.mtravel-theme .button:hover,
body.mtravel-theme .button:focus-visible{
  background-color:var(--mt-button-primary-hover);
  color:#fff!important;
  border-color:var(--mt-button-primary-hover);
}
body.mtravel-theme .mtravel-button--gold,
body.mtravel-theme .mtravel-button--secondary{
  background-color:var(--mt-button-secondary-bg)!important;
  color:var(--mt-button-secondary-text)!important;
  border-color:var(--mt-button-secondary-bg)!important;
}
body.mtravel-theme .mtravel-button--light{
  background-color:var(--mt-button-light-bg)!important;
  color:var(--mt-button-light-text)!important;
  border-color:#d5e1dc!important;
}
body.mtravel-theme .mtravel-button--ghost{
  background-color:#fff!important;
  color:#073f34!important;
  border-color:#0b5d4a!important;
}
body.mtravel-theme .mtravel-button--ghost:hover,
body.mtravel-theme .mtravel-button--light:hover{
  background-color:#eaf5f1!important;
  color:#073f34!important;
  border-color:#073f34!important;
}
body.mtravel-theme .mtravel-button--ghost-light{
  background-color:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.72)!important;
}
body.mtravel-theme .mtravel-button--ghost-light:hover{
  background-color:#fff!important;
  color:#073f34!important;
}
body.mtravel-theme button:disabled,
body.mtravel-theme input:disabled,
body.mtravel-theme .mtravel-button[aria-disabled="true"]{
  background:#d6ddda!important;
  color:#52625c!important;
  border-color:#c7d0cc!important;
  cursor:not-allowed;
  opacity:1;
}

/* Light surfaces always use dark text */
body.mtravel-theme .mtravel-card,
body.mtravel-theme .mtravel-tour-card,
body.mtravel-theme .mtravel-hero-card,
body.mtravel-theme .mtravel-form-card,
body.mtravel-theme .mtravel-dashboard-card,
body.mtravel-theme .mtravel-account-card,
body.mtravel-theme .mtravel-modal__content,
body.mtravel-theme .mtravel-menu .sub-menu,
body.mtravel-theme .mtravel-section--soft,
body.mtravel-theme .mtravel-section--cream{
  color:#17251f;
}
body.mtravel-theme .mtravel-card h1,body.mtravel-theme .mtravel-card h2,body.mtravel-theme .mtravel-card h3,
body.mtravel-theme .mtravel-tour-card h1,body.mtravel-theme .mtravel-tour-card h2,body.mtravel-theme .mtravel-tour-card h3,
body.mtravel-theme .mtravel-hero-card h1,body.mtravel-theme .mtravel-hero-card h2,body.mtravel-theme .mtravel-hero-card h3,
body.mtravel-theme .mtravel-form-card h1,body.mtravel-theme .mtravel-form-card h2,body.mtravel-theme .mtravel-form-card h3{
  color:#17251f!important;
}

/* Dark surfaces always use light text */
body.mtravel-theme .mtravel-section--dark,
body.mtravel-theme .mtravel-footer,
body.mtravel-theme .mtravel-maintenance,
body.mtravel-theme .mtravel-hero{
  color:#fff;
}
body.mtravel-theme .mtravel-section--dark h1,body.mtravel-theme .mtravel-section--dark h2,body.mtravel-theme .mtravel-section--dark h3,body.mtravel-theme .mtravel-section--dark h4,
body.mtravel-theme .mtravel-footer h1,body.mtravel-theme .mtravel-footer h2,body.mtravel-theme .mtravel-footer h3,body.mtravel-theme .mtravel-footer h4,
body.mtravel-theme .mtravel-maintenance h1,body.mtravel-theme .mtravel-maintenance h2,body.mtravel-theme .mtravel-maintenance h3,
body.mtravel-theme .mtravel-hero h1,body.mtravel-theme .mtravel-hero h2,body.mtravel-theme .mtravel-hero h3{
  color:#fff!important;
}

/* Accessible keyboard focus */
body.mtravel-theme a:focus-visible,
body.mtravel-theme button:focus-visible,
body.mtravel-theme input:focus-visible,
body.mtravel-theme select:focus-visible,
body.mtravel-theme textarea:focus-visible{
  outline:3px solid #f2b85b!important;
  outline-offset:3px;
}

@media (max-width: 991px){
  body.mtravel-theme .mtravel-navigation-panel{background:#fff;color:#17251f}
  body.mtravel-theme .mtravel-navigation-panel a{color:#17251f}
  body.mtravel-theme .mtravel-navigation-panel .mtravel-button{color:#fff!important}
}

/* ==============================================================
   M Travel v4.4 — mobile-first accessibility and contrast release
   ============================================================== */
:root{
  --mt-app-font:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Arial,sans-serif;
  --mt-text:#17251f;
  --mt-text-soft:#4c625b;
  --mt-light:#ffffff;
  --mt-light-soft:#f3f7f5;
  --mt-dark:#052c27;
  --mt-dark-2:#073e34;
  --mt-action:#0b5d4a;
  --mt-action-hover:#073e34;
  --mt-focus:#f2b85b;
}
html{scroll-padding-top:104px;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body.mtravel-theme,
body.mtravel-theme button,
body.mtravel-theme input,
body.mtravel-theme select,
body.mtravel-theme textarea{
  font-family:var(--mt-app-font)!important;
}
body.mtravel-theme h1,
body.mtravel-theme h2,
body.mtravel-theme h3,
body.mtravel-theme h4,
body.mtravel-theme h5,
body.mtravel-theme h6{
  font-family:var(--mt-app-font)!important;
  font-weight:800;
  color:var(--mt-text);
  overflow-wrap:anywhere;
}
body.mtravel-theme p,
body.mtravel-theme li,
body.mtravel-theme dd,
body.mtravel-theme dt,
body.mtravel-theme label,
body.mtravel-theme small,
body.mtravel-theme span{
  overflow-wrap:anywhere;
}
body.mtravel-theme img,
body.mtravel-theme video,
body.mtravel-theme iframe,
body.mtravel-theme embed,
body.mtravel-theme object{max-width:100%}
body.mtravel-theme iframe{width:100%}

/* Definitive readable light surfaces */
body.mtravel-theme,
body.mtravel-theme .mtravel-main,
body.mtravel-theme .mtravel-section:not(.mtravel-section--dark),
body.mtravel-theme .mtravel-card,
body.mtravel-theme .mtravel-tour-card,
body.mtravel-theme .mtravel-service-card,
body.mtravel-theme .mtravel-place-card,
body.mtravel-theme .mtravel-auth-card,
body.mtravel-theme .mtravel-dashboard-section,
body.mtravel-theme .mtravel-account-order,
body.mtravel-theme .mtravel-booking-card,
body.mtravel-theme .mtravel-commerce-card,
body.mtravel-theme .mtravel-listing-form,
body.mtravel-theme .mtravel-vip-booking,
body.mtravel-theme .mtravel-car-request-card,
body.mtravel-theme .mtravel-vehicle-card,
body.mtravel-theme .mtravel-vehicle-facts,
body.mtravel-theme .mtravel-install-modal__dialog,
body.mtravel-theme .mtravel-navigation-panel,
body.mtravel-theme .mtravel-menu .sub-menu,
body.mtravel-theme .mtravel-bank-details p,
body.mtravel-theme .mtravel-mini-orders article,
body.mtravel-theme .mtravel-hotel-owner-cta,
body.mtravel-theme .wp-block-group.has-background:not(.has-black-background-color){
  color:var(--mt-text)!important;
}
body.mtravel-theme .mtravel-card p,
body.mtravel-theme .mtravel-tour-card p,
body.mtravel-theme .mtravel-service-card p,
body.mtravel-theme .mtravel-place-card p,
body.mtravel-theme .mtravel-auth-card p,
body.mtravel-theme .mtravel-dashboard-section p,
body.mtravel-theme .mtravel-account-order p,
body.mtravel-theme .mtravel-booking-card p,
body.mtravel-theme .mtravel-commerce-card p,
body.mtravel-theme .mtravel-car-request-card p,
body.mtravel-theme .mtravel-vehicle-card p,
body.mtravel-theme .mtravel-install-modal__dialog p{
  color:var(--mt-text-soft)!important;
}
body.mtravel-theme .has-white-background-color,
body.mtravel-theme .has-base-background-color,
body.mtravel-theme [style*="background-color: #fff"],
body.mtravel-theme [style*="background-color:#fff"],
body.mtravel-theme [style*="background: #fff"],
body.mtravel-theme [style*="background:#fff"]{
  color:var(--mt-text)!important;
}
body.mtravel-theme .has-white-background-color :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .has-base-background-color :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label){color:var(--mt-text)!important}

/* Definitive readable dark surfaces */
body.mtravel-theme .mtravel-section--dark,
body.mtravel-theme .mtravel-footer,
body.mtravel-theme .mtravel-footer-cta,
body.mtravel-theme .mtravel-topbar,
body.mtravel-theme .mtravel-hero,
body.mtravel-theme .mtravel-tour-hero,
body.mtravel-theme .mtravel-maintenance,
body.mtravel-theme .has-black-background-color,
body.mtravel-theme .has-contrast-background-color,
body.mtravel-theme [style*="background-color: #000"],
body.mtravel-theme [style*="background-color:#000"],
body.mtravel-theme [style*="background: #000"],
body.mtravel-theme [style*="background:#000"]{
  color:#fff!important;
}
body.mtravel-theme .mtravel-section--dark :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-footer :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-footer-cta :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-topbar :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-hero__content :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-tour-hero :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .has-black-background-color :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .has-contrast-background-color :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label){
  color:#fff!important;
}
body.mtravel-theme.active-dark-mode .mtravel-main,
body.mtravel-theme.dark-mode .mtravel-main{background:#fff!important;color:var(--mt-text)!important}
body.mtravel-theme.active-dark-mode .mtravel-main :where(h1,h2,h3,h4,h5,h6),
body.mtravel-theme.dark-mode .mtravel-main :where(h1,h2,h3,h4,h5,h6){color:var(--mt-text)}

/* Every form control is readable */
body.mtravel-theme input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
body.mtravel-theme select,
body.mtravel-theme textarea{
  width:100%;
  max-width:100%;
  min-height:50px;
  border:1px solid #b7c8c1!important;
  border-radius:12px;
  background:#fff!important;
  color:#13231f!important;
  font-size:16px!important;
  line-height:1.35;
  box-shadow:none;
}
body.mtravel-theme textarea{min-height:130px;padding-top:13px;resize:vertical}
body.mtravel-theme input::placeholder,
body.mtravel-theme textarea::placeholder{color:#667b73!important;opacity:1}
body.mtravel-theme select option{background:#fff;color:#13231f}
body.mtravel-theme label{color:#253f37!important;font-weight:750}
body.mtravel-theme .mtravel-field small{display:block;margin-top:6px;color:#52685f!important}
body.mtravel-theme input:focus,
body.mtravel-theme select:focus,
body.mtravel-theme textarea:focus{border-color:var(--mt-action)!important;outline:3px solid rgba(242,184,91,.42)!important;outline-offset:1px}

/* One reliable button system, including WordPress/plugin buttons */
body.mtravel-theme .mtravel-button,
body.mtravel-theme a.mtravel-button,
body.mtravel-theme button.mtravel-button,
body.mtravel-theme .wp-block-button__link,
body.mtravel-theme input[type="submit"],
body.mtravel-theme .woocommerce a.button,
body.mtravel-theme .woocommerce button.button,
body.mtravel-theme .woocommerce input.button{
  min-height:48px;
  border:1px solid var(--mt-action)!important;
  background:var(--mt-action)!important;
  color:#fff!important;
  font-family:var(--mt-app-font)!important;
  font-weight:800!important;
  text-shadow:none!important;
  box-shadow:none;
  opacity:1;
}
body.mtravel-theme .mtravel-button :where(span,strong,svg),
body.mtravel-theme .wp-block-button__link :where(span,strong,svg){color:inherit!important}
body.mtravel-theme .mtravel-button:hover,
body.mtravel-theme .mtravel-button:focus-visible,
body.mtravel-theme .wp-block-button__link:hover,
body.mtravel-theme input[type="submit"]:hover,
body.mtravel-theme .woocommerce a.button:hover,
body.mtravel-theme .woocommerce button.button:hover{
  border-color:var(--mt-action-hover)!important;
  background:var(--mt-action-hover)!important;
  color:#fff!important;
}
body.mtravel-theme .mtravel-button--gold,
body.mtravel-theme .mtravel-button--secondary{
  border-color:#d28a22!important;
  background:#edb14e!important;
  color:#13231f!important;
}
body.mtravel-theme .mtravel-button--light,
body.mtravel-theme .mtravel-button--ghost,
body.mtravel-theme .is-style-outline>.wp-block-button__link{
  border-color:var(--mt-action)!important;
  background:#fff!important;
  color:var(--mt-action-hover)!important;
}
body.mtravel-theme .mtravel-button--light:hover,
body.mtravel-theme .mtravel-button--ghost:hover,
body.mtravel-theme .is-style-outline>.wp-block-button__link:hover{
  background:#eaf5f1!important;
  color:var(--mt-action-hover)!important;
}
body.mtravel-theme .mtravel-button--ghost-light{
  border-color:#fff!important;
  background:transparent!important;
  color:#fff!important;
}
body.mtravel-theme .mtravel-button--ghost-light:hover{background:#fff!important;color:var(--mt-action-hover)!important}
body.mtravel-theme .mtravel-install-button{
  border:1px solid var(--mt-action)!important;
  background:#fff!important;
  color:var(--mt-action-hover)!important;
}
body.mtravel-theme .mtravel-install-button:hover{background:#eaf5f1!important;color:var(--mt-action-hover)!important}
body.mtravel-theme .mtravel-install-modal__close,
body.mtravel-theme .mtravel-menu-toggle{
  background:#eef5f1!important;
  color:#073e34!important;
  border:1px solid #c9d8d2!important;
}
body.mtravel-theme .mtravel-nav-whatsapp{background:#e5f7ed!important;color:#137c4e!important;border:1px solid #b9dfcc}

/* Hotel partner area */
.mtravel-hotel-partner-login,.mtravel-hotel-portal-shell{width:min(100% - 32px,1180px);margin:0 auto;padding:64px 0 90px}
.mtravel-hotel-partner-hero{max-width:880px;margin-bottom:28px}
.mtravel-hotel-partner-hero h1{font-size:clamp(2.35rem,5vw,4.8rem)}
.mtravel-hotel-fee-banner{margin:0 0 28px}
.mtravel-hotel-owner-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:24px 0 42px;padding:22px 24px;border:1px solid #cfddd7;border-radius:20px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-hotel-owner-cta>div{display:flex;align-items:center;gap:15px}.mtravel-hotel-owner-cta .mtravel-icon{width:34px;height:34px;color:var(--mt-action)}
.mtravel-hotel-owner-cta span{display:grid;gap:3px}.mtravel-hotel-owner-cta strong{font-size:1.08rem}.mtravel-hotel-owner-cta small{color:var(--mt-text-soft)}
.mtravel-hotel-portal-title{margin-bottom:25px}

/* Car-rental catalogue */
.mtravel-car-rental-intro{padding:78px 0;background:linear-gradient(135deg,#eaf5f1,#fff 65%);border-bottom:1px solid #d9e5e0;color:var(--mt-text)}
.mtravel-car-rental-intro .mtravel-container{max-width:920px;text-align:center}
.mtravel-car-rental-intro h1{font-size:clamp(2.55rem,6vw,5.4rem)}
.mtravel-car-rental-intro p{max-width:780px;margin:0 auto 28px;color:var(--mt-text-soft);font-size:1.12rem}
.mtravel-car-rental-intro__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.mtravel-vehicle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.mtravel-vehicle-card{overflow:hidden;border:1px solid #d8e4df;border-radius:22px;background:#fff;box-shadow:var(--mt-shadow-sm)}
.mtravel-vehicle-card__media{position:relative;display:flex;height:245px;align-items:center;justify-content:center;background:#eaf3ef center/cover no-repeat}
.mtravel-vehicle-placeholder{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--mt-action)}
.mtravel-vehicle-placeholder .mtravel-icon{width:58px;height:58px}.mtravel-vehicle-placeholder strong{color:var(--mt-action-hover)!important}
.mtravel-vehicle-status{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:#fff;color:#073e34;font-size:.72rem;font-weight:850;box-shadow:0 5px 16px rgba(0,0,0,.14)}
.mtravel-vehicle-status--unavailable{background:#7b2525;color:#fff}.mtravel-vehicle-status--limited{background:#edb14e;color:#13231f}
.mtravel-vehicle-card__body{padding:23px}.mtravel-vehicle-card__body h2{font-size:1.42rem}.mtravel-vehicle-card__facts{display:flex;flex-wrap:wrap;gap:9px 15px;margin:18px 0;color:#415a52;font-size:.84rem;font-weight:750}.mtravel-vehicle-card__facts span{display:flex;align-items:center;gap:6px}.mtravel-vehicle-card__facts .mtravel-icon{width:17px;height:17px}
.mtravel-vehicle-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:17px;border-top:1px solid #e0e8e4}.mtravel-vehicle-card__footer>strong{color:#073e34;font-size:1.05rem}
.mtravel-car-request-card{padding:clamp(24px,5vw,46px);border:1px solid #d3e0db;border-radius:26px;background:#fff;box-shadow:var(--mt-shadow)}
.mtravel-car-request-card__intro{max-width:780px;margin-bottom:25px}.mtravel-car-request-card__intro h2{margin-bottom:10px}
.mtravel-vehicle-single__hero{padding:72px 0;background:#f1f6f4}.mtravel-vehicle-single__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.8fr);align-items:center;gap:48px}.mtravel-vehicle-single__media{display:flex;min-height:520px;align-items:center;justify-content:center;border-radius:28px;background:#dfeae5 center/cover no-repeat;box-shadow:var(--mt-shadow)}
.mtravel-vehicle-single__summary p{color:var(--mt-text-soft);font-size:1.08rem}.mtravel-vehicle-single__price{display:grid;gap:4px;margin:24px 0}.mtravel-vehicle-single__price strong{color:#073e34;font-size:1.7rem}.mtravel-vehicle-single__price span{color:var(--mt-text-soft)}
.mtravel-vehicle-details-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:50px}.mtravel-vehicle-facts{padding:26px;border:1px solid #d7e3de;border-radius:22px;background:#fff;box-shadow:var(--mt-shadow-sm)}.mtravel-vehicle-facts p{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin:0;padding:12px 0;border-bottom:1px solid #e4ebe8}.mtravel-vehicle-facts p:last-child{border-bottom:0}.mtravel-vehicle-facts span{color:#52675f}.mtravel-vehicle-facts strong{text-align:right;color:#15251f}

/* Responsive app behaviour */
@media (max-width:1100px){
  .mtravel-vehicle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mtravel-vehicle-single__grid{grid-template-columns:1fr;gap:30px}.mtravel-vehicle-single__media{min-height:460px}
  .mtravel-vehicle-details-layout{grid-template-columns:1fr}.mtravel-vehicle-facts{max-width:none}
}
@media (max-width:900px){
  body.mtravel-theme .mtravel-navbar-wrap{position:sticky;top:0}
  body.admin-bar.mtravel-theme .mtravel-navbar-wrap{top:32px}
  body.mtravel-theme .mtravel-navigation-panel{position:fixed!important;z-index:9997;inset:72px 10px 82px!important;display:none!important;max-height:none!important;padding:16px!important;overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:20px!important;background:#fff!important;color:var(--mt-text)!important}
  body.mtravel-theme .mtravel-navigation-panel.is-open{display:flex!important}
  body.mtravel-theme .mtravel-menu>li>a{min-height:48px;display:flex;align-items:center;padding:12px 14px!important;border-bottom:1px solid #e6ece9;color:#17251f!important;font-size:1rem}
  body.mtravel-theme .mtravel-menu .sub-menu{margin:0 0 7px 13px!important;padding:4px 0 4px 11px!important;border-left:2px solid #c8d9d2!important;background:#fff!important}
  body.mtravel-theme .mtravel-menu .sub-menu a{min-height:44px;display:flex;align-items:center;color:#254139!important}
  body.mtravel-theme .mtravel-nav-actions{display:grid;grid-template-columns:48px 48px minmax(0,1fr);gap:9px;position:sticky;bottom:0;padding-top:12px;background:#fff}
  body.mtravel-theme .mtravel-nav-actions .mtravel-button{width:100%;padding-inline:13px}
  .mtravel-hotel-owner-cta{align-items:flex-start;flex-direction:column}.mtravel-hotel-owner-cta .mtravel-button{width:100%}
}
@media (max-width:782px){body.admin-bar.mtravel-theme .mtravel-navbar-wrap{top:46px}}
@media (max-width:680px){
  html{scroll-padding-top:82px}
  body.mtravel-theme{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  body.mtravel-theme .mtravel-container{width:min(calc(100% - 24px),var(--mt-container))}
  body.mtravel-theme .mtravel-section{padding:58px 0}
  body.mtravel-theme h1{font-size:clamp(2.15rem,11vw,3.2rem)}
  body.mtravel-theme h2{font-size:clamp(1.7rem,8vw,2.35rem)}
  body.mtravel-theme h3{font-size:1.28rem}
  body.mtravel-theme .mtravel-section-head{gap:14px;margin-bottom:26px}
  body.mtravel-theme .mtravel-section-head>.mtravel-button{width:100%}
  body.mtravel-theme .mtravel-navbar{min-height:70px;gap:10px}
  body.mtravel-theme .mtravel-brand img,body.mtravel-theme .mtravel-brand .custom-logo{max-width:174px;max-height:48px}
  body.mtravel-theme .mtravel-menu-toggle{display:grid;width:46px;height:46px;place-items:center;padding:0;border-radius:13px}
  body.mtravel-theme .mtravel-navigation-panel{inset:70px 8px calc(77px + env(safe-area-inset-bottom))!important}
  body.mtravel-theme .mtravel-hero{padding:42px 0 52px}
  body.mtravel-theme .mtravel-hero__grid{gap:29px}
  body.mtravel-theme .mtravel-hero__actions{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-hero-card{padding:18px;border-radius:20px}
  body.mtravel-theme .mtravel-tour-card__media,body.mtravel-theme .mtravel-vehicle-card__media{height:220px}
  body.mtravel-theme .mtravel-auth-card,
  body.mtravel-theme .mtravel-dashboard-section,
  body.mtravel-theme .mtravel-account-order,
  body.mtravel-theme .mtravel-booking-card,
  body.mtravel-theme .mtravel-commerce-card,
  body.mtravel-theme .mtravel-listing-form,
  body.mtravel-theme .mtravel-vip-booking,
  body.mtravel-theme .mtravel-car-request-card{padding:18px!important;border-radius:18px}
  body.mtravel-theme .mtravel-form-grid{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}
  body.mtravel-theme .mtravel-field--full{grid-column:auto!important}
  body.mtravel-theme .mtravel-form-actions{display:grid!important;grid-template-columns:1fr!important}
  body.mtravel-theme .mtravel-form-actions .mtravel-button{width:100%}
  body.mtravel-theme .mtravel-button{width:100%;white-space:normal;text-align:center;line-height:1.25}
  body.mtravel-theme .mtravel-app-dock{right:6px;bottom:calc(6px + env(safe-area-inset-bottom));left:6px;min-height:64px;border-radius:18px}
  body.mtravel-theme .mtravel-app-dock a{min-width:0;padding:5px 2px;font-size:.61rem;line-height:1.1;text-align:center}
  body.mtravel-theme .mtravel-app-dock span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  body.mtravel-theme .mtravel-floating{bottom:calc(82px + env(safe-area-inset-bottom))}
  body.mtravel-theme .mtravel-floating--whatsapp{left:9px}.mtravel-floating--email{right:9px}
  body.mtravel-theme .mtravel-install-modal{align-items:end;padding:9px}
  body.mtravel-theme .mtravel-install-modal__dialog{width:100%;padding:28px 18px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 16px 16px}
  .mtravel-hotel-partner-login,.mtravel-hotel-portal-shell{width:min(100% - 24px,1180px);padding:42px 0 88px}
  .mtravel-hotel-partner-hero h1,.mtravel-car-rental-intro h1{font-size:clamp(2.2rem,12vw,3.25rem)}
  .mtravel-hotel-owner-cta{margin:18px 0 30px;padding:18px}
  .mtravel-hotel-owner-cta>div{align-items:flex-start}
  .mtravel-vehicle-grid{grid-template-columns:1fr;gap:18px}
  .mtravel-vehicle-card__footer{align-items:flex-start;flex-direction:column}.mtravel-vehicle-card__footer .mtravel-button{width:100%}
  .mtravel-car-rental-intro{padding:52px 0}.mtravel-car-rental-intro__actions{display:grid;grid-template-columns:1fr;width:100%}
  .mtravel-vehicle-single__hero{padding:42px 0}.mtravel-vehicle-single__media{min-height:300px;border-radius:20px}
  .mtravel-vehicle-facts p{align-items:flex-start;flex-direction:column;gap:3px}.mtravel-vehicle-facts strong{text-align:left}
  body.mtravel-theme table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
  body.mtravel-theme .elfsight-app-af27ce91-4a28-428b-880c-d73b080200cb{max-width:100%;overflow:hidden}
}
@media (max-width:390px){
  body.mtravel-theme .mtravel-brand img,body.mtravel-theme .mtravel-brand .custom-logo{max-width:148px}
  body.mtravel-theme .mtravel-app-dock a{font-size:.56rem}
  body.mtravel-theme .mtravel-app-dock .mtravel-icon{width:18px;height:18px}
  body.mtravel-theme .mtravel-nav-actions{grid-template-columns:44px 44px minmax(0,1fr)}
}
@supports(padding:max(0px)){
  body.mtravel-theme .mtravel-footer{padding-bottom:max(90px,calc(70px + env(safe-area-inset-bottom)))}
}

/* Light cards nested inside dark sections must remain dark-on-light. */
body.mtravel-theme .mtravel-hero .mtravel-hero-card,
body.mtravel-theme .mtravel-hero .mtravel-hero-card :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label),
body.mtravel-theme .mtravel-section--dark :where(.mtravel-card,.mtravel-auth-card,.mtravel-dashboard-section,.mtravel-booking-card,.mtravel-commerce-card,.mtravel-car-request-card,.mtravel-vehicle-card),
body.mtravel-theme .mtravel-section--dark :where(.mtravel-card,.mtravel-auth-card,.mtravel-dashboard-section,.mtravel-booking-card,.mtravel-commerce-card,.mtravel-car-request-card,.mtravel-vehicle-card) :where(h1,h2,h3,h4,h5,h6,p,li,a,strong,span,label){
  color:var(--mt-text)!important;
}
body.mtravel-theme .mtravel-hero .mtravel-hero-card p,
body.mtravel-theme .mtravel-section--dark :where(.mtravel-card,.mtravel-auth-card,.mtravel-dashboard-section,.mtravel-booking-card,.mtravel-commerce-card,.mtravel-car-request-card,.mtravel-vehicle-card) p{color:var(--mt-text-soft)!important}
html.mtravel-menu-open,html.mtravel-menu-open body{overflow:hidden}

/* ==============================================================
   M Travel v4.5 — Hotels, Car Rental and Blog Master Linking
   ============================================================== */
.mtravel-stay-move__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
.mtravel-stay-move__card{display:grid;grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr);overflow:hidden;border:1px solid #d7e3de;border-radius:26px;background:#fff;box-shadow:var(--mt-shadow-sm);color:var(--mt-text)}
.mtravel-stay-move__visual{position:relative;display:flex;min-height:390px;align-items:flex-end;padding:24px;background:#dfeae5 center/cover no-repeat}
.mtravel-stay-move__visual:before{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(5,44,39,.05),rgba(5,44,39,.72))}
.mtravel-stay-move__visual>span{position:relative;display:grid;width:58px;height:58px;place-items:center;border-radius:18px;background:#fff;color:var(--mt-action);box-shadow:0 12px 28px rgba(0,0,0,.2)}
.mtravel-stay-move__visual .mtravel-icon{width:30px;height:30px}
.mtravel-stay-move__body{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:32px}
.mtravel-stay-move__label{display:inline-flex;margin-bottom:11px;padding:6px 10px;border-radius:999px;background:#eaf5f1;color:#075143;font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.mtravel-stay-move__body h3{margin-bottom:12px;font-size:clamp(1.45rem,2.4vw,2rem)}
.mtravel-stay-move__body p{color:var(--mt-text-soft)}
.mtravel-stay-move__body small{display:block;margin-top:16px;color:#52675f;font-size:.76rem;line-height:1.55}
.mtravel-stay-move__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.mtravel-stay-move__actions .mtravel-button{min-height:46px;padding:11px 17px;font-size:.78rem}

.mtravel-blog-network{padding:92px 0;background:#eef5f1;color:var(--mt-text)}
.mtravel-blog-network--compact{padding:64px 0;border-top:1px solid #d7e3de;background:#f7faf8}
.mtravel-blog-network__head{margin-bottom:32px}
.mtravel-blog-network__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.mtravel-blog-network--compact .mtravel-blog-network__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.mtravel-blog-network__card{display:flex;min-height:220px;align-items:flex-start;flex-direction:column;padding:25px;border:1px solid #d4e1dc;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(7,62,52,.06);transition:transform .22s ease,box-shadow .22s ease}
.mtravel-blog-network__card:hover{transform:translateY(-4px);box-shadow:var(--mt-shadow-sm)}
.mtravel-blog-network__card>span{display:inline-flex;margin-bottom:15px;color:#9b5d13;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mtravel-blog-network__card h3{margin-bottom:20px;font-size:1.22rem;line-height:1.28}
.mtravel-blog-network__card h3 a{color:#13231f}
.mtravel-blog-network__read{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#075143;font-size:.78rem;font-weight:850}
.mtravel-blog-network__read .mtravel-icon{width:17px;height:17px}

.mtravel-related-reading{clear:both;margin:46px 0 8px;padding:28px;border:1px solid #d2e0da;border-radius:22px;background:#f2f7f4;color:var(--mt-text)}
.mtravel-related-reading__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.mtravel-related-reading__head span{display:block;margin-bottom:5px;color:#9b5d13;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.mtravel-related-reading__head h2{margin:0;font-size:1.55rem}
.mtravel-related-reading__head>a{display:inline-flex;align-items:center;gap:7px;color:#075143;font-size:.8rem;font-weight:850;white-space:nowrap}
.mtravel-related-reading__head .mtravel-icon,.mtravel-related-reading li .mtravel-icon{width:17px;height:17px}
.mtravel-related-reading ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
.mtravel-related-reading li a{display:flex;height:100%;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border:1px solid #d6e2dd;border-radius:14px;background:#fff;color:#19352d;font-size:.86rem;font-weight:800;line-height:1.4}
.mtravel-related-reading li a:hover{border-color:#9dbbb0;background:#e8f3ee;color:#073e34}

/* The menu control must remain available throughout all tablet/mobile widths. */
@media (max-width:900px){
  body.mtravel-theme .mtravel-menu-toggle{display:grid!important;width:46px;height:46px;place-items:center;padding:0;border-radius:13px}
  .mtravel-stay-move__grid{grid-template-columns:1fr}
  .mtravel-stay-move__card{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr)}
  .mtravel-blog-network__grid,.mtravel-blog-network--compact .mtravel-blog-network__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mtravel-related-reading ul{grid-template-columns:1fr}
}
@media (max-width:680px){
  .mtravel-stay-move__card{grid-template-columns:1fr}
  .mtravel-stay-move__visual{min-height:220px}
  .mtravel-stay-move__body{padding:22px}
  .mtravel-stay-move__actions{display:grid;grid-template-columns:1fr;width:100%}
  .mtravel-blog-network,.mtravel-blog-network--compact{padding:58px 0}
  .mtravel-blog-network__grid,.mtravel-blog-network--compact .mtravel-blog-network__grid{grid-template-columns:1fr;gap:14px}
  .mtravel-blog-network__card{min-height:190px;padding:21px}
  .mtravel-related-reading{margin-top:34px;padding:19px;border-radius:18px}
  .mtravel-related-reading__head{align-items:flex-start;flex-direction:column}
  .mtravel-related-reading__head>a{width:100%;justify-content:space-between;padding:11px 13px;border:1px solid #bfd2ca;border-radius:12px;background:#fff}
}

/* ================================================================
   M Travel 4.6 — Burundi Attractions and blog-photo network
   ================================================================ */
body.mtravel-theme .mtravel-home-attractions{background:#f7faf8;color:var(--mt-text)}
body.mtravel-theme .mtravel-attraction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
body.mtravel-theme .mtravel-attraction-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}
body.mtravel-theme .mtravel-attraction-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}
body.mtravel-theme .mtravel-attraction-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid #d5e2dc;border-radius:24px;background:#fff;color:#14251f;box-shadow:0 10px 30px rgba(7,62,52,.08);transition:transform .22s ease,box-shadow .22s ease}
body.mtravel-theme .mtravel-attraction-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(7,62,52,.14)}
body.mtravel-theme .mtravel-attraction-card__image{position:relative;display:block;overflow:hidden;aspect-ratio:16/10;background:#dce9e3}
body.mtravel-theme .mtravel-attraction-card__image:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(3,31,27,0) 45%,rgba(3,31,27,.68) 100%);pointer-events:none}
body.mtravel-theme .mtravel-attraction-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
body.mtravel-theme .mtravel-attraction-card:hover .mtravel-attraction-card__image img{transform:scale(1.045)}
body.mtravel-theme .mtravel-attraction-card__badge{position:absolute;z-index:2;top:17px;left:17px;max-width:calc(100% - 34px);padding:7px 11px;border-radius:999px;background:#fff;color:#075143;font-size:.68rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 8px 24px rgba(0,0,0,.13)}
body.mtravel-theme .mtravel-attraction-card__source{position:absolute;z-index:2;right:14px;bottom:12px;padding:5px 8px;border-radius:8px;background:rgba(3,31,27,.78);color:#fff;font-size:.6rem;font-weight:800;letter-spacing:.04em}
body.mtravel-theme .mtravel-attraction-card__body{display:flex;flex:1;align-items:flex-start;flex-direction:column;padding:25px}
body.mtravel-theme .mtravel-attraction-card__location{display:flex;align-items:flex-start;gap:7px;margin-bottom:12px;color:#5c6e67;font-size:.72rem;font-weight:750;line-height:1.4}
body.mtravel-theme .mtravel-attraction-card__location .mtravel-icon{width:15px;height:15px;margin-top:1px;color:#a76718}
body.mtravel-theme .mtravel-attraction-card h3{margin-bottom:11px;font-size:1.55rem;line-height:1.15}
body.mtravel-theme .mtravel-attraction-card h3 a{color:#13231f}
body.mtravel-theme .mtravel-attraction-card p{display:-webkit-box;overflow:hidden;margin-bottom:20px;color:#53665e;font-size:.93rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:4}
body.mtravel-theme .mtravel-attraction-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#075143;font-size:.79rem;font-weight:900}
body.mtravel-theme .mtravel-attraction-card__link .mtravel-icon{width:17px;height:17px}
body.mtravel-theme .mtravel-attraction-card--compact .mtravel-attraction-card__body{padding:22px}
body.mtravel-theme .mtravel-attraction-card--compact h3{font-size:1.38rem}
body.mtravel-theme .mtravel-attraction-card--compact p{-webkit-line-clamp:3}

body.mtravel-theme .mtravel-attractions-hero{position:relative;isolation:isolate;padding:118px 0 104px;overflow:hidden;background:linear-gradient(120deg,#063e34,#0c6653);color:#fff}
body.mtravel-theme .mtravel-attractions-hero:before{position:absolute;z-index:-1;inset:0;content:"";background:radial-gradient(circle at 82% 24%,rgba(235,174,81,.26),transparent 29%),radial-gradient(circle at 10% 88%,rgba(255,255,255,.1),transparent 28%)}
body.mtravel-theme .mtravel-attractions-hero .mtravel-container{max-width:980px;margin-left:max(20px,calc((100vw - var(--mt-container))/2))}
body.mtravel-theme .mtravel-attractions-hero .mtravel-section-kicker{color:#f2bd6c}
body.mtravel-theme .mtravel-attractions-hero h1{max-width:920px;color:#fff;font-size:clamp(2.65rem,5.7vw,5.2rem)}
body.mtravel-theme .mtravel-attractions-hero p{max-width:790px;color:rgba(255,255,255,.84);font-size:1.12rem;line-height:1.75}
body.mtravel-theme .mtravel-attractions-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
body.mtravel-theme .mtravel-attractions-index{background:#fff}
body.mtravel-theme .mtravel-attraction-planning-band{display:flex;align-items:center;justify-content:space-between;gap:34px}
body.mtravel-theme .mtravel-attraction-planning-band>div{max-width:790px}
body.mtravel-theme .mtravel-attraction-planning-band p{color:#52665e;font-size:1.04rem}

body.mtravel-theme .mtravel-attraction-single-hero{position:relative;isolation:isolate;display:flex;min-height:700px;align-items:flex-end;overflow:hidden;background:#052f28;color:#fff}
body.mtravel-theme .mtravel-attraction-single-hero__image,body.mtravel-theme .mtravel-attraction-single-hero__overlay{position:absolute;z-index:-2;inset:0}
body.mtravel-theme .mtravel-attraction-single-hero__image img{width:100%;height:100%;object-fit:cover}
body.mtravel-theme .mtravel-attraction-single-hero__overlay{z-index:-1;background:linear-gradient(90deg,rgba(2,28,24,.92) 0%,rgba(2,28,24,.76) 48%,rgba(2,28,24,.24) 100%),linear-gradient(0deg,rgba(2,28,24,.8),transparent 46%)}
body.mtravel-theme .mtravel-attraction-single-hero__content{padding-top:130px;padding-bottom:84px}
body.mtravel-theme .mtravel-attraction-single-hero__content>*{max-width:850px}
body.mtravel-theme .mtravel-attraction-single-hero h1{color:#fff;font-size:clamp(3rem,6.4vw,6rem)}
body.mtravel-theme .mtravel-attraction-single-hero__content>p{color:rgba(255,255,255,.86);font-size:1.15rem;line-height:1.75}
body.mtravel-theme .mtravel-attraction-back{display:inline-flex;align-items:center;gap:9px;margin-bottom:32px;color:#fff;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
body.mtravel-theme .mtravel-attraction-back .mtravel-icon{width:17px;height:17px;transform:rotate(180deg)}
body.mtravel-theme .mtravel-attraction-single-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
body.mtravel-theme .mtravel-attraction-photo-credit{display:block;margin-top:18px;color:rgba(255,255,255,.68);font-size:.68rem}
body.mtravel-theme .mtravel-attraction-facts-wrap{position:relative;z-index:4;margin-top:-34px}
body.mtravel-theme .mtravel-attraction-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #d4e1db;border-radius:24px;background:#fff;box-shadow:0 18px 46px rgba(5,44,39,.14)}
body.mtravel-theme .mtravel-attraction-facts article{display:flex;min-width:0;align-items:flex-start;gap:14px;padding:25px;border-right:1px solid #e0e9e5;color:#14251f}
body.mtravel-theme .mtravel-attraction-facts article:last-child{border-right:0}
body.mtravel-theme .mtravel-attraction-facts article>span{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:14px;background:#e8f3ef;color:#075143}
body.mtravel-theme .mtravel-attraction-facts article>span .mtravel-icon{width:21px;height:21px}
body.mtravel-theme .mtravel-attraction-facts small{display:block;margin-bottom:5px;color:#9b5d13;font-size:.65rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
body.mtravel-theme .mtravel-attraction-facts strong{display:block;color:#21342d;font-size:.8rem;line-height:1.48}
body.mtravel-theme .mtravel-attraction-single-body{padding-top:86px}
body.mtravel-theme .mtravel-attraction-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:54px;align-items:start}
body.mtravel-theme .mtravel-attraction-content{max-width:850px;color:#263a33;font-size:1.02rem;line-height:1.82}
body.mtravel-theme .mtravel-attraction-content h2{margin-top:2.05em;margin-bottom:.7em;color:#102c24;font-size:clamp(1.8rem,3.2vw,2.65rem)}
body.mtravel-theme .mtravel-attraction-content h3{color:#16382e}
body.mtravel-theme .mtravel-attraction-content ul{margin:0 0 1.7em;padding-left:1.25em}
body.mtravel-theme .mtravel-attraction-content li{margin:.55em 0;padding-left:.3em}
body.mtravel-theme .mtravel-attraction-lead{padding:24px 26px;border-left:5px solid #d79a40;border-radius:0 18px 18px 0;background:#f4f8f6;color:#173d32;font-size:1.18rem;font-weight:700;line-height:1.72}
body.mtravel-theme .mtravel-attraction-route-content{display:grid;gap:14px;margin:28px 0 42px}
body.mtravel-theme .mtravel-attraction-route-content section{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;padding:22px;border:1px solid #d8e4df;border-radius:18px;background:#fbfdfc}
body.mtravel-theme .mtravel-attraction-route-content section>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#075143;color:#fff;font-size:.75rem;font-weight:900}
body.mtravel-theme .mtravel-attraction-route-content h3{margin:0 0 5px;font-size:1.2rem}
body.mtravel-theme .mtravel-attraction-route-content p{margin:0;color:#586a63;font-size:.94rem}
body.mtravel-theme .mtravel-attraction-faq-content{display:grid;gap:11px;margin-bottom:38px}
body.mtravel-theme .mtravel-attraction-faq-content details{border:1px solid #d7e3de;border-radius:16px;background:#fff}
body.mtravel-theme .mtravel-attraction-faq-content summary{padding:18px 20px;color:#17372e;font-weight:850;cursor:pointer}
body.mtravel-theme .mtravel-attraction-faq-content details p{padding:0 20px 19px;margin:0;color:#596b64}
body.mtravel-theme .mtravel-attraction-source-note{margin-top:36px;padding:25px;border-radius:20px;background:#073e34;color:#fff}
body.mtravel-theme .mtravel-attraction-source-note strong{font-size:1.12rem}
body.mtravel-theme .mtravel-attraction-source-note p{color:rgba(255,255,255,.82)}
body.mtravel-theme .mtravel-attraction-source-note a{color:#f1bd6d;font-weight:850;text-decoration:underline;text-underline-offset:4px}
body.mtravel-theme .mtravel-attraction-sidebar{position:sticky;top:120px;display:grid;gap:20px}
body.mtravel-theme .mtravel-attraction-book-card,body.mtravel-theme .mtravel-attraction-reading{padding:28px;border:1px solid #d6e2dd;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(7,62,52,.09)}
body.mtravel-theme .mtravel-attraction-book-card h2,body.mtravel-theme .mtravel-attraction-reading h2{font-size:1.65rem}
body.mtravel-theme .mtravel-attraction-book-card p{color:#586a63;line-height:1.7}
body.mtravel-theme .mtravel-attraction-book-card .mtravel-button+.mtravel-button{margin-top:10px}
body.mtravel-theme .mtravel-attraction-reading ul{display:grid;gap:0;margin:0;padding:0;list-style:none}
body.mtravel-theme .mtravel-attraction-reading li+li{border-top:1px solid #e1e9e5}
body.mtravel-theme .mtravel-attraction-reading a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;color:#17372e;font-size:.82rem;font-weight:820;line-height:1.4}
body.mtravel-theme .mtravel-attraction-reading .mtravel-icon{width:16px;height:16px;flex:0 0 16px;color:#a76718}
body.mtravel-theme .mtravel-nearby-attractions{border-top:1px solid #dce6e1}

@media(max-width:1100px){
  body.mtravel-theme .mtravel-attraction-grid,body.mtravel-theme .mtravel-attraction-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-attraction-facts{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-attraction-facts article:nth-child(2){border-right:0}
  body.mtravel-theme .mtravel-attraction-facts article:nth-child(-n+2){border-bottom:1px solid #e0e9e5}
  body.mtravel-theme .mtravel-attraction-single-grid{grid-template-columns:minmax(0,1fr) 330px;gap:35px}
}
@media(max-width:900px){
  body.mtravel-theme .mtravel-attractions-hero{padding:88px 0 82px}
  body.mtravel-theme .mtravel-attractions-hero .mtravel-container{margin-inline:auto}
  body.mtravel-theme .mtravel-attraction-single-hero{min-height:620px}
  body.mtravel-theme .mtravel-attraction-single-hero__content{padding-top:100px;padding-bottom:72px}
  body.mtravel-theme .mtravel-attraction-single-hero__overlay{background:linear-gradient(0deg,rgba(2,28,24,.93) 0%,rgba(2,28,24,.64) 70%,rgba(2,28,24,.35) 100%)}
  body.mtravel-theme .mtravel-attraction-single-grid{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-attraction-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-attraction-planning-band{align-items:flex-start;flex-direction:column}
}
@media(max-width:680px){
  body.mtravel-theme .mtravel-attraction-grid,body.mtravel-theme .mtravel-attraction-grid--home,body.mtravel-theme .mtravel-attraction-grid--related{grid-template-columns:1fr;gap:16px}
  body.mtravel-theme .mtravel-attraction-card{border-radius:20px}
  body.mtravel-theme .mtravel-attraction-card__body{padding:21px}
  body.mtravel-theme .mtravel-attraction-card__image{aspect-ratio:16/10}
  body.mtravel-theme .mtravel-attractions-hero{padding:72px 0 70px}
  body.mtravel-theme .mtravel-attractions-hero h1{font-size:clamp(2.4rem,12vw,3.45rem)}
  body.mtravel-theme .mtravel-attractions-hero p{font-size:1rem}
  body.mtravel-theme .mtravel-attractions-hero__actions,body.mtravel-theme .mtravel-attraction-single-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
  body.mtravel-theme .mtravel-attraction-single-hero{min-height:680px}
  body.mtravel-theme .mtravel-attraction-single-hero__content{padding-top:94px;padding-bottom:66px}
  body.mtravel-theme .mtravel-attraction-single-hero h1{font-size:clamp(2.6rem,13vw,4.1rem)}
  body.mtravel-theme .mtravel-attraction-single-hero__content>p{font-size:1rem}
  body.mtravel-theme .mtravel-attraction-facts-wrap{margin-top:0;padding:16px 0;background:#eef5f1}
  body.mtravel-theme .mtravel-attraction-facts{grid-template-columns:1fr;border-radius:20px}
  body.mtravel-theme .mtravel-attraction-facts article,body.mtravel-theme .mtravel-attraction-facts article:nth-child(2){border-right:0;border-bottom:1px solid #e0e9e5}
  body.mtravel-theme .mtravel-attraction-facts article:last-child{border-bottom:0}
  body.mtravel-theme .mtravel-attraction-single-body{padding-top:58px}
  body.mtravel-theme .mtravel-attraction-sidebar{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-attraction-lead{padding:20px;border-left-width:4px;font-size:1.05rem}
  body.mtravel-theme .mtravel-attraction-route-content section{grid-template-columns:44px minmax(0,1fr);gap:14px;padding:18px}
  body.mtravel-theme .mtravel-attraction-route-content section>span{width:42px;height:42px}
}


/* ==================================================================
   M Travel 4.7 — final contrast repair and polished mobile utility bar
   ================================================================== */

/* Dark reservation header: keep every heading and helper line readable. */
body.mtravel-theme .mtravel-commerce-card__head{
  background:#052c27!important;
  color:#fff!important;
}
body.mtravel-theme .mtravel-commerce-card__head :where(h1,h2,h3,h4,p,span,strong,small,em,a,svg){
  color:#fff!important;
}
body.mtravel-theme .mtravel-commerce-card__head>p{color:rgba(255,255,255,.78)!important}
body.mtravel-theme .mtravel-commerce-card__head .mtravel-commerce-duration{
  border-color:rgba(255,255,255,.38)!important;
  background:rgba(255,255,255,.10)!important;
}
body.mtravel-theme .mtravel-commerce-card__head .mtravel-commerce-duration span{color:rgba(255,255,255,.78)!important}
body.mtravel-theme .mtravel-commerce-card__head .mtravel-commerce-duration small{color:#f4c36e!important}

/* White duration panel inside the dark tour hero: force dark-on-light text. */
body.mtravel-theme .mtravel-tour-hero .mtravel-tour-duration-spotlight{
  border-color:rgba(255,255,255,.55)!important;
  border-left-color:var(--mt-gold)!important;
  background:#fff!important;
  color:#052c27!important;
}
body.mtravel-theme .mtravel-tour-hero .mtravel-tour-duration-spotlight span{color:#526a62!important}
body.mtravel-theme .mtravel-tour-hero .mtravel-tour-duration-spotlight strong{color:#052c27!important}
body.mtravel-theme .mtravel-tour-hero .mtravel-tour-duration-spotlight small{color:#a65f15!important}

/* The duration fact is intentionally dark. This must come after generic card rules. */
body.mtravel-theme .mtravel-tour-fact.mtravel-tour-fact--duration{
  border-color:#0b5d4a!important;
  border-left:6px solid var(--mt-gold)!important;
  background:#052c27!important;
  color:#fff!important;
}
body.mtravel-theme .mtravel-tour-fact.mtravel-tour-fact--duration :where(span,strong,small){color:#fff!important}

/* Repair outline buttons that inherited white text from dark sections. */
body.mtravel-theme .mtravel-button--outline,
body.mtravel-theme a.mtravel-button--outline,
body.mtravel-theme button.mtravel-button--outline{
  border-color:#0b5d4a!important;
  background:#fff!important;
  color:#073e34!important;
}
body.mtravel-theme .mtravel-button--outline :where(span,strong,svg){color:inherit!important}
body.mtravel-theme .mtravel-button--outline:hover,
body.mtravel-theme .mtravel-button--outline:focus-visible{
  border-color:#073e34!important;
  background:#eaf5f1!important;
  color:#073e34!important;
}

/* Light dropdown inside the dark utility bar must not become white-on-white. */
body.mtravel-theme .mtravel-topbar .mtravel-language-switcher__menu{
  background:#fff!important;
  color:#17251f!important;
}
body.mtravel-theme .mtravel-topbar .mtravel-language-switcher__menu :where(a,span,strong){color:#17251f!important}
body.mtravel-theme .mtravel-topbar .mtravel-language-switcher__menu a:hover,
body.mtravel-theme .mtravel-topbar .mtravel-language-switcher__menu a[aria-current=true]{
  background:#eaf5f1!important;
  color:#073e34!important;
}

/* Gold visa chip deliberately uses dark text, even though it sits in the dark top bar. */
body.mtravel-theme .mtravel-topbar .mtravel-topbar__visa,
body.mtravel-theme .mtravel-topbar .mtravel-topbar__visa :where(span,svg){color:#17352d!important}

/* WhatsApp is recognisable by its own icon and brand treatment. */
body.mtravel-theme .mtravel-topbar__whatsapp .mtravel-icon,
body.mtravel-theme .mtravel-nav-whatsapp .mtravel-icon,
body.mtravel-theme .mtravel-floating--whatsapp .mtravel-icon{stroke-width:1.9}
body.mtravel-theme .mtravel-nav-whatsapp{
  background:#e7f9ee!important;
  color:#087a45!important;
  border-color:#a9ddc0!important;
}

@media (max-width:680px){
  body.mtravel-theme .mtravel-topbar{font-size:.68rem}
  body.mtravel-theme .mtravel-topbar__commerce{
    grid-template-columns:42px minmax(0,1fr) 46px!important;
    min-height:48px;
    gap:6px!important;
    padding:4px 8px!important;
  }
  body.mtravel-theme .mtravel-topbar__left{justify-content:flex-start;min-width:0}
  body.mtravel-theme .mtravel-topbar__whatsapp{
    display:grid!important;
    width:38px;
    height:38px;
    min-width:38px;
    place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.26);
    border-radius:12px;
    background:#1fba66;
    color:#fff!important;
    box-shadow:0 6px 15px rgba(0,0,0,.16);
  }
  body.mtravel-theme .mtravel-topbar__whatsapp:hover{background:#179652;color:#fff!important}
  body.mtravel-theme .mtravel-topbar__whatsapp .mtravel-icon{width:21px;height:21px;color:#fff!important}
  body.mtravel-theme .mtravel-topbar__whatsapp strong,
  body.mtravel-theme .mtravel-topbar__whatsapp-number{display:none!important}

  body.mtravel-theme .mtravel-topbar__center{
    display:grid;
    min-width:0;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center;
    gap:5px;
  }
  body.mtravel-theme .mtravel-topbar__payment{
    min-width:0;
    min-height:34px;
    padding:5px 7px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:10px;
    background:rgba(255,255,255,.06);
    font-size:.56rem!important;
    line-height:1.15!important;
  }
  body.mtravel-theme .mtravel-topbar__payment span{
    display:block!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.mtravel-theme .mtravel-topbar__visa{
    min-height:34px;
    max-width:106px;
    gap:4px;
    padding:4px 7px!important;
    border:0!important;
    border-radius:10px;
    font-size:.55rem!important;
    line-height:1.08;
    white-space:normal!important;
    text-align:center;
    box-shadow:0 5px 13px rgba(0,0,0,.14);
  }
  body.mtravel-theme .mtravel-topbar__visa .mtravel-icon{width:13px;height:13px;flex:0 0 13px}
  body.mtravel-theme .mtravel-topbar__visa-label{
    display:-webkit-box!important;
    overflow:hidden!important;
    max-width:76px!important;
    white-space:normal!important;
    text-overflow:ellipsis!important;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  body.mtravel-theme .mtravel-topbar__right{justify-content:flex-end;min-width:0}
  body.mtravel-theme .mtravel-language-switcher__toggle{
    width:42px;
    min-width:42px;
    height:36px;
    gap:3px;
    padding:3px;
    border-radius:11px;
    font-size:9px;
  }
  body.mtravel-theme .mtravel-language-switcher__menu{right:0;width:146px}

  /* Keep compact action buttons readable instead of stretching into blank pills. */
  body.mtravel-theme .mtravel-nav-actions .mtravel-nav-whatsapp,
  body.mtravel-theme .mtravel-nav-actions .mtravel-install-button{width:48px!important;min-width:48px!important}
  body.mtravel-theme .mtravel-button--outline{min-height:48px;padding:12px 18px}
}

@media (max-width:390px){
  body.mtravel-theme .mtravel-topbar__commerce{grid-template-columns:40px minmax(0,1fr) 42px!important;padding-inline:5px!important}
  body.mtravel-theme .mtravel-topbar__whatsapp{width:36px;height:36px;min-width:36px}
  body.mtravel-theme .mtravel-topbar__payment{font-size:.52rem!important;padding-inline:5px!important}
  body.mtravel-theme .mtravel-topbar__visa{max-width:92px;padding-inline:5px!important;font-size:.51rem!important}
  body.mtravel-theme .mtravel-topbar__visa-label{max-width:64px!important}
  body.mtravel-theme .mtravel-language-switcher__toggle{width:39px;min-width:39px}
}

/* ==================================================================
   M Travel 4.8 — hard color reset for blank / unclear areas
   ================================================================== */

/* Reservation card: do not allow dark-on-dark or faded title text. */
.mtravel-commerce-card__head,
body.mtravel-theme .mtravel-commerce-card__head{
  background:linear-gradient(180deg,#063a33 0%,#052c27 100%)!important;
  color:#fff!important;
}
.mtravel-commerce-card__head :where(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a,svg,path),
body.mtravel-theme .mtravel-commerce-card__head :where(h1,h2,h3,h4,h5,h6,p,span,strong,small,em,a,svg,path){
  color:#fff!important;
  fill:currentColor!important;
  stroke:currentColor!important;
  opacity:1!important;
  text-shadow:none!important;
  -webkit-text-fill-color:currentColor!important;
}
.mtravel-commerce-card__head>h2,
body.mtravel-theme .mtravel-commerce-card__head>h2{
  color:#fff!important;
  font-size:clamp(1.55rem,2vw,1.9rem)!important;
  letter-spacing:-.03em;
}
.mtravel-commerce-card__head>p,
body.mtravel-theme .mtravel-commerce-card__head>p{
  color:rgba(255,255,255,.86)!important;
}
.mtravel-commerce-duration,
body.mtravel-theme .mtravel-commerce-duration{
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.36)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.mtravel-commerce-duration span,
body.mtravel-theme .mtravel-commerce-duration span{
  color:#d7ebe4!important;
  opacity:1!important;
}
.mtravel-commerce-duration strong,
body.mtravel-theme .mtravel-commerce-duration strong{
  color:#fff!important;
  opacity:1!important;
  -webkit-text-fill-color:#fff!important;
}
.mtravel-commerce-duration small,
body.mtravel-theme .mtravel-commerce-duration small{
  color:#f1c46d!important;
  opacity:1!important;
}

/* Duration spotlight and duration boxes: force strong dark-on-light contrast. */
.mtravel-tour-duration-spotlight,
body.mtravel-theme .mtravel-tour-duration-spotlight,
.mtravel-duration-selector__item,
body.mtravel-theme .mtravel-duration-selector__item,
.mtravel-duration-badge,
body.mtravel-theme .mtravel-duration-badge{
  background:linear-gradient(180deg,#ffffff 0%,#f5faf8 100%)!important;
  color:#052c27!important;
  border:1px solid #8caf9f!important;
  border-left:6px solid #e2ab52!important;
  box-shadow:0 12px 30px rgba(5,44,39,.10)!important;
}
.mtravel-tour-duration-spotlight :where(span,strong,small,em),
body.mtravel-theme .mtravel-tour-duration-spotlight :where(span,strong,small,em),
.mtravel-duration-selector__item :where(span,strong,small,em),
body.mtravel-theme .mtravel-duration-selector__item :where(span,strong,small,em),
.mtravel-duration-badge :where(span,strong,small,em),
body.mtravel-theme .mtravel-duration-badge :where(span,strong,small,em){
  opacity:1!important;
  text-shadow:none!important;
  -webkit-text-fill-color:currentColor!important;
}
.mtravel-tour-duration-spotlight span,
body.mtravel-theme .mtravel-tour-duration-spotlight span,
.mtravel-duration-selector__item span,
body.mtravel-theme .mtravel-duration-selector__item span,
.mtravel-duration-badge small,
body.mtravel-theme .mtravel-duration-badge small{
  display:inline-block;
  align-self:flex-start;
  padding:4px 8px;
  border-radius:8px;
  background:#edf5f1!important;
  color:#4b645d!important;
  font-weight:900!important;
}
.mtravel-tour-duration-spotlight strong,
body.mtravel-theme .mtravel-tour-duration-spotlight strong,
.mtravel-duration-selector__item strong,
body.mtravel-theme .mtravel-duration-selector__item strong,
.mtravel-duration-badge strong,
body.mtravel-theme .mtravel-duration-badge strong{
  color:#052c27!important;
  opacity:1!important;
  -webkit-text-fill-color:#052c27!important;
}
.mtravel-tour-duration-spotlight small,
body.mtravel-theme .mtravel-tour-duration-spotlight small{
  color:#a3631e!important;
}

/* Outline / ghost buttons should never look empty. */
.mtravel-button--outline,
body.mtravel-theme .mtravel-button--outline,
.mtravel-button--ghost,
body.mtravel-theme .mtravel-button--ghost,
.mtravel-share a,
body.mtravel-theme .mtravel-share a{
  background:#f9fcfb!important;
  border:1px solid #0b5d4a!important;
  color:#083d34!important;
  box-shadow:0 8px 18px rgba(5,44,39,.06)!important;
}
.mtravel-button--outline :where(span,strong,small,em,svg,path),
body.mtravel-theme .mtravel-button--outline :where(span,strong,small,em,svg,path),
.mtravel-button--ghost :where(span,strong,small,em,svg,path),
body.mtravel-theme .mtravel-button--ghost :where(span,strong,small,em,svg,path),
.mtravel-share a :where(span,strong,small,em,svg,path),
body.mtravel-theme .mtravel-share a :where(span,strong,small,em,svg,path){
  color:#083d34!important;
  fill:currentColor!important;
  stroke:currentColor!important;
  opacity:1!important;
  -webkit-text-fill-color:#083d34!important;
}
.mtravel-button--outline:hover,
body.mtravel-theme .mtravel-button--outline:hover,
.mtravel-button--outline:focus-visible,
body.mtravel-theme .mtravel-button--outline:focus-visible,
.mtravel-button--ghost:hover,
body.mtravel-theme .mtravel-button--ghost:hover,
.mtravel-button--ghost:focus-visible,
body.mtravel-theme .mtravel-button--ghost:focus-visible,
.mtravel-share a:hover,
body.mtravel-theme .mtravel-share a:hover{
  background:#edf6f2!important;
  border-color:#073e34!important;
  color:#073e34!important;
}

/* ==================================================================
   M Travel 4.9 — live launch and compact desktop header
   ================================================================== */

/* Respect the native hidden state. This prevents a blank Install App pill. */
.mtravel-install-button[hidden],
body.mtravel-theme .mtravel-install-button[hidden]{
  display:none!important;
}

/* Compact, aligned desktop navigation. */
@media (min-width:901px){
  .mtravel-navbar-wrap,
  body.mtravel-theme .mtravel-navbar-wrap{
    min-height:74px!important;
  }
  .mtravel-navbar,
  body.mtravel-theme .mtravel-navbar{
    min-height:74px!important;
    height:74px;
    padding-block:0!important;
    gap:22px!important;
  }
  .mtravel-brand,
  body.mtravel-theme .mtravel-brand,
  .mtravel-brand__link,
  body.mtravel-theme .mtravel-brand__link{
    display:flex;
    height:74px;
    align-items:center;
    flex:0 0 auto;
  }
  .mtravel-brand img,
  .mtravel-brand .custom-logo,
  body.mtravel-theme .mtravel-brand img,
  body.mtravel-theme .mtravel-brand .custom-logo{
    width:auto!important;
    max-width:205px!important;
    max-height:52px!important;
    object-fit:contain;
  }
  .mtravel-navigation-panel,
  body.mtravel-theme .mtravel-navigation-panel,
  .mtravel-primary-nav,
  body.mtravel-theme .mtravel-primary-nav,
  .mtravel-menu,
  body.mtravel-theme .mtravel-menu{
    height:74px;
    align-items:center;
  }
  .mtravel-navigation-panel,
  body.mtravel-theme .mtravel-navigation-panel{gap:20px!important}
  .mtravel-menu,
  body.mtravel-theme .mtravel-menu{gap:22px!important}
  .mtravel-menu>li,
  body.mtravel-theme .mtravel-menu>li{
    display:flex;
    height:74px;
    align-items:center;
  }
  .mtravel-menu>li>a,
  body.mtravel-theme .mtravel-menu>li>a{
    display:flex!important;
    height:74px;
    align-items:center;
    padding:0!important;
    line-height:1.15;
  }
  .mtravel-nav-actions,
  body.mtravel-theme .mtravel-nav-actions{
    height:74px;
    align-items:center;
    gap:9px!important;
  }
  .mtravel-install-button,
  body.mtravel-theme .mtravel-install-button{
    min-height:42px!important;
    height:42px;
    padding:0 14px!important;
    line-height:1!important;
  }
  .mtravel-install-button span,
  body.mtravel-theme .mtravel-install-button span{
    display:inline!important;
    color:#083d34!important;
    opacity:1!important;
  }
  .mtravel-nav-whatsapp,
  body.mtravel-theme .mtravel-nav-whatsapp{
    width:42px!important;
    height:42px!important;
  }
  .mtravel-nav-actions .mtravel-button--small,
  body.mtravel-theme .mtravel-nav-actions .mtravel-button--small{
    min-height:44px!important;
    height:44px;
    padding:0 18px!important;
  }
}

@media (min-width:901px) and (max-width:1280px){
  .mtravel-container,
  body.mtravel-theme .mtravel-container{width:min(calc(100% - 28px),var(--mt-container))}
  .mtravel-brand img,
  .mtravel-brand .custom-logo,
  body.mtravel-theme .mtravel-brand img,
  body.mtravel-theme .mtravel-brand .custom-logo{max-width:178px!important;max-height:48px!important}
  .mtravel-navigation-panel,
  body.mtravel-theme .mtravel-navigation-panel{gap:14px!important}
  .mtravel-menu,
  body.mtravel-theme .mtravel-menu{gap:17px!important}
  .mtravel-menu>li>a,
  body.mtravel-theme .mtravel-menu>li>a{font-size:.82rem!important}
  .mtravel-install-button,
  body.mtravel-theme .mtravel-install-button{padding-inline:11px!important;font-size:.7rem!important}
  .mtravel-nav-actions .mtravel-button--small,
  body.mtravel-theme .mtravel-nav-actions .mtravel-button--small{padding-inline:14px!important;font-size:.75rem!important}
}

/* ==================================================================
   M Travel 5.0 — homepage custom-tour card
   ================================================================== */
.mtravel-custom-tour-card{
  border-color:#b9d4c8;
  background:linear-gradient(180deg,#ffffff 0%,#f5faf8 100%);
}
.mtravel-custom-tour-card:hover{border-color:#6ea38f}
.mtravel-custom-tour-card__media{
  isolation:isolate;
  background:
    radial-gradient(circle at 82% 18%,rgba(237,183,91,.36),transparent 28%),
    linear-gradient(145deg,#073e34 0%,#0b5d4a 58%,#c98c36 145%);
}
.mtravel-custom-tour-card__media:before{
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(3,32,28,.02) 0%,rgba(3,32,28,.18) 48%,rgba(3,32,28,.78) 100%),
    repeating-linear-gradient(135deg,rgba(255,255,255,.035) 0 1px,transparent 1px 20px);
}
.mtravel-custom-tour-card__media:after{
  position:absolute;
  top:-48px;
  right:-38px;
  width:180px;
  height:180px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.035),0 0 0 58px rgba(255,255,255,.025);
  content:"";
}
.mtravel-custom-tour-card__badge{
  background:#fff!important;
  border-color:rgba(255,255,255,.76)!important;
  border-left-color:#e1aa50!important;
}
.mtravel-custom-tour-card__badge small{color:#526a62!important}
.mtravel-custom-tour-card__badge strong{color:#052c27!important;font-size:1.2rem!important}
.mtravel-custom-tour-card__badge em{color:#a3611d!important}
.mtravel-custom-tour-card__symbol{
  position:absolute;
  top:50%;
  left:50%;
  z-index:1;
  display:grid;
  width:82px;
  height:82px;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:24px;
  background:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 18px 40px rgba(1,24,21,.28);
  transform:translate(-50%,-43%) rotate(-4deg);
  backdrop-filter:blur(8px);
}
.mtravel-custom-tour-card__symbol .mtravel-icon{width:38px;height:38px}
.mtravel-custom-tour-card .mtravel-eyebrow{color:#9a5d18!important}
.mtravel-custom-tour-card h3 a{color:#052c27}
.mtravel-custom-tour-card__cta{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  color:#0b5d4a!important;
  font-size:.82rem;
  font-weight:900;
  text-align:right;
}
.mtravel-custom-tour-card__cta .mtravel-icon{width:16px;height:16px}
.mtravel-custom-tour-card__cta:hover{color:#073e34!important}
@media(max-width:680px){
  .mtravel-custom-tour-card__symbol{width:72px;height:72px}
  .mtravel-custom-tour-card__symbol .mtravel-icon{width:33px;height:33px}
  .mtravel-custom-tour-card__cta{justify-content:flex-start;text-align:left}
}

/* ==================================================================
   M Travel 5.1 — premium PWA, typography and page-quality refinement
   ================================================================== */

/* Balanced headings: strong but never oversized or clipped. */
body.mtravel-theme h1{
  max-width:100%;
  font-size:clamp(2.35rem,4.8vw,4.65rem)!important;
  line-height:1.03!important;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
body.mtravel-theme h2{
  max-width:100%;
  font-size:clamp(1.8rem,3.4vw,3rem)!important;
  line-height:1.1!important;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
body.mtravel-theme h3{font-size:clamp(1.2rem,2vw,1.58rem)!important;line-height:1.2!important}
body.mtravel-theme :where(.mtravel-page-hero,.mtravel-tours-shop__head,.mtravel-attractions-hero,.mtravel-attraction-single-hero,.mtravel-vehicle-archive-hero,.mtravel-guide-directory-intro,.mtravel-hotel-partner-hero) h1{
  font-size:clamp(2.45rem,5vw,4.7rem)!important;
  letter-spacing:-.045em!important;
}
body.mtravel-theme .mtravel-tour-hero h1{font-size:clamp(2.55rem,5.1vw,4.85rem)!important}
body.mtravel-theme .mtravel-entry-content{font-size:1.02rem;line-height:1.78}
body.mtravel-theme .mtravel-entry-content :where(p,li){max-width:78ch}
body.mtravel-theme .mtravel-entry-content h2{margin-top:1.8em}
body.mtravel-theme .mtravel-entry-content h3{margin-top:1.55em}

/* Premium install experience. */
.mtravel-install-modal{padding:18px}
.mtravel-install-modal__backdrop{
  background:rgba(2,28,24,.78)!important;
  backdrop-filter:blur(10px) saturate(115%);
}
.mtravel-install-modal__dialog{
  width:min(100%,470px)!important;
  overflow:hidden;
  padding:32px 32px 27px!important;
  border:1px solid rgba(11,93,74,.14);
  border-radius:30px!important;
  background:
    radial-gradient(circle at 92% 0%,rgba(244,190,91,.20),transparent 31%),
    linear-gradient(180deg,#fff 0%,#f8fbfa 100%)!important;
  box-shadow:0 34px 100px rgba(1,24,20,.38)!important;
  text-align:left!important;
}
.mtravel-install-modal__dialog:before{
  position:absolute;
  top:0;right:0;left:0;
  height:6px;
  background:linear-gradient(90deg,#0b5d4a,#f0b85d,#0b5d4a);
  content:"";
}
.mtravel-install-modal__brand{display:flex;align-items:center;gap:14px;margin-bottom:21px}
.mtravel-install-modal__brand img{
  width:84px;height:84px;
  flex:0 0 auto;
  border-radius:22px!important;
  box-shadow:0 15px 35px rgba(5,62,52,.22)!important;
}
.mtravel-install-modal__brand span{
  color:#0b5d4a;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.mtravel-install-modal__eyebrow{
  display:block;
  margin-bottom:7px;
  color:#9a641e;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.mtravel-theme .mtravel-install-modal__dialog h2,
.mtravel-install-modal__dialog h2{
  margin:0 42px 10px 0!important;
  color:#092f29!important;
  font-size:clamp(1.8rem,5vw,2.35rem)!important;
  line-height:1.04!important;
  letter-spacing:-.04em!important;
}
body.mtravel-theme .mtravel-install-modal__dialog>p,
.mtravel-install-modal__dialog>p{
  margin-bottom:18px;
  color:#52645f!important;
  font-size:.96rem;
  line-height:1.6;
}
.mtravel-install-modal__benefits{
  display:grid;
  gap:9px;
  margin:19px 0 20px;
  padding:15px;
  border:1px solid #d8e6e0;
  border-radius:17px;
  background:#eef6f2;
}
.mtravel-install-modal__benefits>span{display:flex;align-items:center;gap:10px;color:#153b32;font-size:.85rem}
.mtravel-install-modal__benefits .mtravel-icon{width:18px;height:18px;color:#b97824}
.mtravel-install-modal__benefits strong{color:#153b32!important;font-weight:850}
.mtravel-install-instruction{
  margin:0 0 16px!important;
  padding:13px 14px;
  border-left:4px solid #e4ab4f;
  border-radius:0 13px 13px 0;
  background:#fff6e7!important;
  color:#5d421d!important;
  font-size:.83rem!important;
  font-weight:760;
}
.mtravel-install-modal__dialog .mtravel-button{min-height:54px;margin-top:2px;border-radius:15px!important;font-size:.9rem}
.mtravel-install-modal__note{display:block;margin-top:12px;color:#71817c;font-size:.72rem;text-align:center}
.mtravel-install-modal__close{
  top:18px!important;right:18px!important;
  width:39px!important;height:39px!important;
  border:1px solid #d5e2dd!important;
  background:rgba(255,255,255,.88)!important;
  color:#123b32!important;
  box-shadow:0 7px 18px rgba(5,44,39,.08);
}
.mtravel-install-modal__close:hover{background:#e9f5f0!important;transform:rotate(4deg)}

/* App install trigger uses the new M mark rather than a generic download symbol. */
.mtravel-install-button{position:relative;overflow:hidden;min-width:44px}
.mtravel-install-button:before{
  width:22px;height:22px;
  flex:0 0 auto;
  border-radius:7px;
  background:url('images/app-mark.svg') center/cover no-repeat;
  content:"";
}
.mtravel-install-button>.mtravel-icon{display:none!important}

/* Clean readable long-form and cards across all managed pages. */
body.mtravel-theme :where(.mtravel-card,.mtravel-tour-card,.mtravel-service-card,.mtravel-place-card,.mtravel-vehicle-card,.mtravel-attraction-card){isolation:isolate}
body.mtravel-theme :where(.mtravel-card,.mtravel-tour-card,.mtravel-service-card,.mtravel-place-card,.mtravel-vehicle-card,.mtravel-attraction-card) :where(h2,h3,h4){text-wrap:balance}
body.mtravel-theme :where(.mtravel-card,.mtravel-tour-card,.mtravel-service-card,.mtravel-place-card,.mtravel-vehicle-card,.mtravel-attraction-card) p{line-height:1.62}

@media(max-width:900px){
  body.mtravel-theme h1{font-size:clamp(2.25rem,7.5vw,3.7rem)!important}
  body.mtravel-theme h2{font-size:clamp(1.7rem,5vw,2.55rem)!important}
  body.mtravel-theme :where(.mtravel-page-hero,.mtravel-tours-shop__head,.mtravel-attractions-hero,.mtravel-attraction-single-hero,.mtravel-vehicle-archive-hero,.mtravel-guide-directory-intro,.mtravel-hotel-partner-hero) h1{font-size:clamp(2.35rem,8vw,3.8rem)!important}
}
@media(max-width:680px){
  body.mtravel-theme h1{font-size:clamp(2.12rem,10.5vw,3.05rem)!important;line-height:1.06!important}
  body.mtravel-theme h2{font-size:clamp(1.62rem,8vw,2.25rem)!important}
  body.mtravel-theme .mtravel-tour-hero h1{font-size:clamp(2.3rem,11vw,3.35rem)!important}
  .mtravel-install-modal{align-items:end;padding:10px}
  .mtravel-install-modal__dialog{
    width:100%!important;
    max-height:min(92vh,760px);
    overflow:auto;
    padding:27px 20px 23px!important;
    border-radius:28px 28px 20px 20px!important;
  }
  .mtravel-install-modal__brand{margin-bottom:17px}
  .mtravel-install-modal__brand img{width:72px;height:72px;border-radius:19px!important}
  .mtravel-install-modal__brand span{font-size:.68rem}
  .mtravel-install-modal__benefits{padding:13px}
}
@media(max-width:380px){
  .mtravel-install-modal__dialog{padding:24px 17px 20px!important}
  .mtravel-install-modal__brand img{width:64px;height:64px}
  .mtravel-install-modal__dialog h2{font-size:1.75rem!important}
}

/* Homepage photography that can be replaced from Appearance > Customize. */
body.mtravel-theme .mtravel-destination-card{
  min-height:230px;
  border:1px solid rgba(255,255,255,.18);
  background-color:#174d41;
  background-position:center;
  box-shadow:0 15px 34px rgba(5,44,39,.13);
  transition:transform .28s ease,box-shadow .28s ease,background-size .45s ease;
}
body.mtravel-theme .mtravel-destination-card:before{
  background:linear-gradient(180deg,rgba(3,31,27,.05) 18%,rgba(3,31,27,.88) 100%)!important;
}
body.mtravel-theme .mtravel-destination-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 46px rgba(5,44,39,.22);
}
body.mtravel-theme .mtravel-destination-card h3{font-size:clamp(1.35rem,2vw,1.75rem)!important;text-shadow:0 2px 15px rgba(0,0,0,.32)}
body.mtravel-theme .mtravel-destination-card>div>span{display:block;max-width:30ch;color:rgba(255,255,255,.88)!important;line-height:1.45;opacity:1}
body.mtravel-theme .mtravel-stay-move__visual{
  min-height:330px;
  background-color:#dce9e4;
  background-position:center;
  box-shadow:inset 0 0 0 1px rgba(5,44,39,.05);
}
body.mtravel-theme .mtravel-stay-move__visual:before{background:linear-gradient(180deg,rgba(5,44,39,.03) 35%,rgba(5,44,39,.72) 100%)!important}
body.mtravel-theme .mtravel-about-media__main,
body.mtravel-theme .mtravel-about-media__small{
  background-color:#dce9e4;
  background-position:center;
}
body.mtravel-theme .mtravel-about-media__main{box-shadow:0 28px 62px rgba(5,44,39,.18)}
body.mtravel-theme .mtravel-about-media__small{box-shadow:0 18px 38px rgba(5,44,39,.20)}

@media(max-width:900px){
  body.mtravel-theme .mtravel-stay-move__visual{min-height:280px}
}
@media(max-width:680px){
  body.mtravel-theme .mtravel-destination-card,
  body.mtravel-theme .mtravel-destination-card:first-child{min-height:270px}
  body.mtravel-theme .mtravel-stay-move__visual{min-height:235px}
}

/* ==================================================================
   M Travel 5.2 — dedicated airport transfer service page
   ================================================================== */
body.mtravel-theme .mtravel-airport-hero{
  position:relative;
  display:flex;
  min-height:650px;
  align-items:center;
  overflow:hidden;
  background-color:#063a33;
  background-position:center;
  background-size:cover;
  color:#fff;
}
body.mtravel-theme .mtravel-airport-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,31,27,.94) 0%,rgba(3,44,38,.76) 48%,rgba(3,44,38,.28) 100%),
    linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.24));
}
body.mtravel-theme .mtravel-airport-hero__content{position:relative;z-index:1;max-width:790px;padding:106px 0 96px}
body.mtravel-theme .mtravel-airport-hero .mtravel-section-kicker{color:#f3c46f!important}
body.mtravel-theme .mtravel-airport-hero h1{max-width:780px;color:#fff!important;font-size:clamp(2.75rem,5.4vw,5.3rem)!important;letter-spacing:-.055em!important}
body.mtravel-theme .mtravel-airport-hero p{max-width:660px;color:rgba(255,255,255,.86)!important;font-size:clamp(1.03rem,1.8vw,1.24rem);line-height:1.65}
body.mtravel-theme .mtravel-airport-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
body.mtravel-theme .mtravel-airport-hero .mtravel-button--ghost-light{border-color:rgba(255,255,255,.48)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;backdrop-filter:blur(8px)}
body.mtravel-theme .mtravel-airport-hero .mtravel-button--ghost-light:hover{background:#fff!important;color:#073e34!important}

body.mtravel-theme .mtravel-airport-trust{position:relative;z-index:3;margin-top:-35px}
body.mtravel-theme .mtravel-airport-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dbe8e3;border-radius:22px;background:#fff;box-shadow:0 22px 58px rgba(4,46,39,.16)}
body.mtravel-theme .mtravel-airport-trust__grid>div{display:flex;min-height:104px;align-items:center;gap:13px;padding:23px;border-right:1px solid #e1ebe7;color:#153d34}
body.mtravel-theme .mtravel-airport-trust__grid>div:last-child{border-right:0}
body.mtravel-theme .mtravel-airport-trust .mtravel-icon{width:27px;height:27px;flex:0 0 auto;color:#b87724}
body.mtravel-theme .mtravel-airport-trust strong{color:#153d34!important;font-size:.88rem;line-height:1.38}

body.mtravel-theme .mtravel-airport-two-col{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:start;gap:70px}
body.mtravel-theme .mtravel-airport-two-col p{color:#4c625b;font-size:1.08rem;line-height:1.8}
body.mtravel-theme .mtravel-airport-inline-links{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:23px}
body.mtravel-theme .mtravel-airport-inline-links a{display:inline-flex;align-items:center;gap:6px;color:#0b5d4a;font-size:.83rem;font-weight:900;text-decoration:underline;text-decoration-color:#d7a651;text-underline-offset:5px}

body.mtravel-theme .mtravel-airport-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.mtravel-theme .mtravel-airport-option-grid article{position:relative;min-height:255px;overflow:hidden;padding:29px;border:1px solid #d9e6e1;border-radius:22px;background:#fff;box-shadow:0 13px 32px rgba(5,44,39,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body.mtravel-theme .mtravel-airport-option-grid article:hover{transform:translateY(-5px);border-color:#a8c6bb;box-shadow:0 22px 46px rgba(5,44,39,.12)}
body.mtravel-theme .mtravel-airport-option-grid article>span{display:grid;width:52px;height:52px;margin-bottom:23px;place-items:center;border-radius:16px;background:#eaf5f0;color:#0b5d4a}
body.mtravel-theme .mtravel-airport-option-grid .mtravel-icon{width:25px;height:25px}
body.mtravel-theme .mtravel-airport-option-grid h3{margin-bottom:10px;color:#103e34!important;font-size:1.28rem!important}
body.mtravel-theme .mtravel-airport-option-grid p{margin:0;color:#586c66;line-height:1.65}

body.mtravel-theme .mtravel-airport-included__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:38px}
body.mtravel-theme .mtravel-airport-included__panel{padding:42px;border:1px solid #dce8e4;border-radius:27px;background:#fff;box-shadow:0 20px 48px rgba(5,44,39,.08)}
body.mtravel-theme .mtravel-airport-included__panel ul{display:grid;gap:13px;margin:26px 0 0;padding:0;list-style:none}
body.mtravel-theme .mtravel-airport-included__panel li{display:flex;align-items:flex-start;gap:11px;color:#344f47;line-height:1.5}
body.mtravel-theme .mtravel-airport-included__panel .mtravel-icon{width:20px;height:20px;flex:0 0 auto;color:#b67523}
body.mtravel-theme .mtravel-airport-photo{position:relative;min-height:520px;overflow:hidden;border-radius:27px;background-color:#174d41;background-position:center;background-size:cover;box-shadow:0 24px 56px rgba(5,44,39,.18)}
body.mtravel-theme .mtravel-airport-photo:before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,31,27,.02) 35%,rgba(3,31,27,.86) 100%);content:""}
body.mtravel-theme .mtravel-airport-photo>div{position:absolute;right:28px;bottom:27px;left:28px;display:flex;align-items:end;justify-content:space-between;gap:15px}
body.mtravel-theme .mtravel-airport-photo strong{max-width:15ch;color:#fff!important;font-size:1.4rem;line-height:1.1}
body.mtravel-theme .mtravel-airport-photo span{color:#f3c46f!important;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}

body.mtravel-theme .mtravel-airport-fleet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.mtravel-theme .mtravel-airport-fleet-grid article{padding:31px;border:1px solid #d6e4df;border-radius:22px;background:#fff}
body.mtravel-theme .mtravel-airport-fleet-grid__number{display:block;margin-bottom:30px;color:#c58732;font:900 2.7rem/1 var(--mt-font-ui);letter-spacing:-.07em}
body.mtravel-theme .mtravel-airport-fleet-grid h3{color:#103e34!important;font-size:1.3rem!important}
body.mtravel-theme .mtravel-airport-fleet-grid p{color:#5a6e68;line-height:1.68}

body.mtravel-theme .mtravel-airport-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;counter-reset:airport-step}
body.mtravel-theme .mtravel-airport-process-grid article{position:relative;padding:29px 24px;border-top:4px solid #e0aa51;border-radius:0 0 20px 20px;background:#f6faf8}
body.mtravel-theme .mtravel-airport-process-grid article>span{display:grid;width:42px;height:42px;margin-bottom:23px;place-items:center;border-radius:50%;background:#083e34;color:#fff;font-weight:900}
body.mtravel-theme .mtravel-airport-process-grid h3{color:#103e34!important;font-size:1.15rem!important}
body.mtravel-theme .mtravel-airport-process-grid p{margin:0;color:#5a6d67;line-height:1.64}

body.mtravel-theme .mtravel-airport-request__grid{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:42px}
body.mtravel-theme .mtravel-airport-faq{position:sticky;top:105px}
body.mtravel-theme .mtravel-airport-faq details{margin-bottom:11px;overflow:hidden;border:1px solid #d5e4de;border-radius:15px;background:#fff}
body.mtravel-theme .mtravel-airport-faq summary{padding:17px 19px;color:#153d34;font-weight:850;cursor:pointer;list-style-position:inside}
body.mtravel-theme .mtravel-airport-faq details p{margin:0;padding:0 19px 18px;color:#5c7069;line-height:1.65}
body.mtravel-theme .mtravel-airport-form-card{padding:34px;border:1px solid #d4e3dd;border-radius:27px;background:#fff;box-shadow:0 25px 60px rgba(4,46,39,.12)}
body.mtravel-theme .mtravel-airport-form-card>p{color:#5a6e68;line-height:1.66}
body.mtravel-theme .mtravel-airport-form-card .mtravel-form-grid{margin-top:24px}
body.mtravel-theme .mtravel-airport-transfer-form textarea{min-height:145px}
body.mtravel-theme .mtravel-airport-transfer-form .mtravel-form-actions{margin-top:23px}

@media(max-width:1050px){
  body.mtravel-theme .mtravel-airport-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-airport-trust__grid>div:nth-child(2){border-right:0}
  body.mtravel-theme .mtravel-airport-trust__grid>div:nth-child(-n+2){border-bottom:1px solid #e1ebe7}
  body.mtravel-theme .mtravel-airport-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-airport-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.mtravel-theme .mtravel-airport-request__grid{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-airport-faq{position:static}
}
@media(max-width:820px){
  body.mtravel-theme .mtravel-airport-hero{min-height:590px}
  body.mtravel-theme .mtravel-airport-hero__content{padding:90px 0 82px}
  body.mtravel-theme .mtravel-airport-two-col{grid-template-columns:1fr;gap:20px}
  body.mtravel-theme .mtravel-airport-included__grid{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-airport-photo{min-height:430px}
  body.mtravel-theme .mtravel-airport-fleet-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  body.mtravel-theme .mtravel-airport-hero{min-height:610px;background-position:62% center}
  body.mtravel-theme .mtravel-airport-hero__overlay{background:linear-gradient(90deg,rgba(2,31,27,.95),rgba(3,44,38,.78))}
  body.mtravel-theme .mtravel-airport-hero h1{font-size:clamp(2.35rem,12vw,3.45rem)!important}
  body.mtravel-theme .mtravel-airport-hero__actions{display:grid;grid-template-columns:1fr;width:100%}
  body.mtravel-theme .mtravel-airport-trust{margin-top:-22px}
  body.mtravel-theme .mtravel-airport-trust__grid{grid-template-columns:1fr;border-radius:18px}
  body.mtravel-theme .mtravel-airport-trust__grid>div{min-height:80px;border-right:0!important;border-bottom:1px solid #e1ebe7!important;padding:18px}
  body.mtravel-theme .mtravel-airport-trust__grid>div:last-child{border-bottom:0!important}
  body.mtravel-theme .mtravel-airport-option-grid{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-airport-option-grid article{min-height:0;padding:24px}
  body.mtravel-theme .mtravel-airport-included__panel{padding:26px 21px}
  body.mtravel-theme .mtravel-airport-photo{min-height:360px}
  body.mtravel-theme .mtravel-airport-photo>div{align-items:flex-start;flex-direction:column}
  body.mtravel-theme .mtravel-airport-process-grid{grid-template-columns:1fr}
  body.mtravel-theme .mtravel-airport-form-card{padding:25px 18px;border-radius:22px}
}

/* ==============================================================
   M Travel v5.3 — complete stories, dashboards and mobile menu
   ============================================================== */
body.mtravel-theme .mtravel-social-links{flex-wrap:wrap;margin-top:18px}
body.mtravel-theme .mtravel-social-links a{width:40px;height:40px;background:rgba(255,255,255,.06);transition:transform .2s ease,background .2s ease}
body.mtravel-theme .mtravel-social-links a:hover{transform:translateY(-2px);background:rgba(255,255,255,.16)}
body.mtravel-theme .mtravel-social-links .mtravel-icon{width:19px;height:19px}
body.mtravel-theme .mtravel-mobile-menu-head{display:none}
body.mtravel-theme .mtravel-app-dock{display:none!important}

body.mtravel-theme .mtravel-story-archive-hero{padding:92px 0;background:linear-gradient(135deg,#073e34 0%,#0b5d4a 62%,#d39b43 180%);color:#fff}
body.mtravel-theme .mtravel-story-archive-hero .mtravel-container{max-width:940px;text-align:center}
body.mtravel-theme .mtravel-story-archive-hero h1{color:#fff}
body.mtravel-theme .mtravel-story-archive-hero p{max-width:820px;margin:0 auto 28px;color:rgba(255,255,255,.82);font-size:1.12rem;line-height:1.8}
body.mtravel-theme .mtravel-story-archive-hero .mtravel-section-kicker{color:#f1c778}
body.mtravel-theme .mtravel-story-archive-hero__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
body.mtravel-theme .mtravel-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
body.mtravel-theme .mtravel-story-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:29px;border:1px solid #d9e6e1;border-radius:23px;background:#fff;box-shadow:0 14px 35px rgba(4,50,42,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body.mtravel-theme .mtravel-story-card:hover{transform:translateY(-5px);border-color:#a9c9bd;box-shadow:0 24px 52px rgba(4,50,42,.13)}
body.mtravel-theme .mtravel-story-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}
body.mtravel-theme .mtravel-story-card__meta span,body.mtravel-theme .mtravel-story-card>span{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;background:#eaf5f1;color:#0a604d;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
body.mtravel-theme .mtravel-story-card__meta span+span{background:#fff4df;color:#8b5a13}
body.mtravel-theme .mtravel-story-card h2,body.mtravel-theme .mtravel-story-card h3{font-size:1.46rem!important;line-height:1.22}
body.mtravel-theme .mtravel-story-card p{color:#597069;line-height:1.7}
body.mtravel-theme .mtravel-story-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#0b5d4a;font-size:.8rem;font-weight:900}
body.mtravel-theme .mtravel-story-card__link .mtravel-icon{width:17px;height:17px}
body.mtravel-theme .mtravel-pagination{margin-top:42px}

body.mtravel-theme .mtravel-story-single__hero{padding:84px 0;background:#f0f7f4;border-bottom:1px solid #d9e6e1}
body.mtravel-theme .mtravel-story-single__hero-inner{max-width:950px}
body.mtravel-theme .mtravel-story-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;color:#0b5d4a;font-size:.78rem;font-weight:900}
body.mtravel-theme .mtravel-story-back .mtravel-icon{width:17px;height:17px;transform:rotate(180deg)}
body.mtravel-theme .mtravel-story-single__meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
body.mtravel-theme .mtravel-story-single__meta span,body.mtravel-theme .mtravel-story-single__meta time{padding:7px 11px;border-radius:999px;background:#fff;color:#476059;font-size:.7rem;font-weight:850}
body.mtravel-theme .mtravel-story-single__hero h1{max-width:880px;font-size:clamp(2.6rem,5.8vw,5rem)}
body.mtravel-theme .mtravel-story-single__hero p{max-width:780px;color:#526a63;font-size:1.16rem;line-height:1.75}
body.mtravel-theme .mtravel-story-single__layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:58px}
body.mtravel-theme .mtravel-story-single__content{font-size:1.08rem;line-height:1.85}
body.mtravel-theme .mtravel-story-single__content h2{margin-top:1.55em;font-size:2rem}
body.mtravel-theme .mtravel-story-single__content a{color:#08705a;text-decoration:underline;text-decoration-color:#d8a64e;text-underline-offset:4px}
body.mtravel-theme .mtravel-story-disclosure{padding:17px 19px;border-left:4px solid #d39b43;border-radius:0 12px 12px 0;background:#fff8e9;color:#5f4c2c}
body.mtravel-theme .mtravel-story-single__aside{position:sticky;top:112px;padding:28px;border:1px solid #d6e4df;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(4,50,42,.1)}
body.mtravel-theme .mtravel-story-single__aside h2{font-size:1.65rem}
body.mtravel-theme .mtravel-story-single__aside p{color:#5a6f68;line-height:1.65}
body.mtravel-theme .mtravel-story-single__aside .mtravel-button{margin-top:9px}
body.mtravel-theme .mtravel-story-single__facts{display:grid;grid-template-columns:1fr;gap:4px;margin-top:22px;padding-top:20px;border-top:1px solid #e2eae7}
body.mtravel-theme .mtravel-story-single__facts span{margin-top:9px;color:#71817c;font-size:.67rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body.mtravel-theme .mtravel-story-single__facts strong{color:#173f35}

body.mtravel-theme .mtravel-editorial-hub{display:grid;gap:58px}
body.mtravel-theme .mtravel-editorial-hub__stats{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #d8e5e0;border-radius:22px;background:#fff}
body.mtravel-theme .mtravel-editorial-hub__stats>div{display:grid;place-items:center;min-height:120px;padding:20px;border-right:1px solid #e0e9e6;text-align:center}
body.mtravel-theme .mtravel-editorial-hub__stats>div:last-child{border-right:0}
body.mtravel-theme .mtravel-editorial-hub__stats strong{color:#0b5d4a;font-size:2rem}
body.mtravel-theme .mtravel-editorial-hub__stats span{color:#62766f;font-size:.76rem;font-weight:850}
body.mtravel-theme .mtravel-article-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.mtravel-theme .mtravel-article-list article{padding:25px;border:1px solid #d8e5e0;border-radius:20px;background:#fff}
body.mtravel-theme .mtravel-article-list time{color:#9a6a24;font-size:.7rem;font-weight:900;text-transform:uppercase}
body.mtravel-theme .mtravel-article-list h3{margin-top:10px;font-size:1.3rem!important}
body.mtravel-theme .mtravel-article-list p{color:#5c716a}

body.mtravel-theme .mtravel-dashboard-stats--advanced{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
body.mtravel-theme .mtravel-dashboard-overview{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:20px;margin:24px 0}
body.mtravel-theme .mtravel-dashboard-readiness,body.mtravel-theme .mtravel-dashboard-support{padding:28px;border:1px solid #d7e4df;border-radius:23px;background:#fff;box-shadow:0 13px 34px rgba(5,50,42,.06)}
body.mtravel-theme .mtravel-dashboard-readiness__top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
body.mtravel-theme .mtravel-dashboard-readiness__top h2,body.mtravel-theme .mtravel-dashboard-support h2{font-size:1.55rem}
body.mtravel-theme .mtravel-dashboard-readiness__top>strong{color:#0b5d4a;font-size:2.2rem}
body.mtravel-theme .mtravel-progress{height:10px;overflow:hidden;margin:18px 0;border-radius:999px;background:#e5eeeb}
body.mtravel-theme .mtravel-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0b5d4a,#d39b43)}
body.mtravel-theme .mtravel-dashboard-readiness p,body.mtravel-theme .mtravel-dashboard-support p{color:#5d716b}
body.mtravel-theme .mtravel-profile-panel{overflow:hidden;padding:0!important}
body.mtravel-theme .mtravel-profile-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 27px;cursor:pointer;list-style:none;background:#f5faf8}
body.mtravel-theme .mtravel-profile-panel>summary::-webkit-details-marker{display:none}
body.mtravel-theme .mtravel-profile-panel>summary>span:first-child{display:grid;gap:4px}
body.mtravel-theme .mtravel-profile-panel>summary small{color:#687b75}
body.mtravel-theme .mtravel-profile-panel>summary>span:last-child{display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:#0b5d4a;color:#fff;font-weight:900}
body.mtravel-theme .mtravel-profile-form{padding:27px}
body.mtravel-theme .mtravel-booking-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:20px 0 24px}
body.mtravel-theme .mtravel-booking-timeline span{position:relative;display:grid;gap:7px;color:#84928d;font-size:.65rem;font-weight:850;text-align:center}
body.mtravel-theme .mtravel-booking-timeline span:before{position:absolute;z-index:0;top:6px;right:50%;left:-50%;height:2px;background:#dce6e2;content:""}
body.mtravel-theme .mtravel-booking-timeline span:first-child:before{display:none}
body.mtravel-theme .mtravel-booking-timeline i{position:relative;z-index:1;width:14px;height:14px;margin:auto;border:3px solid #dce6e2;border-radius:50%;background:#fff}
body.mtravel-theme .mtravel-booking-timeline span.is-complete{color:#0b5d4a}
body.mtravel-theme .mtravel-booking-timeline span.is-complete:before{background:#0b5d4a}
body.mtravel-theme .mtravel-booking-timeline span.is-complete i{border-color:#0b5d4a;background:#d8eee7}

body.mtravel-theme .mtravel-partner-command-centre{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:20px;margin:24px 0}
body.mtravel-theme .mtravel-partner-command-centre>article{padding:29px;border-radius:24px;background:linear-gradient(135deg,#073e34,#0b5d4a);color:#fff}
body.mtravel-theme .mtravel-partner-command-centre>article h2{color:#fff;font-size:1.7rem}
body.mtravel-theme .mtravel-partner-command-centre>article p{color:rgba(255,255,255,.78)}
body.mtravel-theme .mtravel-partner-command-centre>article .mtravel-section-kicker{color:#f0c678}
body.mtravel-theme .mtravel-partner-command-centre>article .mtravel-progress{background:rgba(255,255,255,.16)}
body.mtravel-theme .mtravel-partner-quick-actions{display:grid;gap:10px}
body.mtravel-theme .mtravel-partner-quick-actions a{display:grid;gap:4px;padding:18px 20px;border:1px solid #d7e5df;border-radius:17px;background:#fff}
body.mtravel-theme .mtravel-partner-quick-actions a:hover{border-color:#9ebfb3;box-shadow:0 11px 28px rgba(4,50,42,.08)}
body.mtravel-theme .mtravel-partner-quick-actions span{color:#667a73;font-size:.75rem}

@media(max-width:1100px){
 body.mtravel-theme .mtravel-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.mtravel-theme .mtravel-dashboard-stats--advanced{grid-template-columns:repeat(3,minmax(0,1fr))}
 body.mtravel-theme .mtravel-article-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
 body.mtravel-theme .mtravel-navigation-panel{inset:0 0 0 auto!important;width:min(92vw,420px)!important;max-width:420px!important;padding:0 18px 24px!important;border:0!important;border-radius:24px 0 0 24px!important;box-shadow:-20px 0 60px rgba(0,0,0,.25)!important}
 body.mtravel-theme .mtravel-navigation-panel:before{position:fixed;z-index:-1;inset:0 min(92vw,420px) 0 0;background:rgba(2,26,22,.55);backdrop-filter:blur(3px);content:""}
 body.mtravel-theme .mtravel-mobile-menu-head{position:sticky;z-index:3;top:0;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 -18px 8px;padding:18px;border-bottom:1px solid #e0e9e6;background:#fff}
 body.mtravel-theme .mtravel-mobile-menu-head>div{display:grid;gap:3px}
 body.mtravel-theme .mtravel-mobile-menu-head strong{color:#123e34;font-size:1rem}
 body.mtravel-theme .mtravel-mobile-menu-head span{color:#6a7d77;font-size:.7rem}
 body.mtravel-theme .mtravel-mobile-menu-close{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border:0;border-radius:14px;background:#edf5f2;color:#073e34;cursor:pointer}
 body.mtravel-theme .mtravel-mobile-menu-close .mtravel-icon{width:23px;height:23px}
 body.mtravel-theme .mtravel-primary-nav{padding-bottom:10px}
 body.mtravel-theme .mtravel-menu>li>a{border-radius:11px;border-bottom:1px solid #e7eeeb!important}
 body.mtravel-theme .mtravel-menu>li>a:hover{background:#eff7f4}
 body.mtravel-theme .mtravel-nav-actions{margin-top:auto}
 body.mtravel-theme .mtravel-story-single__layout,body.mtravel-theme .mtravel-dashboard-overview,body.mtravel-theme .mtravel-partner-command-centre{grid-template-columns:1fr}
 body.mtravel-theme .mtravel-story-single__aside{position:static}
 body.mtravel-theme .mtravel-dashboard-stats--advanced{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
 body.mtravel-theme{padding-bottom:0!important}
 body.mtravel-theme .mtravel-footer{padding-bottom:28px!important}
 body.mtravel-theme .mtravel-floating{bottom:18px!important}
 body.mtravel-theme .mtravel-back-to-top{bottom:72px!important}
 body.mtravel-theme .mtravel-story-archive-hero{padding:62px 0}
 body.mtravel-theme .mtravel-story-archive-hero__actions{display:grid;grid-template-columns:1fr}
 body.mtravel-theme .mtravel-story-grid,body.mtravel-theme .mtravel-article-list,body.mtravel-theme .mtravel-editorial-hub__stats,body.mtravel-theme .mtravel-dashboard-stats--advanced{grid-template-columns:1fr}
 body.mtravel-theme .mtravel-story-card{min-height:0;padding:23px}
 body.mtravel-theme .mtravel-editorial-hub__stats>div{min-height:90px;border-right:0;border-bottom:1px solid #e0e9e6}
 body.mtravel-theme .mtravel-editorial-hub__stats>div:last-child{border-bottom:0}
 body.mtravel-theme .mtravel-story-single__hero{padding:58px 0}
 body.mtravel-theme .mtravel-story-single__content{font-size:1rem}
 body.mtravel-theme .mtravel-booking-timeline{overflow-x:auto;grid-template-columns:repeat(5,minmax(78px,1fr));padding-bottom:8px}
 body.mtravel-theme .mtravel-dashboard-readiness__top{flex-direction:column}
 body.mtravel-theme .mtravel-profile-panel>summary{padding:19px}
 body.mtravel-theme .mtravel-profile-form{padding:19px}
}


/* ============================================================
   M Travel v5.4 — accessible routes, photo-first tours and menu
   ============================================================ */
body.mtravel-theme .mtravel-topbar__commerce--simple{display:flex!important;justify-content:center!important}
body.mtravel-theme .mtravel-topbar__commerce--simple .mtravel-topbar__center{display:flex;justify-content:center;width:100%}
body.mtravel-theme .mtravel-brand-group{display:flex;align-items:center;gap:12px;min-width:0}
body.mtravel-theme .mtravel-brand-group>.mtravel-language-switcher{position:relative;flex:0 0 auto}
body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{min-width:48px;height:40px;padding:0 10px;border:1px solid #d8e4df;border-radius:12px;background:#f5faf8;color:#103f35;font-size:.75rem;font-weight:900}
body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__menu{top:calc(100% + 9px);right:0;left:auto;z-index:10020;width:154px;background:#fff;color:#17251f;box-shadow:0 18px 45px rgba(5,44,39,.18)}
body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__menu a{color:#17251f!important}
body.mtravel-theme .mtravel-menu-overlay{display:none}
body.mtravel-theme .mtravel-tour-card__media{isolation:isolate;background:#dce9e4}
body.mtravel-theme .mtravel-tour-card__image{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
body.mtravel-theme .mtravel-tour-card__media:before{z-index:1}
body.mtravel-theme .mtravel-tour-card__badges,body.mtravel-theme .mtravel-tour-card__view,body.mtravel-theme .mtravel-custom-tour-card__symbol{z-index:2}
body.mtravel-theme .mtravel-tour-card:hover .mtravel-tour-card__image{transform:scale(1.045)}
body.mtravel-theme .mtravel-custom-tour-card__media:after{z-index:1}

@media(min-width:901px){
 body.mtravel-theme .mtravel-brand-group{height:74px}
 body.mtravel-theme .mtravel-brand-group .mtravel-brand,body.mtravel-theme .mtravel-brand-group .mtravel-brand__link{height:74px}
 body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{height:38px}
 body.mtravel-theme .mtravel-nav-actions{flex:0 0 auto}
}
@media(min-width:901px) and (max-width:1280px){
 body.mtravel-theme .mtravel-brand-group{gap:7px}
 body.mtravel-theme .mtravel-brand-group .mtravel-brand img,body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:156px!important}
 body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{min-width:42px;padding-inline:7px}
}
@media(max-width:900px){
 body.mtravel-theme .mtravel-topbar__commerce--simple{min-height:36px;padding-inline:8px!important}
 body.mtravel-theme .mtravel-topbar__commerce--simple .mtravel-topbar__center{gap:7px!important}
 body.mtravel-theme .mtravel-navbar{position:relative;z-index:10002;min-height:72px!important;padding:9px 0}
 body.mtravel-theme .mtravel-brand-group{gap:7px;max-width:calc(100% - 58px)}
 body.mtravel-theme .mtravel-brand-group .mtravel-brand{min-width:0}
 body.mtravel-theme .mtravel-brand-group .mtravel-brand img,body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:min(152px,42vw)!important;max-height:44px!important}
 body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{min-width:42px;width:42px;height:40px;padding:0 5px;border-radius:11px}
 body.mtravel-theme .mtravel-menu-toggle{display:grid!important;position:relative;z-index:10004;width:46px;height:46px;place-items:center;padding:0;border:1px solid #d9e6e1;border-radius:14px;background:#f3f8f6;color:#073e34}
 body.mtravel-theme .mtravel-menu-overlay{position:fixed;z-index:9998;inset:0;display:block;border:0;background:rgba(2,25,21,.58);opacity:0;backdrop-filter:blur(3px);transition:opacity .22s ease;cursor:pointer}
 body.mtravel-theme .mtravel-menu-overlay.is-visible{opacity:1}
 body.mtravel-theme .mtravel-navigation-panel{position:fixed!important;z-index:10003;top:0!important;right:0!important;bottom:0!important;left:auto!important;display:flex!important;width:min(92vw,410px)!important;max-width:410px!important;height:100dvh;max-height:none!important;align-items:stretch;flex-direction:column;gap:0!important;padding:0 16px calc(18px + env(safe-area-inset-bottom))!important;overflow-y:auto;overscroll-behavior:contain;border:0!important;border-radius:24px 0 0 24px!important;background:#fff!important;color:#17251f!important;box-shadow:-24px 0 64px rgba(0,0,0,.28)!important;transform:translateX(106%);visibility:hidden;transition:transform .25s ease,visibility 0s linear .25s}
 body.mtravel-theme .mtravel-navigation-panel:before{display:none!important}
 body.mtravel-theme .mtravel-navigation-panel.is-open{display:flex!important;transform:translateX(0);visibility:visible;transition:transform .25s ease}
 body.admin-bar.mtravel-theme .mtravel-navigation-panel{top:0!important;height:100dvh}
 body.mtravel-theme .mtravel-mobile-menu-head{position:sticky!important;z-index:3;top:0;display:flex!important;align-items:center;justify-content:space-between;gap:14px;margin:0 -16px 10px!important;padding:18px 16px 14px!important;border-bottom:1px solid #e0e9e6;background:#fff}
 body.mtravel-theme .mtravel-primary-nav{height:auto!important;padding:4px 0 12px!important}
 body.mtravel-theme .mtravel-menu{display:grid!important;height:auto!important;align-items:stretch!important;gap:4px!important;width:100%}
 body.mtravel-theme .mtravel-menu>li{display:block!important;height:auto!important}
 body.mtravel-theme .mtravel-menu>li>a{display:flex!important;min-height:50px;height:auto!important;align-items:center;padding:12px 13px!important;border:0!important;border-radius:12px;color:#173f35!important;font-size:.98rem!important;font-weight:850}
 body.mtravel-theme .mtravel-menu>li>a:hover,body.mtravel-theme .mtravel-menu>.current-menu-item>a,body.mtravel-theme .mtravel-menu>.current-menu-ancestor>a{background:#edf6f2!important;color:#075342!important}
 body.mtravel-theme .mtravel-menu .sub-menu{position:static!important;display:grid!important;width:auto!important;margin:0 0 8px 14px!important;padding:3px 0 3px 12px!important;border:0!important;border-left:2px solid #c7ddd5!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
 body.mtravel-theme .mtravel-menu .sub-menu a{display:flex;min-height:42px;align-items:center;padding:9px 11px!important;border-radius:10px;color:#456159!important;font-size:.86rem;font-weight:750}
 body.mtravel-theme .mtravel-nav-actions{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;margin-top:auto;padding:14px 0 0!important;border-top:1px solid #e2ebe7;background:#fff!important}
 body.mtravel-theme .mtravel-nav-actions .mtravel-install-button,body.mtravel-theme .mtravel-nav-actions .mtravel-button{width:100%!important;min-height:48px}
}
@media(max-width:520px){
 body.mtravel-theme .mtravel-topbar__payment span{max-width:54vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 body.mtravel-theme .mtravel-topbar__visa-label{max-width:28vw!important}
 body.mtravel-theme .mtravel-brand-group .mtravel-brand img,body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:min(132px,38vw)!important}
 body.mtravel-theme .mtravel-navigation-panel{width:min(94vw,390px)!important;border-radius:20px 0 0 20px!important}
}


/* v5.5: one mobile close control and no install-app buttons. */
body.mtravel-theme .mtravel-install-button,body.mtravel-theme [data-mtravel-install],body.mtravel-theme [data-mtravel-install-modal]{display:none!important}
body.mtravel-theme .mtravel-menu-toggle__close{display:none!important}
body.mtravel-theme .mtravel-menu-toggle[aria-expanded=true] .mtravel-menu-toggle__open{display:block!important}

html.mtravel-menu-open body.mtravel-theme .mtravel-menu-toggle{opacity:0!important;pointer-events:none!important}

/* M Travel v5.5.3 — mobile hero booking, desktop email and contact buttons */

/* Desktop-only email in the top header. The empty balance column keeps the
   payment and visa group visually centred. */
@media (min-width:901px){
  body.mtravel-theme .mtravel-topbar__commerce--simple{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
    align-items:center;
    justify-content:stretch!important;
    gap:18px;
  }
  body.mtravel-theme .mtravel-topbar__commerce--simple .mtravel-topbar__center{
    display:flex!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0;
  }
  body.mtravel-theme .mtravel-topbar__desktop-email{
    display:inline-flex;
    align-items:center;
    justify-self:start;
    gap:8px;
    min-width:0;
    padding:7px 12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(255,255,255,.06);
    color:#fff!important;
    font-size:.72rem;
    font-weight:800;
    line-height:1;
    transition:background .2s ease,border-color .2s ease,transform .2s ease;
  }
  body.mtravel-theme .mtravel-topbar__desktop-email:hover{
    background:rgba(255,255,255,.13);
    border-color:rgba(255,255,255,.27);
    color:#fff!important;
    transform:translateY(-1px);
  }
  body.mtravel-theme .mtravel-topbar__desktop-email .mtravel-icon{
    width:16px;
    height:16px;
    flex:0 0 16px;
    color:#f2c06e!important;
  }
  body.mtravel-theme .mtravel-topbar__desktop-email span{
    overflow:hidden;
    max-width:260px;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.mtravel-theme .mtravel-topbar__desktop-balance{display:block;min-width:0}
}
@media (max-width:900px){
  body.mtravel-theme .mtravel-topbar__desktop-email,
  body.mtravel-theme .mtravel-topbar__desktop-balance{display:none!important}
}

/* Make the fixed contact controls look and behave like finished branded
   communication buttons rather than generic floating chips. */
body.mtravel-theme .mtravel-floating{
  z-index:1000;
  min-height:58px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:7px 17px 7px 7px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  color:#fff!important;
  box-shadow:0 16px 42px rgba(1,35,29,.28),0 3px 9px rgba(1,35,29,.18);
  font-size:.78rem;
  font-weight:800;
  line-height:1.1;
  isolation:isolate;
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
body.mtravel-theme .mtravel-floating:before{
  position:absolute;
  z-index:-1;
  inset:0;
  content:"";
  background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 52%);
  pointer-events:none;
}
body.mtravel-theme .mtravel-floating:hover{
  color:#fff!important;
  transform:translateY(-3px);
  box-shadow:0 20px 48px rgba(1,35,29,.34),0 5px 12px rgba(1,35,29,.2);
  filter:saturate(1.05);
}
body.mtravel-theme .mtravel-floating__icon{
  display:grid;
  width:42px;
  height:42px;
  flex:0 0 42px;
  place-items:center;
  border:1px solid rgba(255,255,255,.3);
  border-radius:14px;
  background:rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
body.mtravel-theme .mtravel-floating__icon .mtravel-icon{
  width:22px;
  height:22px;
  color:#fff!important;
  stroke-width:2;
}
body.mtravel-theme .mtravel-floating__text{
  display:grid;
  gap:2px;
  min-width:0;
}
body.mtravel-theme .mtravel-floating__text strong{
  display:block!important;
  color:#fff!important;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.01em;
}
body.mtravel-theme .mtravel-floating__text small{
  display:block;
  color:rgba(255,255,255,.78)!important;
  font-size:.63rem;
  font-weight:650;
  white-space:nowrap;
}
body.mtravel-theme .mtravel-floating--whatsapp{
  left:22px;
  background:linear-gradient(135deg,#25d366 0%,#128c4f 100%)!important;
}
body.mtravel-theme .mtravel-floating--email{
  right:22px;
  background:linear-gradient(135deg,#0b5d4a 0%,#06382f 100%)!important;
}

/* Mobile: the booking card is the first and strongest element in the photo
   hero; the supporting headline remains present but no longer dominates. */
@media (max-width:680px){
  body.mtravel-theme .mtravel-hero{
    min-height:auto!important;
    padding:15px 0 38px!important;
    background-position:58% center!important;
  }
  body.mtravel-theme .mtravel-hero:before{
    background:linear-gradient(180deg,rgba(2,31,28,.68) 0%,rgba(2,31,28,.84) 52%,rgba(2,31,28,.96) 100%)!important;
  }
  body.mtravel-theme .mtravel-hero__grid{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
  }
  body.mtravel-theme .mtravel-hero-card{
    order:-1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:16px!important;
    border:1px solid rgba(255,255,255,.68)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 20px 52px rgba(0,0,0,.32)!important;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  body.mtravel-theme .mtravel-hero-card:before{
    display:block;
    width:48px;
    height:4px;
    margin:0 auto 12px;
    border-radius:999px;
    background:linear-gradient(90deg,#0b5d4a,#dca84d);
    content:"";
  }
  body.mtravel-theme .mtravel-hero-card__title{
    align-items:center;
    margin-bottom:13px!important;
  }
  body.mtravel-theme .mtravel-hero-card__title h2{
    margin-top:4px!important;
    font-size:1.16rem!important;
    line-height:1.18!important;
    letter-spacing:-.025em!important;
  }
  body.mtravel-theme .mtravel-hero-card__title span{
    padding:5px 8px!important;
    font-size:.58rem!important;
    letter-spacing:.07em!important;
  }
  body.mtravel-theme .mtravel-hero-form{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }
  body.mtravel-theme .mtravel-hero-form .mtravel-field{
    min-width:0!important;
    margin:0!important;
  }
  body.mtravel-theme .mtravel-hero-form .mtravel-field--full{
    grid-column:1/-1!important;
  }
  body.mtravel-theme .mtravel-hero-form label{
    margin-bottom:5px!important;
    color:#2e4b43!important;
    font-size:.66rem!important;
    line-height:1.2!important;
  }
  body.mtravel-theme .mtravel-hero-form input,
  body.mtravel-theme .mtravel-hero-form select{
    box-sizing:border-box!important;
    min-width:0!important;
    height:46px!important;
    padding:0 10px!important;
    border:1px solid #ceddd7!important;
    border-radius:11px!important;
    background:#f9fcfb!important;
    color:#17251f!important;
    font-size:16px!important;
    font-weight:700!important;
  }
  body.mtravel-theme .mtravel-hero-form input:focus,
  body.mtravel-theme .mtravel-hero-form select:focus{
    border-color:#0b5d4a!important;
    background:#fff!important;
    box-shadow:0 0 0 3px rgba(11,93,74,.12)!important;
  }
  body.mtravel-theme .mtravel-hero-form__buttons{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-column:1/-1!important;
    gap:8px!important;
    margin-top:3px!important;
  }
  body.mtravel-theme .mtravel-hero-form__buttons .mtravel-button{
    min-height:46px!important;
    padding:10px 8px!important;
    border-radius:12px!important;
    font-size:.72rem!important;
    font-weight:900!important;
    line-height:1.15!important;
  }
  body.mtravel-theme .mtravel-hero-card__note{
    grid-column:1/-1!important;
    margin-top:1px!important;
    color:#60756e!important;
    font-size:.63rem!important;
    line-height:1.35!important;
  }
  body.mtravel-theme .mtravel-hero__content{
    order:2!important;
    width:100%!important;
    max-width:none!important;
    padding:0 2px!important;
    text-align:left!important;
  }
  body.mtravel-theme .mtravel-hero .mtravel-section-kicker{
    font-size:.64rem!important;
    letter-spacing:.105em!important;
  }
  body.mtravel-theme .mtravel-hero h1{
    max-width:520px!important;
    margin:9px 0 11px!important;
    font-size:clamp(1.78rem,8.2vw,2.25rem)!important;
    line-height:1.04!important;
    letter-spacing:-.045em!important;
  }
  body.mtravel-theme .mtravel-hero__lead{
    max-width:560px!important;
    margin-bottom:16px!important;
    color:rgba(255,255,255,.84)!important;
    font-size:.89rem!important;
    line-height:1.52!important;
  }
  body.mtravel-theme .mtravel-hero__actions{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.mtravel-theme .mtravel-hero__actions .mtravel-button{
    min-height:43px!important;
    padding:9px 8px!important;
    border-radius:12px!important;
    font-size:.72rem!important;
  }
  body.mtravel-theme .mtravel-hero__trust{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin-top:15px!important;
    font-size:.72rem!important;
    line-height:1.3!important;
  }
  body.mtravel-theme .mtravel-hero__trust li{gap:6px!important}
  body.mtravel-theme .mtravel-hero__trust .mtravel-icon{width:15px!important;height:15px!important}

  body.mtravel-theme .mtravel-floating{
    bottom:12px!important;
    width:calc(50% - 16px)!important;
    max-width:180px!important;
    min-height:54px!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:6px 9px 6px 6px!important;
    border-radius:16px!important;
  }
  body.mtravel-theme .mtravel-floating--whatsapp{left:10px!important}
  body.mtravel-theme .mtravel-floating--email{right:10px!important}
  body.mtravel-theme .mtravel-floating__icon{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    border-radius:12px!important;
  }
  body.mtravel-theme .mtravel-floating__icon .mtravel-icon{width:21px!important;height:21px!important}
  body.mtravel-theme .mtravel-floating__text strong{
    display:block!important;
    overflow:hidden;
    font-size:.75rem!important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  body.mtravel-theme .mtravel-floating__text small{display:none!important}
  body.mtravel-theme .mtravel-footer{padding-bottom:88px!important}
}
@media (max-width:360px){
  body.mtravel-theme .mtravel-hero-form{grid-template-columns:1fr!important}
  body.mtravel-theme .mtravel-hero-form .mtravel-field--full,
  body.mtravel-theme .mtravel-hero-form__buttons,
  body.mtravel-theme .mtravel-hero-card__note{grid-column:auto!important}
  body.mtravel-theme .mtravel-hero-form__buttons{grid-template-columns:1fr!important}
  body.mtravel-theme .mtravel-hero__actions{grid-template-columns:1fr!important}
  body.mtravel-theme .mtravel-floating__text strong{font-size:.69rem!important}
}


/* M Travel v5.5.4 — header social links and Burundi Tours wordmark */
body.mtravel-theme .mtravel-burundi-tours-wordmark{
  position:relative;
  display:inline-flex;
  min-width:max-content;
  align-items:baseline;
  justify-content:center;
  gap:5px;
  padding:7px 4px 9px;
  color:#0a5545!important;
  line-height:1;
  white-space:nowrap;
  isolation:isolate;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark:after{
  position:absolute;
  right:2px;
  bottom:3px;
  left:2px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,#d39b43 20%,#d39b43 80%,transparent);
  content:"";
  transform:rotate(-2deg);
}
body.mtravel-theme .mtravel-burundi-tours-wordmark span,
body.mtravel-theme .mtravel-burundi-tours-wordmark strong{
  position:relative;
  z-index:1;
  color:inherit;
  text-shadow:0 1px 0 #fff;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark span{
  font-family:"Brush Script MT","Segoe Script","Snell Roundhand",cursive;
  font-size:1.45rem;
  font-weight:700;
  letter-spacing:.01em;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark strong{
  color:#9a671f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:.82rem;
  font-style:italic;
  font-weight:800;
  letter-spacing:.04em;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark:hover{
  color:#073e34!important;
  transform:translateY(-1px);
}

body.mtravel-theme .mtravel-header-socials{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  gap:6px;
}
body.mtravel-theme .mtravel-header-socials__link{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border:1px solid #d8e5e0;
  border-radius:11px;
  background:#f5faf8;
  color:#174c40!important;
  box-shadow:0 4px 12px rgba(5,55,46,.07);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
body.mtravel-theme .mtravel-header-socials__link .mtravel-icon{width:17px;height:17px}
body.mtravel-theme .mtravel-header-socials__link:hover{
  transform:translateY(-2px);
  border-color:transparent;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(5,55,46,.18);
}
body.mtravel-theme .mtravel-header-socials__link--facebook:hover{background:#1877f2}
body.mtravel-theme .mtravel-header-socials__link--instagram:hover{background:linear-gradient(135deg,#833ab4,#e1306c,#fcb045)}
body.mtravel-theme .mtravel-header-socials__link--tiktok:hover{background:#111}
body.mtravel-theme .mtravel-header-socials__link--youtube:hover{background:#ff0000}

@media(min-width:901px){
  body.mtravel-theme .mtravel-navbar{gap:18px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{flex:0 0 auto}
  body.mtravel-theme .mtravel-header-socials{flex:0 0 auto}
  body.mtravel-theme .mtravel-navigation-panel{min-width:0;gap:20px}
  body.mtravel-theme .mtravel-menu{gap:20px}
}
@media(min-width:901px) and (max-width:1280px){
  body.mtravel-theme .mtravel-navbar{gap:10px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{gap:3px;padding-inline:1px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:1.16rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.68rem}
  body.mtravel-theme .mtravel-header-socials{gap:4px}
  body.mtravel-theme .mtravel-header-socials__link{width:29px;height:29px;border-radius:9px}
  body.mtravel-theme .mtravel-header-socials__link .mtravel-icon{width:14px;height:14px}
  body.mtravel-theme .mtravel-navigation-panel{gap:12px}
  body.mtravel-theme .mtravel-menu{gap:13px}
  body.mtravel-theme .mtravel-menu>li>a{font-size:.78rem}
  body.mtravel-theme .mtravel-nav-actions .mtravel-button{padding-inline:13px;font-size:.73rem}
}
@media(max-width:900px){
  body.mtravel-theme .mtravel-navbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto;
    grid-template-areas:
      "brand wordmark toggle"
      "social social social";
    align-items:center;
    gap:7px 8px!important;
    padding:8px 0 7px!important;
  }
  body.mtravel-theme .mtravel-brand-group{grid-area:brand;max-width:none!important;gap:6px!important}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{grid-area:wordmark;align-self:center;padding:4px 1px 7px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:1.03rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.62rem}
  body.mtravel-theme .mtravel-menu-toggle{grid-area:toggle}
  body.mtravel-theme .mtravel-header-socials{
    grid-area:social;
    width:100%;
    min-height:39px;
    padding-top:6px;
    border-top:1px solid #e5edea;
    gap:10px;
  }
  body.mtravel-theme .mtravel-header-socials__link{width:32px;height:32px;border-radius:10px}
  body.mtravel-theme .mtravel-header-socials__link .mtravel-icon{width:16px;height:16px}
}
@media(max-width:520px){
  body.mtravel-theme .mtravel-navbar{grid-template-columns:minmax(0,1fr) auto auto;column-gap:6px!important}
  body.mtravel-theme .mtravel-brand-group .mtravel-brand img,
  body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:min(108px,32vw)!important;max-height:40px!important}
  body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{width:38px;min-width:38px;height:38px;padding:0 3px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:.92rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.56rem}
  body.mtravel-theme .mtravel-menu-toggle{width:42px;height:42px;border-radius:12px}
  body.mtravel-theme .mtravel-header-socials{gap:12px}
}
@media(max-width:350px){
  body.mtravel-theme .mtravel-brand-group .mtravel-brand img,
  body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:94px!important}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:.82rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.51rem}
}


/* M Travel v5.5.5 — utility-header socials, Client Area and compact Burundi Tours signature */
body.mtravel-theme .mtravel-topbar__commerce--simple{
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(300px,1.45fr) minmax(250px,1fr);
  grid-template-areas:"identity center network";
  min-height:44px;
  align-items:center;
  gap:14px;
}
body.mtravel-theme .mtravel-topbar__identity{
  grid-area:identity;
  display:flex;
  min-width:0;
  align-items:center;
  gap:12px;
}
body.mtravel-theme .mtravel-topbar__desktop-email,
body.mtravel-theme .mtravel-topbar__client-area{
  display:inline-flex;
  min-width:0;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.9)!important;
  font-size:.72rem;
  font-weight:800;
  white-space:nowrap;
}
body.mtravel-theme .mtravel-topbar__desktop-email span{
  overflow:hidden;
  text-overflow:ellipsis;
}
body.mtravel-theme .mtravel-topbar__client-area{
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  background:rgba(255,255,255,.08);
}
body.mtravel-theme .mtravel-topbar__client-area:hover{
  border-color:#efbb67;
  background:#efbb67;
  color:#16362e!important;
}
body.mtravel-theme .mtravel-topbar__identity .mtravel-icon,
body.mtravel-theme .mtravel-topbar__client-area .mtravel-icon{
  width:14px;
  height:14px;
  color:#efbb67;
}
body.mtravel-theme .mtravel-topbar__client-area:hover .mtravel-icon{color:#16362e}
body.mtravel-theme .mtravel-topbar__center{
  grid-area:center;
  display:flex!important;
  width:100%;
  min-width:0;
  align-self:stretch;
  justify-content:center;
}
body.mtravel-theme .mtravel-topbar__network{
  grid-area:network;
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
}
body.mtravel-theme .mtravel-topbar__follow-label{
  color:rgba(255,255,255,.66);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
body.mtravel-theme .mtravel-topbar-socials{
  display:flex;
  align-items:center;
  gap:5px;
}
body.mtravel-theme .mtravel-topbar-socials__link{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border:1px solid rgba(255,255,255,.17);
  border-radius:9px;
  background:rgba(255,255,255,.07);
  color:#fff!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
body.mtravel-theme .mtravel-topbar-socials__link .mtravel-icon{width:14px;height:14px;color:inherit}
body.mtravel-theme .mtravel-topbar-socials__link:hover{transform:translateY(-1px);border-color:transparent}
body.mtravel-theme .mtravel-topbar-socials__link--facebook:hover{background:#1877f2}
body.mtravel-theme .mtravel-topbar-socials__link--instagram:hover{background:linear-gradient(135deg,#833ab4,#e1306c,#fcb045)}
body.mtravel-theme .mtravel-topbar-socials__link--tiktok:hover{background:#111}
body.mtravel-theme .mtravel-topbar-socials__link--youtube:hover{background:#f00}

body.mtravel-theme .mtravel-burundi-tours-wordmark{
  position:relative;
  display:inline-flex;
  min-width:112px;
  max-width:136px;
  min-height:48px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:1px;
  padding:5px 12px 7px;
  overflow:hidden;
  border:1px solid rgba(11,93,74,.16);
  border-radius:16px;
  background:linear-gradient(145deg,#fbfdfc 0%,#edf7f3 100%);
  box-shadow:0 7px 18px rgba(7,62,52,.08),inset 0 1px 0 #fff;
  color:#0a5545!important;
  line-height:1;
  white-space:nowrap;
  isolation:isolate;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark:before{
  position:absolute;
  top:7px;
  right:9px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#d39b43;
  box-shadow:-78px 27px 0 -1px rgba(11,93,74,.23);
  content:"";
}
body.mtravel-theme .mtravel-burundi-tours-wordmark:after{
  right:15px;
  bottom:5px;
  left:15px;
  height:2px;
  background:linear-gradient(90deg,transparent,#d39b43 22%,#d39b43 78%,transparent);
  transform:none;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark span{
  font-family:"Brush Script MT","Segoe Script","Snell Roundhand",cursive;
  font-size:1.25rem;
  font-weight:700;
  line-height:.82;
  letter-spacing:.01em;
  transform:rotate(-2deg);
}
body.mtravel-theme .mtravel-burundi-tours-wordmark strong{
  margin-left:.18em;
  color:#8a5b18;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:.55rem;
  font-style:normal;
  font-weight:900;
  line-height:1;
  letter-spacing:.24em;
  text-transform:uppercase;
}
body.mtravel-theme .mtravel-burundi-tours-wordmark:hover{
  border-color:rgba(211,155,67,.55);
  background:#fff;
  color:#073e34!important;
  box-shadow:0 10px 24px rgba(7,62,52,.13),inset 0 1px 0 #fff;
}

@media(min-width:901px){
  body.mtravel-theme .mtravel-navbar{gap:16px}
  body.mtravel-theme .mtravel-navigation-panel{flex:1 1 auto;min-width:0;justify-content:flex-end}
}
@media(min-width:901px) and (max-width:1180px){
  body.mtravel-theme .mtravel-topbar__commerce--simple{grid-template-columns:minmax(155px,.8fr) minmax(260px,1.35fr) minmax(205px,1fr);gap:8px}
  body.mtravel-theme .mtravel-topbar__desktop-email span{max-width:142px}
  body.mtravel-theme .mtravel-topbar__follow-label{display:none}
  body.mtravel-theme .mtravel-topbar-socials{gap:3px}
  body.mtravel-theme .mtravel-topbar-socials__link{width:26px;height:26px;border-radius:8px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{min-width:98px;max-width:112px;padding-inline:8px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:1.08rem}
}
@media(max-width:900px){
  body.mtravel-theme .mtravel-topbar__commerce--simple{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"network identity" "center center";
    min-height:0;
    gap:5px 8px!important;
    padding:6px 8px 7px!important;
  }
  body.mtravel-theme .mtravel-topbar__identity{justify-content:flex-end}
  body.mtravel-theme .mtravel-topbar__desktop-email{display:none!important}
  body.mtravel-theme .mtravel-topbar__client-area{min-height:29px;padding:4px 9px;font-size:.66rem}
  body.mtravel-theme .mtravel-topbar__network{justify-content:flex-start}
  body.mtravel-theme .mtravel-topbar__follow-label{display:none}
  body.mtravel-theme .mtravel-topbar-socials__link{width:28px;height:28px;border-radius:9px}
  body.mtravel-theme .mtravel-topbar__center{min-height:32px}
  body.mtravel-theme .mtravel-topbar__payment{flex:1 1 auto}
  body.mtravel-theme .mtravel-navbar{
    grid-template-columns:minmax(0,1fr) minmax(84px,96px) 46px!important;
    grid-template-areas:"brand wordmark toggle"!important;
    gap:6px!important;
    padding:8px 0!important;
  }
  body.mtravel-theme .mtravel-brand-group{max-width:none!important;gap:5px!important}
  body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{width:38px;min-width:38px;height:38px;padding-inline:3px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{
    min-width:84px;
    max-width:96px;
    min-height:42px;
    padding:4px 6px 6px;
    border-radius:13px;
  }
  body.mtravel-theme .mtravel-burundi-tours-wordmark:before{top:6px;right:7px;width:4px;height:4px;box-shadow:-58px 23px 0 -1px rgba(11,93,74,.2)}
  body.mtravel-theme .mtravel-burundi-tours-wordmark:after{right:11px;bottom:4px;left:11px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:.94rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.44rem;letter-spacing:.19em}
}
@media(max-width:520px){
  body.mtravel-theme .mtravel-brand-group .mtravel-brand img,
  body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:min(106px,31vw)!important;max-height:39px!important}
  body.mtravel-theme .mtravel-topbar__client-area span{font-size:.62rem}
}
@media(max-width:370px){
  body.mtravel-theme .mtravel-topbar-socials{gap:3px}
  body.mtravel-theme .mtravel-topbar-socials__link{width:26px;height:26px;border-radius:8px}
  body.mtravel-theme .mtravel-topbar__client-area{padding-inline:7px}
  body.mtravel-theme .mtravel-navbar{grid-template-columns:minmax(0,1fr) 74px 42px!important;gap:4px!important}
  body.mtravel-theme .mtravel-brand-group .mtravel-brand img,
  body.mtravel-theme .mtravel-brand-group .mtravel-brand .custom-logo{max-width:91px!important}
  body.mtravel-theme .mtravel-brand-group .mtravel-language-switcher__toggle{width:35px;min-width:35px;height:36px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark{min-width:72px;max-width:74px;min-height:40px;padding-inline:4px}
  body.mtravel-theme .mtravel-burundi-tours-wordmark span{font-size:.82rem}
  body.mtravel-theme .mtravel-burundi-tours-wordmark strong{font-size:.39rem;letter-spacing:.15em}
  body.mtravel-theme .mtravel-menu-toggle{width:42px;height:42px!important}
}


/* M Travel v5.5.6 — refined desktop floating contact controls */
@media (min-width:901px){
  body.mtravel-theme .mtravel-floating-contact{
    position:fixed;
    z-index:1000;
    right:24px;
    bottom:24px;
    display:grid;
    width:238px;
    gap:10px;
    padding:8px;
    border:1px solid rgba(7,62,52,.10);
    border-radius:22px;
    background:rgba(255,255,255,.86);
    box-shadow:0 22px 65px rgba(3,36,30,.18),0 4px 16px rgba(3,36,30,.08);
    backdrop-filter:blur(16px) saturate(1.15);
    -webkit-backdrop-filter:blur(16px) saturate(1.15);
  }
  body.mtravel-theme .mtravel-floating-contact:before{
    content:"Need help planning?";
    display:block;
    padding:4px 7px 1px;
    color:#5f736d;
    font-size:.64rem;
    font-weight:850;
    letter-spacing:.075em;
    text-transform:uppercase;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating{
    position:relative!important;
    inset:auto!important;
    width:100%;
    min-height:62px;
    gap:11px;
    padding:8px 10px 8px 8px;
    border:1px solid transparent;
    border-radius:16px;
    box-shadow:none;
    overflow:visible;
    transform:none;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating:before{
    display:none;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating:hover{
    transform:translateY(-2px);
    box-shadow:0 13px 25px rgba(3,36,30,.18);
    filter:none;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--whatsapp{
    background:linear-gradient(135deg,#27d369 0%,#159b54 100%)!important;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email{
    border-color:rgba(7,62,52,.12);
    background:#fff!important;
    color:#073e34!important;
    box-shadow:0 6px 16px rgba(7,62,52,.07);
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email:hover{
    color:#073e34!important;
    border-color:rgba(11,93,74,.28);
    box-shadow:0 13px 25px rgba(7,62,52,.14);
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating__icon{
    position:relative;
    width:44px;
    height:44px;
    flex:0 0 44px;
    border-radius:14px;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--whatsapp .mtravel-floating__icon{
    border-color:rgba(255,255,255,.34);
    background:rgba(255,255,255,.17);
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email .mtravel-floating__icon{
    border-color:rgba(11,93,74,.10);
    background:#edf7f3;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email .mtravel-icon{
    color:#0b5d4a!important;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating__text{
    flex:1 1 auto;
    gap:3px;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating__text strong{
    font-size:.79rem;
    line-height:1.1;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating__text small{
    font-size:.62rem;
    line-height:1.25;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email .mtravel-floating__text strong{
    color:#073e34!important;
  }
  body.mtravel-theme .mtravel-floating-contact .mtravel-floating--email .mtravel-floating__text small{
    color:#637770!important;
  }
  body.mtravel-theme .mtravel-floating__arrow{
    display:grid;
    width:24px;
    height:24px;
    flex:0 0 24px;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.16);
    color:inherit;
    font-size:1.18rem;
    font-weight:500;
    line-height:1;
    transition:transform .2s ease,background .2s ease;
  }
  body.mtravel-theme .mtravel-floating--email .mtravel-floating__arrow{
    background:#edf7f3;
    color:#0b5d4a;
  }
  body.mtravel-theme .mtravel-floating:hover .mtravel-floating__arrow{
    transform:translateX(2px);
  }
  body.mtravel-theme .mtravel-floating__status{
    position:absolute;
    right:-1px;
    bottom:-1px;
    width:11px;
    height:11px;
    border:2px solid #1aa458;
    border-radius:50%;
    background:#fff;
    box-shadow:0 0 0 2px rgba(255,255,255,.22);
  }
}
@media (max-width:900px){
  body.mtravel-theme .mtravel-floating-contact{display:contents}
  body.mtravel-theme .mtravel-floating__arrow,
  body.mtravel-theme .mtravel-floating__status{display:none!important}
}
