.section-spacing {
  margin-bottom: 100px;
}

/* banner section  */
.about-banner {
  /* background-image: url("../images/about-banner.png");
  background-size: cover;
  background-position: center;
  height: 80vh; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding-left: 80px;*/
  color:#000;
  text-align: center;
  padding: 20% 0px 5%;
  text-transform: uppercase;
}
.about-banner h2 {
  font-size: 40px;
  font-weight: 600;
}
.about-banner a {
  text-decoration: none;
  color: #0ddbdc;
}

/* foresight section  */
.foresight-section {
  margin: 74px 0;
}
.abt-section-heading {
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.foresight-section p {
  line-height: 30px;
}
.foresight-img{
    width: 100%;
    object-fit: contain;
}


/* purpose section  */

.future-card {
    padding: 25px;
  }
  
  .future-card1 {
    background-color: #01043b;
    color: white;
    padding: 25px;
    border-radius: 24px;
  }
  

  .future-card img {
    width: 40%;
    max-width: 100%;
    height: auto;
  }
  .future-card h3{
    font-family: "Montserrat", sans-serif;
  }

/* who we are section  */
.abt-row {
  background-color: black;
  color: white;
  border-radius: 50px;
  padding: 55px 70px;
  position: relative;
}
.abt-row::before {
    content: " ";
    background-image: url("../images/product-bg-1.png");
    position: absolute;
    height: 100px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
  
    top: 18%;
    left: 35%;
}
.abt-row p {
  width: 90%;
}
.gradient-text {
  background: linear-gradient(to right, #ffffff, #0ddbdc); /* your gradient */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* team section  */

.team-card-icons div {
  background-color: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-card-icons div img {
  width: 50%;
}
.team-card-icons {
  gap: 10px;
}
.abt-section-video {
  border-radius: 37px;
}
.team-para{
    margin: 20px 0 40px 0;
}
.team-card h4{
    margin-top: 20px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

/* Responsive Design */



@media screen and (max-width: 991px) {
    .foresight-section {
      margin: 60px 0;
    }
  
    .abt-section-heading {
        margin-top: 20px;
      font-size: 30px;
      text-align: center;
      margin-bottom: 20px;
    }
  
    .foresight-section p {
      line-height: 28px;
      font-size: 16px;
      text-align: justify;
    }
  
    .foresight-img {
      max-width: 80%;
      
    }

    .future-card img {
        width: 50%;
      }
    
    
    .future-card {
        padding: 20px;
      }

      .abt-row {
        padding: 40px 40px;
        border-radius: 40px;
      }
    
      .abt-row::before {
        height: 80px;
        width: 80px;
        top: 10%;
        left: 30%;
      }
    
      .abt-row p {
        width: 100%;
      }
      .team-card {
        margin-bottom: 30px;
      }
   
  }
  
 
  @media screen and (max-width: 767px) {
    .foresight-section {
      margin: 40px 0;
    }
  
    .abt-section-heading {
      font-size: 24px;
    }
  
    .foresight-section p {
      font-size: 14px;
      line-height: 26px;
      padding: 0 15px;
    }
  
    .foresight-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .foresight-section .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }



    /* future and purpose section  */
    .future-card img {
        width: 60%;
      }
    
      .future-card h3 {
        font-size: 18px;
      }
    
      .future-card p {
        font-size: 15px;
      }
    
      .abt-section-heading {
        font-size: 28px;
        line-height: 1.3;
      }

      .abt-row {
        padding: 35px 25px;
        border-radius: 30px;
      }
    
      .abt-row::before {
        height: 60px;
        width: 60px;
        top: 8%;
        left: 25%;
      }
    
      .abt-section-heading {
        font-size: 28px;
      }
    
      .abt-row p {
        font-size: 14px;
        text-align: justify;
      }

      .team-section {
        padding: 40px 0;
      }
    
      .team-card h4 {
        font-size: 16px;
      }
    
      .team-card p {
        font-size: 14px;
      }
    
      .team-card-icons div {
        height: 35px;
        width: 35px;
      }
    
      .team-para {
        font-size: 15px;
        padding: 0 10px;
      }
  }
  
  @media screen and (max-width:576px){
    .abt-row {
        padding: 25px 15px;
        border-radius: 20px;
      }
    
      .abt-row::before {
        height: 50px;
        width: 50px;
        top: 5%;
        left: 20%;
      }
    
      .abt-section-heading {
        font-size: 24px;
        text-align: center;
      }
    
      
    
      .abt-section-video {
        margin-top: 20px;
      }
      .team-card-icons {
        gap: 8px;
      }
    
      .team-card-icons div {
        height: 32px;
        width: 32px;
      }
    
      .team-card-icons div img {
        width: 60%;
      }
    
      .team-para {
        font-size: 14px;
      }
    
      .abt-section-heading {
        font-size: 26px;
      }
  }
  @media screen and (max-width: 480px) {
    .abt-section-heading {
      font-size: 20px;
    }
  
    .foresight-section p {
      font-size: 14px;
      line-height: 24px;
    }

    .future-card {
        padding: 15px;
      }
    
      .future-card img {
        width: 70%;
      }
    
      
    
     
  }
  @media only screen and (max-width: 500px) {
  
    .service-banner {
     
      height: 60vh;
      padding-left: 0px;
      align-items: center;
  }
  .service-banner h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .service-banner a {
    text-align: center;
  }
  }
  @media only screen and (max-width: 391px) {
  
    .section-spacing {
      margin-bottom: 30px;
  }
  }
  
