.elementor-810 .elementor-element.elementor-element-5f9b815{--display:flex;}.elementor-810 .elementor-element.elementor-element-f567897{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9ce155f *//* =====================================================
   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;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc54b2a */.mv-trust-strip{
  padding:32px 20px;
  background:#f8fafc;
}

.mv-trust-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:18px;
  text-align:center;
  font-size:.9rem;
  color:#334155;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6075291 */.mv-steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;
  max-width:900px;
  margin:0 auto;
}

.mv-steps div{
  padding:20px;
  background:#f1f5f9;
  border-radius:14px;
  text-align:center;
}

.mv-steps strong{
  display:block;
  margin-bottom:8px;
  color:#003f66;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47098f8 */.mv-dual-scope{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  max-width:900px;
  margin:0 auto;
  text-align:left;
}

.mv-dual-scope ul{
  list-style:none;
  padding:0;
}

.mv-dual-scope li{
  padding:8px 0;
  border-bottom:1px solid #e2e8f0;
}

.mv-dual-scope li:last-child{
  border-bottom:none;
}

@media(max-width:768px){
  .mv-dual-scope{
    grid-template-columns:1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53f0fdb *//* ===============================
   FAQ ACCORDION
================================ */

.mv-faq-accordion{
  max-width:820px;
  margin:0 auto;
  text-align:left;
}

.mv-faq-accordion details{
  border-bottom:1px solid #e2e8f0;
  padding:18px 0;
}

.mv-faq-accordion details:last-child{
  border-bottom:none;
}

.mv-faq-accordion summary{
  cursor:pointer;
  font-weight:600;
  color:#0f172a;
  list-style:none;
  position:relative;
  padding-right:28px;
}

/* Remove default marker */
.mv-faq-accordion summary::-webkit-details-marker{
  display:none;
}

/* Custom + / − indicator */
.mv-faq-accordion summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:20px;
  color:#003f66;
  transition:transform .2s ease;
}

.mv-faq-accordion details[open] summary::after{
  content:"–";
}

.mv-faq-accordion p{
  margin:14px 0 0;
  color:#475569;
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc7e841 */.mv-proof{
  padding:40px 20px;
  background:#0f172a;
  color:#e2e8f0;
  text-align:center;
}

.mv-final-cta{
  background:#003f66;
  color:#ffffff;
}

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

.mv-cta-btn{
  display:inline-block;
  margin-top:24px;
  padding:16px 40px;
  border-radius:999px;
  background:#ffffff;
  color:#003f66;
  font-weight:700;
  text-decoration:none;
}/* End custom CSS */