.elementor-1024 .elementor-element.elementor-element-bace635{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bbe9733 *//* =====================================================
   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;
}/* End custom CSS */