#block-floating {
  position: relative;
  top: 0;
  
  left: 0;
  width: 100%;
  margin-top: -24rem !important;
}

[dir="rtl"] #block-floating {
  left: auto;
  
  right: 0;
}

@media screen and (max-width: 576px) {
  #block-floating {
    margin-top: -18rem !important;
  }
}

#block-floating h2 {
  
  text-align: left;
  
  padding: 2rem 4rem 2rem 0;
  background: #53e1e3;
  
  background: linear-gradient(to right, #53e1e3 10%, #fff 100%);
  font-size: 52px;
  line-height: 38px;
  letter-spacing: 5px;
  
  margin-left: -3rem;
  -webkit-text-fill-color: transparent;
}

[dir="rtl"] #block-floating h2 {
  
  text-align: right;
  
  padding: 2rem 0 2rem 4rem;
  
  background: linear-gradient(to left, #53e1e3 10%, #fff 100%);
  margin-left: 0;
  
  margin-right: -3rem;
}

[dir] #block-floating h2 {
  -webkit-background-clip: text;
}

@media screen and (max-width: 576px) {
  #block-floating h2 {
    font-size: 32px;
    
    margin-left: 0;
  }

  [dir="rtl"] #block-floating h2 {
    margin-left: 0;
    
    margin-right: 0;
  }
}

#block-floating h2 a {
  text-decoration: none;
  color: #fff;
}

#block-floating .slick .slick__arrow {
  position: absolute;
  z-index: 9999;
  
  left: 44%;
}

[dir="rtl"] #block-floating .slick .slick__arrow {
  left: auto;
  
  right: 44%;
}

#block-floating .slick-slide {
  display: block !important;
  width: 440px !important;
  max-height: 300px !important;
}

#block-floating img {
  margin: auto;
}

.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: -28rem;
    
    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;
  }
}

