@font-face {
  font-family: "ECR";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ECSB";
  src: url("../fonts/EuclidCircularB-Regular.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ECB";
  src: url("../fonts/EuclidCircularB-Bold.woff2") format("woff2"),
    url("../fonts/EuclidCircularB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.header .logo img {
    width: 180px;
}
.header .logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu a {
    color: #3e47dd;
    font-weight: bold;
    font-size: .9rem;
}

.menu a.active{
    color: var(--accent-color);
}

.login a.drop-lg {
    display: flex;
    align-items: center;
    gap: 8px;
    background-image: linear-gradient(to right, #3e47dd, #262a98);
    color: #fff;
    padding: 10px 26px;
    border-radius: 6px;
}
.drop-lg img {
    filter: invert(1);
}
*
body {
  overflow-x: hidden;
}

p,
span,
a,
nav,
ul,
li,
ol,
.login,
select,
option,
button,
.search-form,
small,
strong, .cst-tab-content {
  font-family: "ECR";
  font-weight: 500;
}

h1,
h2,
h3,
.logo {
  font-family: "ECB";
  font-weight: 700;
}

h4,
h5,
h6 {
  font-family: "ECSB";
  font-weight: 600;
}

h2 {
  font-size: 34px;
}

.button {
  padding: 12px 30px !important;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  background-image: linear-gradient(to right, #3e47dd, #262a98);
  color: #fff !important;
}
.button:hover {
  background: #3e47dd !important;
  color: #fff !important;
  border-radius: 4px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
section.simple-slider {
    padding:0px;
}

header {
  background-color: white;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0px;
  box-shadow: 0px 3px 6px 0px #3e47dd14;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

.ch-1 {
  display: flex;
  gap: 20px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #3e47dd;
  font-style: italic;
}

nav {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

nav a {
  text-decoration: none;
  color: #1f2937;
  font-weight: 500;
  padding: 8px;
}

.menu {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dropdown,
.language,
.login {
  position: relative;
}

.dropdown-content,
.language-content,
.login-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #eee;
  z-index: 1000;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px #3e47dd2b;
  border-radius: 8px;
  min-width: 130px;
  width: 100%;
}

.dropdown-content a:hover,
.language-content a:hover,
.login-content a:hover {
  background: #3e47dd12;
  border-radius: 8px;
}

.language-content,
.login-content {
  right: 0;
  left: auto;
}

.dropdown:hover .dropdown-content,
.language:hover .language-content,
.login:hover .login-content {
  display: block;
}

.dropdown-content a,
.language-content a,
.login-content a {
  padding: 10px;
  color: #1f2937;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.icon,
.language {
  line-height: 0px;
}

.login-content img {
  width: 20px;
}
.right .login-content {
  min-width: 280px;
}
.icons img,
.icons .icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
a.log-in.button {
  margin: 20px 0px;
}
p.lp {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.login .lp a {
  padding: 0px;
}
.login .lp a:hover {
  background: transparent;
}

/* Hamburger */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

.hero-banner {
  position: relative;
  background: url("/global/images/banner1.jpg") no-repeat
    center center/cover;
  color: #fff;
  padding: 100px 0px 140px;
  text-align: left;
}

.hero-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1f2b59 0, rgba(31, 43, 89, 0) 52%),
    radial-gradient(
      132.46% 225.99% at -6.56% 50%,
      rgba(29, 33, 118, 0.8) 0%,
      rgba(29, 33, 118, 0.72) 33.92%,
      rgba(29, 33, 118, 0.62) 47.27%,
      rgba(29, 33, 118, 0.46) 57.58%,
      rgba(29, 33, 118, 0.22) 63.62%,
      rgba(29, 33, 118, 0) 70.14%
    );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-right: auto;
  margin-left: 0px;
}

.hero-content h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.3;
}

.search-form {
  background: white;
  color: #1f2937;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.search-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.search-form select {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.vat-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.advanced-search {
  color: #4338ca;
  text-decoration: none;
  font-weight: 500;
}

.offers-btn {
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: white;
  padding-top: 40px;
  justify-content: center;
}

.reviews .stars {
  color: #fbbf24; /* Yellow for stars */
  font-size: 22px;
}
.reviews strong {
  font-size: 34px;
  font-family: "ECB";
}

.reviews a {
  color: white;
  text-decoration: underline;
}

section.features {
  margin-top: -130px;
  z-index: 1;
  position: relative;
  padding: 60px 20px;
}

.features-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #edf2f8;
  flex-wrap: wrap;
  border-radius: 8px;
}

.feature-item {
  position: relative;
  flex: 1 1 250px;
  padding: 10px 20px;
  text-align: left;
  text-decoration: none;
  color: #1f2937;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

.feature-item:last-child {
  border-right: none;
}

.feature-item img {
  width: 30px;
  height: 30px;
}

.feature-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f2937;
}

.feature-item p {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Hidden More button */
.more-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #4338ca;
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.plus {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

/* Show on hover */
.feature-item:hover .more-btn {
  opacity: 1;
}
section.pop-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  position: relative;
  bottom: -100px;
  left: 0;
  background: #f5f7fb;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
section.pop-slider {
  padding: 30px 0px 100px;
}
.slide {
  flex: 0 0 20%; /* Default: 5 slides (100 / 5) */
  background: #fff;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide.rest {
  flex-direction: column;
  gap: 10px;
  border: 1px solid #00000030;
  padding: 20px;
}
.rest img {
  width: 165px;
}
.rest h5 {
  font-size: 18px;
}
.slide.s-1bg {
  background: #ffd799;
}
.s-img,
.s-img img {
  width: 190px;
}
.cnt {
  width: 200px;
  padding: 13px 0px 13px 15px;
}
a.dis {
  background: #ff7300;
  color: #fff;
  font-size: 14px;
  text-decoration: unset;
  padding: 7px 10px;
  display: block;
  width: 85px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
}
.s-1bg h5 {
  font-size: 21px;
  margin: 10px 0px 20px;
}
a.nm {
  text-decoration: unset;
  font-size: 15px;
  color: #222;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
  .slide {
    flex: 0 0 33.3333%; /* 3 slides */
  }
    .cst-tab-buttons {
        gap: 10px !important;
        flex-flow: wrap !important;
        width: 100% !important;
    }
    .cst-tab-pane .mrs-cnt, .pop-models {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 20px !important;
    }
}

.nav {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  background: #333333a6;
  color: #fff;
  padding: 10px;
  border: none;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 10px;
}
.pop-slider h2 {
  color: #1f2b59;
  padding: 0px 0px 25px 10px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.how-it-works {
  background: #f5f7fb;
  padding: 40px 20px;
  text-align: center;
}

.section-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 40px;
}

.steps-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.step-box {
  padding: 20px;
  flex: 1 1 300px;
  max-width: 100%;
  text-align: left;
}

.last-step {
  width: 100%;
}

.step-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.step-number {
  display: block;
  font-weight: bold;
  color: #4338ca;
  margin-bottom: 10px;
}

.step-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2b59;
  margin: 15px 0px;
}

.step-box p {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.video-section {
  padding: 0px 20px 60px;
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  padding: 0px;
  margin-top: -200px !important;
}

video {
  width: 100%;
  display: block;
  border-radius: 14px;
}

/* Overlay Button */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.video-overlay:hover {
  background: rgba(0, 0, 0, 0.3);
}

.car-audit-section {
  padding: 60px 20px;
  background-color: #f5f7fb;
}

.audit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.container.audit-grid {
  width: 75%;
}

.audit-slider-wrapper {
  flex: 1 1 50%;
  min-width: 300px;
}

.audit-content {
  flex: 1 1 45%;
  min-width: 300px;
}
er-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

.audit-content h2 {
  color: #1f2937;
  margin-bottom: 20px;
  width: 65%;
  text-transform: capitalize;
}

.swipper-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

@media (min-width: 577px){
    .swipper-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
}

@media (min-width: 768px){
    .swipper-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px;
    }
}

.audit-content p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 20px;
  line-height: 25px;
}

.cta-button {
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 30px;
}

.quote {
  font-size: 14px;
  color: #374151;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.user-info img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.audit-card {
  padding: 0px;
  margin: 0 auto;
  width: 515px;
}
.car-check-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #0000001c;
}
.mechanic {
  display: flex;
  flex-direction: column;
}
.quote-box {
  background: #f0f4fa;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
  font-style: italic;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0px -7px 6px 0px #0000002e;
  display: flex;
  align-items: center;
}

.car-head {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #cfcfcf;
  border-width: 0px 0px 1px;
}

.checklist span {
  display: flex;
  gap: 8px;
  font-size: 14px;
  align-items: center;
}
.checklist img {
  width: 15px;
  height: 15px;
}

.car-head img {
  width: 150px;
  height: auto;
  border-radius: 6px 0px 0px;
}

.checklist {
  list-style: none;
  margin: 20px 0;
  padding: 10px 25px;
}

.checklist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.bars {
  display: flex;
  gap: 3px;
}

.bar {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e0;
}

.bar.full {
  background: #059669;
}

.bar.half {
  background: #86efac;
}
.aud-img {
  flex: 1 1 50%;
}
.fnc {
  display: flex;
  align-items: center;
}
.shr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 70%;
  border-radius: 8px 8px 0px 0px;
  padding: 25px 20px;
  margin: 0 auto;
  background: #f5f5f5;
}
.below-content {
  text-align: center;
  height: 500px;
  align-content: center;
  box-shadow: 0px 0px 24px 0px #8069691c;
  width: 85%;
  margin: 0 auto;
  border-radius: 10px;
}
.below-content h5 {
  font-size: 20px;
  margin: 20px 0px 35px;
}
.ic-bx a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: blue;
  margin-top: 35px;
  font-family: "ECB";
}
.blw {
  max-width: 80%;
  margin: 0 auto;
}

.footer-check {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  font-family: "ECR";
  border: 1px solid #cfcfcf;
  border-width: 1px 0px 0px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: #3e47dd8f;
  width: 32px;
  height: 32px;
  border-radius: 20%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #3e46dd;
  color: #fff;
}

.swiper-pagination {
  margin-top: 15px;
  text-align: center;
}
.cn p {
  text-transform: uppercase;
  font-size: 13px;
}
.cn {
  text-align: center;
  padding: 20px;
}
.cn p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

section.finance {
  padding: 80px 0px;
}

.service-cards {
  background: #fff;
  padding: 30px 20px 70px;
  text-align: center;
}

.service-cards .section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 30px;
}

.service-cards .subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 40px;
}

/*.cards-wrapper {*/
/*  display: flex;*/
/*  gap: 30px;*/
/*  flex-wrap: wrap;*/
/*  justify-content: center;*/
/*}*/

.service-cards .cards-wrapper {
    display: grid;
    margin-top: 1rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 768px){
    .service-cards .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

.service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 50px 40px 60px;
  flex: 1 1 350px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-card img {
  width: 90px;
  margin-bottom: 20px;
}


.service-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #1f2937;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.service-card ul li {
  font-size: 15px;
  margin-bottom: 12px;
  color: #374151;
}

.testimonials {
  background: #f3f4f6;
  padding: 60px 20px;
}

.section-title {
  font-weight: 700;
  color: #1f2937;
  text-align: left;
}

.rating-info {
  text-align: left;
  margin: 10px 0 30px;
}

.rating-score {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
  margin-right: 10px;
}

.review-count {
  color: #6b7280;
  font-size: 14px;
}

.testimonial-slider {
  padding-bottom: 40px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-card img {
  width: 100%;
  height: auto;
  display: block;
}

.review-text {
  padding: 20px;
  flex-grow: 1;
}

.review-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.review-text .stars {
  color: #facc15;
  margin-bottom: 10px;
}

.review-text p {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 20px;
}

.car-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

.car-info img {
  width: 32px;
  height: 32px;
}

.car-info a {
  color: #4338ca;
  font-size: 13px;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: #4338ca;
  background: #fff;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  top: auto;
  bottom: 0;
  z-index: 9999;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  left: 50px;
}

.testimonial-pagination {
  text-align: center;
  margin-top: 15px;
}

.cta-contact-section {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 60px 0px;
}
.cont {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cta-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e7eb;
}

.cta-left {
  flex: 1;
  min-width: 250px;
  padding: 30px 0px 30px 30px;
  align-content: center;
}

.cta-left h2 {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.cta-button {
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(67, 56, 202, 0.2);
}

.cta-right {
  flex: 1;
  text-align: right;
  min-width: 250px;
}

.cta-right img {
  max-height: 260px;
  object-fit: contain;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 70px;
  background: #f6f7fb;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 300px;
}

.icon-circle {
  background: white;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.icon-circle img {
  width: 24px;
  height: 24px;
}

.label {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.value {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
  margin: 4px 0;
}

.value a {
  color: #4338ca;
  text-decoration: underline;
}

.time {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
section.features.last {
  background: #f3f4f6;
  margin: 0px;
  text-align: center;
  padding-top: 20px;
}
.last .container.features-box {
  background: #fff;
}
.last h2 {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer {
  background: #f5f7fb;
  padding: 80px 0 50px;
  border: 1px solid #b3c3de;
  border-width: 1px 0px 0px;
}

.footer .logo {
  font-size: 24px;
  font-weight: bold;
  color: #3e47dd;
  margin-bottom: 30px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 250px;
}

.footer-brand p {
  margin: 10px 0;
  color: #6b7280;
}

.footer .social-icons a {
  margin-right: 10px;
  color: #3e47dd;
}
.social-icons {
  padding-top: 30px;
  display: flex;
  gap: 12px;
}

.footer-links {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.footer-links h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #485885;
}

.footer-links a {
  display: block;
  margin-bottom: 6px;
  color: #374151;
  text-decoration: none;
  font-size: 16px;
  padding-bottom: 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  color: #4b5563;
  margin: 0;
}

.footer-bottom .payments img {
  margin-right: 10px;
  height: 28px;
}

/* Mobile Styles */

@media (max-width: 767px) {
  .menu-toggle {
    display: block;
  }
    
    button.cst-tab-button {
        flex: 1 !important;
        padding: 1rem .4rem !important;
        border-radius: 8px !important;
        font-size: 14px !important;
        font-weight: bold !important;
    }
    
.body-type a {
    padding: 10px !important;
    font-size: 11px !important;
}
.body-type img {
    height: 68px;
    width: 150px;
    object-fit: cover;
}

  .ch-1 {
    flex-wrap: wrap;
    gap: 0px;
  }
  h2 {
    font-size: 20px;
  }

  nav {
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
  }

  nav.active {
    display: flex;
    margin-top: 0px;
  }
  .ch-1 .menu {
    font-size: 14px;
    flex-direction: column;
  }

  .icons {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .header {
    align-items: flex-start;
    width: 100%;
    padding: 0px;
  }
  .reviews strong {
    font-size: 16px;
  }
  .hero-content h1 {
    font-size: 26px;
    text-align: center;
  }
  section.pop-slider {
    padding: 0px 0px 40px;
  }
  section.pop-slider:after {
    bottom: -40px;
  }

  .form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .container.video-wrapper {
    width: 100%;
  }
  .container.video-wrapper {
    width: 100%;
    margin-top: -100px !important;
  }
  .how-it-works {
    padding: 30px 20px 120px;
  }
  .fnc {
    flex-wrap: wrap;
    gap: 30px;
  }
  .below-content {
    height: 400px;
    width: 95%;
    padding: 20px;
  }
  .blw {
    max-width: 95%;
    text-align: center;
  }
  .audit-content h2 {
    text-align: center;
    width: 100%;
  }
  .user-info {
    justify-content: center;
  }
  .service-card img {
    width: 60px;
  }
  .service-card {
    padding: 30px 25px;
  }
  h2.section-title {
    text-align: center;
    font-size: 20px !important;
  }
  .service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .testimonials h2.section-title {
    margin-bottom: 20px;
  }
  .rating-info {
    text-align: center;
    margin: 0px 0 30px;
  }
  .cont {
    max-width: 90%;
  }
  .contact-info {
    padding: 20px;
  }
  .cta-box {
    padding-bottom: 0px;
  }

  .reviews {
    align-items: center;
    padding-top: 15px;
    font-size: 14px;
  }
  .features-box {
    display: block;
  }

  .feature-item {
    border-right: none;
    border-bottom: 1px solid #cccdce;
    flex-direction: column;
    align-items: center;
  }
  .slide {
    flex: 0 0 47%;
    margin: 5px;
  }
  .c-2f {
    text-align: center;
  }
  .rest h5 {
    font-size: 15px;
  }
  .step-box {
    text-align: center;
  }
  .step-box img {
    max-width: 60%;
    margin-bottom: 10px;
  }
  .steps-wrapper {
    display: block;
  }
  .container.audit-grid {
    width: 100%;
  }
  .feature-item:last-child {
    border-bottom: none;
  }
  .s-1bg h5 {
    font-size: 14px;
  }
  .cnt a {
    font-size: 13px;
  }
  .cnt {
    width: 150px;
  }

  .s-img,
  .s-img img {
    width: 150px;
  }
  .rest img {
    width: 110px;
  }
  .audit-grid {
    flex-direction: column;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  .footer .logo {
    margin-bottom: 15px;
  }
  .social-icons {
    padding-top: 10px;
  }
  footer.footer {
    padding: 40px 0px 25px;
  }
  .audit-content {
    text-align: center;
  }
  .checklist {
    list-style: none;
    margin: 15px 0;
    padding: 10px 15px;
  }
  .car-head img {
    width: 100px;
  }
  section.car-audit-section {
    padding: 30px 0px;
  }
  .quote-box {
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  section.finance {
    padding: 45px 0px;
  }
  .below-content h5 {
    font-size: 20px;
    margin: 15px 0px 20px;
  }
  .footer-links a {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .footer-links h4 {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  section.service-cards {
    padding: 30px 0px 50px;
  }
}

.audit-slider-wrapper {
  width: 100%;
  max-width: 100%;
}

.audit-slider {
  width: 100%;
}

.audit-slider .swiper-wrapper {
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
}

.audit-slider .swiper-slide {
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* About Page */
.abt-cnt {
  padding: 96px 50px 100px 20px;
  width: 60%;
}
section.about-section {
  background: linear-gradient(129deg, #3E27C4, #3E47DD);
  color: #fff;
}
.about-section .container {
  display: flex;
}
.abt-cnt h6 {
  color: #ff9d32;
  font-size: 14px;
  text-transform: uppercase;
}
.abt-cnt h1 {
  font-size: 65px;
  line-height: 70px;
  margin: 20px 0px;
}
.abt-cnt p {
  font-size: 17px;
  line-height: 28px;
  width: 420px;
}
.crv img {
  width: 100%;
  margin-top: -70px;
}
.im-1 {
  width: 40%;
  order: 1;
}
.im-2 {
  height: 100%;
  transform: rotate(357.8deg) translateY(-11.5%) translateX(2%);
  width: 140%;
  margin: 0;
  clip-path: none;
  background: url(/assets/images/visionary.webp);
  background-size: cover;
  overflow: hidden;
}
.numbers-section {
  background-color: #f7f8fa;
  padding: 50px 100px;
  text-align: center;
  margin-top: -5px;
}
.section-title {
  font-size: 46px;
  font-family: 'ECR';
  font-weight: 500;
  margin: 20px 0px 35px;
  text-align: center;
  color: #1f2a44; /* Dark blue for the title */
}
.cards-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.numbers-section .card {
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 20px 30px 0 rgba(0, 18, 76, 0.04);
  padding: 50px 20px 70px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  height: max-content;
}
.numbers-section .card.mt {
  margin-top: 80px;
}
.card-icon img {
  width: 90px;
  height: auto;
  margin-bottom: 30px;
}
.numbers-section .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2a44;
  font-family: 'ECR';
  margin-bottom: 20px;
}
.numbers-section .card.mt::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 9%;
  height: 50px;
  width: 95%;
  background: #D7E1EF;
  transform: rotate(-6deg) skew(65deg);
}
.numbers-section .card {
  flex: 1;
}
.numbers-section p.card-description {
  width: 77%;
  margin: 0 auto;
  line-height: 27px;
  color: #444;
}
.card.mid::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0px;
  height: 50px;
  width: 95%;
  background: #D7E1EF;
  pointer-events: none;
  z-index: 10;
  transform: rotate(6deg) skew(-43deg);
}
.numbers-section.btm p {
  max-width: 50%;
  margin: auto;
  line-height: 30px;
}
.numbers-section.btm .section-title {
  margin: 10px 0px 15px;
}
section.numbers-section.btm {
  padding: 60px 100px 200px;
}
.cn-cards {
  display: flex;
  padding-top: 100px;
  justify-content: center;
  gap: 60px;
}
.cr1 {
  padding: 40px 30px 15px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 10px rgba(73, 75, 94, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
}
.cr1 img {
  margin-top: -85px;
  height: 70px;
}
.cr1 h4 {
  font-size: 30px;
  font-family: 'ECR';
  font-weight: 500;
  width: 90%;
  margin: 30px auto;
}
.brd {
  height: 1px;
  width: 100%;
  background: repeating-linear-gradient(45deg, #D7E1EF, #D7E1EF 9px, transparent 3px, transparent 18px);
}
.cn-cards .cr1 p {
  max-width: 100%;
  padding: 30px 0px;
}
.cn-cards .cr1 a.cta-button.button {
  border: 1px solid #3e47dd;
  background: transparent;
  color: #262a98 !important;
}
.cn-cards .cr1 a.cta-button.button:hover {
  color: #fff !important;
}
.contact-section {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(129deg, #3E27C4, #3E47DD);
  padding: 0px 0px 0px;
  color: white;
  clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
  margin-top: -110px;
}
.map-container {
  height: auto;
  width: 50%;
  clip-path: polygon(0 0, 100% 0, calc(100% - 100px) 100%, 0% 100%);
}
.contact-info-abt {
  width: 40%;
  padding: 150px 100px;
  margin: auto;
}
.contact-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'ECR';
}
.contact-heading {
  font-size: 46px;
  font-weight: 500;
  font-family: 'ECR';
  margin-bottom: 30px;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-text {
  font-size: 16px;
  font-weight: 500;
}
.inr h6 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #c1c0c0;
}
.contact-section .icon {
  width: 25px;
  height: 25px;
  background-size: 20px;
  background-color: #fff;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 90%;
}
.email-icon {
  background-image: url('/assets/images/email-icon.svg');
}
.phone-icon {
  background-image: url('/assets/images/phone-ringing.svg'); 
}
.address-icon {
  background-image: url('/assets/images/map-pin.svg'); 
}
@media (max-width: 767px) {
  section.numbers-section {
    padding: 40px 5px;
}
.cards-container {
  flex-flow: wrap;
  gap: 25px;
}
.numbers-section .card.mt {
  margin-top: 0px;
}
.numbers-section .card {
  flex: unset;
}
.abt-cnt {
  width: 100%;
  padding: 40px 0px;
}
.about-section .container {
  display: block;
  text-align: center;
}
.abt-cnt h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 12px 0px;
}
.abt-cnt p {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.crv img {
  display: none;
}
section.numbers-section.btm {
  padding: 40px 5px;
}
.numbers-section.btm p {
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
}
.cn-cards {
  flex-flow: wrap;
  gap: 50px;
  padding-top: 65px;
}
.cr1 {
  padding: 30px 20px;
  width: 100%;
}
.cr1 img {
  margin-top: -45px;
  height: 40px;
}
.cr1 h4 {
  font-size: 22px;
  margin: 20px auto;
}
.numbers-section.btm .cr1 p {
  padding: 20px 0px;
}
section.contact-section {
  flex-flow: wrap;
  margin: 0px;
  clip-path: unset;
}
.map-container {
  width: 100%;
  clip-path: unset;
}
.contact-info-abt {
  width: 100%;
  padding: 40px 20px;
}
.cn-cards .cr1 a.cta-button.button {
  margin-bottom: 10px !important;
}
h3.contact-heading {
  font-size: 30px;
}
}
/* About Page */

/* Car Delivery */
section.car-d {
  background: linear-gradient(129deg, #3E27C4, #3E47DD);
  color: #fff;
  z-index: 1;
  position: relative;
}
.cr-cnt {
  width: 50%;
  padding: 96px 25px 100px 20px;
  order: 0;
}
.car-d .container {
  display: flex;
}
.car-d h1 {
  font-size: 65px;
  line-height: 72px;
  margin: 18px 0px;
}
.car-d p {
  max-width: 420px;
  line-height: 27px;
  opacity: 0.8;
}
.car-d a.button, .dl-lst a.button {
  background-image: linear-gradient(to right, #ff9800 0%, #ff7300 33%, #db5600 82%);
  display: block;
  width: 53%;
  padding: 15px !important;
  text-align: center;
  color: #fff;
  text-decoration: unset;
  font-weight: 600;
  margin-top: 20px;
}
.car-im1 {
  width: 50%;
  order: 1;
}

.car-im2 {
  height: 125%;
  transform: rotate(10deg) translateY(-12%) translateX(4%);
  overflow: hidden;
  width: 130%;
  margin: 0;
  clip-path: none;
}
.car-im3 {
  height: 89.5%;
  width: 120%;
  min-height: 680px;
  transform: rotate(-10deg) translateX(-9%);
  background-position: right;
}
.car-im3 {
  background-image: url(/assets/images/delivery-header.webp);
  background-size: cover;
}
.dl-i .container {
  display: flex;
  gap: 30px;
  margin-top: -90px;
  position: relative;
  z-index: 2;
}
.dl-crd {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 20px 30px 0 rgb(0 18 76 / 15%);
  padding: 50px 70px 70px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  margin-top: 30px;
  text-align: center;
  flex: 1;
  height: max-content;
}
section.dl-i {
  background: #f7f8fa;
  padding: 0px 0px 100px;
}
.dl-crd h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0px;
}
.dl-crd p {
  font-size: 15px;
  line-height: 24px;
}
.dl-crd::after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 9%;
  height: 50px;
  width: 95%;
  background: #D7E1EF;
  pointer-events: none;
  z-index: 8;
  transform: rotate(-6deg) skew(65deg);
}
.dl-crd.mid::after {
  bottom: -27px;
  left: -8px;
  height: 50px;
  width: 95%;
  transform: rotate(6deg) skew(-43deg);
}
.dl-crd.mid {
  margin-top: -20px;
}
section.dl-vid {
  background: #f7f8fa;
  text-align: center;
  padding: 30px 0px 60px;
}
.dl-vid h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #3E47DD;
}
.dl-vid h2 {
  font-size: 46px;
  font-family: 'ECR';
  font-weight: 500;
  margin: 20px 0px 30px;
}
section.sd {
  background: #f7f8fa;
  padding: 70px 0px;
}
.sd .container {
  display: flex;
  gap: 50px;
  align-items: center;
}
.lf-sd, .rt-sd{
  flex: 1;
}
.lf-sd {
  background-image: url(/assets/images/delivery-circles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.bg-w {
  max-width: 75%;
  background: #ffffff;
  padding: 40px 90px 80px;
  position: relative;
  border-radius: 0.4rem;
  text-align: center;
  box-shadow: 0 2.4rem 4.2rem 0 rgba(0, 13, 53, 0.11);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bt-sd {
  background: linear-gradient(129deg, #3E27C4, #3E47DD);
  color: #fff;
  width: 270px;
  margin: -30px auto 0px;
  text-align: center;
  padding: 18px 30px;
  border-radius: 3px;
  z-index: 9;
  position: relative;
  transform: skew(-20deg);
}
.bt-sd h3 {
  font-size: 26px;
}
.bt-sd span {
  font-size: 16px;
}
.rt-sd h6 {
  font-size: 14px;
  color: #3E47DD;
}
.rt-sd h3, .dl-lst h3 {
  font-size: 44px;
  font-family: 'ECR';
  font-weight: 500;
  margin: 20px 0px;
  max-width: 60%;
}
.rt-sd p {
  font-size: 16px;
  line-height: 27px;
  max-width: 85%;
}
.dlr .cn-cards {
  gap: 20px;
}
.dlr .cr1 img {
  height: 120px;
}
.dlr .cr1 h4 {
  font-size: 24px;
  max-width: 70%;
}
.dlr .cr1 span {
  width: 100px;
  margin: 0 auto -32px;
  color: #fff;
  background: #171d8f;
  padding: 10px;
  border-radius: 3px;
}
section.numbers-section.btm.dlr {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
  background: #ebebeb91;
  padding: 170px 0px 210px;
  margin-top: -100px;
}
.in-ct {
  background: #fff;
  max-width: 55%;
  margin: 0 auto;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  gap: 4%;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  line-height: 26px;
  bottom: 130px;
}
section.dl-lst {
  background: linear-gradient(129deg, #3E27C4, #3E47DD);
  color: #fff;
  text-align: center;
  padding: 140px 0px 180px;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0% 100%);
  margin-top: -200px;
  z-index: 0;
  position: relative;
}
.dl-lst h3 {
  max-width: 100% !important;
}
.dl-lst p {
  max-width: 50%;
  margin: 0 auto;
  line-height: 26px;
}
.dl-lst a.button {
  width: 25%;
  margin: 30px auto 0;
}
/* New Slider Tabs */
.cst-tab-pane a {
  text-decoration: unset;
}
.ctb-swiper-button-prev.swiper-button-prev, .ctb-swiper-button-next.swiper-button-next {
    top: 50%;
    border-radius: 100px;
}
.ctb-swiper-button-next.swiper-button-next {
    right: 0px;
    left: auto;
}
section.new-tabs {
    padding: 60px 20px;
    background-color: #f5f7fb;
    text-align: center;
}
.new-tabs h2 {
    padding-bottom: 12px;
}
.new-tabs .container {
    background: #fff;
    padding: 40px 96px;
    border-radius: 40px;
}
.cst-tabs {
  width: 100%;
  margin: 40px auto 20px;
}
.cst-tab-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin: 0 auto;
    background: #edeef2;
    border-radius: 16px;
    padding: 12px;
}
.cst-tab-button {
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    border-radius: 4px;
}
.cst-tab-button:hover {
  background-image: linear-gradient(to right, #3e47dd, #262a98);
  color: #fff !important;
}
.cst-tab-content {
  margin-top: 50px;
}
.cst-tab-pane {
  display: none;
}
.cst-tab-button.active {
    border-radius: 4px;
    background-image: linear-gradient(to right, #3e47dd, #262a98);
    color: #fff !important;
}
.cst-tab-pane.active {
  display: block;
}
.cst-tab-pane .mrs-cnt a {
    border-radius: 22px;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, .03);
    padding: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    justify-content: center;
    align-items: center;
    min-height: 190px;
    flex-shrink: 0;
    color: #000;
    font-weight: 500;
    text-decoration: unset;
}
.cst-tab-pane .mrs-cnt img {
    width: 70px;
    object-fit: contain;
    height: 70px;
}
.cst-tab-pane .mrs-cnt {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    padding: 0px 30px;
}
.tb-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 44%;
}
.prv p, .nxt p {
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(to right, #3e47dd, #262a98);
    height: 45px;
    width: 45px;
    line-height: 40px;
    border-radius: 90px;
    cursor: pointer;
}
.pop-models {
    display: grid;
    padding: 0 40px;
    grid-gap: 38px 20px;
    grid-template-columns: auto auto auto auto;
    align-items: flex-start;
}
.cst-tab-pane .pop-models a {
    color: #000;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, .03);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 97px;
    text-align: center;
    text-decoration: unset;
}
.cit-tb, .price-holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 20px;
}
.cit-tb a, .price-holder a {
    cursor: pointer;
    border: 2px solid #eceff3;
    padding: 20px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    color: #000;
    text-align: center;
    min-width: 150px;
    text-decoration: unset;
}
.body-type a {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.2;
    color: #000;
    outline: none;
}
.body-type {
    position: relative;
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    grid-gap: 25px;
    margin: 0 auto;
}
.body-type img {
    height: 38px;
    width: 100px;
    object-fit: contain;
}

body-type {
    position: relative;
    max-width: 850px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 25px;
    margin: 0 auto;
}
.body-type a
 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 0px 4px 0px gainsboro;
    border-radius: 90px;
    padding: 20px;
}

button.cst-tab-button:hover {
    background: #fff;
    color: #000 !important;
}

button.cst-tab-button.active {
    background-image: linear-gradient(to right, #3e47dd, #262a98);
    border: unset;
    color: #fff !important;
    font-weight: 900;
    font-size: 20px;
}

button.cst-tab-button {
    border: unset;
    flex:1;
    padding: 15px 10px;
    border-radius: 12px !important;
    font-weight: 900;
    font-size: 20px;
    transition: .2s linear;
}


/* New Slider Tabs */

/* Popup */
.custom-modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
    padding: 26px 26px 32px 26px;
    color: #727272;
    font-size: 16px;
}
.service-modal .inner {
    max-width: 328px;
    margin: auto;
    display: grid;
    grid-gap: 30px;
    color: #000;
    text-align: center;
}
.custom-modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
    padding: 26px 26px 32px 26px;
    color: #727272;
    font-size: 16px;
    position: fixed;
    width: 500px;
    background: #fff;
    border-radius: 12px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'ECSB';
    z-index: 999999;
}
.cross {
    text-align: right;
}
.custom_modal__title h3 {
    color: #222;
    margin-bottom: 15px;
}
.dynamic-content {
    font-size: 14px;
    padding-bottom: 20px;
}
.footer-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
a.btn.btn-primary.cell-button {
    padding: 10px 23px !important;
    text-align: center;
    display: flex;
    border-radius: 4px;
    background-image: linear-gradient(to right, #3e47dd, #262a98);
    color: #fff !important;
    text-decoration: unset;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
body.overlay::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6666668a;
    z-index: 99999; 
    display: block;
}
/* Basic Styles for Modal */
.mod-reg-modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Background overlay */
  z-index: 9999;
  font-family: 'ECR';
}

.mod-reg-modal-content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
}

.mod-reg-left, .mod-reg-right {
  width: 50%;
  padding: 15px;
}
.fbs {
    display: flex;
    gap: 20px;
}
.mod-reg-left {
  border-right: 1px solid #e0e0e0;
  font-size: 12px;
}
.mod-reg-left input, .mod-reg-left select {
    margin-bottom: 8px;
    padding: 8px;
    font-size: 12px;
}
.mod-reg-right {
  padding-left: 30px;
}

.mod-reg-modal-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.mod-reg-modal-content button {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f0f0f0;
}

button.mod-reg-google-btn {
  background-color: #4285F4;
  color: white;
}
.mod-reg-right ul img {
    width: 50px;
    margin: 10px 0px 5px;
}
button.mod-reg-facebook-btn {
  background-color: #3b5998;
  color: white;
}

.mod-reg-left form {
  margin-top: 10px;
}
.mod-reg-right ul {
    font-size: 14px;
    text-align: center;
}
.mod-reg-left form input, .mod-reg-left form select {
  width: 100%;
  padding: 8px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 12px;
}
input#mod-reg-agree {
    width: 14px;
    margin: 0px 6px 0px 0px;
}
.mod-reg-left label {
    margin-bottom: 3px;
    display: block;
}
.fl-frm div {
    width: 50%;
}
.mod-reg-left p {
    text-align: center;
    color: #8e9fc3;
    padding: 10px 0px 0px;
    font-size: 14px;
}
.mod-reg-agree {
  margin-bottom: 20px;
}
.mod-reg-agree {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mod-reg-submit-btn {
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.fl-frm {
    display: flex;
    gap: 10px;
}
.mod-reg-close-btn {
  font-size: 30px;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.mod-reg-close-btn:hover {
  color: black;
}

.mod-reg-modal-content ul {
  list-style-type: none;
  padding-left: 0;
}

.mod-reg-modal-content ul li {
  margin: 10px 0;
}
span.mod-reg-modal-form {
    cursor: pointer;
    color: blue;
}
/* Popup */
@media (max-width: 767px) {
  .car-d .container {
    flex-flow: wrap;
}
.car-im1, .cr-cnt {
  width: 100%;
  text-align: center;
}
.car-im3 {
  width: 100%;
  transform: unset;
  height: 100%;
  min-height: 300px;
}
.car-im2 {
  height: 100%;
  transform: unset;
  width: 100%;
}
.car-d h1 {
  font-size: 30px;
  line-height: 40px;
}
.car-d p {
  max-width: 100%;
}
.car-d a.button, .dl-lst a.button {
  margin: 15px auto 0px;
}
.cr-cnt {
  padding: 40px 0px;
}
.dl-i .container {
  flex-flow: wrap;
  margin: 0px;
  padding: 40px 15px;
  gap: 20px;
}
.dl-crd.mid {
  margin: 0px;
}
.dl-crd {
  flex: unset;
  padding: 30px 20px 50px;
  width: 100%;
  margin: 0px;
}
section.dl-i {
  padding: 0px;
}
.dl-vid h2 {
  font-size: 27px;
}
.dl-vid img {
  width: 100%;
}
.sd .container {
  flex-flow: wrap;
  text-align: center;
}
.rt-sd h3, .dl-lst h3 {
  max-width: 100%;
  font-size: 27px;
  margin: 10px 0px;
}
.rt-sd p {
  max-width: 100%;
  font-size: 15px;
  line-height: 24px;
}
.bg-w {
  max-width: 100%;
  padding: 30px 30px 65px;
}
.bt-sd {
  width: 215px;
}
.lf-sd, .rt-sd {
  flex: unset;
  width: 100%;
}
section.sd {
  padding: 30px 0px;
}
.dlr .cr1 span {
  margin: auto;
}
.dlr .cr1 img {
  height: 70px;
  margin: 0px;
}
.in-ct {
  max-width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
}
.dl-lst p {
  max-width: 100%;
  font-size: 15px;
}
.dl-lst a.button {
  width: 50%;
}
section.dl-lst {
  padding: 100px 0px 60px;
}
/* New Tabs */
.new-tabs .container {
    padding: 40px 20px;
}
.cst-tabs .cst-tab-buttons {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 10px !important;
}
.cst-tabs .cst-tab-pane .mrs-cnt, .cst-tabs .pop-models, .cit-tb, .price-holder, .cst-tabs .body-type {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0px;
    font-size: 14px;
}
.cst-tab-pane .mrs-cnt a {
    min-height: 150px;
}
.cst-tab-pane .mrs-cnt img {
    width: 50px;
    height: 50px;
}
.prv p, .nxt p {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 28px;
}
.cst-tab-content {
    margin-top: 25px;
}
.body-type img {
    height: 30px;
    width: 65px;
    margin: 0 auto;
}
/* New Tabs */
.custom-modal-body {
    width: 90%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 8px;
}
.ctb-swiper-button-prev.swiper-button-prev, .ctb-swiper-button-next.swiper-button-next {
    top: 50%;
    border-radius: 100px;
    width: 20px;
    height: 20px;
}
.mod-reg-right {
    display: none;
}
.mod-reg-left {
    width: 100%;
}
.mod-reg-modal-content {
    width: 95%;
    padding: 20px;
}
.mod-reg-left {
    width: 100%;
    border: unset;
    padding: 5px;
}
.mod-reg-modal-content h2 {
    font-size: 16px;
}
.mod-reg-modal-content button {
    font-size: 13px;
    padding: 8px 10px;
}
}




/* Sell Car */
section.sell-car {
  padding: 60px 0px;
}
#top-box {
  gap: 40px;
  display: flex;
  flex-direction: column;
  font-family: "ECR";
}
.sell-car .container {
  background-image: linear-gradient(to right, #3e47dd, #262a98);
  padding: 60px 40px;
  border-radius: 40px;
  color: #fff;
  text-align: center;
}
#top-box .header-title-container .title-box .first-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40.32px;
  font-family: "ECR";
}
#top-box .header-title-container .title-box .second-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 40.32px;
}
#top-box .header-title-container .title-box .third-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 25.2px;
  margin-top: 32px;
}
a#sell-car-link {
  width: 360px;
  height: 48px;
  padding: 14px 20px 14px 20px;
  border-radius: 80px;
  background: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  text-decoration: unset;
}
.sell-landing-image img {
  width: 400px;
  height: auto;
}
.sell-car .rating-holder {
  display: grid;
  grid-gap: 9px;
  justify-items: center;
}
.sell-car .rating-holder .ratings {
  --rating-color: #f9b403;
  color: var(--rating-color);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  align-items: center;
}
.faqs-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}
.faqs-container .inner {
  display: flex;
  gap: 20px;
}
.faqs-container .inner-left,
.faqs-container .inner-right {
  flex: 1;
}
.sell-car .faq {
  border: 1px solid #ddd;
  border-width: 0px 0px 1px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sell-car .faq:hover {
  border-color: #aaa;
}
.sell-car .question {
  padding: 15px 0px;
  background-color: transparent;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.question:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.faq.active .question:after {
  content: "-";
}
.sell-car .answer {
  font-size: 13px;
  line-height: 24px;
  padding: 0px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.sell-car .faq.active .answer {
  padding: 0px 0px 20px;
  max-height: 500px;
  font-size: 13px;
  text-align: left;
}
#all-faqs {
  display: none;
}
#only-5-faqs {
  display: flex;
}
.show-all #all-faqs {
  display: flex;
}
.show-all #only-5-faqs {
  display: none;
}
.cst-tab-pane .service-card h3 {
  margin-bottom: 10px;
}
.cst-tab-pane .service-card p {
  font-size: 14px;
  line-height: 23px;
}
.switch .cst-tab-buttons {
  gap: 14px;
  width: 270px;
  background: #f1f1f1;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 60px;
}
.switch button.cst-tab-button {
    border: unset;
    background: transparent;
    color: #000 ! IMPORTANT;
    font-size: 13px;
}
.switch button.cst-tab-button.active {
    background: #fff;
    border: unset;
    font-size: 13px;
    color: #262a98 !important;
    border-radius: 100px;
    padding: 8px 16px !important;
    line-height: 13px;
}
.flx-s {
  display: flex;
  justify-content: space-between;
  background: #edf2f8;
  border-radius: 12px;
}
.sell-cta .flx-s img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 0px 12px 12px 0px;
}
.sell-cn {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
section.sell-cta {
  padding: 0px 0px 70px;
}
.sell-cr1 .it-icon {
  background: #fff;
  width: 70px;
  height: 70px;
  align-content: center;
  border-radius: 100px;
  margin: 0 auto 15px;
}
.why-crv .sell-cr1 p {
  max-width: 60%;
  margin: 0 auto;
  font-size: 14px;
}
.sell-cr1 h6 {
  font-size: 18px;
  margin: 10px 0px 6px;
}
.why-crv {
  display: flex;
  justify-content: center;
  max-width: 999px;
  margin: 30px auto;
  flex-flow: wrap;
}
.sell-cr1 {
  flex: 1;
}
.yr-ad-tabs-container {
  margin: 50px auto 0px;
}
.yr-ad-tabs-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}
button.yr-ad-tab-button {
  color: #1f2b59;
  background: #fff;
  border-radius: 100px;
  padding: 16px 40px;
  border: none;
  cursor: pointer;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.yr-ad-tab-button:hover {
  background-color: #f5f5f5;
}
.yr-ad-tab-button.active {
  font-weight: bold;
  background: #1f2b59;
  color: #fff;
}
.yr-ad-tabs-content {
  padding: 20px 0;
}
.yr-ad-tab-pane {
  display: none;
}
.yr-ad-tab-pane.active {
  display: block;
}
.yr-ad-tab-pane img {
  max-width: 60%;
  height: auto;
}
.news .news-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.news .grid {
  display: grid;
  padding: 0 50px;
  position: relative;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.news .news-item .image-holder img {
  max-width: 240px;
  max-height: 100%;
}
.news .news-item .image-holder {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  height: 50px;
}
.box .news-item p {
  color: #6f7088;
}
.news {
  padding: 0px 0px 80px;
}
.links-area .inner {
  padding: 60px;
  border: solid 1px #d6e5ff;
  background: linear-gradient(
    142deg,
    rgba(239, 244, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.44) 100%
  );
  border-radius: 20px;
}
.links-area .links-area--title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 28px;
  font-weight: 700;
}
.links-area .grid {
  grid-template-columns: repeat(3, 1fr);
  max-width: 991px;
  margin: auto;
  width: 100%;
  display: grid;
  grid-gap: 40px;
}
.links-area .item {
  display: grid;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
  align-items: center;
}
.links-area .item .links {
  display: grid;
  grid-gap: 12px;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
}
.links-area .links a {
  color: #333;
  text-decoration: unset;
}
.links-area .item .icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.frqs .container {
  background: transparent;
  color: #000;
  font-family: "ECSB";
  padding: 0px;
}
.frqs .faqs-container {
  max-width: 90%;
}
.frqs .question {
  font-size: 18px;
}
.frqs .faq.active .answer,
.frqs .faq .answer {
  font-size: 15px;
  line-height: 28px;
}
.about-info p {
  margin: 15px 0px;
  line-height: 27px;
}
.about-info ol > li {
  display: block;
  list-style: none;
  padding-left: 20px;
  position: relative;
  padding-inline-start: 23px;
}
section.about-info.last-margin-0 {
  padding: 0px 0px 60px;
}
.make-pricing-table {
  --border-color: #f1f1f1;
  --border-width: 4px;
}

.make-pricing-table .title {
  color: var(--brand-primary-600);
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 48px;
  text-align: center;
}

.make-pricing-table .title:after {
  content: attr(data-tagline);
  font-weight: 400;
  display: block;
  line-height: 20px;
  font-size: 16px;
  padding-top: 16px;
  color: black;
}

.make-pricing-table.lineup .table tr th,
.make-pricing-table.lineup .table tr td {
  text-align: left !important;
}

.make-pricing-table .table-main {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 20px;
  background-color: #1f2b59;
  width: 100%;
  border-radius: 16px;
  padding: 0 16px 16px 16px;
}

.make-pricing-table .table-main .scrollable {
  max-height: 400px;
  overflow-y: auto;
}

.make-pricing-table .table-main .radius-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.make-pricing-table .table-main .table {
  margin: 0;
  text-align: center;
  table-layout: fixed;
  width: 100%;
}

.make-pricing-table .table-main .table tr th {
  border-bottom: none;
  border: 0;
  padding: 10px 44px;
  color: white;
}

@media (min-width: 768px) {
  .make-pricing-table .table-main .table tr th:first-child {
    width: 572px;
    text-align: start;
  }
}

.make-pricing-table .table-main .table tr td {
  padding: 20px 40px;
  vertical-align: middle;
  background-color: white;
  border: 0;
  border-bottom: var(--border-width) solid var(--border-color);
  border-inline-end: solid var(--border-width) var(--border-color);
}

.make-pricing-table .table-main .table tr td a,
.make-pricing-table .table-main .table tr td span,
.make-pricing-table .table-main .table tr td:first-child span {
  font-weight: 700;
  display: block;
  white-space: normal;
  color: var(--brand-content-color);
  text-overflow: ellipsis;
  overflow: hidden;
}

.make-pricing-table .table-main .table .cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.make-pricing-table .table-main .table .cell-content-lineup {
  display: flex;
  overflow: unset;
  text-overflow: unset;
  flex-wrap: wrap;
  column-gap: 2px;
}

.make-pricing-table .table-main .table .cell-content-lineup a {
  font-weight: 300;
  text-overflow: unset;
  overflow: unset;
  white-space: normal;
}

@media (min-width: 768px) {
  .make-pricing-table .table-main .table tbody tr td:first-child {
    width: 572px;
  }
}

.make-pricing-table .table-main .table tr:last-child td {
  border-bottom: 0;
}

.make-pricing-table .table-main .table tr td:first-child {
  text-align: start;
}

.make-pricing-table .table-main .table tr td:last-child {
  border-inline-end: 0;
}


.listing-page
  .recent-transactions-holder
  .transaction-holder_list
  .item:nth-child(n + 2) {
  display: flex;
}

.listing-page
  .recent-transactions-holder
  .transaction-holder_list
  .item:nth-child(n + 11),
.listing-page
  .recent-transactions-holder.show-all
  .transaction-holder_table
  .transaction-holder_list
  .item:nth-child(n + 11) {
  display: none;
}
@media (max-width: 767px) {
  .sell-car .container {
    padding: 35px 22px;
}
.sell-landing-image img {
    width: 100%;
  }
  .sell-car .faqs-container {
    padding: 0px;
}
.yr-ad-tabs-buttons {
    flex-flow: wrap;
    gap: 12px;
}
div#only-5-faqs {
    flex-flow: wrap;
    flex-direction: column;
    gap: 0px;
}
.sell-cta .flx-s img {
    width: 150px;
    height: 110px;
}
.testimonials .container {
    padding: 0px;
}
.why-crv {
    flex-direction: column;
    gap: 20px;
    margin: 0px 0px;
}
.sell-cr1 h6 {
    font-size: 15px;
}
button.yr-ad-tab-button {
    font-size: 14px;
    padding: 8px 20px;
}
.yr-ad-tab-pane img {
    width: 100%;
    max-width: 100%;
}
#top-box .header-title-container .title-box .first-title, #top-box .header-title-container .title-box .second-title {
    font-size: 27px;
}
section.sell-car {
    padding: 40px 15px;
}
.news .news-item {
        border: 0;
        width: 250px;
        box-shadow: none;
        flex-shrink: 0;
        padding: 0;
    }
    .links-area .grid {
    grid-template-columns: repeat(1, 1fr);
}
.frqs .container {
    padding: 0px;
}
.news .grid {
        display: flex;
        gap: 20px;
        overflow-x: auto;
        padding: 0;
    }
    .news .news-item .image-holder {
        padding-left: 0;
        height: 35px;
    }
.sell-cn p {
    font-size: 12px;
}
a#sell-car-link {
    width: 100%;
}
  .make-pricing-table .table-main {
    font-size: 14px;
    padding: 0 5px 10px;
  }

  .make-pricing-table .table-main .scrollable .table {
    font-size: 12px;
  }

  .make-pricing-table .table-main .table tr th {
    padding: 20px 10px 10px;
    text-align: center;
  }

  .make-pricing-table .table-main .table tr td {
    --border-width: 1px;
  }

  .make-pricing-table .table-main .table tr td {
    padding: 20px 10px;
  }
}

/* checkout */
a {
  text-decoration: unset;
}
section.check-nav {
    padding: 25px 0px;
    box-shadow: 0px 0px 4px 0px #d3d3d3;
}
.ch-flex {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    align-items: center;
}
a.ch-logo {
    font-family: 'ECB';
    font-size: 18px;
    text-decoration: unset;
    font-style: italic;
}
a.ch-back {
    display: flex;
    gap: 10px;
}
.ch-back span {
    font-size: 22px;
    line-height: 20px;
}
.ch-flex strong {
    font-weight: 600;
}
.ch-flex p {
    font-size: 14px;
    display: flex;
    gap: 10px;
    border-left: 1px solid gainsboro;
    padding-left: 20px;
}
.scnd-checkout {
    display: flex;
    gap: 40px;
}
.prd-link a {
    display: flex;
    align-items: center;
}
.prd-link a {
    display: flex;
    align-items: center;
    border: 1px solid #d7e1ef;
    border-radius: 6px;
    width: 100%;
}
.scnd-img img {
    object-fit: cover;
    width: 100%;
    height: 6.8rem;
    min-height: 100%;
    border-radius: 4px 0px 0px 4px;
}
.prd-link {
    width: 69%;
}
.scnd-cont {
    padding: 0.8rem 1.2rem;
}
.scnd-cont h4 {
    font-size: 18px;
    color: #222;
    line-height: 30px;
}
.ch-milage {
    color: #222;
    display: flex;
    gap: 10px;
    padding: 4px 0px 8px;
}
.scnd-cont h5 {
    display: flex;
    font-size: 13px;
    color: #63749b;
    gap: 10px;
}
.ch-help {
    border: 1px solid #d7e1ef;
    border-radius: 6px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    width: 31%;
}
.ch-help .contact-item {
    margin: 0px;
    justify-content: center;
}
.ch-dne h6 {
    background: #3e47dd;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    align-content: center;
    border-radius: 100px;
}
.ch-dne p {
    color: #3e47dd;
    font-weight: 600;
}
.ch-steps {
    display: flex;
    gap: 100px;
    padding-top: 25px;
    justify-content: center;
}
.ch-dne, .ch-rmn {
    display: flex;
    gap: 10px;
    align-items: center;
}
.ch-rmn h6 {
    font-size: 12px;
    color: #63749B;
    width: 20px;
    height: 20px;
    align-content: center;
    text-align: center;
    background: #63749b2b;
    border-radius: 100px;
}
.ch-rmn p {
    color: #63749B;
}
.ch-rmn p:nth-child(2), .ch-dne p:nth-child(2) {
    padding-right: 25px;
}
.mk-purchase {
  background: #f0f4fb;
  padding: 50px 0;
  color: #212a4a;
}

.mk-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0px;
}

/* Slider wrapper will be flex container for horizontal slide */
.mk-slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Each slide - full width container */
.mk-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 0.05);
  padding: 0px 30px 0px 0px;
  flex-shrink: 0;
}
.mk-text-wrapper {
    padding: 25px;
}
.mk-image-wrapper {
  flex: 0 0 280px;
}

.mk-image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.mk-text-wrapper {
  flex: 1;
}

.mk-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.mk-text-wrapper h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.18;
  color: #212a4a;
  margin: 0;
}

.mk-toggle-btn {
  background: #4e57f5;
  color: white;
  border: none;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.mk-toggle-btn span {
  font-size: 12px;
  line-height: 1;
}

.mk-text-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  max-width: 570px;
  margin-top: 0;
  color: #212a4a;
}

.mk-text-wrapper strong {
  font-weight: 700;
}

.mk-slider-controls {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.mk-dots {
  display: flex;
  gap: 8px;
}

.mk-dot {
  width: 10px;
  height: 10px;
  background: #a4a8b9;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.mk-dot:focus {
  outline: 2px solid #374387;
  outline-offset: 2px;
}

.mk-active {
  background: #374387 !important;
}

.mk-pagination {
  font-size: 14px;
  color: #a4a8b9;
  user-select: none;
}

.mk-pagination .mk-current {
  font-weight: 700;
  color: #374387;
}

.mk-arrows {
  display: flex;
  gap: 20px;
}

.mk-arrow {
  background: none;
  border: none;
  font-size: 20px;
  color: #374387;
  cursor: pointer;
  padding: 0;
  user-select: none;
}

.mk-arrow:focus {
  outline: 2px solid #374387;
  outline-offset: 2px;
}
.pmt-purchase {
  font-weight: 400;
  color: #191847;
  background: #f8fafd;
  padding: 40px 0;
  font-family: 'ECR';
}

.pmt-step {
  font-weight: 700;
  font-size: 14px;
  color: #7a7a91;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}

.pmt-heading {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 1.2;
}

.pmt-toggle-header {
  background: #ffffff;
  border: 1px solid #e6e8f0;
  border-radius: 6px 6px 0px 0px;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.pmt-toggle-title {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}

.pmt-checkmark {
  flex-shrink: 0;
}

.pmt-toggle-question {
  white-space: nowrap;
}

.pmt-toggle-choice {
  color: #4e54c8;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.pmt-toggle-financing.selected {
  font-weight: 700;
}

.pmt-toggle-arrow {
  transition: transform 0.3s ease;
}

.pmt-toggle-header[aria-expanded="false"] .pmt-toggle-arrow {
  transform: rotate(180deg);
}

.pmt-toggle-content {
  background: #f3f7fb;
  border-radius: 0px 0px 6px 0px;
  padding: 24px 32px;
  font-size: 14px;
  line-height: 1.5;
  color: #2f2f48;
  margin-bottom: 20px;
  border: 1px solid #e6e8f0;
  border-width: 0px 1px 1px 1px;
}

.pmt-description {
  margin-bottom: 30px;
}

.pmt-financing-info {
  display: flex;
  border-radius: 6px;
  background: #ffffff;
  padding: 20px 32px;
  margin-bottom: 40px;
  justify-content: space-between;
  gap: 32px;
  border: 1px solid #e6e8f0;
  align-items: center;
}

.pmt-financing-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-right: 1px solid #c8cee3;
  padding-right: 32px;
  min-width: 50%;
}

.pmt-finance-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #222222;
}

.pmt-checkmark-small {
  flex-shrink: 0;
}

.pmt-finance-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 40%;
}

.pmt-partner-label {
  font-size: 10px;
  font-weight: 700;
  color: #a6adc9;
  letter-spacing: 0.1em;
}

.pmt-finance-partner img {
  width: 136px;
  height: auto;
}

.pmt-interest-question {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
  color: #222222;
}

.pmt-buttons {
  display: flex;
  gap: 16px;
}

.pmt-btn {
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #4e54c8;
  cursor: pointer;
  padding: 12px 28px;
  transition: background-color 0.3s ease, color 0.3s ease;
  user-select: none;
  min-width: 200px;
  text-align: center;
}

.pmt-btn-primary {
  background: #4e54c8;
  color: #ffffff;
  border-color: #4e54c8;
}

.pmt-btn-primary:hover,
.pmt-btn-primary[aria-pressed="true"] {
  background: #3b3f9a;
  border-color: #3b3f9a;
}

.pmt-btn-secondary {
  background: #fff;
  color: #4e54c8;
}

.pmt-btn-secondary:hover,
.pmt-btn-secondary[aria-pressed="true"] {
  background: #4e54c8;
  color: #fff;
}
.total-side {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #191847;
  background: #f8fafd;
  max-width: 400px;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 12px 28px rgb(72 97 184 / 0.15);
}

.total-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.total-header {
  background: #3848b4;
  border-radius: 10px;
  color: #fff;
  padding: 20px 20px 26px;
  text-align: center;
}

.total-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}

.total-price-main {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
}

.total-price-sub {
  font-size: 14px;
  opacity: 0.6;
}

.total-warning {
  display: flex;
  align-items: center;
  background: #fffae7;
  color: #a47900;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 8px;
  gap: 8px;
  font-size: 13px;
  user-select: none;
}

.total-warning-icon {
  flex-shrink: 0;
}

.total-car-info {
  background: #fff;
  border-radius: 10px;
  padding: 16px 18px 18px;
  box-shadow: 0 5px 8px rgb(25 24 32 / 0.06);
}

.total-car-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  color: #222222;
}

.total-car-prices {
  font-weight: 600;
  font-size: 14px;
  color: #191847;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.total-price-incl,
.total-price-vat {
  display: flex;
  justify-content: space-between;
}

.total-price-incl span,
.total-price-vat span {
  font-weight: 700;
  color: #222222;
}

.total-service-row {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
  border-bottom: 1px solid #e6e8f0;
  padding: 8px 0;
  align-items: center;
}

.total-service-row:last-child {
  border-bottom: none;
}

.total-additional-label {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #a6adc9;
  margin: 16px 0 8px;
}

.total-dropdown {
  cursor: pointer;
  user-select: none;
  color: #222222;
  position: relative;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.total-dropdown svg {
  flex-shrink: 0;
}

.total-service-desc {
  font-weight: 400;
  font-size: 13px;
  color: #6e7397;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 8px;
}

.total-service-desc svg {
  flex-shrink: 0;
}

.total-service-desc-price {
  font-weight: 600;
  margin-left: auto;
  color: #222222;
}

.total-service-free {
  background: #4e54c8;
  color: white;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 10px;
  user-select: none;
}

.total-optional-text {
  font-size: 12px;
  color: #a6adc9;
  margin-top: 12px;
  font-weight: 400;
}

.total-summary {
  margin-top: 12px;
  border-top: 1px solid #e6e8f0;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.total-summary-row {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  color: #222222;
}

.total-summary-price {
  font-weight: 600;
  color: #222222;
}

.total-installment {
  border-top: 1px solid #e6e8f0;
  padding-top: 12px;
  font-weight: 700;
  font-size: 14px;
  color: #222222;
  align-items: center;
  gap: 6px;
}

.total-installment svg {
  flex-shrink: 0;
}

.total-installment-price {
  font-weight: 700;
}
.pmt-flex {
    width: 70%;
}
section.total-side {
    width: 30%;
    height: max-content;
}
.container.flxs {
    display: flex;
    gap: 40px;
}
.cond-purchase {
  padding: 40px 0 60px;
  font-family: "Inter", sans-serif;
  color: #212b48;
  font-size: 16px;
  line-height: 1.5;
}
.cnd-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.cond-step-label {
  font-weight: 700;
  font-size: 14px;
  color: #3a4a8f;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cond-title {
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 32px;
  color: #212b48;
}

.cond-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dbe1f0;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
  color: #212b48;
}

.cond-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  width: 100%;
  border: none;
  background: #f7f8fc;
  font-weight: 700;
  font-size: 16px;
  color: #212b48;
  cursor: pointer;
  user-select: none;
  position: relative;
  gap: 12px;
}

.cond-toggle-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cond-icon {
  stroke: #3a4a8f;
}

.cond-toggle-title {
  font-weight: 700;
  font-size: 16px;
}

.cond-toggle-price {
  font-weight: 700;
  font-size: 18px;
  color: #3a4a8f;
  min-width: 64px;
  text-align: right;
}

.cond-toggle-arrow {
  transition: transform 0.3s ease;
}

.cond-toggle[aria-expanded="false"] .cond-toggle-arrow {
  transform: rotate(-90deg);
}

.cond-details {
  padding: 32px 40px 40px;
  border-top: 1px solid #dbe1f0;
}

.cond-intro {
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 680px;
  font-size: 15px;
  color: #212b48;
}

.cond-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 24px;
  color: #212b48;
}

.cond-checklist {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
}

.cond-check-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cond-check-num {
  font-weight: 900;
  font-size: 20px;
  color: #3a4a8f;
  min-width: 28px;
  line-height: 1;
  user-select: none;
}

.cond-check-item b {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  color: #212b48;
  font-size: 15px;
}

.cond-check-item p {
  font-weight: 400;
  font-size: 13px;
  color: #69718f;
  margin: 0;
  line-height: 1.3;
}

.cond-price-box {
  max-width: 320px;
  border: 1px solid #dbe1f0;
  border-radius: 8px;
  padding: 20px 24px;
  text-align: center;
  background: #f7fdf4;
  margin-bottom: 40px;
  user-select: none;
}

.cond-sale-label {
  font-size: 12px;
  font-weight: 700;
  color: #8e9ed9;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}

.cond-price-old {
  font-size: 16px;
  font-weight: 600;
  color: #a6aec9;
  text-decoration: line-through;
  margin-bottom: 6px;
}

.cond-price-current {
  font-size: 28px;
  font-weight: 900;
  color: #212b48;
  margin-bottom: 16px;
}

.cond-moneyback-box {
  background: #dff3d9;
  color: #3ca24d;
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.cond-check-icon {
  stroke: #3ca24d;
  min-width: 20px;
  min-height: 20px;
}

.cond-note {
  font-size: 12px;
  font-weight: 400;
  color: #69718f;
  max-width: 680px;
  line-height: 1.3;
}
.chk-fl-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }
.chk-fl-telephone label {
    width: 100%;
}
  .chk-fl-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  .chk-fl-tab {
    flex: 1;
    padding: 10px 20px;
    background: #e0e4f7;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #5a5f9b;
    transition: background-color 0.3s ease;
  }

  .chk-fl-tab.active {
    background: #3845d8;
    color: #fff;
  }

  .chk-fl-tab:hover:not(.active) {
    background: #c8ccee;
  }

  .chk-fl-tab-content {
    display: none;
  }

  .chk-fl-tab-content.active {
    display: block;
  }

  .chk-fl-form {
    display: flex;
    flex-direction: column;
  }

  .chk-fl-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-flow: wrap;
  }

  .chk-fl-field {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .chk-fl-field.full-width {
    flex: 2;
  }

  .chk-fl-field label {
    font-size: 0.85rem;
    margin-bottom: 5px;
    color: #555;
  }

  .chk-fl-field input,
  .chk-fl-field select {
    padding: 8px 10px;
    font-size: 1rem;
    border: 1px solid #bbb;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
  }

  .chk-fl-field input:focus,
  .chk-fl-field select:focus {
    border-color: #3845d8;
  }

  .chk-fl-telephone {
    display: flex;
    gap: 8px;
    flex-flow: wrap;
  }

  .chk-fl-country-code {
    width: 60px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #bbb;
    background: #fff;
    font-size: 1rem;
    cursor: pointer;
  }

  .chk-fl-divider {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ddd;
  }

  .chk-fl-subheading {
    font-weight: 600;
    color: #3845d8;
    margin-bottom: 15px;
  }

  .chk-fl-checkbox-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 0.95rem;
  }

  .chk-fl-checkbox-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .chk-fl-confirm-btn {
    background-color: #3845d8;
    color: white;
    border: none;
    padding: 12px 0;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .chk-fl-confirm-btn:hover {
    background-color: #2a31a8;
  }
  .ord-sum-section {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 0.15);
    padding: 32px 40px;
    margin: 40px auto;
    color: #1c1c1c;
  }

  .ord-sum-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222;
  }

  .ord-sum-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
  }

  .ord-sum-billing, .ord-sum-contact {
    width: 48%;
  }

  .ord-sum-subheading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #2f2f2f;
  }

  .ord-sum-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
  }

  .ord-sum-address, .ord-sum-contact-address {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #444;
  }

  .ord-sum-edit-link {
    font-size: 13px;
    color: #4457f6;
    text-decoration: none;
    cursor: pointer;
  }

  .ord-sum-edit-link:hover {
    text-decoration: underline;
  }

  .ord-sum-order-summary {
    margin-bottom: 24px;
  }

  .ord-sum-product,
  .ord-sum-total-to-pay {
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
  }

  .ord-sum-product {
    background-color: #f5f5f5;
    margin-bottom: 8px;
  }

  .ord-sum-total-to-pay {
    background-color: #e8e8ff;
    font-weight: 700;
  }

  .ord-sum-note {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .ord-sum-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
  }

  .ord-sum-textarea {
    width: 100%;
    resize: vertical;
    padding: 10px 14px;
    font-size: 14px;
    border: 1.6px solid #ccc;
    border-radius: 8px;
    margin-bottom: 30px;
    font-family: inherit;
  }

  .ord-sum-payment-method {
    font-size: 14px;
  }

  .ord-sum-payment-options {
    background-color: #2e40ff;
    border-radius: 8px;
    padding: 10px 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }

  .ord-sum-radio-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
  }

  .ord-sum-radio-label input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .ord-sum-radio-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
  }

  .ord-sum-radio-label input[type="radio"]:checked + .ord-sum-radio-custom::after {
    content: '';
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
  }

  .ord-sum-payment-icons img {
    height: 22px;
    width: auto;
    filter: brightness(1);
  }

  .ord-sum-checkbox-field {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .ord-sum-checkbox-field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .ord-sum-terms-link {
    color: #4457f6;
    text-decoration: none;
  }

  .ord-sum-terms-link:hover {
    text-decoration: underline;
  }

  .ord-sum-submit-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 700;
    background-color: #8691a3;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: not-allowed;
  }

  .ord-sum-submit-btn:enabled {
    background-color: #2e40ff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .ord-sum-submit-btn:enabled:hover {
    background-color: #2232cc;
  }
/* Responsive */
@media (max-width: 767px) {
  .pmt-financing-info {
    flex-direction: column;
    gap: 20px;
  }

  .pmt-financing-list {
    border-right: none;
    padding-right: 0;
    min-width: 100%;
  }

  .pmt-finance-partner {
    min-width: 100%;
  }

  .pmt-buttons {
    flex-direction: column;
  }
  .ch-flex {
    flex-flow: wrap;
}
.ch-flex p {
    border: unset;
    padding: 0px;
}
.scnd-checkout {
    flex-flow: wrap;
    gap: 20px;
}
.prd-link, .ch-help {
    width: 100%;
}
.scnd-cont h4 {
    font-size: 15px;
    line-height: 22px;
}
.scnd-cont h5 {
    font-size: 11px;
}
.ch-steps {
    flex-flow: wrap;
    gap: 20px;
}
.ch-rmn p:nth-child(2), .ch-dne p:nth-child(2) {
    padding-right: 5px;
}
.ch-dne p, .ch-rmn p {
    font-size: 12px;
}
.container.flxs {
    flex-flow: wrap;
}
.pmt-flex, section.total-side {
    width: 100%;
}
.cnd-flex {
    flex-flow: wrap;
}
section.mk-purchase {
    display: none;
}
}

/* checkout */



/* New CSS */
.cr-det .swiper-button-next, .cr-det .swiper-button-prev {
    background: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: #3e47dd;
}
.cr-det .swiper-button-prev {
    top: 50%;
    left:10px;
}
.cr-det .swiper-button-next {
    left: auto;
    bottom: auto;
 top:50%;
}
.cr-det .swiper-button-next:hover, .cr-det .swiper-button-prev:hover {
    background: #f2ebeb;
}
.cr-det .swiper-button-next:after, .cr-det .swiper-button-prev:after {
    font-size: 20px;
}
section.how-it-works-new {
    background: #f5f7fb;
    padding: 60px 15px;
}
.how-it-works-new .container {
    padding: 72px;
    position: relative;
    color: white;
    overflow: hidden;
    border-radius: 40px;
    background: var(--gradient-radial-primary, radial-gradient(50% 50% at 50% 0%, #0038A7 0%, #141652 100%));
    color: #fff;
}
.how-it-works-new h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 80px;
    color: #fff;
    text-align: center;
}
.fr-cont {
    text-align: left;
    font-size: 16px;
    padding: 0 32px;
    line-height: 24px;
    width: 55%;
}
.free-val {
    display: flex;
    gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.car-makes figure.car-item {
    margin: 0;
    padding: 21px 18px;
    position: relative;
    color: #727272;
    border: solid 1px #E9E9EA;
    text-align: center;
    cursor: pointer;
    height: 80px;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
}
.car-item img {
    width: 42px;
}
.free-val .fr-cont h3 {
    color: #fff;
}
.select-make {
    background: white;
    width: 42%;
    display: grid;
    grid-gap: 24px;
    padding: 24px 40px;
    border-radius: 24px;
    color: #000;
    font-family: 'ECSB';
    text-align: center;
}
.car-makes {
    display: grid;
    grid-gap: 13px;
    grid-template-columns: repeat(auto-fit, minmax(106px, 1fr));
}
section.features.new.mr0 {
    margin: 0px;
}
.select-make button.button {
    border: 0px;
}
.simple-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.simple-slider img.cs-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}
.simple-slider img.cs-slide.active {
    opacity: 1;
    position: relative;
}
.hero-banner .hero-content {
    margin: 0 auto;
    max-width: 900px;
}
section.hero-banner {
    background: unset;
    padding: 0px;
    margin-top: -90px;
    overflow: visible;
}
section.features {
    margin-top: 0px;
    padding: 20px 20px 40px;
}
/* Contact */
#contact .row .col-lg-4 {
    width: 33%;
}
#contact .row.gy-4.mb-5 {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
    flex-flow: wrap;
}
.php-email-form input.form-control, .php-email-form select.form-control, .php-email-form textarea.form-control {
    width: 100%;
    margin-bottom: 15px;
}
/* Contact */
@media (max-width: 767px) {
  .how-it-works-new .container {
    padding: 40px 20px;
}
.fr-cont {
    width: 100%;
    padding: 0px;
}
.select-make {
    width: 100%;
    padding: 30px 20px;
}
.how-it-works-new h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
#contact .row .col-lg-4 {
    width: 100%;
}
section.hero-banner {
    padding: 40px 0px 0px;
    margin-top: 0px;
}
}
/* New CSS */

   .profile-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid #fff;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      margin-bottom: 1rem;
    }
    .left-panel {
      background: #fff;
      border-radius: 1rem;
      padding: 2rem 1.5rem;
      box-shadow: 0 4px 25px rgb(0 0 0 / 0.1);
      height: 100%;
    }
    .right-panel {
      background: #fff;
      border-radius: 1rem;
      padding: 2rem 2rem;
      box-shadow: 0 4px 25px rgb(0 0 0 / 0.1);
      height: 100%;
    }
    .cr-det .swiper-button-next, .cr-det .swiper-button-prev {
    background: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: #3e47dd;
}
.cr-det .swiper-button-next:hover, .cr-det .swiper-button-prev:hover {
    background: #f2ebeb;
}
.cr-det .swiper-button-next:after, .cr-det .swiper-button-prev:after {
    font-size: 20px;
}


.cr-color-picker span.color {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: transparent;
    box-shadow: 0px 0px 1px 0px black;
}
.select_city {
    display: flex;
    flex-flow: wrap;
    gap: 6px;
}
.select_city span.cities {
    font-size: 12px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
}
.car-filter .cr-checkboxes label {
    font-size: 13px;
}