/* Homepage transportation component, scoped without changing its design. */
.recovery-detail-section .img-box span {
  display: inline-flex;
  width: 70px;
  height: 70px;
  background: #ee7f1e;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.recovery-detail-section .img-box span img {
  width: 34px;
}
.recovery-detail-section {
  padding: 60px 0;
}
.recovery-detail-section .blue-bg {
  background: #015abd !important;
}
.recovery-detail-section .about-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 110%;
}
.recovery-detail-section .about-content h2 span {
  color: #015abd;
}
.recovery-detail-section .about-content p {
  color: #64748b;
  font-size: 18px;
}
.recovery-detail-section .about-content p a {
  color: #005aba;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.recovery-detail-section .about-row {
  padding: 20px 0;
}
.recovery-detail-section .about-service-cards {
  position: relative;
  width: 100%;
  aspect-ratio: 922/702;
}
.recovery-detail-section .about-service-cards .service-card-template {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.recovery-detail-section .about-service-cards .service-card-rear {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  clip-path: polygon(18% 0, 100% 0, 85% 100%, 0 100%);
}
.recovery-detail-section .about-service-cards .service-card-front {
  position: absolute;
  z-index: 2;
  top: 17%;
  left: 6%;
  width: 48%;
  height: 72%;
  object-fit: contain;
}
.recovery-detail-section .about-transporter-cards {
  position: relative;
  width: 100%;
  aspect-ratio: 922/702;
}
.recovery-detail-section .about-transporter-cards .transporter-card-rear {
  position: absolute;
  inset: 0 0 0 auto;
  width: 68%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  clip-path: polygon(18% 0, 100% 0, 85% 100%, 0 100%);
}
.recovery-detail-section .about-transporter-cards .transporter-card-front {
  position: absolute;
  z-index: 1;
  top: 17%;
  left: 6%;
  width: 48%;
  height: 72%;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
}
.recovery-detail-section .about-transporter-cards .transporter-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recovery-home-intro {
  padding: 60px 0;
}
.recovery-home-intro .transportation-content span {
  display: block;
  width: 100%;
  color: #ee7f1e;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}
.recovery-home-intro .transportation-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}
.recovery-home-intro .transportation-content p {
  font-size: 18px;
}
.recovery-home-intro .transport-options {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding: 40px 0;
}
.recovery-home-intro .option-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.recovery-home-intro .option-wrap h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 125%;
}
.recovery-home-intro .transportation-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.recovery-home-intro .transportation-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #020e28;
  font-size: 16px;
  font-weight: 500;
}
.recovery-home-intro .transportation-list li img {
  width: 16px;
}
.recovery-home-intro .quick-booking {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  align-items: center;
}
.recovery-home-intro .about-wrapper,
.recovery-detail-section .about-wrapper {
  padding-right: 30px;
}
.recovery-home-intro .about-wrap {
  height: 570px;
  position: relative;
  z-index: 1;
}
.recovery-home-intro .about-thumb-1 {
  width: 390px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.recovery-home-intro .about-thumb-2 {
  width: 330px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.recovery-home-intro .about-thumb-2.transporter-photo {
  border: 4px solid #fff;
  border-radius: 30px;
  clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 0 100%);
}
.recovery-home-intro .transport-how-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #063b66;
  font-family: "DMM Poppins", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
}
.recovery-home-intro .transport-how-link > .fa-play-circle {
  font-size: 18px;
}
.recovery-home-intro .transportation-content .transport-how-link span {
  color: inherit;
  font: inherit;
  text-transform: none;
  margin: 0;
}
.recovery-home-intro .transport-how-link > .fa-arrow-right {
  transition: transform 0.18s;
}
.recovery-home-intro .transport-how-link:hover {
  color: #063b66;
}
.recovery-home-intro .transport-how-link:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.recovery-home-intro .transport-how-link:hover > .fa-arrow-right {
  transform: translateX(2px);
}
.recovery-home-intro .transport-how-link:focus-visible {
  outline: 2px solid #063b66;
  outline-offset: 4px;
}
.recovery-home-intro .vehicles-deliver {
  width: 260px;
  padding: 25px;
  border-radius: 30px;
  background: #ee7f1e;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 3;
  text-align: center;
}
.recovery-home-intro .vehicles-deliver h2 {
  font-size: 74px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 100%;
  width: 100%;
  justify-content: center;
}
.recovery-home-intro .vehicles-deliver h2 span {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 6px;
}
.recovery-home-intro .vehicles-deliver p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.recovery-home-intro .happy-customer {
  background-color: #2b2b2b;
  width: 190px;
  z-index: 5;
  top: unset !important;
  right: unset !important;
  bottom: 15px !important;
  left: 15px !important;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .recovery-home-intro .transportation-content h2 {
    font-size: 42px;
  }
  .recovery-home-intro .about-thumb-2 {
    width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .recovery-detail-section .img-box span {
    width: 60px;
    height: 60px;
  }
  .recovery-detail-section .img-box span img {
    width: 30px;
  }
  .recovery-home-intro .transportation-list ul li {
    font-size: 15px;
  }
  .recovery-home-intro .about-thumb-1 {
    width: 350px;
  }
  .recovery-home-intro .about-thumb-2 {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .recovery-home-intro .about-wrap {
    height: 520px;
  }
  .recovery-home-intro .vehicles-deliver h2 {
    font-size: 60px;
  }
  .recovery-home-intro .vehicles-deliver h2 span {
    font-size: 28px;
  }
  .recovery-home-intro .vehicles-deliver {
    padding: 20px;
  }
  .recovery-home-intro .vehicles-deliver {
    width: 200px;
  }
  .recovery-home-intro .happy-customer {
    width: 150px;
    z-index: 5;
    bottom: 25px !important;
    left: 0 !important;
  }
  .recovery-home-intro .transportation-content h2 {
    font-size: 40px;
  }
  .recovery-home-intro .transportation-content p {
    font-size: 16px;
  }
  .recovery-detail-section .about-content h2 {
    font-size: 40px;
  }
  .recovery-detail-section .about-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recovery-home-intro .about-wrapper,
  .recovery-detail-section .about-wrapper {
    padding-right: 0;
  }
  .recovery-home-intro .about-wrap {
    height: 570px;
    width: 600px;
    margin: 0 auto 50px;
  }
  .recovery-home-intro .transportation-content h2 {
    font-size: 40px;
  }
  .recovery-home-intro .transportation-content p {
    font-size: 16px;
  }
  .recovery-home-intro .transportation-content {
    max-width: 600px;
    margin: 0 auto;
  }
  .recovery-detail-section .img-box span {
    width: 60px;
    height: 60px;
  }
  .recovery-detail-section .img-box span img {
    width: 30px;
  }
  .recovery-detail-section .about-content h2 {
    font-size: 30px;
  }
  .recovery-detail-section .about-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recovery-detail-section .img-box span {
    width: 60px;
    height: 60px;
  }
  .recovery-detail-section .img-box span img {
    width: 30px;
  }
  .recovery-home-intro .option-wrap h4 {
    font-size: 16px;
  }
  .recovery-home-intro .transportation-list ul li {
    font-size: 16px;
  }
  .recovery-home-intro .transportation-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .recovery-home-intro .quick-booking {
    gap: 20px;
  }
  .recovery-detail-section .about-content h2 {
    font-size: 32px;
  }
  .recovery-detail-section .about-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .recovery-detail-section .about-thumbnail {
    text-align: center;
  }
  .recovery-detail-section .about-thumbnail img {
    max-width: 330px;
  }
  .recovery-home-intro .about-wrapper,
  .recovery-detail-section .about-wrapper {
    padding-right: 0;
    flex-direction: column-reverse;
    margin-top: 50px;
  }
  .recovery-home-intro .about-thumb-1 {
    width: 260px;
    border-radius: 16px;
  }
  .recovery-home-intro .about-thumb-2 {
    width: 220px;
  }
  .recovery-home-intro .about-wrap {
    height: 400px;
    margin-bottom: 50px;
  }
  .recovery-home-intro .vehicles-deliver h2 {
    font-size: 40px;
  }
  .recovery-home-intro .vehicles-deliver {
    width: 170px;
    padding: 20px;
    border-radius: 16px;
    top: 22px;
  }
  .recovery-home-intro .vehicles-deliver h2 span {
    font-size: 22px;
    padding-bottom: 2px;
  }
  .recovery-home-intro .transportation-content h2 {
    font-size: 32px;
  }
  .recovery-home-intro .transportation-content p {
    font-size: 17px;
  }
  .recovery-detail-section .about-content p {
    font-size: 16px;
  }
  .recovery-home-intro {
    padding: 30px 0;
  }
  .recovery-home-intro .transport-options {
    align-items: flex-start;
    gap: 20px;
    padding: 40px 0;
    flex-direction: column;
  }
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Medium.woff2?v=30a7f9a055") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Regular.woff2?v=c7464b429c") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DMM Poppins";
  src: url("/v3/fonts/Poppins-Bold.woff2?v=86a5f986a0") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
.recovery-detail-section .hero-area .img-box span {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}
.recovery-detail-section .hero-area .img-box span img {
  width: 26px;
}
.recovery-detail-section .hero-area .quote-heading-row .img-box span {
  margin-bottom: 0;
}
@media (max-width: 360px) {
  .recovery-detail-section .hero-area .quote-heading-row .img-box span {
    width: 42px;
    height: 42px;
  }
  .recovery-detail-section .hero-area .quote-heading-row .img-box span img {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .recovery-detail-section .hero-area .quote-heading-row .img-box span {
    width: 42px;
    height: 42px;
  }
  .recovery-detail-section .hero-area .quote-heading-row .img-box span img {
    width: 23px;
  }
}
.recovery-home-intro .transportation-content .benefit-detail,
.recovery-home-intro .transportation-list small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
  margin: 5px 0 0;
}
.recovery-home-intro .transportation-list ul li {
  align-items: flex-start;
}
.recovery-home-intro .transportation-list li > img {
  margin-top: 5px;
}
