/* Minimal tweaks for Bootstrap-based layout */
.item-img {
  width: 96px !important;
  height: 96px !important;
  object-fit: cover;
}

.lead.m-t-15 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

/* Optional: soften carousel container */

.owl-theme.owl-icl .owl-stage-outer {
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.06);
          box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  padding: 10px 0;
}

.owl-theme.owl-icl .owl-controls .owl-page span {
  background: #555;
}
.owl-theme.owl-icl .owl-controls .owl-page.active span,
.owl-theme.owl-icl .owl-controls.clickable .owl-page:hover span {
  background: #2f80ed !important;
}

.owl-carousel.owl-icl .owl-dots {
  bottom: 30px;
}

.owl-carousel.owl-icl .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #555 !important;
}

.owl-carousel.owl-icl .owl-dots .owl-dot.active span {
  background: #2f80ed !important;
}
