@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");

:root {
  --orange: #fe6014;
  --navy: #0e2f3e;
  --gray: #f5f5f5;
  --white: #ffffff;
}

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

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
}

a {
  text-decoration: none;
}

/* From Uiverse.io by alexmaracinaru */

.cta-btn {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: var(--orange);
  border-radius: 25px;
  cursor: pointer;
}

.cta-btn span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--white);
}

.cta-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--white);
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta-btn:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta-btn:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

/* hero */

.hero {
  background-color: var(--navy);
  padding: 4% 3% !important;
  border-radius: 25px;
  margin: 1% 3% !important;
  color: var(--white);
}

/* about us */

.about-showcase__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1.25rem;
  clip-path: polygon( 0 8%, 14% 8%, 14% 6%, 34% 6%, 34% 0, 66% 0, 66% 6%, 86% 6%, 86% 8%, 100% 8%, 100% 100%, 0 100% );
}

.inverted-frame {
  --curve-size: clamp(2.5rem, 7vw, 4.5rem);
  --border-size: 10px;
  --edge-radius: 10px;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  padding: var(--border-size);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  border-radius: var(--edge-radius);
  /* Inverted top-left and top-right */
  -webkit-mask: radial-gradient( circle var(--curve-size) at 0 0, transparent 98%, #000 100% ) left top / 50.1% 100% no-repeat, radial-gradient( circle var(--curve-size) at 100% 0, transparent 98%, #000 100% ) right top / 50.1% 100% no-repeat;
  mask: radial-gradient( circle var(--curve-size) at 0 0, transparent 98%, #000 100% ) left top / 50.1% 100% no-repeat, radial-gradient( circle var(--curve-size) at 100% 0, transparent 98%, #000 100% ) right top / 50.1% 100% no-repeat;
}

.inverted-frame__inner {
  --inner-curve: calc( var(--curve-size) - var(--border-size) );
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: var(--edge-radius);
  -webkit-mask: radial-gradient( circle var(--inner-curve) at 0 0, transparent 98%, #000 100% ) left top / 50.1% 100% no-repeat, radial-gradient( circle var(--inner-curve) at 100% 0, transparent 98%, #000 100% ) right top / 50.1% 100% no-repeat;
  mask: radial-gradient( circle var(--inner-curve) at 0 0, transparent 98%, #000 100% ) left top / 50.1% 100% no-repeat, radial-gradient( circle var(--inner-curve) at 100% 0, transparent 98%, #000 100% ) right top / 50.1% 100% no-repeat;
}

.inverted-frame__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--edge-radius);
}

.stat-card {
  min-height: 13rem;
  overflow: hidden;
  background-color: #f3f3f3;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card__icon {
  color: #fe6014;
  transition: color 0.3s ease, transform 0.3s ease;
}

.stat-card__number {
  color: #153348;
  font-size: clamp(2rem, 4vw, 2.8rem);
  transition: color 0.3s ease;
}

.stat-card__text {
  color: #65747e;
  font-size: 0.75rem;
  transition: color 0.3s ease;
}

.stat-card:hover {
  background-color: #fe6014;
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(254, 96, 20, 0.25);
}

.stat-card:hover .stat-card__icon, .stat-card:hover .stat-card__number, .stat-card:hover .stat-card__text {
  color: #ffffff;
}

.stat-card:hover .stat-card__icon {
  transform: scale(1.12);
}

.stat-image-card {
  min-height: 13rem;
}

.stat-image-card img {
  transition: transform 0.4s ease;
}

.stat-image-card:hover img {
  transform: scale(1.07);
}

/* why choose us */

.why-choose-section {
  --section-dark: #092f40;
  --section-orange: #ff5917;
  --section-card: #f5f5f5;
  --section-text: #355367;
  --section-line: #d8d8d8;
  padding: 7.5rem 0;
  overflow: hidden;
  background-color: #ffffff;
}

.why-choose-section .container {
  max-width: 1180px;
}

.why-choose-section__image {
  position: relative;
  isolation: isolate;
  height: 39.5rem;
  margin-top: 2.75rem;
}

.why-choose-section__image::before {
  position: absolute;
  top: -2.75rem;
  left: 14%;
  z-index: -1;
  width: 72%;
  height: 5rem;
  border-radius: 1.25rem 1.25rem 0 0;
  content: "";
}

.why-choose-section__image img {
  --curve-size: 68px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1.25rem 1.25rem;
  object-fit: cover;
  object-position: center;
  -webkit-mask: radial-gradient( circle var(--curve-size) at 0 0, transparent 98%, #000 100% ) top left / var(--curve-size) var(--curve-size) no-repeat, radial-gradient( circle var(--curve-size) at 100% 0, transparent 98%, #000 100% ) top right / var(--curve-size) var(--curve-size) no-repeat, linear-gradient(#000 0 0) top center / calc(100% - (var(--curve-size) * 2)) var(--curve-size) no-repeat, linear-gradient(#000 0 0) bottom / 100% calc(100% - var(--curve-size)) no-repeat;
  mask: radial-gradient( circle var(--curve-size) at 0 0, transparent 98%, #000 100% ) top left / var(--curve-size) var(--curve-size) no-repeat, radial-gradient( circle var(--curve-size) at 100% 0, transparent 98%, #000 100% ) top right / var(--curve-size) var(--curve-size) no-repeat, linear-gradient(#000 0 0) top center / calc(100% - (var(--curve-size) * 2)) var(--curve-size) no-repeat, linear-gradient(#000 0 0) bottom / 100% calc(100% - var(--curve-size)) no-repeat;
}

.why-choose-section__content {
  padding-left: 0.5rem;
}

.why-choose-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.75rem;
  min-height: 2.25rem;
  margin-bottom: 1rem;
  padding: 0.45rem 1.25rem;
  border: 1px solid #eeeeee;
  border-radius: 3rem;
  color: var(--section-orange);
  background-color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.why-choose-section h2 {
  max-width: 43rem;
  margin: 0 0 2rem;
  color: var(--section-dark);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.why-choose-section .feature-card {
  min-height: 13.75rem;
  padding: 2rem 1.75rem 1.65rem;
  border-radius: 1.25rem;
  background-color: var(--section-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-section .feature-card:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0 1.25rem 2.5rem rgba(9, 47, 64, 0.1);
  border: 1px solid #fe6014;
}

.why-choose-section .feature-card:hover .feature-card__icon {
  transform: rotate(5deg) scale(1.06);
}

.why-choose-section .feature-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.why-choose-section .feature-card__icon {
  display: inline-flex;
  flex: 0 0 3.5rem;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: var(--section-orange);
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.why-choose-section .feature-card__title {
  color: var(--section-dark);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
}

.why-choose-section .feature-card__divider {
  width: 100%;
  height: 1px;
  margin: 1.65rem 0 1.5rem;
  background-color: var(--section-line);
}

.why-choose-section .feature-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-choose-section .feature-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--section-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.why-choose-section .feature-card__list li i {
  flex-shrink: 0;
  margin-top: 0.25rem;
  color: var(--section-orange);
  font-size: 0.9rem;
}

/* end of why choose us */

/* ===============================Testimonial=============================== */

.testimonial-section {
  overflow: hidden;
  padding: 6rem 0 3rem;
  background-color: var(--gray);
}

.testimonial-section__heading {
  max-width: 760px;
  margin: 0 auto 3.5rem;
}

.testimonial-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  margin-bottom: 1.25rem;
  padding: 0.4rem 1.2rem;
  border: 1px solid rgba(14, 47, 62, 0.1);
  border-radius: 50px;
  background-color: var(--white);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-section__heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  line-height: 1.05;
}

.testimonial-section__heading h2 span {
  display: block;
}

.testimonial-column {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonial-card {
  display: flex;
  min-height: 250px;
  flex: 1;
  flex-direction: column;
  padding: 1.8rem;
  border-radius: 1rem;
  background-color: var(--white);
  box-shadow: 0 12px 35px rgba(14, 47, 62, 0.05);
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  background-color: var(--orange);
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(14, 47, 62, 0.18);
}

.testimonial-card__quote {
  display: block;
  height: 40px;
  margin-bottom: 0.6rem;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1;
  transition: color 0.3s ease;
}

.testimonial-card__text {
  margin-bottom: 1.3rem;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  transition: color 0.3s ease;
}

.testimonial-card__stars {
  display: flex;
  gap: 0.15rem;
  margin-top: auto;
  margin-bottom: 1.2rem;
  color: var(--orange);
  font-size: 1rem;
  line-height: 1;
  transition: color 0.3s ease;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.testimonial-card__author img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 2px solid transparent;
  border-radius: 50%;
  object-fit: cover;
  transition: border-color 0.3s ease;
}

.testimonial-card__author strong, .testimonial-card__author span {
  display: block;
  transition: color 0.3s ease;
}

.testimonial-card__author strong {
  margin-bottom: 0.1rem;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 600;
}

.testimonial-card__author span {
  color: rgba(14, 47, 62, 0.55);
  font-size: 0.8rem;
}

/* Hover colors */

.testimonial-card:hover .testimonial-card__quote, .testimonial-card:hover .testimonial-card__text, .testimonial-card:hover .testimonial-card__stars, .testimonial-card:hover .testimonial-card__author strong, .testimonial-card:hover .testimonial-card__author span {
  color: var(--white);
}

.testimonial-card:hover .testimonial-card__author img {
  border-color: var(--white);
}

.testimonial-feature {
  position: relative;
  height: 100%;
  min-height: 524px;
  overflow: hidden;
  border-radius: 1rem;
  background-color: var(--navy);
}

.testimonial-feature::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient( to bottom, rgba(14, 47, 62, 0), rgba(14, 47, 62, 0.85) 65%, var(--navy) );
  content: "";
}

.testimonial-feature > img {
  width: 100%;
  height: 100%;
  min-height: 524px;
  object-fit: cover;
}

.testimonial-feature__overlay {
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
}

.testimonial-feature__google {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 800;
}

.testimonial-feature__rating strong, .testimonial-feature__rating span {
  display: block;
}

.testimonial-feature__rating strong {
  margin-bottom: 0.15rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.testimonial-feature__rating span {
  font-size: 0.72rem;
  font-weight: 600;
}

.testimonial-section__customers {
  margin-top: 5rem;
  color: var(--navy);
  font-size: 0.95rem;
}

.testimonial-section__customers strong {
  margin-right: 0.25rem;
  color: var(--orange);
}

/* ===============================end  Testimonial=============================== */

/* ===============================brands section=============================== */

.brand-slider-section {
  overflow: hidden;
  padding: 2.5rem 0;
  background-color: var(--gray);
}

.brand-slider-wrapper {
  overflow: hidden;
  padding: 0.75rem;
  border: 0.625rem solid var(--white);
  border-radius: 1.25rem;
  background-color: var(--white);
}

.brand-slider {
  overflow: visible;
}

.brand-slider .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}

.brand-slider .swiper-slide {
  width: 250px;
  height: auto;
}

.brand-slider__item {
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 1.25rem;
  background-color: var(--gray);
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.brand-slider__item img {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(0);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.brand-slider__item:hover {
  background-color: var(--white);
  box-shadow: 0 0.75rem 2rem rgba(14, 47, 62, 0.1);
  transform: translateY(-3px);
}

.brand-slider__item:hover img {
  transform: scale(1.05);
}

/* ===============================end brands section=============================== */

.additional-services {
  overflow: hidden;
  padding: 6rem 0;
  background-color: var(--gray);
}

.additional-services__heading {
  max-width: 50rem;
  margin: 0 auto 3.5rem;
}

.additional-services__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.45rem 1.25rem;
  border: 1px solid rgba(254, 96, 20, 0.25);
  border-radius: 50rem;
  background-color: var(--white);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.additional-services__heading h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.additional-services__heading p {
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(14, 47, 62, 0.65);
  font-size: 1rem;
  line-height: 1.7;
}

/* Service card */

.additional-service-card {
  position: relative;
  display: flex;
  min-height: 15rem;
  overflow: hidden;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid rgba(14, 47, 62, 0.08);
  border-radius: 1.25rem;
  background-color: var(--white);
  box-shadow: 0 0.75rem 2rem rgba(14, 47, 62, 0.04);
  transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.additional-service-card::before {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background-color: rgba(254, 96, 20, 0.08);
  content: "";
  transition: width 0.45s ease, height 0.45s ease, background-color 0.45s ease;
}

.additional-service-card:hover {
  border-color: var(--orange);
  box-shadow: 0 1.25rem 2.8rem rgba(14, 47, 62, 0.12);
  transform: translateY(-0.5rem);
}

.additional-service-card:hover::before {
  width: 10rem;
  height: 10rem;
  background-color: rgba(254, 96, 20, 0.12);
}

.additional-service-card__number {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: rgba(14, 47, 62, 0.08);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  transition: color 0.3s ease;
}

.additional-service-card:hover .additional-service-card__number {
  color: rgba(254, 96, 20, 0.16);
}

.additional-service-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 3.4rem;
  height: 3.4rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  border-radius: 0.85rem;
  background-color: rgba(254, 96, 20, 0.1);
  color: var(--orange);
  font-size: 1.3rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.additional-service-card:hover .additional-service-card__icon {
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(-6deg) scale(1.05);
}

.additional-service-card__title {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 17rem;
  margin-bottom: 0.9rem;
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.additional-service-card:hover .additional-service-card__title {
  color: var(--orange);
}

.additional-service-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem;
  color: rgba(14, 47, 62, 0.65);
  font-size: 0.92rem;
  line-height: 1.7;
}

.additional-service-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  margin-top: auto;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.additional-service-card__link i {
  color: var(--orange);
  transition: transform 0.3s ease;
}

.additional-service-card__link:hover {
  gap: 0.8rem;
  color: var(--orange);
}

.additional-service-card__link:hover i {
  transform: translateX(0.2rem);
}

/* CTA */

.additional-services__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
}

.additional-services__cta span {
  color: var(--navy) !important;
}

.additional-services__cta strong, .additional-services__cta span {
  display: block;
}

.additional-services__cta strong {
  margin-bottom: 0.25rem;
  color: var(--white);
  font-size: 1.05rem;
}

.additional-services__cta > div > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
}

.additional-services__button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  padding: 0.7rem 1.3rem;
  border: 1px solid var(--orange);
  border-radius: 50rem;
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.additional-services__button:hover {
  background-color: var(--white);
  color: var(--orange);
  transform: translateY(-0.2rem);
}

/* Tablet */

/* ==========================main cta========================== */

.main-cta {
  overflow: hidden;
  padding: 6rem 0;
  background-color: var(--white);
}

.main-cta__wrapper {
  position: relative;
  min-height: 34rem;
  overflow: visible;
  border-radius: 1.5rem;
  background-color: var(--navy);
  box-shadow: 0 1.5rem 3.5rem rgba(14, 47, 62, 0.12);
}

.main-cta__wrapper::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient( 90deg, rgba(14, 47, 62, 0.08) 0%, rgba(14, 47, 62, 0.12) 45%, rgba(14, 47, 62, 0.45) 100% );
  content: "";
  pointer-events: none;
}

.main-cta__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
}

/* Circular top badge */

.main-cta__badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  display: inline-flex;
  width: 5.5rem;
  height: 5.5rem;
  align-items: center;
  justify-content: center;
  border: 0.45rem solid var(--white);
  border-radius: 50%;
  background-color: var(--orange);
  color: var(--white);
  font-size: 1.35rem;
  box-shadow: 0 0.75rem 2rem rgba(14, 47, 62, 0.16);
  transform: translate(-50%, -50%);
}

.main-cta__badge::before {
  position: absolute;
  inset: 0.55rem;
  border: 1px dashed rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  content: "";
}

/* Floating CTA card */

.main-cta__card {
  position: absolute;
  right: 5%;
  bottom: -2.5rem;
  z-index: 3;
  width: min(25rem, 90%);
  padding: 2.25rem;
  border-radius: 1.25rem;
  background-color: var(--orange);
  color: var(--white);
  box-shadow: 0 1.5rem 3rem rgba(14, 47, 62, 0.22);
}

.main-cta__label {
  display: block;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-cta__card h2 {
  margin-bottom: 1rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
}

.main-cta__card > p {
  margin-bottom: 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.65;
}

.main-cta__features {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin: 0 0 1.75rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}

.main-cta__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.main-cta__features i {
  margin-top: 0.18rem;
  color: var(--white);
  font-size: 0.75rem;
}

.main-cta__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.main-cta__contact span, .main-cta__contact a {
  display: block;
}

.main-cta__contact span {
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.main-cta__contact a {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.main-cta__contact a:hover {
  text-decoration: underline;
}

/* CTA Button */

.main-cta__button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  padding: 0.45rem 0.5rem 0.45rem 1rem;
  border: 1px solid var(--white);
  border-radius: 50rem;
  background-color: var(--white);
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.main-cta__button-icon {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--orange);
  color: var(--white);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.main-cta__button:hover {
  background-color: transparent;
  color: var(--white);
  transform: translateY(-0.2rem);
}

.main-cta__button:hover .main-cta__button-icon {
  background-color: var(--white);
  color: var(--orange);
  transform: rotate(-45deg);
}

/* Tablet */

/* Mobile */

/* =========================end main cta========================== */

/* ===============================offers========================== */

.garage-offers-section {
  overflow: hidden;
  padding: 6rem 0;
  background-color: var(--navy);
}

.garage-offers-section__header {
  padding: 0 0.5rem;
}

.garage-offers-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.garage-offers-section__header h2 {
  max-width: 38rem;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.8rem, 2.5vw, 2.3rem);
  font-weight: 700;
  line-height: 1.08;
}

.garage-offers-section__all-button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.45rem 0.55rem 0.45rem 1.4rem;
  border: 1px solid var(--orange);
  border-radius: 50rem;
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.garage-offers-section__all-icon {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--orange);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.garage-offers-section__all-button:hover {
  background-color: var(--white);
  color: var(--orange);
  transform: translateY(-0.2rem);
}

.garage-offers-section__all-button:hover .garage-offers-section__all-icon {
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(-45deg);
}

.garage-offers-section__divider {
  height: 1px;
  margin: 2.5rem 0 3rem;
  background-color: rgba(255, 255, 255, 0.3);
}

/* Offer card */

.garage-offer-card {
  position: relative;
  display: flex;
  min-height: 27rem;
  overflow: hidden;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 1.25rem;
  background-color: transparent;
  transition: border-color 0.35s ease, background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.garage-offer-card:hover {
  border-color: var(--orange);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.18);
  transform: translateY(-0.5rem);
}

/* Replaces the image */

.garage-offer-card__value {
  position: relative;
  display: flex;
  min-height: 12.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
  border-radius: 1rem;
  background-color: var(--gray);
  color: var(--navy);
  text-align: center;
  transition: background-color 0.35s ease, color 0.35s ease;
}

.garage-offer-card__value::before, .garage-offer-card__value::after {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(254, 96, 20, 0.1);
  content: "";
}

.garage-offer-card__value::before {
  top: -3rem;
  right: -2rem;
  width: 8rem;
  height: 8rem;
}

.garage-offer-card__value::after {
  bottom: -4rem;
  left: -3rem;
  width: 10rem;
  height: 10rem;
}

.garage-offer-card__value small, .garage-offer-card__value strong, .garage-offer-card__value span {
  position: relative;
  z-index: 1;
  display: block;
}

.garage-offer-card__value small {
  margin-bottom: 0.25rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.garage-offer-card__value strong {
  color: var(--navy);
  font-size: clamp(3.6rem, 7vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  transition: color 0.35s ease;
}

.garage-offer-card__value strong sup {
  position: relative;
  top: -1.3rem;
  margin-right: 0.15rem;
  color: var(--orange);
  font-size: 0.38em;
  letter-spacing: normal;
}

.garage-offer-card__value > span {
  margin-top: 0.35rem;
  color: var(--orange);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.garage-offer-card:hover .garage-offer-card__value {
  background-color: var(--orange);
  color: var(--white);
}

.garage-offer-card:hover .garage-offer-card__value small, .garage-offer-card:hover .garage-offer-card__value strong, .garage-offer-card:hover .garage-offer-card__value strong sup, .garage-offer-card:hover .garage-offer-card__value > span {
  color: var(--white);
}

/* Card content */

.garage-offer-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 1rem 0.75rem;
  text-align: center;
}

.garage-offer-card__category {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.garage-offer-card__title {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.25;
}

.garage-offer-card__content p {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.65;
}

.garage-offer-card__button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: auto auto 0;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease, gap 0.3s ease;
}

.garage-offer-card__button i {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--orange);
  color: var(--white);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.garage-offer-card__button:hover {
  gap: 0.85rem;
  color: var(--orange);
}

.garage-offer-card__button:hover i {
  background-color: var(--white);
  color: var(--orange);
  transform: rotate(-45deg);
}

/* Featured offer */

.garage-offer-card--featured {
  border-color: var(--orange);
}

.garage-offer-card--featured .garage-offer-card__value {
  background-color: var(--orange);
}

.garage-offer-card--featured .garage-offer-card__value small, .garage-offer-card--featured .garage-offer-card__value strong, .garage-offer-card--featured .garage-offer-card__value strong sup, .garage-offer-card--featured .garage-offer-card__value > span {
  color: var(--white);
}

.garage-offers-section__terms {
  max-width: 48rem;
  margin: 2.5rem auto 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  line-height: 1.6;
}

/* ===============================end offers========================== */

/* ===============================faqs=============================== */

.faq-section {
  overflow: hidden;
  padding: 6rem 0;
  background-color: var(--white);
}

.faq-section__heading {
  max-width: 760px;
  margin: 0 auto 4rem;
}

.faq-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(14, 47, 62, 0.15);
  border-radius: 3rem;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.faq-section__heading h2 {
  margin-bottom: 1.25rem;
  color: var(--navy);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
}

.faq-section__heading p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(14, 47, 62, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

/* Image */

.faq-section__image {
  --curve-size: 55px;
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background-color: var(--gray);
  -webkit-mask: radial-gradient( var(--curve-size) at var(--curve-size) var(--curve-size), transparent 98%, #000 100% ) calc(var(--curve-size) * -1) calc(var(--curve-size) * -1);
  mask: radial-gradient( var(--curve-size) at var(--curve-size) var(--curve-size), transparent 98%, #000 100% ) calc(var(--curve-size) * -1) calc(var(--curve-size) * -1);
}

.faq-section__image::before, .faq-section__image::after {
  display: none;
  content: none;
}

.faq-section__image img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.faq-section__image:hover img {
  transform: scale(1.04);
}

/* Accordion */

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 0;
  border-radius: 0.75rem;
  background-color: var(--gray);
}

.faq-accordion .accordion-header {
  margin: 0;
}

.faq-accordion .accordion-button {
  min-height: 64px;
  padding: 1rem 4.5rem 1rem 1.7rem;
  border: 0;
  background-color: var(--gray);
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--gray);
  color: var(--navy);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  border: 0;
  box-shadow: none;
}

/* Custom accordion icon */

.faq-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  display: flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0.65rem;
  background-color: var(--navy);
  background-image: none;
  color: var(--white);
  content: "";
  font-family: "Font Awesome 6 Free";
  font-size: 0.85rem;
  font-weight: 900;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-color: var(--orange);
  transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .accordion-body {
  padding: 1.2rem 1.7rem 1.5rem;
  border-top: 1px solid rgba(14, 47, 62, 0.06);
  background-color: var(--white);
  color: rgba(14, 47, 62, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ===============================end faqs=============================== */

/* ===============================footer=============================== */

.site-footer {
  --footer-primary: #0d3445;
  --footer-secondary: #103b4e;
  --footer-accent: #ff5b16;
  --footer-white: #ffffff;
  --footer-muted: #d7e0e4;
  --footer-border: rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  color: var(--footer-white);
  background-color: var(--footer-primary);
}

.site-footer .container {
  max-width: 1180px;
}

/* Main Footer */

.site-footer__main {
  position: relative;
  z-index: 1;
  padding: 5rem 7rem;
  background: linear-gradient( rgba(8, 47, 64, 0.40), rgba(8, 47, 64, 0.20) ), url("../images/footer-background.webp") center bottom / cover no-repeat;
}

.site-footer__main::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient( to bottom, var(--footer-primary) 0%, rgba(13, 52, 69, 0.82) 28%, rgba(13, 52, 69, 0.62) 100% );
  content: "";
}

/* Brand */

.footer-brand__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0rem;
  color: var(--footer-white);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.footer-brand__logo:hover {
  color: var(--footer-white);
}

.footer-brand__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--footer-accent);
  font-size: 2.2rem;
}

.footer-brand__icon img { 
  width: 200px;
  height: 140px;
}

.footer-brand p {
  max-width: 30rem;
  margin: 0 0 .9rem;
  color: var(--footer-muted);
  font-size: 2rem;
  line-height: 1.01;
}

.footer-column__title {
  margin-bottom: 1rem !important;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--footer-white);
}

/* Social Links */

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--footer-primary);
  background-color: var(--footer-white);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover {
  border-color: var(--footer-accent);
  color: var(--footer-white);
  background-color: var(--footer-accent);
  transform: translateY(-0.2rem);
}

/* Footer Columns */

.footer-column__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}

.footer-column__links li {
  min-width: 0;
}

.footer-column__links a {
  position: relative;
  display: inline-block;
  color: var(--footer-muted);
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-column__links a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--footer-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%);
  transition: width 0.3s ease, opacity 0.3s ease;
}

.footer-column__links a:hover {
  padding-left: 1rem;
  color: var(--footer-accent);
}

.footer-column__links a:hover::before {
  width: 0.65rem;
  opacity: 1;
}

/* Contact */

.footer-contact__list {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  color: var(--footer-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-contact__list i {
  flex: 0 0 1.15rem;
  margin-top: 0.2rem;
  color: var(--footer-accent);
  font-size: 1rem;
  text-align: center;
}

.footer-contact__list a {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact__list a:hover {
  color: var(--footer-accent);
}

.footer-contact__list address {
  margin: 0;
  color: var(--footer-muted);
  font-style: normal;
}

/* Footer Bottom */

.site-footer__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1.15rem 0;
  border-top: 1px solid var(--footer-border);
  background-color: rgba(5, 35, 48, 0.3);
  backdrop-filter: blur(0.2rem);
}

.site-footer__bottom p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 0.9rem;
}

.site-footer__bottom p a {
  color: var(--footer-white);
  text-decoration: none;
}

.site-footer__bottom p a:hover {
  color: var(--footer-accent);
}

.footer-legal {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}

.footer-legal a {
  color: var(--footer-muted);
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--footer-accent);
}

/* Space for absolute bottom bar */

.site-footer__main {
  padding-bottom: 7rem;
}

/* ===============================end of footer=============================== */

.location-section {
  padding: 0.7rem 0;
  background-color: var(--gray);
}

.location-section__map {
  overflow: hidden;
  border: 0.75rem solid var(--white);
  border-radius: 1rem;
  background-color: var(--white);
  box-shadow: 0 1.25rem 3rem rgba(14, 47, 62, 0.08);
}

.location-section__map iframe {
  display: block;
  width: 100%;
  height: 15rem;
  border: 0;
}

.location-section__details {
  position: relative;
  z-index: 2;
  width: calc(100% - 4rem);
  margin: -2.5rem auto 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(14, 47, 62, 0.06);
  border-radius: 1rem;
  background-color: var(--white);
  box-shadow: 0 1rem 2.5rem rgba(14, 47, 62, 0.1);
}

.location-section__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-section__icon {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
  border-radius: 50%;
  background-color: rgba(254, 96, 20, 0.12);
  color: var(--orange);
  font-size: 1rem;
}

.location-section__address strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--navy);
  font-size: 0.9rem;
}

.location-section__address address {
  margin: 0;
  color: rgba(14, 47, 62, 0.65);
  font-size: 0.7rem;
  font-style: normal;
  line-height: 1.5;
}

.location-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--orange);
  border-radius: 50rem;
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.location-section__button:hover {
  background-color: var(--white);
  color: var(--orange);
  transform: translateY(-3px);
}

/* ===============================main services=============================== */

.services-showcase {
  overflow: hidden;
  padding: 6rem 0;
  background-color: var(--gray);
}

.services-showcase__heading {
  max-width: 46rem;
  margin: 0 auto 3.5rem;
}

.services-showcase__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  padding: 0.45rem 1.25rem;
  border: 1px solid rgba(14, 47, 62, 0.1);
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.services-showcase__heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.08;
}

/* Service Card */

.service-showcase-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 0.8rem;
  border: 1px solid rgba(14, 47, 62, 0.04);
  border-radius: 1.25rem;
  background-color: var(--white);
  box-shadow: 0 0.75rem 2.5rem rgba(14, 47, 62, 0.04);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-showcase-card:hover {
  border-color: var(--orange);
  transform: translateY(-0.5rem);
  box-shadow: 0 1.25rem 3rem rgba(14, 47, 62, 0.11);
}

/* Heading becomes orange when the whole card is hovered */

.service-showcase-card:hover .service-showcase-card__title {
  color: var(--orange);
}

/* Image wrapper */

.service-showcase-card__image {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}

.service-showcase-card__image img {
  display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;
  transition: transform 0.55s ease;
}

/* Zoom image when the whole card is hovered */

.service-showcase-card:hover .service-showcase-card__image img {
  transform: scale(1.08);
}

.service-showcase-card__body {
  display: flex;
  min-height: 13.5rem;
  align-items: center;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.25rem 0.55rem;
  text-align: center;
}

.service-showcase-card__title {
  max-width: 18rem;
  margin-bottom: 0.85rem;
  color: var(--navy);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-showcase-card__body p {
  max-width: 19rem;
  margin-bottom: 1.25rem;
  color: rgba(14, 47, 62, 0.65);
  font-size: 0.9rem;
  line-height: 1.65;
}

.service-showcase-card__button {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(14, 47, 62, 0.1);
  border-radius: 50%;
  background-color: var(--white);
  color: var(--navy);
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

/* Button changes when the whole card is hovered */

.service-showcase-card:hover .service-showcase-card__button {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(-45deg);
}

/* Bottom CTA */

.services-showcase__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1rem;
  background-color: var(--white);
}

.services-showcase__cta-text {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.services-showcase__cta-text p {
  margin: 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 500;
}

.services-showcase__check {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
  border-radius: 50%;
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.65rem;
}

.services-showcase__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--navy);
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.services-showcase__cta-link:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* ===============================end of main services=============================== */

/* =============================FORM SECTION=============================== */

form.CUS input.subject {
  position: absolute;
  left: -9999px;
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.service-request-section {
  padding: 6rem 0;
  background-color: var(--white);
}

.service-request-section__wrapper {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: var(--gray);
  box-shadow: 0 1.5rem 4rem rgba(14, 47, 62, 0.08);
}

.service-request-section__image {
  height: 100%;
  min-height: 51rem;
  overflow: hidden;
}

.service-request-section__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 51rem;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.service-request-section__wrapper:hover .service-request-section__image img {
  transform: scale(1.04);
}

.service-request-section__content {
  display: flex;
  min-height: 51rem;
  justify-content: center;
  flex-direction: column;
  padding: 4rem 3.5rem;
}

.service-request-section__label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  padding: 0.3rem 1rem;
  border: 1px solid var(--orange);
  border-radius: 50rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}

.service-request-section__content h2 {
  max-width: 39rem;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(1.25rem, 3vw, 1.45rem);
  font-weight: 700;
  line-height: 1.08;
}

.service-request-section__content h2 span {
  color: var(--orange);
}

/* Form */

.service-request-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.service-request-form .form-control, .service-request-form .form-select {
  min-height: 2.5rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(14, 47, 62, 0.1);
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.92rem;
  box-shadow: none;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.service-request-form textarea.form-control {
  min-height: 4.5rem;
  resize: vertical;
}

.service-request-form .form-control::placeholder {
  color: rgba(14, 47, 62, 0.45);
}

.service-request-form .form-control:focus, .service-request-form .form-select:focus {
  border-color: var(--orange);
  background-color: var(--white);
  box-shadow: 0 0 0 0.2rem rgba(254, 96, 20, 0.12);
}

.service-request-form__group-title {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 700;
}

.service-request-form__button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.55rem 0.65rem 0.55rem 1.5rem;
  border: 1px solid var(--orange);
  border-radius: 50rem;
  background-color: var(--orange);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.service-request-form__button-icon {
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--orange);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.service-request-form__button:hover {
  background-color: var(--white);
  color: var(--orange);
  box-shadow: 0 0.8rem 2rem rgba(254, 96, 20, 0.18);
  transform: translateY(-3px);
}

.service-request-form__button:hover .service-request-form__button-icon {
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(-45deg);
}

/* ===============================end of form section=============================== */


/* ===============================Sub Context section=============================== */

.project-stack-section {
  position: relative;
  overflow: hidden;
  padding: 7rem 15rem;
 
  background-color: var(--gray);
}



.project-stack-card__mark {
  display: inline-flex;
  min-width: 3.2rem;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(254, 96, 20, 0.1);
  color: var(--orange);
  font-size: 0.85rem;
  font-weight: 800;
}

/* Swiper */
.project-stack-section__viewport {
  max-width: 100rem;
  margin: 3rem auto;
  padding: 1rem 1rem 1.5rem;
}

.project-stack-swiper {
  width: 100%;
  height: 40rem;
  overflow: visible;
}

.project-stack-swiper .swiper-wrapper {
  align-items: stretch;
}

.project-stack-swiper .swiper-slide {
  height: 100%;
  border-radius: 1.25rem;
  background-color: transparent;
}

/* Card */
.project-stack-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(14, 47, 62, 0.11);
  border-radius: 1rem;
  background-color: var(--white);
  box-shadow: 0 .25rem 3rem rgba(14, 47, 62, 0.11);
}

.project-stack-card__content {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}

.project-stack-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.project-stack-card__line {
  width: 100%;
  height: 1px;
  margin: 1.75rem 0;
  background-color: rgba(14, 47, 62, 0.12);
}

.project-stack-card__title {
  display: block;
  max-width: 30rem;
  margin-bottom: 1.15rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 1.95rem);
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  transition: color 0.3s ease;
}

.project-stack-card__title:hover {
  color: var(--orange);
}

.project-stack-card__content p {
  max-width: 27rem;
  margin-bottom: 2rem;
  color: rgba(14, 47, 62, 0.67);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Card image */
.project-stack-card__image {
  display: block;
  height: 100%;
  min-height: 31.9rem;
  overflow: hidden;
  padding: 0.75rem;
}

.project-stack-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 30.4rem;
  border-radius: 1rem;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.project-stack-card:hover .project-stack-card__image img {
  transform: scale(1.045);
}

/* Controls */
.project-stack-section__controls {
  display: flex;
  max-width: 74rem;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem auto 0;
}

.project-stack-section__nav {
  display: inline-flex;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 47, 62, 0.12);
  border-radius: 50%;
  background-color: var(--white);
  color: var(--navy);
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.project-stack-section__nav:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.project-stack-section__nav.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.project-stack-section__pagination {
  display: flex;
  width: auto !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.project-stack-section__pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 !important;
  background-color: rgba(14, 47, 62, 0.25);
  opacity: 1;
  transition:
    width 0.3s ease,
    background-color 0.3s ease;
}

.project-stack-section__pagination
  .swiper-pagination-bullet-active {
  width: 1.8rem;
  border-radius: 50rem;
  background-color: var(--orange);
}

/*================================== Sub Context=============================== */
.sub-pages {
  position: relative;
  isolation: isolate;
  height: 50vh ;
  overflow: hidden;
  background-color: var(--navy);
  color: var(--white);
}

.sub-pages::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    url("../images/sub-pages-background.webp")
    center bottom / cover no-repeat;
  content: "";
}

.sub-pages::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(14, 47, 62, 0.98) 0%,
    rgba(14, 47, 62, 0.97) 58%,
    rgba(14, 47, 62, 0.82) 78%,
    rgba(14, 47, 62, 0.72) 100%
  );
  content: "";
}

.sub-pages__content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 1rem 1rem;
}

.sub-pages__number {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--white);
  font-size: clamp(3.5rem, 7vw, 5.25rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.sub-pages__title {
  margin-bottom: 1.25rem;
  color: var(--white);
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
}

.sub-pages__description {
  max-width: 26rem;
  margin: 0 auto 2.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}

.sub-pages__button {
  display: inline-flex;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--orange);
  border-radius: 0.75rem;
  background-color: var(--orange);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.sub-pages__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.sub-pages__button:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--orange);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.22);
  transform: translateY(-0.25rem);
}

.sub-pages__button:hover .sub-pages__button-icon {
  transform: translateX(0.3rem);
}

.sub-pages__button:focus-visible {
  outline: 0.2rem solid var(--white);
  outline-offset: 0.25rem;
}

.readcrumb-item a{
  color: var(--white);
}
.sub-pages-context {
  padding: 5rem 1rem 4.5rem;
}

@media (max-width: 767.98px) {
  .sub-pages-context {
    padding: 4rem 1rem 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .sub-pages-context {
    padding: 3.25rem 0.5rem 3rem;
  }
}



/* ========================================================================== INFO SECTION END ========================================================================== */

.contact-cards-section {
  padding: 5rem 0;
  background-color: var(--gray);
}

.contact-details-card {
  display: flex;
  min-height: 8rem;
  align-items: center;
  gap: 1.15rem;
  padding: 1.5rem;
  border: 1px solid var(--orange);
  border-radius: 0.75rem;
  background-color: var(--orange);
  color: var(--white);
  box-shadow: 0 0.75rem 2rem rgba(14, 47, 62, 0.08);
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.contact-details-card__icon {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 3.25rem;
  color: var(--white);
  font-size: 2.15rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.contact-details-card__content {
  min-width: 0;
}

.contact-details-card__content h2 {
  margin: 0 0 0.3rem;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.contact-details-card__content h2 a,
.contact-details-card__link {
  color: inherit;
  text-decoration: none;
}

.contact-details-card__content span,
.contact-details-card__content address {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.contact-details-card__link--email {
  display: block;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.76rem;
  line-height: 1.45;
}

.contact-details-card:hover {
  background-color: var(--white);
  box-shadow: 0 1.25rem 2.75rem rgba(14, 47, 62, 0.14);
  transform: translateY(-0.4rem);
}

.contact-details-card:hover .contact-details-card__icon,
.contact-details-card:hover .contact-details-card__content h2 {
  color: var(--orange);
}

.contact-details-card:hover .contact-details-card__content span,
.contact-details-card:hover .contact-details-card__content address,
.contact-details-card:hover .contact-details-card__link {
  color: var(--navy);
}

.contact-details-card:hover .contact-details-card__icon {
  transform: scale(1.08);
}


/* ==========================================================================INFO SECTION END ========================================================================== */
.service-locations-section {
  padding: 5rem 0;
  background-color: var(--gray);
}

.service-locations-section__heading {
  max-width: 46rem;
  margin: 0 auto 3rem;
}

.service-locations-section__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding: 0.45rem 1.25rem;
  border: 1px solid rgba(254, 96, 20, 0.25);
  border-radius: 50rem;
  background-color: var(--white);
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-locations-section__heading h2 {
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
}

.service-locations-section__heading p {
  margin: 0;
  color: rgba(14, 47, 62, 0.65);
  font-size: 1rem;
  line-height: 1.7;
}

.service-locations-list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.service-location-card {
  display: flex;
  min-height: 8rem;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid var(--orange);
  border-radius: 0.75rem;
  background-color: var(--navy);
  color: var(--white);
  box-shadow: 0 0.75rem 2rem rgba(14, 47, 62, 0.08);
  text-decoration: none;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.service-location-card__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  color: var(--white);
  font-size: 1.8rem;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.service-location-card__content {
  min-width: 0;
  flex: 1;
}

.service-location-card__content strong,
.service-location-card__content small {
  display: block;
}

.service-location-card__content strong {
  margin-bottom: 0.2rem;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  transition: color 0.3s ease;
}

.service-location-card__content small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.service-location-card__arrow {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--orange);
  font-size: 0.75rem;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

.service-location-card:hover {
  background-color: var(--white);
  color: var(--navy);
  box-shadow: 0 1.25rem 2.75rem rgba(14, 47, 62, 0.14);
  transform: translateY(-0.4rem);
}

.service-location-card:hover .service-location-card__icon,
.service-location-card:hover .service-location-card__content strong {
  color: var(--orange);
}

.service-location-card:hover .service-location-card__content small {
  color: var(--navy);
}

.service-location-card:hover .service-location-card__icon {
  transform: scale(1.08);
}

.service-location-card:hover .service-location-card__arrow {
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(-45deg);
}

/*==========================================================================
   Responsive Styles
   Bootstrap 5 breakpoints consolidated into one block per breakpoint
   ==========================================================================*/

/* 991.98px and below */

@media (max-width: 991.98px) {
  .additional-services {
    padding: 5rem 0;
  }

  .additional-service-card {
    min-height: 20rem;
  }

  .main-cta {
    padding: 5rem 0 7rem;
  }

  .main-cta__wrapper {
    min-height: 38rem;
  }

  .main-cta__card {
    right: 2rem;
    bottom: -4rem;
  }

  .why-choose-section {
    padding: 5rem 0;
  }

  .why-choose-section__image {
    width: min(100%, 31rem);
    height: 37rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
  }

  .why-choose-section__content {
    padding-left: 0;
  }

  .why-choose-section h2 {
    max-width: 40rem;
  }

  .site-footer__newsletter {
    padding: 5rem 0 3.5rem;
  }

  .newsletter-form {
    padding-left: 0;
  }

  .site-footer__main {
    padding-top: 3.5rem;
  }

  .testimonial-section {
    padding: 5rem 0 3rem;
  }

  .testimonial-feature, .testimonial-feature > img {
    min-height: 500px;
  }

  .testimonial-section__customers {
    margin-top: 3.5rem;
  }

  .brand-slider .swiper-slide {
    width: 220px;
  }

  .brand-slider__item {
    min-height: 125px;
  }

  .faq-section__image {
    --curve-size: 45px;
    min-height: 450px;
  }

  .faq-section__image img {
    height: 450px;
  }

  .services-showcase {
    padding: 5rem 0;
  }

  .services-showcase__heading {
    margin-bottom: 3rem;
  }

  .garage-offers-section {
    padding: 5rem 0;
  }

  .garage-offers-section__header h2 {
    max-width: none;
  }


  .project-stack-section {
    padding: 5rem 0;
  }

  .project-stack-section__header h2 {
    max-width: none;
  }

  .project-stack-swiper {
    height: 42rem;
  }

  .project-stack-card__content {
    padding: 2rem;
  }

  .project-stack-card__image {
    min-height: 20rem;
    padding-top: 0;
  }

  .project-stack-card__image img {
    min-height: 20rem;
  }
   .sub-pages__content {
    padding: 4rem 1rem;
  }
}

/* 767.98px and below */

@media (max-width: 767.98px) {

  .service-locations-section {
    padding: 4rem 0;
  }

  .service-locations-section__heading {
    margin-bottom: 2.5rem;
  }

  .service-location-card {
    min-height: 7.5rem;
  } 
  .garage-offers-section {
    padding: 4rem 0;
  }

  .garage-offers-section__divider {
    margin: 2rem 0 2.5rem;
  }

  .garage-offer-card {
    min-height: 25rem;
  }

  .main-cta {
    padding: 4.5rem 0;
  }

  .main-cta__wrapper {
    display: flex;
    min-height: auto;
    overflow: hidden;
    flex-direction: column;
  }

  .main-cta__wrapper::after {
    display: none;
  }

  .main-cta__image {
    position: relative;
    height: 21rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .main-cta__badge {
    top: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    transform: translate(-50%, 0);
  }

  .main-cta__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    border-radius: 0 0 1.25rem 1.25rem;
    box-shadow: none;
  }

  .why-choose-section {
    padding: 4rem 0;
  }

  .why-choose-section__image {
    height: 32rem;
  }

  .why-choose-section__image img {
    --curve-size: 42px;
  }

  .why-choose-section h2 {
    margin-bottom: 1.75rem;
    font-size: 2.25rem;
  }

  .why-choose-section .feature-card {
    min-height: auto;
  }

  .site-footer__newsletter {
    padding: 4rem 0 3rem;
  }

  .site-footer__newsletter-title {
    font-size: 2.25rem;
  }

  .newsletter-form__button {
    width: 100%;
  }

  .site-footer__main {
    padding-bottom: 3rem;
  }

  .site-footer__bottom {
    position: relative;
  }

  .site-footer__bottom p {
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
    gap: 1.25rem;
  }

  .location-section {
    padding: 4rem 0;
  }

  .location-section__map iframe {
    height: 25rem;
  }

  .location-section__details {
    width: calc(100% - 1.5rem);
    margin-top: -1.5rem;
    padding: 1.25rem;
  }

  .location-section__button {
    width: 100%;
  }

  .additional-services {
    padding: 1rem 0;
  }

  .additional-services__heading {
    margin-bottom: .5rem;
  }

  .additional-services__cta {
    align-items: flex-start;
    flex-direction: column;
  }

   .project-stack-section {
    padding: 4rem 0;
  }

  .project-stack-section__divider {
    margin: 2rem auto;
  }

  .project-stack-section__viewport {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .project-stack-swiper {
    height: 43rem;
  }

  .project-stack-card__content {
    padding: 1.75rem;
  }

  .project-stack-card__line {
    margin: 1.25rem 0;
  }

  .project-stack-card__content p {
    margin-bottom: 1.25rem;
  }
   .contact-cards-section {
    padding: 4rem 0;
  }

}

/* 575.98px and below */

@media (max-width: 575.98px) {
  .main-cta__image {
    height: 18rem;
  }

  .main-cta__card {
    padding: 1.5rem;
  }

  .main-cta__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-cta__button {
    width: 100%;
  }

  .garage-offers-section__header h2 {
    font-size: 2.2rem;
  }

  .garage-offers-section__all-button {
    width: 100%;
  }

  .garage-offer-card__value {
    min-height: 11rem;
  }

  .business-name {
    display: none;
  }

  .about-showcase .row.g-3 > [class*="col-"] {
    width: 100%;
  }

  .about-showcase .card {
    min-height: 11rem !important;
  }

  .about-showcase__image {
    border-radius: 1rem;
  }

  .inverted-frame {
    --curve-size: 2.75rem;
    --border-size: 7px;
    --radius: 16px;
  }

  .stat-card, .stat-image-card {
    min-height: 11rem;
  }

  .why-choose-section__image {
    height: 26rem;
  }

  .why-choose-section h2 {
    font-size: 2rem;
  }

  .why-choose-section .feature-card {
    padding: 1.5rem;
  }

  .why-choose-section .feature-card__title {
    font-size: 1.2rem;
  }

  .site-footer__newsletter-title {
    font-size: 2rem;
  }

  .newsletter-form .form-control, .newsletter-form__button {
    min-height: 3.4rem;
  }

  .footer-column__title {
    margin-bottom: 1.25rem;
  }

  .footer-legal {
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
  }

  .site-footer__main {
    padding: 1rem;
  }

  .footer-column__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    margin-top: 0rem;
    padding: 0;
    list-style: none;
  }

  .testimonial-section {
    padding: 4rem 0 2.5rem;
  }

  .testimonial-section__heading {
    margin-bottom: 2.5rem;
  }

  .testimonial-section__heading h2 span {
    display: inline;
  }

  .testimonial-card {
    min-height: auto;
    padding: 1.5rem;
  }

  .testimonial-feature, .testimonial-feature > img {
    min-height: 420px;
  }

  .testimonial-feature__overlay {
    right: 1.3rem;
    bottom: 1.3rem;
    left: 1.3rem;
  }

  .testimonial-section__customers {
    margin-top: 2.5rem;
  }

  .brand-slider-section {
    padding: 1.75rem 0;
  }

  .brand-slider-wrapper {
    padding: 0.5rem;
    border-width: 0.375rem;
    border-radius: 1rem;
  }

  .brand-slider .swiper-slide {
    width: 180px;
  }

  .brand-slider__item {
    min-height: 105px;
    padding: 1rem;
    border-radius: 0.875rem;
  }

  .brand-slider__item img {
    max-width: 140px;
    max-height: 55px;
  }

  .faq-section__image {
    --curve-size: 32px;
    min-height: 350px;
  }

  .faq-section__image img {
    height: 350px;
  }

  .services-showcase {
    padding: 4rem 0;
  }

  .services-showcase__heading {
    margin-bottom: 2.5rem;
  }

  .services-showcase__heading h2 {
    font-size: 2.15rem;
  }

  .service-showcase-card__image img {
    height: 13rem;
  }

  .services-showcase__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.25rem;
  }

  .services-showcase__cta-text {
    align-items: flex-start;
  }

  .location-section__map {
    border-width: 0.4rem;
    border-radius: 1rem;
  }

  .location-section__map iframe {
    height: 12rem;
  }

  .location-section__address {
    align-items: flex-start;
  }

  .service-request-section {
    padding: 1.2rem 0;
  }

  .service-request-section__wrapper {
    border-radius: 1rem;
  }

  .service-request-section__image, .service-request-section__image img {
    min-height: 16rem;
  }

  .service-request-section__content {
    padding: 1.5rem 0.75rem;
  }

  .service-request-section__content h2 {
    font-size: 1.15rem;
  }

  .service-request-form__button {
    width: 100%;
  }

  .additional-service-card {
    min-height: 7rem;
  }

  .additional-services__heading h2 {
    font-size: 1rem;
  }

  .additional-service-card {
    min-height: auto;
    padding: 0.7rem;
  }

  .additional-service-card__number {
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
  }

  .additional-services__button {
    width: 100%;
  }
  .project-stack-section__header h2 {
    font-size: 2.15rem;
  }

  .project-stack-section__button {
    width: 100%;
  }

  .project-stack-swiper {
    height: 44rem;
  }

  .project-stack-card__content {
    padding: 1.35rem;
  }

  .project-stack-card__title {
    font-size: 1.5rem;
  }

  .project-stack-card__content p {
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .project-stack-card__image {
    min-height: 18rem;
    padding: 0 0.55rem 0.55rem;
  }

  .project-stack-card__image img {
    min-height: 18rem;
  }
  .sub-pages::before {
    background-position: 58% bottom;
  }

  .sub-pages__content {
    padding: 3rem 0.25rem;
  }

  .sub-pages__number {
    font-size: 3.5rem;
  }

  .sub-pages__title {
    font-size: 2.25rem;
  }

  .sub-pages__description {
    font-size: 0.92rem;
  }

  .sub-pages__button {
    width: 100%;
    max-width: 15rem;
  }
    .contact-cards-section {
    padding: 3rem 0;
  }

  .contact-details-card {
    min-height: 7.5rem;
    padding: 1.25rem;
  }

  .contact-details-card__content h2 {
    font-size: 1.15rem;
  }
  .service-locations-section {
    padding: 3rem 0;
  }

  .service-locations-section__heading h2 {
    font-size: 2rem;
  }

  .service-location-card {
    min-height: 6.75rem;
    gap: 0.6rem;
    padding: 1rem 0.75rem;
  }

  .service-location-card__icon {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
    font-size: 1.25rem;
  }

  .service-location-card__content strong {
    font-size: 0.95rem;
  }

  .service-location-card__content small {
    font-size: 0.65rem;
  }

  .service-location-card__arrow {
    display: none;
  }
}
