:root {
    --primary: #13358f;
    --primary-dark: #1e3669;
    --primary-light: #dbebfe;
    --secondary: #fcb630;
    --black: #2d2d2d;
    --card-box-shadow: 0px 2rem 4rem rgb(0, 0, 0, 4%);
    font-size: 0.85vw;
    --padding-inline: 12rem;
}

@media (max-width: 2000px) {
    :root {
        font-size: 0.85vw;
        --padding-inline: 4.25rem;
    }
}

@media (max-width: 1910px) {
    :root {
        font-size: 1.1vw;
        --padding-inline: 4.25rem;
    }
}

body {
    margin: 0;
    font-family: MU, sans-serif;
}

.important,
.menu-dropdown {
    box-shadow: var(--card-box-shadow);
}

    .banner-content-btn span,
    .discover-more-card:hover h6,
    .latest-news-card:hover h6,
    .menu-dropdown .title-only.no-child a:hover,
    h5 {
        color: var(--primary);
    }

.academics-card-desc span,
.mu-grad-card-desc span {
    padding-inline-end: 1.5rem;
}

html[dir="rtl"] body {
    font-family: MU-RTL, sans-serif;
}

html[dir="rtl"] {
    direction: rtl;
}

    html[dir="rtl"] .apply-now {
        background-position: 0, 0;
        background-image: url("../images/Jaafar.svg"), url("../images/Shapes-ar.svg"), linear-gradient(135deg, rgb(232, 232, 232, 61%), rgb(255, 255, 255, 0%));
    }

    .accordion-toggle:checked + .accordion-label svg:not(.acc-icon),
    .end-icon.btn-more svg,
    html[dir="rtl"] .academics-card-desc span > svg,
    html[dir="rtl"] .back-btn svg,
    html[dir="rtl"] .btn-header-link svg,
    html[dir="rtl"] .btn-more svg,
    html[dir="rtl"] .custom-next,
    html[dir="rtl"] .custom-prev,
    html[dir="rtl"] .discover-more-card-content svg,
    html[dir="rtl"] .mu-grad-card-desc span svg,
    html[dir="rtl"] .past-event-card svg {
        transform: rotate(180deg);
    }

    html[dir="rtl"] .mu-grad-card:hover .mu-grad-card-desc span {
        transform: translate(-1rem);
    }

    html[dir="rtl"] .end-icon.btn-more svg {
        transform: rotate(0);
    }

    html[dir="rtl"] p {
        line-height: 1.75rem;
    }

    html[dir="rtl"] .banner-content-btn {
        width: 14rem;
    }

.news-details p,
.news-listing-grid .latest-news-card .date,
p {
    font-size: 1rem;
}

.important p,
h5 {
    font-size: 1.3rem;
}

.pe-1 {
    padding-inline-end: 1rem;
}

.important {
    border: 1px solid #ff000054;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

    .important svg {
        fill: red;
    }

    .important p {
        font-weight: 500;
    }

h5 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.hr-divider {
    width: 100%;
    padding-block: 1rem;
}

    .hr-divider hr {
        border-top: 1px dotted #eee;
    }

::-webkit-scrollbar {
    width: 0.5rem;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d3d3d3;
    border-radius: 0.375rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.apply-now .btn,
.btn-secondary {
    background-color: var(--secondary);
    border-radius: 0.75rem;
    color: #010101;
    font-size: 1.5625rem;
    font-weight: 400;
    padding-inline: 2rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.menu-title,
header {
    color: var(--black);
}

.menu,
.register-btn {
    padding-inline: 1rem;
}

.load-more svg {
    transform: rotate(90deg);
}

header {
    box-shadow: 0 1.8125rem 2.875rem rgba(0, 0, 0, 6%);
    height: 5.125rem;
    position: sticky;
    top: 0;
    z-index: 100000;
    background-color: #fff;
}

    header .container {
        display: flex;
        justify-content: space-between;
        height: 5.125rem;
        padding-inline: var(--padding-inline);
    }

.navbar {
    position: relative;
    display: flex;
    gap: 2.5rem;
    justify-content: flex-end;
    width: 100%;
}

.menu-title {
    display: inline-block;
    padding-block: 2.1rem;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 600;
}

    .menu-title > svg,
    .search {
        margin-inline-start: 0.5rem;
    }

.menu-dropdown {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    background: #fff;
    color: #000;
    display: none;
    z-index: 1000;
    width: 100%;
    border-end-end-radius: 1.25rem;
    border-end-start-radius: 1.25rem;
    transition: opacity 0.3s, visibility 0.3s;
}

.academics,
.banner-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-dropdown .title-only {
    color: #2d2d2d;
    font-size: 1.25rem;
    position: relative;
    padding-top: 0.5rem;
    margin-top: 0;
    margin-bottom: 1.375rem;
    margin-inline-start: 1.375rem;
}

.title-only.no-child {
    margin-bottom: 2.5rem;
}

.menu-dropdown .title-only.no-child a {
    color: #2d2d2d;
    text-decoration: none;
}

.menu-dropdown .title-only::after {
    position: absolute;
    content: "";
    inset-inline-start: 0;
    top: 0;
    height: 0.1875rem;
    width: 1.75rem;
    background-color: var(--primary);
    border-radius: 0.1875rem;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.menu-dropdown .btn-header-link {
    color: #2d2d2d;
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 1.375rem;
    padding-block: 0.5rem;
    margin-bottom: 0.2rem;
    transition: 0.2s ease-in-out;
    border-radius: 0.625rem;
    gap: 2rem;
}

.btn-header-link div {
    text-align: start;
}

.menu-dropdown .btn-header-link:hover {
    background-color: rgb(19, 53, 143, 80%);
    color: #fff;
}

.divider {
    width: 1px;
    background-color: #ccc;
    margin: 0 1rem;
}

.academy-card:hover::before,
.menu,
.menu .row {
    background-color: transparent;
}

.menu {
    display: none;
    box-shadow: inset var(--card-box-shadow);
    padding-block: 2rem 1.5rem;
}

    .menu .row {
        overflow: hidden;
    }

    .menu.active {
        display: block;
    }

.with-separator {
    position: relative;
    padding-inline-end: 1rem;
    height: 100%;
}

    .with-separator::before {
        position: absolute;
        content: "";
        inset-inline-end: 0.5rem;
        top: 0;
        width: 0.125rem;
        height: 95%;
        background-color: #eee;
        border-radius: 1.25rem;
    }

.back-btn:hover,
.top-bar {
    background-color: var(--primary);
}

.back-btn {
    border: none;
    color: #2d2d2d;
    cursor: pointer;
    border-radius: 0.75rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.8rem;
    margin-inline-start: 1rem;
    margin-bottom: 1rem;
}

    .back-btn:hover {
        color: #fff;
    }

.top-bar {
    height: 2.875rem;
}

    .top-bar .container {
        padding-inline: calc(var(--padding-inline) + 1rem);
    }

.top-bar-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    height: 2.875rem;
}

.top-bar-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.register-btn {
    height: 100%;
    width: fit-content;
    background-color: var(--secondary);
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    border-radius: unset;
}

.container {
    padding-inline: calc(var(--padding-inline) + 4rem);
}

.logo-container {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 100%;
}

.banner,
.banner-item,
.banner-item h1,
.banner-item p {
    position: relative;
}

.banner-content,
.banner-item {
    justify-content: center;
    display: flex;
}

.logo-desc {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-dark);
}

.logo-container img {
    height: 4.6875rem;
}

.banner-image {
    width: 100%;
    height: 81vh;
}

.banner {
    z-index: 0;
}

.banner-item {
    background-position: center;
    height: 81vh;
    flex-direction: column;
}

    .banner-item::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 70%));
        z-index: 0;
    }

    .banner-item h1 {
        font-size: 3rem;
        font-weight: 700;
        color: #fff;
        z-index: 1;
        margin-bottom: 2rem;
        margin-top: 0;
    }

    .banner-item p {
        font-size: 1.6875rem;
        font-weight: 300;
        color: #fff;
        z-index: 1;
        margin-top: 0;
        margin-bottom: 0;
    }

.owl-carousel-1 .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 5rem;
}

.owl-carousel-1.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-carousel-1.owl-theme .owl-dots .owl-dot span {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0.1rem 0.1875rem;
}

.banner-content-btn {
    display: flex;
    gap: 1rem;
    padding-inline: 2rem;
    padding-block-start: 2rem;
    padding-block-end: 1rem;
    background-color: #fff;
    border: 1px solid #eee;
    transition: 0.2s ease-in-out;
    width: 13rem;
}

.academy-card,
.academy-card::before {
    border-radius: 1rem;
    transition: 0.2s ease-out;
}

.banner-content-btn:first-of-type {
    border-start-start-radius: 1rem;
    border-end-start-radius: 1rem;
}

.banner-content-btn:last-of-type {
    border-start-end-radius: 1rem;
    border-end-end-radius: 1rem;
}

.banner-content-btn h6 {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.banner-content-btn p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.3125rem;
    color: rgba(0, 0, 0, 45%);
    font-weight: 500;
    letter-spacing: -0.9%;
    line-height: 1.2rem;
}

.banner-content-btn:hover {
    background-color: var(--primary);
}

    .banner-content-btn:hover h6,
    .banner-content-btn:hover p,
    .banner-content-btn:hover span,
    .section-title.light {
        color: #fff;
    }

.banner-full-content {
    display: flex;
    justify-content: center;
    position: relative;
}

.banner-content {
    position: absolute;
    top: -3.75rem;
}

.academics {
    background-image: url("../images/academics-background.jpg");
    background-position: top;
}

.apply-now,
.events {
    background-repeat: no-repeat, no-repeat;
}

.academics-grid {
    display: grid;
    grid-template-columns: 35% 65%;
    height: 100%;
    padding-bottom: 5rem;
}

.counter,
.news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.academics-content {
    padding-inline-start: var(--padding-inline);
    padding-inline-end: calc(var(--padding-inline) - 3rem);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

    .academics-content h5 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-top: 0;
        color: #000;
    }

    .academics-content p {
        font-size: 1.3125rem;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 5rem;
    }

.academy-card-image,
.mu-grad-card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.academy-card {
    height: 25.375rem;
    width: 100%;
    position: relative;
}

    .academy-card::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(19, 53, 143, 80%);
    }

.academics-card-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4.625rem;
    background-color: rgba(22, 22, 22, 30%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-end-start-radius: 1.1rem;
    border-end-end-radius: 1.1rem;
    gap: 1rem;
}

    .academics-card-desc p,
    .mu-grad-card-desc p {
        padding-inline-start: 1.5rem;
        font-size: 1.1875rem;
        font-weight: 700;
        padding-top: 0;
        padding-bottom: 0;
    }

.academics-cards-slider,
.mu-grad-cards-slider {
    padding-top: 11.25rem;
}

.academy-card-icon {
    position: absolute;
    top: 2.875rem;
    right: 2.8125rem;
    opacity: 61%;
    z-index: 0;
    mix-blend-mode: overlay;
}

.accordion-item,
.btn-more,
.owl-carousel-2 .custom-next,
.owl-carousel-2 .custom-prev {
    position: relative;
}

.owl-carousel-2 .owl-nav {
    display: flex;
    justify-content: end;
    padding-inline-end: var(--padding-inline);
}

.apply-now {
    padding-inline: var(--padding-inline);
    padding-block: 10.9375rem;
    background-image: url("../images/Jaafar.svg"), url("../images/Shapes.svg"), linear-gradient(135deg, rgb(232, 232, 232, 61%), rgb(255, 255, 255, 0%));
    background-size: contain, cover;
    background-position: 100%, 100%;
}

    .apply-now h3 {
        font-size: 2.5rem;
        max-width: 25rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .apply-now p {
        font-size: 1.3125rem;
        font-weight: 500;
        max-width: 28rem;
        margin-top: 0;
        margin-bottom: 2rem;
    }

.counter-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #eee;
    box-shadow: var(--card-box-shadow);
}

.counter,
.latest-news {
    padding-inline: var(--padding-inline);
}

.counter-card-icon {
    height: 6.3125rem;
    width: 6.3125rem;
    background-color: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50%;
}

.counter-card h3 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.counter-card p,
.service-card p {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.counter {
    display: grid;
    padding-block: 4rem;
    gap: 3.5625rem;
}

@property --percent {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.percent-counter::after {
    content: counter(percent) "K+";
    counter-reset: percent var(--percent);
    animation: count-up var(--duration) steps(100) forwards;
}

@keyframes count-up {
    to {
        --percent: var(--target, 100);
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.latest-news {
    padding-block: 2rem;
}

.latest-news-card {
    border: 1px solid #eee;
    box-shadow: 0 0.5rem 1rem rgb(0, 0, 0, 4%);
    border-radius: 1.25rem;
    overflow: hidden;
    text-decoration: unset;
    background-color: #fff;
}

.breadcrumbs-link::after,
.btn-more,
.discover-more-card,
.footer-link,
.footer-row-2 h6,
.past-event-card,
.pdf-card,
.pdf-card-title {
    text-decoration: none;
}

.latest-news-card-image {
    overflow: hidden;
    height: 17.75rem;
}

.latest-news-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-start-start-radius: 1.25rem;
    border-start-end-radius: 1.25rem;
    transition: 0.5s ease-in-out;
}

.latest-news-card:hover img,
.past-event-card:hover .past-event-card-image img,
.testimonial-card-image:hover img,
.upcoming-events-card:hover .upcoming-events-card-image img {
    transform: scale(1.1);
}

.latest-news-card h6 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #333;
    transition: 0.5s ease-in-out;
}

.latest-news-card .date,
.news-card p {
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
    margin-top: 0;
}

.latest-news-card .date {
    display: flex;
    align-items: center;
    font-size: 1.1875rem;
    gap: 0.5rem;
}

.date .date-desc {
    padding-bottom: 0.2rem;
}

.latest-news-card-content {
    padding: 1rem 2rem 2rem 1rem;
}

.custom-next,
.custom-prev,
.owl-carousel-5 .custom-next,
.owl-carousel-5 .custom-prev {
    background-color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 0.5rem 2rem rgb(0, 0, 0, 12%) !important;
    margin: 0 !important;
    height: 3rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-item,
.discover-more-card,
.member-card,
.news-card,
.social-media-tabs,
.testimonial-card-content {
    box-shadow: var(--card-box-shadow);
}

.owl-carousel-4 .custom-prev,
.owl-carousel-5 .custom-prev {
    position: absolute;
    inset-inline-start: -2rem;
    top: 0;
}

.owl-carousel-4 .custom-next,
.owl-carousel-5 .custom-next {
    position: absolute;
    inset-inline-end: -2rem;
    top: 0;
}

.news {
    padding-inline: var(--padding-inline);
    padding-bottom: 4rem;
}

    .events .section-title,
    .news .section-title,
    .study-program-card {
        padding-bottom: 2rem;
    }

.news-grid {
    display: grid;
    gap: 2rem;
}

.news-card-icon {
    height: 2.9375rem;
    width: 2.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-light);
    color: var(--primary);
}

.owl-carousel-5 .item {
    padding: 4rem 1rem;
    overflow: visible;
}

.owl-carousel-5 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
}

.btn-more {
    color: var(--primary);
    font-size: 1.0625rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    gap: 0.8rem;
    width: fit-content;
}

    .btn-more.underline {
        font-weight: 700;
    }

        .btn-more.underline:after {
            content: "";
            bottom: -0.1rem;
            inset-inline-start: 0;
            position: absolute;
            width: calc(100% - 1.5rem);
            height: 1px;
            background-color: var(--primary);
        }

        .btn-more.underline.end-icon:after {
            inset-inline-end: 0;
            inset-inline-start: auto;
        }

.news-card {
    display: flex;
    gap: 1rem;
    border: 1px solid #eee;
    border-radius: 1.25rem;
    padding: 1.875rem 1.5625rem;
}

    .news-card p {
        font-size: 1.375rem;
        line-height: 1.375rem;
    }

.news-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.events {
    display: grid;
    grid-template-columns: 65% 35%;
    padding-inline: var(--padding-inline);
    padding-block: 4rem;
    background-image: url(../images/event-bg-top.svg), url(../images/event-bg-bottom.svg), linear-gradient(90deg, #243278 0, #5362b1 100%);
    background-position: 102% 0, -9% 100%;
}

.upcoming-events-slider {
    padding-inline-end: 3rem;
}

.upcoming-events-card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    height: 20rem;
}

.upcoming-events-card-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.upcoming-events-card-image {
    overflow: hidden;
}

.upcoming-events-card-content {
    padding-block: 2.5rem;
    height: 100%;
    padding-inline: 2.3125rem;
}

    .past-event-card-content h6,
    .upcoming-events-card-content h6 {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0.5rem;
        color: #000;
    }

    .upcoming-events-card-content p {
        font-size: 1.125rem;
        font-weight: 500;
        margin-bottom: 3rem;
    }

    .past-event-card-content .date,
    .upcoming-events-card-content .date {
        font-size: 1.125rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 45%);
    }

.past-event-card {
    display: grid;
    grid-template-columns: 25% 60% 15%;
    height: 5.9375rem;
    background-color: #fff;
    border-radius: 0.8rem;
    overflow: hidden;
    align-items: center;
}

.past-event-card-content {
    padding-inline: 1rem;
}

.past-event-card-image {
    width: 100%;
    height: 5.9375rem;
    overflow: hidden;
}

    .past-event-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s ease-in-out;
    }

.past-event-container {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.discover-more-grid,
.testimonial-card {
    display: grid;
    grid-template-columns: 26% calc(74% - 3rem);
    gap: 3rem;
}

.testimonial-card {
    height: 21rem;
    margin-block: 2.5rem;
}

.testimonial-card-image img {
    width: 100%;
    object-fit: cover;
    height: 21rem;
    transition: 0.5s ease-in-out;
}

.testimonial-card-image {
    height: 21rem;
    border-radius: 1rem;
    overflow: hidden;
}

.testimonials {
    padding-inline: var(--padding-inline);
    padding-block: 4rem;
    background-color: #f8f8f8;
    background-image: url(/assets/images/testimonials-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

    .testimonials .section-title {
        text-align: center;
        padding-bottom: 0;
    }

.testimonial-card-content {
    background-color: #fff;
    border-radius: 1rem;
    padding-block: 3rem;
    padding-inline: 2.5rem;
    border: 1px solid #eee;
}

    .testimonial-card-content h6 {
        font-size: 1.5rem;
        color: #192758;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-top: 3rem;
    }

    .testimonial-card-content p {
        font-size: 1.125rem;
        font-weight: 500;
    }

.discover-more-card-content h6,
.subscribe-section h6 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 0;
}

.testimonial-position {
    font-size: 1.375rem;
    color: rgb(0, 0, 0, 60%);
}

.owl-carousel-4 .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    display: flex;
    justify-content: space-between;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: unset;
}

.discover-more {
    padding-inline: var(--padding-inline);
    padding-block: 4rem;
}

.discover-more-card {
    height: 16.375rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
}

.discover-more-card-content h6 {
    color: #000;
}

.discover-more-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1;
    padding-inline: 1rem;
    padding-block: 1.5rem;
}

.discover-more-card-image {
    height: 11.1875rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .discover-more-card-image img {
        transition: 0.5s ease-in-out;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.discover-more-card:hover img {
    transform: scale(1.05);
}

.discover-more-card-image::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(36, 71, 160, 50%);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.discover-more-subgrid {
    display: grid;
    grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
    gap: 2rem;
}

.tab-content.active,
.tab-title,
.tabs-list {
    display: flex;
}

.discover-more-section .section-title,
.owl-carousel-6 {
    margin-bottom: 2rem;
}

.tab-title {
    height: 3.25rem;
    width: 3.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.9375rem;
    color: rgb(0, 0, 0, 10%);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
}

    .tab-title.active,
    .tab-title:hover {
        color: #010101;
        background-color: var(--secondary);
    }

.tabs-list {
    gap: 1rem;
}

.social-media-tabs {
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 1rem;
    height: 100%;
}

#footer,
.subscribe-section {
    padding-inline: var(--padding-inline);
}

.social-media-section {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.tab-content {
    display: none;
    overflow: hidden;
    align-items: center;
}

    .tab-content::-webkit-scrollbar-thumb {
        background-color: #d3d3d3;
    }

.tabs-content {
    padding-block: 1rem;
}

.subscribe-section {
    display: grid;
    grid-template-columns: 19% 1fr 15%;
    align-items: center;
    height: 6.875rem;
    background-color: #f3f4f6;
    gap: 3rem;
}

.footer-link,
.footer-row-2 h6,
.social-media-list h6 {
    font-size: 1.125rem;
    font-weight: 700;
}

.subscribe-section .btn {
    height: 3.0625rem;
    padding-top: 0.2rem;
}

#footer {
    background-color: var(--primary);
    color: #fff;
    padding-block: 1.5rem;
}

.search-card .date,
.social-media-list {
    display: flex;
    gap: 0.5rem;
}

    .social-media-list h6 {
        margin-top: 0;
        margin-bottom: 0;
    }

.footer-link {
    color: #fff;
}

.accordion-label,
.news-listing-grid .latest-news-card h6 {
    font-size: 1.2rem;
}

.footer-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    border-bottom: 1px solid #eee;
    padding-block: 1.375rem;
}

.link-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
}

.email,
.location,
.phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

.footer-row-2 {
    display: flex;
    gap: 3rem;
    padding-block: 1.375rem;
}

    .footer-row-2 h6 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

.iframe-fb {
    border: none;
    transform-origin: top left;
}

.responsive-header {
    display: none;
}

.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #eee;
    border-radius: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    background-color: #fff;
}

.accordion-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.accordion-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #2d2d2d;
    padding: 1rem;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s;
    border-radius: 1rem;
}

    .accordion-label:hover,
    .accordion-toggle:checked + .accordion-label {
        background: var(--primary);
        color: #fff;
    }

.accordion-content {
    height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 1rem;
    transition: max-height 0.3s, padding 0.3s;
}

.member-card-image,
.member-card-image img {
    width: 100%;
    height: 100%;
}

.accordion-toggle:checked + .accordion-label + .accordion-content {
    height: fit-content;
    padding: 1rem;
}

.with-border {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.body,
.body.without-patern {
    min-height: 50vh;
    padding: 4rem var(--padding-inline);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.accordion-label svg {
    transition: transform 0.3s;
}

.body {
    background-color: #f2f2f2;
    background-image: url(/assets/images/testimonials-bg.svg);
}

    .body.without-patern {
        background-color: unset;
        background-image: unset;
    }

.innerpage-header {
    position: relative;
    background-image: url(../images/inner-page-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-inline: var(--padding-inline);
    padding-block: 2rem;
    background-position: center;
}

    .innerpage-header::before {
        content: "";
        background: linear-gradient(90deg, rgb(19 53 143 / 68%), rgba(0, 0, 0, 20%));
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        inset-inline-start: 0;
    }

    .innerpage-header h1 {
        color: #fff;
        font-weight: 600;
        font-size: 2rem;
        margin-top: 0;
        position: relative;
        z-index: 2;
    }

.breadcrumbs h6,
.breadcrumbs-link {
    font-weight: 400;
    color: #fff;
}

    .breadcrumbs h6,
    .breadcrumbs-link,
    .breadcrumbs-link::after {
        font-size: 1rem;
        z-index: 2;
        position: relative;
    }

.breadcrumbs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumbs-link::after {
    content: ">";
    font-weight: 500;
    margin-inline-start: 0.5rem;
    display: inline-block;
}

.breadcrumbs h6 {
    margin-block: 0px;
}

.members-grid,
.study-program-grid {
    display: grid;
    grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
    gap: 1rem;
    margin-bottom: 1rem;
}

.member-card {
    display: grid;
    grid-template-columns: calc(40% - 0.5rem) calc(60% - 0.5rem);
    gap: 1rem;
    align-items: start;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #eee;
    margin-top: 1rem;
}

.member-card-image img {
    object-fit: cover;
    object-position: center;
}

.member-card-desc {
    padding-block: 1em 2rem;
}

    .member-card-desc h4 {
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 1rem;
        color: #000;
    }

    .member-card-desc h6 {
        font-size: 1.125rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

.member-card .btn-more {
    margin-top: 1.5rem;
}

.study-program-desc {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.study-program-card-title {
    font-size: 1.5rem;
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.circle,
.svg-accordion {
    width: 1.6rem;
    align-items: center;
    background-color: #5362b1;
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    display: flex;
    margin-inline-end: 1rem;
    box-shadow: var(--card-box-shadow);
    font-weight: 500;
}

.study-program-card-title div {
    margin-bottom: 0.5rem;
}

.circle {
    height: 1.4rem;
    justify-content: center;
    padding-bottom: 0.3rem;
}

.svg-accordion {
    height: 1.6rem;
    justify-content: center;
}

.accordion-number {
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.accordion-label:hover .accordion-number .circle,
.accordion-toggle:checked + .accordion-label .accordion-number .circle {
    color: var(--primary);
    background-color: #fff;
}

.table-container {
    margin-bottom: 3rem;
    border: 1px solid #eee;
    border-radius: 1rem;
    overflow: hidden;
}

table::-webkit-scrollbar {
    height: 0.6rem;
    width: 0.6rem;
}

table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

table::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

    table::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 10rem;
    background-color: #fff;
}

tbody,
thead {
    width: 100%;
}

thead {
    background-color: #dfdff1;
}

td,
th {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid #eee;
    color: #2d2d2d;
}

tbody tr:nth-child(2n) {
    background-color: #f7f7fa;
}

tbody tr:hover {
    background-color: #dfdff154;
    transition: background-color 0.3s;
}

th {
    font-weight: 600;
}

.image {
    border-radius: 1rem;
    width: 100%;
    margin-inline-end: 1rem;
}

.section-with-image {
    display: grid;
    grid-template-columns: calc(65% - 1rem) calc(35% - 1rem);
    gap: 2rem;
}

.news-listing-grid {
    display: grid;
    grid-template-columns: calc(25% - 1.5rem) calc(25% - 1.5rem) calc(25% - 1.5rem) calc(25% - 1.5rem);
    gap: 2rem;
    margin-bottom: 4rem;
}

    .news-listing-grid .latest-news-card-image {
        overflow: hidden;
        height: 13.75rem;
    }

.news-gallery-image {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.owl-carousel-6 .owl-item:not(.center) {
    opacity: 0.5;
    position: relative;
    transform: scale(0.7);
    transition: 0.2s ease-in-out;
}

    .owl-carousel-6 .owl-item:not(.center)::after {
        content: "";
        position: absolute;
        height: 108%;
        width: 100%;
        top: 0;
        right: 0;
        inset-inline-start: 0;
        background-color: #13358f87;
        border-radius: 1rem;
    }

.owl-carousel-6 .owl-item {
    overflow: hidden;
    height: 28rem;
}

    .owl-carousel-6 .owl-item.center {
        transform: scale(1.4);
        z-index: 100;
        border-radius: 1rem;
        overflow: hidden;
    }

.news-details .section-title {
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.member-details-grid {
    display: grid;
    grid-template-columns: calc(35% - 1rem) calc(65% - 1rem);
    gap: 2rem;
}

.member-details-picture img {
    object-fit: cover;
    height: auto;
    width: 100%;
    transition: 0.5s ease-in-out;
    border-radius: 1rem;
    box-shadow: var(--card-box-shadow);
    overflow: hidden;
}

.member-details-desc {
    border: 1px solid #eee;
    box-shadow: var(--card-box-shadow);
    border-radius: 1rem;
    background-color: #fff;
    min-height: 84%;
    padding: 2rem;
}

    .member-details-desc .name {
        font-size: 2.5rem;
        color: var(--primary);
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 2rem;
    }

    .member-details-desc .position {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 1rem;
        color: #555;
        font-weight: 400;
    }

    .member-details-desc .degree {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        color: var(--primary);
        background-color: var(--primary-light);
        width: fit-content;
        border-radius: 0.6rem;
        font-weight: 500;
        padding: 0.3rem 1rem 0.5rem;
    }

    .member-details-desc .email {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0;
        color: #555;
        font-weight: 400;
        gap: 0.5rem;
        align-items: flex-end;
    }

        .member-details-desc .email a {
            color: #555;
            text-decoration: none;
        }

.not-found-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.not-found-desc {
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #555;
    font-weight: 500;
}

.not-found-gif img {
    height: 10rem;
    width: 10rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid #eee;
    box-shadow: 0 1rem 2rem rgb(0, 0, 0, 4%);
}

.service-card-icon {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50%;
    width: 100%;
}

    .service-card-icon img {
        width: 8rem;
        height: 8rem;
    }

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-block: 4rem;
    gap: 3.5625rem;
    justify-content: center;
}

.services {
    padding-top: 4rem;
}

.owl-carousel-7 .item {
    padding: 2.5rem;
}

.mu-grad-card {
    height: 19rem;
    width: 100%;
    position: relative;
    border-radius: 1rem;
    transition: 0.2s ease-out;
}

.mu-grad-card-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 4.625rem;
    background-color: rgba(22, 22, 22, 50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-end-start-radius: 1.1rem;
    border-end-end-radius: 1.1rem;
    gap: 1rem;
}

    .mu-grad-card-desc span {
        transition: 0.3s ease-in-out;
    }

.mu-grad-card:hover .mu-grad-card-desc span {
    transform: translate(1rem);
}

.mu-gard-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: calc(33.3% - 1rem) calc(33.3% - 1rem) calc( 33.3% - 1rem );
    margin-top: 3rem;
}

#video-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    #video-section .iframe {
        width: 80%;
        height: 30rem;
    }

    #photo-gallery .section-title,
    #speech-section .section-title,
    #video-section .section-title {
        margin-bottom: 4rem;
        text-align: center;
    }

#photo-gallery {
    padding-block: 6rem;
}

.pdf-card {
    display: flex;
    align-items: start;
    box-shadow: var(--card-box-shadow);
    border-radius: 1rem;
    border: 1px solid #eee;
    padding: 1rem;
    gap: 0.5rem;
}

.pdf-card-title {
    font-size: 1rem;
    color: #2d2d2d;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.speech-grid {
    display: grid;
    grid-template-columns: calc(30.3% - 1rem) calc(30.3% - 1rem) calc( 30.3% - 1rem );
    gap: 3rem;
}

.other-news .section-title {
    padding-top: 6rem;
    padding-bottom: 4rem;
    text-align: center;
}

.search-card {
    display: grid;
    grid-template-columns: calc(20% - 0.5rem) calc(80% - 0.5rem);
    gap: 1rem;
}

.search-card-image img {
    height: 12rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.search-card h5 {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.search-card p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.search-input {
    position: relative;
    margin-bottom: 2rem;
    max-width: 40vw;
}

.search-form {
    max-width: 40rem;
    margin-bottom: 3rem;
}

.search-icon {
    position: absolute;
    top: 50%;
    inset-inline-end: 0rem;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
    font-size: 1rem;
    pointer-events: none;
}

.search-card-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
/* contact us */
.info-card {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.info-card-title {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 2rem 1rem 2rem 2rem;
    border: 1px solid #eee;
    box-shadow: var(--card-box-shadow);
    width: 15rem;
    border-radius: 1rem;
}

    .info-card-title svg {
        color: var(--primary);
    }

    .info-card-title h5 {
        margin: 0px;
        font-size: 1.5rem;
    }

    .info-card-title p {
        margin-top: 0.3rem;
        margin-bottom: 0px;
        line-height: 1rem !important;
    }

.contact-us-first-section {
    display: grid;
    grid-template-columns: calc(40% - 1.5rem) calc(60% - 1.5rem);
    margin-bottom: 3rem;
    gap: 3rem;
}

.submit-card {
    border: 1px solid #eee;
    box-shadow: var(--card-box-shadow);
    border-radius: 1rem;
    padding: 1.5rem;
}

    .submit-card h2 {
        font-size: 2rem;
        color: var(--primary);
        margin-top: 0px;
        margin-bottom: 2rem;
    }

.info-list {
    margin-bottom: 2rem;
}

.label {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    color: #2d2d2d;
}

.form-row {
    margin-bottom: 1rem;
}

.submit-card .form-control {
    width: calc(100% - 1.5rem);
}
/* =========================
Responsive
============================ */
@media (max-width: 767.5px) {
    :root {
        font-size: 2vw;
        --padding-inline: 1rem;
    }

    #footer,
    .academics-cards-slider,
    .academics-content,
    .apply-now,
    .banner-content,
    .banner-content-btn,
    .banner-item,
    .counter,
    .events,
    .latest-news {
        padding-inline: 1rem;
    }

    #menu,
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    .responsive-header,
    .top-menu {
        background-color: #fff;
        position: fixed;
    }

    #menu,
    .top-menu {
        max-width: 25rem;
    }

    #menuToggle a,
    .btn-more,
    .language-link {
        text-decoration: none;
    }

    #photo-gallery,
    .counter,
    .testimonials {
        padding-block: 2rem;
    }

    .accordion-header-toggle,
    .desktop-header,
    .top-bar {
        display: none;
    }

    .image {
        border-radius: 1rem;
        width: 100%;
    }

    .banner-content {
        display: flex;
        flex-wrap: wrap;
    }

    .section-with-image,
    .speech-grid {
        display: block;
    }

    .banner-content-btn {
        display: flex;
        gap: 0.5rem;
        padding-block-start: 1rem;
        padding-block-end: 0.5rem;
        width: 9rem;
    }

        .banner-content-btn span svg {
            height: 2rem;
            width: auto;
        }

        .banner-content-btn p,
        html[dir="rtl"] .banner-content-btn p {
            font-size: 1rem;
            line-height: 1rem;
        }

    .academics-grid {
        display: unset;
    }

    .academics-content {
        padding-top: 12rem;
    }

    .academics-cards-slider {
        padding-top: 1rem;
    }

    .apply-now {
        padding-top: 2rem;
        padding-bottom: 20rem;
        background-position: bottom, bottom;
    }

    html[dir="rtl"] .apply-now {
        background-position: bottom, bottom !important;
    }

    .counter,
    .news-listing-grid {
        display: grid;
        grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
        gap: 1rem;
    }

    .counter-card h3 {
        font-size: 1.5rem;
    }

    .counter-card p,
    .discover-more-card-content h6,
    .news-listing-grid .latest-news-card h6 {
        font-size: 1rem;
    }

    .counter-card-icon {
        height: 4rem;
        width: 4rem;
    }

        .counter-card-icon svg {
            transform: scale(0.6);
        }

    .latest-news-grid {
        grid-template-columns: 1fr;
    }

    .news,
    .testimonials .item {
        padding-inline: 1rem;
        padding-bottom: 2rem;
    }

    .news-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        grid-template-columns: unset;
    }

    .academics-content h5,
    .apply-now h3,
    .section-title {
        font-size: 2rem;
        margin-block: 2rem;
    }

    .academics-content p {
        margin-top: 0;
    }

    .events {
        grid-template-columns: 100%;
        background-position: 102% 0, 55% 100%;
    }

    .upcoming-events-card {
        grid-template-columns: 1fr;
        height: fit-content;
    }

    .upcoming-events-slider {
        padding-inline-end: 0px;
    }

    .testimonials {
        padding-inline: 0rem;
    }

    .testimonial-card {
        gap: 1rem;
        display: unset;
        grid-template-columns: unset;
    }

    .testimonial-card-content {
        padding-block: 1.5rem;
        box-shadow: unset;
        border-start-start-radius: 0px;
        border-start-end-radius: 0px;
    }

        .testimonial-card-content p {
            font-size: 1rem;
            line-height: 0.9rem;
        }

        .testimonial-card-content h6 {
            font-size: 1rem;
            margin-top: 1rem;
            margin-bottom: 0.5rem;
        }

    .testimonial-position {
        font-size: 0.8rem;
    }

    .testimonial-card,
    .testimonial-card-image {
        height: 15rem;
    }

    .testimonial-card-image {
        border-end-start-radius: 0px;
        border-end-end-radius: 0px;
    }

    .testimonials .section-title {
        padding-bottom: 1rem;
        text-align: start;
        padding-inline: 1rem;
    }

    .discover-more-subgrid {
        grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
        gap: 1rem;
    }

    .discover-more-grid,
    .subscribe-section {
        grid-template-columns: 100%;
    }

    .discover-more-card {
        height: 14rem;
    }

    .discover-more-card-content {
        padding-block: 0.8rem;
    }

    .discover-more {
        padding-inline: 1rem;
        padding-top: 0;
    }

    .subscribe-section {
        height: auto;
        padding-inline: 1rem;
        gap: 1rem;
        padding-block: 1rem;
    }

    .form-control {
        width: auto;
    }

    #video-section .iframe,
    .search-input .form-control,
    .top-menu,
    table {
        width: 100%;
    }

    .footer-row-1 {
        flex-direction: column-reverse;
        align-items: start;
    }

    .link-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 1rem;
        column-gap: 3rem;
    }

    .footer-row-2 {
        flex-direction: column;
        gap: 1rem;
    }

    .responsive-header {
        display: block;
        height: 4.5rem;
        z-index: 10000000;
        width: 100%;
        box-shadow: var(--card-box-shadow);
    }

    .logo-container img,
    .top-menu {
        height: 4rem;
    }

    #menuToggle {
        display: block;
        position: fixed;
        top: 1.8rem;
        inset-inline-start: 1rem;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

        #menuToggle a {
            color: #232323;
            transition: color 0.3s;
        }

            #menuToggle a:hover {
                color: tomato;
            }

        #menuToggle input {
            display: block;
            width: 1.25rem;
            height: 1rem;
            position: absolute;
            top: -0.2rem;
            inset-inline-start: -0.2rem;
            cursor: pointer;
            opacity: 0;
            z-index: 4;
            -webkit-touch-callout: none;
        }

        #menuToggle span {
            display: block;
            width: 1.25rem;
            height: 0.125rem;
            margin-bottom: 0.3125rem;
            position: relative;
            background: var(--black);
            border-radius: 0.1875rem;
            z-index: 3;
            transform-origin: 0.25rem 0rem;
            transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s;
        }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(0.0625rem, 0);
            background: #232323;
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0.1875rem, 0);
            }

    #menu {
        position: absolute;
        width: 100vw;
        height: 115vh;
        margin-top: -6.25rem;
        margin-inline-end: 0;
        margin-bottom: 0;
        margin-inline-start: -1rem;
        padding: 2.8125rem 1rem 1rem;
        box-sizing: border-box;
        overflow-y: auto;
        background: #fff;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    .top-menu {
        z-index: 2;
        inset-inline-start: 0;
    }

    .btn-more,
    .logo-container,
    .with-border {
        position: relative;
    }

    #menu li {
        padding: 0.625rem 0;
        font-size: 1.375rem;
    }

        #menu li label {
            cursor: pointer;
        }

    #menuToggle input:checked ~ #menu {
        transform: none;
    }

    .logo-desc {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .accordion-header {
        max-width: 600px;
        margin: 4.5rem auto 0;
    }

    .accordion-header-item {
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        overflow: hidden;
    }

    .accordion-header-label {
        display: block;
        border-radius: 0.5rem;
        color: #2d2d2d;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem;
        cursor: pointer;
        font-weight: 700;
        transition: background 0.3s;
    }

    .language-link,
    .no-collapse {
        align-items: center;
        display: flex;
    }

    .accordion-header-toggle:checked ~ .accordion-header-label {
        background: #5362b1;
        color: #fff !important;
    }

    .accordion-header.nested .accordion-header-label,
    .no-collapse {
        color: #2d2d2d;
    }

    .accordion-header-content {
        max-height: 0;
        overflow: hidden;
        background: #fff;
        transition: max-height 0.3s, padding 0.3s;
    }

    .accordion-header-toggle:checked + .accordion-header-label + .accordion-header-content {
        max-height: 1000px;
        padding-inline-start: 1rem;
    }

    .accordion-header.nested {
        margin-top: 0.5rem;
    }

        .accordion-header.nested .accordion-header-item {
            background: #fdfdfd;
        }

    .no-collapse {
        font-size: 1.2rem;
        font-weight: 500;
        gap: 0.5rem;
        padding-block: 0.6rem;
    }

    .with-border {
        padding-inline-start: 1rem;
        color: var(--primary);
        font-weight: 500;
        font-size: 1.3rem;
        margin-block: 1rem;
    }

    .header-resp-top {
        margin-inline-start: 3rem;
        display: flex;
        justify-content: space-between;
        height: 100%;
    }

    .language-link {
        color: #2d2d2d;
        gap: 0.4rem;
        font-size: 0.875rem;
        font-weight: 700;
    }

    .header-responsive-btn {
        display: flex;
        align-items: center;
        height: 100%;
        gap: 1rem;
    }

    .register-btn {
        padding-bottom: 0.5rem;
    }

    .search,
    .top-bar-link svg {
        margin-top: 0.2rem;
    }

    .top-bar-responsive {
        border-top: 0.0625rem solid #eee;
        margin-top: 1rem;
        padding-top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-inline-start: 0.5rem;
    }

    .top-bar-link {
        color: #fff !important;
        font-weight: 500;
        font-size: 1.2rem;
        border-radius: 5px;
        padding: 0.2rem 0.5rem 0.5rem;
        background-color: var(--primary);
    }

    .innerpage-header {
        padding-inline: 1rem;
        padding-top: 6rem;
    }

    .body,
    .body.without-patern {
        padding-inline: 1rem;
        padding-block: 1rem;
    }

    .important {
        align-items: flex-start;
    }

        .important svg {
            margin-top: 1rem;
        }

        .important p {
            font-size: 1rem;
            margin-top: 0.5rem;
        }

    .accordion-label {
        font-size: 0.8rem;
        padding: 0.8rem;
    }

    .members-grid,
    .study-program-grid {
        display: block;
        grid-template-columns: unset;
    }

    .member-card-desc h4 {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .member-card-desc h6 {
        font-size: 0.9rem;
        margin-top: 0;
        margin-bottom: 0.2rem;
        font-weight: 500;
    }

    .member-card-desc {
        padding-block: 0.5em 1rem;
    }

    .member-card {
        gap: 0.5rem;
    }

        .member-card .btn-more {
            margin-top: 0.7rem;
        }

    .btn-more {
        color: var(--primary);
        font-size: 0.8rem;
        font-weight: 500;
        display: flex;
        align-items: flex-end;
        gap: 0.2rem;
        width: fit-content;
    }

        .btn-more svg {
            height: 0.6rem;
            width: 0.6rem;
            margin-bottom: 0.1rem;
        }

        .btn-more.underline:after {
            content: "";
            bottom: -0.1rem;
            inset-inline-start: 0;
            position: absolute;
            width: calc(100% - 0.8rem);
            height: 1px;
            background-color: var(--primary);
        }

    .btn-secondary {
        background-color: var(--secondary);
        border-radius: 0.75rem;
        color: #010101;
        font-size: 1rem;
        font-weight: 500;
        padding-inline: 1.5rem;
        padding-top: 0.2rem;
        padding-bottom: 0.4rem;
    }

    .register-btn {
        border-radius: unset;
    }

    .table-container {
        border: 1px solid #ddd;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .news-listing-grid .latest-news-card .latest-news-card-image {
        height: 9rem;
    }

    .news-listing-grid .latest-news-card-content {
        padding: 0.5rem 1rem 1rem 0.5rem;
    }

    .member-details-grid {
        display: grid;
        grid-template-columns: 100%;
        gap: 0;
    }

    .not-found-desc {
        text-align: center;
        font-weight: 400;
        font-size: 1.5rem;
    }

    .not-found-flex {
        margin-top: 4rem;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-block: 1rem;
        gap: 1rem;
    }

    .services {
        padding-top: 0;
    }

    .service-card {
        padding: 1rem;
    }

    .custom-next,
    .custom-prev {
        background-color: #fff !important;
        border-radius: 50% !important;
        box-shadow: 0 0.5rem 2rem rgb(0, 0, 0, 12%) !important;
        margin: 0 !important;
        height: 2rem;
        width: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .custom-next svg,
        .custom-prev svg {
            height: 0.8rem;
            width: 0.5rem;
        }

    .other-news .section-title {
        padding-top: 2rem;
        padding-bottom: 1rem;
        text-align: center;
    }

    .search-card {
        display: grid;
        grid-template-columns: calc(30% - 0.5rem) calc(70% - 0.5rem);
        gap: 1rem;
    }

        .search-card p {
            font-size: 1rem;
            margin-top: 0.3rem;
        }

    .search-card-image img {
        height: 6rem;
        width: 100%;
        object-fit: cover;
        border-radius: 0.5rem;
    }

    .search-card h5 {
        font-size: 1rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .search-input {
        max-width: 85vw;
    }

    .owl-carousel-6 .owl-item.center {
        transform: scale(1);
    }

    .owl-carousel-6 .owl-item {
        height: 17rem;
    }

        .owl-carousel-6 .owl-item:not(.center)::after {
            content: unset;
        }

    html[dir="rtl"] .banner-content-btn {
        width: 8rem;
    }

        html[dir="rtl"] .banner-content-btn span svg {
            height: 1.4rem;
            width: auto;
            margin-top: 0.5rem;
        }

    html[dir="rtl"] #menu {
        transform: translate(100%, 0);
    }

    .contact-us-first-section {
        display: flex;
        flex-direction: column;
    }

    .info-card {
        display: flex;
        flex-wrap: wrap;
        gap: 0rem;
    }

    .info-card-title {
        display: flex;
        align-items: start;
        gap: 0.5rem;
        margin-bottom: 1rem;
        padding: 1rem 0.5rem 1rem 1rem;
        border: 1px solid #eee;
        box-shadow: var(--card-box-shadow);
        width: 9rem;
        border-radius: 1rem;
    }

    .submit-card .form-control {
        width: calc(100% - 1.5rem);
    }
}

@media (max-width: 435.5px) {
    :root {
        font-size: 4vw;
    }

    .banner-content-btn:first-of-type {
        border-start-start-radius: 1rem;
        border-end-start-radius: unset;
    }

    .banner-content-btn:nth-last-child(2) {
        border-end-start-radius: 1rem;
    }

    .banner-content-btn:nth-last-child(3) {
        border-start-end-radius: 1rem;
    }

    .banner-content-btn:last-of-type {
        border-start-end-radius: unset;
        border-end-end-radius: 1rem;
    }
}
