.horizontal-timeline .items {
  border-top: 3px solid #e9ecef;
}

.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}






/* style */
  .feature-card {
    transition: transform 0.4s, box-shadow 0.4s;
    border-radius: 20px;
  }
  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  }
  .icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  .bg-green-yellow {
    background: linear-gradient(135deg, #28a745, #81630b);
  }




  


  /* homw extra */
.stat-number {
  font-size: 28px;
  font-weight: 700;
}
.glow-btn {
  transition: all 0.3s ease;
}
.glow-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.tag-badge {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 6px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-weight: 600;
}
.tag-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.badge-green {
  color: #198754;
  border: 2px solid #198754;
}
.badge-yellow {
  color: #9b780d;
  border: 2px solid #68510c;
}
.tag-badge i {
  color: inherit;
}
.counter-number {
  transition: all 0.5s ease;
}
.counter-number:hover {
  transform: scale(1.1);
}
   .herowalahu-ss{
        max-width: 400px !important;
    }
.yellowWalabatch-ss{
    left: -15%;
}





/* about page */


/* about page end */
@media (max-width: 768px) {
    .herowalahu-ss{
        max-width: 300px !important;
    }
    .yellowWalabatch-ss{
    left: 0;
}
  .hero-img {
    max-width: 90% !important;
  }
  .tag-badge {
    font-size: 13px;
    padding: 4px 12px;
  }
  .tag-badge:nth-child(2) {
    left: 0 !important;
  }
  .tag-badge:nth-child(3) {
    right: 0 !important;
  }
  .tag-badge:nth-child(4) {
    top: 60% !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}



