.DesignConcept_container__FeFfB {
  padding: 104px 40px 40px;
}
.swiper-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(200px, 1.5fr);
  gap: 3rem;
}
.swiper-grid .content-section {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.swiper-grid .content-section .content {
  margin-top: 50px;
  height: 100%;
}
.swiper-grid .content-section .content h2 {
  font-family: 'AVATRFont-Regular';
}
.swiper-grid .content-section .content p {
  font-family: 'AVATRFont-Regular';
}
/* .swiper-grid .content-section .swiper-button-next,
.swiper-button-prev {
  top: 95%;
  width: 35px;
  height: 35px;
  border: 1.8px solid #ffffff;
} */
.swiper-grid .swiper-button-next:after,
.swiper-grid .swiper-button-prev:after {
  font-size: 20px !important;
  color: #ffffff !important;
}
.swiper-grid .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 51px !important;
  right: 0 !important;
}
.swiper-grid .swiper-button-next {
  top: 95%;
  width: 35px;
  height: 35px;
  border: 1.8px solid #ffffff;
}

.swiper-grid .mySwiper {
  width: 100%;
}
/* Autoplay progress circle */
.autoplay-progress {
  position: absolute;
  right: 1%;
  bottom: 1%;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0.83); /* Make it more visible */
  border-radius: 50%;
  padding: 10px;
}

.autoplay-progress span {
  font-family: 'AVATRFont-Regular';
}
.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: #000;
  fill: none;
  stroke-dasharray: 125.6;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  transform: rotate(-90deg);
}

.content {
  opacity: 0;
  transform: translateY(70px);
  display: none;
  transition: all 0.5s ease-out;
}

.About_image-text__27DdU {
  position: relative;
}
.About_text__O8ybF,
.About_text__O8ybE {
  position: absolute;
  inset: 0;
  margin: auto;
  height: fit-content;
  max-width: 900px;
  text-align: center;
}
.About_text__O8ybF h3,
.About_text__O8ybE h3 {
  color: #fff;
  font-family: 'AVATRFont-Regular';
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 26px;
}
.About_text__O8ybF p,
.About_text__O8ybE p {
  color: #fff;
  font-family: 'AVATRFont-Light';
  line-height: 28px;
  opacity: 0.8;
  margin-top: 12px;
}
.About_text__O8ybF {
  top: -450px;
}
.About_text__O8ybF h3 {
  font-size: 40px;
  line-height: 66px;
  margin-bottom: 8px;
}
.About_text__O8ybF p {
  font-family: AVATRFont-Light;
  line-height: 28px;
}
.textDrive-container {
  padding: 80px 0 50px;
  text-align: center;
}
.textDrive-container h2 {
  font-family: 'AVATRFont-Regular';
  margin: 25px 0;
}
.textDrive-container .testDrive-section .testdriveCars {
  gap: 1rem;
  display: flex;
  justify-content: center;
}

.testdriveCars {
  margin-bottom: 30px;
}

.testdriveCars .radio-input:checked + .radio-tile {
  border-color: #b4d719;
}

.testdriveCars .radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #b4d719;
  border-color: #b4d719;
}

.testdriveCars .radio-input:checked + .radio-tile .radio-icon svg {
  fill: #b4d719;
}

.testdriveCars .radio-input:checked + .radio-tile .radio-label {
  color: #b4d719;
}

.testdriveCars .radio-input:focus + .radio-tile {
  border-color: #b4d719;
}

.testdriveCars .radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.testdriveCars .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 150px;
  border-radius: 0.5rem;
  border: 3px solid #e4e4e4;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.testdriveCars .radio-tile:before {
  content: '';
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #e4e4e4;
  background-color: #e4e4e4;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}
.testdriveCars .radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.testdriveCars .radio-icon img {
  width: 200px;
}

.testdriveCars .radio-label {
  color: #8f8f8f;
  transition: 0.375s ease;
  text-align: center;
  font-size: 14px;
  font-family: 'AVATRFont-Regular';
}

.testdriveCars .radio-input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.testdriveForm {
  background-color: #fbfbfb;
  border-radius: 25px;
  padding: 30px;
}
.testdriveForm .grid-rows {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
}
.testdriveForm .grid-rows .form-input {
  margin-bottom: 15px;
  text-align: start;
}
.testdriveForm .grid-rows .form-input textarea,
.testdriveForm .grid-rows .form-input select,
.testdriveForm .grid-rows .form-input input {
  color: #636363;
  font-family: 'AVATRFont-Regular';
  width: 100%;
  font-size: 14px;
  border: 0;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 13px;
  border-bottom: 1px solid #e4e4e4;
  outline: none;
}
.testdriveForm .btn {
  background-color: #212529;
  color: #fff;
  width: 250px;
  margin: auto;
  font-family: 'AVATRFont-Regular';
}
