/* Variables */
@import url("assets/css/variables.css");
/* Variables End */
/* Fonts */
@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Bd.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Rg.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Bd.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-SmBd.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-SmBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-SmBd.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-SmBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Lt.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Lt.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JUST Sans";
  src: url("assets/fonts/JUSTSans-Rg.woff2") format("woff2"),
    url("assets/fonts/JUSTSans-Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Fonts End */
/* Base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
:focus-visible {
  outline: none;
}
html {
  font-family: var(--font-family-base);
}
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--u-color-site-black);
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
iframe {
  border: 0;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.header:before,
.header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
i {
  background-size: cover;
  background-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all ease-in-out 0.3s;
}
i:hover {
  transition: all ease-in-out 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
dl,
dd,
nav__menu,
ol,
ul,
table,
caption,
hr {
  margin: 0 0 16px 0;
}
p:last-child {
  margin-bottom: 0;
}
dl,
ol,
ul,
ul li {
  list-style-type: none;
  padding: 0;
}
.container {
  padding: 0;
  max-width: 1140px;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin-left: -12px;
  margin-right: -12px;
}
/* Base End */
/* Typography */
h1,
.u-heading-one {
  font-size: 28px;
  line-height: 36px;
}
h2,
.u-heading-two {
  font-size: 26px;
  line-height: 34px;
}
h3,
.u-heading-three {
  font-size: 22px;
  line-height: 28px;
}
h4,
.u-heading-four {
  font-size: 20px;
  line-height: 26px;
}
h5,
.u-heading-five {
  font-size: 18px;
  line-height: 23px;
}
h6,
.u-heading-six {
  font-size: 16px;
  line-height: 21px;
}
h1,
.u-heading-one {
  font-weight: 700;
}
h2,
.u-heading-two {
  font-weight: 600;
}
h3,
.u-heading-three,
h4,
.u-heading-four,
h5,
.u-heading-five,
h6,
.u-heading-six {
  font-weight: 500;
}
.u-text-xxxl {
  font-size: 16px;
  line-height: 24px;
}
.u-text-xxl {
  font-size: 16px;
  line-height: 23px;
}
.u-text-xl {
  font-size: 16px;
  line-height: 21px;
}
.u-text-normal {
  font-size: 14px;
  line-height: 18px;
}
.u-text-sm {
  font-size: 14px;
  line-height: 18px;
}
.u-text-xs {
  font-size: 12px;
  line-height: 16px;
}
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--u-color-site-dark);
}
a,
p > a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--u-color-primary);
  transition: all 0.3s ease-in-out;
}
p > a {
  text-decoration: underline;
}
a:hover,
p > a:hover {
  text-decoration: none;
  color: var(--u-color-site-black);
  transition: all 0.3s ease-in-out;
}
.u-fw-300 {
  font-weight: 300;
}
.u-fw-400 {
  font-weight: 400;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-600 {
  font-weight: 600;
}
.u-fw-700 {
  font-weight: 700;
}
/* Typography End */
/* Button */
.btn--primary,
.btn--secondary {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: none;
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  column-gap: 6px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.btn--primary:after,
.btn--secondary:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(229, 172, 142, 0)
  );
  transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.btn--primary:hover:after,
.btn--secondary:hover:after {
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.btn--primary {
  background: linear-gradient(97.92deg, #e3282a 0%, #b90010 100%);
}
.btn--secondary {
  background: var(--u-color-secondary);
}
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  color: #ffffff;
  background: linear-gradient(97.92deg, #d80013 100%);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:focus-visible {
  color: #ffffff;
  background: #d80013;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.btn--primary i,
.btn--secondary i {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
.btn--primary:hover i,
.btn--secondary:hover i {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
/* Button End */
/* Icons */
i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: currentColor;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s ease-in-out;
}
/* Individual icons */
.icon__arrow-btn {
  mask-image: url("assets/images/icon-arrow-btn.svg");
  -webkit-mask-image: url("assets/images/icon-arrow-btn.svg");
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}
.icon__call {
  mask-image: url("assets/images/icon-call.svg");
  -webkit-mask-image: url("assets/images/icon-call.svg");
  width: 20px;
  height: 20px;
  background-color: var(--u-color-secondary);
}
.icon__get-in-touch {
  mask-image: url("assets/images/icon-get-in-touch.svg");
  -webkit-mask-image: url("assets/images/icon-get-in-touch.svg");
  width: 20px;
  height: 20px;
  background-color: var(--u-color-secondary);
}
.icon__wheel-icon {
  mask-image: url("assets/images/icon-wheel-icon.svg");
  -webkit-mask-image: url("assets/images/icon-wheel-icon.svg");
  width: 20px;
  height: 20px;
  background-color: var(--u-color-primary);
}
.icon__arrow-red {
  mask-image: url("assets/images/icon-arrow-red.svg");
  -webkit-mask-image: url("assets/images/icon-arrow-red.svg");
  width: 20px;
  height: 20px;
  background-color: var(--u-color-primary);
}
.icon__calendar {
  mask-image: url("assets/images/icon-calendar.svg");
  -webkit-mask-image: url("assets/images/icon-calendar.svg");
  width: 16px;
  height: 16px;
  background-color: var(--u-color-secondary);
}
.icon__arrow-prev {
  mask-image: url("assets/images/icon-arrow-prev.svg");
  -webkit-mask-image: url("assets/images/icon-arrow-prev.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__arrow-next {
  mask-image: url("assets/images/icon-arrow-next.svg");
  -webkit-mask-image: url("assets/images/icon-arrow-next.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__quote {
  mask-image: url("assets/images/icon-quote.svg");
  -webkit-mask-image: url("assets/images/icon-quote.svg");
  width: 24px;
  height: 24px;
  background-color: var(--u-color-secondary);
}
.icon__star-fill {
  mask-image: url("assets/images/icon-star-fill.svg");
  -webkit-mask-image: url("assets/images/icon-star-fill.svg");
  width: 16px;
  height: 16px;
  background-color: #d37b0c;
}
.icon__support {
  mask-image: url("assets/images/icon-support.svg");
  -webkit-mask-image: url("assets/images/icon-support.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__secure {
  mask-image: url("assets/images/icon-secure.svg");
  -webkit-mask-image: url("assets/images/icon-secure.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__smiley {
  mask-image: url("assets/images/icon-smiley.svg");
  -webkit-mask-image: url("assets/images/icon-smiley.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__location {
  mask-image: url("assets/images/icon-location.svg");
  -webkit-mask-image: url("assets/images/icon-location.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-primary);
}
.icon__help {
  mask-image: url("assets/images/icon-help.svg");
  -webkit-mask-image: url("assets/images/icon-help.svg");
  width: 30px;
  height: 30px;
  background-color: var(--u-color-secondary);
}
/* Icons End */
/* Color */
.u-color-primary {
  color: var(--u-color-primary);
}
.u-color-secondary {
  color: var(--u-color-secondary);
}
.u-color-site-black {
  color: var(--u-color-site-black);
}
.u-color-site-dark {
  color: var(--u-color-site-dark);
}
.u-color-grey-50 {
  color: var(--u-color-grey-50);
}
.u-color-grey-100 {
  color: var(--u-color-grey-100);
}
.u-color-grey-200 {
  color: var(--u-color-grey-200);
}
.u-color-grey-300 {
  color: var(--u-color-grey-300);
}
.u-color-grey-400 {
  color: var(--u-color-grey-400);
}
.u-color-grey-500 {
  color: var(--u-color-grey-500);
}
.u-color-grey-600 {
  color: var(--u-color-grey-600);
}
.u-color-site-red {
  color: var(--u-color-site-red);
}
.u-color-site-green {
  color: var(--u-color-site-green);
}
/* Color End */
/* Spacing */
.u-my-6 {
  margin: 6px 0;
}
.u-mt-6 {
  margin-top: 6px;
}
.u-mb-6 {
  margin-bottom: 6px;
}
.u-my-8 {
  margin: 8px 0;
}
.u-mt-8 {
  margin-top: 8px;
}
.u-mb-8 {
  margin-bottom: 8px;
}
.u-my-10 {
  margin: 10px 0;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-my-12 {
  margin: 12px 0;
}
.u-mt-12 {
  margin-top: 12px;
}
.u-mb-12 {
  margin-bottom: 12px;
}
.u-mt-16 {
  margin-top: 16px;
}
.u-mb-16 {
  margin-bottom: 16px;
}
.u-my-20 {
  margin: 16px 0;
}
.u-mt-20 {
  margin-top: 16px;
}
.u-mb-20 {
  margin-bottom: 16px;
}
.u-mb-24 {
  margin-bottom: 24px;
}
.u-my-30 {
  margin: 14px 0;
}
.u-mt-30 {
  margin-top: 14px;
}
.u-mb-30 {
  margin-bottom: 14px;
}
.u-my-40 {
  margin: 15px 0;
}
.u-mt-40 {
  margin-top: 20px;
}
.u-mb-40 {
  margin-bottom: 20px;
}
.u-my-50 {
  margin: 24px 0;
}
.u-mt-50 {
  margin-top: 24px;
}
.u-mb-50 {
  margin-bottom: 24px;
}
.u-my-60 {
  margin: 30px 0;
}
.u-mt-60 {
  margin-top: 30px;
}
.u-mb-60 {
  margin-bottom: 30px;
}
.u-py-20 {
  padding: 20px 0;
}
.u-pt-20 {
  padding-top: 20px;
}
.u-pb-20 {
  padding-bottom: 20px;
}
.u-py-40 {
  padding: 20px 0;
}
.u-pt-40 {
  padding-top: 20px;
}
.u-pb-40 {
  padding-bottom: 20px;
}
.u-py-50 {
  padding: 24px 0;
}
.u-pt-50 {
  padding-top: 24px;
}
.u-pb-50 {
  padding-bottom: 24px;
}
.u-py-60 {
  padding: 20px 0;
}
.u-pt-60 {
  padding-top: 20px;
}
.u-pb-60 {
  padding-bottom: 20px;
}
.u-py-150 {
  padding: 150px 0;
}
.u-pt-150 {
  padding-top: 150px;
}
.u-pb-150 {
  padding-bottom: 150px;
}
/* Spacing End */
/* Common Listing */
.common-list li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
}
.common-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 6px;
  /* background: var(--u-color-primary); */
  background: var(--u-color-site-blue);
  border-radius: 100%;
  width: 6px;
  height: 6px;
}
.common-list li:not(:last-child) {
  margin-bottom: 8px;
}
.common-list:last-child {
  margin-bottom: 0;
}
/* Common Listing End */
/* Header */
.header {
  margin: 12px 0 22px;
  transition: all ease-in-out 0.2s;
  position: relative;
  z-index: 9;
}
.header.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin: 8px auto;
  width: 100%;
  z-index: 9;
  transition: all ease-in-out 0.2s;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--u-color-grey-400);
  border-radius: 100px;
  background: var(--u-color-grey-50);
  padding: 4px;
  transition: all ease-in-out 0.2s;
  backdrop-filter: blur(3px);
}
.header.header--sticky .header__wrapper {
  background: rgba(246, 249, 253, 0.8);

  transition: all ease-in-out 0.2s;
}
.header__left {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.custom-logo-link {
  display: block;
}
.site__branding {
  max-width: 140px;
}
.nav--side {
  position: fixed;
  left: -100%;
  top: -12px;
  background: var(--u-color-grey-50);
  width: 82%;
  height: 100vh;
  box-shadow: 0px 4px 44px 0px #00000012;
  z-index: 1000;
  padding: 5px 0;
  transition: all ease-in-out 0.5s;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.nav--side.nav--shown {
  left: -12px;
  transition: all ease-in-out 0.5s;
}
.menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 0;
  gap: 0;
}
.menu .menu-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--u-color-grey-400);
  position: relative;
}
.menu .menu-item a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--u-color-site-black);
  cursor: pointer;
  overflow: inherit;
  display: block;
  white-space: initial;
  padding: 10px 20px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.menu .menu-item a:hover {
  transition: 0.3s;
  color: var(--u-color-primary);
}
.menu-footer-menu-container .menu .menu-item.current-menu-item a,
.menu .menu-item.current-menu-item > a,
.menu .menu-item.current-menu-ancestor > a {
  color: var(--u-color-primary);
}
.menu .menu-item.current-menu-item > a:hover,
.menu .menu-item.current-menu-ancestor > a:hover {
  color: var(--u-color-site-black);
}
.header__right {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.header__call-link {
  font-size: 0;
  line-height: 0;
  column-gap: 0;
  text-decoration: none;
}
.header__hamburger-wrapper {
  display: block;
}
.header__hamburger {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  border: none;
  padding: 0;
  background: transparent;
  width: 24px;
}
.header__hamburger span {
  display: block;
  background: var(--u-color-secondary);
  border-radius: 10px;
  height: 2px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.header__hamburger span:nth-child(1) {
  width: 50%;
}
.header__hamburger span:nth-child(2) {
  width: 100%;
}
.header__hamburger span:nth-child(3) {
  width: 75%;
}
.header__hamburger.is-active span:nth-child(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(1px, 0px);
}
.header__hamburger.is-active span:nth-child(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.header__hamburger.is-active span:nth-child(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(10px, -2px) rotatez(45deg);
}
body.scrollable-hidden {
  overflow: hidden;
}
/* Header End */
/* Banner */
.banner--wrapper {
  text-align: center;
}
.banner--wrapper h1 strong {
  display: block;
}
.banner--wrapper h1 span {
  display: inline;
  color: var(--u-color-site-dark);
}
.banner__content {
  max-width: 946px;
  margin: 0 auto;
}
.banner__video {
  border-radius: var(--radius-30);
  overflow: hidden;
  margin: 0 auto;
  max-height: 480px;
}
.banner__video video {
  width: 100%;
  height: 100%;
  display: block;
}
/* Banner End */
/* Title */
.title__wrapper {
  text-align: center;
}
.title {
  text-transform: uppercase;
  color: var(--u-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.title__wrapper hr {
  color: var(--u-color-grey-400);
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.title__wrapper.inner-title__wrapper hr {
  max-width: 100%;
}
hr {
  color: var(--u-color-grey-400);
  opacity: 1;
}
/* Title End */
/* Common Block */
.block--common {
  padding: 15px 12px;
  border-radius: var(--radius-30);
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  backdrop-filter: blur(3px);
  height: 100%;
}
.block--common-title {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
/* Common Block End */
/* About Us */
.about-us__row,
.key-benefits__row,
.how-it-works__row,
.blog__row {
  margin-bottom: -16px;
}
.about-us__col,
.key-benefits__col,
.how-it-works__col,
.blog__col {
  margin-bottom: 16px;
}
.about-us__right {
  border-top: 1px solid var(--u-color-grey-400);
  margin-top: 0;
}
.about-us__icon {
  width: 24px;
  height: 24px;
}
/* About Us End */
/* Tyre Dealers */
.tyre-dealers__image {
  max-height: 220px;
  border-radius: var(--radius-20);
  overflow: hidden;
}
/* Tyre Dealers End */
/* Time Money */
.time-money-common-block {
  border: 0;
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
}
.time-money {
  overflow: hidden;
}
.time-money__row {
  margin-bottom: -16px;
}
.time-money__col {
  margin-bottom: 16px;
}
.time-money .title__wrapper h3 {
  padding-bottom: 36px;
  position: relative;
  margin-bottom: 0;
}
.time-money .title__wrapper h3::after {
  content: "";
  width: 1px;
  height: 20px;
  background: var(--u-color-grey-400);
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.time-money__icon {
  width: 24px;
  height: 24px;
}
.time-money-slider {
  margin-bottom: 42px;
}
.time-money-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.time-money-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.time-money-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.time-money-slider .swiper-slide h2 {
  background: rgba(71, 79, 93, 0.15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  transition: 0.3s;
}
.time-money-slider .swiper-slide h2:hover {
  background: var(--u-color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
/* Time Money End */
/* Fleet Service */
.fleet-service__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.fleet-service__list-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.fleet-service__list-item .fleet-service-list__icon {
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fleet-service__list-item:hover .fleet-service-list__icon {
  box-shadow: 0 0 15px 6px rgb(216 0 19 / 15%);
  background-color: rgb(216, 0, 19, 0.05);
}
.fleet-service__image {
  max-height: 346px;
  border-radius: var(--radius-20);
  overflow: hidden;
  width: 100%;
}
.fleet-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-join-us__image {
  border-radius: var(--radius-40);
}
.button-line__wrapper {
  justify-content: center;
  column-gap: 0;
}
.button-line__wrapper hr {
  display: none;
}
.key-benefits__title {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 0;
}
.key-benefits__title::before,
.key-benefits__title::after {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--u-color-grey-400);
  display: flex;
}
.key-benefits__icon {
  width: 24px;
  height: 24px;
}
/* Fleet Service End */
/* How It Works */
.how-it-works__number {
  color: rgba(71, 79, 93, 0.2);
}
.how-it-works__image {
  border-radius: var(--radius-20);
  overflow: hidden;
  display: block;
}
.how-it-works__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* How It Works End */
/* Trade Service */
.block--common.trade-service-block--common {
  padding: 16px;
  max-width: 100%;
  position: static;
  height: 100%;
}
.trade-service__image {
  border-radius: var(--radius-20);
  overflow: hidden;
}
.trade-service__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Trade Service End */
/* Review */
.reviews__slide {
  height: auto;
}
.block--common.reviews-block--common {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 30px;
}
.swiper-slide-next.reviews__slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    #ffffff 1.92%,
    rgba(255, 255, 255, 0.95) 39.04%,
    rgba(255, 255, 255, 0.8) 67.35%,
    rgba(255, 255, 255, 0) 98.44%
  );
  width: 80%;
  height: 100%;
  opacity: 0.95;
}
.block--common.reviews-block--common .icon__quote {
  width: 20px;
  height: 20px;
}
.reviews__block-content {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.reviews__block-name {
  margin-top: auto;
}
.reviews__slider-button {
  position: absolute;
  bottom: 6px;
  right: 20px;
  z-index: 1;
}
.slider-button__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.slider-button__prev,
.slider-button__next {
  display: flex;
}
.slider-button__prev i,
.slider-button__next i {
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
}
.slider-button__prev:focus i,
.slider-button__next:focus i,
.slider-button__prev:hover i,
.slider-button__next:hover i {
  transition: all 0.3s ease-in-out;
  background-color: var(--u-color-secondary);
}
/* Review End */
/* Blog */
.blog__col--content {
  order: 3;
}
/* .blog__col {
  padding-left: 6px;
  padding-right: 6px;
} */
.blog--card {
  padding: 11px;
  border-radius: var(--radius-30);
  border: 1px solid #e0e8f6;
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  backdrop-filter: blur(3px);
  height: 100%;
  display: block;
}
.blog-card__image {
  border-radius: var(--radius-20);
  position: relative;
  overflow: hidden;
}
.blog-card__image:after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(
    to bottom,
    rgba(229, 172, 142, 0),
    rgba(255, 255, 255, 0.5) 50%,
    rgba(229, 172, 142, 0)
  );
  transform: rotateZ(60deg) translate(-5em, 22.5em);
  transition: all 0.3s ease-in-out;
}
.blog--card:hover .blog-card__image:after {
  animation: sheenBlog 1s both ease-in-out;
  transition: all 0.3s ease-in-out;
}
@keyframes sheenBlog {
  0% {
    transform: rotateZ(60deg) translate(-5em, 22.5em);
  }
  100% {
    transform: rotateZ(60deg) translate(1em, -20em);
  }
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blog-card__content {
  position: relative;
  padding-bottom: 30px;
}
.blog-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.blog--card:hover .blog-card__title {
  color: var(--u-color-primary);
  transition: all 0.3s ease-in-out;
}
.blog-card__date {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
}
.blog-card__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.blog-card__link i {
  transition: all 0.3s ease-in-out;
}
.blog-card__link:hover i {
  background: var(--u-color-secondary);
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.post-featured-image {
  margin-bottom: 24px;
  border-radius: var(--radius-20);
  overflow: hidden;
}
.post-featured-image img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}
/* Blog End */
/* Our Clients */
.our-clients__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 10px;
  margin-bottom: 0;
}
.our-clients__item {
  border: 1px solid var(--u-color-grey-400);
  border-radius: var(--radius-20);
  overflow: hidden;
  width: calc(50% - 6px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.our-clients__image {
  max-width: 80%;
}
.our-clients__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Our Clients End */
/* Footer */
.footer {
  background-color: var(--u-color-secondary);
  border-radius: var(--radius-20);
  margin: 20px 12px;
  padding-left: 0;
  padding-right: 0;
}
.footer__title {
  margin-bottom: 2px;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-top: 12px;
}
.footer__social-title {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.footer__social-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.footer__social-list-item-link {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--u-color-primary);
  border-radius: 100%;
  background-color: var(--u-color-primary);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.footer__social-list-item-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--u-color-secondary);
  transition: all 0.3s ease-in-out;
}
.footer__social-list-item-link:hover {
  border-color: #ffffff;
}
.footer__social-list-item-link:hover::before {
  width: 56px;
  height: 56px;
}
.footer__social-list-item-link img {
  position: relative;
  z-index: 10;
}
.footer__middle .footer__middle-col:first-child {
  margin-bottom: 16px;
}
.footer__middle-block {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.footer__middle-block i {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
}
.footer__middle-block-content > p {
  margin-bottom: 8px;
}
.footer__middle-block-links p,
.footer__middle-block-links p a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footer__middle-block-links p a:hover {
  color: var(--u-color-primary);
  transition: all 0.3s ease-in-out;
}
.footer__middle-block-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer__bottom {
  border-top: 1px solid rgba(224, 232, 246, 0.1);
}
.menu-footer-menu-container .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 18px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.menu-footer-menu-container .menu .menu-item {
  padding: 0;
  width: auto;
  border: none;
}
.menu-footer-menu-container .menu .menu-item a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  transition: all ease-in-out 0.3s;
}
.menu-footer-menu-container .menu .menu-item a:hover {
  color: var(--u-color-primary);
  transition: all 0.3s ease-in-out;
}
.footer__bottom {
  padding: 12px 0;
}
/* Footer End */
.privacy__policy ul li,
.terms__conditions ul li {
  font-size: 14px;
  line-height: 22px;
  color: #474f5d;
}
.privacy__policy h2,
.terms__conditions h2,
.privacy__policy h3,
.terms__conditions h3,
.privacy__policy h4,
.terms__conditions h4,
.privacy__policy h5,
.terms__conditions h5,
.privacy__policy h6,
.terms__conditions h6 {
  font-weight: 600;
}
.privacy__policy p,
.terms__conditions p {
  font-size: 14px;
  line-height: 22px;
}
.privacy__policy .common-list li:not(:last-child) {
  margin-bottom: 6px;
}
.terms__conditions .common-list li:not(:last-child) {
  margin-bottom: 10px;
}
.terms__conditions .common-list li {
  font-weight: 400;
}
.line-list {
  padding-left: 20px;
}
.line-list li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  color: var(--u-color-site-dark);
}
.line-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  background: var(--u-color-site-dark);
  width: 10px;
  height: 1px;
}
.terms-conditions hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #e0e8f6;
  opacity: 1;
}
.order-list {
  list-style: none;
  counter-reset: item;
  margin-left: 0;
}
.order-list li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #1d1d1d;
}
.order-list > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.order-list li ul li:before {
  content: "";
  counter-increment: none;
}
ol li ul li ul.line-list {
  padding-left: 0;
}
ul.line-list li {
  font-weight: 400;
}
ul.line-list li strong {
  font-weight: 600;
  color: #1d1d1d;
}
.line-list li .order-list li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  width: 0;
  height: 0;
  top: 0;
}
.inner-order-list-items {
  counter-reset: none;
}
.inner-order-list-items > li {
  padding-left: 0 !important;
}
.inner-order-list-items > li:before {
  content: "" !important;
  counter-increment: none !important;
}
/* Thank You */
.thankyou__wrapper {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.thankyou__title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  animation: fadeInDown 1s ease-in-out;
}
.thankyou__title .thankyou__highlight {
  color: var(--u-color-primary);
  display: inline-block;
  animation: bounce 2s infinite;
}
.thankyou__smiley {
  display: inline-block;
}
.thankyou__message {
  font-size: 18px;
  line-height: 24px;
  color: var(--u-color-site-black);
  margin-bottom: 6px;
  animation: fadeIn 2s ease-in-out;
}

.thankyou__sub {
  font-size: 14px;
  line-height: 21px;
  color: var(--u-color-site-dark);
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Thank You End */

/* 404 */
.not-found-hero {
  position: relative;
}
.not-found-hero::before {
  content: "";
  position: absolute;
  bottom: -69px;
  left: 0;
  max-width: 532px;
  width: 100%;
  height: 175px;
  background: url("assets/images/design-block.svg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.error404 .main-navigation,
.error404 .header__right {
  display: none;
}
.error404 .header__wrapper {
  border: 0;
  background: transparent;
  padding: 0;
}
.error404 img {
  margin-bottom: 20px;
}
.error404 h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
.error404 p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
/* 404 End */

/* Contact Us */
/* .contact__us .footer__middle-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 10px;
} */
.contact__us .footer__middle-block-links p,
.contact__us .footer__middle-block-links p a {
  color: var(--u-color-site-dark);
}
.contact__us .footer__middle-block-links p a:hover {
  color: var(--u-color-primary);
  transition: all 0.3s ease-in-out;
}
.contact__hero p {
  margin-bottom: 0;
}
.contact__address-block p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.contact__us .footer__middle-block-content > p {
  margin-bottom: 8px;
}
.contact__form-left .icon__help {
  margin-bottom: 10px;
}
.contact__form-left h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 6px;
}
.contact__form-block label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
  color: var(--u-color-site-black);
}
.contact__form-block input,
.contact__form-block select,
.contact__form-block textarea {
  padding: 9px 16px;
  border: 1px solid var(--u-color-grey-500);
  width: 100%;
  max-width: 364px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 6px;
  color: var(--u-color-site-black);
}
.contact__form-block select {
  background: url("assets/images/icon-arrow.svg") no-repeat right 10px center;
  appearance: none;
  cursor: pointer;
}
.contact__form-block p {
  font-size: 16px;
  line-height: 26px;
}
.contact__form-block textarea {
  max-width: 100%;
}
.contact__form-block input::placeholder,
.contact__form-block textarea::placeholder {
  color: var(--u-color-grey-600);
}
.form-group {
  margin-bottom: 16px;
}
.spf_wrap .invalid {
  background-image: none;
}
.contact__form-block .row {
  margin-left: 12px;
  margin-right: 12px;
}
.contact__form-block .wpcf7-submit {
  max-width: max-content;
  border-radius: var(--radius-30);
  background: var(--u-color-grey-200);
  border: 1px solid var(--u-color-grey-200);
  color: var(--u-color-site-dark);
  font-size: 14px;
  line-height: 20px;
  padding: 9px 14px;
}
.contact__form-block .wpcf7-not-valid-tip {
  color: var(--u-color-primary);
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.contact-form-submit {
  margin-top: 16px;
}
.contact-form-submit p {
  position: relative;
  display: inline-block;
}
.wpcf7-spinner {
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--u-color-primary);
  width: 100%;
  height: 100%;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-spinner::before {
  content: "Loading...";
  animation: none;
  color: #ffffff;
  background-color: transparent;
  position: static;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0 0;
  padding: 8px 10px;
  border: 2px solid var(--u-color-site-dark);
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
  color: var(--u-color-site-dark);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--u-color-secondary);
}
.contact__us .footer__social-title::after {
  display: none;
}
.contact__us .footer__social {
  column-gap: 12px;
  justify-content: space-between;
  margin-top: 16px;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
}
.contact__us .footer__middle-block-content .u-text-normal,
.contact__address-block p {
  font-size: 14px;
  line-height: 18px;
}
/* Contact Us End */

/* Faq */
.faq-container .accordion-item {
  border: 1px solid var(--u-color-grey-400);
  border-radius: 6px;
  margin-bottom: 24px;
  overflow: hidden;
}
.faq-container .accordion-item .accordion-button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--u-color-site-black);
}
.faq-container .accordion-body p {
  font-size: 14px;
  line-height: 24px;
}
.faq-container .accordion-item:last-of-type {
  margin-bottom: 0;
}

.faq-container .accordion-item:last-of-type .accordion-button.collapsed,
.faq-container .accordion-item:first-of-type .accordion-button {
  border-radius: 6px 6px 0 0;
}

.faq-container .accordion-header {
  border-radius: 6px 6px 0 0;
  line-height: normal;
}

.faq-container .accordion-button:not(.collapsed) {
  background-color: var(--u-color-primary);
  color: #fff;
  box-shadow: none;
}

.faq-container .accordion-button::after {
  background-image: url("assets/images/icon-arrow.svg");
  filter: none;
}

.faq-container .accordion-button:not(.collapsed)::after {
  filter: brightness(100);
  transition: all 0.2s ease;
}

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

/* Faq Page start End*/

/* About Us */
.our__commitment-img {
  max-height: 212px;
  width: 100%;
}
.story-service__image {
  max-height: 391px;
}
.fleet__support-wrapper .title__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.fleet__support-wrapper {
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  padding: 40px 64px;
  backdrop-filter: blur(3px);
  border-radius: var(--radius-40);
  position: relative;
  /* border: 1px solid #e0e8f6; */
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
  overflow: hidden;
  backdrop-filter: blur(6px);
}
.fleet__support-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: var(--radius-50);
  opacity: 0.35;
  /* box-shadow: 250px 250px 250px; */
  /* outline: 0px var(--u-color-primary) solid; */
  /* outline-offset: -25px; */
  filter: blur(150px);
  background-color: #d80013;
}
.vertical-border {
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--u-color-site-black);
  margin: 0 auto;
}
.our__mission__icon img,
.our__commitment__icon img {
  width: 24px;
  height: 24px;
}
.our__commitment__icon {
  flex-shrink: 0;
}
.our__mission__values-inner {
  border-bottom: 1px solid var(--u-color-grey-400);
  height: 100%;
}
.our__mission__values-inner-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.out__commitment-wrapper {
  position: relative;
}
.out__commitment-row {
  margin-top: 20px;
}
.our__commitment__item:not(:last-child) {
  margin-bottom: 20px;
}
.out__commitment-image {
  background: #d9d9d9;
  border-radius: var(--radius-40);
  overflow: hidden;
  aspect-ratio: 4 / 2;
}
.out__commitment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__commitment-inner {
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  backdrop-filter: blur(6px);
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
  padding: 30px 24px;
  border-radius: var(--radius-40);
  height: 100%;
}
.our__commitment-top {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.our__commitment-inner-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 23px;
}
.network__wrapper {
  padding: 40px;
  border: 1px solid var(--u-color-grey-400);
  border-radius: var(--radius-40);
  backdrop-filter: blur(6px);
}
/* About Us End */

/* Dealer */
.join-us__right {
  margin-top: 0;
}
.join-us__row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.benefits__item-col:not(:last-child) {
  margin-bottom: 16px;
}
.benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  border-radius: var(--radius-16);
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
  padding: 12px;
  height: 100%;
}
.benefits__item i {
  flex-shrink: 0;
}
.benefits__item p {
  max-width: 280px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.border-wrapper {
  border: 1px solid var(--u-color-grey-400);
  border-radius: var(--radius-16);
  padding: 0 20px 16px 20px;
  background-color: #fff;
  margin-top: 30px;
}
.border-wrapper h3 {
  background-color: #fff;
  max-width: 946px;
  margin: -20px auto 0;
}
.dealer-promise .border-wrapper p {
  margin-bottom: 0;
}
.dealer-programme__item {
  gap: 6px;
}
.dealer-programme__item:not(:last-child) {
  margin-bottom: 16px;
}
.grey__box-wrapper {
  background: linear-gradient(
    180deg,
    rgba(243, 248, 255, 0.6) 0%,
    rgba(243, 248, 255, 0.2) 100%
  );
  border-radius: var(--radius-16);
  border-top: 1px solid var(--u-color-grey-400);
  border-bottom: 1px solid #e0e8f669;
  border-right: 1px solid #e0e8f6b4;
  border-left: 1px solid #e0e8f680;
  padding: 16px;
}
.grey__box-wrapper p {
  margin-bottom: 10px;
}
.dealer-programme__item-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.dealer-programme__item:not(:last-child) {
  margin-bottom: 0;
}
.dealer-programme__item-block .dealer-programme__item p {
  font-size: 15px;
}
/* Dealer End */

/* Fleet */
.fleet__services-section {
  position: relative;
  overflow: hidden;
}
/* .fleet__services-wrapper {
  margin-left: 100px;
} */
.fleet__managers-content p strong {
  font-weight: 600;
}
.fleet-service__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fleet-service__common p {
  font-size: 16px;
  line-height: 26px;
  font-weight: var(--u-fw-400);
  color: var(--u-color-site-dark);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fleet__services-slider-wrapper {
  position: relative;
  overflow: hidden;
}
.fleet__services-section .fleet__slider-button {
  position: absolute;
  bottom: 6px;
  right: 20px;
  z-index: 3;
}
/* .swiper-slide.fleet__slide:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    #ffffff 1.92%,
    rgba(255, 255, 255, 0.95) 39.04%,
    rgba(255, 255, 255, 0.8) 67.35%,
    rgba(255, 255, 255, 0) 98.44%
  );
  width: 100%;
  height: 100%;
}
.fleet__services-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px; 
  height: 100%;
  pointer-events: none; 
  background: linear-gradient(
    270deg,
    #ffffff 10%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 255, 255, 0.8) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
} */

/* Fleet End */

/* Trade */
.trusted-tyre-partner p a,
.fleet__managers-content p a {
  font-weight: var(--u-fw-400);
}
.trusted-tyre-partner .vertical-border {
  background-color: var(--u-color-grey-400);
  margin-top: 8px;
  margin-bottom: 8px;
}
/* .trade-service__image {
  max-height: 212px;
} */
.trade__service-inner-content p {
  -webkit-line-clamp: 3;
}
.trade__service-inner-content p {
  line-height: 23px;
}
/* Trade End */

.scroll-section {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  opacity: 0;
  transform: translateY(250px);
  transition: transform 0.3s ease-out;
}
