@font-face {
    font-family: "icomoonb";
    src: url("../fonts/icomoonb.eot");
    src:
        url("../fonts/icomoonb.eot") format("embedded-opentype"),
        url("../fonts/icomoonb.ttf") format("truetype"),
        url("../fonts/icomoonb.woff") format("woff"),
        url("../fonts/icomoonb.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src:
        url("../fonts/icomoon.eot") format("embedded-opentype"),
        url("../fonts/icomoon.ttf") format("truetype"),
        url("../fonts/icomoon.woff") format("woff"),
        url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "icomoona";
    src: url("../fonts/icomoona.eot");
    src:
        url("../fonts/icomoona.eot") format("embedded-opentype"),
        url("../fonts/icomoona.ttf") format("truetype"),
        url("../fonts/icomoona.woff") format("woff"),
        url("../fonts/icomoona.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card {
    border: none !important;
    border-radius: var(--card-radius, 15px) !important;
}

.btn,
.badge {
    font-weight: var(--btn-font-weight, bold) !important;
}

.btn-primary {
    background: var(--primary-color) !important;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 30px;
    font-weight: 600;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
}

.btn-primary:hover {
    transform: translateY(-2px);
    background-color: var(--btn-primary-hover) !important;
    border-color: var(--btn-primary-hover) !important;
}

.btn-primary-outline {
    background-color: transparent !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}

.btn-primary-outline:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(32, 61, 94, 0.5) !important;
}

.btn-success,
.btn-warning {
    color: #fff !important;
}

html,
body {
    overflow-x: clip;
}

.header {
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 1040;
    width: 100%;
}

.sidebar-nav .nav-link {
    padding: 10px;
    margin: 5px 10px 5px 10px;
    border-radius: 5px;
}

.top-header {
    /* background-color: var(--primary-color); */
    /* transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out; */
    /* overflow: hidden;
    max-height: 100px; */
    /* Adjust if your header is taller */
}

/* .top-header.header-hidden {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
} */
/* .top-header {
    transition: transform 0.3s ease;
} */
.top-header {
    max-height: 50px;
    /* actual height */
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        opacity 0.3s ease,
        padding 0.3s ease;
}

.top-header.header-hidden {
    max-height: 0;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.top-header .nav-link {
    color: #fff !important;
}

.top-header .nav-link:hover,
.top-header .nav-link:focus {
    color: #fff !important;
    opacity: 0.88;
}

#header-site-search {
    min-width: 260px;
    min-height: 30px;
    border-style: none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
}

.cil-arrow-right {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.site-search-wrap {
    position: relative;
    display: block;
}

.site-search-wrap .form-control {
    padding-left: 2.2rem;
}

.site-search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.header-search-form .site-search-wrap {
    min-width: 260px;
}

.header-search-form .site-search-wrap .form-control {
    background-color: #c55155;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.header-search-form .site-search-wrap .form-control::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.header-search-form .site-search-wrap .form-control:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
    box-shadow: none;
}

.header-search-form .site-search-icon {
    color: #fff;
    fill: #fff;
}

.header .main-header {
    background: #fff;
}

.header .top-header {
    background: var(--primary-color);
}

.header .header-nav > .nav-item > .nav-link {
    color: black;
    padding: 4px 6px;
    font-size: 1vw;
    transition: all 0.3s ease;
}

.nav-item.dropdown {
    transition: all 0.3 ease;
    cursor: pointer;
}

.nav-item.dropdown .nav-link.dropdown-toggle {
    border-bottom: 3px solid white;
}

.nav-item.dropdown:hover .nav-link.dropdown-toggle {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    cursor: pointer;
}

.header .header-nav > .nav-item > .nav-link:hover,
.header .header-nav > .nav-item > .nav-link:focus,
.header .header-nav > .nav-item.show > .nav-link {
    color: var(--primary-color);
}

.header .header-nav .dropdown-menu {
    border: none;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    z-index: 1080;
}

.header .header-nav .dropdown-item {
    color: #1f2937;
    font-size: 0.75vw;
    /* font-size: 100%; */
    /* font-weight: 500; */
    padding: 0.8rem 1.5rem;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.header .header-nav .dropdown-item:hover,
.header .header-nav .dropdown-item:focus,
.header .header-nav .dropdown-item:active {
    color: white;
    background-color: var(--primary-color);
    /* background-color: color-mix(in srgb, var(--primary-color) 12%, #fff); */
}

.header .header-nav .dropdown-submenu > .dropdown-toggle::after {
    margin-left: 0.45rem;
    transform: rotate(-90deg);
}

.dropdown-menu-end {
    right: 0;
}

.apply_online_btn {
    padding: 10px 14px;
    border-radius: 6px !important;
    font-size: 14px !important;
    display: flex;
    font-weight: 400 !important;
    align-items: center;
    gap: 6px;
}

.btn_cta_outline {
    padding: 8px 14px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    display: flex;
    font-weight: 400 !important;
    align-items: center;
    gap: 6px;
    transition: all 0.3 ease;
}

.btn_cta_outline:hover {
    transform: translate(-3px);
}

.mobile_nav .apply_online_btn {
    padding: 5px;
    font-size: 14px !important;
}

.apply-span-icon {
    font-weight: bolder;
    font-size: 20px;
}

.front-menu-toggle {
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: var(--primary-color);
}

.front-menu-toggle:hover,
.front-menu-toggle:focus {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.front-mobile-menu {
    width: min(92vw, 360px);
}

.front-mobile-links > li {
    border-bottom: 1px solid #eceff3;
}

.front-mobile-parent {
    color: #1e293b;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0.9rem 0;
}

.front-mobile-parent:hover,
.front-mobile-parent:focus {
    color: var(--primary-color);
}

.front-mobile-submenu {
    padding: 0 0 0.8rem 0.8rem;
}

.front-mobile-submenu li {
    margin-bottom: 0.55rem;
}

.front-mobile-submenu a {
    text-decoration: none;
    color: #334155;
    font-size: 14px;
}

.front-mobile-submenu a:hover,
.front-mobile-submenu a:focus {
    color: var(--primary-color);
}

svg.e-fas-graduation-cap {
    height: 18px;
    width: 22px;
    fill: #fff;
    /* display: none; */
}

/* FOOTER */

.footer-wrapper {
    background: linear-gradient(135deg, #d15e69 0%, #d15e69 100%);
}

.footer-title {
    display: inline-block;
    /* width equals text width */
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.45rem;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    /* 75% of text width */
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.9rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.25s ease;
    /* font-size: 0.95rem; */
}

.footer-links a:hover {
    /* color: #fff; */
    transform: translateX(5px);
}

.footer-links i {
    font-size: 0.85rem;
}

.social-icons {
    margin-top: 1rem;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon:hover {
    background: #fff;
    color: var(--primary-color);
    transform: translateY(-4px);
}

.social-icon i {
    font-size: 1.1rem;
}

.footer-bottom {
    border-radius: 20px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.15);
}

/* Slider */

.home_slider {
    position: relative;
    overflow: hidden;
}

.home_slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.home_slider .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 10px 7px;
    background: #cf8a3f;
}

.home_slider .owl-theme .owl-dots .owl-dot.active span {
    background: #efb509;
    position: relative;
}

.home_slider .owl-theme .owl-dots .owl-dot.active span::before {
    content: "";
    border: 2px solid #efb509;
    position: absolute;
    z-index: 1;
    height: 30px;
    width: 30px;
    right: -8px;
    top: -7px;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .home_slider .owl-dots {
        top: auto;
        right: 50%;
        bottom: 12px;
        transform: translateX(50%);
        flex-direction: row;
    }
}

@media (max-width: 767.98px) {
    .home_slider .owl-dots {
        bottom: 8px;
    }

    .home_slider .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 6px;
        background: #db8083;
    }

    .home_slider .owl-theme .owl-dots .owl-dot.active span {
        background: #db8083;
    }

    .home_slider .owl-theme .owl-dots .owl-dot.active span::before {
        width: 22px;
        height: 22px;
        right: -5px;
        top: -5px;
        border: 2px solid #db8083;
    }
}

/* Study Section */
.study-section {
    background: #fff;
}

.study-title {
    font-weight: 700;
    color: #000;
}

.study-card .card {
    border-radius: 18px;
    transition: 0.3s ease;
    /* background: #f1f1f7; */
    box-shadow: 0px 6px 16px -1px rgba(0, 0, 0, 0.17);
}

.study-card .card:hover {
    transform: translateY(-5px);
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: #a91d22;
}

.study-card .card:hover .study-content {
    color: #fff;
}

.study-card .card:hover .study-content::before {
    opacity: 1;
}

.study-card .card:hover .study-icon {
    background: #fff !important;
}

.study-card .card:hover .study-icon svg {
    color: var(--primary-color);
    fill: var(--primary-color);
    transition: all 0.3s ease;
}

.study-card .card:hover .study-icon i {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.study-card .card:hover .study-content h4 {
    color: #fff;
}

.study-image {
    overflow: hidden;
}

.study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.study-content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    /* background: #f1f1f7; */
    transition: color 0.5s ease;
    position: relative;
    overflow: hidden;
}

.study-content::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: #a91d22;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.study-content > * {
    position: relative;
    z-index: 1;
}

.study-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #111;
    margin: 0;
}

.study-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-icon-white {
    background: white !important;
    color: var(--primary-color);
}

.arrow-icon-white svg {
    fill: var(--primary-color) !important;
    width: 22px;
}

.study-icon svg {
    fill: White;
    width: 22px;
}

.study-icon i,
.scholarship-icon i {
    color: #fff;
}

.study-content-pink,
.study-card .pink-card {
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: #a91d22;
    color: #fff;
}

.study-content-pink .study-icon {
    background: #fff !important;
}

.study-content-pink .study-icon i {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.study-content-pink h4 {
    color: #fff;
}

.admission-overlay {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    padding: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Scholarship Section */
.scholarship-section {
    background: #f3f3f3;
}

.scholarship-wrapper {
    position: relative;
    min-height: 540px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("../images/scholarships.png");
    /* background-size: contain; */
    background-size: cover;
    background-position: center;
    padding: 40px;
    background-repeat: no-repeat;
}

.scholarship-content {
    width: 48%;
    max-width: 560px;
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: #a91d22;
    border-radius: 20px;
    padding: 48px;
    z-index: 2;
}

.scholarship-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 28px;
}

.scholarship-text {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    text-align: justify;
    /* margin-bottom: 18px; */
}

.scholarship-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    text-decoration: none;
    color: #000;
    fill: #000;
}

.scholarship-btn:hover {
    transform: translateX(5px);
}

.scholarship-btn i {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.scholarship-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.scholarship-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Impact Section */
.impact-section {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../images/break-new.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.impact-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.impact-title {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    text-align: center;
}

/* Among Top Global Institutions */
.tuf-global-impact {
    position: relative;
    background: #f8f9fa;
    overflow: hidden;
}

.tuf-global-impact::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/World-map.png") center center no-repeat;
    background-size: contain;
    opacity: 0.08;
    pointer-events: none;
}

.impact-title-world {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.impact-title-world span {
    font-size: 2.7rem;
    font-weight: 700;
}

.impact-title span {
    font-weight: 800;
    display: inline-block;
}

.main-impact-card {
    background: rgba(220, 53, 69, 0.06);
    border-radius: 22px;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.the-logo-box img {
    max-width: 320px;
}

.impact-gradient-card {
    background: linear-gradient(135deg, var(--primary-color), #e83e8c);
    border-radius: 16px;
    padding: 2rem;
    color: #fff;
    height: 100%;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.18);
}

.impact-gradient-card h5 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.impact-gradient-card p {
    margin-bottom: 0.55rem;
    font-size: 0.97rem;
}

.mini-impact-card {
    background: linear-gradient(135deg, var(--primary-color), #f04f65);
    color: #fff;
    border-radius: 14px;
    padding: 1.3rem 1.4rem;
    font-size: 1rem;
    line-height: 1.6;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.15);
}

.mini-impact-card.blue-card {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
}

.achievement-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}

.achievement-card:hover {
    transform: translateY(-6px);
}

.achievement-icon {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: rgba(220, 53, 69, 0.12);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3rem;
}

.achievement-icon i {
    font-size: 1.8rem;
}

.achievement-card h5 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #111827;
}

.achievement-card p {
    margin: 0;
    color: #4b5563;
    line-height: 1.8;
}

.impact-btn {
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: var(--primary-color) !important;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 30px;
    font-weight: 600;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: max-content;
    margin: 0 auto;
}

.primary-gradient {
    /* background: linear-gradient(135deg, var(--primary-color), #a61e4d); */
    background: #a91d22;
    transition: 0.3s ease;
    border-radius: 12px;
}

.impact-btn:hover,
.primary-gradient:hover {
    transform: translateY(-3px);
    color: #fff;
}

/* News Grid */
.news-grid span.badge {
    color: #604f4f !important;
    font-weight: 400 !important;
}

/* International Students */

.badge-btn {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    margin-bottom: 12px;
}

.badge-btn:hover {
    background: #ffffff;
    color: black;
}

.hero-banner h1 {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
}

/* START HERO SECTION */

.hero-section {
    position: relative;
    width: 100%;
    aspect-ratio: 1480 / 622;
    overflow: hidden;
    color: #fff;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: flex;
    align-items: flex-end;
    box-shadow: inset 0 -120px 120px -70px rgba(0, 0, 0, 0.95);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(0, 0, 0, 0.1) 55%,
            rgba(0, 0, 0, 0.22) 100%
        ),
        radial-gradient(
            circle at 15% 58%,
            rgba(0, 0, 0, 0.05) 0%,
            transparent 45%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.12) 0%,
            rgba(0, 0, 0, 0.03) 42%,
            rgba(0, 0, 0, 0.12) 100%
        );
    z-index: 1;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 190px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.95) 100%
    );
    z-index: 2;
}

.hero-inner {
    position: relative;
    z-index: 4;
    width: 100%;
}

.hero-layout {
    display: flex;
    align-items: flex-end;
    min-height: 610px;
    gap: 0;
    padding: 86px 0 52px;
}

.hero-content {
    padding-bottom: 10px;
}

.hero-title {
    font-size: clamp(2rem, 5.2vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 22px 0 0;
    text-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.hero-subtitle {
    font-size: 1.03rem;
    font-weight: 500;
    margin: 12px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-description {
    max-width: 800px;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
    color: white !important;
}

.hero-description * {
    color: white;
}

.hero-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 9px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    transition: all 0.25s ease;
    font-size: clamp(0.4rem, 1rem, 2rem);
}

.hero-back-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .hero-layout {
        padding: 10px;
    }

    .hero-section::before {
        background: transparent !important;
    }

    .hero-section::after {
        background: transparent !important;
    }

    .hero-back-btn {
        padding: 5px 10px;
    }

    .section-padding {
        padding: 50px 0;
    }

    . {
        font-size: 40px;
    }

    .hero-subtitle {
        font-size: 26px;
    }
}

/* END HERO SECTION */

.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.4) 30%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 100%
    );
    /* backdrop-filter: blur(2px); */
}

.view-details {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-weight: 100;
    padding-bottom: 55px;
}

.view-details .underline {
    position: absolute;
    left: 0;
    bottom: 48px;
    height: 1px;
    width: 100%;
    background: #000;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.view-details:hover .underline {
    transform: scaleX(0);
    transform-origin: right;
}

.col-custom-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 12px;
    padding-left: 12px;
}

.col-custom-5 .card {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.col-custom-5 .card .card-body:first-child {
    flex: 1;
}

.col-custom-5 .card .card-img-top {
    height: 220px;
    object-fit: cover;
    flex-shrink: 0;
}

.col-custom-5 .card .card-body:last-child {
    flex-shrink: 0;
}

.community-stat-card {
    padding: 30px 20px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.community-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.community-stat-card h3 {
    color: #000;
    line-height: 1;
}

.community-stat-card p {
    font-size: 15px;
    line-height: 1.8;
}

.history-content p {
    color: #fff;
    line-height: 1.9;
    font-size: 15px;
    text-align: justify;
}

/* .history-link {
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: 0.3s ease;
}

.history-link:hover {
    color: #0d6efd;
}

.history-link i {
    transition: 0.3s ease;
}

.history-link:hover i {
    transform: translateX(5px);
} */

.card-title {
    font-size: 18px;
}

.card img {
    object-fit: cover;
}

.custom-card-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.default-link {
    color: black;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

.default-link * {
    transition: all 0.2s ease;
}

.default-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px) !important;
}

.default-link:hover * {
    color: var(--primary-color) !important;
    transform: translateY(-5px) !important;
}

.custom-link {
    color: black;
    width: fit-content;
    text-decoration: none;
    /* font-weight: 600; */
    transition: all 0.3s ease;
    /* border-bottom: 1px solid black; */
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.custom-link:hover {
    color: black;
    /* border-bottom: translateX(5px); */
}

.custom-link i {
    padding-left: 3px;
    font-size: 18px !important;
    font-weight: 500 !important;
    transition: transform 0.8s ease;
}

.custom-link:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    transition: 0.8s;
    height: 1px;
    background: black;
}

.custom-link:hover i {
    transform: translateX(13px);
}

.custom-link:hover:after {
    width: 0%;
}

.custom-link-white {
    color: white;
    /* border-bottom: 1px solid white; */
}

.custom-link-white:hover {
    color: white;
}

.custom-link-white:after {
    background: white;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    animation: marqueeScroll 15s linear infinite;
}

.logo-marquee:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 auto;
    /* width: 180px; */
    height: auto;
    width: 100px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    /* max-width: 100%;
    max-height: 100%; */
    height: auto;
    width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.05);
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Header — min-width: 992px */
@media (min-width: 992px) {
    .header .main-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .main-header
        .header-nav.d-lg-flex
        .nav-item.dropdown
        > .nav-link.dropdown-toggle {
        pointer-events: none;
    }

    .header .main-header > .header-brand {
        flex: 0 0 auto;
    }

    .header .main-header > .header-nav:first-of-type {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        gap: 4px;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .header .main-header > .header-nav:last-of-type {
        flex: 0 0 auto;
        margin-left: auto;
        gap: 0.35rem;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .header .main-header > .header-nav .nav-item {
        flex: 0 1 auto;
    }

    .header .header-nav .nav-item.dropdown {
        position: relative;
        transition: all 0.3s ease;
    }

    .header .header-nav .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease,
            visibility 0.2s ease;
    }

    .header .header-nav .nav-item.dropdown:hover > .dropdown-menu,
    .header .header-nav .nav-item.dropdown:focus-within > .dropdown-menu,
    .header .header-nav .nav-item.dropdown .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header .header-nav .dropdown-submenu {
        position: relative;
    }

    .header .header-nav .dropdown-submenu > .dropdown-menu {
        top: -0.3rem;
        left: 100%;
        border-radius: 0;
        /* margin-left: 0.4rem; */
        transform: translateY(8px);
    }

    .header .header-nav .dropdown-submenu:hover > .dropdown-menu,
    .header .header-nav .dropdown-submenu:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

/* Header — max-width: 1599.98px and min-width: 1200px */
@media (max-width: 1599.98px) and (min-width: 1200px) {
    .header-nav .nav-link,
    .header-nav .nav-item a {
        font-size: 16px;
    }

    .header-nav .nav-item a.nav-link {
        padding: 4px;
    }
}

/* Header — max-width: 1299.98px and min-width: 992px */
@media (max-width: 1299.98px) and (min-width: 992px) {
    .header .main-header {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .header .header-nav > .nav-item > .nav-link {
        font-size: 15px;
    }

    .header .header-nav .dropdown-item {
        font-size: 0.95vw;
    }

    .header .header-nav {
        gap: 0.15rem;
    }

    .header .main-header {
        gap: 0.45rem;
    }

    .header-brand img {
        width: 112px;
        height: auto;
    }

    #header-site-search {
        min-width: 190px;
    }
}

/* Header — max-width: 1199.98px and min-width: 992px */
@media (max-width: 1199.98px) and (min-width: 992px) {
    .top-header {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .header-nav .nav-link,
    .header-nav .nav-item a {
        font-size: 14px;
    }

    #header-site-search {
        min-width: 200px;
    }

    svg.e-fas-graduation-cap {
        width: 18px;
        height: 18px;
        display: inline-block;
    }

    .apply-span,
    .apply-span-icon {
        display: none;
    }

    html:not([dir="rtl"]) a.header-brand {
        margin-right: 4px;
    }
}

/* Header — max-width: 991.98px */
@media (max-width: 991.98px) {
    .header > .container-fluid.px-4 {
        /* min-height: 72px; */
        display: flex;
        align-items: center;
    }

    .header-brand img {
        width: 95px;
        height: auto;
    }
}

/* Footer — max-width: 767px */
@media (max-width: 767px) {
    .footer-title {
        margin-top: 1rem;
    }

    .impact-title-world,
    .impact-title-world span {
        /* font-size: 24px; */
    }
}

/* Study Section — max-width: 991px */
@media (max-width: 991px) {
    .study-content h4 {
        font-size: 20px;
    }

    .study-content {
        min-height: 100px;
    }

    .admission-overlay {
        font-size: 24px;
    }
}

/* Study Section — max-width: 767px */
@media (max-width: 767px) {
    .study-title {
        font-size: 32px;
    }
}

/* Scholarship Section — max-width: 1199px */
@media (max-width: 1199px) {
    .scholarship-title {
        font-size: 44px;
    }

    .scholarship-text {
        font-size: 14px;
    }

    .scholarship-content {
        width: 55%;
    }
}

/* Scholarship Section — max-width: 991px */
@media (max-width: 991px) {
    .scholarship-wrapper {
        flex-direction: column;
        min-height: auto;
        padding: 30px;
    }

    .scholarship-content {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-bottom: 30px;
    }

    .scholarship-image {
        position: relative;
        width: 100%;
        height: 420px;
    }

    .scholarship-image img {
        border-radius: 18px;
    }
}

/* Scholarship Section — max-width: 767px */
@media (max-width: 767px) {
    .scholarship-wrapper {
        padding: 20px;
    }

    .scholarship-content {
        padding: 30px 24px;
    }

    .scholarship-title {
        font-size: 34px;
    }

    .scholarship-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .scholarship-image {
        height: 320px;
    }
}

/* Impact Section — max-width: 1199px */
/* @media (max-width: 1199px) {
    .impact-title {
        font-size: 52px;
    }
} */

/* Impact Section — max-width: 991px */
@media (max-width: 991px) {
    .impact-section {
        min-height: 420px;
    }

    .impact-title {
        font-size: 42px;
        line-height: 1.25;
    }
}

/* Impact Section — max-width: 767px */
@media (max-width: 767px) {
    .impact-section {
        min-height: 320px;
    }

    .impact-content {
        padding: 60px 0;
    }

    .impact-title {
        font-size: 30px;
        line-height: 1.35;
    }
}

/* Global Impact — max-width: 991px */
@media (max-width: 991px) {
    .impact-title {
        font-size: 1.8rem;
    }

    .main-impact-card {
        padding: 1.5rem;
    }

    .the-logo-box {
        text-align: center;
    }

    .the-logo-box img {
        max-width: 240px;
    }
}

/* Col Custom 5 — max-width: 960px */
@media (max-width: 960px) {
    .col-custom-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Custom Card Image — max-width: 768px */
@media (max-width: 768px) {
    .hero-description {
        display: none;
    }

    .custom-card-image {
        height: 240px;
    }

    .card-title {
        font-size: 1.25rem;
    }
}

/* Logo Marquee — max-width: 768px */
@media (max-width: 768px) {
    /* .logo-item {
        width: 140px;
        height: 80px;
        margin-right: 25px;
    } */

    html:not([dir="rtl"]) .header-brand {
        margin-right: 2px;
    }
}

/* Skeleton Loading */
.skeleton-img {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.skeleton-img.loaded {
    background: none;
    opacity: 1;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* On-scroll Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.animate-fade-in-up,
.animate-zoom-out {
    opacity: 0;
}

.animate-fade-in-up.is-visible {
    animation: fadeInUp 0.8s ease-out forwards;
}

.animate-zoom-out.is-visible {
    opacity: 1;
    animation: zoomOut 0.8s ease-out forwards;
}

/* Fade Up */
.reveal-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

.reveal-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.reveal-fade {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.reveal-fade.in-view {
    opacity: 1;
}

/* Zoom Pulse */
@keyframes zoomPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.reveal-zoom.in-view {
    animation: zoomPulse 1s ease forwards;
}

.bg-light-blue {
    background-color: #e0f7fa;
}

.bg-light-green {
    background-color: #e8f5e9;
}

.bg-light-yellow {
    background-color: #fffde7;
}

.bg-light-orange {
    background-color: #fff3e0;
}

.bg-dark-blue {
    background-color: #0288d1;
    color: #fff;
}

.bg-dark-green {
    background-color: #2e7d32;
    color: #fff;
}

.bg-dark-yellow {
    background-color: #f9a825;
    color: #fff;
}

.bg-dark-orange {
    background-color: #ef6c00;
    color: #fff;
}

.bg-dark-pink {
    background-color: #b3208b;
    color: #fff !important;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, #b3208b 100%);
    color: #fff;
}

.bg-primary-gradient-light {
    background: linear-gradient(
        135deg,
        rgba(169, 29, 34, 0.08) 0%,
        rgba(179, 32, 139, 0.08) 100%
    );
}

.bg-primary-gradient-light-inverse {
    background: linear-gradient(135deg, #fdf0f8 0%, #fff5f5 100%);
}

.img-skeleton {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-skeleton.loaded {
    animation: none;
    background: none;
    opacity: 1;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
