/* =========================================================
   Roadway Car Transport — shared stylesheet
   ========================================================= */

:root {
  --navy-900: #0a1f3d;
  --navy-800: #0d2a52;
  --navy-700: #123765;
  --red-600: #e3232c;
  --red-700: #c81e26;
  --gold-500: #c9a227;
  --ink: #0a1f3d;
  --muted: #5c6b83;
  --line: #e6e9f0;
  --bg-soft: #f4f6fa;
  --white: #ffffff;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 10px rgba(10, 31, 61, 0.06);
  --shadow-md: 0 10px 30px rgba(10, 31, 61, 0.12);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  margin: 0 0 0.5em;
  line-height: 1.2;
  color: var(--navy-900);
}
p {
  margin: 0 0 1em;
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  display: block;
}
button {
  font-family: inherit;
  cursor: pointer;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

.section {
  padding: 72px 0;
}
.section-tight {
  padding: 48px 0;
}
.section-title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}
.section-title h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
.section-title p {
  font-size: 1rem;
}
.eyebrow {
  display: inline-block;
  color: var(--red-600);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.2s ease;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: var(--red-600);
  color: #fff;
  box-shadow: 0 8px 20px rgba(227, 35, 44, 0.28);
}
.btn-primary:hover {
  background: var(--red-700);
}
.btn-outline {
  background: #fff;
  color: var(--navy-900);
  border-color: var(--line);
}
.btn-outline:hover {
  border-color: var(--navy-900);
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
}
.btn-whatsapp:hover {
  background: #1ebe5b;
}
.btn-block {
  width: 100%;
}
.btn-lg {
  padding: 15px 30px;
  font-size: 1rem;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy-900);
  color: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
}
.brand-badge {
  width: auto;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.brand svg {
  width: auto;
  height: 40px;
  flex-shrink: 0;
  display: block;
}
.brand-text {
  line-height: 1.1;
}
.brand-text .b1 {
  display: block;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.brand-text .b2 {
  display: block;
  font-size: 0.68rem;
  color: #9fb2cf;
  letter-spacing: 0.14em;
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.main-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: #dbe4f2;
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
  transition:
    color 0.15s,
    border-color 0.15s;
}
.main-nav a:hover,
.main-nav a.active {
  color: #fff;
  border-color: var(--red-600);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.header-phone .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header-phone .ph-lines {
  line-height: 1.15;
}
.header-phone .ph-num {
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
}
.header-phone .ph-sub {
  font-size: 0.72rem;
  color: #9fb2cf;
  display: block;
}

.icon-btn-wa {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
@media (max-width: 1250px) {
  .header-phone {
    display: none;
  }
}
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  padding: 6px;
}
.nav-toggle svg {
  display: block;
}
.header-call-icon {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--red-600);
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* mobile drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  inset: 0 0 0 auto;
  width: min(320px, 86vw);
  background: var(--navy-900);
  color: #fff;
  z-index: 1200;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  overflow-y: auto;
}
.mobile-drawer.open {
  transform: translateX(0);
}
.mobile-drawer a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe4f2;
  font-weight: 500;
}
.drawer-close {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.4rem;
  float: right;
}
.drawer-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 28, 0.55);
  z-index: 1100;
}
.drawer-backdrop.open {
  display: block;
}

/* ---------- Hero (Home) ---------- */
.hero {
  background: linear-gradient(
      90deg,
      rgba(238, 242, 248, 0) 42%,
      rgba(247, 249, 252, 0.9) 60%,
      #f7f9fc 72%
    ),
    url("../images/hero-pc.webp") left center / cover no-repeat;
  background-color: #f7f9fc;
  padding: 56px 0 0;
}
.hero-copy {
  padding: 44px;
  max-width: 560px;
  margin-left: auto;
}
.hero-media {
  display: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  padding-bottom: 44px;
}
.hero-copy h1 {
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  margin-bottom: 14px;
}
.hero-copy p.lead {
  font-size: 1.05rem;
  max-width: 520px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin: 22px 0 26px;
  flex-wrap: wrap;
}
.trust-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.trust-mini span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--navy-800);
  font-weight: 600;
}
.trust-mini .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red-600);
  flex-shrink: 0;
}
.hero-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.stats-bar {
  background: var(--navy-900);
  color: #fff;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  padding: 10px 30px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  gap: 16px;
  box-shadow: var(--shadow-md);
}
.stat-rating {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 16px;
}
.stars {
  color: var(--gold-500);
  font-size: 1rem;
  letter-spacing: 2px;
}
.stat-rating .r-big {
  font-weight: 800;
  font-size: 1.1rem;
}
.stat-rating .r-sub {
  font-size: 0.74rem;
  color: #a9b8cf;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-item .stat-ic {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-item .s-num {
  font-weight: 800;
  font-size: 1.05rem;
  display: block;
}
.stat-item .s-lab {
  font-size: 0.72rem;
  color: #a9b8cf;
}

/* ---------- Fleet / service cards ---------- */
.cards-grid {
  padding-top: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.svc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.svc-card .svc-img {
  height: 220px;

  position: relative;
}
.svc-card .svc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-card .svc-icon {
  position: absolute;
  left: 16px;
  bottom: -20px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(10, 31, 61, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red-600);
}
.svc-card .svc-body {
  padding: 30px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.svc-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}
.svc-card p {
  font-size: 0.88rem;
  flex: 1;
}
.svc-card .svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red-600);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 8px;
}

/* ---------- Why choose / features grid ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature-card {
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: left;
  border: 1px solid var(--line);
}
.feature-card .f-ic {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--navy-900);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.feature-card h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}
.feature-card p {
  font-size: 0.85rem;
  margin: 0;
}

/* ---------- How it works ---------- */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.step {
  text-align: center;
  padding: 0 14px;
  position: relative;
}
.step .step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--red-600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(227, 35, 44, 0.35);
  position: relative;
  z-index: 2;
}
.step:nth-child(2) .step-circle,
.step:nth-child(3) .step-circle,
.step:nth-child(4) .step-circle {
  background: var(--navy-800);
  box-shadow: 0 6px 16px rgba(13, 42, 82, 0.3);
}
.steps-row::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    var(--line) 0 8px,
    transparent 8px 16px
  );
  z-index: 1;
}
.step h4 {
  font-size: 0.98rem;
}
.step p {
  font-size: 0.85rem;
}

/* ---------- Transport services (icon grid, no photo) ---------- */
.iconsvc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.iconsvc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
}
.iconsvc-card .ic {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: #fdeceb;
  color: var(--red-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.iconsvc-card h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.iconsvc-card p {
  font-size: 0.82rem;
  margin: 0;
}
.view-all-wrap {
  text-align: center;
  margin-top: 34px;
}

/* ---------- Coverage / map ---------- */
.coverage-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.coverage-map-card {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: 26px;
  border: 1px solid var(--line);
}
.coverage-map-card h3 {
  font-size: 1.1rem;
}
.map-svg-wrap {
  margin-top: 12px;
}
.map-svg-wrap .map-i18n {
  overflow: visible;
}
.coverage-stats {
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
}
.coverage-stats .cstat {
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.coverage-stats .cstat:nth-child(2n) {
  border-right: none;
}
.coverage-stats .cstat .c-num {
  font-size: 2.6rem;
  font-weight: 800;
  display: block;
  line-height: 1.1;
}
.coverage-stats .cstat .c-lab {
  font-size: 0.8rem;
  color: #a9b8cf;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.gallery-strip img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius-md);
}

/* ---------- CTA banner ---------- */
.cta-banner {
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background-image: linear-gradient(
    120deg,
    rgba(10, 31, 61, 0.92),
    rgba(10, 31, 61, 0.75)
  );
  background-size: cover;
  background-position: center;
}
.cta-banner h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.cta-banner p {
  color: #c4d0e4;
  margin: 0;
}
.cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-900);
  color: #c4d0e4;
  padding-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-grid h4 {
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 16px;
}
.footer-grid p {
  font-size: 0.85rem;
}
.footer-grid ul li {
  margin-bottom: 10px;
  font-size: 0.86rem;
}
.footer-grid ul li a:hover {
  color: #fff;
}
.footer-brand .brand {
  margin-bottom: 14px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social a:hover {
  background: var(--red-600);
}
.contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.86rem;
  flex-direction: column;
}
.license-badge {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  padding: 14px;
  border-radius: var(--radius-md);
  margin-top: 14px;
}
.license-badge .lb-ic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--navy-900);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.license-badge .lb-t {
  font-size: 0.8rem;
  line-height: 1.4;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 0.8rem;
  color: #8fa1bd;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------- Sticky mobile call bar ---------- */
.mobile-call-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  gap: 10px;
  box-shadow: 0 -6px 18px rgba(10, 31, 61, 0.1);
}
.mobile-call-bar a {
  flex: 1;
}

/* ---------- Services page hero ---------- */
.services-hero {
  background: linear-gradient(180deg, #eef2f8, #f7f9fc);
  padding: 26px 0 54px;
}
.breadcrumb {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 14px;
}
.breadcrumb .sep {
  margin: 0 6px;
  color: #b7c1d3;
}
.breadcrumb .current {
  color: var(--red-600);
  font-weight: 600;
}
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.svc-hero-copy h1 {
  font-size: clamp(2.1rem, 3.6vw, 2.9rem);
}
.svc-hero-media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}
.offer-grid:last-of-type {
  margin-bottom: 0;
}

.bottom-strip {
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 30px 10px;
}
.bottom-strip .bs-item {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-strip .bs-item:last-child {
  border-right: none;
}
.bottom-strip .bs-ic {
  margin: 0 auto 10px;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-strip h5 {
  color: #fff;
  font-size: 0.92rem;
  margin-bottom: 4px;
}
.bottom-strip p {
  font-size: 0.78rem;
  margin: 0;
  color: #a9b8cf;
}

/* ---------- Utilities ---------- */
.text-center {
  text-align: center;
}
.mt-0 {
  margin-top: 0;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .iconsvc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .bottom-strip .bs-item {
    margin-bottom: 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .main-nav,
  .header-phone,
  .icon-btn-wa,
  .header-actions .btn-primary {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .header-call-icon {
    display: flex;
  }
  /* .mobile-drawer,.drawer-backdrop{display:block;} */
  .mobile-drawer {
    display: none;
  }
  .mobile-drawer.open {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    background: #f7f9fc;
    padding-top: 0;
  }
  .hero-copy {
    order: 1;
    padding: 24px 0;
    padding-top: 0;
    max-width: 100%;
    margin-left: 0;
    background: transparent;
    margin-top: -98px;
    position: relative;
  }
  .hero-media {
    display: block;
    position: relative;
  }
  .hero-media img {
    width: 100%;
    height: auto;
    display: block;
    height: 500px;
    border-radius: 0;
    box-shadow: none;
    object-fit: revert-layer;
  }
  .hero-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55%;
    background: linear-gradient(
      to bottom,
      rgb(247 249 252 / 0%),
      rgb(247 249 252 / 67%),
      #f7f9fc
    );
    -webkit-backdrop-filter: blur(6px);
    pointer-events: none;
  }
  .hero-ctas .btn {
    flex: 1;
  }
  .stat-item {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .stat-item .s-num {
    font-weight: 800;
    font-size: 1.05rem;
    display: block;
    width: 100%;
    /* text-align: center; */
  }
  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .stat-rating {
    border-right: none;
    grid-column: 1/-1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding-bottom: 14px;
    padding-right: 0;
  }
  .cards-grid {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .steps-row {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .steps-row::before {
    display: none;
  }
  .iconsvc-grid {
    grid-template-columns: 1fr;
  }
  .coverage-grid {
    grid-template-columns: 1fr;
  }
  .coverage-map-card {
    padding: 0;
  }
  .coverage-map-card .map-svg-wrap {
    margin-top: 0;
  }
  .coverage-map-card .map-svg-wrap img {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  .trust-mini {
    padding: 20px;
  }
  .coverage-stats {
    grid-template-columns: 1fr 1fr;
  }
  .coverage-stats .cstat .c-num {
    font-size: 1.8rem;
  }
  .gallery-strip {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .cta-actions {
    width: 100%;
    flex-direction: column;
  }
  .cta-actions .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .svc-hero-grid {
    grid-template-columns: 1fr;
  }
  .svc-hero-media {
    order: -1;
  }
  .svc-hero-media img {
    height: 220px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .bottom-strip {
    grid-template-columns: 1fr;
  }
  .bottom-strip .bs-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
  }
  .bottom-strip .bs-item:last-child {
    border-bottom: none;
  }

  body {
    padding-bottom: 64px;
  }
  .mobile-call-bar {
    display: flex;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 52px 0;
  }
  .hero {
    /* padding-top: 36px; */
  }
  .cta-banner {
    padding: 28px 20px;
  }
}
