/*
Theme Name: Providence Moving Divi 5 Clean
Theme URI: https://providencemoving.ca
Template: Divi
Author: Providence Moving
Description: Divi 5 child theme for Providence Moving, built for the Movers Toronto landing page.
Version: 1.0.15
Requires at least: 6.0
Requires PHP: 7.4
*/

:root {
  --pm-blue: #0e4f70;
  --pm-blue-dark: #08364e;
  --pm-green: #9be640;
  --pm-green-dark: #78c826;
  --pm-ink: #122333;
  --pm-muted: #607080;
  --pm-soft: #f4f8fb;
  --pm-line: #dde8ef;
  --pm-white: #ffffff;
  --pm-shadow: 0 18px 50px rgba(8, 54, 78, 0.14);
}

body {
  color: var(--pm-ink);
  font-family: "Open Sans", Arial, sans-serif;
}

body.home #page-container,
body.home.et_fixed_nav #page-container {
  padding-top: 0 !important;
}

body.home #main-content {
  background: var(--pm-white);
  overflow: hidden;
}

.pm-native-header {
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(8, 54, 78, 0.08);
  position: relative;
  z-index: 20;
}

.pm-native-logo img {
  max-width: 185px;
}

.pm-native-nav {
  text-align: center;
}

.pm-native-nav a {
  color: var(--pm-blue-dark);
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  margin: 0 12px;
  text-decoration: none;
}

.pm-native-hero {
  background-image: linear-gradient(90deg, rgba(5, 25, 58, 0.96) 0%, rgba(5, 25, 58, 0.9) 45%, rgba(5, 25, 58, 0.72) 72%, rgba(5, 25, 58, 0.54) 100%), url("https://providencemoving.ca/wp-content/themes/providence-moving-divi5-clean/assets/toronto-moving-truck-providence.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.pm-native-hero-title h1 {
  color: #ffffff;
  font-size: clamp(50px, 7vw, 92px);
  font-weight: 950;
  line-height: 1.02;
}

.pm-native-hero-title span {
  color: var(--pm-green);
}

.pm-native-hero-copy {
  color: #ffffff;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.65;
  max-width: 720px;
}

.pm-native-checklist ul,
.pm-native-list ul,
.pm-native-package-copy ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pm-native-checklist li,
.pm-native-list li,
.pm-native-package-copy li {
  color: inherit;
  font-weight: 850;
  line-height: 1.45;
  margin: 0 0 10px;
  padding-left: 34px;
  position: relative;
}

.pm-native-checklist li {
  color: #ffffff;
  font-size: 20px;
}

.pm-native-checklist li::before,
.pm-native-list li::before,
.pm-native-package-copy li::before {
  background: var(--pm-green);
  border-radius: 50%;
  color: var(--pm-blue-dark);
  content: "✓";
  font-size: 17px;
  font-weight: 950;
  height: 24px;
  left: 0;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 24px;
}

.pm-native-button .et_pb_button {
  background: var(--pm-green) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: var(--pm-blue-dark) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  padding: 14px 24px !important;
}

.pm-native-button .et_pb_button::after {
  display: none !important;
}

.pm-native-form-module .pm-quote-card {
  margin-left: auto;
}

.pm-native-section {
  background: #ffffff;
}

.pm-native-soft {
  background: var(--pm-soft);
}

.pm-native-eyebrow {
  color: #ff8a1c;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pm-native-heading h2 {
  color: var(--pm-blue-dark);
  font-size: clamp(36px, 4.6vw, 62px);
  font-weight: 950;
  line-height: 1.05;
}

.pm-native-center {
  text-align: center;
}

.pm-native-body {
  color: var(--pm-muted);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.7;
}

.pm-native-photo img,
.pm-native-service-image img {
  border-radius: 8px;
  box-shadow: var(--pm-shadow);
}

.pm-native-service-image img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  width: 100%;
}

.pm-native-service-title {
  background: var(--pm-blue-dark);
  border-radius: 0 0 0 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
  margin-top: -8px;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
}

.pm-native-package-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid #eadfd7;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8, 54, 78, 0.06);
  margin-bottom: 18px;
  padding: 24px 30px !important;
}

.pm-native-truck-image img {
  max-height: 190px;
  object-fit: contain;
}

.pm-native-package-copy h3,
.pm-native-body h3 {
  color: var(--pm-blue-dark);
  font-size: 28px;
  font-weight: 950;
}

.pm-native-package-copy p {
  color: var(--pm-muted);
  font-weight: 750;
}

.pm-native-rate {
  text-align: right;
}

.pm-native-rate span,
.pm-native-rate strong,
.pm-native-rate small {
  display: block;
}

.pm-native-rate span {
  color: var(--pm-green-dark);
  font-size: 24px;
  font-weight: 950;
}

.pm-native-rate strong {
  color: var(--pm-blue-dark);
  font-size: 34px;
  font-weight: 950;
  line-height: 1.05;
}

.pm-native-rate small {
  color: var(--pm-muted);
  font-size: 15px;
  font-weight: 750;
}

.pm-native-footer {
  background: var(--pm-blue-dark);
}

.pm-native-footer-text {
  color: #ffffff;
  font-weight: 750;
}

@media (max-width: 980px) {
  .pm-native-nav,
  .pm-native-header-button,
  .pm-native-rate {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .pm-native-hero {
    background-image: linear-gradient(90deg, rgba(5, 25, 58, 0.98), rgba(5, 25, 58, 0.9)), url("https://providencemoving.ca/wp-content/themes/providence-moving-divi5-clean/assets/toronto-moving-truck-providence.webp");
  }

  .pm-native-hero-title h1 {
    font-size: 44px;
  }

  .pm-native-checklist li {
    font-size: 17px;
  }
}

.pm-topbar br,
.pm-header br,
.pm-cta-row br,
.pm-services br,
.pm-footer br {
  display: none;
}

.pm-site {
  background: var(--pm-white);
  overflow: hidden;
}

.pm-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pm-topbar {
  background: var(--pm-blue-dark);
  color: var(--pm-white);
  font-size: 14px;
  font-weight: 700;
}

.pm-topbar .pm-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}

.pm-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(8, 54, 78, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.pm-header .pm-wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 88px;
}

.pm-logo img {
  display: block;
  height: auto;
  max-width: 220px;
}

.pm-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  font-size: 15px;
  font-weight: 800;
}

.pm-nav a,
.pm-phone {
  color: var(--pm-blue-dark);
  text-decoration: none;
}

.pm-pill {
  align-items: center;
  background: var(--pm-green);
  border-radius: 999px;
  color: var(--pm-blue-dark);
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
}

.pm-hero {
  background:
    linear-gradient(90deg, rgba(8, 54, 78, 0.95), rgba(14, 79, 112, 0.84) 50%, rgba(14, 79, 112, 0.35)),
    url("https://providencemoving.ca/wp-content/uploads/2026/06/toronto-moving-truck-providence.webp") center/cover no-repeat;
  color: var(--pm-white);
  min-height: 700px;
  padding: 86px 0 72px;
}

.pm-hero-grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.74fr);
}

.pm-eyebrow {
  color: var(--pm-green);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.pm-hero h1,
.pm-section-title {
  color: inherit;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.pm-hero h1 span {
  color: var(--pm-green);
}

.pm-lead {
  font-size: 19px;
  line-height: 1.65;
  margin-top: 22px;
  max-width: 650px;
}

.pm-checks {
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 28px 0;
  max-width: 700px;
}

.pm-checks li {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 10px;
  line-height: 1.35;
}

.pm-checks li::before {
  background: var(--pm-green);
  border-radius: 50%;
  color: var(--pm-blue-dark);
  content: "✓";
  display: inline-grid;
  flex: 0 0 24px;
  font-size: 14px;
  font-weight: 900;
  height: 24px;
  place-items: center;
  width: 24px;
}

.pm-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pm-button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  text-decoration: none;
}

.pm-button-primary {
  background: var(--pm-green);
  color: var(--pm-blue-dark);
}

.pm-button-secondary {
  background: var(--pm-white);
  color: var(--pm-blue-dark);
}

.pm-quote-card {
  background: var(--pm-white);
  border-radius: 8px;
  box-shadow: var(--pm-shadow);
  color: var(--pm-ink);
  padding: 28px;
}

.pm-quote-card h2 {
  color: var(--pm-blue-dark);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
}

.pm-quote-card h2 span {
  color: var(--pm-green-dark);
}

.pm-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.pm-form-note {
  background: #edf7e5;
  border-radius: 8px;
  color: var(--pm-blue-dark);
  font-weight: 800;
  line-height: 1.5;
  margin-top: 16px;
  padding: 12px 14px;
}

.pm-form input,
.pm-form textarea,
.pm-form select {
  border: 1px solid var(--pm-line);
  border-radius: 8px;
  color: var(--pm-ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.pm-form textarea {
  min-height: 104px;
  resize: vertical;
}

.pm-form button {
  border: 0;
  cursor: pointer;
  width: 100%;
}

.pm-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.pm-benefits span,
.pm-area-tags span {
  background: #edf7e5;
  border-radius: 999px;
  color: var(--pm-blue-dark);
  font-size: 13px;
  font-weight: 900;
  padding: 7px 10px;
}

.pm-section {
  padding: 84px 0;
}

.pm-section-soft {
  background: var(--pm-soft);
}

.pm-two-col {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.pm-photo-card {
  background: var(--pm-white);
  border-radius: 8px;
  box-shadow: var(--pm-shadow);
  overflow: hidden;
}

.pm-photo-card img {
  display: block;
  height: auto;
  width: 100%;
}

.pm-coupon {
  background: var(--pm-blue);
  border-radius: 8px;
  box-shadow: var(--pm-shadow);
  color: var(--pm-white);
  margin: -42px auto 0;
  padding: 22px;
  position: relative;
  width: min(86%, 360px);
}

.pm-coupon strong {
  color: var(--pm-green);
  display: block;
  font-size: 38px;
  line-height: 1;
}

.pm-copy h2,
.pm-heading h2 {
  color: var(--pm-blue-dark);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1.05;
}

.pm-copy p,
.pm-heading p {
  color: var(--pm-muted);
  font-size: 17px;
  line-height: 1.75;
  margin-top: 18px;
}

.pm-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.pm-list li {
  border-bottom: 1px solid var(--pm-line);
  color: var(--pm-blue-dark);
  font-weight: 900;
  padding: 0 0 12px 30px;
  position: relative;
}

.pm-list li::before {
  color: var(--pm-green-dark);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.pm-heading {
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}

.pm-service-tiles-section {
  background: #ffffff;
}

.pm-service-tiles-wrap {
  margin-left: auto;
  margin-right: auto;
  width: min(1160px, calc(100% - 36px));
}

.pm-service-tiles-heading {
  margin: 0 auto 38px;
  max-width: 900px;
  text-align: center;
}

.pm-service-tiles-heading .pm-eyebrow {
  color: #ff8a1c;
}

.pm-service-tiles-heading h2 {
  color: #07214b;
  font-size: clamp(44px, 4.4vw, 72px);
  font-weight: 950;
  line-height: 1.05;
  margin: 0;
}

.pm-service-tiles-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pm-service-tile {
  background: #dce8f6;
  border-radius: 0 0 0 28px;
  box-shadow: 0 16px 34px rgba(7, 33, 75, 0.08);
  display: block;
  isolation: isolate;
  min-height: 210px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.pm-service-tile img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  transition: transform 0.35s ease;
  width: 100%;
}

.pm-service-tile::before {
  background: linear-gradient(180deg, rgba(7, 33, 75, 0.02) 18%, rgba(7, 33, 75, 0.28) 55%, rgba(0, 0, 0, 0.78) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.pm-service-tile span {
  bottom: 22px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 850;
  left: 18px;
  line-height: 1.08;
  position: absolute;
  right: 18px;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  z-index: 2;
}

.pm-service-tile:hover img {
  transform: scale(1.06);
}

.pm-service-condo img {
  object-position: center 18%;
}

.pm-service-labour img {
  object-position: center 20%;
}

.pm-service-office img {
  object-position: center 12%;
}

.pm-service-delivery img {
  object-position: center 24%;
}

.pm-service-packing img {
  object-position: center 38%;
}

.pm-service-small img {
  object-position: center 35%;
}

.pm-booking-list {
  display: grid;
  gap: 16px;
}

.pm-booking-list br {
  display: none;
}

.pm-booking-card {
  align-items: center;
  background: var(--pm-white);
  border: 1px solid #eadfd7;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8, 54, 78, 0.06);
  display: grid;
  gap: 32px;
  grid-template-columns: 330px minmax(0, 1fr) 220px;
  min-height: 270px;
  padding: 24px 30px;
}

.pm-booking-card-featured {
  border-color: var(--pm-green);
  box-shadow: 0 14px 34px rgba(120, 200, 38, 0.13);
}

.pm-booking-media {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  overflow: visible;
  position: relative;
}

.pm-vehicle-title {
  align-items: baseline;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.pm-vehicle-title strong {
  color: var(--pm-blue-dark);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.pm-vehicle-title span {
  color: var(--pm-green-dark);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pm-truck-art {
  height: 150px;
  position: relative;
  width: 252px;
}

.pm-truck-box {
  background: linear-gradient(#ffffff, #f6fafc);
  border: 3px solid #aab8c1;
  border-radius: 4px 3px 3px 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  height: 104px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 162px;
}

.pm-truck-box::before {
  background: linear-gradient(90deg, var(--pm-green) 0 45%, var(--pm-blue-dark) 45% 100%);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pm-truck-box img {
  display: block;
  height: auto;
  left: 18px;
  max-width: 116px;
  position: absolute;
  top: 38px;
}

.pm-truck-cab {
  background: linear-gradient(135deg, #ffffff 0%, #e9f1f5 70%);
  border: 3px solid #aab8c1;
  border-left: 0;
  border-radius: 2px 20px 8px 0;
  bottom: 28px;
  height: 82px;
  left: 160px;
  position: absolute;
  width: 76px;
}

.pm-truck-cab::before {
  background: var(--pm-blue-dark);
  border-radius: 4px 13px 2px 2px;
  content: "";
  height: 34px;
  position: absolute;
  right: 11px;
  top: 9px;
  width: 36px;
}

.pm-truck-cab::after {
  background: var(--pm-green);
  bottom: 12px;
  content: "";
  height: 9px;
  position: absolute;
  right: -10px;
  width: 15px;
}

.pm-wheel {
  background: #1e2c35;
  border: 5px solid #52616a;
  border-radius: 999px;
  bottom: 15px;
  height: 36px;
  position: absolute;
  width: 36px;
}

.pm-wheel::after {
  background: #dfe7eb;
  border-radius: inherit;
  content: "";
  height: 9px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 9px;
}

.pm-wheel-one {
  left: 40px;
}

.pm-wheel-two {
  left: 180px;
}

.pm-truck-art-small {
  transform: scale(0.9);
  transform-origin: left center;
}

.pm-truck-art-medium {
  transform: scale(1);
  transform-origin: left center;
}

.pm-truck-art-large {
  transform: scale(1.08);
  transform-origin: left center;
}

.pm-real-truck-image {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.pm-real-truck-16 {
  max-width: 245px;
}

.pm-real-truck-24 {
  max-width: 295px;
}

.pm-real-truck-26 {
  max-width: 330px;
}

.pm-booking-copy h3 {
  color: var(--pm-blue-dark);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
}

.pm-booking-copy p {
  color: var(--pm-muted);
  line-height: 1.6;
  margin: 10px 0 14px;
}

.pm-booking-copy ul {
  display: grid;
  gap: 10px;
  list-style: disc;
  padding-left: 20px;
}

.pm-booking-copy li {
  color: #424a52;
  font-size: 17px;
  line-height: 1.45;
}

.pm-booking-rate {
  display: grid;
  gap: 10px;
  justify-items: stretch;
  text-align: right;
}

.pm-booking-rate span {
  color: var(--pm-green-dark);
  font-size: 28px;
  font-weight: 900;
}

.pm-booking-rate strong {
  color: var(--pm-blue-dark);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.pm-booking-rate small {
  color: var(--pm-muted);
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.pm-booking-rate .pm-button {
  background: #333b40;
  border-radius: 3px;
  color: #ffffff;
  justify-content: center;
  min-height: 56px;
}

.pm-labour-card {
  background: var(--pm-white);
}

.pm-labour-image {
  display: block;
  margin: 0 auto;
  max-height: 168px;
  object-fit: contain;
}

.pm-steps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pm-step {
  text-align: center;
}

.pm-step-number {
  background: var(--pm-green);
  border: 8px solid #eaf9df;
  border-radius: 50%;
  color: var(--pm-blue-dark);
  display: inline-grid;
  font-size: 30px;
  font-weight: 900;
  height: 94px;
  place-items: center;
  width: 94px;
}

.pm-step h3 {
  color: var(--pm-blue-dark);
  font-size: 22px;
  font-weight: 900;
  margin-top: 18px;
}

.pm-step p {
  color: var(--pm-muted);
  line-height: 1.65;
  margin-top: 8px;
}

.pm-areas {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.pm-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pm-map {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--pm-shadow);
  height: 380px;
  width: 100%;
}

.pm-faq {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

.pm-faq details {
  background: var(--pm-white);
  border: 1px solid var(--pm-line);
  border-radius: 8px;
  padding: 20px 22px;
}

.pm-faq summary {
  color: var(--pm-blue-dark);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.pm-faq p {
  color: var(--pm-muted);
  line-height: 1.65;
  margin-top: 12px;
}

.pm-footer {
  background: var(--pm-blue-dark);
  color: var(--pm-white);
  padding: 32px 0;
}

.pm-footer .pm-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .pm-nav {
    display: none;
  }

  .pm-hero-grid,
  .pm-two-col,
  .pm-areas {
    grid-template-columns: 1fr;
  }

  .pm-service-tiles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pm-booking-card {
    align-items: start;
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .pm-booking-rate {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .pm-wrap {
    width: min(100% - 28px, 1120px);
  }

  .pm-topbar .pm-wrap,
  .pm-header .pm-wrap {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pm-header .pm-wrap {
    gap: 12px;
    min-height: 118px;
  }

  .pm-footer .pm-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm-logo img {
    max-width: 154px;
  }

  .pm-pill {
    min-height: 40px;
    padding: 0 16px;
  }

  .pm-hero {
    min-height: 0;
    padding: 52px 0;
  }

  .pm-checks,
  .pm-service-tiles-grid,
  .pm-steps {
    grid-template-columns: 1fr;
  }

  .pm-service-tiles-heading h2 {
    font-size: 42px;
  }

  .pm-service-tile {
    min-height: 210px;
  }

  .pm-booking-card {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .pm-booking-media {
    min-height: 120px;
  }

  .pm-real-truck-16,
  .pm-real-truck-24 {
    max-width: min(100%, 295px);
  }

  .pm-real-truck-16 {
    max-width: min(100%, 245px);
  }

  .pm-real-truck-26 {
    max-width: min(100%, 330px);
  }

  .pm-truck-art {
    transform-origin: center;
    width: 220px;
  }

  .pm-truck-art-small,
  .pm-truck-art-medium,
  .pm-truck-art-large {
    transform: scale(0.82);
  }

  .pm-booking-copy h3 {
    font-size: 24px;
  }

  .pm-booking-rate {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .pm-quote-card {
    padding: 22px;
  }
}
