.our-company-section{
    width: 100%;
    padding: 157px 10px;
}

.our-company-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-company-item{
    max-width: 500px;
}

.our-company-item img{
    width: 350px;
}

.item-title{
    font-size: 13px;
    color: var(--textDarkColor);
}

.our-company-title{
    color: var(--textDarkColor);
    font-size: 35px;
    font-weight: 600;
}

.our-company-description{
    font-size: 15px;
    color: var(--textDarkColor);
    width: 520px;
    margin-top: 60px;
}

.our-company-subdescription{
    color: var(--textLightColor);
    font-size: 13px;
    margin-top: 20px;
}

.request-demo-btn{
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    width: max-content;
    padding: 8px 30px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 20px;
}

.history-section{
    width: 100%;
    padding: 60px 10px 100px 10px;
}

.history-section-wrapper{
    display: flex;
    justify-content: space-between;
}

.history-item{
    max-width: 440px;
}

.history-item img{
    width: 90%;
}

.history-item-title{
    font-size: 13px;
    color: var(--textDarkColor);
}

.history-title{
    color: var(--textDarkColor);
    font-size: 35px;
    font-weight: 600;
}

.history-section-description{
    font-size: 15px;
    color: var(--textDarkColor);
    margin-top: 20px;
}

.history-section-subdescription{
    color: var(--textLightColor);
    font-size: 13px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {

    .our-company-section{
        padding-bottom: 20px;
        padding: 63px 10px;
    }

    .our-company-wrapper{
        flex-direction: column;
        padding: 0px 10px;
    }

    .our-company-item{
        width: 100%;
        padding-top: 35px;
    }

    .item-title{
        text-align: center;
        margin-bottom: 10px;
    }

    .our-company-title{
        margin: auto;
        font-size: 25px;
        text-align: center;
        max-width: 450px;
    }

    .our-company-item img{
        display: none;
    }

    .our-company-description{
        text-align: center;
        width: 100%;
        font-size: 14px;
        margin-top: 20px;
    }

    .our-company-subdescription{
        font-size: 10px;
        text-align: center;
    }

    .request-demo-btn{
        margin: 20px auto 20px auto;
    }

   
    .history-section{
        padding: 10px 20px 50px 20px;
    }

    .history-item{
        max-width: 100%;
        margin-top: 20px;
    }

    .history-section-wrapper{
        flex-direction: column;
    }

    .history-item img{
        width: 80%;
        display: block;
        margin: auto;
    }

    .history-title{
        font-size: 25px;
        width: 300px;
        margin-top: 10px;
    }

    .history-section-description{
        font-size: 13px;
    }

    .history-section-subdescription{
        font-size: 10px;
    }

/******* meet our team *******/

.team-section{
    padding: 80px 30px 30px 30px !important;
  }

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin: 15px 22px;
    width: auto!important;
  }

  .team-section-wrapper{
    flex-direction: column;
}

.apply-now-mobile-view{
    color: #000000; 
    border-radius: 30px; 
    font-size: 16px;
    padding: 10px 23px 10px 23px; 
    background: #fff;
    text-decoration: none;
    text-align: center!important;
    display: block!important;
  }

  .apply-now-laptop-view{
    color: #000000; 
    border-radius: 30px; 
    font-size: 16px;
    padding: 10px 23px 10px 23px; 
    background: #fff;
    display: none;
  }

  .join-team {
    font-size: 18px!important;
    font-weight: 500!important;
    padding: 0px 0px 0px 20px;
}

}

/******* meet our team *******/

.team-section-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 10px;
}

.team-section{
  padding: 100px 80px 10px 80px;
}

.leader-team-section {
    background-color: var(--textDarkColor);
    /* background-color: var(--primaryColor); */
    padding: 40px 10px;
}

.leader-team-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
}

.about-heading {
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 40px;
}

.about-subheading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.read-more-btn {
    outline: none;
    border: none;
    background-color: transparent;
    color: var(--whiteColor);
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.read-more-arrow {
    width: 15px;
    margin-left: 5px;
}

.about-logo {
    width: 260px;
}

.history-section1{
    width: 100%;
    padding: 10px 0px 30px 0px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 27%;
    border-radius: 10px;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container1 {
    padding: 2px 16px;
  }

  .team-section-img-add{
    width:100% ; 
    border-top-left-radius: 10px; 
    border-top-right-radius: 10px;
  }

  .team-section-name-add{
    font-size: 30px; 
  }

  .company-designation{
    font-size: 15px;
    color: #142ea9;
    font-weight: 600; 
    margin-bottom: 5px;
  }

  .leader-description{
    color: #bdbdbd;
    font-size: 12px;
     margin-bottom: 10px;
  }

  .join-team{
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 40px;
    padding: 0px 0px 0px 47px;
  }

  .join-subheading{
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
  }

  .apply-now-laptop-view{
    color: #000000; 
    border-radius: 30px; 
    font-size: 16px;
    padding: 10px 23px 10px 23px; 
    background: #fff;
  }

  .apply-now-mobile-view{
    color: #000000; 
    border-radius: 30px; 
    font-size: 16px;
    padding: 10px 23px 10px 23px; 
    background: #fff;
    display: inline-block; /* Ensures the link behaves like a block element */
    text-decoration: none;
    text-align: center!important;
    display: none;
  }

