.nav-item,
.nav-link {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-link.active,
.nav-link:hover {
    color: #FEA500 !important;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.navbar {
    background: #FFF;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 21px 0px;
    justify-content: center;
    align-items: center;
}

.Highlights h2 {
    color: var(--Blue_Heading, #3981F9);
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.Highlights p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 150% */
}

.Highlights h3 {
    color: var(--White_Text, #FFF);
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.Highlights span {
    color: var(--Orange_Buttons, #FEA500);
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.Highlights .paragaph {
    color: var(--White_Body-text, #FAFAFA);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.Highlights .paragaph strong {
    color: var(--White_Body-text, #FAFAFA);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
}

.Highlights button {
    color: var(--White_Text, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    border-radius: 8px;
    background: var(--Orange_Buttons, #FEA500);
    padding: 10px 34px;
    border: none;
}

.Highlights .card {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.Highlights h4 {
    overflow: hidden;
    color: var(--Black_Text, #0A0A0A);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.Highlights .badge {
    color: var(--White_Text, #FFF);
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    border-radius: 6px 0;
    background: var(--Orange_Buttons, #FEA500);
}

.form-label {
    color: var(--White_Text, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.form-section {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
}

.form-control {
    overflow: hidden;
    color: var(--Grey_Body-Text, #707070);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    padding: 12px;
}

.footer .header {
    color: var(--Blue_Heading, #3981F9);
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
}

.footer .a {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer .links {
    border-right: 1px solid #C0C0C0;
}

.logo-slider {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.logo-track img {
    height: 110px;
    /* adjust size */
    margin: 0 40px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.testimonial .para {
    font-size: 18px;
    margin: 20px 0;
    color: #000;
}

.testimonial .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffa500;
}

.testimonial .author h5 {
    margin: 10px 0 0;
    font-weight: 700;
}

.testimonial .author span {
    font-size: 14px;
    color: gray;
}

.Highlights .prev {
    display: flex;
    background-color: #F9FF;
    color: black;
}

.Highlights .next {
    display: flex;
    background-color: #F2F9FF;
}

.carousel-control-next-icon {
    color: black;
}

/*-- program section --*/
.program {
    padding: 140px 0 60px 0;
    /* margin: 40px 0; */
}

.program-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.program-head {
    width: 70%;
    text-align: center;
}

.program-head .section-head {
    color: var(--Blue_Heading, #3981F9);
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    /* 120% */
}

.program-head p {
    color: var(--Grey_Body-Text, #707070);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.nav-main {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid var(--Blue_Strock, rgba(7, 75, 221, 0.10));
    background: var(--FaintBlue_BG, #F2F9FF);
    display: flex;
    gap: 20px;
}

.nav-main .link.active,
.link:hover {
    color: #fff;
    background: var(--Orange_Buttons, #FEA500);
    text-align: center;
    font-weight: 500;
    line-height: 160%;
    border-radius: 7px;
}

.nav-main .link {
    color: #969696;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    padding: 6px 10px;
    /* 28.8px */
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.image-set {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    /* padding: 20px; */
}

.image-set .image-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 8PX;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.image-group img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}

.image-group p {
    padding-bottom: 10px;
    overflow: hidden;
    color: var(--Black_Text, #0A0A0A);
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 0;
    /* 140% */
}