.viva-section-bg{
    background-color: black;
    width: 100%;
    background-image: url('../img/vive-banner-second.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.vive-section-wrapper{
    padding: 85px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.vive-section-wrapper .new-breadcrumb {
    padding: 0px;
    margin-bottom: 8px;
    border-radius: 0;
    padding-left: 0;
}

#form-link {
    display: none;
}

.viva-info-btn-wr{
    display: flex;
    align-items: center;
    gap: 8px 20px;
  }
  .core-service-wrap .viva-info-btn-wr p{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    color: #212527;
    margin-bottom: 0 !important;
  }
.viva-banner-flex{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px 20px;
}
.form-viva-wrap{
    max-width: 550px;
    width: 100%;
    border-radius: 20px;
    padding: 36px 30px;
    background-color: #fff;
}
.viva-left h1{
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.viva-left p{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    color: #FFFFFF;
    margin-bottom: 0;
    white-space: nowrap;
}
.viva-left img{
    min-width: 32px;
}
.form-viva-wrap h2{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 30.48px;
    color: #212527;
    margin-bottom: 8px;
}
.form-viva-wrap p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #424242;
    margin-bottom: 24px;
}
.form-viva-wrap .form-group{
    margin-bottom: 16px !important;
    padding: 0 !important;
}
.form-viva-wrap .form-group .form-control{
    border: 1px solid #E0E2E7;
    border-radius: 8px;
    padding: 19px 16px;
    height: 40px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: #212527;
}
.form-viva-wrap .form-group .form-control::placeholder{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    color: #858D9D;
}
.form-viva-wrap .form-group textarea{
    padding: 8px 16px !important;
    height: 65px !important;
}
.form-viva-wrap .col-form-label.talent-label{
    padding: 0 !important;
    margin-bottom: 8px !important;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    color: #212527;
}
.form-viva-wrap .col-form-label.talent-label .imp{
    color: #D00B0A !important;
}
.form-viva-wrap .core-btn.talent-btn{
    background-color: #2F74ED !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 10px 18px !important;
    outline: 0 !important;
    height: 46px;
}
.form-viva-wrap .core-btn.talent-btn img{
    margin-right: 10px !important;
}

/* partner section start */
.viva-partner-section{
    padding: 60px 20px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.viva-partner-section h2{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;
    text-align: center;
    margin-bottom: 32px;
}
.viva-partner-section p{
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 500;
    line-height: 36.57px;
    letter-spacing: 0.005em;
    color: #70767E;
    max-width: 930px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 34px;
}
.partner-image-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px 60px;
    margin-bottom: 50px;
}
.partner-image-flex img{
    max-width: 100%;
}
.viva-exp-wrapper{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 16px 90px;
    max-width: 1150px;
    margin: 0 auto;
}
.viva-exp-wrapper .exp-div h3{
    font-family: Montserrat;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -0.04em;
    color: #212527;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.exp-heading-wr{
    margin: 0 auto;
    width: fit-content;
}
.viva-exp-wrapper .exp-div h3::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #2F74ED;
    bottom: 0;
    left: 30%;
}
.viva-exp-wrapper .exp-div p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    color: #212527;
    text-align: center;
}
.exp-img-wr{
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.viva-exp-wrapper .exp-div img{
    text-align: center;
}

/* leadership section css here */
.leadership-bg{
    background-color: #FAFAFA;
}
/* .leaders-section {
  text-align: center;
  padding: 50px 20px;
  padding-bottom: 65px;
  max-width: 1300px;
  margin: 0 auto;

}
.leadership-flex{
    display: flex;
    align-items: center;
    gap: 20px 52px;
}
.leaders-section h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 17px;    
}

.leaders-section p {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    letter-spacing: 0.005em;
    color: #484C52;
    margin-bottom: 50px;    
}
.leadership-left{
    min-width: 520px;
}
.leadership-right{
    width: 100%;
}
.leadership-right{
    text-align: left !important;
}
.leadership-right h3{
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 34.13px;
    color: #212527;
}
.leadership-right span{
    display: inline-block;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.72px;
    color: #484C52;
}
.leadership-right a{
    border-radius: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto;
    background: #0e76a8;

}
.desc-wrapper{
    padding-top: 32px;
}
.leaders-section .leadership-right .desc-wrapper p{
    margin-bottom: 42px;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.47px;
    color: #212527;
} */

.leaders-section {
    text-align: center;
    padding: 50px 20px;
    padding-bottom: 65px;
    max-width: 1300px;
    margin: 0 auto;
}

.leaders-section h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;
    margin-bottom: 17px;    
}
.leaders-section .leaders-first-p{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    letter-spacing: 0.005em;
    text-align: center;
    color: #484C52;
    margin-bottom: 35px;
}

.leaders-container {
  display: flex;
  justify-content: center;
  gap: 20px 28px;
  /* flex-wrap: wrap; */
  padding-top: 108px;
  margin-top: 46px;
}

.leader-card {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 670px;
  padding: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 65px;
}

.leader-image-container {
  width: 200px;
  height: 200px;
  margin: -120px auto 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.leader-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leader-card h3 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 34.13px;
    color: #212527;
    margin-bottom: 2px; 
}

.leader-card .designation {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.72px;
    color: #484C52;
    max-width: 346px;    
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.leader-card .description {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    color: #212527;
    margin: 0 auto;
    margin-bottom: 22px;
    max-width: 450px;
    text-align: center;    
}
.position-anchor-wr{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 95%;
    bottom: 26px;
}
.leader-card .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  color: #212527;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #0076B2;
  padding: 0 16px;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: all !important;
}

/* .global lead css here */
.vive-global-lead-wr{
    padding: 50px 20px;
}
.vive-global-lead-wr h2{
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 60.95px;
    letter-spacing: 0.005em;
    color: #212527;    
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.vive-global-lead-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 40px;
    flex-wrap: wrap;
}
.social-icon-wrapper{
    display: flex;
    justify-content: center;
    gap: 18px 23px;
}
.social-icon-wrapper a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.social-icon-wrapper a img{
    width: 56px;
}
.social-icon-wrapper a:hover {
    transform: translateY(-5px);
  }

  .stay-connected-section{
    background-image: url('../img/stay-connected-bg.png');
}
.stay-connected-section .vive-global-lead-wr h2{
    color: #fff !important;
}

.stay-connected-section  .vive-global-lead-wr{
    padding: 90px 20px;
}

@media only screen and (max-width : 1366px){
    .viva-banner-flex{
        align-items: center;
    }
    .viva-left h1{
        font-size: 70px;
        line-height: 80px;
    }
    .viva-partner-section h2{
        font-size: 38px;
        line-height: 45px;
    }
    .leaders-section h2{
        font-size: 38px;
        line-height: 45px;
    }
    .viva-partner-section p{
        font-size: 24px;
        line-height: 32px;
    }
    .viva-exp-wrapper .exp-div h3{
        font-size: 30px;
        line-height: 34px;
    }
    .viva-exp-wrapper .exp-div p{
        margin-bottom: 0 !important;
    }
    .leaders-section p{
        font-size: 24px;
        line-height: 32px;
    }
    .leadership-left{
        min-width: 385px;
    }
    .leaders-section .leadership-right .desc-wrapper p{
        font-size: 24px;
    }
    .vive-global-lead-wr h2{
        font-size: 38px;
        line-height: 44px;
    }
    .viva-exp-wrapper{
        gap: 14px 24px;
    }
    .leaders-section p{
        font-size: 24px;
        line-height: 32px;
    }
    .leadership-left{
        min-width: 385px;
    }
    .leaders-section .leadership-right .desc-wrapper p{
        font-size: 24px;
    }
    .leader-image-container{
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width : 1023px){
    .viva-banner-flex{
        align-items: start;
    }
    .viva-left{
        margin-top: 35px;
    }
    .form-viva-wrap p{
        margin-bottom: 16px;
    }
    .form-viva-wrap{
        padding: 24px 30px;
    }
    .viva-left h1 {
        font-size: 62px;
        line-height: 71px;
    }
    .viva-left {
        margin-top: 75px;
    }
    .viva-partner-section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .leaders-section h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .vive-global-lead-wr h2 {
        font-size: 38px;
        line-height: 44px;
    }
    .viva-partner-section p {
        font-size: 20px;
        line-height: 32px;
    }
    .viva-left p{
        font-size: 16px;
    }
    .leadership-right h3{
        font-size: 24px;
    }
    .vive-global-lead-wr h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width : 1023px){
    
    .leadership-left {
        min-width: 300px;
    }
}
@media only screen and (max-width : 768px){
    .social-icon-wrapper{
        gap: 18px 20px;
    }
    /* .social-icon-wrapper a img{
        width: 25px;
    } */
    .viva-banner-flex{
        flex-direction: column;
    }
    .viva-left{
        margin-top: 0;
        width: 100%;
    }
    .viva-left h1{
        text-align: center;
        font-size: 48px;
        line-height: 60px;
    }
    .viva-info-btn-wr{
        justify-content: center;
    }
    .form-viva-wrap{
        max-width: 100%;
    }
    .vive-section-wrapper{
        padding-bottom: 50px;
    }
    .viva-partner-section{
        padding: 50px 20px;
    }
    .viva-exp-wrapper{
        flex-wrap: wrap;
    }
    .viva-exp-wrapper .exp-div{
        max-width: 130px;
    }
    .leadership-flex{
        flex-direction: column;
    }
    .leadership-left{
        max-width: 300px;
    }
    .viva-info-btn-wr{
        flex-wrap: wrap;
    }
    .leaders-section .leaders-first-p{
        margin-bottom: 24px;
    }
    .leaders-container{
        flex-direction: column;
    }
    .leader-card .description{
        font-size: 18px;
    }
    .mobile-first-card{
        margin-bottom: 120px;
    }
    .leader-card{
        width: 100% !important;
    }
    .leader-image-container {
        width: 185px;
        height: 185px;
    }
}
@media only screen and (max-width : 400px){
    .social-icon-wrapper{
        gap: 16px;
    }
    .social-icon-wrapper a img{
        width: 48px;
    }
}