.about-bannercontent{
    background: #002E64;
    padding-top: 90px;
    text-align: center;
    padding-bottom: 100px;
}
.about-bannercontent .subtitle{
    color: var(--text-white, #FFF);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--button-sm-size, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--button-sm-line-height, 24px);
    border-radius: 60px;
    border: 1px solid var(--border-primary-dark, #0E3C71);
    background: var(--surface-primary-dark, #002E64);
    box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.15) inset;
    display: flex;
    padding: 8px 16px;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}
.about-bannercontent h1{
    color: var(--text-white, #FFF);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h3-size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h3-line-height, 56px);
}
@media (max-width:1024px){
    .about-bannercontent h1 {
        font-size: var(--heading-h3-size, 40px);
        line-height: var(--heading-h3-line-height, 60px);
    }
}
@media (max-width:767px){
    .about-bannercontent {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .about-bannercontent h1 {
        font-size: var(--heading-h3-size, 32px);
        line-height: var(--heading-h3-line-height, 44px);
    }
}



/* overview css starts here*/
.about-overview{
    background: rgb(222 235 255);
}
.about-overview .overview{
    display: flex;
    padding: 100px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.about-overview .overview .subtitle{
    margin-left: 0;
    /*margin-bottom: 24px;*/
}
.about-overview .overview .left_content{
   display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 101px; 
}
.about-overview .overview .left_content h3{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h3-size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h3-line-height, 56px);
}
.about-overview .overview .left_content p{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}
.about-overview .overview .left_content p:last-child{
    margin-bottom:101px;
}
@media (max-width:1024px){
    .about-overview .overview .left_content h3 {
        font-size: var(--heading-h3-size, 40px);
        line-height: var(--heading-h3-line-height, 60px);
    }
    .about-overview .overview {
        flex-direction: column-reverse;
    }
    .about-overview .overview .right_content{
        width: 100%;
        text-align: center;
    }
    .about-overview .overview .left_content {
        margin-top: 0;
    }
    .about-overview .overview .left_content p:last-child {
        margin-bottom: 0;
    }
}
@media (max-width:767px){
    .about-overview .overview {
        padding: 60px 0px;
    }
    .about-overview .overview .right_content img{
        width: 100%;
    }
    .about-overview .overview .left_content h3 {
        font-size: var(--heading-h3-size, 30px);
        line-height: var(--heading-h3-line-height, 36px);
    }
    .about-overview .overview .left_content p {
        font-size: 16px;
        line-height: 24px;
    }
    
}
/* overview css ends here*/


/* need css starts here*/
.need{
    display: flex;
    padding: 100px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.need .left_content {
    max-height:680px;
    position: relative;
}
.need .left_content img{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), lightgray 50% / cover no-repeat;
    max-width: 500px;
    border-radius: 16px;
    object-fit: contain;
    margin: 0;
}
.need .right_content{
    /*height: 600px;*/
    padding: 52px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid #DDE2F3;
    background: #FFF;
}
.need .right_content .subtitle{
    margin-left:0;
}
.need .right_content h3{
    color: #15171B;
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h3-size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h3-line-height, 56px);
    margin-bottom: 50px;
}
.need .right_content p{
    margin-bottom:20px ;
    color: var(--text-secondary, #35393F);
    font-family: var(--font-family-family, Sora);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
}

.need .right_content p:last-child{
    margin-bottom:0;
}
.about_btn{
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.about_btn a{
    color: var(--text-secondary, #35393F);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-lg-size, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-lg-line-height, 32px);
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-decoration: none;
    /*display: inline-block;*/
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease;
}
.about_btn a.show {
  opacity: 1;
  transform: translateX(0);
}
.about_btn a:nth-child(1){
    border-radius: 60px;
    background: var(--surface-warning-lightest, #EAE7DA);
    transition-delay: 0.2s;
}
.about_btn a:nth-child(2){
    border-radius: 60px;
    background: var(--surface-warning-light, #FDEAB7);
    transition-delay: 0.4s;
}
.about_btn a:nth-child(3){
    border-radius: 60px;
    background: var(--surface-success-light, #B4EFD1);
    transition-delay: 0.6s;
}
@media(max-width:1024px){
    .need {
        flex-direction: column;
    }
    .need .left_content {
        margin: auto;
    }
    .need .right_content h3 {
        font-size: var(--heading-h3-size, 40px);
        line-height: var(--heading-h3-line-height, 60px);
    }
}
@media(max-width:767px){
    .need .left_content img {
        width: 100%;
    }
    .about_btn a {
        font-size: var(--body-lg-size, 16px);
        line-height: var(--body-lg-line-height, 24px);
    }
    .need .right_content {
        padding: 30px 20px;
    }
    .need .right_content h3 {
        font-size: var(--heading-h3-size, 30px);
        line-height: var(--heading-h3-line-height, 36px);
        margin-bottom: 25px;
    }
    .need .right_content p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 25px;
    }
}
/* need css ends here*/


/* vision mission css starts here*/
.vision_mission{
    background: #002D77;
    padding: 100px 0px;
}
.vision_mission .vision{
    display: grid;
    
    flex-direction: row;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}
.vision_mission .vision .subtitle{
    margin-left: 0;
    margin-bottom: 25px;
}

.vision_mission .vision h4{
    color: var(--text-white, #FFF);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h4-size, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h4-line-height, 50px); /* 138.889% */
}
.vision_mission .vision p{
    color: var(--text-white, #FFF);
    font-family: var(--font-family-family, Sora);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.vision_mission .vision p:last-child{
    margin-bottom: 0px;
}
.empowering_practices{
    display: flex;
    /*height: 400px;*/
    padding: 40px 40px 0 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    border-radius: 20px;
    background: #011B47;
}
.empowering_practices h4{
    color: var(--text-white, #FFF);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h4-size, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h4-line-height, 50px);
    margin-bottom: 20px;
    max-width: 90%;
}
.empowering_practices p{
    color: var(--text-off-white, #D9D9D9);
    font-family: var(--font-family-family, Sora);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 90%;
}
.empowering_practices .right_content{
    position:relative;
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px 16px 0 0;
    background: var(--surface-counter, #E3F4FF);
}
.empowering_practices .right_content::after{
    content: '';
    background: linear-gradient(180deg, rgba(1, 27, 71, 0.00) 10.78%, rgba(1, 27, 71, 0.70) 100%);
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    width: 100%;
    height: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}
.empowering_practices .right_content ul{
    padding-left: 24px;
}
.empowering_practices .right_content ul li{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-lg-size, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-lg-line-height, 32px);
}
.empowering_practices .right_content ul li:not(:first-child)::marker {
    color: #002E64;
}
@media(max-width:1024px){
    .vision_mission .vision {
        grid-template-columns: repeat(1, 1fr);
    }
    .empowering_practices {
        flex-direction: column;
    }
    .vision_mission .vision h4,.empowering_practices h4 {
        font-size: var(--heading-h4-size, 40px);
        line-height: var(--heading-h4-line-height, 60px);
    }
    .vision_mission {
        padding-bottom: 0;
    }
}
@media(max-width:767px){
    .vision_mission .vision {
        gap: 15px;
    }
    .vision_mission .vision h4, .empowering_practices h4 {
        font-size: var(--heading-h4-size, 30px);
        line-height: var(--heading-h4-line-height, 44px);
    }
    .vision_mission .vision p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .empowering_practices {
        flex-direction: column;
        padding: 25px 20px 0 20px;
    }
    .empowering_practices p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }
    .empowering_practices .right_content {
        padding: 25px 15px;
    
    }
    .empowering_practices .right_content ul li {
        font-size: var(--body-lg-size, 16px);
        line-height: var(--body-lg-line-height, 26px);
    }
}
/* vision mission css ends here*/


/* OUR VALUES css starts here*/
.our_values .values{
    display: flex;
    padding: 100px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.our_values .values .left_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 540px;
    /*gap: 20px;*/
}
.our_values .values .left_content .subtitle{
    margin-left: 0;
}
.our_values .values .left_content h3{
    color: #15171B;
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h3-size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h3-line-height, 56px);
    margin-bottom: 24px;
}
.our_values .values .left_content p{
    color: var(--text-secondary, #35393F);
    font-family: var(--font-family-family, Sora);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    margin-bottom: 15px;
}
.our_values .values .left_content p:last-child{
    margin-botton:0;
}
.our_values .values .right_content img{
    width:100%;
}
@media(max-width:1024px){
    .our_values .values {
        flex-direction: column-reverse;
    }
    .our_values .values .left_content {
        max-width: 100%;
    }
    .our_values .values .left_content h3 {
        font-size: var(--heading-h3-size, 40px);
        line-height: var(--heading-h3-line-height, 60px);
    }
}
@media(max-width:767px){
    .our_values .values .left_content h3 {
        font-size: var(--heading-h3-size, 30px);
        line-height: var(--heading-h3-line-height, 36px);
    }
    .our_values .values .left_content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
/* OUR VALUES css ends here*/


/* Paired Numbers css starts here*/
.parried_numbers{
    background-image: url(/wp-content/uploads/2025/10/hosuecall.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-color: #0A0A0A;
}
.parried_numbers .subhead{
    color: var(--text-blue, #0061FE);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
}
.parried_numbers >div > div >div{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 16px;
    background: var(--surface-counter, #E3F4FF);
}
.parried_numbers_grid{
    display: flex;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}
.parried_numbers_grid .parried_numbers_item .animated_number{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h3-size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h3-line-height, 56px);
    margin-bottom: 8px;
    display: inline-block;
    padding-left: 17px;
    border-left: 1px solid var(--text-blue, #0061FE);
    opacity: 0;
   transition: opacity 0.5s ease;
}
.parried_numbers_grid .parried_numbers_item .animated_number.visible {
  opacity: 1;
}
.parried_numbers_grid .parried_numbers_item{
    border-left: 1px solid rgba(21, 23, 27, 0.12);
}
.parried_numbers_grid .parried_numbers_item p{
    color: var(--text-secondary, #35393F);
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
    padding-left: 16px;
}
@media(max-width:767px){
    .parried_numbers_grid {
        flex-direction: column;
    }
    .parried_numbers_grid .parried_numbers_item .animated_number {
        font-size: var(--heading-h3-size, 30px);
        line-height: var(--heading-h3-line-height, 36px);
    }
}
/* Paired Numbers css ends here*/


/* About BENEFITS css starts here*/
.about_benefits{
    padding: 100px 0px;
}
.about_benefits .a_benefits{
    background: url(/wp-content/uploads/2025/10/CTA-1.png);
    padding: 49.86px 40px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.about_benefits .a_benefits h2{
    color: var(--text-primary, #15171B);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--heading-h2-size, 52px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--heading-h2-line-height, 66px);
    margin-bottom: 8px;
}
.about_benefits .a_benefits > p{
    color: var(--text-secondary, #35393F);
    text-align: center;
    font-family: var(--font-family-family, Sora);
    font-size: var(--body-md-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--body-md-line-height, 24px);
}
.about_benefits .a_benefits > a{
    display: flex;
    padding: 15px 22.5px;
    justify-content: center;
    align-items: center;
    gap: 7.5px;
    margin-bottom: 64.14px;
    color: var(--button-primary-text, #002E64);
    font-family: var(--font-family-family, Sora);
    font-size: 16.875px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    border-radius: 45px;
    background: var(--button-primary-main, #00E4F6);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.70) inset;
}
.about_benefits .a_benefits > a:hover span{
    color:#fff;
}
.about_benefit_grid{
    display: flex;
    align-items: center;
    gap: 16px;
}
.about_benefit_grid .about_benefit_items {
    display: flex;
    padding: 18.75px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 11.25px;
    border: 0.938px solid #DDE2F3;
    background: #FFF;
}
.about_benefit_grid .about_benefit_items img{
    width: 40px;
    height: 40px;
    margin-bottom: 30.75px;
}

.about_benefit_grid .about_benefit_items h3{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 3.75px;
}
.about_benefit_grid .about_benefit_items p{
    color: var(--text-primary, #15171B);
    font-family: var(--font-family-family, Sora);
    font-size: 13.125px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}
@media(max-width:1024px){
    .about_benefits .a_benefits h2 {
        font-size: var(--heading-h2-size, 40px);
        line-height: var(--heading-h2-line-height, 60px);
    }
}
@media(max-width:767px){
    .about_benefits .a_benefits {
        padding: 30px 20px 30px 20px;
    }
    .about_benefits .a_benefits h2 {
        font-size: var(--heading-h2-size, 25px);
        line-height: var(--heading-h2-line-height, 35px);
    }
    .about_benefit_grid {
        flex-direction: column;
    }
}
/* About BENEFITS css ends here*/






























