/* ============================================================
   MOVERS FOR ME — QUOTE / SERVICE PAGE STYLES
   Loaded on Residential, Commercial, Deliveries, Government.
   Conversion-focused: tight hero + clean form, nothing else.
   Form is rendered by Forminator plugin — we do NOT override
   its field styling, just provide a clean section wrapper.
   ============================================================ */


/* ============================================================
   QUOTE HERO — COMPACT PAGE INTRODUCTION
   Smaller than About hero (these pages are conversion tools).
   Top margin clears the fixed site header.
   ============================================================ */

.mfm-quote-hero {
  position: relative;
  width: 100%;
  margin-top: 65px;
  background-color: var(--mfm-charcoal);
  background-image: linear-gradient(
    135deg,
    rgba(18, 18, 18, 0.92) 0%,
    rgba(18, 18, 18, 0.78) 50%,
    rgba(18, 18, 18, 0.92) 100%
  ), url('https://moversforme.mystagingwebsite.com/wp-content/uploads/2026/06/philadelphia-skyline-.webp');
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  overflow: hidden;
  isolation: isolate;
}

/* Subtle teal cube motif top-right */
.mfm-quote-hero::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%2369A39F' stroke-width='1.5'><polygon points='50,10 90,30 90,75 50,95 10,75 10,30'/><line x1='50' y1='10' x2='50' y2='55'/><line x1='50' y1='55' x2='10' y2='30'/><line x1='50' y1='55' x2='90' y2='30'/><line x1='50' y1='55' x2='50' y2='95'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.12;
  pointer-events: none;
}

/* Subtle orange cube motif bottom-left */
.mfm-quote-hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23F99D5B' stroke-width='1.5'><polygon points='50,10 90,30 90,75 50,95 10,75 10,30'/><line x1='50' y1='10' x2='50' y2='55'/><line x1='50' y1='55' x2='10' y2='30'/><line x1='50' y1='55' x2='90' y2='30'/><line x1='50' y1='55' x2='90' y2='30'/><line x1='50' y1='55' x2='50' y2='95'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.10;
  pointer-events: none;
}

.mfm-quote-hero__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 32px;
  color: var(--mfm-white);
  text-align: center;
}

.mfm-quote-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--mfm-font-subhead);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mfm-teal);
  margin-bottom: 18px;
}

.mfm-quote-hero__eyebrow::before,
.mfm-quote-hero__eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: var(--mfm-teal);
}

.mfm-quote-hero__title {
  font-family: var(--mfm-font-heading);
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 52px);
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: var(--mfm-white);
  text-transform: uppercase;
  margin: 0 auto 16px auto;
  max-width: 760px;
}

.mfm-quote-hero__title .accent {
  color: var(--mfm-orange);
}

.mfm-quote-hero__subtitle {
  font-family: var(--mfm-font-body);
  font-weight: 400;
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  max-width: 580px;
}

/* --- Mobile --- */

@media (max-width: 768px) {
  .mfm-quote-hero__inner {
    padding: 54px 20px;
  }

  .mfm-quote-hero__title {
    font-size: clamp(28px, 7vw, 38px);
  }

  .mfm-quote-hero__subtitle {
    font-size: 14px;
  }
}


/* ============================================================
   QUOTE FORM SECTION
   Full-width WHITE background. Form rendered by Forminator
   plugin uses its own default styling — we don't override it.
   ============================================================ */

.mfm-quote-form-section {
  position: relative;
  background-color: var(--mfm-white);
  padding: 70px 32px 90px 32px;
  overflow: hidden;
}

.mfm-quote-form-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* --- Mobile --- */

@media (max-width: 768px) {
  .mfm-quote-form-section {
    padding: 50px 16px 70px 16px;
  }
}

/* ============================================================
   END QUOTE PAGE STYLES
   ============================================================ */

/* ============================================================
   COMMERCIAL CLIENTS — SLIDER (2 cards per slide)
   ============================================================ */

.mfm-comm-clients {
  position: relative;
  background-color: var(--mfm-warm-gray);
  padding: 90px 32px 100px 32px;
}

.mfm-comm-clients__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.mfm-comm-clients__header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 56px auto;
}

.mfm-comm-clients__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--mfm-font-subhead);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--mfm-teal);
  margin-bottom: 18px;
}

.mfm-comm-clients__eyebrow::before,
.mfm-comm-clients__eyebrow::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: var(--mfm-teal);
}

.mfm-comm-clients__title {
  font-family: var(--mfm-font-heading);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  letter-spacing: 0.5px;
  color: var(--mfm-charcoal);
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.mfm-comm-clients__title .accent {
  color: var(--mfm-orange);
}

.mfm-comm-clients__subtitle {
  font-family: var(--mfm-font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--mfm-slate);
  margin: 0;
}

/* Slider container */
.mfm-comm-clients__slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.mfm-comm-clients__track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.mfm-comm-clients__slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 4px;
}

/* Individual card */
.mfm-comm-clients__card {
  background-color: var(--mfm-white);
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 8px 24px rgba(18, 18, 18, 0.05), 0 2px 8px rgba(18, 18, 18, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mfm-comm-clients__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(18, 18, 18, 0.08), 0 4px 12px rgba(18, 18, 18, 0.04);
}

.mfm-comm-clients__logo {
  background-color: var(--mfm-warm-gray);
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}

.mfm-comm-clients__logo img {
  max-width: 200px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.mfm-comm-clients__name {
  font-family: var(--mfm-font-heading) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.3px !important;
  color: var(--mfm-charcoal) !important;
  text-transform: none !important;
  margin: 0 !important;
}

.mfm-comm-clients__body {
  font-family: var(--mfm-font-body);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--mfm-slate);
  margin: 0;
}

/* Last card (CTA filler) */
.mfm-comm-clients__card--empty {
  background-color: var(--mfm-charcoal);
  color: var(--mfm-white);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mfm-comm-clients__cta-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.mfm-comm-clients__cta-title {
  font-family: var(--mfm-font-heading);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: var(--mfm-white);
  margin: 0;
}

.mfm-comm-clients__cta-body {
  font-family: var(--mfm-font-body);
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 280px;
}

.mfm-comm-clients__cta-link {
  display: inline-block;
  margin-top: 8px;
  font-family: var(--mfm-font-subhead);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 12px 24px;
  background-color: var(--mfm-orange);
  color: var(--mfm-white) !important;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.mfm-comm-clients__cta-link:hover {
  background-color: var(--mfm-white);
  color: var(--mfm-charcoal) !important;
  transform: translateY(-1px);
}

/* Controls */
.mfm-comm-clients__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}

.mfm-comm-clients__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--mfm-charcoal);
  background-color: transparent;
  color: var(--mfm-charcoal);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.mfm-comm-clients__arrow:hover {
  background-color: var(--mfm-orange);
  border-color: var(--mfm-orange);
  color: var(--mfm-white);
  transform: translateY(-2px);
}

.mfm-comm-clients__arrow i {
  font-size: 18px;
}

.mfm-comm-clients__counter {
  font-family: var(--mfm-font-heading);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--mfm-charcoal);
  min-width: 80px;
  text-align: center;
}

.mfm-comm-clients__counter span:first-child {
  color: var(--mfm-orange);
}

@media (max-width: 768px) {
  .mfm-comm-clients {
    padding: 60px 16px 70px 16px;
  }

  .mfm-comm-clients__slide {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mfm-comm-clients__card {
    padding: 28px 24px;
  }

  .mfm-comm-clients__name {
    font-size: 20px !important;
  }

  .mfm-comm-clients__logo {
    height: 110px;
    padding: 20px;
  }

  .mfm-comm-clients__logo img {
    max-width: 170px;
    max-height: 80px;
  }

  .mfm-comm-clients__arrow {
    width: 44px;
    height: 44px;
  }
}