/* about-overview */
.about-overview{
    padding: 60px 0;
    background: #F6FBFFD9;
}
.about-overview ul{
    display: flex;
    justify-content: start;
    align-items: stretch;
    gap: 20px;
}
.about-overview ul li{
    background: #FFFFFF;
    border: 1px solid #D4D2D2;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    max-width: 150px;
}
.about-overview ul li img{
    height:40px;
}
.about-overview ul li span{
    display: block;
    margin-top: 10px;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 500;
}
.about-overview .image-overview{
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}
.about-overview .image-overview img{
    width: 100%;
    object-fit: contain;
}
.about-banner{
    padding: 180px 0 60px;
}
.about-banner .banner-content{
    text-align: center;
}
.about-banner .banner-content h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}
.about-banner .banner-content p{
    color: #fff;
    max-width: 800px;
    margin: auto;
    font-size:18px;
    font-weight:500
}
.about-banner .banner-content span{
    display: block;
    margin: 30px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.about-banner .banner-content ul{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 750px;
    margin:0 auto;
    padding: 10px;
    
}
.about-banner .banner-content ul li{
    padding:0 10px;
    border-right: 1px solid #B5B5B5;
}
.about-banner .banner-content ul li:last-child{
    border: 0;
}
.about-banner .banner-content ul li img{
    max-height: 40px;
    width: 100%;
    min-width: 100px;
    object-fit: contain;
}
/* trusted client */
.trusted-client{
    padding: 60px 0;
    background: linear-gradient(95.9deg, #441DA8 -6.29%, #19258D 59.48%);  
}
.trusted-client .content-trusted h3{
    font-size: 36px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;    
}
.trusted-client .content-trusted p{
    color:#fff;
}
.trusted-client .image-box{
    border-radius:20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.trusted-client .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trusted-client .stats-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    flex-wrap: wrap;
    position: relative;
  }
  .trusted-client .avatar-group {
    display: flex;
    align-items: center;
  }
  .trusted-client .avatar-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: -10px;
    border: 2px solid #fff;
  }
  .trusted-client .badge-circle {
    background-color: #007bff;
    color: #fff;
    font-size: 12px;
    border-radius: 999px;
    padding: 6px 10px;
    margin-left: 8px;
  }
  .trusted-client .box-bottom{
      width: 100%;
      display: flex;
      margin-top: 30px;
      gap: 20px;
  }
  .trusted-client .box-bottom {
      padding-left: 100px;
  }
.trusted-client .box-bottom .stat-box{
    text-align: center;
}
.trusted-client .box-bottom .stat-box span{
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
}
.trusted-client .box-bottom .stat-box p{
    font-size: 14px;
    line-height: 1.2;
    color: var(--text-color);
}
.trusted-client .button-right{
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 5px 20px 15px;
    background: #19258d;
    border-radius:0 0 0 10px;
}
.trusted-client .button-right .button-theme{
    background-color: #fff;
    border-color: #fff;
    color: var(--text-color);
}
.trusted-client .button-right .button-theme i{
    background-color: var(--text-color);
    color: #fff;
}
.trusted-client .icon-world{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--secondary-color);
    padding: 15px 20px;
}
.service-about{
    padding: 60px 0;
}
.service-about .card-about{
    background-color: #fff;
    border: 1.15px solid #19258D;
    padding: 30px 60px 30px 25px;
    position: relative;
    border-radius: 10px;
    height: 100%;
}
.service-about .card-about::after{
    content: "";
    background-image:url(../image/background-img/circle-service-card.svg);
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-about .col-md-4:nth-of-type(odd) .card-about::after,
.service-about .card-about:hover::after{
    content: "";
    filter: contrast(0) brightness(10);
}
.service-about .col-md-4:nth-of-type(odd) .card-about,
.service-about .card-about:hover{
    background-color: var(--secondary-color);
}
.service-about .card-about .icon{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.service-about .card-about .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   
}
.service-about .col-md-4:nth-of-type(odd) .card-about h4,
.service-about .col-md-4:nth-of-type(odd) .card-about p,
.service-about .card-about:hover h4,
.service-about .card-about:hover p{
    color: #fff;
}
.service-about .card-about h4{
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.service-about .card-about p{
    margin: 0;
}
/* solustion-about */
.solustion-about{
    background-color:#19258D;
    padding: 60px 0;
}
.solustion-about .section-title .title{
    background-color:#19258D;
    border-color: #fff;
    color: #fff;
}
.solustion-about .section-title .main-heading{
    color: #fff;
}
.solustion-about .section-title p{
    color: #fff;
}
.solustion-about .card-solutions{
    box-shadow: 0px 5.24px 57.6px 0px #041A3317;
    border: 3.93px solid #E6E6E6B2;
    background: #FFFFFF;
    padding: 10px 12px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.solustion-about .card-solutions .icon{
    width:80px;
    height: 80px;
    border-radius: 100px;
    background: #19258D14;
    padding: 15px; 
}
.solustion-about .card-solutions .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.solustion-about .card-solutions .content{
    width: calc(100% - 80px);
    padding-left: 15PX;
}
.solustion-about .card-solutions .content p{
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #3E3E3E;
}
.empowerment{
    padding: 60px 0;
}
.empowerment .image-empowerment{
    width: 100%;
    height: auto;
}
.empowerment .image-empowerment img{
    width: 100%;
    object-fit: contain;
}
/* our team */
.our-team{
    padding: 60px 0;
}
.our-team .team-img{
    width: 100%;
    height: 100%;
}
.our-team .team-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.hiring-option{
    padding:60px 0;
    background-color: #F6FBFF;
}
.hiring-option .card-hiring{
    background: #FFFFFFE5;
    border: 1px solid #19258D;
    padding: 25px 30px;
    border-radius: 15px;
    height: 100%;
}
.hiring-option .card-hiring .icon{
    background: #19258D26;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 25px;
}
.hiring-option .card-hiring .icon img{
    width:100%;
    height: 100%;
    object-fit: contain;
}
.hiring-option .card-hiring h4{
    color: var(--secondary-color);
    font-size: 22px;
    line-height: 1.5;
    font-weight:500;
    margin-bottom: 15px;
}
.hiring-option .card-hiring h5{
    font-size: 16px;
    margin-top: 10px;
}
.hiring-option .card-hiring ul{
    padding-left: 20px;
}
.hiring-option .card-hiring ul li{
    list-style: disc;
    line-height: 1.5;
    color: var(--text-color);
    margin-bottom: 10px;
}
.who-weare{
    padding: 60px 0;
    background: linear-gradient(283.51deg, #19258D 67%, #441DA8 103.81%);

}
.who-weare .section-title .title{
    color:#fff;
    background:var(--secondary-color);
    border-color:#fff;
}
.who-weare .section-title .main-heading,
.who-weare .section-title p{
    color:#fff;
}
.who-weare .card-who{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
    background: #FFFFFF1A;
    border-radius: 15px;
    padding: 12px;
    min-height:115px
}
.who-weare .card-who .content{
    width: calc(100% - 50px);
    padding-right: 15px;
    text-align:end;
}
.who-weare .card-who .content h4{
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-bottom:5px
}
.who-weare .card-who .content p{
    margin:0;
    color:#fff;
    line-height:1.4;
    font-size:15px;
    font-weight:500;
}
.who-weare .card-who .icon{
    width: 60px;
    height: 60px;
    background: #FFFFFF1A;
    border-radius: 10px;
    padding: 10px;
}
.who-weare .card-who .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.who-weare .image-box{
    width:100%;
    height:400px;
}
.who-weare .image-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.who-weare .card-who.card-who-right .content{
    text-align:start;
    padding-right:0;
    padding-left:15px;
}