html {
    font-size: 1rem;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-variation-settings:
        "wdth"100;
    font-style: normal;
    line-height: 1.15;

}

:root {
    --primary-color: #0070C0;
    --gap: 1rem;
    --font-base: 1rem;
}

.navbar-brand {
    font-size: 1.5em;
    font-weight: bold;
    color: #0070C0;
}

.btn-primary {
    background-color: #0070C0;
    color: #fff;

}

/* navbar */
.navbar {
    height: 80px;
    align-items: center;
}

.navbar .nav-item .btn-primary {
    border-radius: 6px;
    padding: 10px 38px 10px 38px;
}



/* Basic Custom Styles */

/* Example hero styling */
.hero-section {
    /* background: linear-gradient(269.92deg,
            rgba(0, 0, 0, 0) 0.08%,
            rgba(0, 0, 0, 0.9) 99.94%),
        url('../img/bg.jpg'); */
    background: url('../img/bg.jpg');
    background-size: cover;
    /* Make sure the image covers the container */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    color: #fff;
    height: 35rem;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    /* Vertically center content if desired */
    justify-content: center;
    /* Horizontally center content if desired */
}


.hero-section>.container>.row>div {

    gap: 20px;
    display: grid;
    justify-items: start;
}



.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero-section h1, .hero-section h3, .hero-section p {
    margin: 0px;
}

.hero-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 28.13px;
    letter-spacing: 0.23rem;
    text-transform: uppercase;
}

.hero-section h3, .unique-section .col span, .empowering-section span {
    color: #0070C0;
}

.hero-section .btn-primary {
    padding: 14.5px 15px 14.5px 15px;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0.03rem;

}

/* "What Makes It Unique?" section */
.unique-section {
    padding: 108px 98px 108px 98px;
    /* border-radius: 8px; */
}

.unique-section .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;

}

.unique-section .col h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 2.75rem;
    /* 44px */
    width: 50%;
}

.unique-section .col p {
    color: #525252;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.persona-card {
    background: url(../img/bg-2.jpg);
    background-size: cover;
    /* Make sure the image covers the container */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    /* height: 40.375rem; */
    align-content: center;

}

.persona-card>.container>.row {
    width: 50%;
    max-height: 800px;
}

/* Persona Highlights */
.persona-card .card {
    width: 293px;
    padding: 20px !important;
    height: 312px;
    gap: 28px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}


.persona-card .card:hover {
    transform: translateY(-5px);
}

.footer-card img {
    width: 18px !important;
}

.footer-card a {
    text-decoration: none;
}

.footer-card>a {
    color: #007AFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.persona-card img {
    max-width: 2.375rem;
    height: 2.375rem;
    width: 2.375rem;
}

/* Adjust the unordered list within card-text */
.persona-card .card ul {
    color: #525252;
    padding-left: 1.3rem;
    text-align: start;
    gap: 0.5rem;
    display: grid;
    /* Adjust space between items */
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    /* Reduced left padding */
    margin: 0;
    /* Remove extra margin if needed */
}

.img-overlay-container h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
}

/* Adjust the list items spacing */
.persona-card .card .card-text li {
    margin-bottom: 0.25rem;
    /* Reduced space between items */
    line-height: 1.5rem;
    /* Adjust line-height for closer bullet-text spacing */
}

.leadership-section {
    padding: 114px 0 114px 0;
}

.lead {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;


}

/* Leadership Impact Story */
.leadership-section .col div, .leadership-section ul {
    display: grid;
    gap: 18px;
}

.leadership-section .row {
    gap: 10px;
    align-items: baseline;
    justify-content: space-around;
}

.leadership-section .col {
    width: 350px;
}

.leadership-section ul {
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    list-style-type: none;
    padding-left: 0;
}

.leadership-section ul span {
    color: #525252;
    font-weight: 400;
}

.leadership-section h2, .testimonial-section .row .col .row h2 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 600;
}

.leadership-section h4 {
    color: #0E0401;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.testimonial-section .row .col .row p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.testimonial-section .row .col .row button, .all-btn-theme {
    background-color: #0070C0;
    border: #0070C0;
    color: #fff;
    border-radius: 6px;
    padding: 19px 47px 19px 47px;
    width: auto;
    min-width: 186px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
    text-align: center;

}

/* Testimonial */
.testimonial-section{
    padding: 4.813rem 1rem;
    position: relative;
    background: url('../img/bg-leadership.jpg') no-repeat center center/cover;
    color: #fff;
}
/* .testimonial-section {
    background: #023960;
    color: #fff;
    padding: 4.813rem 1rem;
} */
 .testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 57, 96, 0.8); /* Change color & opacity */
}
.testimonial-section .container{
    position: relative;
    z-index: 3;
}

.testimonial-section .row .col .row {
    gap: 20px;
    width: 517px;
}

.full-story-section {
    background: #F6F6F6;
    margin-bottom: 28px;
}

.full-story-section .container>.row {
    gap: 53px;
    justify-content: space-between;
}

.full-story-section .container>.row>.col .row {
    gap: 28px;
}

.full-story-section h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0px;
    /* letter-spacing: 0%; */

}

.full-story-section p {
    color: #353535;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    /* letter-spacing: 0%; */


}

/* Empowering section */
.empowering-section-icon img {
    max-width: 22%;
}

.empowering-section .container>h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    text-align: center;

}

.empowering-section-icon {
    display: flex;
    text-align: start;
    gap: 27px;
    max-width: 438px;
}

.empowering-section-icon h2 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0%;

}

.empowering-section-icon p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;


}

.empowering-section ul {
    display: inline-flex;
    gap: 44px;
    list-style-type: none;
    padding-left: 0;
    margin-top: 68px;
    justify-content: center;
    border: none;
}

.nav-tabs .nav-link.active,.empowering-section a:hover {
    color: #0070C0;
    font-weight: 700;
}
.nav-tabs .nav-link {
    border: none;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
}
.nav-tabs .nav-link:focus {
    outline: none;
    box-shadow: none;
}

.empowering-section a {
    text-decoration: none;
    color: #000000;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.research-foundations {
    background-image: url(../img/s4.png);
    background-size: cover;
    /* Make sure the image covers the container */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;
    height: 40.375rem;
    align-content: center;
    color: #fff;
}

.research-foundations .container {
    display: flex;
    justify-content: center;

}

.research-foundations .row {
    gap: 49px;
    text-align: center;
    width: 67%;
    justify-content: center;

}

.research-foundations .row p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.research-foundations .row h2 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

/* .research-foundations .row button {
    font-family: Roboto;
    font-weight: 500;
    max-width: 215px;
    font-size: 20px;
    line-height: 23.44px;
    padding: 19px 50px 19px 50px;
    border-radius: 6px;
    border: none;
    background-color: #0070C0;
    border-color: #0070C0;
    color: #fff;
    letter-spacing: 0.03rem;
    text-align: center;

} */
.leaership-persona {
    /* background: url(../img/bg-benifets.png), rgba(209, 209, 209, 0.8); */
    background: url(../img/bg-benifets.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.leaership-persona-row {
    gap: 32px;
}

.leaership-persona-row h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #0070C0;
}

.leaership-persona-row ul {
    list-style-type: none;
    display: inline-grid;
    gap: 26px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;

}

.leaership-persona-row ul li {
    list-style-type: none;
}

.leaership-persona-row ul li::before {
    content: "✔ ";
    /* Use a checkmark */
    color: #005DE9;
    /* Change color */
    font-weight: bold;
    margin-right: 5px;
    /* Space between icon and text */
}

.leaership-persona-row ul li span {
    font-family: Roboto;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;

}

.leaership-persona-row .btn-primary {
    width: 168px;
    height: 63px;
    border-radius: 6px;
    padding: 20px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.75px;
    letter-spacing: 0.03rem;
    text-align: center;


}

.leaership-persona-img {
    background: url(../img/benefits-bg.png);
    background-size: inherit;
    /* Make sure the image covers the container */
    background-position: center;
    /* Center the background image */
    background-repeat: no-repeat;

    display: flex
;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.leaership-persona-img .img-fluid {
    width: 90% !important;
}



.footer-stats {
    margin-top: 100px;
    margin-bottom: 146px;
    background-color: #ffffff;
    padding: 30px 0;
    text-align: center;
}

.footer-stats h2 {
    background: linear-gradient(103.42deg, #0070C0 17.21%, #149DFF 83.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto;
    font-weight: 700;
    font-size: 87px;
    line-height: 101.95px;

}

.footer-stats p {
    color: #0077b5;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    margin: 0px;

}

.footer-stats p span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;

}

.footer-stats .divider {
    border-left: 2px solid #A0A0A0;
    height: 166px;
    margin: auto;
}

.footer {
    background-color: #e3eef7;
    padding: 40px 0;
}

.footer h5 {
    font-weight: bold;
}

.footer p, .footer a {
    color: #6c757d;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000;
    margin: 0 5px;
    font-size: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-icons a.instagram {
    background-color: #0077b5;
    color: #ffffff;
}

.leaership-persona .container .col {
    align-content: end;
}

/* responsive  */


/* Responsive Styles */
@media (max-width: 1280px) {
    .unique-section {
        padding: 80px 50px;
    }

    .unique-section .col h2 {
        width: 70%;
    }

    .persona-card>.container>.row {
        width: 70%;
    }

    .leaership-persona-img {
        padding: 35px;
    }

    .leaership-persona-row {
        padding: 35px;
    }

    .leadership-section {
        padding: 80px 0;
    }

    .full-story-section .container>.row {
        gap: 0px;
        justify-content: center;
    }
    .full-story-section .container>.row> .col {
        margin-bottom: 20px;
        padding: 22px;
    }

    .leadership-section .col {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
        padding: 10px 0;
    }

    .hero-section {
        height: 30rem;
        padding: 3rem 1rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section h3 {
        font-size: 1.3rem;
    }

    .unique-section .col h2 {
        width: 80%;
    }

    .testimonial-section .row .col .row {
        width: 90%;
    }

    .research-foundations .row {
        width: 80%;
    }

    .empowering-section ul {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 1rem;
        text-align: left;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section h3 {
        font-size: 1.2rem;
    }



    .hero-section>.container>.row>div {
        justify-items: start;
        /* text-align: left; */
    }

    .unique-section {
        padding: 50px 20px;
    }

    .unique-section .col h2 {
        width: 100%;
        font-size: 2rem;
    }
    .empowering-section-icon {
        text-align: center;
        gap: 10px;
        max-width: 100%;
        justify-content: center;
    }

    .persona-card>.container {
        display: flex;
        justify-content: center;
    }

    .persona-card>.container>.row {
        width: 100%;
    }

    .persona-card>.container>.row>.col {
        display: flex;
        justify-content: center;
    }

    .leadership-section .col {
        width: 33%;
        text-align: start;
    }

    .leadership-section .row {
        gap: 0px;
        padding: 10px;
    }

    .testimonial-section .row .col .row {
        width: 100%;
        text-align: start;
    }

    .research-foundations .row {
        width: 100%;
    }

    .empowering-section ul {
        flex-direction: row;
        align-items: start;
        padding: 0px;
        gap: 20px;
    }
    .empowering-section a{
        font-size: 17px;
    }
    .nav-tabs .nav-link {
        font-size: 17px;
    }
    .footer-stats h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .footer-stats p {
        font-size: 18px;
    }

    .footer-stats .divider {
        height: 100px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.2em;
    }

    .hero-section .btn-primary {

        font-size: 12.5px;
    }

    .hero-section {
        background: linear-gradient(269.92deg, rgba(0, 0, 0, 0) 0.08%, rgba(0, 0, 0, 0.9) 99.94%), url(../img/bg.jpg);
        background-position: 70%;
    }

    .leadership-section .col {
        width: 100%;
        text-align: start;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .hero-section h3 {
        font-size: 1rem;
    }

    .unique-section {
        padding: 30px 15px;
    }

    .unique-section .col h2 {
        text-align: center;
        font-size: 30px;
        line-height: 44px;
        FONT-WEIGHT: 600;
    }
    .empowering-section ul {
        margin: 0;
        padding: 0;

    }
    .empowering-section ul a{
        font-size: 12px;
        margin: 0;
        padding: 8px;
    }
    .nav-tabs .nav-link {
        font-size: 12px;
        margin: 0;
        padding: 8px;
    }

    .unique-section .col p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;


    }

    .unique-section .col {
        gap: 15px;
    }

    .persona-card .card {
        /* width: 100%; */
        height: auto;
    }

    .persona-card .container {
        justify-content: center;
        display: flex
    }
    .persona-card>.container>.row{
        max-height: none;
    }
    .full-story-section .container>.row>.col .row {
        gap: 10px;
        padding: 17px;
    }

    .leadership-section h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .leadership-section h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .testimonial-section .row .col .row h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .testimonial-section {
        padding: 3rem 1rem;
    }

    .testimonial-section .row .col .row {
       
        width: 100%;
    }
    .testimonial-section .row .col{
        margin-bottom: 40px;
        padding: 20px;
    }
    .empowering-section .container>h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .empowering-section ul {
        display: flex;
        text-align: start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        gap: 0px;
    }
    .leaership-persona-img{
        padding: 2px ;
        display: flex;
        justify-content: center;
        background-size:460px;
    }
    .leaership-persona-row ul li span{
        margin: 0px;
    }
    .leaership-persona-img .img-fluid {
        width: 70% !important;
    }
    .divider{
        display: none;
    }
    .footer-stats .container .row{
        row-gap: 20px;
    }
    .footer-stats .container .row .col{
        width: 100%;
    }
    .footer-stats h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-stats .divider {
        height: 80px;
    }

    .footer {
        padding: 20px 0;
        text-align: center;
    }

    .footer h5 {
        font-size: 16px;
    }

    .footer p {
        font-size: 14px;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}