@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --inter: "Inter", sans-serif;
    --popp: "Poppins", sans-serif;

    --primary: #192957;
    --second: #E55526;
}

::-webkit-scrollbar {
    width: 8px;
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
}

body {
    font-size: 1rem;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    /* line-height: 1.4; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--inter);
}

small {
    line-height: 1;
}

section {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.hero_sec {
    position: relative;
    background: url(assets/hero-bg/hero-bg.jpg) no-repeat top/cover;

    background-color: #fff;
    height: 100vh;
    max-height: 740px;
}

.hero_sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, transparent, #000);
    z-index: 0;
}

.hero_sec .hero_left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 3rem;
    z-index: 1;
}

.hero_sec .hero_left > img {
    max-width: 300px;
}

.hero_sec .hero_left .hero_left_bottom {
    color: #fff;
    line-height: 1.3;
}

.hero_sec .hero_left .hero_left_bottom img {
    max-width: 60px;
}

.hero_sec .hero_left .hero_left_bottom {}

.hero_sec .hero_right {
    position: relative;
    max-width: 520px;
    height: 100%;
    margin-inline: auto;
    background: #fff6;
    border: 1px solid #fffa;
    padding: 2rem 2rem 1.5rem;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    backdrop-filter: blur(6px);
    z-index: 9;
}

.hero_sec .hero_right .form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.hero_sec .hero_right .form_container > div {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
}

.hero_sec .hero_right .form_container label {
    display: block;
    color: #000;
    font-weight: 500;
}

.hero_sec .hero_right .form_container :is(input, select) {
    font-family: var(--popp);
    font-size: 15px;
    width: 100%;
    height: 40px;
    padding-inline: 10px;
    border: none;
    outline: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.hero_sec .hero_right .form_container .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    color: #fff;
    margin-top: 0.75rem;
}

.hero_sec .hero_right .form_container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hero_sec .hero_right .form-container h2 {
    font-size: 1.75rem;
}

.hero_sec .hero_right .form-container button {
    width: 95%;
    background: var(--second);
    border: none;
    outline: none;
    color: #fff;
    font-size: 1.2rem;
}

.hero_sec .hero_right .form-container h5 {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.hero_sec .hero_right .form-container small {
    font-size: .8rem;
    font-weight: 300;
    line-height: 20px;
}

.rankings_wrapper {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.rankings_wrapper > img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.rankings_wrapper .d-flex > .stat-box {
    width: calc(100% / 4 - 1rem);
    text-align: center;
}

.section-title {
    position: relative;
    color: rgb(0, 82, 137);
    font: 700 48px Inter, sans-serif;
    padding-bottom: 1.5rem;
}

.stat-box h6 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-transform: capitalize;
}

.stat-number {
    font-size: 2.75rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--inter);
}

.stat-number > span {
    font-size: 16px;
    font-weight: 500;
    margin-left: .4rem;
}

.stat-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-top: 6px;
}

.stat-box p {
    display: inline-block;
    color: #e55526;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    margin-top: 1rem;
    letter-spacing: .4px;
}

.mba-section {
    position: relative;
    margin-top: 6.125rem;
}

.mba-stats {
    color: #fff;
}

.logo-grid {
    overflow: hidden;
}

.logo-grid .logo {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
}

.review-text {
    color: #f4da22;
    font: 700 16px/1.2 Inter, sans-serif;
}

.feature-card {
    /* font-family: Inter, sans-serif; */
    padding: 1rem;
}

.feature-icon {
    aspect-ratio: 1.22;
    object-fit: contain;
    object-position: center;
    width: 73px;
}

.feature-title {
    color: rgb(92, 111, 123);
    font: 700 24px Inter, sans-serif;
    margin: 1.25rem 0 .75rem;
}

.feature-card p {
    color: #000;
    /* font-size: 1.04rem; */
    font-weight: 600;
    line-height: 26px;
    text-align: justify;
}

.programs-section {
    position: relative;
    background-color: rgba(25, 40, 87, 0.02);
    overflow: hidden;
}

.programs-section hr {
    border-color: #888;
}

.program-container {
    margin-top: 2.5rem;
    align-items: center;
}

.program-header {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 392px;
}

.program-header span {
    color: #005289;
    font-size: 1.2rem;
    font-weight: 500;
}

.program-name {
    color: #5C6F7B;
    font-size: 2.4rem;
    font-weight: 700;
}

.program-description {
    color: #000;
    font-weight: 500;
    line-height: 28px;
    margin-left: 1.5rem;
}

.divider {
    aspect-ratio: 1000;
    object-fit: contain;
    object-position: center;
    width: 100%;
    margin: 40px 0 20px;
}

.stats-container {
    color: #fff;
    background-color: rgba(25, 41, 87, 1);
    overflow: hidden;
}

.stats-title {
    color: rgba(255, 255, 255, 1);
    font: 700 24px/1.6 Inter, sans-serif;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 1rem;
}

.stat-content {
    display: flex;
    flex-direction: column;
    font: 700 3.25rem/1.2 Inter, sans-serif;
    color: rgba(255, 255, 255, 1);
}

.hero-image {
    position: relative;
    /* max-height: 550px; */
    overflow: hidden;
}

.hero-image .hero_video {
    width: 100%;
    height: auto;
}

.hero-image img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;

}

/* =================  feature-section  ================= */

.features_sec {
    position: relative;
    background-color: rgba(25, 40, 87, 0.02);
    overflow: hidden;
}

.feature-icon {
    aspect-ratio: 1.21;
    object-fit: contain;
    object-position: center;
    width: 58px;
}

.feature-title {
    color: rgba(92, 111, 123, 1);
    font-size: 24px;
    font-weight: 700;
    margin-top: 16px;
}

.feature-item {
    /* padding-inline: .4rem; */
    margin-bottom: 1rem;
}

.feature-item p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}

.cta-button {
    display: block;
    margin-inline: auto;
    background-color: rgba(229, 85, 38, 1);
    margin-top: 2rem;
    color: rgba(255, 255, 255, 1);
    padding: 1rem 3.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    border: none;
}

.stats-container {
    color: #fff;
    background-color: rgba(25, 41, 87, 1);
    overflow: hidden;
}

/* ===================== */
.employer_logo_sec {
    overflow: hidden;
}

.employer_logo_sec .stats-title {
    color: var(--primary);
}

.employer_logo_sec .employer_logo_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
    row-gap: 1rem;
}

.employer_logo_sec .employer_logo_wrap .employer_logo_box {
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.employer_logo_sec .employer_logo_wrap .employer_logo_box img {
    padding-inline: .5rem;
    max-width: 100%;
}

/*  ======================  Testimonial  Section ============== */

.testimonial_sec {
    overflow: hidden;
}

.testimonial_sec .row > div {
    margin-bottom: 1rem;
}

.testimonial-card {
    height: 100%;
    color: rgb(92, 111, 123);
    padding: 1.5rem 1.75rem 2rem;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.profile-image {
    object-fit: contain;
    width: 6.125rem;
    border-radius: 230px;
}

.testimonial-quote {
    color: rgb(0, 0, 0);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 32px;
    margin-top: 1rem;
}

.alumni-name {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 1rem;
    font-family: var(--inter);
}

.alumni-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.mission_section {
    position: relative;
    overflow: hidden;
}

.mission-text {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    font-family: Inter, sans-serif;
    margin: auto 0;
}

.mission-heading {
    color: rgb(0, 82, 137);
    font-size: 48px;
    font-weight: 700;
}

.mission_section p {
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin-bottom: .5rem;
}

.mission_section .mission-image {
    max-width: 100%;
}

.cta-section {
    border-radius: 20px;
    background-color: rgb(0, 82, 137);
    color: rgb(255, 255, 255);
    padding: 3rem 3.5rem 2rem;
    overflow: hidden;
}

.cta-section .cta-content {
    /* display: flex;
    flex-direction: column; */
}

.cta-section .cta-content a {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: #fffb;
    -moz-text-decoration-color: #fffb;
}

.cta-section .cta-content a:hover {
    text-decoration: none;
    color: var(--second);
}

.cta-heading {
    font-size: 48px;
    font-weight: 700;
}

.cta-section p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 30px;
    margin-top: 1rem;
}

.cta-section .cta-button {
    border-radius: 15px;
    padding-inline: 1.5rem;
    max-width: 290px;
    width: 100%;
}

.partner_logo {
    margin-top: 2rem;
}

.partner_logo .partner_logo_box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.5rem;
    column-gap: .5rem;
    align-items: center;
    justify-content: space-around;
}

.partner_logo .partner_logo_box img {
    max-height: 9rem;
    /* width: 100%; */
    max-width: 160px;
}

.footer-section {
    overflow: hidden;
}

.footer-content {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #aaa;
    padding-top: 1rem;
}

.footer-content > p {
    color: var(--second);
    font-style: 500;
}

.footer-address {
    margin-top: 8px;
}

.footer-logo {
    object-fit: contain;
    width: 220px;
}

.footer-links {
    color: rgb(0, 0, 0);
    text-align: right;
    font: 500 16px/1.6 Inter, sans-serif;
}

.footer-badge {
    aspect-ratio: 1.62;
    object-fit: contain;
    width: 128px;
    align-self: end;
    margin-right: 65px;
}

.footer-bottom {
    padding: 1.5rem 0 1.5rem;
}

.footer-bottom p {
    font-size: .9rem;
    margin-bottom: 0;
    font-weight: 500;
}

.footer-bottom p a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-bottom p a:hover {
    color: var(--second);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}