
/*
Theme Name: MAMATRAVEL Navigation Button Fix V16
Theme URI: https://mamatravel.net
Author: MAMATRAVEL USA & SERVICES LLC
Description: Responsive patriotic business theme matching the MAMATRAVEL reference design for immigration, tax preparation, IT support, translation, appointments, and client portal access.
Version: 16.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: mamatravel-v9
License: GNU General Public License v2 or later
*/
:root{
 --navy:#062f70;--deep:#031f50;--red:#e20f1b;--ink:#13213e;
 --muted:#5c687d;--line:#dfe6ef;--light:#f8fafc;--white:#fff;
 --shadow:0 15px 38px rgba(6,47,112,.13);--max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.mt-wrap{width:min(94%,var(--max));margin:0 auto}
.mt-topbar{background:var(--deep);color:#fff;font-size:.88rem}
.mt-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:48px}
.mt-top-left{display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.mt-main-header{background:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 5px 18px rgba(3,31,80,.08)}
.mt-header-inner{display:grid;grid-template-columns:310px 1fr auto;align-items:center;gap:28px;min-height:122px}
.mt-logo img{width:285px;height:92px;object-fit:contain;object-position:left center}
.mt-nav ul{display:flex;align-items:center;justify-content:center;gap:25px;list-style:none;margin:0;padding:0}
.mt-nav a{display:block;color:var(--navy);font-size:.84rem;font-weight:900;padding:20px 5px 16px;position:relative}
.mt-nav a:hover,.mt-nav .current-menu-item>a{color:var(--red)}
.mt-nav a:hover:after,.mt-nav .current-menu-item>a:after{content:"";position:absolute;left:0;right:0;bottom:6px;height:3px;background:var(--red)}
.mt-header-actions{display:flex;gap:14px}
.mt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:70px;padding:12px 22px;border-radius:10px;font-weight:900;text-transform:uppercase;line-height:1.35;border:2px solid transparent;transition:.2s}
.mt-btn:hover{transform:translateY(-2px)}
.mt-btn-outline{background:#fff;color:var(--navy);border-color:var(--navy)}
.mt-btn-navy{background:var(--navy);color:#fff}
.mt-btn-red{background:var(--red);color:#fff}
.mt-menu-toggle{display:none}

.mt-hero{position:relative;min-height:610px;background:url("assets/images/hero-v7.jpg") center/cover no-repeat}
.mt-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 28%,rgba(255,255,255,.25) 57%,rgba(255,255,255,0) 100%)}
.mt-hero-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}
.mt-hero-copy{width:47%;padding:55px 0 105px}
.mt-eyebrow{color:var(--red);font-size:1rem;font-weight:900;text-transform:uppercase}
.mt-eyebrow:after{content:"";display:block;width:42px;height:4px;background:var(--red);margin-top:15px}
.mt-hero h1{font-size:clamp(3.2rem,5.2vw,5.45rem);line-height:1.06;color:var(--navy);margin:22px 0}
.mt-hero p{font-size:1.13rem;max-width:700px;color:#34435a}
.mt-hero-actions{display:flex;gap:22px;flex-wrap:wrap;margin-top:32px}

.mt-trust-wrap{position:relative;z-index:10;margin-top:-70px}
.mt-trust-panel{background:#fff;border-radius:17px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:25px 15px}
.mt-trust-item{display:grid;grid-template-columns:68px 1fr;gap:16px;align-items:center;padding:10px 25px;border-right:1px solid var(--line)}
.mt-trust-item:last-child{border-right:0}
.mt-trust-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:1.55rem}
.mt-trust-item:nth-child(even) .mt-trust-icon{background:var(--red)}
.mt-trust-item strong{display:block;color:var(--ink)}
.mt-trust-item span{display:block;color:var(--muted);font-size:.86rem}

.mt-section{padding:78px 0}
.mt-light{background:var(--light)}
.mt-title{text-align:center;margin-bottom:40px}
.mt-title h2{color:var(--navy);font-size:2rem;margin:0;text-transform:uppercase}
.mt-title h2:before,.mt-title h2:after{content:"";display:inline-block;width:115px;height:2px;background:var(--red);vertical-align:middle;margin:0 24px}
.mt-services{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.mt-service-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;box-shadow:0 10px 28px rgba(6,47,112,.07)}
.mt-service-icon{font-size:2.25rem}
.mt-service-card h3{font-size:1rem;color:var(--navy);text-transform:uppercase;margin:12px 0}
.mt-service-card p{font-size:.91rem;color:var(--muted);min-height:115px}
.mt-service-card a{color:var(--red);font-weight:900}

.mt-why{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}
.mt-why-copy h2{font-size:3rem;line-height:1.1;color:var(--navy);margin:0 0 18px}
.mt-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.mt-why-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(6,47,112,.06)}
.mt-why-card strong{display:block;color:var(--navy);margin-bottom:6px}

.mt-faq{max-width:900px;margin:0 auto}
.mt-faq details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px 20px;margin-bottom:13px}
.mt-faq summary{cursor:pointer;font-weight:900;color:var(--navy)}

.mt-bottom-strip{background:var(--deep);color:#fff}
.mt-bottom-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.mt-bottom-item{padding:18px 22px;text-align:center;border-right:1px solid rgba(255,255,255,.24);font-weight:900}
.mt-bottom-item:last-child{border-right:0}

.mt-cta{background:linear-gradient(120deg,var(--navy),var(--deep));color:#fff}
.mt-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.mt-cta h2{font-size:3rem;margin:0 0 8px}
.mt-footer{background:#021735;color:#fff}
.mt-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding:50px 0 30px}
.mt-footer-logo{width:260px;background:#fff;border-radius:10px;padding:5px}
.mt-footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:17px 0;font-size:.84rem}
.mt-page-hero{background:linear-gradient(120deg,var(--navy),var(--deep));color:#fff;padding:68px 0}
.mt-page-hero h1{font-size:4rem;margin:0}
.mt-content{padding:70px 0}
.mt-content-grid{display:grid;grid-template-columns:1fr 320px;gap:30px}
.mt-side{background:var(--light);border:1px solid var(--line);border-radius:15px;padding:24px;align-self:start}
.mt-side .mt-btn{width:100%;margin-bottom:10px}
.mt-mobile-cta{display:none}

@media(max-width:1200px){
 .mt-header-inner{grid-template-columns:240px 1fr}
 .mt-header-actions{grid-column:1/-1;justify-content:flex-end;padding-bottom:14px}
 .mt-logo img{width:220px}
 .mt-services,.mt-trust-panel{grid-template-columns:repeat(2,1fr)}
 .mt-trust-item:nth-child(2){border-right:0}
}
@media(max-width:900px){
 .mt-topbar-inner{justify-content:center;text-align:center}
 .mt-topbar-inner>div:last-child{display:none}
 .mt-header-inner{grid-template-columns:1fr auto;min-height:92px}
 .mt-logo img{width:190px;height:74px}
 .mt-menu-toggle{display:block;background:var(--red);color:#fff;border:0;border-radius:8px;padding:10px 15px;font-weight:900}
 .mt-nav{display:none;grid-column:1/-1}
 .mt-nav.is-open{display:block}
 .mt-nav ul{flex-direction:column;align-items:stretch}
 .mt-nav a{padding:12px}
 .mt-header-actions{display:none}
 .mt-hero-copy{width:72%}
 .mt-why,.mt-content-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
 .mt-top-left{justify-content:center;gap:12px}
 .mt-hero:before{background:rgba(255,255,255,.88)}
 .mt-hero-copy{width:100%;padding:42px 0 105px}
 .mt-hero h1{font-size:3rem}
 .mt-services,.mt-trust-panel,.mt-why-grid,.mt-bottom-grid,.mt-footer-grid{grid-template-columns:1fr}
 .mt-trust-item{border-right:0;border-bottom:1px solid var(--line)}
 .mt-title h2:before,.mt-title h2:after{display:none}
 .mt-mobile-cta{display:block;position:fixed;left:15px;right:15px;bottom:15px;z-index:1300;background:var(--red);color:#fff;text-align:center;padding:15px;border-radius:10px;font-weight:900;box-shadow:0 10px 28px rgba(0,0,0,.25)}
 body{padding-bottom:76px}
}


/* V8 Hero Slider */
.mt-slider{position:relative;min-height:610px;overflow:hidden;background:#eaf1f8}
.mt-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease;background-position:center;background-size:cover}
.mt-slide.is-active{opacity:1;visibility:visible;z-index:2}
.mt-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 29%,rgba(255,255,255,.22) 58%,rgba(255,255,255,0) 100%)}
.mt-slide-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}
.mt-slide-copy{width:48%;padding:55px 0 105px}
.mt-slide h1,.mt-slide h2{font-size:clamp(3.2rem,5.2vw,5.45rem);line-height:1.06;color:var(--navy);margin:22px 0}
.mt-slide p{font-size:1.13rem;max-width:700px;color:#34435a}
.mt-slider-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:var(--navy);font-size:2.2rem;line-height:1;box-shadow:0 8px 24px rgba(3,31,80,.16);cursor:pointer}
.mt-prev{left:18px}.mt-next{right:18px}
.mt-slider-dots{position:absolute;z-index:7;left:50%;bottom:43px;transform:translateX(-50%);display:flex;gap:10px}
.mt-slider-dots button{width:11px;height:11px;padding:0;border-radius:50%;border:2px solid #fff;background:rgba(255,255,255,.72);cursor:pointer}
.mt-slider-dots button.is-active{background:var(--red);border-color:var(--red)}
@media(max-width:900px){
  .mt-slide-copy{width:72%}
}
@media(max-width:650px){
  .mt-slide-overlay{background:rgba(255,255,255,.88)}
  .mt-slide-copy{width:100%;padding:42px 0 105px}
  .mt-slide h1,.mt-slide h2{font-size:3rem}
  .mt-slider-arrow{width:40px;height:40px;font-size:1.8rem}
}


/* =========================================
   V9 IMMIGRATION SERVICES PAGE
========================================= */
.mt-immigration-page{overflow:hidden}
.mt-imm-hero{
  position:relative;
  min-height:600px;
  background:url("assets/images/slide-1.jpg") center 43%/cover no-repeat;
}
.mt-imm-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(2,23,53,.97) 0%,rgba(6,47,112,.90) 43%,rgba(6,47,112,.28) 72%,rgba(0,0,0,.10) 100%);
}
.mt-imm-hero-inner{position:relative;z-index:2;min-height:600px;display:flex;align-items:center}
.mt-imm-hero-copy{width:min(720px,62%);color:#fff;padding:72px 0}
.mt-imm-hero .mt-eyebrow{color:#fff}
.mt-imm-hero .mt-eyebrow:after{background:var(--red)}
.mt-imm-hero h1{font-size:clamp(3rem,5vw,5.2rem);line-height:1.03;margin:22px 0;color:#fff;letter-spacing:-.035em}
.mt-imm-hero p{font-size:1.2rem;max-width:680px;color:rgba(255,255,255,.9)}
.mt-imm-hero .mt-btn-outline{background:transparent;color:#fff;border-color:#fff}
.mt-imm-hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-weight:800;font-size:.9rem}
.mt-imm-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}
.mt-imm-intro h2{font-size:clamp(2.4rem,4vw,3.7rem);line-height:1.08;color:var(--navy);margin:18px 0}
.mt-imm-intro-copy p{font-size:1.04rem;color:var(--muted)}
.mt-text-link{display:inline-block;margin-top:10px;color:var(--red);font-weight:900}
.mt-legal-notice{background:linear-gradient(145deg,var(--navy),var(--deep));color:#fff;padding:36px;border-radius:20px;box-shadow:var(--shadow);border-top:6px solid var(--red)}
.mt-legal-icon{font-size:2.4rem}
.mt-legal-notice h3{font-size:1.55rem;margin:12px 0}
.mt-legal-notice p{color:rgba(255,255,255,.88);font-size:.94rem}
.mt-section-kicker{display:block;color:var(--red);font-size:.82rem;text-transform:uppercase;font-weight:900;letter-spacing:.12em;margin-bottom:8px}
.mt-section-intro{max-width:810px;margin:17px auto 0;color:var(--muted)}
.mt-imm-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mt-imm-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 30px rgba(6,47,112,.07);transition:.25s}
.mt-imm-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(6,47,112,.14);border-color:rgba(226,15,27,.3)}
.mt-imm-card:before{content:"";position:absolute;left:0;top:28px;width:5px;height:48px;background:var(--red);border-radius:0 5px 5px 0}
.mt-imm-card-icon{font-size:2.3rem}
.mt-imm-card h3{color:var(--navy);font-size:1.18rem;margin:14px 0 8px;text-transform:uppercase}
.mt-imm-card p{color:var(--muted);font-size:.92rem;min-height:86px}
.mt-imm-card ul{padding-left:20px;color:#34435a;font-size:.88rem;min-height:78px}
.mt-imm-card a{display:inline-block;margin-top:10px;color:var(--red);font-weight:900}
.mt-imm-process-section{background:linear-gradient(145deg,#fff,#f6f9fd)}
.mt-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:process}
.mt-process-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;position:relative;overflow:hidden}
.mt-process-step span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}
.mt-process-step:nth-child(even) span{background:var(--red)}
.mt-process-step h3{color:var(--navy);margin:15px 0 5px}
.mt-process-step p{color:var(--muted);font-size:.91rem}
.mt-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mt-price-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;text-align:center;box-shadow:0 10px 28px rgba(6,47,112,.07)}
.mt-price-card.featured{border:2px solid var(--red);transform:translateY(-6px)}
.mt-price-card>span{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--red);font-weight:900}
.mt-price-card h3{font-size:1.65rem;color:var(--navy);margin:8px 0}
.mt-price{font-size:2.5rem;font-weight:900;color:var(--deep)}
.mt-price-card p{color:var(--muted)}
.mt-price-card .mt-btn{width:100%;min-height:52px;margin-top:10px}
.mt-custom-quote{margin-top:25px;background:var(--navy);color:#fff;border-radius:18px;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.mt-custom-quote p{margin:5px 0 0;color:rgba(255,255,255,.84)}
.mt-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mt-benefit-card{text-align:center;border:1px solid var(--line);border-radius:17px;padding:28px;background:#fff}
.mt-benefit-card>div{font-size:2rem}
.mt-benefit-card h3{color:var(--navy);margin:10px 0 5px}
.mt-benefit-card p{color:var(--muted);font-size:.91rem}
.mt-imm-cta{background:linear-gradient(115deg,var(--deep),var(--navy));color:#fff;padding:70px 0;position:relative}
.mt-imm-cta:after{content:"";position:absolute;right:-80px;top:-120px;width:420px;height:420px;border:70px solid rgba(255,255,255,.035);border-radius:50%}
.mt-imm-cta-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px}
.mt-imm-cta span{color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem}
.mt-imm-cta h2{font-size:clamp(2.1rem,3.5vw,3.5rem);line-height:1.07;max-width:800px;margin:10px 0}
.mt-imm-cta p{color:rgba(255,255,255,.85)}
.mt-imm-cta-actions{display:flex;gap:14px;flex-wrap:wrap;min-width:max-content}
.mt-btn-outline-light{background:transparent;color:#fff;border-color:#fff}
@media(max-width:1100px){
  .mt-imm-services-grid{grid-template-columns:repeat(2,1fr)}
  .mt-price-grid,.mt-benefit-grid{grid-template-columns:repeat(2,1fr)}
  .mt-imm-intro{grid-template-columns:1fr}
}
@media(max-width:800px){
  .mt-imm-hero-copy{width:85%}
  .mt-process-grid{grid-template-columns:repeat(2,1fr)}
  .mt-imm-cta-inner{display:block}
  .mt-imm-cta-actions{margin-top:25px}
}
@media(max-width:650px){
  .mt-imm-hero{min-height:570px}
  .mt-imm-hero-inner{min-height:570px}
  .mt-imm-hero-overlay{background:rgba(3,31,80,.88)}
  .mt-imm-hero-copy{width:100%;padding:50px 0}
  .mt-imm-hero h1{font-size:3rem}
  .mt-imm-services-grid,.mt-process-grid,.mt-price-grid,.mt-benefit-grid{grid-template-columns:1fr}
  .mt-price-card.featured{transform:none}
  .mt-custom-quote{display:block}
  .mt-custom-quote .mt-btn{margin-top:18px;width:100%}
  .mt-imm-cta-actions{min-width:0}
  .mt-imm-cta-actions .mt-btn{width:100%}
}


/* =========================================
   V10 COMPLETE SERVICE PAGES
========================================= */
.mt-inner-hero{position:relative;min-height:500px;background-position:center;background-size:cover}
.mt-inner-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,23,53,.97),rgba(6,47,112,.88) 48%,rgba(6,47,112,.28))}
.mt-inner-hero-inner{position:relative;z-index:2;min-height:500px;display:flex;align-items:center}
.mt-inner-hero-copy{width:min(760px,66%);color:#fff;padding:65px 0}
.mt-inner-hero-copy h1{font-size:clamp(3rem,5vw,5rem);line-height:1.04;margin:20px 0;color:#fff;letter-spacing:-.035em}
.mt-inner-hero-copy p{font-size:1.18rem;color:rgba(255,255,255,.9);max-width:690px}
.mt-inner-hero-copy .mt-btn-outline{color:#fff;border-color:#fff;background:transparent}
.mt-checklist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mt-checklist-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:28px}
.mt-checklist-card h3{color:var(--navy);margin-top:0}
.mt-checklist-card p{color:var(--muted)}
.mt-language-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mt-language-card{text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px}
.mt-language-card span{display:grid;place-items:center;margin:auto;width:66px;height:66px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900;font-size:1.2rem}
.mt-language-card h3{color:var(--navy)}
.mt-process-four{grid-template-columns:repeat(4,1fr)}
.mt-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mt-value-card{background:linear-gradient(145deg,#fff,#f7f9fc);border:1px solid var(--line);padding:30px;border-radius:18px}
.mt-value-card h3{color:var(--navy)}
.mt-value-card p{color:var(--muted)}
.mt-portal-layout,.mt-booking-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}
.mt-portal-layout h2,.mt-booking-layout h2{font-size:clamp(2.4rem,4vw,3.7rem);line-height:1.08;color:var(--navy)}
.mt-portal-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:25px}
.mt-portal-card,.mt-booking-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:var(--shadow)}
.mt-portal-card h3,.mt-booking-card h3{color:var(--navy);font-size:1.5rem}
.mt-placeholder-form label{display:block;font-weight:800;color:var(--navy);margin:14px 0}
.mt-placeholder-form input{width:100%;margin-top:7px;padding:14px;border:1px solid var(--line);border-radius:9px;background:#f6f7f9}
.mt-placeholder-form .mt-btn{width:100%;margin-top:12px}
.mt-placeholder-form small,.mt-portal-card small{color:var(--muted)}
.mt-booking-placeholder{min-height:260px;border:2px dashed #b8c6d8;border-radius:16px;display:grid;place-items:center;text-align:center;padding:30px;background:#f7f9fc}
.mt-booking-placeholder span{font-size:3rem}
.mt-booking-placeholder strong{display:block;color:var(--navy);font-size:1.25rem}
.mt-booking-placeholder p{margin:0;color:var(--muted)}
.mt-contact-summary{display:grid;gap:14px;margin-top:25px}
.mt-contact-summary div{background:#f7f9fc;border-left:5px solid var(--red);padding:15px 18px;border-radius:9px}
.mt-contact-summary strong{display:block;color:var(--navy)}
.mt-contact-summary a,.mt-contact-summary span{color:var(--muted)}
@media(max-width:950px){
  .mt-checklist-grid,.mt-values-grid{grid-template-columns:repeat(2,1fr)}
  .mt-language-grid{grid-template-columns:repeat(2,1fr)}
  .mt-process-four{grid-template-columns:repeat(2,1fr)}
  .mt-portal-layout,.mt-booking-layout{grid-template-columns:1fr}
}
@media(max-width:650px){
  .mt-inner-hero{min-height:500px}
  .mt-inner-hero-inner{min-height:500px}
  .mt-inner-hero-overlay{background:rgba(3,31,80,.89)}
  .mt-inner-hero-copy{width:100%}
  .mt-inner-hero-copy h1{font-size:3rem}
  .mt-checklist-grid,.mt-values-grid,.mt-language-grid,.mt-process-four{grid-template-columns:1fr}
}


/* =========================================
   V11 GLOBAL BUTTONS + CALENDLY
========================================= */
.mt-btn,
a.mt-btn,
button.mt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:54px;
  padding:14px 24px;
  border:2px solid transparent;
  border-radius:9px;
  font-weight:800;
  line-height:1.1;
  text-align:center;
  text-decoration:none;
  cursor:pointer;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}
.mt-btn:hover,
a.mt-btn:hover,
button.mt-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(2,23,53,.18);
}
.mt-btn-red{
  background:#e31c25;
  color:#fff;
  border-color:#e31c25;
}
.mt-btn-red:hover{
  background:#bd1119;
  border-color:#bd1119;
  color:#fff;
}
.mt-btn-navy{
  background:#0a2f6b;
  color:#fff;
  border-color:#0a2f6b;
}
.mt-btn-navy:hover{
  background:#061f49;
  border-color:#061f49;
  color:#fff;
}
.mt-btn-outline{
  background:#fff;
  color:#0a2f6b;
  border-color:#0a2f6b;
}
.mt-btn-outline:hover{
  background:#0a2f6b;
  color:#fff;
}
.mt-btn-outline-light{
  background:transparent;
  color:#fff;
  border-color:#fff;
}
.mt-btn-outline-light:hover{
  background:#fff;
  color:#0a2f6b;
}
.mt-calendly-card{
  padding:22px;
  overflow:hidden;
}
.mt-calendly-card h3,
.mt-calendly-card > p{
  padding-left:12px;
  padding-right:12px;
}
.calendly-inline-widget{
  width:100%;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
@media(max-width:650px){
  .mt-btn,
  a.mt-btn,
  button.mt-btn{
    width:100%;
  }
  .mt-calendly-card{
    padding:10px;
  }
  .calendly-inline-widget{
    min-width:0 !important;
    height:720px !important;
  }
}


/* =========================================
   V12 GLOBAL BUTTON SYSTEM
========================================= */
:root{
  --mt-button-red:#e31c25;
  --mt-button-red-dark:#b9141b;
  --mt-button-navy:#0a2f6b;
  --mt-button-navy-dark:#061f49;
}

.mt-btn,
a.mt-btn,
button.mt-btn,
input[type="submit"].mt-btn{
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:54px;
  padding:14px 25px;
  border:2px solid transparent;
  border-radius:10px;
  font-family:inherit;
  font-size:.95rem;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.01em;
  text-align:center;
  text-decoration:none !important;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  box-shadow:0 6px 16px rgba(2,23,53,.12);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease;
}

.mt-btn::after,
a.mt-btn::after,
button.mt-btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.18),transparent 80%);
  transform:translateX(-120%);
  transition:transform .45s ease;
}

.mt-btn:hover::after,
a.mt-btn:hover::after,
button.mt-btn:hover::after{
  transform:translateX(120%);
}

.mt-btn:hover,
a.mt-btn:hover,
button.mt-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(2,23,53,.2);
}

.mt-btn:active,
a.mt-btn:active,
button.mt-btn:active{
  transform:translateY(0);
  box-shadow:0 5px 12px rgba(2,23,53,.14);
}

.mt-btn:focus-visible,
a.mt-btn:focus-visible,
button.mt-btn:focus-visible{
  outline:3px solid rgba(227,28,37,.25);
  outline-offset:3px;
}

/* Primary action */
.mt-btn-red{
  background:var(--mt-button-red);
  color:#fff !important;
  border-color:var(--mt-button-red);
}
.mt-btn-red:hover{
  background:var(--mt-button-red-dark);
  border-color:var(--mt-button-red-dark);
  color:#fff !important;
}

/* Secondary action */
.mt-btn-navy{
  background:var(--mt-button-navy);
  color:#fff !important;
  border-color:var(--mt-button-navy);
}
.mt-btn-navy:hover{
  background:var(--mt-button-navy-dark);
  border-color:var(--mt-button-navy-dark);
  color:#fff !important;
}

/* Light outline action */
.mt-btn-outline,
.mt-btn-outline-light{
  background:transparent;
  color:#fff !important;
  border-color:#fff;
  box-shadow:none;
}
.mt-btn-outline:hover,
.mt-btn-outline-light:hover{
  background:#fff;
  color:var(--mt-button-navy) !important;
  border-color:#fff;
}

/* Dark outline action */
.mt-btn-outline-dark{
  background:#fff;
  color:var(--mt-button-navy) !important;
  border-color:var(--mt-button-navy);
  box-shadow:none;
}
.mt-btn-outline-dark:hover{
  background:var(--mt-button-navy);
  color:#fff !important;
}

/* Text-only links inside cards */
.mt-imm-card > a:not(.mt-btn),
.mt-text-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--mt-button-red);
  font-weight:800;
  transition:gap .2s ease,color .2s ease;
}
.mt-imm-card > a:not(.mt-btn):hover,
.mt-text-link:hover{
  gap:10px;
  color:var(--mt-button-red-dark);
}

/* CTA groups */
.mt-hero-actions,
.mt-imm-cta-actions,
.mt-portal-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
}

/* Mobile button behavior */
@media(max-width:650px){
  .mt-btn,
  a.mt-btn,
  button.mt-btn,
  input[type="submit"].mt-btn{
    width:100%;
    min-height:56px;
    padding:15px 18px;
  }

  .mt-hero-actions,
  .mt-imm-cta-actions,
  .mt-portal-actions{
    width:100%;
    gap:11px;
  }

  .mt-mobile-cta{
    min-height:56px;
    font-weight:900;
  }
}


/* =========================================
   V13 MULTILINGUAL VIDEO + BOOKING PAGE
========================================= */
.mt-language-video-section,
.mt-booking-main{
  padding:78px 0;
  background:#f5f8fc;
}
.mt-language-switcher{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:26px 0 30px;
}
.mt-language-switcher-compact{
  justify-content:flex-start;
  margin:18px 0;
}
.mt-language-button{
  border:2px solid #d5deeb;
  background:#fff;
  color:#0a2f6b;
  min-height:46px;
  padding:10px 17px;
  border-radius:999px;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.mt-language-button:hover,
.mt-language-button.is-active{
  background:#0a2f6b;
  color:#fff;
  border-color:#0a2f6b;
  transform:translateY(-2px);
}
.mt-video-shell,
.mt-booking-video-card{
  max-width:980px;
  margin:0 auto;
  background:#fff;
  padding:20px;
  border-radius:20px;
  box-shadow:0 18px 45px rgba(4,35,78,.12);
  position:relative;
}
.mt-language-video{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  border-radius:14px;
  background:#061f49;
  object-fit:cover;
}
.mt-video-overlay-note{
  margin-top:15px;
  padding:13px 16px;
  border-radius:10px;
  background:#fff5d9;
  border:1px solid #f0d58b;
  color:#594408;
  display:flex;
  flex-direction:column;
  gap:3px;
}
.mt-video-caption{
  max-width:860px;
  margin:25px auto 0;
  text-align:center;
}
.mt-video-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.mt-booking-hero{
  padding:78px 0;
  color:#fff;
  text-align:center;
  background:linear-gradient(135deg,#062f70,#0a2f6b 58%,#b9141b);
}
.mt-booking-hero h1{
  margin:10px 0;
  font-size:clamp(2.2rem,5vw,4.2rem);
}
.mt-booking-video-card{
  margin-bottom:70px;
}
.mt-service-selector{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin:30px 0 48px;
}
.mt-service-option{
  min-height:175px;
  padding:24px 18px;
  background:#fff;
  border:2px solid #d8e1ed;
  border-radius:16px;
  text-align:left;
  cursor:pointer;
  box-shadow:0 7px 20px rgba(3,32,71,.07);
  transition:.22s ease;
}
.mt-service-option:hover,
.mt-service-option.is-active{
  border-color:#e31c25;
  transform:translateY(-4px);
  box-shadow:0 14px 32px rgba(3,32,71,.13);
}
.mt-service-option.is-active{
  background:linear-gradient(180deg,#fff,#fff6f6);
}
.mt-service-option span,
.mt-service-option strong,
.mt-service-option small{
  display:block;
}
.mt-service-icon{
  font-size:2rem;
  margin-bottom:16px;
}
.mt-service-option strong{
  color:#062f70;
  font-size:1.05rem;
  margin-bottom:7px;
}
.mt-service-option small{
  color:#5d6c80;
  line-height:1.45;
}
.mt-booking-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);
  gap:24px;
  align-items:start;
}
.mt-preparation-card,
.mt-office-card,
.mt-map-section{
  background:#fff;
  border-radius:18px;
  padding:30px;
  box-shadow:0 10px 30px rgba(3,32,71,.09);
}
.mt-checklist{
  list-style:none;
  padding:0;
  margin:22px 0;
}
.mt-checklist li{
  position:relative;
  padding:12px 0 12px 34px;
  border-bottom:1px solid #e7edf5;
}
.mt-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:11px;
  width:23px;
  height:23px;
  border-radius:50%;
  background:#eaf7ee;
  color:#176d34;
  display:grid;
  place-items:center;
  font-weight:900;
}
.mt-disclaimer-box{
  background:#fff6df;
  border-left:4px solid #d99b00;
  padding:15px;
  border-radius:8px;
}
.mt-contact-row{
  display:flex;
  gap:13px;
  padding:15px 0;
  border-bottom:1px solid #e5ebf3;
}
.mt-contact-row > span{
  font-size:1.35rem;
}
.mt-contact-row p{
  margin:4px 0 0;
}
.mt-contact-actions{
  display:grid;
  gap:10px;
  margin-top:20px;
}
.mt-map-section{
  margin-top:25px;
}
.mt-map-frame{
  overflow:hidden;
  border-radius:14px;
  min-height:420px;
}
.mt-map-frame iframe{
  width:100%;
  height:420px;
  border:0;
}
.mt-urgent-contact{
  margin:28px 0;
  padding:34px;
  border-radius:18px;
  background:linear-gradient(135deg,#8d1017,#e31c25);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.mt-urgent-contact h2{
  color:#fff;
  margin:8px 0;
}
.mt-urgent-actions{
  display:flex;
  flex-direction:column;
  gap:11px;
  min-width:250px;
}
.mt-calendly-section{
  margin-top:65px;
}
@media(max-width:900px){
  .mt-service-selector{
    grid-template-columns:repeat(2,1fr);
  }
  .mt-booking-grid{
    grid-template-columns:1fr;
  }
  .mt-urgent-contact{
    align-items:flex-start;
    flex-direction:column;
  }
  .mt-urgent-actions{
    width:100%;
  }
}
@media(max-width:600px){
  .mt-language-video-section,
  .mt-booking-main{
    padding:52px 0;
  }
  .mt-service-selector{
    grid-template-columns:1fr;
  }
  .mt-service-option{
    min-height:auto;
  }
  .mt-video-shell,
  .mt-booking-video-card,
  .mt-preparation-card,
  .mt-office-card,
  .mt-map-section{
    padding:16px;
  }
  .mt-language-switcher,
  .mt-language-switcher-compact{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }
  .mt-language-button{
    width:100%;
  }
  .mt-video-actions{
    display:grid;
  }
  .mt-map-frame,
  .mt-map-frame iframe{
    min-height:340px;
    height:340px;
  }
}


/* =========================================
   V14 EASY CLIENT PORTAL
========================================= */
.mt-easy-portal{
  background:#f5f8fc;
}
.mt-portal-hero{
  padding:82px 0;
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(255,255,255,.14),transparent 25%),
    linear-gradient(135deg,#041b44,#083b86 62%,#b9131b);
}
.mt-portal-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);
  align-items:center;
  gap:42px;
}
.mt-portal-hero h1{
  color:#fff;
  font-size:clamp(2.35rem,5vw,4.5rem);
  margin:10px 0 16px;
}
.mt-portal-hero p{
  max-width:720px;
  font-size:1.1rem;
  line-height:1.75;
}
.mt-portal-trust-row{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:24px;
  font-weight:800;
}
.mt-portal-welcome-card{
  background:#fff;
  color:#24364f;
  padding:34px;
  border-radius:22px;
  box-shadow:0 22px 60px rgba(0,0,0,.2);
}
.mt-portal-welcome-card h2{
  color:#062f70;
  margin:10px 0;
}
.mt-portal-card-icon{
  display:grid;
  place-items:center;
  width:62px;
  height:62px;
  border-radius:18px;
  background:#eef4ff;
  font-size:2rem;
}
.mt-portal-steps,
.mt-portal-dashboard-section,
.mt-portal-login-section,
.mt-portal-help-section{
  padding:72px 0;
}
.mt-portal-steps{
  background:#fff;
}
.mt-step-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:34px;
}
.mt-step-card{
  display:flex;
  align-items:flex-start;
  gap:17px;
  padding:25px;
  border:1px solid #dce4ee;
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 25px rgba(4,37,82,.07);
}
.mt-step-number{
  flex:0 0 44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e31c25;
  color:#fff;
  font-size:1.15rem;
  font-weight:900;
}
.mt-step-card h3{
  color:#062f70;
  margin:1px 0 7px;
}
.mt-step-card p{
  margin:0;
}
.mt-portal-action-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:34px;
}
.mt-portal-action-card{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
  padding:25px;
  min-height:145px;
  border:2px solid transparent;
  border-radius:18px;
  background:#fff;
  color:#263b56;
  text-decoration:none !important;
  box-shadow:0 9px 28px rgba(4,37,82,.09);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.mt-portal-action-card:hover{
  transform:translateY(-4px);
  border-color:#e31c25;
  box-shadow:0 17px 38px rgba(4,37,82,.15);
}
.mt-portal-action-icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:18px;
  background:#eef4ff;
  font-size:2rem;
}
.mt-portal-action-card h3{
  color:#062f70;
  margin:0 0 7px;
}
.mt-portal-action-card p{
  margin:0;
  line-height:1.6;
}
.mt-action-arrow{
  font-size:1.7rem;
  font-weight:900;
  color:#e31c25;
}
.mt-portal-login-section{
  background:#fff;
}
.mt-portal-login-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  align-items:center;
  gap:45px;
}
.mt-safe-list{
  list-style:none;
  padding:0;
  margin:24px 0 0;
}
.mt-safe-list li{
  padding:10px 0 10px 32px;
  position:relative;
  border-bottom:1px solid #e7edf4;
}
.mt-safe-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:9px;
  color:#16703b;
  font-weight:900;
}
.mt-portal-login-card{
  padding:34px;
  border-radius:22px;
  background:#f7f9fd;
  border:1px solid #dfe7f1;
  box-shadow:0 16px 40px rgba(4,37,82,.1);
  text-align:center;
}
.mt-login-lock{
  margin:0 auto 12px;
  display:grid;
  place-items:center;
  width:70px;
  height:70px;
  border-radius:50%;
  background:#eaf1ff;
  font-size:2.2rem;
}
.mt-full-button{
  width:100%;
}
.mt-login-divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:23px 0;
  color:#6b7788;
  font-size:.88rem;
}
.mt-login-divider::before,
.mt-login-divider::after{
  content:"";
  height:1px;
  flex:1;
  background:#d4dde9;
}
.mt-text-support-link{
  display:inline-block;
  margin-top:18px;
  color:#0a2f6b;
  font-weight:800;
}
.mt-login-note{
  display:block;
  margin-top:18px;
  color:#6c7889;
  line-height:1.55;
}
.mt-portal-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin-top:32px;
}
.mt-portal-faq-grid details{
  background:#fff;
  border:1px solid #dce4ee;
  border-radius:14px;
  padding:19px 21px;
  box-shadow:0 6px 18px rgba(4,37,82,.06);
}
.mt-portal-faq-grid summary{
  cursor:pointer;
  color:#062f70;
  font-weight:850;
}
.mt-portal-faq-grid p{
  margin:14px 0 0;
}
.mt-portal-support-banner{
  padding:46px 0;
  color:#fff;
  background:linear-gradient(135deg,#071f49,#0b397d);
}
.mt-portal-support-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.mt-portal-support-inner h2{
  color:#fff;
  margin:8px 0;
}
.mt-portal-support-actions{
  display:flex;
  gap:11px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
@media(max-width:900px){
  .mt-portal-hero-grid,
  .mt-portal-login-grid{
    grid-template-columns:1fr;
  }
  .mt-step-grid{
    grid-template-columns:1fr;
  }
  .mt-portal-support-inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .mt-portal-support-actions{
    justify-content:flex-start;
  }
}
@media(max-width:680px){
  .mt-portal-hero,
  .mt-portal-steps,
  .mt-portal-dashboard-section,
  .mt-portal-login-section,
  .mt-portal-help-section{
    padding:52px 0;
  }
  .mt-portal-action-grid,
  .mt-portal-faq-grid{
    grid-template-columns:1fr;
  }
  .mt-portal-action-card{
    grid-template-columns:auto 1fr;
    min-height:auto;
    padding:20px;
  }
  .mt-action-arrow{
    display:none;
  }
  .mt-portal-welcome-card,
  .mt-portal-login-card{
    padding:24px;
  }
  .mt-portal-trust-row{
    display:grid;
    gap:8px;
  }
  .mt-portal-support-actions{
    width:100%;
  }
}


/* V15 Become a Client button click fix */
.mt-portal-welcome-card{
  position:relative;
  z-index:5;
}
.mt-portal-welcome-card .mt-become-client-btn{
  position:relative;
  z-index:20;
  pointer-events:auto !important;
  width:100%;
  margin-top:12px;
}
.mt-portal-welcome-card .mt-become-client-btn::after{
  pointer-events:none;
}
.mt-portal-welcome-card::before,
.mt-portal-welcome-card::after{
  pointer-events:none;
}


/* =========================================
   V16 HEADER + BOOKING BUTTON FIX
========================================= */
.mt-btn,
a.mt-btn,
.mt-header-actions a,
.mt-hero-actions a,
.mt-video-actions a,
.mt-mobile-cta{
  position:relative;
  z-index:25;
  pointer-events:auto !important;
}

.mt-btn::before,
.mt-btn::after,
a.mt-btn::before,
a.mt-btn::after{
  pointer-events:none !important;
}

.mt-header-actions{
  position:relative;
  z-index:30;
}

.mt-header-why-btn{
  background:#fff;
  color:#0a2f6b !important;
  border-color:#0a2f6b;
}

.mt-header-why-btn:hover{
  background:#0a2f6b;
  color:#fff !important;
}

.mt-header-book-btn{
  cursor:pointer;
}

html{
  scroll-behavior:smooth;
}

#why-choose{
  scroll-margin-top:140px;
}
