.page #cars-description {
  margin-top: -8rem;
}

.page #cars-description h5 {
  letter-spacing: 5px;
}

@media screen and (max-width: 576px) {
  .page #cars-description {
    margin-top: -4rem;
  }
}

@media screen and (max-width: 576px) {
  .page #cta-after-slider {
    position: relative;
    bottom: -38rem;
    
    text-align: left !important;
  }

  [dir="rtl"] .page #cta-after-slider {
    
    text-align: right !important;
  }
}

@media screen and (max-width: 576px) {
  .page #slider-section {
    margin-top: -5rem;
  }
}

.page .varbase-video-player {
  --bs-aspect-ratio: none !important;
  display: block; /* Removes aspect ratio behavior */
  width: 100%; /* Full width */
  height: auto; /* Auto height based on content */
}

.page .card {
  border: none !important;
}

@media (min-width: 64em) {
  .page .slide__caption {
    top: 10%;
    
    left: 0;
    padding: 0;
  }

  [dir="rtl"] .page .slide__caption {
    left: auto;
    
    right: 0;
  }
}

.page .accordion-button {
  font-family: "Geely Bold 20230926";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 5px;
}

@media screen and (max-width: 576px) {
  .page .accordion-button {
    font-size: 18px;
    line-height: 21px;
    
    padding: 20px 30px 20px 10px;
  }

  [dir="rtl"] .page .accordion-button {
    
    padding: 20px 10px 20px 30px;
  }
}

