.about-hero-section {
  position: relative;
  width: 100%;
  height: 60vh; /* Adjust this value to set banner height */
  background: url('images/about-us/about-us-banner.png') center center / cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height:306px;
}

/* Dark overlay to enhance text contrast */
.about-hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

/* Centered overlay text */
.about-hero-text {
  position: relative;
  width: 374px;
  height:148px;
  left:80px;
  color: #fff;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
  z-index: 2;
  padding: 50px;
  background: rgba(0, 0, 0, 0.5);
}
ul.breadcrumb {
  list-style: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 10px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: white;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: orange;
  text-decoration: underline;
}


.about-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}


.about-section h1 {
  font-size: 40px;
  font-weight: 700;
  text-align:center;
  color: #0D0D0D;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  gap: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #0D0D0D;
}
.about-bold {
  font-weight: 700;
}
.highlight-text {
  font-size: 20px;
  font-weight: 700;
}

.aboutus {
  font-size: 15px;
  font-weight: 500;
}



.about-text {
  max-width: 500px;
  text-align: left;
  margin-left: 20px;
}
.about-section .heading{
  font-size: 20px;
}

.about-text p {
  font-size: 15px;
  line-height: 1.6;
}


.about-images {
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-top {
  position:relative;
  width: 100%;
  border-radius: 20px;
  z-index: 1;
}
.experience{
    padding: 15px;
    position: absolute;
    background: orange;
    color: white;
    border-radius: 50%;
    z-index: 1;
    border: 8px solid white;
    top: 75%;
    left: 80%;;
}
.eight{
  font-size: 20px;
}
.experience span{
  display: block;
  font-size: 8px;
}
.user-rating{
  border-radius:50%;

}
.round-image{
      display:flex;
      gap: 2rem;
    
}
.round-image1{
      display: flex;
      align-items: center;
      text-align: center;
      color:orange;
      font-family: Arial, sans-serif;
}
.misson-vision{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
    background-color: #F6F6F6;
}
.mission{
  width:400px;
  margin-left:60px;
}
.circle-image{
    border: 10px solid orange;
    border-radius: 50%;
}
.title{
  font-size: 25px;
    font-weight: 700;
    color: orange;
    padding: 10px 0;
}
.sub-title{
    font-size: 13px;
    color: orange;
    font-weight: 500;
    padding: 10px 0;
}
.explanation{
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
}
.content {
    margin: 50px auto;
    text-align:center;
}
.timeline-container {
        width: 100%;
        /*overflow-x: auto; /* For scrollable timelines */
        padding-bottom: 20px; /* Space for content below line */
        position: relative;
        height: 200px;
    }
.timeline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
    .time-line {
        height: 3px;
        background-color: #ccc;
        position: absolute;
        top: 150%; /* Adjust as needed */
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
     .timeline-event {
        display: inline-block; /* Or use flexbox */
        position: relative;
        width: 200px; /* Adjust width of each event */
        text-align: center;
        padding-top: 50px; /* Space for content above line */
        cursor:pointer;
    }

    .timeline-marker {
            width: 17px;
             height: 17px;
            background: white;
            border-radius: 50%;
            border: 5px solid orange;
            position: absolute;
            top: 135%;
            left: 50%;
            transform: translateX(-50%);

    }
    .time-line.active{
       background-color:orange;


    }
    .time-line.active, .time-line:hover {
  background-color:orange; 
}

    .timeline-content {
        position: absolute;
        top: 0; /* Or adjust based on marker position */
        left: 0;
        right: 0;
    }
    .timeline-title{
      margin-top:30px;
      font-weight:bold;
    }
    .timeline__slides{
      width:50%;
      background: #F6F6F6;
      box-shadow: 1px 12px 20.9px -1px rgba(230, 61, 9, 0.31);
      font-size:16px;
      margin:0 auto;

    }
    .timeline__slide{
      padding: 18px;
      background-color: white;
      display: none;
      overflow: hidden;
      
    }

    #slide1 {
      display: block;
    }
.acheivement-section{
    background: url('images/about-us/acheivement_bg.png') center center / cover no-repeat;
    
}
.acheivement-images{
  margin:0 auto;
  display:flex;

}
.acheivement-image{
    display: flex;
    align-items: center;
    color: orange;
    margin:50px auto;

}
.number{
  font-weight:700;
}
.number span{
  
  color:white;
  font-weight:500;
}
.contact-box{
    margin:70px auto !important;
}
@media (max-width: 430px) {
  .about-hero-text{
      left:40px;
      width:80%;

}
  .acheivement-images{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height:fit-content;
  }
  .acheivement-image{
    margin:10px auto;
  }
  .misson-vision{
    
    display:block;
  }
  .mission{
    width:100%;
    margin:0;
  }
   .contact-box h3 {
    font-size: 20px;
  }
.contact-btn{
  margin-bottom:20px;
}


}


