﻿/* ─────────────────────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
  padding-bottom: 70px;
}

img {
  max-width: 100%;
  display: block;
}

/* ── TOP HEADER ─────────────────────────────────────────── */
.site-header {
  background: #fff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  max-width: 1180px;
  margin: 0 auto;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-logos .logo-na,
.header-logos .logo-fuller {
  max-height: 98px;
  height: auto;
}

.btn-call-header {
  background: #1c3464;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

/* ── HERO ───────────────────────────────────────────────── */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6)),
    url('https://fullermoving.com/wp-content/themes/fuller-theme/assets/images/banner-image.jpg') center/cover no-repeat !important;
  padding: 48px 30px 40px;
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.hero-container {
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* left column */
.hero-left {
  flex: 1 1 0;
  color: #fff;
}

.hero h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #fff;
}

.hero-offer-label {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 28px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  /* margin-bottom: 9px; */
}

.hero-bullets li img {
  height: 14px;
  width: auto;
  flex-shrink: 0;
  margin-top: 10px;
}

.hero-badges {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  background: rgba(0, 0, 0, 0.59);
  padding: 20px 35px;
  border-radius: 4px;
}

.hero-badges-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero-badges-row img {
  max-height: 96px;
  object-fit: contain;
  max-width: 100%;
}

/* right column – quote form */
.hero-form-wrap {
  background: rgba(29, 66, 143, 0.46);
  border-radius: 4px;
  padding: 20px 30px 25px;
  width: 360px;
  flex-shrink: 0;
}

.hero-form-wrap h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-col label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.form-col input,
.form-col select {
  padding: 10px 10px;
  border: none;
  border-radius: 3px;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  background: #fff;
  width: 100%;
}

.btn-get-quote {
  width: 100%;
  background: rgba(235,58,66,1);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  border: none;
  border-radius: 3px;
  padding: 15px;
  cursor: pointer;
  margin-top: 12px;
  text-transform: uppercase;
}

/* ── WHY FULLER ─────────────────────────────────────────── */
.why-fuller {
  padding: 55px 30px;
  background: #fff;
}

.why-fuller-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 42px;
  align-items: flex-start;
}

.owner-block {
  text-align: center;
  flex-shrink: 0;
  max-width: 520px;
  width: 100%;
}

.owner-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.owner-block p {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 10px;
}

.why-text h2 {
  color: #1a3a6e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.why-text p {
  font-size: 18px;
  color: #444;
  margin-bottom: 12px;
}

.trusted-inner p:last-child,
.why-text p:last-child {
  margin-bottom: 0;
}

/* ── TRUSTED ────────────────────────────────────────────── */
.trusted {
  background: rgba(233, 240, 251, 1);
  padding: 50px 30px;
  text-align: center;
}

.trusted-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.trusted-inner h2 {
  color: #1a3a6e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.trusted-inner p {
  font-size: 18px;
  color: #444;
  margin-bottom: 12px;
}

/* ── OUR SERVICES GRID ──────────────────────────────────── */
.our-services {
  background: #1c3464;
  padding: 52px 30px;
  text-align: center;
}

.our-services h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 32px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
}

.svc-btn {
  background: #fff;
  color: #1c3464;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  padding: 30px 20px;
  border-radius: 12px;
  border: none;
  cursor: default !important;
  text-align: center;
  transition: background .2s, color .2s;
}

.svc-btn:hover {
  background: #e8eef8;
}

/* ── SERVICE DETAIL SECTIONS ─────────────────────────────── */
.svc-section {
  padding: 70px 0;
}

.svc-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  /* min-height: 320px; */
  gap: 40px;
}

/* flip for alternating layout */
.svc-section.reverse .svc-inner {
  flex-direction: row-reverse;
}

.svc-img {
  flex: 0 0 45%;
  overflow: hidden;
}

.svc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.svc-text {
  /* flex: 0 0 50%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.svc-text h2 {
  color: #1a3a6e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.svc-text p {
  font-size: 18px;
  color: #444;
  line-height: 26px;
}

.bg-light {
  background: #f6f6f6;
}

/* ── 5 STEPS ────────────────────────────────────────────── */
.five-steps {
  background: #fff;
  padding: 52px 30px;
  text-align: center;
}

.five-steps h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 36px;
}

.steps-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

/* horizontal connecting line */
.steps-row::before {
  content: '';
  position: absolute;
  top: 40px;
  /* half of circle height (80px / 2) */
  left: calc(10% + 40px);
  right: calc(10% + 40px);
  height: 3px;
  background: rgba(235,58,66,1);
  z-index: 0;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.step-num {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(235,58,66,1);
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  position: relative;
  z-index: 1;
}

.step p {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

/* ── AFFILIATIONS ───────────────────────────────────────── */
.affiliations {
  background: rgba(233, 240, 251, 1);
  padding: 70px 0;
  text-align: center;
}

.affiliations h2 {
  color: #1a3a6e;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 28px;
}

.affil-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
}

.affil-logos img {
  height: 62px;
}

/* ── TESTIMONIALS ───────────────────────────────────────── */
.testimonials {
  background: #f6f6f6;
  padding: 52px 30px 60px;
  text-align: center;
}

.testimonials h2 {
  color: #1a3a6e;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 48px;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.testi-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 36px 24px 28px;
  position: relative;
  margin-top: 24px;
}

.testi-quote-icon {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background: rgba(235, 58, 66, 1);
  border-style: none;
  border-radius: 103px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testi-stars img {
  height: 22px;
  width: auto;
  margin: auto;
}

.testi-card p {
  font-size: 18px;
  color: #333;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.7;
  font-weight: 500;
}

.testi-stars {
  color: #f4a61a;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-align: center;
}

.testi-name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

/* ── FOOTER ─────────────────────────────────────────────── */
.site-footer {
  background: #3a3a3a;
  padding: 0;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 28px 30px;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-logos .logo-fuller {
  height: 65px;
}

.logo-na-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
}

.footer-logos .logo-na {
  height: 52px;
}

.footer-phone {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.footer-copyright {
  background: #3a3a3a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
}

/* ── FOOTER CTA STRIP (sticky) ──────────────────────────── */
.footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-top: 2px solid #ddd;
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.btn-cta-red {
  background: rgba(235,58,66,1);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.btn-cta-blue {
  background: #1c3464;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  letter-spacing: .5px;
}

/* ── MAP ────────────────────────────────────────────────── */
.map-section {
  display: block;
  width: 100%;
  line-height: 0;
}

.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET  (≤ 900px)
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {

  /* Header */
  .site-header { padding: 10px 16px; }
  .header-logos .logo-fuller { height: 50px; }
  .header-logos .logo-na    { height: 42px; }
  .btn-call-header { display: none; }

  /* Hero */
  .hero { padding: 32px 16px; }
  .hero-container { margin-bottom: 20px; }
  .hero h1 { font-size: 28px; }
  .hero-inner { flex-direction: column; gap: 24px; }
  .hero-left { width: 100%; }
  .hero-offer-label { font-size: 17px; }
  .hero-bullets li { font-size: 15px; }
  .hero-badges { width: 100%; box-sizing: border-box; }
  .hero-badges-row { justify-content: center; }
  .hero-badges-row img { max-height: 56px; }
  .hero-form-wrap { width: 100%; }

  /* Why Fuller */
  .why-fuller { padding: 40px 20px; }
  .why-fuller-inner { flex-direction: column; gap: 24px; }
  .owner-block { max-width: 100%; }
  .why-text h2 { font-size: 24px; }
  .why-text p  { font-size: 15px; }

  /* Trusted */
  .trusted { padding: 40px 20px; }
  .trusted-inner h2 { font-size: 24px; }
  .trusted-inner p  { font-size: 15px; }

  /* Services grid */
  .our-services { padding: 40px 20px; }
  .our-services h2 { font-size: 24px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .svc-btn { font-size: 14px; padding: 22px 14px; }

  /* Service detail sections */
  .svc-section { padding: 0; }
  .svc-inner { flex-direction: column !important; gap: 0; min-height: unset; }
  .svc-img { flex: none; width: 100%; height: 280px; }
  .svc-img img { width: 100%; height: 100%; object-fit: cover; }
  .svc-text { padding: 28px 24px; }
  .svc-text h2 { font-size: 22px; }
  .svc-text p  { font-size: 15px; }

  /* Five steps */
  .five-steps { padding: 40px 20px; }
  .five-steps h2 { font-size: 24px; margin-bottom: 28px; }
  .steps-row::before { display: none; }
  .steps-row { flex-wrap: wrap; gap: 28px; justify-content: center; }
  .step { flex: 0 0 calc(33% - 20px); min-width: 130px; }
  .step p { font-size: 13px; }

  /* Affiliations */
  .affiliations { padding: 40px 20px; }
  .affiliations h2 { font-size: 24px; }
  .affil-logos { gap: 20px; }
  .affil-logos img { height: 48px; }

  /* Testimonials */
  .testimonials { padding: 40px 20px 50px; }
  .testimonials h2 { font-size: 24px; margin-bottom: 40px; }
  .testi-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .testi-card p { font-size: 13px; }
  .testi-name   { font-size: 13px; }

  /* Footer */
  .footer-top { justify-content: center; text-align: center; gap: 20px; padding: 24px 20px; }
  .footer-logos { flex-wrap: wrap; justify-content: center; }
  .footer-phone { font-size: 18px; }

  /* Sticky CTA */
  .btn-cta-red, .btn-cta-blue { font-size: 13px; padding: 12px 20px; }
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 580px)
══════════════════════════════════════════════════════════ */
@media (max-width: 580px) {

  body { padding-bottom: 76px; }

  /* Header */
  .site-header { justify-content: center; padding: 10px 14px; }
  .header-logos .logo-fuller { height: 44px; }
  .header-logos .logo-na    { height: 36px; }

  /* Hero */
  .hero { padding: 24px 14px; }
  .hero h1 { font-size: 22px; }
  .hero-offer-label { font-size: 15px; }
  .hero-bullets li { font-size: 14px; }
  .hero-badges { padding: 12px; }
  .hero-badges-row { gap: 8px; justify-content: center; }
  .hero-badges-row img { max-height: 44px; }
  .hero-form-wrap { padding: 18px 14px; }
  .hero-form-wrap h2 { font-size: 20px; }
  .form-row { flex-direction: column; gap: 6px; }

  /* Why Fuller */
  .why-fuller { padding: 32px 14px; }
  .why-text h2 { font-size: 20px; }
  .why-text p  { font-size: 14px; }

  /* Trusted */
  .trusted { padding: 32px 14px; }
  .trusted-inner h2 { font-size: 20px; }
  .trusted-inner p  { font-size: 14px; }

  /* Services grid: 1 column */
  .our-services { padding: 32px 14px; }
  .our-services h2 { font-size: 20px; }
  .services-grid { grid-template-columns: 1fr; max-width: 100%; }
  .svc-btn { padding: 18px 14px; font-size: 15px; border-radius: 8px; }

  /* Service detail sections */
  .svc-img { height: 220px; }
  .svc-text { padding: 22px 14px; }
  .svc-text h2 { font-size: 19px; }
  .svc-text p  { font-size: 14px; }

  /* Five steps: 2 per row */
  .five-steps { padding: 32px 14px; }
  .five-steps h2 { font-size: 20px; margin-bottom: 24px; }
  .step { flex: 0 0 calc(50% - 16px); }
  .step-num { width: 62px; height: 62px; font-size: 26px; }
  .step p { font-size: 12px; }

  /* Affiliations */
  .affiliations { padding: 32px 14px; }
  .affiliations h2 { font-size: 20px; margin-bottom: 20px; }
  .affil-logos { gap: 14px; }
  .affil-logos img { height: 38px; }

  /* Testimonials: 1 column */
  .testimonials { padding: 32px 14px 44px; }
  .testimonials h2 { font-size: 20px; margin-bottom: 36px; }
  .testi-grid { grid-template-columns: 1fr; gap: 32px; }
  .testi-card { padding: 30px 18px 22px; }
  .testi-card p { font-size: 14px; }
  .testi-name { font-size: 14px; }

  /* Footer */
  .footer-top { flex-direction: column; align-items: center; padding: 20px 14px; gap: 14px; }
  .footer-logos { flex-direction: column; align-items: center; gap: 12px; }
  .footer-logos .logo-fuller { height: 50px; }
  .footer-logos .logo-na    { height: 40px; }
  .footer-phone { font-size: 17px; }
  .footer-copyright { font-size: 12px; padding: 12px 14px; }

  /* Sticky CTA: full-width buttons */
  .footer-cta { gap: 8px; padding: 10px 12px; }
  .btn-cta-red, .btn-cta-blue { flex: 1; text-align: center; font-size: 13px; padding: 12px 8px; letter-spacing: 0; }

  /* Map */
  .map-section iframe { height: 240px; }
}

/* ══════════════════════════════════════════════════════════
   CALLBACK PAGE
══════════════════════════════════════════════════════════ */
body.cb-page,
body.ty-page {
  background: linear-gradient(rgba(0, 0, 0, 0.65)),
              url('https://fullermoving.com/wp-content/themes/fuller-theme/assets/images/banner-image.jpg') center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  padding-bottom: 40px; /* override main body padding-bottom */
}

body.ty-page {
  text-align: center;
}

.cb-logo {
  margin-bottom: 22px;
}

.cb-logo img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.cb-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 32px 30px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.cb-card h1 {
  color: #1a3a6e;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 6px;
}

.cb-card p.cb-sub {
  color: #666;
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
}

.cb-row {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.cb-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cb-col label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.cb-col input,
.cb-col select,
.cb-col textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  width: 100%;
  outline: none;
  transition: border-color .2s;
}

.cb-col input:focus,
.cb-col select:focus,
.cb-col textarea:focus {
  border-color: #1a3a6e;
}

.cb-col textarea {
  resize: vertical;
  min-height: 80px;
}

.cb-full {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cb-full label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.cb-full input,
.cb-full select,
.cb-full textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  color: #333;
  width: 100%;
  outline: none;
  transition: border-color .2s;
}

.cb-full input:focus,
.cb-full select:focus,
.cb-full textarea:focus {
  border-color: #1a3a6e;
}

.cb-full textarea {
  resize: vertical;
  min-height: 80px;
}

.btn-cb-submit {
  width: 100%;
  background: rgba(235,58,66,1);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 8px;
}

.btn-cb-submit:hover { background: #a93226; }

/* ══════════════════════════════════════════════════════════
   THANK YOU PAGE
══════════════════════════════════════════════════════════ */
.ty-logo {
  margin-bottom: 28px;
}

.ty-logo img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.ty-card {
  background: #fff;
  border-radius: 8px;
  padding: 48px 40px 40px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
}

.ty-check {
  width: 72px;
  height: 72px;
  background: #27ae60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  color: #fff;
}

.ty-card h1 {
  color: #1a3a6e;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.ty-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* ── CALLBACK & THANK YOU RESPONSIVE (≤ 480px) ────────── */
@media (max-width: 480px) {
  body.cb-page, body.ty-page { padding: 24px 14px; padding-bottom: 24px; }
  .cb-card { padding: 28px 18px 22px; }
  .cb-row { flex-direction: column; gap: 14px; }
  .cb-logo img { height: 64px; }
  .ty-card { padding: 36px 20px 28px; }
  .ty-logo img { height: 64px; }
  .ty-card h1 { font-size: 22px; }
}