
.vehicle-detail__tabs {
  width: 100%;
  border-bottom: none;
  display: flex !important;
  flex-direction: row !important;
  grid-gap: 10px;
  justify-content: space-between !important;
  list-style: none !important;
  text-align: left !important;
  text-transform: capitalize;
  padding-left: 0px !important;
  padding-top: 11px !important;
  position: relative !important;
}

@media (max-width: 991px) {
  .updated-testimonial__item {
    grid-template-columns: 1fr;
  }
}

.updated-testimonial__item-right img {
  /*width: 423px;*/
  height: 326px;
  /*object-fit: contain;*/
  object-position: center;
}

.contactForm .container:before {
  display: none;
}

.contactForm .contact__information-content {
  text-align: left !important;
}

.vehicle-detail.vehicle-black {
  text-align: left !important;
}

.vehicle-detail.vehicle-grey {
  text-align: left !important;
}

.recaptcha__button-content {
  text-align: left !important;
}

/*new changes by Suraj dai*/

.ev-vehicle {
  padding: 88px 60px 100px;
  text-align: center;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .ev-vehicle {
    padding: 50px 30px;
  }
}

.ev-vehicles__list .owl-dots {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  justify-content: center;
}

.ev-vehicles__list .owl-dots.disabled {
  display: block;
}

.ev-vehicles__list .owl-dots .owl-dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #bbb;
  border: 1.5px solid #fff;
}

.ev-vehicles__list .owl-dots .owl-dot.active {
  background: #000;
}

.ev-vehicle .ev-vehicles__list:before {
  content: none;
}

.ev-vehicle .ev-vehicles__list .item .premium-vehicles__carousel-carImg {
  width: 100%;
}

@media (max-width: 1800px) {
  .ev-vehicle .ev-vehicles__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .ev-vehicle .ev-vehicles__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .ev-vehicle .ev-vehicles__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .ev-vehicle .ev-vehicles__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ev-vehicle .ev-vehicles__list .item {
  position: relative;
  padding: 15px 15px 25px;
  transition: 0.3s all ease-in-out;
}

.ev-vehicle .ev-vehicles__list .item:hover {
  background-color: #fff;
}

.ev-vehicle .ev-vehicles__list .item .discover-btn {
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: capitalize;
  padding: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  border: 1px solid #414141;
  color: #414141 !important;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
}

.ev-vehicle .ev-vehicles__list .item .discover-btn:hover {
  background-color: #00c8f4;
  color: #fff !important;
  border-color: #00c8f4;
}

.ev-vehicle .ev-vehicles__list .item .box-link {
  position: absolute;
  width: 100%;
  height: calc(100% - 52px);
  top: 0;
  left: 0;
  color: transparent;
  z-index: 99;
}

.ev-vehicle .ev-vehicles__list .item .premium-vehicles__carousel-carImg {
  height: 200px;
}

.mainstats {
  border-bottom: 2px solid #ececec;
}

@media (min-width: 1280px) {
  .footer__bottom .container {
    padding: 0 120px;
  }
}

.footer__bottom .footer-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer__bottom .footer-wrap {
    display: block;
    align-items: center;
  }
}

.footer__bottom .footer__logo img {
  width: 130px;
}

.developer a {
  color: #fff;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif !important;
}

.footer-care ul {
  list-style-type: disc;
  display: inline-flex;
  grid-gap: 40px;
}

.footer-care {
  margin: 40px 0 0 0;
}

@media (max-width: 767px) {
  .footer-care {
    text-align: center;
  }

  .footer-care ul {
    flex-direction: column;
    text-align: left;
  }
}

.vechicle-bold p {
  font-weight: 18px;
  line-height: 2em;
}

/*.mega-dropdown .nav-link:hover .dropdown-menu{
  display: none;
}*/

.dropdown-menu::before,
.dropdown-menu::after {
  display: none;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar {
  position: relative;
}

.dropdown-menu--our-product .our-product-header-content {
  display: grid;
  grid-template-columns: max-content auto;
}

/*changes by yujen*/

.dropdown-menu--our-product .our-product-header-content {
  display: grid;
  grid-template-columns: max-content auto;
}

.dropdown-menu--our-product .our-product-header-content .owl-filter-header-bar {
  position: relative;
}

.dropdown-menu--our-product .our-product-header-content__carousel {
  position: relative;
  left: 0;
  width: auto !important;
  top: 0;
  right: auto;
  overflow: hidden;
}

.navbar-collapse.show {
  width: 100%;
}

.dropdown-menu {
  width: 100%;
  min-width: 280px;
}

.updatedOurproductDropdown {
  border: none !important;
  padding: 0px;
  box-sizing: border-box;
}

.updatedOurproductDropdown__navHeader {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  position: relative;
  margin-bottom: 40px;
  height: max-content;
}

@media (max-width: 767px) {
  .updatedOurproductDropdown__navHeader {
    margin-bottom: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.updatedOurproductDropdown__navHeader::after {
  position: absolute;
  bottom: 0;
  content: "";
  background-color: #f50303;
  height: 2px;
  width: 30px;
  left: 0;
}

.updatedOurproductDropdown__content {
  background-color: #fff;
  width: 100%;
  display: grid;
  background-color: #fff;
  grid-template-columns: max-content 1fr;
}

@media (max-width: 767px) {
  .updatedOurproductDropdown__content {
    display: flex;
    flex-direction: column;
  }
}

.updatedOurproductDropdown__content .nav-tabs {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: 50px;
  border-right: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .updatedOurproductDropdown__content .nav-tabs {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    height: max-content;
    padding: 25px;
  }
}

.updatedOurproductDropdown__content .nav-tabs .nav-item {
  background-color: none !important;
}

.updatedOurproductDropdown__content .nav-tabs .nav-item .nav-link {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  height: auto;
  text-transform: uppercase;
  color: #a1a1a1 !important;
  background-color: transparent !important;
}

.updatedOurproductDropdown__content .nav-tabs .nav-item .nav-link.active {
  border-bottom: none;
  color: #111 !important;
}

.updatedOurproductDropdown__content .tab-content {
  background-color: #fff;
  padding: 50px;
  overflow: hidden;
  width: 100%;
  height: max-content;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .updatedOurproductDropdown__content .tab-content {
    padding: 25px;
  }
}

.updatedOurproductDropdown__carousel .owl-nav {
  display: none;
}

.updatedOurproductDropdown__carousel .owl-dots {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  justify-content: center;
}

.updatedOurproductDropdown__carousel .owl-dots.disabled {
  display: block;
}

.updatedOurproductDropdown__carousel .owl-dots .owl-dot {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #bbb;
  border: 1.5px solid #fff;
}

.updatedOurproductDropdown__carousel .owl-dots .owl-dot.active {
  background: #000;
}

.updatedOurproductDropdown__carousel__item .discover-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
  border: 1px solid #313131;
  padding: 17px;
  display: block;
  text-align: center;
  margin-top: 50px;
  width: 99%;
  transition: all 0.3s ease-in-out;
}

.updatedOurproductDropdown__carousel__item .discover-btn:hover {
  background-color: #00c8f4;
  color: #fff !important;
  border-color: #00c8f4;
}

.updatedOurproductDropdown__carousel__item__title {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #313131;
  margin-bottom: 50px;
}

.updatedOurproductDropdown__carousel__item__carImg {
  width: 100% !important;
  height: auto;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .navbar-nav>li {
    border-bottom: none;
  }
}

.vehicle-detail__carousel-item-right img {
  width: 100%;
  object-fit: contain;
  height: 350px;
}

.updatedOurproductDropdown__carousel .owl-dots.disabled {
  display: flex;
}

.updatedOurproductDropdown__carousel__item__carImg {
  display: block;
  height: 300px !important;
  width: 100%;
  object-fit: contain !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  height: max-content;
}

.vehicle-grey .tab-section .tabs-list .progress-bar {
  height: 2px;
  background: #ea100f;
}

.vehicle-detail .tab-section::before,
.vehicle-detail .tab-section::after {
  display: none;
}

.vehicle-detail .tab-section .carousel-indicators li:first-child.active {
  color: #000;
}

.vehicle-detail__tabs::before,
.vehicle-detail__tabs::after {
  display: none;
}

.vehicle-detail__carousel-item {
  align-items: flex-start;
}

.footer-care ul {
  list-style-position: inside;
}

.footer__bottom .footer-wrap {
  align-items: center;
}

/*ev background image*/
.premium-vehicles.ev-vehicle {
  position: relative;
}

.premium-vehicles.ev-vehicle .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.ev-vehicle .ev-vehicles__list .item:hover {
  background-color: #cfcfcf !important;
}

.careTips {
  padding: 25px;
  height: max-content;
}

.careTips img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #111111;
  margin-bottom: 15px;
}

.careTips .news-heading a {
  font-size: 16px;
  color: #111;
  margin-bottom: 15px;
}

.careTips .readMoreBtn {
  background: #e01c28;
  color: #fff;
  padding: 8px 10px;
  margin: 0 auto;
}

.readMoreBtnWrapper {
  display: block;
  height: max-content;
  margin-top: 20px;
}

@media (max-width: 599px) {
  .prodStrip {
    max-height: max-content;
    min-height: auto;
  }
}

@media (max-width: 768px) {
  #carouselExampleIndicators {
    display: flex;
    flex-direction: column;
  }

  .vehicle-detail .tab-section {
    flex-direction: column-reverse;
    grid-gap: 0px;
    padding-top: 0px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .vehicle-detail {
    padding-top: 70px;
  }
}

.premium-vehicles__carousel-carImg {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .premium-vehicles__carousel-carImg {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .ev-vehicle {
    padding: 40px 25px;
  }
}

.ev-vehicles__list {
  margin-top: 20px;
}

.vehicle-detail__carousel-item-right img {
  width: 100%;
  height: auto;
}

.cutoff-text {
  --max-lines: 2;
  --line-height: 1.4;
  height: 49px;
  line-height: 1.4 !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
}

.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:not(:checked))::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #111);
}

.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:checked) {
  height: auto;
}

.vehicle-detail__carousel-item-left__expand-btn {
  appearance: none;
  color: #f50303;
  cursor: pointer;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.vehicle-detail__carousel-item-left__expand-btn::before {
  content: "See More";
}

.vehicle-detail__carousel-item-left__expand-btn:checked::before {
  content: "See Less";
}

.vehicle-detail__carousel-item {
  align-items: flex-start;
}

.vehicle-detail__carousel-item-left {
  padding-top: 20px;
}

.vehicle-detail__carousel-item-price {
  color: #fff;
}

.vehicle-detail__carousel-item-features-item {
  font-weight: 600;
}

.vehicle-detail__carousel-item-text {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.vehicle-detail.vehicle-black .carousel-item {
  transition-duration: 0s;
}

.vehicle-detail.vehicle-black .carousel-item .vehicle-detail__carousel-item {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}

.vehicle-detail.vehicle-black .carousel-item.active .vehicle-detail__carousel-item {
  opacity: 1;
}

/*new design changes*/

.aboutMainStats {
  padding: 75px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutMainStats .wrapper {
  padding: 0px 13%;
}

@media (max-width: 1300px) {
  .aboutMainStats .wrapper {
    padding: 0px 9%;
  }
}

.aboutMainStats__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
}

.aboutMainStats__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #414141;
  text-align: center;
}

.aboutMainStats__cards {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-evenly;
  list-style: none;
  padding-left: 0px;
}

@media (max-width: 1023px) {
  .aboutMainStats__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 425px) {
  .aboutMainStats__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.aboutMainStats__cards__card {
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.aboutMainStats__cards__card__icon {
  font-size: 35px;
  color: #fff;
  background-color: #111;
  border-radius: 100%;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 28px;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .aboutMainStats__cards__card__icon {
    width: 75px;
    font-size: 30px;
    height: 75px;
  }
}

.aboutMainStats__cards__card:hover {
  background: #fff;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.08);
}

.aboutMainStats__cards__card:hover .aboutMainStats__cards__card__icon {
  transition: all 300ms ease-in-out;
  background: #fff;
  background-color: #249cf6;
}

.aboutMainStats__cards__card:hover .aboutMainStats__cards__card__icon>* {
  animation: btnTransform 0.3s linear;
  color: #fff;
}

@keyframes btnTransform {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }

  20% {
    transform: translateX(-50%);
    opacity: 0;
  }

  60% {
    transform: translateX(-100%);
    opacity: 0;
  }

  80% {
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
  }
}

.aboutMainStats__cards__card__stat {
  margin-top: 8px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  font-size: 46px;
  line-height: 55px;
  color: #111;
}

.aboutMainStats__cards__card__description {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 175%;
  color: #111;
}

.premium-vehicles__text {
  margin-bottom: 47px;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #414141;
}

.premium-vehicles__title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #000;
  margin-bottom: 8px;
}

.ev-vehicle .ev-vehicles__list .item {
  padding: 30px;
}

.ev-vehicle .ev-vehicles__list .item:hover {
  background-color: #fff !important;
}

.ev-vehicle .ev-vehicles__list .item .box-link {
  height: 100%;
  display: none;
}

.ev-vehicle .ev-vehicles__list .item .premium-vehicles__carousel-carImg {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 37px;
}

.vehicle-detail.vehicle-black {
  background-color: #111 !important;
  position: relative;
  padding: 0px;
  height: 800px;
}

@media (max-width: 768px) {
  .vehicle-detail.vehicle-black {
    background-color: #111 !important;
    height: auto;
  }
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item {
  height: 800px;
}

@media (max-width: 768px) {
  .vehicle-detail.vehicle-black .vehicle-detail__carousel-item {
    height: 900px;
  }
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item-right {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 6;
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item-right::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.9%, #000 115.22%),
    linear-gradient(90.33deg, #000 2.65%, rgba(2, 2, 2, 0.05) 65.05%);
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item-right img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .vehicle-detail.vehicle-black .vehicle-detail__carousel-item-right {
    position: relative;
  }
}

.vehicle-detail.vehicle-black .vehicle-detail__carousel-item-left {
  position: relative;
  z-index: 7;
  padding-top: 106px;
}

.vehicle-detail.vehicle-black .tab-section {
  position: absolute;
  z-index: 7;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1023px) {
  .vehicle-detail.vehicle-black .tab-section {
    bottom: 25px;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .vehicle-detail.vehicle-black .tab-section {
    bottom: 0px;
    position: relative;
    margin-left: 0px;
    gap: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 425px) {
  .vehicle-detail.vehicle-black .tab-section {
    bottom: 0px;
  }
}

.cutoff-text:has(+ .vehicle-detail__carousel-item-left__expand-btn:not(:checked))::before {
  display: none;
}

.cutoff-text {
  height: 40px;
}

.vehicle-detail__carousel-item-left {
  padding-left: 13.5vw;
  padding-right: 117px;
}

@media (max-width: 1024px) {
  .vehicle-detail__carousel-item-left {
    padding-left: 5vw;
    padding-right: 0px;
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .vehicle-detail__carousel-item-left {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .ev-vehicles__list.owl-carousel .owl-stage {
    margin: 0 auto;
  }

  .premium-vehicles__title__newTag {
    left: auto;
    right: 0px;
  }

  .premium-vehicles__title__newTag--right {
    left: 100%;
    right: auto;
  }

  .box .cSubText table {
    padding: 10px;
    border: none;
  }

  .vehicle-detail .play-pause-btn {
    transform: translateY(0%) !important;
  }
}

.updatedOurproductDropdown__content .tab-pane {
  flex-direction: column;
  grid-gap: 45px;
}

.updatedOurproductDropdown__content .tab-pane .carouselitem h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #313131;
  margin-bottom: 30px;
  text-align: left !important;
}

.vehicle-detail .tab-section .carousel-indicators li {
  opacity: 1;
}

footer .footer__wrapper {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
}

footer .footer__wrapper .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}

@media (max-width: 1439px) {
  /* footer .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  } */
}

@media (max-width: 575px) {
  footer .footer__wrapper .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 425px) {
  footer .footer__wrapper {
    display: flex;
    flex-direction: column;
  }
}

.ev-vehicles__list.owl-carousel .owl-stage {
  margin: 0 auto;
}

#mobVecMenu .header__fwBold {
  color: #000;
  font-size: 20px;
}

#mobVecMenu a.active+ul {
  transition: all 0.3s ease-in-out;
  height: auto;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 5;
  top: 100%;
  margin: 0px;
  padding: 0px;
}

#mobVecMenu .card-header {
  padding: 0px;
}

#mobVecMenu .card-header .btn {
  width: 100%;
  margin: 0px;
  position: relative;
}

#mobVecMenu .card-header .btn .fa-chevron-down {
  position: absolute;
  left: auto;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%) rotate(180deg);
  right: 8px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

#mobVecMenu .card-header .btn.collapsed .fa-chevron-down {
  transform: translateY(-50%) rotate(-360deg);
}

.carouselContainerItem__title {
  font-size: 28px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  width: auto;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

.carouselContainerItem__title::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0px;
  left: 0%;
  background-color: #000;
  width: 30px;
  height: 2px;
}

footer .footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr max-content;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  footer .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  footer .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  footer .footer__wrapper>div:last-child {
    grid-column: 1/3;
  }
}

.nav-item.vehicle-detail__tabs-item {
  opacity: 1 !important;
}

.vehicle-detail .tab-section .carousel-indicators li.active {
  color: #f50303 !important;
}

.updated-testimonial__item-left-text.cutoff-text {
  --max-lines: 6;
  --line-height: 1.4;
  height: calc(var(--max-lines) * 1em * var(--line-height));
  line-height: var(--line-height);
  position: relative;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.updated-testimonial__item-left-text.cutoff-text::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #fff);
}

.updated-testimonial__item .vehicle-detail__carousel-item-left__expand-btn {
  color: #249cf6;
  font-size: 16px;
  text-align: left;
  display: block;
  font-size: 15px;
}

.updated-testimonial__item.cuttoff-text::after:has(+ .expand-btn:checked) {
  display: none;
}

.updated-testimonial__item-right img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-position: right;
}

/* pop up modal css */
#myModal1 .modal-dialog {
  max-width: 100% !important;
  width: 100% !important;
  margin: 2vh auto !important;
}

#myModal1 .modal-content {
  min-height: 80vh;
  height: auto;
}

#myModal1 .modal-body iframe {
  width: 100%;
  height: 81vh;
  min-height: 500px;
  border: none;
}

#myModal1 .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#myModal1 .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  flex: 1;
}

#myModal1 .close {
  font-size: 2rem;
  font-weight: 300;
  color: #999;
  opacity: 0.8;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  margin-left: auto;
  flex-shrink: 0;
}

#myModal1 .close:hover {
  opacity: 1;
  color: #333;
}

@media (max-width: 768px) {
  #myModal1 .modal-dialog {
    max-width: 95vw !important;
    width: 95vw !important;
    margin: 1vh auto !important;
  }

  #myModal1 .modal-header {
    padding: 10px 15px;
  }

  #myModal1 .modal-title {
    font-size: 1.2rem;
  }
}

@media (min-width: 1400px) {
  #myModal1 .modal-dialog {
    max-width: 2000px !important;
    width: 80% !important;
  }
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px;
}
.modal-footer{
  
}

.btn-view-more {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

.btn-view-more:hover {
  background-color: #0056b3;
  color: white;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}



.btn-btn-primary1 {
	font-size: 10px;
	font-weight: 10px;
    line-height: 1;
    text-decoration-line: none;
    
}
a:hover {
    color:#e28e8f;
    text-decoration: none;
}
a {
    color: #8f0003;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
    transition: 0.33s all ease-in;
     font-size: 12px;
}
.img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    vertical-align: middle;

}
.img-responsive {
    display: inline-block;
}
.box {
    height: 350px;
}
.content h2{
  font-size:18px;
}
.content h3{
  font-size:15px;
}
.content ul li{
  font-size:14px;
}
h1.ht_text{
  font-size:1px;color:#FFFFFF;
}