/* body {
  font-family: "Arial", sans-serif;
  background-color: #ffffff;
} */
body,
html {
  overflow-x: hidden;
}
.main-title {
  text-align: center;
  font-weight: 700;
  margin: 40px 0 !important;
  color: #000;
  font-size: 1.75rem;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 40px;
  
  max-width: 100%;
  overflow-x: hidden;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #e74c3c;
  top: 75px; /* Start from below icon 01 */
  bottom: 150px; /* End at icon 06 */
  left: 50%;
  margin-left: -1px;
}

.timeline-item {
  position: relative;
  margin-bottom: 80px;
}

.timeline-box,
.timeline-boxx {
  background-color: #e4e7eb;
  border-radius: 0;
  padding: 30px 20px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.timeline-boxx {
  margin-left: -20px !important;
}

.timeline-box h3,
.timeline-boxx h3 {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.2rem;
}

.timeline-box p,
.timeline-boxx p {
  color: #e67e22;
  font-size: 0.85rem;
  margin-bottom: 0;
  text-align: center;
}

.timeline-icon {
  position: absolute;
  width: 45px !important;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-number {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  z-index: 2;
  font-family: "Tinos", serif;
}

/* Left number for even items */
.left-number {
  position: absolute;
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  z-index: 2;
  left: 40%;
  top: 30px;
  font-family: "Tinos", serif;
}

/* Even items - right side */
.timeline-item:nth-child(even) .timeline-box,
.timeline-item:nth-child(even) .timeline-boxx {
  margin-left: 50px;
}

.timeline-item:nth-child(even) .timeline-icon {
  top: 0;
}

.timeline-item:nth-child(even) .timeline-number {
  right: 52%;
  top: 0;
}

/* Odd items - left side */
.timeline-item:nth-child(odd) .timeline-box,
.timeline-item:nth-child(odd) .timeline-boxx {
  margin-right: 50px;
}

.timeline-item:nth-child(odd) .timeline-icon {
  top: 0;
}

.timeline-item:nth-child(odd) .timeline-number {
  left: 52%;
  top: 0;
}

/* First item */
.timeline-item:nth-child(1) .timeline-number,
.timeline-item:nth-child(1) .timeline-icon {
  top: 30px;
}

/* Second item */
.timeline-item:nth-child(2) .timeline-number,
.timeline-item:nth-child(2) .timeline-icon {
  top: 30px;
}

/* Third item */
.timeline-item:nth-child(3) .timeline-number,
.timeline-item:nth-child(3) .timeline-icon {
  top: 30px;
}

/* Fourth item */
.timeline-item:nth-child(4) .timeline-number,
.timeline-item:nth-child(4) .timeline-icon {
  top: 30px;
}

/* Fifth item */
.timeline-item:nth-child(5) .timeline-number,
.timeline-item:nth-child(5) .timeline-icon {
  top: 30px;
}

/* Sixth item */
.timeline-item:nth-child(6) .timeline-number,
.timeline-item:nth-child(6) .timeline-icon {
  top: 30px;
}

/* Responsive styles - match Image 2 */
@media (max-width: 767px) {
  .timeline::after {
    left: 22px;
    top: 30px;
     bottom: auto;
    height: calc(100% - 229px); 
  }


  .timeline{
    padding-left: 10px !important;
  }
  .timeline-item {
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
  }


   .timeline-icon {
    left: 0 !important;
    top: 0 !important;
    transform: none;
    margin-top: 5px;
  }

  .timeline-number,
  .left-number {
    display: none;
  }

  .left-number {
    display: none;
  }

  .timeline-item:nth-child(odd) .timeline-box,
  .timeline-item:nth-child(even) .timeline-box,
  .timeline-item:nth-child(odd) .timeline-boxx,
  .timeline-item:nth-child(even) .timeline-boxx {
    margin-left: 0!important;
    margin-right: 0 !important;
    text-align: left;
    align-items: flex-start;
  }
.timeline-box,
  .timeline-boxx {
    margin: 0 0 0 50px !important;
    text-align: left;
    align-items: flex-start;
    width: auto;
  }
  .timeline-box h3,
  .timeline-box p,
  .timeline-boxx h3,
  .timeline-boxx p {
    text-align: left;
  }
  .timeline-boxx {
    margin-left: 0 !important;
  }
  .timeline-item:nth-child(odd) .timeline-number {
    left: 0;
  }

  .timeline-item:nth-child(even) .timeline-number {
    right: auto;
    left: 0;
  }
}



.stats-section {
            padding: 40px 0;
            background-color: #f9f9f9;
            color: #000;
            margin-top:150px;
        }
        

        .stats-section h1{

          margin-bottom: 30px;
        }
        .stat-card {
            background-color: #fdfe00; 
            border-radius: 10px;
            padding: 25px 15px;
            text-align: center;
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .stat-icon {
            font-size: 40px;
            margin-bottom: 15px;
            color: #000;
        }
        
        .stat-value {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 14px;
            color: #666;
        }


       
.welcome-form {
 margin: 60px 0;
}
        
.welcome-form h2{
 color: #000;
 font-size: 42px;
 padding-bottom: 10px;
 font-weight: 600;
}

.welcome-form  h3{
 color: #000;
}
.welcome-form h5{
 color: #000;
}

.welcome-form button{
  background-color: red;
  font-size: 16px;
}






.map-near h3{
    color: #000;
    font-weight: 600;
    font-size: 42px;
}


