/* Slider Responsive Styles */
@media (max-width: 480px) {
  .ct-mainSlider {
    height: 60vh !important;
  }
  .ct-mainSlider .item {
    height: 60vh !important;
  }
  .ct-mainSlider .ct-box {
    padding: 15px;
  }
  .ct-mainSlider h1 {
    font-size: 1.5rem;
  }
  .ct-mainSlider h5 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .ct-mainSlider {
    height: 70vh !important;
  }
  .ct-mainSlider .item {
    height: 70vh !important;
  }
}
