/*.timeline-slider-container {*/
/*  max-width: 1100px;*/
/*  margin: auto;*/
/*  padding: 40px 0;*/
/*}*/

.timeline-content {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}

.timeline-content .text {
  width: 50%;
}

.timeline-content .text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  color:#0E2643;
}

.timeline-content .text h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color:#0E2643;
}

.timeline-content .image {
  width: 50%;
}
.ths-desc {
    color: #0E2643A6;
}
.timeline-content .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Pagination timeline style */
.timeline-pagination {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.timeline-pagination .swiper-pagination-bullet {
  width: auto;
  padding: 5px 15px;
  border-radius: 20px;
  background: transparent;
  color: #333;
  font-weight: bold;
  opacity: 0.5;
  border: 1px solid transparent;
  cursor: pointer;
}

.timeline-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #000;
}

/* Navigation arrows */
/*.timeline-nav .swiper-button-prev,
.timeline-nav .swiper-button-next {
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}*/
.timeline-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
/* Force Swiper to show only one slide */
.timelineSwiper {
  width: 100%;
  overflow: hidden;
}

.timelineSwiper .swiper-wrapper {
  display: flex;
}

.timelineSwiper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
}


/* Number pagination (years) */
.timeline-pagination {
  margin-top: 30px;
  text-align: center;
}

.timeline-pagination .swiper-pagination-bullet {
  width: auto;
  padding: 6px 16px;
  border-radius: 20px;
  background: transparent;
  color: #333;
  font-weight: bold;
  opacity: 0.5;
  border: 1px solid transparent;
  cursor: pointer;
}

.timeline-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #000;
}

/* Dots between arrows */
.timeline-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.timeline-dots .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.timeline-dots .dot.active
/*.timeline-dots .dot.completed*/ {
  background: #0E2643;
  transform: scale(1.2);
}

.timeline-wrapper {
  position: relative;
  width: 100%;
  margin: 50px 0;
}

.timeline-bar {
  position: absolute;
  top: 11px;
  left: 0;
  width: 12%;
  height: 2px;
  background: #0E2643;
  transition: width 0.4s ease;
  z-index: 2; /* Between background and dots */
}

.timeline-bar-background {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #CCCCCC; /* Light color bar */
  z-index: 0;
}

.timeline-points {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3; /* TOP so dots stay in front */
}

.timeline-points .point {
  text-align: center;
  cursor: pointer;
}

.timeline-points .dot {
  width: 22px;
  height: 22px;
  background: #CCCCCC;
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px;
  transition: 0.3s;
  border: 6px solid #fff;
}

.timeline-points .year {
  font-size: 24px;
  line-height:140%;
  color: #6f7a8c;
  transition: 0.3s;
  display: block;
  font-family: "Roboto", Sans-serif;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.timeline-nav.ths-nav {
    position: absolute;
    width: 100%;
}
/* Active */
.timeline-points .point.active .dot,
.timeline-points .point.completed .dot {
  background: #0b2447;
  transform: scale(1.2);
}


.timeline-points .point.active .year,
.timeline-points .point.completed .year {
  color: #0b2447;
  font-weight: bold;
}
