.elementor-710 .elementor-element.elementor-element-db07871{--display:flex;}.elementor-710 .elementor-element.elementor-element-18d1357{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef20b7d *//* =====================================================
   HERO BLOCK – INTERIOR DETAILING
===================================================== */

.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 container */
.mv-hero-content{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  padding:0 20px 80px;
  transform:translateY(-5%);
  color:#fff;
}

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

/* Heading */
.mv-hero-content h1{
  font-size:clamp(34px,4vw,52px);
  line-height:1.15;
  margin:0 0 16px;
  color:#eaf4fb;
  text-shadow:0 2px 18px rgba(0,0,0,.35);
}

/* Highlight span */
.mv-hero-content h1 span{
  color:#9fd3ff;
  background:linear-gradient(
    to bottom,
    transparent 60%,
    rgba(159,211,255,.25) 60%
  );
}

/* Subtext */
.mv-hero-content p{
  max-width:640px;
  font-size:18px;
  color:rgba(255,255,255,.88);
}

/* 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;
  text-decoration:none;
}

/* Primary CTA */
.mv-hero-btn-primary{
  background:#ffffff;
  color:var(--primary);
  border:2px solid #ffffff;
}

.mv-hero-btn-primary:hover{
  transform:translateY(-1px);
}

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

.mv-hero-btn-secondary:hover{
  background:rgba(255,255,255,.08);
}

/* Mobile adjustments */
@media(max-width:900px){
  .mv-hero{
    min-height:70vh;
  }

  .mv-hero-content{
    padding-bottom:64px;
    transform:none;
  }

  .mv-hero-content p{
    font-size:16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8b9594 *//* =====================================================
   FORCE FULL CENTRED CTA ALIGNMENT
===================================================== */

.mv-interior-cta{
  width:100%;
  display:flex;
  justify-content:center;
}

.mv-interior-cta .mv-container{
  text-align:center;
}

/* Ensure heading + text are centred */
.mv-interior-cta h2,
.mv-interior-cta p{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

/* Centre the button group */
.mv-cta-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  margin-top:32px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d638e52 *//* =====================================================
   INTERIOR DETAILING GUIDE
===================================================== */

.mv-interior-guide{
  padding:120px 0;
  background:var(--surface);
}

/* Wide but readable */
.mv-interior-guide-wrap{
  max-width:1100px;
  margin:0 auto;
}

/* Content styling */
.mv-interior-guide-content{
  max-width:900px;
  margin:0 auto;
}

.mv-interior-guide-content h2{
  font-size:clamp(30px,3.5vw,38px);
  margin-bottom:24px;
}

.mv-interior-guide-content h3{
  font-size:22px;
  margin:48px 0 16px;
}

.mv-interior-guide-content p{
  font-size:17px;
  line-height:1.75;
  color:var(--muted);
  margin-bottom:18px;
}

.mv-interior-guide-content ul{
  margin:20px 0 32px;
  padding-left:22px;
}

.mv-interior-guide-content li{
  margin-bottom:10px;
  font-size:16px;
}

/* Related services links */
.mv-related-services{
  list-style:none;
  padding-left:0;
  margin-top:20px;
}

.mv-related-services li{
  margin-bottom:10px;
}

.mv-related-services a{
  color:var(--primary);
  text-decoration:none;
  font-weight:600;
}

.mv-related-services a:hover{
  text-decoration:underline;
}

/* Mobile */
@media(max-width:900px){
  .mv-interior-guide{
    padding:96px 0;
  }

  .mv-interior-guide-content{
    padding:0 8px;
  }
}/* End custom CSS */
/* Start custom CSS *//* =====================================================
   SHARED INTERIOR PAGE BLOCK STYLES
===================================================== */

.mv-wide{
  max-width:1100px;
  margin:0 auto;
}

.mv-intro{
  max-width:820px;
  margin:0 auto 40px;
  text-align:center;
  color:var(--muted);
}

.mv-interior-fit,
.mv-interior-process,
.mv-interior-faq{
  padding:120px 0;
  background:var(--surface);
}

.mv-interior-cta{
  padding:96px 0;
  background:var(--soft);
  text-align:center;
}

.mv-fit-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.mv-fit-grid ul{
  list-style:disc;
  padding-left:20px;
}

.mv-process-steps{
  max-width:900px;
  margin:0 auto;
  padding-left:20px;
}

.mv-process-steps li{
  margin-bottom:24px;
  line-height:1.6;
}

.mv-cta-actions{
  display:flex;
  justify-content:center;
  gap:20px;
  margin-top:32px;
}

.mv-btn-primary,
.mv-btn-secondary{
  padding:14px 32px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
}

.mv-btn-primary{
  background:var(--primary);
  color:#fff;
}

.mv-btn-secondary{
  border:2px solid var(--primary);
  color:var(--primary);
}

.mv-faq{
  max-width:900px;
  margin:0 auto;
}

.mv-faq h3{
  margin-top:32px;
}

/* Mobile */
@media(max-width:900px){
  .mv-fit-grid{
    grid-template-columns:1fr;
  }
}/* End custom CSS */