#form-link{
    display: none;
}
/* for header changes */
.headerWrapper{background: #fff !important;}
.navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
.header-call-number{border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
.header-call-icon{border:1px solid #000 !important;}
.header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
.headerWrapper .white-logo{display: none !important;}
.headerWrapper .blue-logo{display: block !important; }
.getStartedBtn:hover{border:1px solid #2571f0 !important;}
/*End*/
.headerWrapper{
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .1);
}
/* common body text css here */
.common-body-text h1{
    font-family: Inter;
    font-weight: 500;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.common-body-text h1 span{
    display: block;
}
.common-body-text h2{
    font-family: inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #323232;
    text-transform: uppercase;
}
.white-color{
    color: #fff !important;
}
.common-body-text p{
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 0;
}
.core-btn.home-comm-btn{
    border: 2px solid #FFFFFF;
    padding: 13px 24px;
    border-radius: 4px;

    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: center;
    color: #fff !important;
    background-color: transparent !important;
    margin: 0 !important;
}
/* common for max width sections */
.common-mx-width{
    max-width: 1300px;
    width: 100%;
    padding: 40px 20px;    
    margin: 0 auto;
}
.blue-bg{
    background: #1A6DF9;
}
/* banner section css here */
.banner-blue-badge{
    width: 113px;
    padding: 7px 10px;
    background: #007BFF;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 30px;
}
.home-banner-section{
    margin-top: 80px;
    align-items: center;
    display: flex;
    min-height: 500px;
    height: 84.8vh;
    position: relative;
}
.home-banner-section video {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home-banner-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    /* background: #0E192B99; */
    background: #07112080;
}
.banner-flex{
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px 40px;
}
.banner-flex .core-btn.home-comm-btn:hover{
    color: #333333 !important;
    background-color: #fff !important;
}
.banner-flex .banner-content{
    max-width: 660px;
    width: 100%;
}
.banner-flex .banner-content p{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 23px;
    color: #fff;
}

/* banner link wrapper */
/* .blue-service-wr{
    background: #1A6DF9;
}
.blue-service-wr .service-mx-width{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.blue-service-wr .service-mx-width .link-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
    width: 100%;
    flex-wrap: wrap;
}
.blue-service-wr .service-mx-width .link-flex a{
    display: inline-block;
    font-family: inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -1%;
    color: #FFFFFF;
} */

.blue-service-wr {
  background: #1A6DF9;
}

.blue-service-wr .service-mx-width {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.link-scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.link-scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex: 1;  
   scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  margin: 0 40px !important;
}
.link-scroll-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.link-flex {
  display: flex;
  gap: 16px 25px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 8px;
  justify-content: space-around;
}

.link-flex a {
  display: inline-block;
  font-family: inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
}

.scroll-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: -5px;
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 0;
    border: 0 !important;
    outline: 0 !important;
}

.left-btn {
  margin-right: 10px;
  left: 0;
}

.right-btn {
  margin-left: 10px;
  right: 0;
}

/* Hide buttons on larger screens */
@media (min-width: 1024px) {
  .blue-service-wr .scroll-btn {
    display: none !important;
  }
}

/* certified section */

.certified-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
}
.certified-container h2{
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    color: #323232;
    margin-bottom: 42px;
    text-transform: uppercase !important;
}
.certified-flex-layout{
  display: flex;
  gap: 30px 20px;
  justify-content: center;
  align-items: start;
}

.certified-box {
    position: relative;  
    min-width: 170px;
    max-width: 200px;
    min-height: 200px;
    max-height: 220px;  
}
.cert_box_position{
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 1px solid #D9D9D9;
    padding: 49px 10px;
    min-width: 170px;
    max-width: 200px;
    min-height: 200px;
    max-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.certified-img-wr{
    height: 105px !important;
    display: flex;
    align-items: center;
}
.cert_box_position::after{
    content: '';    
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 26px 26px;
    background-color: #FFF;
    width: 100%;
    height: 8px;
}

/* Overlay Effect */
.certified-box .certified-box-txt {
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* Text */
.certified-box .text {
  font-family: Inter;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  height: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover Effects */

.certified-box:hover .certified-box-txt {
  opacity: 1;
}
.certified-box:hover .cert_box_position::after{
    background-color: #007BFF;
}
.certified-box:hover .certified-img-wr{
    margin-bottom: 20px;
}

.certified-box:hover .text {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
  .card-container {
    gap: 16px;
    padding: 16px;
  }
  
}

/* our mission section start here */
.our-mission-bg{
    background-image: url('../img/our_mission_bg.png');
    background-color: #1A6DF9;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.mission-right{
    min-width: 290px;
}
.our-mission {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #fff !important;
}

.our-mission__title {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.mission-img-flex{
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}
.mission-img-flex .mission-left{
    max-width: 605px;
}
.our-mission__description {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 18px;
}

.our-mission__sub-description {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
}

.our-mission__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 60px;
}

/* .our-mission__stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
    padding: 20px;
    border-width: 2px 2px 1px 1px;
    border-style: solid;
    border-radius: 0 30px 0 30px;
    border-color: #fff;
    background-color: #1A6DF9;
    padding-top: 25px;
} */

.our-mission__stat-item {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1;
  min-width: 150px;
  padding: 25px 20px 20px;
  background-color: #1A6DF9;
  color: white;
  font-family: sans-serif;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  transition: all .5s;
}
.our-mission__stat-item:hover{
    background-color: #fff;
}
.our-mission__stat-item:hover .our-mission__stat-number{
    color: #1A6DF9 !important;
}
.our-mission__stat-item:hover .our-mission__stat-label{
    color: #323232 !important;
}
/* Gradient border using ::before */
.our-mission__stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px; /* thickness of border */
  background: linear-gradient(180deg, #FFFFFF 0%, #1A6DF9 100%);
  border-radius: 0 30px 0 30px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}


.our-mission__stat-number {
    display: block;
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 16px;
}

.our-mission__stat-label {
    font-family: Inter;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    display: block;
    text-align: center;
    color: #fff;
}

/* solutions css here */
.services-bg{
    background: #fff;
}
.services-bg h2{
    margin-bottom: 20px;
}
.sub-heading-txt{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #333333;    
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px !important;
}
.services-flex{
    display: flex;
    align-items: stretch;
    gap: 20px 30px;
}
.services-wrapper {
    padding: 70px 20px 90px;
}
.services-wrapper .services-menu {
    width: 404px;
}

.services-wrapper .services-menu a {
    display: block;
    padding: 24px 30px;
    padding-right: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #E5E9F0;
    border-radius: 10px;

    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 15px;

}
.services-wrapper .services-menu a:last-child{
    margin-bottom: 0;
}
.services-wrapper .services-menu a:hover {
    background-color: #e9f6fc;
    box-shadow: 0px 0px 20px 0px #00000033;
}
.services-wrapper .services-menu a.active{
    background-color: #1A6DF9;
    box-shadow: 0px 0px 20px 0px #00000033;
    color: #ffffff;
}

.services-wrapper .services-content {
    flex: 1;
}
.services-wrapper .services-content .left-side{
    padding: 34px 38px;
    border: 2px solid #1A6DF9;
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    background-color: #F4F8FF;
}
.services-wrapper .services-content .left-side .img-wr{
    min-width: 290px;
}
.services-wrapper .services-content .left-side .img-wr img{
    border-radius: 10px;
}
.services-wrapper .services-content .left-side .service-img-info-flex{
    gap: 16px 25px;
    align-items: center;
    margin-bottom: 50px;
}
.services-wrapper .services-content .left-side h3{
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    color: #323232;
    margin-bottom: 12px;
}
.services-wrapper .services-content .left-side p{
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #333333;
}
.services-wrapper .core-btn.home-comm-btn{
    border-color: #1A6DF9 !important;
    background-color: #1A6DF9 !important;
}
.services-wrapper .services-section {
    display: none;
    height: 100%;
}

.services-wrapper .services-section.active {
    display: flex;
}

.services-wrapper .percent-flex{
    display: flex;
    gap: 10px 20px;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 40px;
}
.services-wrapper .percentage-block {
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    flex: 1;
}

.services-wrapper .percentage-value {
    color: #1A6DF9;
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 6px;
    display: inline-block;
}
.services-wrapper .percentage-txt{
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: inline-block;
    text-transform: uppercase;
}
.service-tab-box{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 18px 16px;
    border-radius: 10px;
}
.service-tab-box h4{
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    color: #1A6DF9;
    margin-bottom: 6px;
}
.service-tab-box span{
    display: block;
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #333333;
}
.service-tab-row{
    margin-right: -10px !important;
    margin-left: -10px !important;
    gap: 16px 0;
}
.service-tab-col{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
/* case study css start here */
.home-case-study-wr .common-mx-width{
    padding-bottom: 80px;
}
.home-case-study-wr h2{
    margin-bottom: 30px;
}
.home-case-study-wr .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0;
}

.home-case-study-wr .grid-item {
    border: 1px solid #DDDDDD;
    outline: 2px solid #fff;
    padding: 20px;
    cursor: default;
    padding-bottom: 25px;
}
.case-card-flex{
    display: flex;
    align-items: stretch;
    margin-bottom: 24px;
}
.case-card-flex .left-info{
    border: 1px solid #DDDDDD;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
.case-card-flex .left-info span{
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 24px;
    color: #1A6DF9;
    display: inline-block;
}

.home-case-study-wr .grid-item .case-card-flex .left-info p{
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 0;
    text-transform: uppercase;
}
.card-img-wr{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; 
    flex: 1;
}
.card-img-wr img{
    width: 100%;
    height: 100%;
}
.home-case-study-wr .core-btn.home-comm-btn{
    border: 1px solid #1A6DF9;
    border-radius: 4px;
    color: #1A6DF9 !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    padding: 7px 15px;
    margin-bottom: 10px !important;
}

#toggleButton{
    border: 1px solid #1A6DF9;
    border-radius: 4px;
    color: #fff !important;
    background-color: #1A6DF9 !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    padding: 2px 20px;
    height: 40px;
    outline: 0;
    box-shadow: none;
}

.home-case-study-wr .grid-item h3{
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.home-case-study-wr .grid-item p{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 20px;
}

.case-image-wr{
    margin-bottom: 26px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
}
.case-image-wr img{
    filter: grayscale(100%);
    opacity: 0.5;
}
.home-case-study-wr .grid-item:hover{
    border-color: #1A6DF9;
    outline-color: #1A6DF9;
    box-shadow: 0px 4px 50px 0px #0000002B;
}
.home-case-study-wr .grid-item:hover .case-image-wr img{
    filter: none;
    opacity: 1;
}
.home-case-study-wr .grid-item:hover h3{
    color: #1A6DF9;
}
.home-case-study-wr .grid-item:hover .core-btn.home-comm-btn{
    background-color: #1A6DF9 !important;
    color: #fff !important;
}
.home-case-study-wr .content-to-hide {
    display: none;
}

.home-case-study-wr .grid-container .grid-item:nth-child(4) .content-to-hide, /* 4th item in 3-column grid */
.home-case-study-wr .grid-container .grid-item:nth-child(5) .content-to-hide, /* 5th item in 3-column grid */
.home-case-study-wr .grid-container .grid-item:nth-child(6) .content-to-hide { /* 6th item in 3-column grid */
    display: none;
}

.home-case-study-wr .button-container {
    text-align: center;
    margin-top: 14px;
}

/* why choose us css here */
.why-choose-container {
    max-width: 100%;    
    color: #ffffff !important;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.why-choose-img-wrapper{
    /* width: 35%; */
    width: 100%;
    transition: width 1.3s ease;
    background-image: url('../img/Why-Choose-Us-right-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 810px;
    display: block;    
}
.why-choose-img-wrapper.active {
    width: 35%;
}
.why-choose-section{
    position: relative;
    display: none;
    right: -65%;
    padding: 56px 8px 40px 86px;
    background: linear-gradient(rgba(14, 97, 237, 0.94), rgba(14, 97, 237, 0.94)), 
            url('../img/why-choose-bg-img.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
    transition: transform 1.3s ease, opacity 1.2s ease;
}
.why-choose-section.active {
    width: 65%;
    right: 0;
    opacity: 1;
    display: block;
}
.why-choose-content{
    max-width: 818px;
    width: 100% !important;
    margin: 0 !important;
    text-align: left !important;
    position: relative;
    bottom: -100%;
    transition: transform 1.6s ease;
}

/* .why-choose-content {
    max-width: 818px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1.2s ease, opacity 1.2s ease;
  } */
  
.why-choose-content.active {
    bottom: 0 !important;
    opacity: 1;
}

.why-choose-section-title {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 4px;
}
.why-choose-content .main-p{
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
}

.box-flex{
    display: flex;
    margin:0 -20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.why-choose-feature-box {
    width: 50%;
    padding: 20px;
}
.box-flex p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
.why-choose-feature-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 2px;
    margin-top: 6px;
}

.why-choose-stats {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.why-choose-stat-item { 
    padding-left: 14px;
    border-left: 3px solid #fff;
}

.why-choose-stat-number {
    font-family: Inter;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 4px;
}

.why-choose-stat-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

/* client section */
.home-client-section{
    padding: 60px 0;
    background-color: #F4F8FF;
}
.home-client-section h2{
    font-family: inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #323232;
    text-align: center;
    text-transform: uppercase;
}
.home-client-section .swiper {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
}

.home-client-section .swiper-wrapper {
    display: flex;
    align-items: center;
}

.home-client-section .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    padding: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-in-out, opacity 0.5s;
    opacity: 0.6;
    transform: scale(0.9);
}

/* Bring the center slide upfront */
.home-client-section .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    border: 3px solid #007bff;
    box-shadow: 0px 4px 50px 0px #0000002B;

}

.home-client-section .quote {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 24px;
    padding: 0 30px;
}

.home-client-section .testimonial-text {
    font-family: inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    padding: 0 30px;
    margin-bottom: 0;
}
.testimonial-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;        
    padding: 0 30px;
    padding-top: 34px;
    border-top: 1px solid #EEEEEE;
    margin-top: 40px;
}
.home-client-section .testimonial-author {
    display: flex;
    align-items: center;    
}

.home-client-section .testimonial-author img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    margin-right: 16px;
}

.home-client-section .swiper-button-next, .swiper-button-prev {
    color: #007bff;
    position: absolute;
    top: unset !important;
    bottom: 0 !important;
}

.home-client-section .swiper-button-next {
    position: relative !important;
    right: unset !important;
    top: unset !important;
    left: 57px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0;
    width: 45px;
}
.home-client-section .swiper-button-next:after{
    content: '' !important;
    height: 45px;
    width: 45px;
    background-image: url('../img/slider-next-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-client-section .swiper-button-next:hover:after {
    filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(2048%) hue-rotate(202deg) brightness(95%) contrast(99%);
}
.home-client-section .swiper-button-prev {
    position: relative;
    left: unset !important;
    top: 45px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    width: 45px;
}
.home-client-section .swiper-button-prev:after{
    content: '' !important;
    height: 45px;
    width: 45px;
    background-image: url('../img/slider-prev-icon.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-client-section .swiper-button-prev:hover:after {
    filter: brightness(0) saturate(100%) invert(30%) sepia(87%) saturate(2048%) hue-rotate(202deg) brightness(95%) contrast(99%);
}
.home-client-section .swiper-pagination-bullet {
    background: #007bff;
}
.client-name{
    font-family: inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
}
.client-designation{
    font-family: inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}


.logos{
    overflow:hidden;
    white-space:nowrap;
    position:relative;
    padding-top: 48px;
    padding-bottom: 48px;

}


.logos:hover .logos-slide{
    animation-play-state:paused;
}

.logos-slide{
    display:inline-flex;
    align-items: center;
    animation: 35s slide infinite linear;
}

.logos-slide .logo-slider-img-wr{
    height:86px;
    box-shadow: 0px 0px 4px 0px #00000026;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    width: max-content;
    margin-right: 40px;
}
.logos-slide .logo-slider-img-wr img{
    max-width: 100%;
    max-height: 70px;
}
@keyframes slide{
    from{
        transform:translateX(0) ;
        
    }
    to{
        transform:translateX(-100%) ;

    }
}

/* about services section */
.about_services {
    width: 100%;
    padding: 70px 20px;
    background-color: #F4F8FF;
}

.about_services_container {
    max-width: 1300px;
    margin: 0 auto;
}

.about_services_title {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.about_services_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
}

.about_services_card {
    background-color: transparent;
    border-radius: 8px;
    padding: 30px 24px;
    padding-bottom: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-image: url('../img/core_service_main_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 8px 0px #0000000D;
    background-position: top right;
    border-radius: 36px;
}
.about_services_card:hover{
    background-image: url('../img/core_service_main_Hover_bg.png');
    box-shadow: 0px 1px 30px 0px #007BFF4D;
}
.about_services_card:hover .about_services_card_title::before{
    background-color: #1A6DF9;
}
.about_services_card_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 23px;
    position: relative;
    padding-right: 30px;
}
.about_services_card_title::before{
    content: '';
    position: absolute;
    left: -24px;
    height: 100%;
    width: 4px;
    background-color: transparent;
    top: 0;
}
.about_services_card_description {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 24px;
}

.about_services_card_stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    border-top: 1px solid #E2DFDF;
    padding-top: 15px;
    padding-bottom: 13px;
}

.about_services_card_stat_number {
    display: block;
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 24px;
    color: #1A6DF9;
}

.about_services_card_stat_text {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
}
.about_vid_flex{
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 768px) {
    .about_services_grid {
        grid-template-columns: 1fr;
    }
    
    .about_services_title {
        font-size: 2rem;
    }
    
    .about_services_card {
        padding: 20px;
    }
}

/* aim at section start */
.aim_at_bg {
  background-image:  url('../img/What_we_aim_bg_image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 .aim_at_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    gap: 16px 0;
}

.aim_at_image {
    flex: 0 0 40%;
    max-width: 40%;
}
.aim_at_image img{
    margin-top: 10px;
}
.aim_at_content_wrapper {
    flex: 1;
}

.aim_at_heading {
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #fff;
    padding-left: 70px;
}

.aim_at_content {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    padding-left: 70px;
}

.aim_at_content p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.aim_at_content p:last-child {
    margin-bottom: 0;
}
.amin-vid-wr{
    display: flex;
    gap: 10px;
    padding: 10px 2px;
    background-color: #fff;
    margin-top: 25px;
}
.amin-vid-wr p{
    font-family: Inter;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .aim_at_container {
        flex-direction: column;
        gap: 30px;
    }
    
    .aim_at_image {
        flex: 1;
        max-width: 100%;
    }
    .aim_at_heading,
    .aim_at_content{
        padding-left: 0 !important;
    }
    .aim_at_image img {
        margin-top: 0;
        border-radius: 20px;
    }
    .aim-gif-wr{
        min-width: 70px;
    }
    .about_learn-item{
        height: 440px;
        padding: 25px
    }
    .mission-img-flex{
        flex-wrap: wrap-reverse;
    }
    .mission-right{
        max-width: 300px;
        margin: 0 auto;
    }
    .mission-img-flex .mission-left{
        max-width: 100%;
    }
    .our-mission__stat-number{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 6px;
    }
}

/* learn more section start */
.about_learn-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 70px 20px;
}
.about_learn-section{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center !important;
    align-items: center;
    width: 100%;
    gap: 14px;
}
.about_learn-item{
    height: 500px;
    display: flex;
    align-items: end;
    padding: 60px 50px;
    border-radius: 16px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s !important;
}
.about_learn-item:first-child{
    background: 
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070B1F 100%), 
        url('../img/Leadership_learn_more.png');
}
.about_learn-item:nth-child(2){
    background: 
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070B1F 100%), 
        url('../img/Career_learn_more.png');
}
.about_learn-item:last-child{
    background: 
        linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070B1F 100%), 
        url('../img/Whats_new_learn_more.png');
}
.about_learn-item .before-hover-txt{
    color: #fff;
    font-family: Inter;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.on-hover-visible-div{
    display: none;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}
.on-hover-visible-div .learn-info h3{
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 16px;
}
.on-hover-visible-div .learn-info p{
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.on-hover-visible-div .lean-link-wr a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
}
.on-hover-visible-div .lean-link-wr a span{
    color: #fff !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
.about_learn-title{
    text-align: center;
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 50px;
}
.about_learn-item:hover {
    background: url('../img/Learn_More_Hover_Image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: start;
}
.about_learn-item:hover .before-hover-txt{
    display: none;
}
.about_learn-item:hover .on-hover-visible-div{
    display: flex;
}

/* map section start here */
.map-section-bg{
    background-color: #F4F8FF;
}
.map-tab-wrapper{
    padding: 60px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.map-tab-wrapper h2{
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 24px;
}
.map-tab-wrapper p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.map-tab-wrapper .nav-tabs .nav-link {
  position: relative;
  border: none;
  padding: 10px 16px;
  font-weight: 500;
  background: transparent !important;
  color: #323232;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  opacity: .5;
  white-space: nowrap;
}

.map-tab-wrapper .nav-tabs .nav-link.active {
  color: #000;
  opacity: 1;
}

.map-tab-wrapper .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  width: calc(100% - 28px);
  height: 4px;
  background-color: #007bff;
  border-radius: 2px;
}

.map-tab-wrapper .nav-tabs{
    gap: 10px 70px !important;
    flex-wrap: nowrap;
}

.map_main_container {
  position: relative;
  display: inline-block;
}

.map-marker {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent;
  background-size: contain;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.tooltip-inner {
  background-color: #000; /* or any custom background */
  color: #fff;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 4px;
}
.bs-tooltip-top{
    padding: 4px 0 !important;
}
/* Tooltip arrow color (for top placement) */
.tooltip.bs-tooltip-top .arrow{
    display: none;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #000;
}


/* last section */
.form-bg{
    background-color: #F4F8FF;
}
.home-form-wr{
    padding: 120px 20px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 20px 60px;
}
.home-form-wr .form-left-side{
    width: 100%;
}
.home-form-wr .form-left-side h2{
    font-family: Inter;
    font-weight: 800;
    font-size: 32px;
    line-height: 52px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.home-form-wr .form-left-side h2 span{
    color: #1A6DF9;
}
.home-form-wr .form-left-side .listing p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    position: relative;
    margin-bottom: 14px !important;
    margin-left: 18px;
}
.home-form-wr .form-left-side .listing p::before{
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    height: 8px;
    width: 8px;
    background-color: #1A6DF9;
}
.home-form-wr .form-left-side p{
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 32px;
}
.form-image-wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px 20px;
    border: 1px solid #EEEEEE;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 35px;
}
.home-form-wr .form-right-side{
    min-width: 500px;
    max-width: 500px;
    padding: 36px 36px 32px 36px;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #00000040;
    background-color: #fff;
}
.home-form-wr .form-right-side h3{
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #323232;
    text-align: center;
    margin-bottom: 24px;
}
.form-group{
    margin-bottom: 18px !important;
    padding: 0 !important;
    display: block;
    width: 100%;
}
.home-form-wr .form-group input, textarea.form-control{
    border: 1px solid #CCCCCC !important;
    border-radius: 5px !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #333333 !important;
    padding: 21px 20px !important;
}
.home-form-wr .form-group input::placeholder{
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Inter !important;
}
.home-form-wr .form-group textarea.form-control{
    height: 100px !important;
    padding: 14px 20px !important;
}
.home-form-wr .form-group textarea.form-control::placeholder{
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    font-family: Inter !important;
}
.form-info-txt{
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #393A3D;
    margin-top: 12px;
    margin-bottom: 0;
}
.core-btn.talent-btn{
    width: 100% !important;
    display: inline-block !important;
    outline: 0;
    box-shadow: none;
    text-align: center;
    height: 44px;
    padding: 8px;
    background-color: #1A6DF9 !important;
    border-color: #1A6DF9 !important;
    border-radius: 4px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #fff !important;

}

.mobile-slider{
    display: none;
}

.accordion{
    display: none;
}
.global-wr-container{
    display: none;
}

/* hover on button */
.core-btn.home-comm-btn.white-hover:hover{
    border-color: #fff !important;
    background-color: #fff !important;
    color: #333333 !important;
}
.services-wrapper .core-btn.home-comm-btn:hover{
    background-color: #fff !important;
    color: #1A6DF9 !important;
}
#toggleButton:hover{
    background-color: #fff !important;
    color: #1A6DF9 !important;
}
.for-mobile-scroll{
    overflow-y: auto;
}
/* media query */

@media only screen and (max-width:1430px){
    .services-wrapper .services-content .img-wr{
        min-width: 250px;
    }
    .services-content{
        margin-right: 60px;
    }
    .services-wrapper .services-menu{
        width: 360px;
    }
    .services-flex{
        gap: 20px 24px;
    }
}

@media only screen and (max-width:1366px){
    .home-banner-section{
        height: 83vh;
    }
    .common-body-text h1{
        font-size: 60px;
        line-height: 70px;
    }
    .blue-service-wr .service-mx-width .link-flex a{
        margin: 0 auto;
    }
    .certified-flex-layout{
        flex-wrap: wrap;
    }
    
}

@media only screen and (max-width:1300px){
    .mobile-slider {
        display: flex;
        overflow: hidden;
        width: 470px;
        height: 470px;
        position: relative;     
    }    
      .mobile-emark-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
      }
      .mobile-emark-slide img{
        height: 420px;
        width: 420px;
      }
      .emark-swiper{
        display: none;
      }
      .mobile-slider{
        display: block;
        margin: 0 auto;
        }
        .emark-slider-container{
            width: 450px;
            height: 425px;
        }
    
      .mobile-emark-slide.active {
        opacity: 1;
        z-index: 1; /* Make the active slide appear on top */
      } 

      .why-choose-section{
        padding: 36px 8px 30px 45px;
      }
      .why-choose-section-title{
        font-size: 28px;
        line-height: 42px;
      }
      .home-form-wr .form-left-side h2{
        font-size: 28px;
        line-height: 42px;
      }
      .why-choose-content .main-p{
        margin-bottom: 12px;
      }
      .why-choose-stat-number{
        font-size: 30px;
        line-height: 40px;
      }
      .our-mission__stats{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .our-mission__stat-item{
        min-width: 205px !important;
        max-width: 205px;
        width: 100%;
        gap: 14px 12px;
    }
    .services-wrapper .services-content .left-side .img-wr{
        min-width: 220px;
        width: 220px;
    }
    .services-wrapper .services-content .left-side{
        padding: 24px 28px;
    }
    .services-wrapper .services-menu a {
        padding: 20px 24px;
    }
}
@media only screen and (max-width:1200px){
    .latest-talk-flex{
        flex-wrap: wrap;
    }
    .latest-talk-flex .latest-talk-left{
        max-width: 100%;
    }
    .latest-talk-flex .latest-talk-left .left-ing-wr{
        text-align: center;
    }
    .home-form-wr{
        padding: 60px 20px;
        gap: 20px 40px;
        align-items: center;
    }
    .form-image-wr{
        width: 100%;
    }
    .form-image-wr img{
        margin: 0 auto;
    }
    .services-flex{
        align-items: flex-start;   
    }
}
@media only screen and (max-width:1024px){

    .common-body-text h1{
        font-size: 50px;
        line-height: 60px;
    }
    .common-body-text h2,
    .certified-container h2,
    .our-mission__title,
    .home-client-section h2,
    .about_services_title,
    .aim_at_heading,
    .map-tab-wrapper h2,
    .about_learn-title{
        font-size: 28px;
        line-height: 40px;
    }
    .transformation-body-text{
        width: 100%;
        max-width: 100%;
    }
    .emark-slider-container,
    .mobile-slider{
        width: 350px;
        height: 350px;
    }
    .transformation-wr .transformation-flex{
        gap: 20px 30px;
    }
    .mobile-emark-slide img {
        height: 340px;
        width: 340px;
    }
    .transformation-wr .transformation-flex .img-wr{
        min-width: unset;
    }
    .service-wr a h3{
        font-size: 20px;
        line-height: 28px;
    }
    .services-wrapper .services-menu{
        width: 320px;
    }
    .why-choose-img-wrapper{
        display: none;
    }
    .why-choose-section{
        display: block;
        left: 0;
        width: 100%;
        opacity: 1;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .why-choose-content{
        bottom: 0;
    }
    .home-form-wr{
        flex-wrap: wrap;
    }
    .home-form-wr .form-right-side{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .swiper-backface-hidden .swiper-slide{
        transform: none !important;
    }
    .home-client-section .swiper-slide{
        opacity: 1;
    }
    .home-client-section .swiper{
        padding-left: 8px;
        padding-right: 8px;
    }
    .services-content{
        padding: 25px !important;
        border: 2px solid #1A6DF9;
        background-color: #F4F8FF;
        border-radius: 10px;
        height: 100%;
        margin-right: 0 !important;
    }
    .services-wrapper .services-content .left-side{
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .services-wrapper .services-section{
        flex-direction: column-reverse !important;
    }
    .services-wrapper .services-content .img-wr{
        min-width: 260px;
        width: 260px;
        max-height: 259px;
        margin-bottom: 0px;
        margin-left: 0 !important;
    }
    .services-wrapper .services-content .left-side .service-img-info-flex{
        flex-wrap: wrap;
    }
    .services-wrapper .services-content .left-side .service-img-info-flex{
        margin-bottom: 24px;
    }
    .map-tab-wrapper .nav-tabs{
        gap: 10px !important;
        justify-content: start !important;
        align-items: start !important;
    }
}

@media only screen and (max-width:991px){
    .home-case-study-wr .grid-container{
        grid-template-columns: repeat(2, 1fr);
    }
    .home-case-study-wr .grid-container .grid-item:nth-child(4) .content-to-hide{
        display: block !important;
    }
    .global-wr-container{
        display: block;
        margin-top: 30px;
    }
    .global-card-container{
        display: none !important;
    }
}

@media only screen and (max-width:820px){
    .transformation-flex{
        flex-direction: column;
    }    
}

@media only screen and (max-width:800px){
    .home-banner-section{
        height: 80vh;
    }
}

@media (max-width: 768px) {
    .home-case-study-wr .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-banner-section video{
        display: none;
    }
    .home-banner-section{
        background-image: url('../img/Home_MB_Banner_Image.jpg');
        background-position: center;
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width : 767px){
    .mobile-menu-flex{
        display: none;
    }
    .services-wrapper .services-section{
        display: flex;
    }
    .services-content{
        margin-right: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent;
        box-shadow: none;
    }
    /* mobile accordion here */
    .accordion {
        display: inline-block;
        width: 100%;
        background-color: #0F5EDC;
        color: #333333;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: background-color 0.4s;
        margin-bottom: 16px;
        border-radius: 4px !important;
        box-shadow: 0px 2px 4px 0px #00000040;
        background-color: #E3EAF8;
        outline: none !important;
        height: unset !important;
        min-height: 82px !important;
    }

    .accordion.active {
        background-color: #1A6DF9;
        color: #fff !important;
    }

    .panel {
        padding: 0 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        background-color: white;
        margin-bottom: 10px;
    }
    .services-wrapper .services-content .left-side{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .services-wrapper .services-content .left-side h3{
        font-size: 24px;
        line-height: 32px;
    }
    .services-wrapper .percentage-block{
        min-width: 250px;
    }
    .services-wrapper{
        padding: 40px 20px 40px;
    }
    .services-wrapper .percentage-value{
        font-size: 28px;
        line-height: 30px;
    }
    .services-wrapper .percent-flex{
        flex-wrap: wrap;
        margin-top: 24px;
        margin-bottom: 26px;
    }
    .why-choose-stats{
        flex-wrap: wrap;
        justify-content: center;
    }
    .common-body-text h1{
        font-size: 40px;
        line-height: 50px;
    }
    .common-body-text h1 span{
        display: inline !important;
    }
    .common-mx-width{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .why-choose-stat-item{
        width: 100% !important;
    }
    .mobile-emark-slide img{
        height: 300px;
        width: 300px;
    }
    .mobile-slider{
        width: 300px;
        height: 300px;
    }
    .testimonial-flex{
        flex-wrap: wrap;
    }
    .testimonial-logo{
        width: 100%;
        margin-left: 105px;
    }
    .home-client-section .testimonial-author img{
        height: 90px;
        width: 90px;
    }
    .testimonial-flex{
        padding-top: 24px;
        gap: 6px !important;
    }
    .common-body-text h2, .certified-container h2, .our-mission__title, .home-client-section h2, .about_services_title, .aim_at_heading, .map-tab-wrapper h2, .about_learn-title {
        font-size: 26px;
        line-height: 36px;
    }
    .banner-content h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .our-mission__stat-number {
        font-size: 28px;
        line-height: 36px;
    }
    .our-mission__stats{
        margin-top: 30px;
    }
    .services-wrapper .services-content .left-side{
        padding: 14px !important;
    }
}

@media only screen and (max-width : 600px){
    .home-banner-section{
        margin-top: 60px !important;
    }
    .common-mx-width,
    .home-form-wr{
        padding: 50px 16px !important;
    }
    .service-wr .service-link-wrapper,
    .home-case-study-wr .grid-item,
    .latest-talk-flex .latest-talk-left{
        padding: 16px !important;
    }
    .home-form-wr .form-right-side{
        padding: 24px 16px !important;
    }
    .home-client-section .swiper-button-prev{
        left: -21px !important;
    }
    .home-client-section .swiper-button-next{
        left: 50px;
    }
}

@media only screen and (max-width : 550px){
    .why-choose-feature-box{
        width: 100%;
    }
}
@media only screen and (max-width : 500px){
    .home-banner-section {
        height: 76vh;
    }
    .why-choose-stats{
        display: block;
    }
    .why-choose-stat-item{
        width: 100% !important;
        margin-bottom: 14px;
    }
    .why-choose-stat-item:last-child{
        margin-bottom: 0 !important;
    }
}