/* Images fluides */
.impl_home_slider img {
  max-width: 100%;
  height: auto;
}

/* Responsive h1 title */
.impl_home_slider h1 {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: -27px;
  letter-spacing: 17px;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .impl_home_slider h1 {
    font-size: 70px;
    letter-spacing: 12px;
    margin-bottom: -20px;
  }
}

@media (max-width: 992px) {
  .impl_home_slider h1 {
    font-size: 50px;
    letter-spacing: 8px;
    margin-bottom: -15px;
  }
}

@media (max-width: 768px) {
  .impl_home_slider h1 {
    font-size: 35px;
    letter-spacing: 4px;
    margin-bottom: -10px;
  }
}

@media (max-width: 480px) {
  .impl_home_slider h1 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: -5px;
  }
}

/* Slider wrapper paddings */
.impl_home_slider_wrapper {
  padding-top: 185px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .impl_home_slider_wrapper {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .impl_home_slider_wrapper {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .impl_home_slider_wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

/* Slick Dots responsive */
.impl_home_slider .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 85px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .impl_home_slider .slick-dots {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
}

/* Optional: space dots more on mobile */
@media (max-width: 480px) {
  .impl_home_slider .slick-dots li {
    margin: 10px 4px;
  }
}
