body {
    font-family: "Roboto", sans-serif;
    color: #0070C0;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

.navbar {

    z-index: 3;
    height: 80px;
}

/* Navbar */
.navbar-brand {
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0070C0;

}

/* Hero Section */
.hero-section {
    padding: 3rem 1rem;
    background-color: #ffffff;
    height: 553px;
    background: linear-gradient(180deg, #FFFFFF 0%, #9FCAFF 100%), url("../img/Vector 3.png") no-repeat center center/cover;
    align-content: center;
}

.hero-section .container {
    /* .hero-section { */
    position: relative;
    /* Establishes a positioning context for the pseudo-element */
    /* overflow: hidden; */
}

.hero-section {
    position: relative;
    /* Establishes a positioning context for the pseudo-element */
    /* overflow: hidden; */
}

/* .hero-section .container::before { */
.hero-section::before {
    content: "";
    display: inline-flex;
    position: absolute;
    width: 587px;
    height: 493px;
    top: 0px;
    right: 0px;
    /* left: 808px; */
    background: var(--hero-before-bg, url('../img/Vector 3.png')) no-repeat right center/cover;
    z-index: 1;
    opacity: 1;
}

.hero-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 61px;
    letter-spacing: 2px;
    padding: 0px;

    text-transform: uppercase;

}

.hero-title span {
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    color: #000;
    text-transform: capitalize;

}

.hero-section .row {
    gap: 28px;
    width: 75%;
    z-index: 2;
    position: relative;
    /* margin-left: 81px; */
}

.hero-subtext {
    /* max-width: 596px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    padding: 0px;

    color: #555;
}

.hero-section .row .btn {
    background-color: #0070C0;
    color: white;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    width: 142px;
    height: 48px;
    border-radius: 6px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03rem;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

/* Second Section (Big Heading + Paragraph) */
.second-section {
    padding: 99px 98px;
    background-color: #ffffff;
}

.second-title {
    color: #000000;
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    text-align: center;
    margin-bottom: 28px;

}

.second-title span {
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;
    text-align: center;
    color: #0070C0;
}

.second-text {
    color: #525252;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;

}

/* Spectrum Section */
/* .spectrum-section {
    padding-top: 80px;
    background-color: #f8f9fa;
} */
.spectrum-section .row {
    gap: 30px;
}

.spectrum-title {
    color: #000000;
    font-family: Roboto;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;

    text-align: center;
    margin-bottom: 82px;
}

/* Leadership Cards */
.leadership-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    justify-content: space-around;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.leadership-card img {
    max-width: 346.0003662109375px;
    max-height: 331.95849609375px;

    /* margin-bottom: 1rem; */
    object-fit: contain;
    /* so icons stay clear */
}

.leadership-card h3 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 0%;

}

.leadership-card ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
    /* margin: 0 auto; */
    max-width: 449px;
    display: grid;
    gap: 29px;
}


.leadership-card li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 60px;
    align-content: center;
    color: #525252;
}

.leadership-card ul li::before {
    content: '\2714';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    /* Set fixed width */
    height: 33px;
    /* Set fixed height */
    display: flex;
    /* Use flexbox to center content */
    align-items: center;
    justify-content: center;
    color: #005DE9;
    /* font-weight: bold; */
    background-color: #005DE91A;
    border-radius: 50%;
    /* Makes it circular */
}

/* .leadership-card li::before {
    content: "🤓";
    color: #0d6efd;
    font-weight: bold;
    position: absolute;
    left: 0;
} */
.third-section {
    color: #ffffff;
    padding: 80px 80px 60px 80px;
    background: linear-gradient(-270deg, #00000084, #000000), url("../img/Frame 1000004447.png") no-repeat center center/cover,
        linear-gradient(270.06deg, rgba(0, 0, 0, 0) -55.2%, #000000 99.23%);

}

.third-section-row .col {
    align-content: center;

}

.third-section-text-row {
    gap: 37px;

}

.third-section-text-row h2 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding: 0px;
    color: #FFFFFF;
}

.third-section-text-row p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    color: #FFFFFF;
}

.third-section-text-row .btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03rem;

    background-color: #0070C0;
    color: white;
    border-radius: 8px;
    padding: 0.5rem;
    width: 287px;
    height: 48px;
    border-radius: 6px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03rem;
    text-align: center;
    align-content: center;
    cursor: pointer;
}


/* fourth-section */

.fourth-section {
    padding: 80px 80px 47px 80px;
    background-color: #EDEDED;
    color: #000000;
}

.fourth-section>.container>.row {
    gap: 45px;


}

.fourth-section>.container>.row>h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.03rem;

}

.fourth-section>.container>.row>p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03rem;

}

.fourth-section-row .col .row {
    gap: 25px;
}

.fourth-section-row h2 {
    /* font-family: Roboto; */
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03rem;

}

.fourth-section-row p {
    /* font-family: Roboto; */
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03rem;

}

.fifth-section {
    padding: 80px 80px 100px 80px;
    color: #000000;
}

.fifth-section>.container>.row {
    gap: 90px;
}

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

}

.fifth-section-img {
    background: url("../img/leadership-img/Vector.png") no-repeat center center;
    background-size: contain;
    align-content: center;
}

.fifth-section>.container>.row>h2>span, .sevent-section h1>span {

    color: #0070C0;
}

.card-img-top {
    width: 30px;
}

.card-text:last-child {
    color: #525252;
}

#myTab .row a {
    /* width: 600px; */
    text-decoration: none;
}

#myTab .row {

    gap: 14px;
}

#myTab .row .card {
    border-radius: 12px;
    padding: 10px 0px 0px 20px;
    height: 132px;
    ;
    /* width: 607px; */
}

.nav-link.active .card {
    border: 2px solid #005DE9;
    /* Adjust the border width as needed */
}

/* Hover effects for tab navigation cards */
#myTab .nav-link:hover .card {
    border: 2px solid #005DE9;
    background-color: #f8f9fa;
    transform: translateY(-2px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 93, 233, 0.15);
}

#myTab .nav-link .card {
    transition: all 0.3s ease;
}

#myTab .nav-link:hover {
    cursor: pointer;
}

.six-section {
    height: 559px;
    background: url("../img/Frame 1000004650.png") no-repeat center center/cover;
    align-content: center;
}

.six-section .container .row {
    gap: 36px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.six-section .container .row h1, .sevent-section h1 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 36px;
    line-height: 55px;

}

.six-section .container .row h3 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 24px;
    line-height: 55px;
}

.six-section .container .row p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}

.btn-primary {
    background-color: #0070C0;
    color: #ffffff;
    align-content: center;

}

.six-section .container .row .btn {
    width: 245px;
    height: 48px;
    border-radius: 6px;
    background-color: #0070C0;


}

.sevent-section {
    padding: 80px 80px 100px 80px;
    margin: 40px;
    /* background-color: #EDEDED; */
    color: #000000;
}

.sevent-section>.container>.row {
    row-gap: 100px;
    justify-content: center;
}

.sevent-section>.container>.row>.row>.col>ul {
    display: grid;
    gap: 30px;
}

.sevent-section>.container>.row>.row>.col>ul>li .row {
    display: grid;
    gap: 10px;
}

.sevent-section h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
}

.sevent-section p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #525252;

}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    background-color: #0070C0;
    width: 12px;
    /* Adjust dot width */
    height: 12px;
    /* Adjust dot height */
    border-radius: 50%;

}

#seventh-section-carousek img {
    /* height: 371px; */
}



.fourth-section-row .col .row div {
    color: #005DE9;
}

/* footer */


.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;
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1280px) {
    .hero-section .container::before {
        right: -16px;
    }

    .hero-section::before {
        width: 590px;
        height: 484px;
    }

    .hero-subtext {
        max-width: 75%;
        ;
    }

    .container {
        max-width: 1140px;
    }

    .six-section {
        height: 559px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .hero-section {
        height: 553px;
    }

    .hero-section::before {
        width: 527px;
        height: 443px;
    }

    .second-section {
        padding: 99px 98px;
    }

    .third-section {
        padding: 80px 80px 60px 80px;
    }

    .fourth-section {
        padding: 80px 80px 47px 80px;
    }

    .fifth-section {
        padding: 80px 80px 100px 80px;
    }

    .sevent-section {
        padding: 80px 80px 100px 80px;
        margin: 40px;
    }

    /* Restore original desktop values where appropriate */
    .hero-title {
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2px;

    }

    .hero-title span {
        font-size: 48px;
        line-height: 57px;
    }

    .second-title, .second-title span {
        font-size: 36px;
        line-height: 44px;
    }

    .spectrum-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 842px) {

    /* .hero-section::before{
        display: none;
    } */
    .hero-section::before {
        /* display: none; */
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(269.78deg, rgba(0, 0, 0, 0) 0.2%, #121111e0 59.06%);
        pointer-events: none;
        /* Allows clicks to pass through to the underlying element */
    }

    .hero-title span, .hero-subtext {
        color: #ffffff;
    }

    .hero-section .row {
        width: 100%;
    }
    #myTab .row .card {
        border-radius: 12px;
        padding: 10px 0px 0px 20px;
        height: 100%;
        ;
        /* width: 607px; */
    }
}

/* Media Queries for Responsive Design */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

    /* .hero-section .container::before {
        right: -17px;
        top: -86px;
    } */
    .hero-section .row {
        width: 100%;
    }

    .hero-section::before {
        /* display: none; */
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(269.78deg, rgba(0, 0, 0, 0) 0.2%, #121111e0 59.06%);
        pointer-events: none;
        /* Allows clicks to pass through to the underlying element */
    }

    .hero-section {
        height: auto;
        min-height: 450px;
    }

    .hero-title {
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 2px;
    }

    .hero-title span {
        font-weight: 600;
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0px;
    }

    .hero-title span, .hero-subtext {
        color: #ffffff;
        width: 100%;
        max-width: 100%;
    }

    .second-text {
        font-family: Roboto;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0%;
        text-align: center;

    }

    .second-section,
    .third-section,
    .fourth-section,
    .fifth-section {
        padding: 4rem 2rem;
    }

    .six-section {
        height: auto;
        min-height: 70vh;
    }

    .sevent-section {
        padding: 2px;
        margin: 0px 0px 70px 0px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 600px) {


    /* .hero-section::after {
        background-color:  linear-gradient(269.78deg, rgba(0, 0, 0, 0) 0.2%, #121111 59.06%);
    } */
    .hero-section .container {
        padding: 0px;
    }

    .hero-section .row {
        margin: 0px;
    }

    .hero-section {
        height: 593px;
    }

    .hero-title span {
        color: #ffffff;
        font-weight: 700;
        font-size: 32px;
        line-height: 46px;
        letter-spacing: 0px;


    }

    .hero-subtext {
        color: #ffffff;

        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;

    }

    .hero-section .row .btn {
        width: 114px;
        height: 44px;
        font-size: 14px;
    }

    /* .second-sectio.second-section, .third-section, .fourth-section, .fifth-sectionn{
        padding-left: 30px;
        padding-right: 30px;
    } */
    .second-title, .second-title span {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;

    }

    .leadership-card {
        flex-wrap: wrap;
        gap: 40px;
    }

    .second-section, .third-section, .fourth-section, .fifth-section {
        padding: 40px 10px;
    }

    .hero-section {
        padding: 1rem;
    }

    .spectrum-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
        padding: 0 0.3rem;

    }

    .leadership-card li {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

    .leadership-card img {
        max-width: 100%;

    }

    .leadership-card {
        flex-direction: row;
    }

    .third-section-text-row h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;

        font-family: Roboto;


    }

    .third-section-text-row p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0%;
    }

    .third-section-text-row .btn {
        font-family: Roboto;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03rem;
        text-align: center;

    }

    .fourth-section-row {
        gap: 52px;
    }

    .fourth-section>.container>.row>p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .fourth-section>.container>.row>h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0.03rem;

    }

    .fifth-section>.container>.row>h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;

    }

    .fifth-section {
        padding: 40px 1px;
    }

    #myTab .row .card, #myTab .row a {
        height: 100%;
        width: 100%;
        flex-direction: row;
    }

    .six-section .container .row h1, .sevent-section h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        text-align: center;

    }

    .six-section .container .row h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 55px;

    }

    .six-section {
        height: 80vh;
    }

    .card-img-top {
        width: 30px;
        height: 29px;
        position: relative;
        top: 15px;
    }

    .six-section .container .row p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;

    }

    .six-section .container .row .btn {
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.03rem;
        text-align: center;

    }

    .sevent-section h1 {
        margin-top: 60px;

    }

    .six-section .container .row h1, .sevent-section h1 {
        font-family: Roboto;
        font-weight: 600;
        font-size: 24px;
        line-height: 38px;
        text-align: center;


    }

    .sevent-section>.container>.row {
        gap: 34px;
    }

    .sevent-section>.container>.row>.row>.col>ul {
        padding-left: 6px;
    }

    .spectrum-section>.container>.row>.col-md-12:nth-child(2)>.leadership-card {
        flex-direction: column-reverse;
    }

    .footer-stats .divider {
        display: block;
    }
}