.elementor-836 .elementor-element.elementor-element-b96d6de{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-118ab10 *//* =====================================================
   HERO BLOCK
===================================================== */

.mv-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  min-height:80vh;
  display:flex;
  align-items:center;

  background:
    url("http://motorvalets.co.uk/wp-content/uploads/2026/01/motorvalets-hero-01-scaled.jpg")
    center / cover no-repeat;
}

/* Content */
.mv-hero-content{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  padding:0 20px 80px;
  transform: translateY(-5%);
  color:#fff;
}

.mv-hero-eyebrow{
  font-size:14px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(255,255,255,.85);
  margin-bottom:12px;
}

.mv-hero-content h1{
  font-size:clamp(34px,4vw,52px);
  margin:0 0 16px;
}

.mv-hero-content h1 span{
  color:#dbeafe;
  background:linear-gradient(
    to bottom,
    transparent 65%,
    rgba(255,255,255,.15) 65%
  );
}

.mv-hero-content p{
  font-size:18px;
  max-width:640px;
  color:rgba(255,255,255,.9);
}
/* CTA buttons */
.mv-hero-actions{
  display:flex;
  gap:18px;
  margin-top:28px;
  flex-wrap:wrap;
}

.mv-hero-btn{
  padding:14px 34px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  transition:.18s ease;
}

.mv-hero-btn-primary{
  background:#fff;
  color:var(--primary);
  border:2px solid #fff;
}

.mv-hero-btn-secondary{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.7);
}

/* Mobile */
@media(max-width:900px){
  .mv-hero{ min-height:70vh }
  .mv-hero-content{ padding-bottom:64px }
  .mv-hero-content p{ font-size:16px }
}

.mv-hero-actions{
  display:flex;
  justify-content: center; /* ← THIS is the missing piece */
  gap:18px;
  margin-top:28px;
  flex-wrap:wrap;
}

/* ===============================
   GLOBAL CONTAINER
================================ */
.mv-container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
  text-align:center;
}

/* ===============================
   DUAL ENTRY (DESKTOP)
================================ */
.mv-dual-entry{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  max-width:1100px;
  margin:80px auto;
  padding:0 20px;
}

.mv-entry{
  padding:42px 36px;
  border-radius:20px;
  background:#f8fafc;
}

.mv-entry h2{
  margin-bottom:14px;
}

.mv-entry p{
  color:#475569;
  margin-bottom:22px;
}

.mv-entry-link{
  font-weight:600;
  color:#003f66;
  text-decoration:none;
}

/* ===============================
   MOBILE ENTRY
================================ */
.mv-mobile-entry{
  display:none;
  padding:40px 20px;
}

.mv-mobile-card{
  display:block;
  padding:28px 24px;
  border-radius:16px;
  background:#f8fafc;
  margin-bottom:18px;
  text-decoration:none;
  color:#0f172a;
}

.mv-mobile-card h3{
  margin-bottom:8px;
}

/* ===============================
   SECTIONS
================================ */
.mv-section{
  padding:90px 20px;
}

.mv-section-soft{
  background:#ffffff;
}

.mv-section-dark{
  background:#0f172a;
  color:#ffffff;
}

.mv-section-intro{
  max-width:760px;
  margin:0 auto 40px;
  color:#475569;
}

.mv-section-dark .mv-section-intro{
  color:#e2e8f0;
}

/* ===============================
   GRIDS
================================ */
.mv-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
  max-width:900px;
  margin:0 auto;
}

.mv-grid div{
  padding:16px;
  background:#f1f5f9;
  border-radius:12px;
}

/* ===============================
   PROBLEM CTA
================================ */
.mv-problem-cta{
  margin:48px auto 0;
  padding:36px 24px;
  max-width:820px;
  background:#f0f7ff;
  border-radius:16px;
}

.mv-problem-cta-btn{
  display:inline-block;
  margin-top:16px;
  padding:14px 34px;
  border-radius:999px;
  background:#003f66;
  color:#ffffff;
  font-weight:700;
  text-decoration:none;
}

/* ===============================
   DEALERSHIP LIST
================================ */
.mv-dealer-list{
  list-style:none;
  padding:0;
  margin:0 auto 36px;
  max-width:640px;
}

.mv-dealer-list li{
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,0.2);
}

.mv-dealer-actions{
  margin-top:28px;
}

.mv-dealer-btn{
  padding:14px 36px;
  border-radius:999px;
  background:#ffffff;
  color:#0f172a;
  font-weight:700;
  text-decoration:none;
}

/* ===============================
   MOBILE BEHAVIOUR
================================ */
@media(max-width:768px){
  .mv-dual-entry{ display:none; }
  .mv-mobile-entry{ display:block; }
}

/* ===============================
   JUMP NAVIGATION
================================ */

.mv-jump-nav{
  padding:18px 0;
  background:#ffffff;
  border-bottom:1px solid #e2e8f0;
}

.mv-jump-nav-inner{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.mv-jump-nav a{
  padding:8px 16px;
  border-radius:999px;
  background:#f1f5f9;
  font-size:0.85rem;
  font-weight:600;
  color:#003f66;
  text-decoration:none;
  transition:all .15s ease;
}

.mv-jump-nav a:hover{
  background:#e2e8f0;
}

@media (max-width:640px){
  .mv-jump-nav a{
    font-size:0.9rem;
    padding:10px 18px;
  }
}

:target{
  scroll-margin-top:120px;
}

.mv-contact-page{
  padding: 4rem 1.25rem;
  background: #f6f7f8;
}

.mv-contact-wrap{
  max-width: 760px;
  margin: 0 auto;
}

/* Header */
.mv-contact-header{
  text-align: center;
  margin-bottom: 1.5rem;
}
.mv-contact-header h1{
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  margin: 0 0 0.6rem;
}
.mv-contact-header p{
  margin: 0;
  color: #555;
}

/* Actions: equal buttons, one bar */
.mv-contact-actions{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0 1.75rem;
}

.mv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  white-space: nowrap;
}

.mv-btn-primary{
  background: #1e5eff;
  border-color: #1e5eff;
  color: #fff;
}

.mv-btn-ghost:hover{
  border-color: #1e5eff;
}

/* Cards */
.mv-contact-card{
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
}

.mv-contact-intro{
  margin-bottom: 1.25rem;
  text-align: center; /* fixes “center header / left body” jank */
}

.mv-contact-intro p{
  margin: 0 0 0.75rem;
  line-height: 1.6;
  color: #333;
}
.mv-contact-intro p:last-child{ margin-bottom: 0; }

.mv-muted{ color: #666; }

/* Form card */
.mv-contact-card-title{
  font-size: 1.1rem;
  margin: 0 0 1rem;
}

.mv-form-placeholder{
  border: 1px dashed #d9d9d9;
  border-radius: 12px;
  padding: 1.25rem;
  color: #666;
  background: #fafafa;
}

/* Meta line under form */
.mv-contact-meta{
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.mv-dot{ opacity: 0.7; }

/* Mobile: stack buttons */
@media (max-width: 640px){
  .mv-contact-actions{
    grid-template-columns: 1fr;
  }
}

/* =========================================
   CONTACT HERO – BUTTONS ONLY
   (does NOT touch width, containers, hero)
========================================= */

/* Button row – relies on existing .mv-hero-actions centering */
.mv-contact-actions-hero{
  gap: 18px;
}

/* Base button */
.mv-contact-hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

/* Primary (Call) */
.mv-contact-hero-btn--primary{
  background: #1e5eff;
  color: #ffffff;
  border: 1px solid #1e5eff;
}

/* Secondary (Email / Review) */
.mv-contact-hero-btn--ghost{
  background: rgba(255,255,255,.95);
  color: #0f172a;
  border: 1px solid rgba(255,255,255,.85);
}

/* Hover states */
.mv-contact-hero-btn--ghost:hover{
  background: #ffffff;
}

.mv-contact-hero-btn--primary:hover{
  background: #1748c9;
  border-color: #1748c9;
}

/* Mobile sizing only (NO layout changes) */
@media (max-width: 720px){
  .mv-contact-hero-btn{
    height: 52px;
    padding: 0 22px;
    font-size: 14px;
  }
}/* End custom CSS */