.hero-slider,
.project-slider,
.usp-carousel,
.review-carousel {
  display: none;
}
.hero-slider.slick-initialized,
.project-slider.slick-initialized,
.usp-carousel.slick-initialized,
.review-carousel.slick-initialized{
  display: block;
}
.hero-slider,
.review-section,
.project-section,
.banner-section {
  max-width: 2000px;
  margin-inline: auto;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  z-index: 100;
  opacity: 0.75;
  color: #c3240b;
}

.slick-prev {
  z-index: 1;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #c3240b;
  width: 20px;
}

.slick-dots li button::before {
  opacity: 1;
  color: white;
  width: 20px;
}

.hero-slider {
  position: relative;
  margin-bottom: unset !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* Added shadow */
}

.hero-slider .slick-slide {
  position: relative;
}

.hero-slider .slick-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.hero-slider .slick-dots {
  bottom: 10px;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  display: none;
}

.slick-prev {
  left: 5px !important;
}

.project-slider {
  width: 100%;
  /* Ensure full width */
  margin: 0;
  /* Remove margins */
  padding: 0;
  /* Remove padding */
}

.project-slider .slick-slide {
  margin: 0;
  /* Remove spacing */
}

.project-slider {
  width: 100%;
  margin: 0;
  padding: 0;
}

.project-slide {
  display: block !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project-slide img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.project-slide:hover {
  transform: scale(0.95);
}

.project-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.project-slide:hover .project-text {
  opacity: 1;
}

select.lrquickselect {
  padding: 5px;
  font-size: 16px;
  margin: 10px;
  width: 200px;
  border: 1px solid #ea7c31;
  background: white;
}

select.lrquickselect.inactive {
  border-color: #aaa;
  color: #aaa;
}

#lrquickselectsub {
  width: 400px;
}

.lrqsbtn {
  background: #ea7c31;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 16px;
}

.modelselectshopnow {
  background: #ea7c31;
  display: inline-block;
  padding: 3px 6px 3px 3px;
  color: white !important;
}

@media only screen and (max-width: 768px) {
  .lrqsbtn {
    display: block;
    width: 200px;
    margin: 0 auto;
  }

  select.lrquickselect {
    display: block;
    margin: 0 auto;
    margin-top: 5px;
  }
}

.usp-carousel .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center content horizontally */
  justify-content: center;
  /* Center content vertically */
  text-align: center;
}

.usp-carousel .carousel-item img {
  margin-inline: auto;
}

.usp-carousel .carousel-item .carousel-title {
  font-size: 16px;
  font-weight: bold;
  color: #c3240b;
  margin-bottom: 10px;
  white-space: normal;
  /* Ensure long text wraps */
}

.usp-carousel .carousel-item .carousel-description {
  font-size: 14px;
  color: black;
  line-height: 1.5;
  /* Spacing for readability */
  white-space: normal;
  /* Ensure long text wraps */
  max-width: 230px;
}

.review-item {
  display: flex !important;
  flex-direction: column;
  padding: 20px;
  height: 250px;
  text-align: center;
  color: white;
  justify-content: space-between;
}

@media only screen and (max-device-width: 1024px) {
  /* Your styles for iPads go here */
  .review-item {
    height: 275px;
  }
}

@media only screen and (max-device-width: 768px) {
  /* Your styles for iPads go here */
  .review-item {
    height: 265px;
  }
}

.review-item:nth-child(odd) {
  background-color: #2b2b2b;
}

.review-item:nth-child(even) {
  background-color: #c3240b;
}

.review-item .review-title,
.review-item .trustpilot-logo {
  font-weight: bold;
  margin-bottom: 10px;
  color: white !important;
}

.review-item .trustpilot-logo {
  align-self: center;
}

.review-item .review-desc {
  font-style: italic;
  margin-bottom: 10px;
  color: white !important;
}

.review-item .review-desc::before {
  content: open-quote;
}

.review-item .review-desc::after {
  content: close-quote;
}

.review-item .review-by {
  font-style: italic;
  margin: 0;
  font-size: 11px;
  color: white !important;
}

.review-item .view-review {
  background-color: white;
  color: black;
  font-weight: 600;
  cursor: pointer;
  width: 70px;
  height: 27px;
  display: grid;
  place-items: center;
}

.review-item .review-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* YouTube Videos */
a.home-youtubelist {
  display: inline-block;
  height: 115px;
}

a.home-youtubelist div.ytimg {
  height: 100%;
  aspect-ratio: 16/9;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}

a.home-youtubelist div.ytimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a.home-youtubelist span {
  display: inline;
  color: black;
}

a.home-youtubelist:hover span {
  color: #c3240b;
}

/* slick nav arrows desgin */
.project-section,
.review-section, 
.ups-section {
  position: relative;
}
.project-section .s-nav {
  top: 50%;
}
.review-section .s-nav, .ups-section .s-nav {
  top: 59%;
}
.s-nav {
  position: absolute;
  display: flex;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  padding-inline: 10px;
  left: 0;
}

.s-nav .s-prev,
.s-nav .s-next {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.s-nav .s-prev:hover,
.s-nav .s-next:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.s-nav .s-prev:active,
.s-nav .s-next:active {
  border-color: #f13535 #f13535 #f13535;
  background-color: #f13535;
}
.s-nav .s-prev::before,
.s-nav .s-next::before {
  font-family: FontAwesome;
  position: relative;
  left: 3px;
  top: 1px;
}
.s-nav .s-prev::before {
  content: "\f053";
}
.s-nav .s-next::before {
  content: "\f054";
}
/* Hide custom prev/next arrows on larger screens (Desktop) */
@media screen and (min-width: 1024px) {
  .ups-section .s-prev, .ups-section .s-next {
      display: none;
  }
}

/* Show custom prev/next arrows on mobile/tablet screens */
@media screen and (max-width: 1024px) {
  .ups-section .s-prev, .ups-section .s-next {
      display: block;
  }
}
    /* Default (Mobile First) */
    .hero-section {
      min-height: 266px;
  }
  .ups-section{
      min-height: 644px;
  }
  .project-section {
      min-height: 332px;
  }
  .browse-tunning-section{
      min-height: 261px;
  }
  .review-section{
      min-height: 321px;
  }
     .banner-section{
      min-height: 90px;
  }
  /* Tablets (iPad) */
  @media (min-width: 768px) {
      .hero-section {
          min-height: 435px;
      }

      .project-section {
          min-height: 362px;
      }
      .ups-section{
      min-height: 622px;
      }
      .browse-tunning-section{
      min-height: 226px;
     }
     .review-section{
      min-height: 321px;
     }
     .banner-section{
      min-height: 190px;
  }
  }

  /* Desktops */
  @media (min-width: 1024px) {
      .hero-section {
          min-height: 545px;
      }

      .project-section {
          min-height: 452px;
      }
      .ups-section{
      min-height: 599px;
     }
     .browse-tunning-section{
      min-height: 216px;
     }
     .review-section{
      min-height: 356px;
     }
     .banner-section{
      min-height: 250px;
  }
  }
