/* ---------------------------------------------------------SECTION 6------------------------------------------------------------------------------ */

.contact-section-home-new {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 50px 0px 0px 0px;
  width: 100%;
}

.contact-heading-home-new {
  font-size: 90px;
  color: #2D64ED;
  font-weight: 900;
  line-height: 82px;
  margin-bottom: 10px;
  text-shadow: 3px 3px black;
  position: relative;
  z-index: 2;
  top: 35px;
  left: 30px;
}

.contact-us-form-main-div-home-new {
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-image-container-home-new {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}



.contact-image-container-home-new img {
  width: 60%;
  height: auto;
  object-fit: cover;
}

.contact-form-container-home-new {
  width: 50%;
  padding-right: 60px;
}

.form-title-home-new {
  font-size: 36px;
  color: #2D64ED;
  font-weight: 700;
  line-height: 82px;
}

.form-subtext-home-new {
  font-size: 16px;
  color: #737373;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 25px;
}

.form-row-home-new input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-row-home-new input:focus {
  border-color: #2646f6;
  outline: none;
}

.form-row-home-new {
  display: flex;
  gap: 20px;
}

.form-row-home-new.full-width input {
  width: 100%;
}

.form-footer-home-new {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 25px;
}

.form-footer-home-new a {
  color: #2D64ED;
  text-decoration: none;
}

.submit-button-home-new {
  background-color: #2D64ED;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  cursor: pointer;
}

/* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */

.leaders-clients-wrapper-home-new {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  width: 100%;

}

.leaders-content-home-new {

  padding: 0px 30px 0px 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  min-height: 400px;

}

.leaders-text-home-new {
  padding: 40px 60px 0px 0px;
  width: 50%;
}

.leaders-text-home-new h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 15px;
}

.leaders-text-home-new p {
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 25px;
  margin-bottom: 25px;
}

.leaders-btn-home-new {
  background: #2D64ED;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  font-size: 16px;
  line-height: 25px;
}

.leaders-image-home-new {
  width: 60%;
  position: relative;
  height: auto;
}

.watermark-heading-home-new {
  position: relative;
  /* top: 0;
    left: 0; */
  font-size: 60px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 900;
  font-size: 100px;
  line-height: 64px;
}

.watermark-heading-home-new span {
  color: #2646f6;
}

.sittingimg-div-home-new {
  position: absolute;
  top: 90px;
  left: -30px;
  width: 80%;
  height: auto;
  z-index: 1;
}

.sittingimg-div-home-new img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Clients Section */

.clients-section-home-new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.clients-text-home-new {
  background-color: #2D64ED;
  border-top-right-radius: 65px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 40px 30px 50px 30px;
  width: 60%;
  z-index: 2;
  position: relative;
}

.clients-text-home-new h3 {
  font-size: 48px;
  line-height: 70px;
  color: #000000;
  font-weight: 800;
}

.clients-text-home-new h3 span {
  color: #FFFFFF;
  font-size: 95px;
}

.clients-text-home-new p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 500;
}

.view-clients-btn-home-new {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
}


.clients-logos-wrapper-home-new {
  width: 55%;
  height: auto;
  position: absolute;
  right: 30px;
  top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: white;
  border-radius: 65px 0px 0px 0px;
  padding: 30px;
  z-index: 3;
}


.outer-container-profile-card {
  display: flex;
  width: 95%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.profile-card {
  overflow: hidden;

}

.profile-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.white-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ---------------------------------------------------------SECTION 4------------------------------------------------------------------------------ */
.services-section-wrapper-home-new {
  background: linear-gradient(to right, #2D64ED 80%, transparent 20%);
  padding: 20px 30px;
  padding-bottom: 60px;
  color: #000;
}

.services-header-home-new {
  margin-bottom: 30px;
}

.services-subheading-home-new {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
  color: #FFFFFF;
}

.services-title-home-new {
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
  color: #000000;
}

.services-title-home-new span {
  color: #FFFFFF;
}

.services-grid-home-new {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.service-card-home-new {
  background: #fff;
  width: 30%;
  /* Let grid/flex decide width */
  min-width: 280px;
  height: auto;
  border-radius: 15px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 4px 4px 4px 0px #00000040;
}

.service-card-home-new h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
}

.service-card-home-new p {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  margin-bottom: 16px;
}

.service-card-home-new a {
  font-weight: 500;
  color: #2D64ED;
  font-size: 16px;
  text-decoration: none;
  text-align: end;
  transition: color 0.2s ease;
}

.service-card-home-new a:hover {
  text-decoration: underline;
}

.service-card-home-new:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1170px) {
  /* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */

  .sittingimg-div-home-new {
    top: 90px;
    left: -30px;
    width: 100%;
  }

  .leaders-text-home-new h2 {
    font-size: 48px;
    line-height: 48px;
  }


  .clients-logos-wrapper-home-new {
    width: 58%;
    top: 110px;
    right: 22px;
  }

  .contact-section-home-new {
    padding: 0px;
  }

  .leaders-content-home-new {
    gap: 66px;
    min-height: 385px;
  }

  .outer-container-profile-card {

    width: 550px;
    height: 35px;
  }
}

@media (max-width: 1024px) {

  /* ---------------------------------------------------------SECTION 6------------------------------------------------------------------------------ */


  .contact-form-container-home-new {
    padding-top: 10px;
  }

  .contact-image-container-home-new img {
    width: 75%;

  }

}


@media (max-width: 900px) {
  /* ---------------------------------------------------------SECTION 6------------------------------------------------------------------------------ */


  .contact-heading-home-new {
    font-size: 50px;
    line-height: 82px;
    margin-bottom: 10px;
    top: 45px;
    left: 25px;
    text-shadow: 2px 2px black;

  }

  .form-title-home-new {
    font-size: 30px;
    line-height: 50px;
  }

  .form-footer-home-new {
    font-size: 14px;

  }

  .form-row-home-new input {
    font-size: 12px;
  }

  .contact-form-container-home-new {
    padding-top: 20px;
  }

  .contact-image-container-home-new img {
    width: 95%;

  }






  /* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */


  .watermark-heading-home-new {
    font-size: 55px;
    line-height: 32px;
  }

  .leaders-content-home-new {
    min-height: 325px;
  }

  .leaders-text-home-new {
    padding: 45px 0px 0px 0px;
  }

  .leaders-text-home-new h2 {
    font-size: 30px;
    line-height: 30px;

  }

  .leaders-text-home-new p {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .leaders-btn-home-new {
    font-size: 12px;
    line-height: 22px;
    padding: 12px 22px;
  }

  .sittingimg-div-home-new {
    top: 63px;
    left: -45px;
    width: 130%;

  }

  .clients-text-home-new h3 span {
    font-size: 60px;
  }

  .clients-text-home-new h3 {
    font-size: 40px;
    line-height: 55px;
  }

  .clients-logos-wrapper-home-new {
    width: 60%;
    top: 65px;
    right: 14px;
    gap: 15px;
  }

  .view-clients-btn-home-new {
    font-size: 14px;
    line-height: 22px;
  }

  .clients-text-home-new p {
    font-size: 10px;

  }

  .clients-text-home-new {
    padding: 20px 10px 20px 20px;

  }

  .outer-container-profile-card {
    width: 415px;
    height: 29px;
  }




  /* ---------------------------------------------------------SECTION 4------------------------------------------------------------------------------ */

  .service-card-home-new {
    width: 324px;
    height: 200px;
    padding: 15px;

  }

  .services-grid-home-new {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .services-title-home-new {
    font-size: 40px;
  }
}

@media (max-width: 650px) {

  /* ---------------------------------------------------------SECTION 6------------------------------------------------------------------------------ */
  .contact-section-home-new {
    align-items: center;
    justify-content: center;
    padding: 10px 0px 0px 0px;
  }

  .contact-heading-home-new {
    font-size: 40px;
    line-height: 10px;
    margin-bottom: 0px;
    top: 3px;
    left: 5px;
  }

  .contact-image-container-home-new {
    display: none;
  }

  .contact-form-container-home-new {
    width: 90%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .form-title-home-new {
    font-size: 20px;
    margin-top: 0px;
    line-height: 62px;

  }

  .form-subtext-home-new {
    text-align: justify;
    margin-bottom: 5px;
  }

  .submit-button-home-new {
    font-size: 14px;
    line-height: 16px;
  }


  .submit-button-wrapper-home-new {
    display: flex;
    justify-content: center;
  }

  .form-row-home-new input {
    font-size: 14px;
  }




  /* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */

  .leaders-clients-wrapper-home-new {
    /* background-color: red; */
    padding: 20px 0px;
    align-items: center;
    justify-content: center;
  }

  .leaders-content-home-new {

    flex-direction: column;
    /* background-color: pink; */
    align-items: center;
    justify-content: center;
    gap: 0px;

  }

  .leaders-content-home-new,
  .leaders-text-home-new,
  leaders-image-home-new {
    width: 100%;
    padding: 10px;
  }


  .watermark-heading-home-new {
    font-size: 50px;
    line-height: 30px;
  }



  .leaders-image-home-new {
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .sittingimg-div-home-new {
    top: 0px;
    left: 6px;
    position: relative;
    width: 150%;
  }

  .leaders-text-home-new h2 {
    font-size: 25px;
    text-align: center;
  }

  .leaders-text-home-new p,
  .leaders-btn-home-new {
    font-size: 12px;
    text-align: justify;
  }

  .leaders-text-home-new {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .clients-text-home-new {
    border-top-right-radius: 0px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
  }

  .clients-text-home-new h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .clients-text-home-new h3 span {
    font-size: 45px;
  }

  .view-clients-btn-home-new {
    font-size: 13px;
    line-height: 18px;
  }


  .clients-logos-wrapper-home-new {
    position: relative;
    width: 100%;
    top: 0px;
    right: 0px;
    border-radius: 0px;

  }



  .clients-section-home-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }



  /* ---------------------------------------------------------SECTION 4------------------------------------------------------------------------------ */


  .services-section-wrapper-home-new {
    background: #2D64ED;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;

  }

  .services-header-home-new {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .services-subheading-home-new {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
  }

  .services-title-home-new {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
  }



  .services-grid-home-new {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    gap: 20px;
    padding: 0px;
  }

  .service-card-home-new {
    flex: 0 0 auto;
    width: 335px;
    height: 175px;
  }

  .service-card-home-new h3 {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
  }

  .service-card-home-new p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }


}

@media (max-width: 420px) {
  /* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */

  .outer-container-profile-card {
    width: 395px;
    height: 25px;
  }

}



@media (max-width: 375px) {

  /* ---------------------------------------------------------SECTION 6------------------------------------------------------------------------------ */
  
  .form-row-home-new{
      flex-direction:column;
  }
  
  .form-row-home-new input {
    padding: 12px 0px 12px 0px;
  }
  
  .form-row-home-new {
  gap: 0px;
}

  
  


  /* ---------------------------------------------------------SECTION 5------------------------------------------------------------------------------ */

  .outer-container-profile-card {
    width: 300px;
    height: 25px;
  }


  /* ---------------------------------------------------------SECTION 4------------------------------------------------------------------------------ */


  .service-card-home-new {
    width: 290px;
  }

  .services-title-home-new {
    font-size: 25px;
  }

}