/*
Theme Name: Mayas Hummer
Theme URI: https://verveinnovation.au/
Author: Verve Innovation
Author URI: https://verveinnovation.au/
Description: A clean, working WordPress theme for Maya's Hummer Limousine Service. All theme CSS is contained in this single style.css file. No separate JavaScript file is required.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: mayas-hummer
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@500;600;700;800&display=swap');

:root{
  --mh-black:#000000;
  --mh-rich:#080807;
  --mh-dark:#11100e;
  --mh-panel:#171511;
  --mh-panel-2:#201d17;
  --mh-gold:#c9a84c;
  --mh-gold-2:#e9c76b;
  --mh-cream:#fbf6ec;
  --mh-white:#ffffff;
  --mh-muted:rgba(255,255,255,.66);
  --mh-soft:rgba(255,255,255,.42);
  --mh-border:rgba(201,168,76,.24);
  --mh-border-soft:rgba(255,255,255,.08);
  --mh-shadow:0 25px 80px rgba(0,0,0,.48);
  --mh-container:1180px;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--mh-black);color:var(--mh-white);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
ul{padding:0;margin:0}
button,input,select,textarea{font:inherit}
.container{width:min(var(--mh-container),calc(100% - 42px));margin-inline:auto}
.admin-bar .site-header{top:32px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Buttons and global text */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--mh-gold);color:#000;border:1px solid var(--mh-gold);font-family:Montserrat,sans-serif;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:14px 25px;border-radius:2px;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer;line-height:1.2}
.btn:hover{background:var(--mh-gold-2);border-color:var(--mh-gold-2);transform:translateY(-2px);box-shadow:0 16px 35px rgba(201,168,76,.22)}
.btn.outline{background:transparent;color:var(--mh-white);border-color:rgba(201,168,76,.48)}
.btn.outline:hover{color:var(--mh-gold-2);border-color:var(--mh-gold-2);box-shadow:none}
.eyebrow{display:inline-flex;align-items:center;gap:12px;color:var(--mh-gold-2);font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;margin-bottom:18px}
.eyebrow:before{content:"";width:34px;height:1px;background:var(--mh-gold)}
h1,.h1{font-family:'Cormorant Garamond',serif;font-size:clamp(46px,7vw,92px);line-height:.96;font-weight:600;letter-spacing:-.02em}
h2{font-family:'Cormorant Garamond',serif;font-size:clamp(34px,5vw,58px);line-height:1.06;font-weight:600;letter-spacing:-.01em}
h3{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.15}
h1 em,.h1 em,h2 em,h3 em{font-style:italic;color:var(--mh-gold-2);font-weight:400}
.lead{font-size:17px;color:var(--mh-muted);max-width:650px;margin:26px 0 36px;border-left:2px solid var(--mh-gold);padding-left:20px}
.gold-line{width:56px;height:1px;background:var(--mh-gold);margin:24px 0}
.meta{font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--mh-gold-2);margin-bottom:14px}
.text-link{display:inline-flex;margin-top:18px;color:var(--mh-gold-2);font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.text-link:hover{color:var(--mh-white)}

/* Header */
.topbar{background:linear-gradient(90deg,#0b0a08,#211908,#0b0a08);border-bottom:1px solid var(--mh-border);color:var(--mh-gold-2);font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:9px 16px}
.site-header{position:sticky;top:0;z-index:99;background:rgba(0,0,0,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--mh-border)}
.navwrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;flex-shrink:0}
.logo img{height:58px;width:auto;max-width:210px;object-fit:contain}
.logo-text{font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--mh-gold-2)}
.menu{display:flex;align-items:center;justify-content:center;gap:24px;list-style:none}
.menu a{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.78);transition:color .2s ease}
.menu a:hover,.current-menu-item>a,.current_page_item>a{color:var(--mh-gold-2)!important}
.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.phone{font-family:Montserrat,sans-serif;font-size:12px;font-weight:800;color:var(--mh-gold-2);white-space:nowrap}
.nav-toggle{display:none}
.hamb{display:none;color:var(--mh-white);font-size:30px;line-height:1;cursor:pointer;padding:6px 0}

/* Hero and banners */
.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background:#000}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96),rgba(0,0,0,.62),rgba(0,0,0,.18)),linear-gradient(0deg,#000,transparent 48%),var(--hero-img);background-size:cover;background-position:center;filter:saturate(.82) brightness(.9)}
.hero .container{position:relative;display:grid;grid-template-columns:1.05fr 430px;gap:70px;align-items:center;padding:86px 0 70px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--mh-border);margin-top:46px;background:rgba(255,255,255,.025);backdrop-filter:blur(12px)}
.stat{text-align:center;padding:20px 14px;border-right:1px solid var(--mh-border)}
.stat:last-child{border-right:0}
.stat strong{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--mh-gold-2);display:block;line-height:1}
.stat span{font-family:Montserrat,sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--mh-soft)}
.banner{position:relative;padding:96px 0;background:#000;overflow:hidden}
.banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.62)),var(--banner-img);background-size:cover;background-position:center;filter:brightness(.75)}
.banner .container{position:relative}
.banner h1{font-size:clamp(42px,6vw,76px);max-width:820px}
.breadcrumb{font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--mh-gold-2);margin-bottom:20px}
.ticker{overflow:hidden;background:var(--mh-gold);color:#000;padding:13px 0}
.ticker-track{display:flex;width:max-content;animation:ticker 28s linear infinite}
.ticker span{font-family:Montserrat,sans-serif;font-size:14px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;padding:0 30px;white-space:nowrap}
@keyframes ticker{to{transform:translateX(-50%)}}

/* Forms */
.quote-card{background:rgba(10,9,7,.9);border:1px solid var(--mh-border);padding:32px;box-shadow:var(--mh-shadow)}
.quote-card h3{font-size:30px;margin-bottom:4px}
.quote-card p{font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--mh-gold-2);margin-bottom:22px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field.full{grid-column:1/-1}
.field label{display:block;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--mh-soft);margin-bottom:6px}
.field input,.field select,.field textarea{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);color:#fff;padding:12px 13px;border-radius:2px;font-size:13px;outline:none}
.field select option{color:#000}
.field textarea{resize:vertical;min-height:100px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--mh-gold);background:rgba(201,168,76,.05)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:54px}
.contact-card{border:1px solid var(--mh-border);padding:28px;background:rgba(255,255,255,.025);margin-bottom:16px}
.contact-card h3{font-size:26px;color:var(--mh-gold-2);margin-bottom:7px}
.contact-card p,.contact-card a{color:var(--mh-muted)}

/* Sections */
.section{padding:105px 0;background:var(--mh-rich)}
.section.alt{background:var(--mh-dark)}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:54px}
.section-head p{max-width:570px;color:var(--mh-muted)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:74px;align-items:center}
.image-frame{position:relative;isolation:isolate}
.image-frame img{height:520px;width:100%;object-fit:cover;filter:brightness(.86)}
.image-frame:after{content:"";position:absolute;inset:22px -22px -22px 22px;border:1px solid var(--mh-gold);z-index:-1}
.content p{color:var(--mh-muted);margin-bottom:18px}
.check-list{display:grid;gap:12px;margin:26px 0}
.check-list li{list-style:none;color:rgba(255,255,255,.72);display:flex;gap:12px}
.check-list li:before{content:"◆";color:var(--mh-gold);font-size:10px;margin-top:2px;flex-shrink:0}
.detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:start}
.detail-img{height:520px;width:100%;object-fit:cover;border:1px solid var(--mh-border-soft)}
.spec-box{border:1px solid var(--mh-border);background:rgba(255,255,255,.025);padding:28px}
.spec-row{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid rgba(255,255,255,.08);padding:14px 0;color:var(--mh-muted)}
.spec-row:last-child{border-bottom:0}
.spec-row strong{color:#fff}
.cta{position:relative;text-align:center;padding:105px 0;background:#000;overflow:hidden}
.cta:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),url('/wp-content/uploads/2026/07/mayashummer.webp');background-size:cover;background-position:center;filter:brightness(.7)}
.cta .container{position:relative}
.cta p{max-width:680px;margin:18px auto 34px;color:var(--mh-muted)}

/* Cards and grids */
.card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.card{
  background:var(--mh-panel);
  border:1px solid rgba(255,255,255,.06);
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease;
}

.card:hover{
  border-color:var(--mh-border);
  transform:translateY(-4px);
  background:var(--mh-panel-2);
  box-shadow:0 20px 55px rgba(0,0,0,.32);
}

.card img{
  height:235px;
  width:100%;
  object-fit:cover;
  filter:brightness(.78);
  transition:transform .35s ease,filter .35s ease;
}

.card:hover img{
  filter:brightness(.58);
  transform:scale(1.04);
}

.card-body{
  padding:24px;
}

.card h3{
  font-size:27px;
  margin-bottom:8px;
}

.card p{
  color:var(--mh-muted);
  font-size:14px;
}

/* Stylish Fleet Section - 3 Column Layout with CTA Card */
.fleet-showcase{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(201,168,76,.10),transparent 32%),
    radial-gradient(circle at bottom right,rgba(201,168,76,.06),transparent 34%),
    var(--mh-dark);
}

.fleet-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:70px 70px;
  opacity:.35;
  pointer-events:none;
}

.fleet-showcase .container{
  position:relative;
  z-index:1;
}

.fleet-section-head{
  margin-bottom:64px;
}

.fleet-stylish-grid,
.card-grid.fleet-grid.fleet-stylish-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.fleet-card{
  position:relative;
  border:1px solid rgba(201,168,76,.22);
  background:linear-gradient(180deg,#1b1812 0%,#0b0a08 100%);
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 18px 55px rgba(0,0,0,.32);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease;
}

.fleet-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 35%,rgba(201,168,76,.13),transparent 68%);
  opacity:0;
  transform:translateX(-45%);
  transition:opacity .35s ease,transform .55s ease;
  pointer-events:none;
  z-index:2;
}

.fleet-card:hover{
  border-color:var(--mh-gold);
  transform:translateY(-8px);
  box-shadow:0 28px 80px rgba(0,0,0,.55),0 0 0 1px rgba(201,168,76,.18);
}

.fleet-card:hover::before{
  opacity:1;
  transform:translateX(45%);
}

.fleet-card a{
  display:flex;
  flex-direction:column;
  height:100%;
}

.fleet-image-wrap{
  position:relative;
  overflow:hidden;
  background:#000;
}

.fleet-image-wrap img{
  height:270px;
  width:100%;
  object-fit:cover;
  filter:brightness(.72) saturate(.9);
  transform:scale(1.01);
  transition:transform .55s ease,filter .45s ease;
}

.fleet-card:hover .fleet-image-wrap img{
  transform:scale(1.09);
  filter:brightness(.52) saturate(.75);
}

.fleet-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(0,0,0,.86),transparent 58%),
    linear-gradient(135deg,rgba(201,168,76,.14),transparent 45%);
  pointer-events:none;
}

.fleet-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  background:var(--mh-gold);
  color:#000;
  padding:8px 13px;
  font-family:Montserrat,sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.fleet-card-body{
  position:relative;
  padding:28px 26px 30px;
  min-height:245px;
  display:flex;
  flex-direction:column;
}

.fleet-card-body .meta{
  color:var(--mh-gold-2);
  margin-bottom:12px;
}

.fleet-card-body h3{
  font-size:31px;
  margin-bottom:12px;
}

.fleet-card-body p{
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.75;
  margin-bottom:24px;
}

.visit-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:fit-content;
  margin-top:auto;
  background:transparent;
  color:var(--mh-gold-2);
  border:1px solid rgba(201,168,76,.45);
  padding:12px 18px;
  font-family:Montserrat,sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  border-radius:2px;
  transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}

.visit-btn::after{
  content:"→";
  font-size:14px;
  line-height:1;
  transition:transform .25s ease;
}

.fleet-card:hover .visit-btn{
  background:var(--mh-gold);
  color:#000;
  border-color:var(--mh-gold);
  transform:translateY(-2px);
}

.fleet-card:hover .visit-btn::after{
  transform:translateX(4px);
}

/* Fleet CTA Card for the final empty grid space */
.fleet-cta-card{
  background:
    linear-gradient(145deg,rgba(201,168,76,.18),rgba(0,0,0,.86)),
    radial-gradient(circle at top right,rgba(233,199,107,.22),transparent 42%),
    #0b0a08;
  border:1px solid rgba(201,168,76,.38);
  min-height:100%;
}

.fleet-cta-card::after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(201,168,76,.22);
  pointer-events:none;
}

.fleet-cta-inner{
  min-height:100%;
  padding:42px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.fleet-cta-inner .eyebrow{
  font-size:9px;
  margin-bottom:18px;
}

.fleet-cta-inner h3{
  font-size:36px;
  line-height:1.05;
  margin-bottom:18px;
  color:#fff;
}

.fleet-cta-inner p{
  color:rgba(255,255,255,.66);
  font-size:15px;
  line-height:1.75;
  margin-bottom:30px;
}

.fleet-cta-card .visit-btn{
  background:var(--mh-gold);
  color:#000;
  border-color:var(--mh-gold);
}

.fleet-cta-card:hover .visit-btn{
  background:var(--mh-gold-2);
  border-color:var(--mh-gold-2);
}

/* Prevent old generic card hover rules from overriding fleet cards */
.fleet-card:hover img{
  filter:brightness(.52) saturate(.75);
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}

.feature{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  padding:24px;
}

.feature h3{
  font-size:24px;
  color:#fff;
}

.feature p{
  font-size:14px;
  color:var(--mh-muted);
  margin-top:8px;
}

.area-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.area-link{
  border:1px solid rgba(201,168,76,.18);
  background:rgba(255,255,255,.025);
  padding:16px;
  color:rgba(255,255,255,.72);
  font-weight:600;
  transition:transform .2s ease,border-color .2s ease,color .2s ease;
}

.area-link:hover{
  border-color:var(--mh-gold);
  color:var(--mh-gold-2);
  transform:translateY(-2px);
}

.faq-list{
  display:grid;
  gap:2px;
}

.faq,
.faq-list details{
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.07);
  padding:22px;
  color:var(--mh-muted);
}

.faq h3,
.faq-list summary{
  font-size:16px;
  margin-bottom:8px;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.faq p,
.faq-list details p{
  color:var(--mh-muted);
  font-size:14px;
  margin-top:10px;
}


/* Footer */
.site-footer{background:#000;border-top:1px solid var(--mh-border);padding:68px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1.2fr;gap:46px;padding-bottom:42px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-logo img{height:54px;width:auto;margin-bottom:18px}
.footer-title{font-family:Montserrat,sans-serif;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--mh-gold-2);margin-bottom:16px}
.footer-grid p,.footer-grid a{font-size:14px;color:rgba(255,255,255,.48)}
.footer-grid a:hover{color:var(--mh-gold-2)}
.footer-links{display:grid;gap:9px;list-style:none}
.copyright{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:24px;color:rgba(255,255,255,.28);font-size:12px}

/* WordPress content fallback */
.wp-content{padding:80px 0;background:var(--mh-rich)}
.wp-content .entry-title{margin-bottom:20px}
.wp-content p,.wp-content li{color:var(--mh-muted);margin-bottom:14px}
.wp-content a{color:var(--mh-gold-2)}

/* Responsive */
@media(max-width:1120px){
  .menu{gap:14px}.menu a{font-size:10px}.hero .container,.two-col,.detail-grid,.contact-grid{grid-template-columns:1fr}.quote-card{max-width:620px}.fleet-grid{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.area-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:auto}.hero .container{padding-top:74px}.section-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:760px){
  .topbar{font-size:9px;line-height:1.4}.navwrap{height:72px}.logo img{height:45px}.hamb{display:block}.header-actions .btn,.phone{display:none}.menu{display:none;position:absolute;top:72px;left:0;right:0;background:#000;border-bottom:1px solid var(--mh-border);padding:22px;flex-direction:column;align-items:flex-start;gap:18px}.nav-toggle:checked~.menu{display:flex}.menu a{font-size:13px}.hero .container{padding:78px 0 54px}.form-grid,.stats,.card-grid,.fleet-grid,.feature-grid,.area-grid,.footer-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid var(--mh-border)}.stat:last-child{border-bottom:0}.section{padding:70px 0}.image-frame img,.detail-img{height:340px}.image-frame:after{display:none}.banner{padding:72px 0}.quote-card{padding:24px}.footer-grid{gap:30px}.copyright{display:block}.btn{width:100%;margin-bottom:8px}.hero-actions{display:block}h1,.h1{font-size:clamp(40px,13vw,58px)}h2{font-size:clamp(31px,10vw,44px)}.lead{font-size:15px;padding-left:15px}.contact-card{padding:22px}
}
@media(max-width:480px){
  .container{width:min(100% - 30px,var(--mh-container))}.quote-card{padding:20px}.card img{height:200px}.topbar{padding:8px}.footer-logo img{height:46px}.area-link{padding:14px}.spec-box{padding:20px}
}

/* ====================================================
   Header size update - larger logo, menu and topbar
   Added by Verve Innovation
==================================================== */
.topbar{
  font-size:14px;
  line-height:1.45;
  padding:12px 16px;
}

.navwrap{
  height:110px;
}

.logo img{
  height:82px;
  max-width:280px;
  width:auto;
  object-fit:contain;
}

.menu a{
  font-size:14px;
  letter-spacing:.12em;
}

.phone{
  font-size:15px;
}

.header-actions .btn{
  font-size:12px;
  padding:16px 28px;
}

@media(max-width:1120px){
  .navwrap{
    height:100px;
  }

  .logo img{
    height:74px;
    max-width:240px;
  }

  .menu a{
    font-size:12px;
  }
}

@media(max-width:760px){
  .topbar{
    font-size:11px;
    line-height:1.45;
    padding:10px 14px;
  }

  .navwrap{
    height:86px;
  }

  .logo img{
    height:62px;
    max-width:210px;
  }

  .menu{
    top:86px;
  }

  .menu a{
    font-size:14px;
  }
}

@media(max-width:480px){
  .topbar{
    font-size:10px;
    padding:9px 10px;
  }

  .navwrap{
    height:80px;
  }

  .logo img{
    height:56px;
    max-width:185px;
  }

  .menu{
    top:80px;
  }
}
/* ====================================================
   Clean Header Menu with Dropdowns
   Merged by Verve Innovation
==================================================== */
.topbar{
  font-size:14px;
  line-height:1.45;
  padding:12px 16px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:999;
}

.navwrap{
  height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.logo img,
.custom-logo{
  height:82px;
  width:auto;
  max-width:280px;
  object-fit:contain;
}

.main-navigation{
  flex:1;
  display:flex;
  justify-content:center;
}

.menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:26px;
  list-style:none;
  margin:0;
  padding:0;
}

.menu li{
  position:relative;
  list-style:none;
}

.menu a{
  display:flex;
  align-items:center;
  gap:6px;
  padding:42px 0;
  font-family:Montserrat,sans-serif;
  font-size:14px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.82);
  transition:color .2s ease,background .2s ease;
}

.menu a:hover,
.menu li:hover > a,
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a,
.current_page_ancestor > a{
  color:var(--mh-gold-2)!important;
}

.menu li.menu-item-has-children > a::after{
  content:"▾";
  font-size:10px;
  line-height:1;
  color:var(--mh-gold-2);
  margin-left:3px;
}

.menu .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:240px;
  background:rgba(0,0,0,.96);
  border:1px solid var(--mh-border);
  padding:10px 0;
  margin:0;
  display:none;
  z-index:1000;
  box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu{
  display:block;
}

.menu .sub-menu li{
  width:100%;
}

.menu .sub-menu a{
  padding:12px 18px;
  font-size:12px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.72);
  white-space:nowrap;
}

.menu .sub-menu a:hover,
.menu .sub-menu li:hover > a,
.menu .sub-menu li:focus-within > a{
  background:rgba(201,168,76,.08);
  color:var(--mh-gold-2)!important;
}

.menu .sub-menu .sub-menu{
  top:0;
  left:100%;
}

.header-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.header-actions .btn{
  padding:14px 22px;
  font-size:12px;
  white-space:nowrap;
  width:auto;
  margin-bottom:0;
}

.phone,
.phone-btn{
  font-size:12px;
  background:transparent;
  color:var(--mh-gold-2);
  border-color:var(--mh-border);
}

.phone:hover,
.phone-btn:hover{
  background:rgba(201,168,76,.08);
  color:var(--mh-gold-2);
  border-color:var(--mh-gold-2);
  box-shadow:none;
}

.contact-btn{
  background:var(--mh-gold);
  color:#000;
  border-color:var(--mh-gold);
}

/* ====================================================
   Mobile Menu with Dropdown Support
==================================================== */
@media(max-width:1120px){
  .menu{
    gap:16px;
  }

  .menu a{
    font-size:12px;
  }

  .header-actions .btn{
    padding:12px 16px;
    font-size:10px;
  }
}

@media(max-width:900px){
  .navwrap{
    height:88px;
  }

  .logo img,
  .custom-logo{
    height:62px;
    max-width:220px;
  }

  .hamb{
    display:block;
    font-size:32px;
    color:#fff;
    cursor:pointer;
    line-height:1;
    padding:6px 0;
  }

  .main-navigation{
    display:block;
    flex:unset;
  }

  .menu{
    display:none;
    position:absolute;
    top:88px;
    left:0;
    right:0;
    background:#000;
    border-top:1px solid var(--mh-border);
    border-bottom:1px solid var(--mh-border);
    padding:14px 20px 20px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    max-height:calc(100vh - 88px);
    overflow-y:auto;
  }

  .nav-toggle:checked ~ .main-navigation .menu{
    display:flex;
  }

  .menu li{
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  .menu li:last-child{
    border-bottom:0;
  }

  .menu a{
    width:100%;
    padding:14px 0;
    font-size:14px;
    justify-content:space-between;
  }

  .menu li.menu-item-has-children > a::after{
    content:"+";
    font-size:16px;
  }

  .menu li.menu-item-has-children:hover > a::after,
  .menu li.menu-item-has-children:focus-within > a::after{
    content:"-";
  }

  .menu .sub-menu,
  .menu .sub-menu .sub-menu{
    position:static;
    display:none;
    min-width:100%;
    background:rgba(255,255,255,.035);
    border:0;
    border-left:2px solid var(--mh-gold);
    box-shadow:none;
    padding:4px 0 8px 14px;
    margin:0 0 8px;
  }

  .menu li:hover > .sub-menu,
  .menu li:focus-within > .sub-menu{
    display:block;
  }

  .menu .sub-menu a{
    padding:10px 0;
    font-size:12px;
    white-space:normal;
  }

  .header-actions{
    gap:10px;
  }

  .header-actions .btn,
  .phone{
    display:none;
  }
}

@media(max-width:480px){
  .topbar{
    font-size:10px;
    padding:9px 12px;
    letter-spacing:.08em;
  }

  .navwrap{
    height:82px;
  }

  .logo img,
  .custom-logo{
    height:56px;
    max-width:190px;
  }

  .menu{
    top:82px;
    max-height:calc(100vh - 82px);
  }
}


/* ====================================================
   Responsive Fleet Styling
==================================================== */
@media(max-width:1120px){
  .fleet-stylish-grid,
  .card-grid.fleet-grid.fleet-stylish-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
  }

  .fleet-image-wrap img{
    height:250px;
  }
}

@media(max-width:760px){
  .fleet-section-head{
    margin-bottom:38px;
  }

  .fleet-stylish-grid,
  .card-grid.fleet-grid.fleet-stylish-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .fleet-image-wrap img{
    height:230px;
  }

  .fleet-card-body{
    min-height:auto;
    padding:24px 22px 26px;
  }

  .fleet-card-body h3{
    font-size:28px;
  }

  .visit-btn{
    width:100%;
  }

  .fleet-cta-inner{
    padding:34px 24px;
  }

  .fleet-cta-inner h3{
    font-size:31px;
  }
}

/* ====================================================
   Larger Moving Ticker / Ribbon
==================================================== */
.ticker{
  padding:22px 0;
}

.ticker span{
  font-size:15px;
  font-weight:800;
  letter-spacing:.18em;
  padding:0 42px;
}

@media(max-width:760px){
  .ticker{
    padding:16px 0;
  }

  .ticker span{
    font-size:12px;
    padding:0 28px;
  }
}

@media(max-width:480px){
  .ticker{
    padding:14px 0;
  }

  .ticker span{
    font-size:11px;
    padding:0 22px;
  }
}

/* ====================================================
   Stylish Services Section
==================================================== */
.services-showcase{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right,rgba(201,168,76,.08),transparent 34%),
    radial-gradient(circle at bottom left,rgba(201,168,76,.05),transparent 32%),
    var(--mh-rich);
}

.services-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.4;
  pointer-events:none;
}

.services-showcase .container{
  position:relative;
  z-index:1;
}

.services-section-head{
  margin-bottom:64px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.service-card{
  position:relative;
  border:1px solid rgba(201,168,76,.20);
  background:linear-gradient(180deg,#171511 0%,#090807 100%);
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 18px 55px rgba(0,0,0,.32);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease;
}

.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 35%,rgba(201,168,76,.12),transparent 68%);
  opacity:0;
  transform:translateX(-45%);
  transition:opacity .35s ease,transform .55s ease;
  pointer-events:none;
  z-index:2;
}

.service-card:hover{
  border-color:var(--mh-gold);
  transform:translateY(-8px);
  background:linear-gradient(180deg,#211d15 0%,#0b0a08 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.55),0 0 0 1px rgba(201,168,76,.16);
}

.service-card:hover::before{
  opacity:1;
  transform:translateX(45%);
}

.service-card a{
  display:flex;
  flex-direction:column;
  height:100%;
}

.service-image-wrap{
  position:relative;
  overflow:hidden;
  background:#000;
}

.service-image-wrap img{
  height:270px;
  width:100%;
  object-fit:cover;
  filter:brightness(.72) saturate(.9);
  transform:scale(1.01);
  transition:transform .55s ease,filter .45s ease;
}

.service-card:hover .service-image-wrap img{
  transform:scale(1.09);
  filter:brightness(.52) saturate(.75);
}

.service-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(0,0,0,.88),transparent 58%),
    linear-gradient(135deg,rgba(201,168,76,.13),transparent 45%);
  pointer-events:none;
}

.service-badge{
  position:absolute;
  top:18px;
  right:18px;
  z-index:3;
  background:var(--mh-gold);
  color:#000;
  padding:8px 13px;
  font-family:Montserrat,sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.service-card-body{
  position:relative;
  padding:28px 26px 30px;
  min-height:235px;
  display:flex;
  flex-direction:column;
  z-index:3;
}

.service-card-body .meta{
  color:var(--mh-gold-2);
  margin-bottom:12px;
}

.service-card-body h3{
  font-size:31px;
  margin-bottom:12px;
}

.service-card-body p{
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.75;
  margin-bottom:24px;
}

.service-card .visit-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:fit-content;
  margin-top:auto;
  background:transparent;
  color:var(--mh-gold-2);
  border:1px solid rgba(201,168,76,.45);
  padding:12px 18px;
  font-family:Montserrat,sans-serif;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  border-radius:2px;
  transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}

.service-card .visit-btn::after{
  content:"→";
  font-size:14px;
  line-height:1;
  transition:transform .25s ease;
}

.service-card:hover .visit-btn{
  background:var(--mh-gold);
  color:#000;
  border-color:var(--mh-gold);
  transform:translateY(-2px);
}

.service-card:hover .visit-btn::after{
  transform:translateX(4px);
}

@media(max-width:1120px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
  }

  .service-image-wrap img{
    height:250px;
  }
}

@media(max-width:760px){
  .services-section-head{
    margin-bottom:38px;
  }

  .services-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .service-image-wrap img{
    height:230px;
  }

  .service-card-body{
    min-height:auto;
    padding:24px 22px 26px;
  }

  .service-card-body h3{
    font-size:28px;
  }

  .service-card .visit-btn{
    width:100%;
  }
}

/* ====================================================
   Why Choose Us Section
==================================================== */
.why-showcase{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top right,rgba(201,168,76,.10),transparent 34%),
    radial-gradient(circle at bottom left,rgba(201,168,76,.06),transparent 32%),
    var(--mh-dark);
}

.why-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.why-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:center;
}

.why-img{
  position:relative;
}

.why-img-main{
  width:100%;
  height:560px;
  object-fit:cover;
  border:1px solid rgba(201,168,76,.26);
  filter:brightness(.82) saturate(.9);
  box-shadow:0 24px 70px rgba(0,0,0,.42);
}

.why-img::after{
  content:"";
  position:absolute;
  inset:24px -24px -24px 24px;
  border:1px solid rgba(201,168,76,.42);
  z-index:-1;
}

.why-img-badge{
  position:absolute;
  right:-20px;
  bottom:34px;
  background:var(--mh-gold);
  color:#000;
  padding:24px 30px;
  text-align:center;
  box-shadow:0 18px 45px rgba(0,0,0,.4);
}

.why-img-badge strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:46px;
  line-height:1;
  font-weight:700;
}

.why-img-badge span{
  display:block;
  margin-top:5px;
  font-family:Montserrat,sans-serif;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.why-content h2{
  max-width:620px;
}

.why-desc{
  max-width:620px;
  color:var(--mh-muted);
  font-size:15px;
  line-height:1.8;
  margin:18px 0 36px;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:2px;
}

.why-item{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  padding:28px 24px;
  min-height:190px;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}

.why-item::before{
  content:attr(data-n);
  position:absolute;
  right:12px;
  bottom:-18px;
  font-family:'Cormorant Garamond',serif;
  font-size:88px;
  font-weight:700;
  line-height:1;
  color:rgba(201,168,76,.07);
  pointer-events:none;
}

.why-item:hover{
  background:rgba(201,168,76,.06);
  border-color:rgba(201,168,76,.32);
  transform:translateY(-4px);
}

.wi-icon{
  font-size:27px;
  margin-bottom:14px;
}

.wi-title{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-weight:600;
  color:#fff;
  margin-bottom:8px;
}

.wi-desc{
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.7;
}

@media(max-width:1120px){
  .why-layout{
    grid-template-columns:1fr;
    gap:54px;
  }

  .why-img-main{
    height:420px;
  }

  .why-img-badge{
    right:24px;
  }
}

@media(max-width:760px){
  .why-grid{
    grid-template-columns:1fr;
  }

  .why-img-main{
    height:320px;
  }

  .why-img::after{
    display:none;
  }

  .why-img-badge{
    right:14px;
    bottom:18px;
    padding:18px 22px;
  }

  .why-img-badge strong{
    font-size:34px;
  }

  .why-item{
    min-height:auto;
    padding:24px 20px;
  }
}

/* ====================================================
   Reviews Section
==================================================== */
.reviews-showcase{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(201,168,76,.08),transparent 34%),
    var(--mh-rich);
}

.reviews-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:72px;
  align-items:flex-start;
}

.reviews-desc{
  color:var(--mh-muted);
  max-width:560px;
  line-height:1.8;
}

.g-rating-box{
  display:flex;
  align-items:center;
  gap:22px;
  padding:26px 30px;
  margin-top:34px;
  border:1px solid var(--mh-border);
  background:rgba(255,255,255,.03);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}

.g-big-letter{
  font-family:Montserrat,sans-serif;
  font-size:42px;
  font-weight:900;
  background:linear-gradient(135deg,#4285F4,#34A853,#FBBC05,#EA4335);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.g-score-row{
  display:flex;
  align-items:baseline;
  gap:14px;
}

.g-score-num{
  font-family:'Cormorant Garamond',serif;
  font-size:52px;
  line-height:1;
  color:#fff;
}

.g-stars-row,
.rev-stars2{
  color:#fbbc04;
  letter-spacing:2px;
}

.g-count{
  color:var(--mh-soft);
  font-size:12px;
}

.rev-list{
  display:grid;
  gap:14px;
}

.rev-card{
  position:relative;
  padding:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-left:3px solid var(--mh-gold);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

.rev-card:hover{
  transform:translateY(-4px);
  border-color:rgba(201,168,76,.35);
  background:rgba(201,168,76,.045);
}

.rev-quote{
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-style:italic;
  color:rgba(255,255,255,.74);
  line-height:1.75;
  margin:12px 0 22px;
}

.rev-author{
  display:flex;
  align-items:center;
  gap:13px;
}

.rev-av{
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--mh-gold);
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Montserrat,sans-serif;
  font-size:13px;
  font-weight:900;
}

.rev-name{
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.rev-via{
  color:var(--mh-soft);
  font-size:11px;
}

/* ====================================================
   Gallery Section
==================================================== */
.gallery-showcase{
  background:#000;
  overflow:hidden;
}

.gal-header{
  padding:92px 0 50px;
}

.gallery-desc{
  color:var(--mh-muted);
  max-width:620px;
  margin-top:14px;
}

.gal-mosaic{
  display:grid;
  grid-template-columns:3fr 2fr 2fr;
  grid-template-rows:330px 270px;
  gap:4px;
}

.gal-cell{
  position:relative;
  overflow:hidden;
  background:#000;
}

.gal-cell:first-child{
  grid-row:span 2;
}

.gal-cell img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(.72) saturate(.9);
  transition:transform .55s ease,filter .45s ease;
}

.gal-cell:hover img{
  transform:scale(1.08);
  filter:brightness(.5) saturate(.75);
}

.gal-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.78),transparent 60%);
}

.gal-lbl{
  position:absolute;
  left:22px;
  bottom:22px;
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  color:#fff;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .3s ease,transform .3s ease;
}

.gal-cell:hover .gal-lbl{
  opacity:1;
  transform:translateY(0);
}

.gal-gold-line{
  position:absolute;
  left:0;
  bottom:0;
  height:3px;
  width:100%;
  background:var(--mh-gold);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}

.gal-cell:hover .gal-gold-line{
  transform:scaleX(1);
}

/* ====================================================
   FAQ Section
==================================================== */
.faq-showcase{
  background:
    radial-gradient(circle at bottom right,rgba(201,168,76,.08),transparent 34%),
    var(--mh-dark);
}

.faq-layout{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:72px;
  align-items:flex-start;
}

.faq-panel{
  position:sticky;
  top:140px;
}

.faq-desc{
  color:var(--mh-muted);
  margin-bottom:30px;
  line-height:1.8;
}

.faq-list{
  display:grid;
  gap:10px;
}

.faq-item{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  border-left:3px solid transparent;
  padding:0;
  overflow:hidden;
  transition:border-color .25s ease,background .25s ease;
}

.faq-item[open]{
  border-left-color:var(--mh-gold);
  background:rgba(201,168,76,.045);
}

.faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:20px 22px;
  color:#fff;
  font-size:15px;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  color:var(--mh-gold-2);
  font-size:20px;
  line-height:1;
}

.faq-item[open] summary::after{
  content:"-";
}

.faq-item p{
  color:var(--mh-muted);
  padding:0 22px 22px;
  line-height:1.75;
  font-size:14px;
}

/* ====================================================
   Reviews, Gallery, FAQ Responsive
==================================================== */
@media(max-width:1120px){
  .reviews-wrap,
  .faq-layout{
    grid-template-columns:1fr;
    gap:46px;
  }

  .faq-panel{
    position:static;
  }

  .gal-mosaic{
    grid-template-columns:1fr 1fr;
    grid-template-rows:260px 260px 260px;
  }

  .gal-cell:first-child{
    grid-row:span 1;
  }
}

@media(max-width:760px){
  .g-rating-box,
  .g-score-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .rev-card{
    padding:22px;
  }

  .rev-quote{
    font-size:16px;
  }

  .gal-header{
    padding:70px 0 34px;
  }

  .gal-mosaic{
    grid-template-columns:1fr;
    grid-template-rows:repeat(5,220px);
  }

  .gal-lbl{
    opacity:1;
    transform:none;
    font-size:19px;
  }

  .gal-gold-line{
    transform:scaleX(1);
  }

  .faq-item summary{
    font-size:14px;
    padding:18px;
  }

  .faq-item p{
    padding:0 18px 18px;
  }
}

/* ====================================================
   Clean Why Choose Us Section - No Image Override
==================================================== */
.why-clean{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(201,168,76,.10),transparent 34%),
    radial-gradient(circle at bottom right,rgba(201,168,76,.06),transparent 34%),
    var(--mh-dark);
}

.why-clean::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.why-clean .container{
  position:relative;
  z-index:1;
}

.why-clean-head{
  margin-bottom:58px;
}

.why-clean-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.why-clean-grid .why-item{
  position:relative;
  min-height:230px;
  padding:32px 28px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(201,168,76,.18);
  overflow:hidden;
  transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;
}

.why-clean-grid .why-item::before{
  content:attr(data-n);
  position:absolute;
  right:16px;
  bottom:-20px;
  font-family:'Cormorant Garamond',serif;
  font-size:92px;
  font-weight:700;
  line-height:1;
  color:rgba(201,168,76,.07);
  pointer-events:none;
}

.why-clean-grid .why-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,transparent 35%,rgba(201,168,76,.10),transparent 68%);
  opacity:0;
  transform:translateX(-45%);
  transition:opacity .35s ease,transform .55s ease;
  pointer-events:none;
}

.why-clean-grid .why-item:hover{
  transform:translateY(-7px);
  border-color:rgba(201,168,76,.42);
  background:linear-gradient(180deg,rgba(201,168,76,.08),rgba(255,255,255,.025));
  box-shadow:0 24px 70px rgba(0,0,0,.42);
}

.why-clean-grid .why-item:hover::after{
  opacity:1;
  transform:translateX(45%);
}

.why-clean-grid .wi-icon{
  font-size:30px;
  margin-bottom:18px;
}

.why-clean-grid .wi-title{
  font-family:'Cormorant Garamond',serif;
  font-size:25px;
  font-weight:600;
  color:#fff;
  margin-bottom:10px;
}

.why-clean-grid .wi-desc{
  color:rgba(255,255,255,.62);
  font-size:14px;
  line-height:1.75;
}

@media(max-width:1120px){
  .why-clean-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .why-clean-head{
    margin-bottom:38px;
  }

  .why-clean-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .why-clean-grid .why-item{
    min-height:auto;
    padding:26px 22px;
  }

  .why-clean-grid .wi-title{
    font-size:23px;
  }
}

/* ====================================================
   Reviews Section - Horizontal Layout Override
==================================================== */
.reviews-horizontal{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(201,168,76,.08),transparent 34%),
    radial-gradient(circle at bottom right,rgba(201,168,76,.05),transparent 34%),
    var(--mh-rich);
}

.reviews-horizontal .container{
  position:relative;
  z-index:1;
}

.reviews-horizontal .reviews-head{
  align-items:center;
  margin-bottom:22px;
}

.reviews-desc-wide{
  max-width:720px;
  margin-bottom:44px;
  color:var(--mh-muted);
  line-height:1.8;
}

.reviews-horizontal .g-rating-box{
  margin-top:0;
  min-width:330px;
}

.rev-horizontal-list{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.rev-horizontal-list .rev-card{
  min-height:330px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-left:0;
  border-top:3px solid var(--mh-gold);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}

.rev-horizontal-list .rev-card:hover{
  transform:translateY(-7px);
  border-color:rgba(201,168,76,.42);
  background:rgba(201,168,76,.055);
  box-shadow:0 28px 80px rgba(0,0,0,.45);
}

.rev-horizontal-list .rev-quote{
  font-size:17px;
  line-height:1.65;
  margin:16px 0 26px;
}

@media(max-width:1120px){
  .rev-horizontal-list{
    grid-template-columns:repeat(2,1fr);
  }

  .reviews-horizontal .g-rating-box{
    min-width:auto;
  }
}

@media(max-width:760px){
  .reviews-horizontal .reviews-head{
    align-items:flex-start;
  }

  .rev-horizontal-list{
    grid-template-columns:1fr;
  }

  .rev-horizontal-list .rev-card{
    min-height:auto;
  }

  .reviews-horizontal .g-rating-box{
    width:100%;
  }
}

/* ====================================================
   FAQ Section - Modern Left Header + Center Content
   Merged by Verve Innovation
==================================================== */
.faq-modern{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at top left,rgba(201,168,76,.08),transparent 34%),
    radial-gradient(circle at bottom right,rgba(201,168,76,.06),transparent 34%),
    var(--mh-dark);
}

.faq-modern::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.faq-modern .container{
  position:relative;
  z-index:1;
}

.faq-modern-head{
  align-items:center;
  margin-bottom:54px;
}

.faq-modern-head p{
  max-width:560px;
  color:var(--mh-muted);
  line-height:1.8;
}

.faq-modern-wrap{
  display:grid;
  grid-template-columns:340px minmax(0,760px);
  gap:42px;
  justify-content:center;
  align-items:flex-start;
}

.faq-side-card{
  position:sticky;
  top:145px;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(201,168,76,.12),rgba(255,255,255,.025)),
    #0b0a08;
  border:1px solid rgba(201,168,76,.26);
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.faq-side-card h3{
  font-size:31px;
  color:#fff;
  margin-bottom:12px;
}

.faq-side-card p{
  color:var(--mh-muted);
  font-size:14px;
  line-height:1.75;
  margin-bottom:24px;
}

.faq-modern-list{
  display:grid;
  gap:8px;
  width:100%;
}

.faq-modern-list .faq-item{
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018));
  border:1px solid rgba(255,255,255,.08);
  border-left:3px solid transparent;
  padding:0;
  overflow:hidden;
  transition:border-color .25s ease,background .25s ease,transform .25s ease;
}

.faq-modern-list .faq-item:hover{
  transform:translateY(-2px);
  border-color:rgba(201,168,76,.28);
}

.faq-modern-list .faq-item[open]{
  border-left-color:var(--mh-gold);
  background:rgba(201,168,76,.045);
}

.faq-modern-list .faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:15px 18px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:0;
}

.faq-modern-list .faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-modern-list .faq-item summary::after{
  content:"+";
  color:var(--mh-gold-2);
  font-size:18px;
  line-height:1;
  flex-shrink:0;
}

.faq-modern-list .faq-item[open] summary::after{
  content:"-";
}

.faq-modern-list .faq-item p{
  color:var(--mh-muted);
  padding:0 18px 16px;
  font-size:13px;
  line-height:1.65;
  margin:0;
}

.faq-modern .faq-layout,
.faq-modern .faq-panel{
  position:static;
}

@media(max-width:1120px){
  .faq-modern-wrap{
    grid-template-columns:1fr;
    gap:28px;
  }

  .faq-side-card{
    position:static;
  }
}

@media(max-width:760px){
  .faq-modern-head{
    margin-bottom:36px;
  }

  .faq-side-card{
    padding:24px;
  }

  .faq-side-card .btn{
    width:100%;
  }

  .faq-modern-list .faq-item summary{
    padding:14px 16px;
    font-size:13px;
  }

  .faq-modern-list .faq-item p{
    padding:0 16px 14px;
    font-size:13px;
  }
}
/* =====================================================
   Location Landing Page - Updated Luxury Layout
   - Hero CTA card removed
   - Fleet before gallery
   - Masonry gallery
   - Luxury editor content
   - Yoast FAQ accordion styling
===================================================== */

.location-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.location-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.70), rgba(0,0,0,.25)),
    linear-gradient(0deg, #000, transparent 52%),
    var(--hero-img);
  background-size: cover;
  background-position: center;
  filter: brightness(.82) saturate(.86);
}

.location-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 35%, rgba(201,168,76,.14), transparent 28%),
    linear-gradient(120deg, transparent 55%, rgba(201,168,76,.06));
  pointer-events: none;
}

.location-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 70px;
  align-items: center;
  padding: 90px 0;
}

.location-hero-single {
  grid-template-columns: minmax(0, 850px);
}

.location-hero-content h1 {
  max-width: 820px;
}

.location-hero-no-card .location-hero-content {
  max-width: 850px;
}

.location-hero-no-card .lead {
  max-width: 720px;
}

/* Minimal sidebar CTA */
.location-book-card,
.sticky-location-cta {
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
    #12110f;
  border: 1px solid rgba(201,168,76,.22);
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0,0,0,.42);
}

.luxe-sidebar-cta {
  background:
    linear-gradient(145deg, rgba(201,168,76,.16), rgba(255,255,255,.018)),
    #0b0a08;
  border-color: rgba(201,168,76,.32);
}

.book-icon,
.cta-phone-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--mh-gold);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.minimal-location-cta h3 {
  font-size: 28px;
  margin-bottom: 22px;
}

.minimal-location-cta p {
  display: none;
}

.minimal-location-cta .btn {
  width: 100%;
  margin-bottom: 12px;
}

.minimal-location-cta .btn:last-child {
  margin-bottom: 0;
}

.location-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 68px;
  align-items: flex-start;
}

.sticky-location-cta {
  position: sticky;
  top: 145px;
}

/* Luxury WordPress editor content */
.luxe-location-content-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.05), transparent 32%),
    var(--mh-rich);
}

.luxe-location-content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .28;
  pointer-events: none;
}

.luxe-location-content-section .container {
  position: relative;
  z-index: 1;
}

.luxe-location-editor {
  position: relative;
  padding: 46px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)),
    rgba(8,8,7,.72);
  border: 1px solid rgba(201,168,76,.18);
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
}

.luxe-location-editor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 46px;
  width: 3px;
  height: 92px;
  background: linear-gradient(var(--mh-gold-2), var(--mh-gold));
}

.luxe-location-editor > *:first-child {
  margin-top: 0;
}

.luxe-location-editor h2,
.luxe-location-editor h3,
.luxe-location-editor h4 {
  color: #fff;
  margin: 34px 0 16px;
}

.luxe-location-editor h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.luxe-location-editor h3 {
  font-size: 32px;
}

.luxe-location-editor h4 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mh-gold-2);
}

.luxe-location-editor p,
.luxe-location-editor li {
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.9;
}

.luxe-location-editor p {
  margin-bottom: 19px;
}

.luxe-location-editor ul,
.luxe-location-editor ol {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding-left: 0;
}

.luxe-location-editor li {
  position: relative;
  list-style: none;
  padding-left: 24px;
}

.luxe-location-editor li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--mh-gold);
  font-size: 10px;
}

.luxe-location-editor a {
  color: var(--mh-gold-2);
  text-decoration: none;
}

.luxe-location-editor a:hover {
  color: #fff;
}

/* Yoast FAQ block styled like luxury accordion */
.luxe-location-editor .schema-faq,
.luxe-location-editor .wp-block-yoast-faq-block {
  display: grid;
  gap: 10px;
  margin: 34px 0 12px;
}

.luxe-location-editor .schema-faq-section {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid transparent;
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.luxe-location-editor .schema-faq-section:hover {
  transform: translateY(-2px);
  border-color: rgba(201,168,76,.28);
}

.luxe-location-editor .schema-faq-section.is-open {
  border-left-color: var(--mh-gold);
  background: rgba(201,168,76,.045);
}

.luxe-location-editor .schema-faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.luxe-location-editor .schema-faq-question::after {
  content: "+";
  color: var(--mh-gold-2);
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.luxe-location-editor .schema-faq-section.is-open .schema-faq-question::after {
  content: "-";
}

.luxe-location-editor .schema-faq-answer {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.75;
  transition: max-height .32s ease, padding .32s ease;
}

.luxe-location-editor .schema-faq-section.is-open .schema-faq-answer {
  max-height: 260px;
  padding: 0 20px 18px;
}

/* Location carousel used for fleet */
.location-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 1fr);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 14px;
}

.location-carousel::-webkit-scrollbar {
  height: 7px;
}

.location-carousel::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
}

.location-carousel::-webkit-scrollbar-thumb {
  background: var(--mh-gold);
}

.fleet-mini-card {
  scroll-snap-align: start;
  background: linear-gradient(180deg, #1b1812 0%, #0b0a08 100%);
  border: 1px solid rgba(201,168,76,.22);
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.fleet-mini-card:hover {
  transform: translateY(-7px);
  border-color: var(--mh-gold);
  box-shadow: 0 28px 80px rgba(0,0,0,.5);
}

.fleet-mini-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fleet-mini-img {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #000;
}

.fleet-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.72) saturate(.9);
  transition: transform .5s ease, filter .4s ease;
}

.fleet-mini-card:hover img {
  transform: scale(1.08);
  filter: brightness(.52) saturate(.78);
}

.fleet-mini-img span {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--mh-gold);
  color: #000;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fleet-mini-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
}

.fleet-mini-body h3 {
  font-size: 29px;
  margin-bottom: 10px;
}

.fleet-mini-body p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 22px;
}

/* Luxury masonry gallery below fleet */
.luxe-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(201,168,76,.08), transparent 34%),
    radial-gradient(circle at bottom left, rgba(201,168,76,.05), transparent 32%),
    #000;
}

.luxe-masonry-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 14px;
}

.masonry-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.20);
  background: #000;
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
}

.masonry-card:nth-child(2),
.masonry-card:nth-child(4) {
  grid-row: span 1;
}

.masonry-tall {
  grid-row: span 2;
}

.masonry-wide {
  grid-column: span 2;
}

.masonry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.70) saturate(.9);
  transform: scale(1.01);
  transition: transform .55s ease, filter .45s ease;
}

.masonry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0,0,0,.82), transparent 62%),
    linear-gradient(135deg, rgba(201,168,76,.13), transparent 48%);
  z-index: 1;
  pointer-events: none;
}

.masonry-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--mh-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  z-index: 2;
}

.masonry-card span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 3;
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  opacity: .96;
}

.masonry-card:hover img {
  transform: scale(1.08);
  filter: brightness(.48) saturate(.78);
}

.masonry-card:hover::after {
  transform: scaleX(1);
}

@media(max-width:1120px) {
  .location-hero-inner,
  .location-content-layout {
    grid-template-columns: 1fr;
  }

  .location-hero-single {
    grid-template-columns: 1fr;
  }

  .sticky-location-cta {
    position: static;
    max-width: 480px;
  }

  .luxe-masonry-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:760px) {
  .location-hero {
    min-height: auto;
  }

  .location-hero-inner {
    padding: 70px 0;
    gap: 40px;
  }

  .location-carousel {
    grid-auto-columns: 86%;
  }

  .fleet-mini-img {
    height: 220px;
  }

  .luxe-location-editor {
    padding: 32px 24px;
  }

  .luxe-location-editor h3 {
    font-size: 27px;
  }

  .luxe-masonry-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .masonry-tall,
  .masonry-wide {
    grid-row: span 1;
    grid-column: span 1;
  }
}

/* =====================================================
   Sticky Sidebar CTA Fix
   Keeps the location booking CTA sticky on desktop
===================================================== */

.luxe-location-content-section,
.location-content-section {
  overflow: visible;
}

.location-content-layout {
  align-items: start;
}

.sticky-location-cta {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  align-self: start;
  height: fit-content;
  z-index: 5;
}

@media(max-width:1120px) {
  .sticky-location-cta {
    position: static;
    top: auto;
    max-width: 480px;
  }
}

/* =====================================================
   Fleet Auto Carousel with Arrows + Simple Luxury Gallery
===================================================== */

.luxe-fleet-carousel-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.05), transparent 34%),
    var(--mh-dark);
}

.fleet-carousel-shell {
  position: relative;
}

.auto-fleet-carousel {
  grid-auto-columns: minmax(320px, 360px);
  scroll-behavior: smooth;
  scrollbar-width: thin;
  padding: 4px 4px 18px;
}

.fleet-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,.44);
  background: rgba(0,0,0,.76);
  color: var(--mh-gold-2);
  font-size: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.fleet-arrow:hover {
  background: var(--mh-gold);
  color: #000;
  border-color: var(--mh-gold);
  transform: translateY(-50%) scale(1.05);
}

.fleet-arrow-left {
  left: -24px;
}

.fleet-arrow-right {
  right: -24px;
}

.simple-lightbox-gallery {
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 190px;
  gap: 12px;
}

.simple-lightbox-gallery .masonry-card {
  border: 1px solid rgba(201,168,76,.18);
  border-radius: 0;
  cursor: zoom-in;
}

.simple-lightbox-gallery .masonry-card::before {
  background:
    radial-gradient(circle at center, transparent 35%, rgba(0,0,0,.28)),
    linear-gradient(135deg, rgba(201,168,76,.08), transparent 45%);
  opacity: 0;
  transition: opacity .35s ease;
}

.simple-lightbox-gallery .masonry-card::after {
  height: 2px;
}

.simple-lightbox-gallery .masonry-card:hover::before {
  opacity: 1;
}

.simple-lightbox-gallery .masonry-card span,
.simple-lightbox-gallery .masonry-card .masonry-title {
  display: none !important;
}

.gallery-minimal-head {
  margin-bottom: 38px;
}

.mh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 46px;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(12px);
}

.mh-lightbox.is-open {
  display: flex;
}

.mh-lightbox img {
  max-width: min(1120px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid rgba(201,168,76,.32);
  box-shadow: 0 30px 90px rgba(0,0,0,.72);
}

.mh-lightbox-close,
.mh-lightbox-prev,
.mh-lightbox-next {
  position: absolute;
  border: 1px solid rgba(201,168,76,.42);
  background: rgba(0,0,0,.66);
  color: var(--mh-gold-2);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.mh-lightbox-close:hover,
.mh-lightbox-prev:hover,
.mh-lightbox-next:hover {
  background: var(--mh-gold);
  color: #000;
  border-color: var(--mh-gold);
}

.mh-lightbox-close {
  top: 26px;
  right: 26px;
  font-size: 32px;
  line-height: 1;
}

.mh-lightbox-prev,
.mh-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
}

.mh-lightbox-prev {
  left: 26px;
}

.mh-lightbox-next {
  right: 26px;
}

body.mh-lightbox-active {
  overflow: hidden;
}

@media(max-width:1280px) {
  .fleet-arrow-left {
    left: 10px;
  }

  .fleet-arrow-right {
    right: 10px;
  }
}

@media(max-width:1120px) {
  .simple-lightbox-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 190px;
  }
}

@media(max-width:760px) {
  .auto-fleet-carousel {
    grid-auto-columns: 86%;
  }

  .fleet-arrow {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .fleet-arrow-left {
    left: 6px;
  }

  .fleet-arrow-right {
    right: 6px;
  }

  .simple-lightbox-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 9px;
  }

  .simple-lightbox-gallery .masonry-tall,
  .simple-lightbox-gallery .masonry-wide {
    grid-row: span 1;
    grid-column: span 1;
  }

  .mh-lightbox {
    padding: 20px;
  }

  .mh-lightbox-close {
    top: 16px;
    right: 16px;
  }

  .mh-lightbox-prev {
    left: 12px;
  }

  .mh-lightbox-next {
    right: 12px;
  }
}

/* =====================================================
   Gallery Update - 3 Images Per Row, Luxury Image Grid
   Good exterior images appear first via updated PHP array.
===================================================== */

.luxe-gallery-section {
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.06), transparent 34%),
    linear-gradient(180deg, #070604 0%, #000 100%);
}

.luxe-gallery-section .container {
  position: relative;
  z-index: 1;
}

.simple-lightbox-gallery,
.luxe-masonry-gallery.simple-lightbox-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
}

.simple-lightbox-gallery .masonry-card,
.simple-lightbox-gallery .masonry-tall,
.simple-lightbox-gallery .masonry-wide {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

.simple-lightbox-gallery .masonry-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.24);
  background:
    linear-gradient(145deg, rgba(201,168,76,.12), transparent 42%),
    #050505;
  box-shadow:
    0 20px 55px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,255,255,.025);
  cursor: zoom-in;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.simple-lightbox-gallery .masonry-card:nth-child(-n+3) {
  aspect-ratio: 16 / 10;
  border-color: rgba(201,168,76,.38);
  box-shadow:
    0 26px 75px rgba(0,0,0,.48),
    0 0 0 1px rgba(201,168,76,.08);
}

.simple-lightbox-gallery .masonry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.74) saturate(.92) contrast(1.04);
  transform: scale(1.015);
  transition: transform .58s ease, filter .45s ease;
}

.simple-lightbox-gallery .masonry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0,0,0,.46), transparent 48%),
    radial-gradient(circle at 30% 18%, rgba(233,199,107,.16), transparent 34%);
  opacity: .82;
  pointer-events: none;
  transition: opacity .35s ease;
}

.simple-lightbox-gallery .masonry-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(201,168,76,.20);
  opacity: 0;
  transform: scale(.97);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.simple-lightbox-gallery .masonry-card:hover {
  transform: translateY(-7px);
  border-color: rgba(233,199,107,.58);
  box-shadow:
    0 32px 90px rgba(0,0,0,.58),
    0 0 0 1px rgba(201,168,76,.12);
}

.simple-lightbox-gallery .masonry-card:hover img {
  transform: scale(1.08);
  filter: brightness(.58) saturate(.86) contrast(1.06);
}

.simple-lightbox-gallery .masonry-card:hover::before {
  opacity: 1;
}

.simple-lightbox-gallery .masonry-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

@media(max-width:1120px) {
  .simple-lightbox-gallery,
  .luxe-masonry-gallery.simple-lightbox-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media(max-width:760px) {
  .simple-lightbox-gallery,
  .luxe-masonry-gallery.simple-lightbox-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .simple-lightbox-gallery .masonry-card,
  .simple-lightbox-gallery .masonry-card:nth-child(-n+3) {
    aspect-ratio: 16 / 11;
  }
}
/* =====================================================
   Fleet Page Template
===================================================== */

.fleet-page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.fleet-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.72), rgba(0,0,0,.28)),
    linear-gradient(0deg, #000, transparent 52%),
    var(--fleet-hero-img);
  background-size: cover;
  background-position: center;
  filter: brightness(.76) saturate(.9);
  transform: scale(1.02);
}

.fleet-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: .28;
  pointer-events: none;
}

.fleet-page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 92px 0;
}

.fleet-page-hero h1 {
  max-width: 850px;
}

.fleet-page-content-section {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.08), transparent 34%),
    var(--mh-rich);
}

.fleet-page-content-wrap {
  max-width: 980px;
}

.luxury-editor-content {
  position: relative;
  padding: 46px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
  border: 1px solid rgba(201,168,76,.20);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}

.luxury-editor-content::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201,168,76,.14);
  pointer-events: none;
}

.luxury-editor-content > * {
  position: relative;
  z-index: 1;
}

.luxury-editor-content h2,
.luxury-editor-content h3,
.luxury-editor-content h4 {
  color: #fff;
  margin: 24px 0 14px;
}

.luxury-editor-content h2:first-child,
.luxury-editor-content h3:first-child,
.luxury-editor-content .eyebrow + h2 {
  margin-top: 0;
}

.luxury-editor-content p,
.luxury-editor-content li {
  color: var(--mh-muted);
  font-size: 16px;
  line-height: 1.85;
}

.luxury-editor-content p {
  margin-bottom: 18px;
}

.luxury-editor-content ul,
.luxury-editor-content ol {
  padding-left: 20px;
  margin: 20px 0;
}

.fleet-page-list-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(201,168,76,.10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(201,168,76,.05), transparent 34%),
    var(--mh-dark);
}

.fleet-page-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: -26px 0 24px;
}

.fleet-arrow {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,.42);
  background: rgba(255,255,255,.035);
  color: var(--mh-gold-2);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, transform .25s ease, border-color .25s ease;
}

.fleet-arrow:hover {
  background: var(--mh-gold);
  color: #000;
  border-color: var(--mh-gold);
  transform: translateY(-2px);
}

.fleet-auto-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 380px);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 2px 18px;
}

.fleet-auto-carousel::-webkit-scrollbar {
  height: 7px;
}

.fleet-auto-carousel::-webkit-scrollbar-track {
  background: rgba(255,255,255,.08);
}

.fleet-auto-carousel::-webkit-scrollbar-thumb {
  background: var(--mh-gold);
}

.fleet-page-card {
  scroll-snap-align: start;
  position: relative;
  border: 1px solid rgba(201,168,76,.22);
  background: linear-gradient(180deg, #1b1812 0%, #0b0a08 100%);
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.fleet-page-card:hover {
  transform: translateY(-7px);
  border-color: var(--mh-gold);
  box-shadow: 0 28px 80px rgba(0,0,0,.55);
}

.fleet-page-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fleet-page-card-img {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #000;
}

.fleet-page-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.72) saturate(.9);
  transform: scale(1.01);
  transition: transform .55s ease, filter .45s ease;
}

.fleet-page-card:hover .fleet-page-card-img img {
  transform: scale(1.08);
  filter: brightness(.52) saturate(.78);
}

.fleet-page-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82), transparent 58%);
  pointer-events: none;
}

.fleet-page-card-img span {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: var(--mh-gold);
  color: #000;
  padding: 8px 13px;
  border-radius: 999px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fleet-page-card-body {
  padding: 28px 26px 30px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.fleet-page-card-body h3 {
  font-size: 31px;
  margin-bottom: 12px;
}

.fleet-page-card-body p {
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.fleet-page-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.05), transparent 34%),
    #000;
}

.fleet-luxury-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fleet-gallery-item {
  position: relative;
  display: block;
  height: 310px;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(201,168,76,.18);
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  isolation: isolate;
}

.fleet-gallery-item:nth-child(1),
.fleet-gallery-item:nth-child(2),
.fleet-gallery-item:nth-child(3) {
  height: 360px;
  border-color: rgba(201,168,76,.34);
}

.fleet-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, transparent 35%, rgba(201,168,76,.12), transparent 68%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity .35s ease, transform .55s ease;
  pointer-events: none;
}

.fleet-gallery-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  height: 3px;
  width: 100%;
  background: var(--mh-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.fleet-gallery-item:hover::before {
  opacity: 1;
  transform: translateX(45%);
}

.fleet-gallery-item:hover::after {
  transform: scaleX(1);
}

.fleet-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.72) saturate(.9);
  transform: scale(1.01);
  transition: transform .55s ease, filter .45s ease;
}

.fleet-gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(.52) saturate(.78);
}

@media(max-width:1120px) {
  .fleet-auto-carousel {
    grid-auto-columns: minmax(300px, 360px);
  }

  .fleet-luxury-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .fleet-gallery-item,
  .fleet-gallery-item:nth-child(1),
  .fleet-gallery-item:nth-child(2),
  .fleet-gallery-item:nth-child(3) {
    height: 300px;
  }
}

@media(max-width:760px) {
  .fleet-page-hero {
    min-height: auto;
  }

  .fleet-page-hero-inner {
    padding: 74px 0;
  }

  .luxury-editor-content {
    padding: 30px 24px;
  }

  .fleet-page-controls {
    justify-content: flex-start;
    margin: -18px 0 20px;
  }

  .fleet-arrow {
    width: 44px;
    height: 44px;
  }

  .fleet-auto-carousel {
    grid-auto-columns: 86%;
    gap: 18px;
  }

  .fleet-page-card-img {
    height: 220px;
  }

  .fleet-page-card-body {
    min-height: auto;
    padding: 24px 22px 26px;
  }

  .fleet-page-card-body h3 {
    font-size: 28px;
  }

  .fleet-page-card .visit-btn {
    width: 100%;
  }

  .fleet-luxury-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fleet-gallery-item,
  .fleet-gallery-item:nth-child(1),
  .fleet-gallery-item:nth-child(2),
  .fleet-gallery-item:nth-child(3) {
    height: 255px;
  }
}


/* =====================================================
   Fleet Details - Plain Editor Content + Yoast FAQ Accordion
===================================================== */

.plain-fleet-content-section {
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.07), transparent 34%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.04), transparent 34%),
    var(--mh-rich);
}

.plain-fleet-content-section .container {
  max-width: 1180px;
}

.fleet-editor-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.fleet-editor-content h2,
.fleet-editor-content h3,
.fleet-editor-content h4 {
  color: #fff;
  margin: 34px 0 14px;
}

.fleet-editor-content h2:first-child,
.fleet-editor-content h3:first-child,
.fleet-editor-content .eyebrow + h2 {
  margin-top: 0;
}

.fleet-editor-content p,
.fleet-editor-content li {
  color: var(--mh-muted);
  font-size: 16px;
  line-height: 1.9;
}

.fleet-editor-content p {
  margin-bottom: 18px;
}

.fleet-editor-content ul,
.fleet-editor-content ol {
  padding-left: 22px;
  margin: 22px 0;
}

.fleet-editor-content a {
  color: var(--mh-gold-2);
}

.fleet-editor-content blockquote {
  margin: 34px 0;
  padding: 26px 30px;
  border-left: 3px solid var(--mh-gold);
  background: rgba(255,255,255,.025);
  color: var(--mh-muted);
}

/* Remove old content card styling when both old/new CSS are present */
.plain-fleet-content-section .luxury-editor-content,
.plain-fleet-content-section .fleet-page-content-wrap {
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.plain-fleet-content-section .luxury-editor-content::before {
  display: none;
}

/* Yoast SEO FAQ Block Accordion */
.fleet-editor-content .wp-block-yoast-faq-block,
.fleet-editor-content .schema-faq,
.mayas-faq-accordion {
  display: grid;
  gap: 10px;
  margin: 42px 0;
}

.fleet-editor-content .schema-faq-section,
.mayas-faq-accordion .schema-faq-section {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid transparent;
  overflow: hidden;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.fleet-editor-content .schema-faq-section:hover,
.mayas-faq-accordion .schema-faq-section:hover {
  transform: translateY(-2px);
  border-color: rgba(201,168,76,.28);
}

.fleet-editor-content .schema-faq-section.is-open,
.mayas-faq-accordion .schema-faq-section.is-open {
  border-left-color: var(--mh-gold);
  background: rgba(201,168,76,.045);
}

.fleet-editor-content .schema-faq-question,
.mayas-faq-accordion .schema-faq-question {
  display: block;
  margin: 0;
  color: #fff;
}

.fleet-editor-content .mayas-faq-toggle,
.mayas-faq-accordion .mayas-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.fleet-editor-content .mayas-faq-toggle::after,
.mayas-faq-accordion .mayas-faq-toggle::after {
  content: "+";
  color: var(--mh-gold-2);
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.fleet-editor-content .schema-faq-section.is-open .mayas-faq-toggle::after,
.mayas-faq-accordion .schema-faq-section.is-open .mayas-faq-toggle::after {
  content: "-";
}

.fleet-editor-content .schema-faq-answer,
.mayas-faq-accordion .schema-faq-answer {
  display: none;
  padding: 0 20px 20px;
  margin: 0;
  color: var(--mh-muted);
  font-size: 14px;
  line-height: 1.75;
}

.fleet-editor-content .schema-faq-section.is-open .schema-faq-answer,
.mayas-faq-accordion .schema-faq-section.is-open .schema-faq-answer {
  display: block;
}

@media(max-width:760px) {
  .fleet-editor-content {
    max-width: 100%;
  }

  .fleet-editor-content p,
  .fleet-editor-content li {
    font-size: 15px;
  }

  .fleet-editor-content .mayas-faq-toggle,
  .mayas-faq-accordion .mayas-faq-toggle {
    padding: 15px 16px;
    font-size: 14px;
  }

  .fleet-editor-content .schema-faq-answer,
  .mayas-faq-accordion .schema-faq-answer {
    padding: 0 16px 16px;
    font-size: 13px;
  }
}
/* =====================================================
   Contact Us Page Form - Stylish Spacious Layout
===================================================== */

.contact-form-wrap .quote-card {
  position: relative;
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(28,25,18,.96), rgba(8,8,7,.98)),
    radial-gradient(circle at top right, rgba(201,168,76,.16), transparent 38%);
  border: 1px solid rgba(201,168,76,.28);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  overflow: hidden;
}

.contact-form-wrap .quote-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201,168,76,.12);
  pointer-events: none;
}

.contact-form-wrap .quote-card h3 {
  position: relative;
  z-index: 1;
  font-size: 38px;
  margin-bottom: 6px;
  color: #fff;
}

.contact-form-wrap .quote-card > p {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: var(--mh-gold-2);
  font-size: 10px;
  letter-spacing: .16em;
}

/* Contact Form Page Only */
.mh-contact-page-form {
  position: relative;
  z-index: 1;
}

.mh-contact-page-form .mh-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 22px;
}

.mh-contact-page-form .field {
  margin: 0;
}

.mh-contact-page-form .field.full {
  grid-column: 1 / -1;
}

.mh-contact-page-form label {
  display: block;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(233,199,107,.86);
}

.mh-contact-page-form input,
.mh-contact-page-form select,
.mh-contact-page-form textarea {
  width: 100%;
  height: 48px;
  min-height: 48px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  padding: 13px 15px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.mh-contact-page-form textarea {
  height: 130px;
  min-height: 130px;
  resize: vertical;
}

.mh-contact-page-form select option {
  color: #000;
}

.mh-contact-page-form input::placeholder,
.mh-contact-page-form textarea::placeholder {
  color: rgba(255,255,255,.38);
}

.mh-contact-page-form input:focus,
.mh-contact-page-form select:focus,
.mh-contact-page-form textarea:focus {
  border-color: var(--mh-gold);
  background: rgba(201,168,76,.07);
  box-shadow: 0 0 0 1px rgba(201,168,76,.16);
}

.mh-contact-page-form p {
  margin: 0;
}

.mh-contact-page-form .wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}

/* Submit Button */
.mh-contact-page-form .submit-field,
.mh-contact-page-form .field.full:last-child {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.mh-contact-page-form .wpcf7-submit {
  width: min(100%, 300px);
  height: 50px;
  min-height: 50px;
  background: var(--mh-gold);
  color: #000;
  border: 1px solid var(--mh-gold);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 0 28px;
  border-radius: 2px;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.mh-contact-page-form .wpcf7-submit:hover {
  background: var(--mh-gold-2);
  border-color: var(--mh-gold-2);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(201,168,76,.24);
}

/* Validation + Response */
.mh-contact-page-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.mh-contact-page-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #ffb6b6;
}

.mh-contact-page-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(201,168,76,.3);
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.5;
}

/* Map card spacing match */
.contact-map-card {
  margin-top: 20px;
  border: 1px solid rgba(201,168,76,.24);
  background: rgba(255,255,255,.025);
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}

.contact-map-card iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: 0;
  filter: grayscale(100%) invert(90%) contrast(90%);
}

/* Responsive */
@media(max-width:1120px) {
  .contact-form-wrap .quote-card {
    padding: 36px;
  }

  .contact-map-card iframe {
    height: 330px;
  }
}

@media(max-width:760px) {
  .contact-form-wrap .quote-card {
    padding: 28px 22px;
  }

  .contact-form-wrap .quote-card::before {
    inset: 10px;
  }

  .contact-form-wrap .quote-card h3 {
    font-size: 32px;
  }

  .mh-contact-page-form .mh-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mh-contact-page-form input,
  .mh-contact-page-form select {
    height: 46px;
    min-height: 46px;
  }

  .mh-contact-page-form textarea {
    height: 115px;
    min-height: 115px;
  }

  .mh-contact-page-form .wpcf7-submit {
    width: 100%;
  }

  .contact-map-card iframe {
    height: 280px;
  }
}
/* =====================================================
   Homepage Plain Text SEO Content + Map + Gallery
   Use after existing theme CSS or replace old homepage add-on.
===================================================== */

.home-limo-plain-section {
  position: relative;
  overflow: hidden;
  background: var(--mh-rich);
}

.home-limo-plain-text {
  width: min(1120px, calc(100% - 42px));
  margin-inline: auto;
  color: #fff;
}

.home-limo-plain-text h2 {
  margin-bottom: 22px;
}

.home-limo-plain-text p,
.home-limo-plain-text .home-readmore-extra p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.home-limo-plain-text .home-limo-intro {
  max-width: none;
}

.home-limo-plain-text .home-readmore-extra[hidden] {
  display: none !important;
}

.home-limo-plain-text .home-readmore-extra {
  display: block;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(201,168,76,.18);
}

.home-limo-plain-text .home-readmore-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  background: transparent;
  color: var(--mh-gold-2);
  border: 1px solid rgba(201,168,76,.46);
  padding: 13px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.home-limo-plain-text .home-readmore-toggle:hover,
.home-limo-plain-text .home-readmore-toggle[aria-expanded="true"] {
  background: var(--mh-gold);
  border-color: var(--mh-gold);
  color: #000;
  transform: translateY(-2px);
}

/* Remove previous boxed/card look if old CSS is still present */
.home-limo-plain-section .home-limo-content-card,
.home-limo-plain-section .home-limo-content-card::before {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media(max-width:760px) {
  .home-limo-plain-text {
    width: min(100% - 30px, 1120px);
  }

  .home-limo-plain-text p,
  .home-limo-plain-text .home-readmore-extra p {
    font-size: 14px;
    line-height: 1.8;
  }

  .home-limo-plain-text .home-readmore-toggle {
    width: 100%;
  }
}

.home-map-suburbs-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(201,168,76,.09), transparent 34%),
    linear-gradient(180deg, #090807 0%, #000 100%);
}

.home-map-suburbs-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 52px;
  align-items: stretch;
}

.home-map-content {
  padding: 42px;
  border: 1px solid rgba(201,168,76,.22);
  background: rgba(255,255,255,.025);
}

.home-map-content p {
  color: var(--mh-muted);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.home-suburb-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.suburb-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(201,168,76,.26);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.72);
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.suburb-pill:hover {
  background: var(--mh-gold);
  border-color: var(--mh-gold);
  color: #000;
  transform: translateY(-2px);
}

.home-map-card {
  min-height: 100%;
  padding: 10px;
  border: 1px solid rgba(201,168,76,.26);
  background: rgba(255,255,255,.025);
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
  overflow: hidden;
}

.home-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  filter: grayscale(100%) invert(90%) contrast(90%);
}

@media(max-width:1120px) {
  .home-map-suburbs-grid {
    grid-template-columns: 1fr;
  }

  .home-map-card iframe {
    height: 360px;
    min-height: 360px;
  }
}

@media(max-width:760px) {
  .home-limo-content-card,
  .home-map-content {
    padding: 28px 22px;
  }

  .home-limo-content-card::before {
    inset: 10px;
  }

  .home-limo-content-card p,
  .home-readmore-inner p,
  .home-map-content p {
    font-size: 14px;
    line-height: 1.8;
  }

  .home-suburb-links {
    gap: 8px;
  }

  .suburb-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .home-map-card iframe {
    height: 300px;
    min-height: 300px;
  }
}


/* =====================================================
   Homepage Content Visibility Fix
   Use this with front-page-home-fixed-content-gallery.php
===================================================== */
.home-limo-content-section,
.home-limo-content-section * {
  visibility: visible;
}

.home-limo-content-card {
  color: #fff;
}

.home-limo-content-card h2,
.home-limo-content-card .eyebrow,
.home-limo-content-card p,
.home-readmore-extra p {
  opacity: 1;
  visibility: visible;
}

.home-limo-content-card p,
.home-readmore-extra p {
  color: rgba(255,255,255,.72);
}

.home-readmore-extra[hidden] {
  display: none !important;
}

.home-readmore-extra {
  display: block;
  border-top: 1px solid rgba(201,168,76,.16);
  margin-top: 24px;
  padding-top: 24px;
}

.home-readmore-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  background: transparent;
  color: var(--mh-gold-2);
  border: 1px solid rgba(201,168,76,.46);
  padding: 13px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.home-readmore-toggle:hover,
.home-readmore-toggle[aria-expanded="true"] {
  background: var(--mh-gold);
  border-color: var(--mh-gold);
  color: #000;
  transform: translateY(-2px);
}


/* =====================================================
   Homepage Luxury Masonry Gallery + Lightbox
   Paste at the bottom of style.css
===================================================== */

.luxe-gallery-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(201,168,76,.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201,168,76,.06), transparent 34%),
    linear-gradient(180deg, #070604 0%, #000 100%);
}

.luxe-gallery-section .container {
  position: relative;
  z-index: 1;
}

.gallery-minimal-head {
  margin-bottom: 38px;
}

.gallery-minimal-head p {
  max-width: 570px;
  color: var(--mh-muted);
}

.luxe-masonry-gallery.simple-lightbox-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 20px;
}

.simple-lightbox-gallery .masonry-card,
.simple-lightbox-gallery .masonry-tall,
.simple-lightbox-gallery .masonry-wide {
  grid-column: span 1 !important;
  grid-row: span 1 !important;
}

.simple-lightbox-gallery .masonry-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.24);
  background:
    linear-gradient(145deg, rgba(201,168,76,.12), transparent 42%),
    #050505;
  box-shadow:
    0 20px 55px rgba(0,0,0,.38),
    inset 0 0 0 1px rgba(255,255,255,.025);
  cursor: zoom-in;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.simple-lightbox-gallery .masonry-card:nth-child(-n+3) {
  aspect-ratio: 16 / 10;
  border-color: rgba(201,168,76,.38);
  box-shadow:
    0 26px 75px rgba(0,0,0,.48),
    0 0 0 1px rgba(201,168,76,.08);
}

.simple-lightbox-gallery .masonry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.74) saturate(.92) contrast(1.04);
  transform: scale(1.015);
  transition: transform .58s ease, filter .45s ease;
}

.simple-lightbox-gallery .masonry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0,0,0,.46), transparent 48%),
    radial-gradient(circle at 30% 18%, rgba(233,199,107,.16), transparent 34%);
  opacity: .82;
  pointer-events: none;
  transition: opacity .35s ease;
}

.simple-lightbox-gallery .masonry-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(201,168,76,.20);
  opacity: 0;
  transform: scale(.97);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.simple-lightbox-gallery .masonry-card:hover {
  transform: translateY(-7px);
  border-color: rgba(233,199,107,.58);
  box-shadow:
    0 32px 90px rgba(0,0,0,.58),
    0 0 0 1px rgba(201,168,76,.12);
}

.simple-lightbox-gallery .masonry-card:hover img {
  transform: scale(1.08);
  filter: brightness(.58) saturate(.86) contrast(1.06);
}

.simple-lightbox-gallery .masonry-card:hover::before {
  opacity: 1;
}

.simple-lightbox-gallery .masonry-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.mh-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 46px;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(12px);
}

.mh-lightbox.is-open {
  display: flex;
}

.mh-lightbox img {
  max-width: min(1120px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  border: 1px solid rgba(201,168,76,.32);
  box-shadow: 0 30px 90px rgba(0,0,0,.72);
}

.mh-lightbox-close,
.mh-lightbox-prev,
.mh-lightbox-next {
  position: absolute;
  border: 1px solid rgba(201,168,76,.42);
  background: rgba(0,0,0,.66);
  color: var(--mh-gold-2);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.mh-lightbox-close:hover,
.mh-lightbox-prev:hover,
.mh-lightbox-next:hover {
  background: var(--mh-gold);
  color: #000;
  border-color: var(--mh-gold);
}

.mh-lightbox-close {
  top: 26px;
  right: 26px;
  font-size: 32px;
  line-height: 1;
}

.mh-lightbox-prev,
.mh-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
}

.mh-lightbox-prev {
  left: 26px;
}

.mh-lightbox-next {
  right: 26px;
}

body.mh-lightbox-active {
  overflow: hidden;
}

@media(max-width:1120px) {
  .luxe-masonry-gallery.simple-lightbox-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media(max-width:760px) {
  .luxe-masonry-gallery.simple-lightbox-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .simple-lightbox-gallery .masonry-card,
  .simple-lightbox-gallery .masonry-card:nth-child(-n+3) {
    aspect-ratio: 16 / 11;
  }

  .mh-lightbox {
    padding: 20px;
  }

  .mh-lightbox-close {
    top: 16px;
    right: 16px;
  }

  .mh-lightbox-prev {
    left: 12px;
  }

  .mh-lightbox-next {
    right: 12px;
  }
}