
.slider-item {
  text-align: center;
  padding: 10px;
}

.slider-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.slider-caption {
  margin-top: 10px;
  font-weight: 500;
  color: #333;
  font-size: 16px;
}

.row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0px!important;
      margin-right: 0px!important;
}

.owl-carousel .item img {
    width: 100%;        /* Makes image fill the container */
    height: auto;       /* Maintains aspect ratio */
    object-fit: contain;
    max-height: 100px;  /* Optional: limit height to keep carousel uniform */
    display: block;
    margin: 0 auto;     /* Center the image */
}

.swiper-container {
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

.swiper-slide {
  width: 260px !important;
  opacity: 0.2;
  transform: scale(0.9);
  transition: all 0.4s ease;
  z-index: 1;
}

.swiper-slide-active {
  opacity: 1 !important;
  transform: scale(1);
  z-index: 5;
}

.timeline-box {
  background: #551318;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.timeline-box .title {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.timeline-box .image img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.timeline-box .year {
  margin-top: 12px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

