.elementor-874 .elementor-element.elementor-element-80252db{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e25a58e *//* =====================================================
   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 */
/* Start custom CSS for html, class: .elementor-element-084fafc */.mv-services-intro{
  text-align:center;
  margin-bottom:32px;
}

.mv-services-intro h2{
  font-size:34px;
  color:#0f3d5f;
  margin-bottom:8px;
}

.mv-services-intro p{
  color:#475569;
  font-size:16px;
  margin:0;
}

.mv-scroll-indicator{
  display:inline-block;
  margin-top:12px;
  font-size:22px;
  color:#0f3d5f;
  opacity:.7;
  animation:scrollHint 1.6s infinite;
}
.mv-services-intro{
  display:flex;
  flex-direction:column;
  align-items:center;   /* horizontal centring */
  text-align:center;    /* text centring */
  margin-bottom:32px;
}

@keyframes scrollHint{
  0%{ transform:translateY(0); opacity:.4; }
  50%{ transform:translateY(6px); opacity:1; }
  100%{ transform:translateY(0); opacity:.4; }
}
/* ===============================
   SWITCH
================================ */

.mv-switch{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:#0f3d5f;
  border-radius:999px;
  padding:6px;
  margin-bottom:48px;
}

.mv-switch-btn{
  border:0;
  background:transparent;
  padding:16px 0;
  font-weight:700;
  font-size:16px;
  color:rgba(255,255,255,.85);
  cursor:pointer;
  border-radius:999px;
}

.mv-switch-btn.active{
  background:#ffffff;
  color:#0f3d5f;
}

/* ===============================
   GROUPS
================================ */

.mv-package-group{
  display:none;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
}

.mv-package-group.active{
  display:grid;
}

@media(max-width:900px){
  .mv-package-group{
    grid-template-columns:1fr;
  }
}

/* ===============================
   CARDS
================================ */

.mv-service-card{
  background:#ffffff;
  border-radius:20px;
  padding:26px;
  border:1.5px solid rgba(15,61,95,.22);
  box-shadow:0 10px 26px rgba(0,0,0,.06);

  display:flex;
  flex-direction:column;
  gap:16px;
}

.mv-card-featured{
  border-color:#0f3d5f;
}

/* ===============================
   HEADER
================================ */

.mv-card-header{
  display:flex;
  align-items:baseline;
  gap:12px;
}

.mv-card-header h3{
  font-size:22px;
  margin:0;
  color:#0f3d5f;
}

/* ===============================
   BADGES (TEXT ONLY)
================================ */

.mv-badge{
  font-family:"Playfair Display", serif;
  font-style:italic;
  font-size:14px;
}

.mv-badge-maintenance{ color:#64748b; }
.mv-badge-popular{ color:#0f3d5f; }
.mv-badge-premium{ color:#f2b705; }

/* ===============================
   IMAGE SLOT (SQUARE)
================================ */

.mv-card-image{
  width:100%;
  aspect-ratio:1 / 1;
  max-height:220px;
  border-radius:14px;
  overflow:hidden;
  background:#eef2f7;
}

.mv-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* ===============================
   INTRO
================================ */

.mv-card-intro{
  font-size:15px;
  color:#475569;
  margin:0;
}

/* ===============================
   LIST
================================ */

.mv-service-card ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mv-service-card li::before{
  content:"✓";
  color:#1e6f9f;
  font-weight:700;
  margin-right:8px;
}

/* ===============================
   CTA
================================ */

.mv-card-cta{
  margin-top:auto;
  font-weight:700;
  color:#1e6f9f;
  text-decoration:none;
}

/* Title + badge + price line */
.mv-card-titleblock { width: 100%; }

.mv-card-subline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:6px;
}

/* Price chip */
.mv-from-price{
  font-weight:700;
  font-size:0.95rem;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,0.12);
  background:rgba(255,255,255,0.75);
  white-space:nowrap;
}

/* Small helper note under CTA */
.mv-card-note{
  margin:10px 0 0;
  font-size:0.9rem;
  opacity:0.85;
}

/* Section disclaimer */
.mv-section-disclaimer{
  margin-top:16px;
  font-size:0.9rem;
  opacity:0.8;
}

/* Mobile: keep badge + price readable */
@media (max-width: 520px){
  .mv-card-subline{
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  .mv-from-price{
    order:3;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b4fb47 *//* ===== HOW IT WORKS ===== */
.mv-how{
  padding: clamp(56px, 6vw, 92px) 0;
  background: #ffffff;
}

.mv-how-head{
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.mv-how h2{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.mv-how-sub{
  margin: 0;
  color: rgba(0,0,0,0.72);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* grid */
.mv-how-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 22px;
}

.mv-how-card{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(0,63,102,0.04) 0%, rgba(255,255,255,1) 65%);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mv-how-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.09);
  border-color: rgba(0,63,102,0.22);
}

.mv-how-top{
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.mv-how-step{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 0.9rem;

  /* brand-ish */
  background: rgba(0,63,102,0.10);
  color: #003F66;
  border: 1px solid rgba(0,63,102,0.18);
}

.mv-how-card h3{
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
}

.mv-how-card p{
  margin: 0;
  color: rgba(0,0,0,0.72);
  line-height: 1.65;
}

/* CTA row */
.mv-how-cta{
  margin-top: 22px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

/* If you already have mv-btn styles, delete these three button blocks */
.mv-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.mv-btn:active{ transform: translateY(1px); }

.mv-btn-primary{
  background: #003F66;
  color: #fff;
  border-color: rgba(0,63,102,0.24);
}

.mv-btn-primary:hover{
  background: #003657;
}

.mv-btn-ghost{
  background: #fff;
  color: #003F66;
  border-color: rgba(0,63,102,0.22);
}

.mv-btn-ghost:hover{
  background: rgba(0,63,102,0.06);
}

.mv-how-note{
  max-width: 760px;
  margin: 16px auto 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(242,183,5,0.10); /* subtle warm accent */
  color: rgba(0,0,0,0.78);
}

.mv-how-note p{
  margin: 0;
  line-height: 1.55;
}

/* Desktop */
@media (min-width: 860px){
  .mv-how-grid{
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .mv-how-card{
    padding: 20px 20px 18px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a53142 *//* ===== GALLERY TEASER ===== */
.mv-gallery-teaser{
  padding: clamp(56px, 6vw, 92px) 0;
  background: #fff;
}

.mv-gallery-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.mv-gallery-head h2{
  margin: 0 0 8px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.mv-gallery-head p{
  margin: 0;
  color: rgba(0,0,0,0.72);
  line-height: 1.6;
  max-width: 640px;
}

.mv-gallery-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* shell */
.mv-gallery-shell{
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0,63,102,0.04) 0%, #fff 55%);
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
}

/* track = horizontal slider */
.mv-gallery-track{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  transition: transform .35s ease;
  will-change: transform;
}

/* each slide */
.mv-gallery-slide{
  display: grid;
  grid-template-columns: 1fr;
  min-height: 320px;
}

.mv-gallery-media{
  position: relative;
  min-height: 220px;
  background: #f3f5f7;
}
.mv-gallery-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv-gallery-badge{
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(0,63,102,0.10);
  color: #003F66;
  border: 1px solid rgba(0,63,102,0.18);
  backdrop-filter: blur(6px);
}

.mv-gallery-body{
  padding: 16px 16px 18px;
  display: grid;
  gap: 8px;
}
.mv-gallery-title{
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
}
.mv-gallery-excerpt{
  margin: 0;
  color: rgba(0,0,0,0.72);
  line-height: 1.6;
}
.mv-gallery-meta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(0,0,0,0.58);
  font-size: 0.95rem;
}
.mv-gallery-link{
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #003F66;
  font-weight: 700;
  text-decoration: none;
}
.mv-gallery-link:hover{ text-decoration: underline; }

/* nav buttons */
.mv-gallery-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.92);
  color: rgba(0,0,0,0.75);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
}
.mv-gallery-nav:hover{
  border-color: rgba(0,63,102,0.25);
  color: #003F66;
}
.mv-prev{ left: 12px; }
.mv-next{ right: 12px; }

/* dots */
.mv-gallery-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.mv-gallery-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.25);
  pointer-events: auto;
  border: 0;
  cursor: pointer;
}
.mv-gallery-dot.is-active{
  background: #003F66;
}

/* empty fallback */
.mv-gallery-empty{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 16px;
}
.mv-gallery-empty-media{
  height: 220px;
  border-radius: 14px;
  background:
    radial-gradient(1200px 300px at 20% 0%, rgba(0,63,102,0.18), transparent 55%),
    radial-gradient(900px 260px at 80% 40%, rgba(242,183,5,0.18), transparent 55%),
    linear-gradient(180deg, #f4f6f8, #ffffff);
  border: 1px solid rgba(0,0,0,0.08);
}
.mv-gallery-empty-copy h3{ margin: 0 0 8px; }
.mv-gallery-empty-copy p{ margin: 0 0 12px; color: rgba(0,0,0,0.72); line-height: 1.6; }
.mv-gallery-empty-cta{ display: flex; gap: 10px; flex-wrap: wrap; }

/* desktop layout */
@media (min-width: 860px){
  .mv-gallery-slide{
    grid-template-columns: 1.35fr 1fr;
    min-height: 360px;
  }
  .mv-gallery-media{ min-height: 360px; }
  .mv-gallery-body{ padding: 22px 22px 24px; }
  .mv-gallery-empty{
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    padding: 22px;
  }
  .mv-gallery-empty-media{ height: 320px; }
}/* End custom CSS */