/* ===================================================
 morse MOVING & STORAGE – Landing Page Styles
   Font: Open Sans + Montserrat (Google Fonts)
   =================================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --orange: #ff981f;
  --orange-dark: #d96b22;
  --dark: #1a1a2e;
  --dark-gray: #333;
  --mid-gray: #555;
  --light-gray: #f5f5f5;
  --green: #28a745;
  --white: #fff;
  --font-main: 'Montserrat', sans-serif;
  --font-head: 'Montserrat', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--dark-gray);
  background: var(--white);
  padding-bottom: 70px; /* room for sticky footer */
}

p, li {
  font-family: 'Montserrat', sans-serif;
}

/* ─── UTILITY ─── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  padding: 0 28px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  border: none;
}
.btn:hover { transform: translateY(-1px); }

.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }

.btn-outline-orange {
  background: transparent;
  color: var(--orange);
  border: 2px solid var(--orange);
}
.btn-outline-orange:hover { background: var(--orange); color: #fff; }

.btn-sm { padding: 0 28px; height: 52px; line-height: 52px; font-size: 18px; }
.btn-full { width: 100%; text-align: center; display: block; }
.btn-wide { padding: 0 40px; font-size: 18px; }

.section-title {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: var(--dark);
  margin-bottom: 2rem;
  text-transform: none;
  letter-spacing: 1px;
}

.center-cta { text-align: center; margin-top: 2rem; }

/* ─── TOP HEADER ─── */
.top-bar {
  background: var(--white);
  border-bottom: 3px solid var(--orange);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
}

.header-badges {
  display: flex;
  align-items: center;
}

.allied-badge-img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.logo-fallback {
  flex-direction: column;
}
.logo-morse {
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  text-transform: none;
}
.logo-sub {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--mid-gray);
  font-weight: 600;
  text-transform: none;
}

.top-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.top-nav a {
  font-size: 12px;
  color: var(--dark-gray);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 3px;
  transition: color 0.2s;
}
.top-nav a:hover { color: var(--orange); }

/* ─── HERO ─── */
.hero {
  position: relative;
  min-height: 585px;
  background: url('https://www.morsemoving.com/wp-content/uploads/2026/03/banner-new-2.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
}
ul.hero-features span.check svg {
    width: 32px;
    height: 32px;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.30) 100%);
}
.footer-map-wrap img {
    margin: 0 auto;
    display: block;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 50px 0px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1 1 380px;
  color: var(--white);
}

.hero-text h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 6px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-sub {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    margin: 25px 0;
    color: rgba(255, 255, 255, 0.9);
}

.hero-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
      margin-top: 30px;
          margin-bottom: 30px;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 9px;
font-size: 18px;
    font-weight: 500;
}

.hero-badge {
    position: absolute;
    bottom: 20px;
    right: 530px;
    width: 190px;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.6));
    z-index: 3;
}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  color: var(--orange);
  flex-shrink: 0;
}

.hero-form-wrap {
  flex: 0 0 420px;
  background: #ff981f;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  padding: 30px;
}

.hero-form-header {
  color: var(--white);
  font-family: var(--font-head);
  font-weight: 700;
  font-size:26px;
  text-align: center;
  padding: 12px;
  text-transform: none;
  letter-spacing: 1px;
}

.hero-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0;
}
form.hero-form button.btn.btn-orange.btn-full {
    background: #191919;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.hero-form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-form-field:first-child,
.hero-form button[type="submit"] {
  grid-column: 1 / -1;
}

.hero-form-field label {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 600;
      color: #ffffff;
  text-transform: none;
  letter-spacing: 0.4px;
}

.hero-form input,
.hero-form select {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font-main);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.hero-form input:focus,
.hero-form select:focus { border-color: var(--orange); }

/* ─── VIRTUAL SURVEY ─── */
.virtual-survey {
  background: #fef9c3;
  padding: 48px 0;
}

.virtual-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.virtual-text {
  flex: 1;
  text-align: center;
}

.virtual-text h2 {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 16px;
}

.virtual-text p {
      font-size: 20px;
  line-height: 1.7;
  color: #333;
  max-width: 480px;
  margin: 0 auto;
}

.virtual-cta {
  flex: 0 0 auto;
}

.virtual-card {
background: #ff981f;
  border-radius: 16px;
  padding: 36px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}

.virtual-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.virtual-card-title {
  color: #fff;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}

.btn-green {
  background: #22c55e;
  color: #fff;
}
.btn-green:hover { background: #16a34a; }

/* ─── TAGLINE BANNER ─── */
.tagline-banner {
  background: var(--orange);
  text-align: center;
  padding: 40px 20px;
}

.tagline-banner p {
  color: #fff;
  font-family: var(--font-main);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
/* ─── PISTONS PARTNER BANNER ─── */
.pistons-banner {
  display: flex;
  min-height: 220px;
}
.pistons-left {
  flex: 0 0 62%;
  background: #f39200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 48px;
  gap: 20px;
  text-align: center;
}
.pistons-text {
  font-family: var(--font-main);
  font-size: 24px;
  color: #fff;
  line-height: 1.45;
  max-width: 520px;
}
.pistons-logos {
  max-width: 340px;
  width: 100%;
  object-fit: contain;
}
.pistons-right {
  flex: 0 0 38%;
  background: url('images/bg.png') center center / cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pistons-right::before {
  content: '';
  position: absolute;
  inset: 0;
 background: rgb(0 0 0 / 83%);
}
.pistons-right-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 32px 24px;
}
.pistons-rating-title {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}
.pistons-rating-sub {
  font-family: var(--font-main);
  font-size: 15px;
  color: #ccc;
  margin-bottom: 14px;
}
.pistons-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.pistons-stars .star {
  font-size: 36px;
  color: #f39200;
  line-height: 1;
}
.pistons-stars .star.half {
  position: relative;
  color: #555;
}
.pistons-stars .star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: #f39200;
}
@media (max-width: 768px) {
  .pistons-banner { flex-direction: column; }
  .pistons-left, .pistons-right { flex: none; width: 100%; }
  .pistons-right { min-height: 200px; }
}
/* ─── LOCATIONS STRIP ─── */
.locations-strip {
  padding: 70px 0;
  background: var(--white);
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 300px;
  gap: 12px;
}

.rated-box {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px 10px 0;
}

.rated-box h3 {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  text-transform: none;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 14px;
}

.rated-box p {
  font-size: 12px;
  font-weight: 700;
  color: var(--mid-gray);
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.loc-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.loc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.loc-card-tall {
  grid-row: 2;
}

.loc-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 100%);
}

.loc-name {
 font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.loc-nearby {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.nearby-icon {
  background: #fff;
  color: #222;
  font-size: 11px;
  font-weight: 900;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.loc-stars {
  color: #f5a224;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 3px;
}

.loc-rating {
  font-size: 12px;
  color: rgba(255,255,255,0.85);
}

/* ─── FULL SERVICE ─── */
.full-service {
  padding: 50px 0;
  background: #f4f4f4;
}

/* ── Service Grid ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 155px 230px 190px;
  gap: 8px;
}

.sc {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  cursor: pointer;
}

.sc:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0,0,0,0.22);
  z-index: 2;
}

/* Specific hover brightening for colored tiles */
.sc-international:hover,
.sc-storage:hover,
.sc-residential:hover {
  filter: brightness(1.08);
}

/* Image tiles get a slight brightness lift */
.sc-long-distance:hover,
.sc-local:hover {
  filter: brightness(1.05);
}

/* Stats tile gets a subtle orange border accent */
.sc-years:hover {
  border-color: var(--orange);
  box-shadow: 0 10px 30px rgba(244,132,60,0.25);
}

/* Commercial tile gets tint on hover */
.sc-commercial:hover {
  background: #e8e8e8;
}

/* ── Row 1: 115 Years ── */
.sc-years {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border: 1px solid #e8e8e8;
}

.sc-num {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 900;
  color: #4caf50;
  line-height: 1;
}

.sc-years-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}

.sc-rating {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--orange);
}

.sc-stars {
  color: var(--orange);
  font-size: 15px;
  letter-spacing: 2px;
}

/* ── Row 1: Photo ── */
.sc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Row 1: Long Distance ── */
.sc-long-distance {
  grid-column: 2 / 4;
  grid-row: 1;
}

.sc-long-distance img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-ld-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px 20px;
  gap: 8px;
}

.sc-ld-icon {
  color: var(--orange);
  flex-shrink: 0;
}

.sc-ld-icon svg {
  width: 55px;
  height: 55px;
}

.sc-ld-text {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.25;
  text-align: right;
}

/* ── Row 2: Local Moving ── */
.sc-local {
  grid-column: 1;
  grid-row: 2;
}

.sc-local img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(0,0,0,0.72) 40%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
}

/* ── Row 2: International Moving (spans 2 cols) ── */
.sc-international {
  grid-column: 2 / 4;
  grid-row: 2;
  background: var(--orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.sc-intl-icon {
  color: rgba(255,255,255,0.9);
}

.sc-intl-icon svg {
  width: 70px;
  height: 70px;
}

.sc-intl-text {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

/* ── Row 3: Storage Services ── */
.sc-storage {
  grid-column: 1;
  grid-row: 3;
  background: #1564AD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
}

.sc-cart-img {
  width: 58%;
  height: 90%;
  object-fit: contain;
  object-position: bottom left;
  flex-shrink: 0;
  mix-blend-mode: multiply;
}

.sc-storage-text {
  font-size: 1.3rem;
  text-align: right;
  align-self: flex-start;
  margin-top: 4px;
}

.sc-blue-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(25,80,160,0.78) 45%, transparent 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px;
}

.sc-overlay-text {
    font-family: var(--font-head);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

/* ── Row 3: Commercial Moving ── */
.sc-commercial {
  grid-column: 2;
  grid-row: 3;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sc-comm-icon {
  color: #444;
}

.sc-comm-icon svg {
  width: 52px;
  height: 52px;
}

.sc-comm-text {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

/* ── Row 3: Residential Moving ── */
.sc-residential {
  grid-column: 3;
  grid-row: 3;
  background: #fdd835;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px;
}

.sc-res-text {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: #222;
  line-height: 1.25;
}

.sc-res-icon {
  color: #555;
  align-self: flex-end;
}

.sc-res-icon svg {
  width: 60px;
  height: 60px;
}

/* ─── SERVICES DETAIL ─── */
.services-detail {
  padding: 70px 0;
  background: #e8e8e8;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.svc-item {
  display: flex;
  gap: 24px;
  background: var(--white);
  border-radius: 50px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  transition: box-shadow 0.2s;
}
.svc-item:hover { box-shadow: 0 4px 20px rgba(247,148,29,0.15); }

.svc-icon {
  flex: 0 0 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}

.svc-icon img,
.svc-icon svg {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.svc-content h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.svc-content p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--mid-gray);
}

/* ─── PARTNERS ─── */
.partners {
  padding: 50px 0;
  background: var(--white);
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
  align-items: center;
  justify-items: center;
  margin-bottom: 2rem;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  width: 100%;
}

.partner-logo img {
  max-height: 100px;
  max-width: 180px;
  width: 100%;
  object-fit: contain;
}

.award-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 12px 16px;
  min-width: 100px;
  min-height: 80px;
  text-align: center;
}

.award-icon { font-size: 1.5rem; }

.award-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 11px;
  line-height: 1.3;
  color: var(--white);
  text-transform: none;
}

.award-yellow { background: #f7c31d; }
.award-yellow .award-text { color: var(--dark); }

.award-blue { background: #1a4fa0; }
.award-red { background: #c0392b; }
.award-dark { background: var(--dark); }
.award-green { background: var(--green); }
.award-gray { background: #6c757d; }

/* ─── WHY MORSE ─── */
.why-morse {
        padding: 20px 0 70px 0;
}
.why-top-row {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.why-left {
  flex: 1 1 0;
}

.why-title {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 600;
  color: var(--dark);
  text-transform: none;
  margin-bottom: 1rem;
}

.why-left p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--mid-gray);
}

.why-image {
  flex: 0 0 42%;
}

.why-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.why-body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--mid-gray);
  margin-bottom: 1.2rem;
}

.why-reasons-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}

.why-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  margin-bottom: 2rem;
}

.why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-gray);
}

.why-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  color: var(--orange);
  flex-shrink: 0;
}

.bullet-green { color: var(--green); font-size: 12px; }

/* ─── LOCATIONS SECTION ─── */
.locations-section {
  padding: 50px 0;
  background: #f0f0f0;
}

.locations-map-row {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

.location-card {
  flex: 1 1 0;
  border-radius: 50px;
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  padding: 28px 16px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.location-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.14);
}

.location-card-blue {
  background: #3a7bbf;
}

.location-card-green {
  background: #22c55e;
}

.loc-pin-icon {
  width: 42px;
  height: 42px;
}

.loc-pin-icon svg {
  width: 100%;
  height: 100%;
}

.loc-city {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  text-align: center;
  margin: 0;
}

.location-card-blue .loc-city,
.location-card-green .loc-city {
  color: #fff;
}

.loc-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
}

.loc-phone svg {
  width: 18px;
  height: 18px;
  stroke: var(--green);
  flex-shrink: 0;
}

.location-card-blue .loc-phone,
.location-card-green .loc-phone {
  color: #fff;
}

.location-card-blue .loc-phone svg,
.location-card-green .loc-phone svg {
  stroke: #fff;
}

/* ─── SITE FOOTER ─── */
.site-footer {
  background: #fff;
}

.footer-map-wrap {
  position: relative;
  width: 100%;
}

.footer-address-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f5b800;
  color: #111;
  padding: 22px 50px;
  text-align: center;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

/* ─── STICKY FOOTER BAR ─── */
.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #fff;
  padding: 12px 20px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
}

.sticky-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 28px;
  height: 52px;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
  color: var(--white);
  transition: filter 0.2s, transform 0.2s;
}

.sticky-btn:hover { filter: brightness(1.1); transform: translateY(-2px); }

.sticky-btn-call { background: #222; }
.sticky-btn-quote { background: #000; }

.sticky-icon { font-size: 1.2rem; }

/* ─── FLOATING CALL BUTTON ─── */
@keyframes sonarEffectNew {
  0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.6), 0 4px 16px rgba(0,0,0,0.2); }
  70%  { box-shadow: 0 0 0 20px rgba(34,197,94,0), 0 4px 16px rgba(0,0,0,0.2); }
  100% { box-shadow: 0 0 0 0 rgba(34,197,94,0), 0 4px 16px rgba(0,0,0,0.2); }
}

.float-call {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--green);
  color: var(--white);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  z-index: 200;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: sonarEffectNew 1.5s ease-out infinite;
}

.float-call:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  animation: none;
}

/* ─── TESTIMONIALS ─── */
.testimonials {
  background: #fff;
  padding: 60px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.review-card {
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.review-quote {
  display: flex;
}

.review-title {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
}

.review-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  flex: 1;
}

.review-author {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
}

.review-stars {
  color: #f5a623;
  font-size: 20px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .testimonials-grid { grid-template-columns: 1fr; }
}

/* ─── OUR WORK PROCESS ─── */
.work-process {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.work-process-title {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 50px;
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.process-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.process-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-label {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  max-width: 130px;
}

.process-arrow {
  font-size: 2rem;
  color: var(--dark);
  font-weight: 300;
  margin-bottom: 30px;
  flex-shrink: 0;
}

/* ─── AWARDS & RECOGNITION ─── */
.awards-section {
  background: #fff;
  padding: 60px 0 0;
  text-align: center;
}

.awards-title {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 40px;
}

.awards-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.award-logo {
  max-height: 90px;
  max-width: 180px;
  object-fit: contain;
}

.awards-cta {
  margin: 40px 0 50px;
}

.awards-banner {
  background: var(--orange);
  padding: 40px 20px;
}

.btn-outline-white {
    background: #fff;
    color: #ff981f;
    border: 2px solid #fff;
}
.btn-outline-white:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .sc-long-distance,
  .sc-international {
    grid-column: auto;
    grid-row: auto;
  }
  .sc-local, .sc-storage, .sc-commercial, .sc-residential { grid-column: auto; grid-row: auto; }
  .sc { min-height: 160px; }
  .sc-years { min-height: 130px; }

  /* Hero */
  .hero-inner { gap: 40px; }
  .hero-form-wrap { flex: 0 0 360px; }

  /* Work process */
  .process-icon { width: 90px; height: 90px; }
  .process-arrow { font-size: 1.5rem; }

  /* Awards */
  .awards-row { gap: 24px; }
  .award-logo { max-height: 70px; max-width: 140px; }

  /* Why */
  .why-list { gap: 12px 24px; }
}

@media (max-width: 768px) {
  .top-bar-inner .btn {
    flex: 0 0 100%;
    text-align: center;
  }
  .tagline-banner p {
    color: #fff;
    font-family: var(--font-main);
    font-size: 20px !important;
  }
  .top-bar-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
.loc-name {
    font-size: 18px !important;
}
.btn {
    padding: 0 14px !important;
    font-weight: 600;
    font-size: 16px !important;
}
  .top-nav {
    display: none;
  }

  .hero-inner {
    flex-direction: column;
    padding: 30px 16px;
    gap: 0px !important;
  }

  .hero-form-wrap {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .virtual-inner {
    flex-direction: column;
    text-align: center;
  }

  .locations-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  .rated-box {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
    padding: 0;
  }

  .loc-card-tall {
    grid-row: auto;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .sc-long-distance { grid-column: 1 / -1; min-height: 200px; }
  .sc-international { grid-column: 1 / -1; grid-row: auto; min-height: 180px; }
  .sc-local, .sc-storage, .sc-commercial, .sc-residential { grid-column: auto; grid-row: auto; }
  .sc { min-height: 140px; }
  .sc-intl-text { font-size: 1.4rem; }
  .sc-ld-text { font-size: 1rem; }

  .svc-item {
    flex-direction: column;
    gap: 16px;
  }

  .why-top-row {
    flex-direction: column;
  }

  .why-image {
    flex: 0 0 auto;
    width: 100%;
  }

  .why-list {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    gap: 28px;
  }

  .sticky-btn span:last-child {
    display: none;
  }

    .sticky-btn {
        font-size: 15px  !important;
        padding: 10px !important;
        font-weight: 600;
    }
    .sc-overlay-text {
    font-family: var(--font-head);
    font-size: 26px !important;
    }

  /* Awards section */
  .awards-section { padding: 40px 0 0; }
  .awards-title { font-size: 26px; margin-bottom: 28px; }
  .awards-row { gap: 20px; margin-bottom: 20px; }
  .award-logo { max-height: 60px; max-width: 120px; }
  .awards-cta { margin: 24px 0 30px; }
  .awards-banner { padding: 28px 16px; }
  .awards-banner .section-title { font-size: 22px; margin-bottom: 1rem; }

  /* Work process */
  .work-process { padding: 40px 0; }
  .work-process-title { font-size: 26px; margin-bottom: 30px; }
  .process-steps { flex-wrap: wrap; justify-content: center; gap: 24px; }
  .process-arrow { display: none; }
  .process-step { flex: 1 1 calc(50% - 24px); min-width: 120px; }

  /* Testimonials */
  .testimonials { padding: 40px 0; }
  .testimonials-grid { grid-template-columns: 1fr; margin-top: 24px; }

  /* Section heading sizes */
  .virtual-text h2 { font-size: 26px; }
  .why-title { font-size: 26px; }
  .section-title { font-size: 26px; }

  /* Hero form grid */
  .hero-form { grid-template-columns: 1fr; }
  .hero-form-field:first-child { grid-column: auto; }

  /* Footer address overlay */
  .footer-address-overlay {
    position: static;
    transform: none;
    white-space: normal;
    font-size: 15px;
    padding: 16px 20px;
    width: 100%;
    left: auto;
  }

  /* Why list */
  .why-list { gap: 10px 20px; }
  }

@media (max-width: 480px) {
     .hero-text h1 {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .hero {
    background-size: cover;
    background-position: left;
}

  .section-title { font-size: 30px; }

  .locations-map-row { flex-wrap: wrap; }
  .location-card { flex: 1 1 140px; }

  .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .sticky-btn-call { background: #333; }
  .sticky-btn span:last-child { display: inline; font-size: 11px; }

  .service-grid {
    grid-template-columns: 1fr;
  }
  .sc-long-distance,
  .sc-international {
    grid-column: auto;
    min-height: 190px;
  }
  .sc { min-height: 150px; }
  .sc-years { min-height: 130px; }
      .sc-intl-text {
        font-size: 24px;
        margin-bottom: 10px;
    }
  .sc-num { font-size: 2.8rem; }

  /* Process steps single column */
  .process-step { flex: 1 1 100%; }
  .process-icon { width: 90px; height: 90px; }
  .work-process-title { font-size: 22px; }

  /* Awards */
  .awards-title { font-size: 20px; }
  .awards-row { gap: 25px; }
  .award-logo { max-height: 50px; max-width: 100px; }

  /* Virtual survey */
  .virtual-text h2 { font-size: 22px; }
  .virtual-text p { font-size: 16px; }
  .virtual-card { padding: 24px 20px; min-width: auto; width: 100%; }

  /* Why title */
  .why-title { font-size: 22px; }

  /* Hero form fully single col */
  .hero-form { grid-template-columns: 1fr; }
  .hero-form-field { grid-column: auto; }
  .hero-form-header { font-size: 20px; }

  /* Footer overlay */
  .footer-address-overlay { font-size: 13px; padding: 12px 16px; }

  /* Testimonials */
  .review-card { padding: 22px 18px; }
}

/* ─── SCROLL ANIMATIONS (optional subtle effect) ─── */
@media (prefers-reduced-motion: no-preference) {
  .svc-item, .service-card, .loc-card {
    animation: fadeInUp 0.4s ease both;
  }

  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}