h1, h2, h3, h4 {
    font-family: Inter;
    margin: 0;
}

.recruiters-section {
    position: relative;
    overflow: hidden;
    padding: 80px 100px;
    height: 304px;
    background: url("/web/image/193-e9c1aa64/Frame%202095587033.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.recruiters-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;

    gap: 80px;
}

/* LEFT CONTENT */
.recruiters-left {
    max-width: 425px;
    flex-shrink: 0;
}

.about_title {
    gap: 8px;
    align-items: center;
    display: flex;
}

.about_title h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--prime-text);

}

.about-text {
    font-family: 'Beausite Classic Trial', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--prime-text);
    overflow: hidden;
}

#primary_button {
    display: flex;
    height: 52px;
    padding: 14px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: transparent;
    color: var(--prime-text) ! IMPORTANT;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    width: fit-content;
    position: relative;
    isolation: isolate;
    transition: color .35s ease;
    border: 2px solid var(--prime-text);
}

#primary_button:hover {
    color: white !important;
}


#primary_button svg {
    transition: transform .4s ease-in-out;
}

#primary_button svg path {
    transition: fill .35s ease-in-out;
}


#primary_button::after {
    content: "";
    background: var(--prime-text);
    transition: all 0.7s ease;
    z-index: -1;
    border-radius: 5px;
    display: block;
    height: auto;
    left: 100%;
    min-height: 100%;
    min-width: 130%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: rotate(-50deg);
    transition-duration: .7s;
    width: auto;
    aspect-ratio: 1 / 1;
    scale: 0;
}

/* HOVER */

#primary_button:hover::after {
    top: -80px;
    left: -18px;
    scale: 1.3;
}

#primary_button:hover svg path {

    fill: white;
}

#primary_button:hover svg {

    transform: translateX(4px);
}

#primary_button svg {

    transition: .35s ease;

}

#primary_button span,
#primary_button svg {
    position: relative;
    z-index: 3;
}

.about-section {
    padding: 80px 100px 40px;
    position: relative;
}

.about-sticky {
    position: relative;
}

.about-text {
    display: block;
}

.about-text .word {
    display: inline-block;
    will-change: opacity;
}

.recruiters-left h2 {
    color: #FFF;
    font-family: Aeonik;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 24px;
}

.recruiters-left p {
    color: #FFF;

    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.recruiters-logos {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.recruiter-card {
    width: 184px;
    height: 94px;
    transition: 0.35s ease;
    border-radius: 16px;
}

.recruiter-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.18);
}

.recruiter-card img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    height: 100%;
}

.jamia_section {
    padding: 40px 100px;
}

.feature-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;

}

.feature_icon {
    position: absolute;
    right: 104px;
    bottom: 44px;
    will-change: transform;
}

.feature-card {
    padding: 24px;
    text-align: center;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    border-right: 1px solid #D4D6D8;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 246px;
}

.feature-card:last-child {
    border-right: none;
}

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

.feature-card h2 {
    margin: 0;
    color: var(--prime-text);
    font-style: normal;
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0;
    vertical-align: middle;
    line-height: 58px;
}

.counter-number {
    display: flex;

    overflow: hidden;
    height: 64px;
    line-height: 64px;
}

.digit-container {
    position: relative;
    width: 32px;
    height: 64px;
    overflow: hidden;
}

.digits-wrapper {
    display: flex;
    flex-direction: column;
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.digit {
    height: 64px;
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0;
    vertical-align: middle;
    line-height: 58px;
    color: var(--prime-text);
}

.counter-suffix {
    color: var(--prime-text);
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 0;
    vertical-align: middle;
    line-height: 58px;
    margin-left: 2px;
}

.feature-card p {
    margin: 0;
    color: #242424;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    font-family: Inter;

}

.future-ready {
    position: relative;
    overflow: hidden;
    padding: 80px 100px 40px;
    background: #F7F8FA;

}

.future-ready::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: url(/web/image/202-1a4838ce/bg_image.png);
    background-repeat: no-repeat;
    opacity: 1;
    background-size: cover;
}

.future-container {
    position: relative;
    z-index: 2;
}

/* TOP */

.future-top {
    max-width: 720px;
}

.future-title {
    color: #002147;

    /* Headline Medium */
    font-family: Aeonik;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.future-desc {
    margin-top: 28px;
    color: #242424;

    /* Body Medium */
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

/* BUTTON */

.future-btn {
    margin-top: 40px;

    border-radius: 32px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    transition: .35s ease;
    display: flex;
    height: 52px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    width: fit-content;
}

.future-btn {
    --primary: #002147;
    --secondary: #2ECA7F;

    position: relative;
    overflow: hidden;
    isolation: isolate;

    margin-top: 40px;
    border-radius: 32px;
    background: var(--primary);

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;
    height: 56px;

    color: #FFF;
    text-decoration: none;

    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    transition: color .35s ease;
}


/* TEXT + ICON ABOVE EFFECT */
.future-btn span,
.future-btn svg {
    position: relative;
    z-index: 3;
}

/* ICON */
.future-btn svg {
    transition: transform .4s ease;
}

.future-btn svg path {
    transition: fill .35s ease;
}

/* CIRCLE FILL EFFECT */
.future-btn::after {
    content: "";
    background: var(--secondary);
    transition: transform .55s cubic-bezier(.165, .84, .44, 1), top .55s cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
    border-radius: 50%;
    display: block;
    height: auto;
    left: 50%;
    min-height: 110%;
    min-width: 110%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: scale(0) translate(-50%, -40%);
    transform-origin: 0 0;
    transition-duration: .5s;
    transition-property: transform, top;
    width: auto;
    aspect-ratio: 1 / 1;
}

/* HOVER */
.future-btn:hover::after {
    transform: scale(1) translate(-50%, -50%);
}


.future-btn:hover svg {
    transform: translateX(4px);
}

.future-btn:hover svg path {
    fill: #002147;
}

.future-btn svg {
    transition: .35s ease;
}


/* FEATURES */

.feature-boxes {
    margin-top: 0;
    display: flex;
    white-space: nowrap;
    gap: 24px;
    padding: 0 100px 80px;
}

.feature-item {
    min-width: 305px;
    background: #F6F8FF;
    border: 1px solid #D8F3F0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    transition: .35s ease;
    max-width: 305px;
    white-space: normal;
}

.feature-item:hover {
    transform: translateY(-6px);

}

.feature-icon {
    min-width: 52px;
    width: 52px;
    height: 52px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #D8F3F0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: #002147;
}

.feature-text {
    color: #242424;
    font-family: Aeonik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.announcement_head {
    display: flex;
    bottom: 0;
    z-index: 11;
    position: relative;
    width: 277px;
    height: 50px;
    opacity: 1;
    gap: 16px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 100px;
    border-bottom-right-radius: 24px;
    border-right-width: 8px;
    background: var(--prime-text);
    box-shadow: 0px 4px 5px 0px #0000004D;

}

.announcement-left {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}


.announcement-right {

    padding: 5px 37px 5px 28px;
    position: relative;
    white-space: nowrap;
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    height: 37px;
    margin-top: auto;
    display: flex;
    align-items: center;
    clip-path: polygon(0% 0, 100% 0%, 90% 100%, 0% 100%);
    left: -26px;
    background: #002147;
}

.closed_butn {
    position: absolute;
    right: 12px;
    top: 12px;
    border: none;
    background: white;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 2px;
}

.closed_butn svg {
    min-width: 20px;
}

.virtual-tour {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 164px;
    left: 100px;
    z-index: 11;
    width: 584px;
    height: 88px;
    padding: 16px;
    gap: 16px;
    border-radius: 16px;
    background: #FFFFFF14;
    backdrop-filter: blur(3px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgb(255 255 255 / 13%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 13%), inset 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 -1px 15px rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.virtual-tour::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(191 191 191 / 10%), transparent 40%);
    opacity: 10.35;
    pointer-events: none;
}

.video_icon {
    position: relative;
    display: flex;
    width: 88px;
    height: 54px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background: #00000033;
}

.video_icon a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.video_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.vitrual-text h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-style: normal;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
}

.vitrual-text p {
    padding-top: 4px;
    color: #FFF;
    font-style: normal;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.centers-text {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Beausite Classic Trial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 590px;
}

.bottombar {
    width: 100%;
}

.announcement-head {
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    height: 54px;
    padding: 8px 16px 8px 100px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.announcement-text {
    width: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    padding-left: 16px;
    top: 0;
}

.flash_text {
    color: var(--prime-text);
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.flash_text:hover {
    color: var(--prime-text);
}

.announcement-items {
    overflow: hidden;
    position: relative;
    height: 24px;
    overflow: hidden;
}

.announce-item {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.banner-items {
    overflow: hidden;
}

.side-notification-btn {
    height: 46px;
    display: flex;
    align-items: center;
    z-index: 9;
    color: var(--primary) !Important;

    border-radius: 16px 16px 0 0;
    background: var(--secondary);
    padding: 10px 16px;
    font-style: normal;
    gap: 8px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(36%) rotate(-90deg);
}

.virtual-tour {
    opacity: 0;
    transform: translateY(40px) scale(.95);
}

.side-notification-btn svg {
    transform: rotate(90deg);
}

#banner_slider {
    position: relative;
    height: 709px;
    overflow: hidden;
    background: #0000009c;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -70px;
}

.slide.active {
    opacity: 1;
}

.next-indicator {
    position: absolute;
    right: 100px;
    bottom: 50px;
    display: flex;
    background: rgba(15, 35, 70, 0.85);
    backdrop-filter: blur(4px);
    color: #fff;
    z-index: 20;
    width: 283px;
    overflow: hidden;
    height: 90px;
}

.next-thumb {
    min-width: 84px;
    height: 100%;
}

.next-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.next-info {
    padding: 11px 12px;
    min-width: 199px;
    overflow: hidden;
}

.next-label {
    color: #A2C2FF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

#nextTitle {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    max-width: 175px;
    max-height: 20px;
    overflow: hidden;
}

.progress-bars {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.progress-bars span {
    flex: 1;
    height: 3px;
    background: #09307C;
    position: relative;
    overflow: hidden;
}

.progress-bars .fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #B60024;
}

.progress-bars span {
    cursor: pointer;
}


.centeres {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 0px 0 100px;

}

.centersh2 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 70px;
    font-family: 'Beausite Classic Trial', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 8px;
}

.centersh4 {
    color: #FFF;
    margin: 0;
    font-family: 'Beausite Classic Trial', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
}

.centersp {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.33);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}

.centers_button:hover .notification-icon {
    transform: rotate(45deg);
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: #00000073;
    z-index: 2;
    pointer-events: none;
}

#banner_image {
    min-height: 100%;
    overflow: hidden;
}

.banner, .dark {
    height: 85vh;
    width: 100%;
}


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

.banner-items .slide video {
    width: 100%;
    height: 85vh;
    object-fit: cover;
    object-position: 0 -85px;
}

.banner-items .banner {
    height: 709px;
    width: 100%;
}

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

.notification_modal.modal-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1031;
    opacity: 0;
    transition: opacity 0.3s;
}

.notification_modal .modal-content {
    position: fixed;
    top: 150px;
    right: 12px;
    max-width: 538px;
    width: 100%;
    max-height: 650px;
    box-shadow: none;
    z-index: 1031 !IMPORTANT;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    height: 100%;

}


.notification_modal .tab-navigation {
    display: flex;
    background: var(--primary);
    overflow: hidden;
    padding: 12px;
    border-radius: 16px 16px 0 0;
}

.tab-btn {
    flex: 1 1 0;
    padding: 0;
    background: transparent;
    border: none;
    border-right: none;
    border-left: none;
    border-image: none;
    transition: 0.3s;
    margin: 0;
    border-radius: 0;
    text-align: left;
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.tab-btn:hover {
    background: transparent;
}

.tab-btn.active {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid rgba(31, 111, 255, 0.3);
}

.tab-content-wrapper {
    padding: 0 12px;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    background: white;
}

.notification_modal .tab-content {
    display: none;
}

.notification_modal .tab-content {


    overflow: scroll;
    padding: 10px 0px !important;
    max-height: 500px;
    padding-bottom: 10px !important;

}

.notification_modal .tab-content.active {
    display: block;
    animation: 0.3s ease 0s 1 normal none running fadeIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.content-item {
    padding: 12px;
    margin-bottom: 12px;
    border-left: 0px;
    transition: 0.3s;
    border-radius: 8px;
    background: #F6F6F6;
    margin-right: 4px;
}

.content-item:last-child {
    margin-bottom: 0px;
}

.item-date {
    color: #4B5262;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    font-family: 'Inter';
}

.item-title {
    color: #002147;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.item-desc {
    overflow: hidden;
    color: #242424;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    height: 26px;
}

.tab-content-wrapper::-webkit-scrollbar {
    display: none;
}


.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: rgb(153, 153, 153);
}

.empty-state-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.centers_button {
    display: none;
    transition: 0.3s ease-in-out;
    z-index: 3;
}

.notification-icon {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.centers_button::after {
    z-index: 1;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgb(255, 255, 255);
    border-radius: 100px;
    right: 10px;
    transition: 0.3s ease-in-out;
}

.centers_button:hover {
    border: 1px solid rgb(255, 255, 255);
    color: rgb(31, 111, 255) !important;
}

.centers_button:hover::after {
    height: 36px;
    width: 95%;
    right: 5px;
    z-index: -1;
}

.centers_button:hover .notification-icon {
    transform: rotate(45deg);
}

.modal-overlay.active {
    display: block;
    opacity: 1;
}

/* scrollbar */
.notification_modal .tab-content-wrapper .tab-content::-webkit-scrollbar {
    width: 10px;
}

.notification_modal .tab-content-wrapper .tab-content::-webkit-scrollbar-thumb {
    background: #6363634d;
    border-radius: 16px;

}

.notification_modal .tab-content-wrapper .tab-content::-webkit-scrollbar-track {
    background: #fff;
}

.notification_modal.modal-overlay {
    display: block; /* always in DOM */
    visibility: hidden; /* hide visually */
    opacity: 0;
    pointer-events: none; /* disable click */
}

.notification_modal.modal-overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.notification_modal .modal-content {
    transform: translateX(100%) scale(0.95);
    opacity: 0;

    transition: transform 0.4s ease, opacity 0.3s ease;
}

.notification_modal.modal-overlay.active .modal-content {
    transform: translateX(0) scale(1);
    opacity: 1;
}

/* overlay */
.notification_modal.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: transparent;
    z-index: 1031;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.3s ease;
}

.notification_modal.modal-overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* modal */
.notification_modal .modal-content {
    position: fixed;
    top: 150px;
    right: 12px;
    max-width: 538px;
    width: 100%;
    max-height: 650px;
    box-shadow: none;
    z-index: 1031 !IMPORTANT;
    opacity: 0;
    overflow: hidden;
    border: none;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    height: 100%;
    transform: translateX(100%) scale(0.95);
    transition: all 0.4s ease-in-out;
}

.notification_modal.modal-overlay.active .modal-content {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.notification_modal .tab-content {

    overflow: scroll;
    padding: 10px 0px !important;
    max-height: 500px;
    padding-bottom: 10px !important;

}

.announcement-section {
    display: flex;
    align-items: center;
    background: rgba(235, 239, 245, 1);
}

.icons_title {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8.5px 9px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #D8F3F0;
}

.moments {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.future-left {
    max-width: 629px;
    flex-shrink: 0;
    width: 42%;
}

.future-left h2 {
    color: #002147;
    margin-bottom: 24px;
    font-family: 'Beausite Classic Trial', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.future-left p {
    color: #242424;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    max-width: 449px;
}

/* RIGHT */
.future-right {
    flex: 1;
    min-width: 0;
}

.guest-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.section_h3 {
    color: var(--prime-text);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.guest-marquee {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
    border-radius: 16px;
    max-height: 320px;
    width: 100%;
}

.guest-track {
    display: flex;
    gap: 24px;
    will-change: transform;
    flex-wrap: wrap;
    overflow: auto;
}

/* CARD */
.guest-card {
    position: relative;
    width: 350px;
    height: 306px;
    overflow: hidden;
    border-radius: 16px;
    flex: 1 1 auto;
    flex-shrink: 0;
}


.guest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.guest-card:hover img {
    transform: scale(1.05);
}

.guest-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 48%,
            rgba(0, 0, 0, 0.78) 100%
    );
}

.guest-content {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
}

.guest-content h4 {
    color: #FFF;
    font-family: Aeonik;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}

.guest-content span {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

#lecture {
    background: #F6F6F6;
}

.wrapping {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    width: max-content;
    overflow: visible;
    position: relative;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    cursor: grab;

}

.achievements_card {
    position: relative;
    width: 310.75px;
    height: 365px;
    flex: 0 0 auto;
    cursor: grab;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 16px;
    overflow: hidden;
    margin: 0;
    transform: translateZ(0);
    will-change: transform;
}

.achievements_card:last-child {
    margin-right: 24px !important;
}

.achievements_card:first-child {
    margin-left: 24px !important;
}


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

.facilities-card-image {
    position: relative;
    width: 100%;
    height: 365px;
    overflow: hidden;
}

.facilities-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top center;
}

.lecture_date {
    display: flex;
    width: 68px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -0.25px;
    border-radius: 0 16px;
    background: #2ECA7F;
    box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.10);
    font-family: 'Beausite Classic Trial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: white;
    z-index: 1;
    top: 0;
    text-align: center;
}

.lecture_date span {
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

/* Bottom content */
.facilities-card-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
    background: linear-gradient(0deg, rgb(0 0 0 / 89%) 17.7%, rgb(102 102 102 / 0%) 100.25%);

}

.facilities-name {
    margin: 0;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.graduation-filters .nav-pills {
    gap: 8px;
}

.graduation-filters .nav-pills .nav-link {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 0px solid #002147;
    color: var(--prime-text);
    background: #EBEFF5;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    border: none;
    border-bottom: 2px solid transparent;
}

.graduation-filters .nav-pills .nav-link.active {
    border-bottom: 2px solid var(--primary);
    background: #E5F3FF;
    border-radius: 8px 8px 0 0;
    color: var(--primary);
}

.graduation-filters .nav-pills .nav-link:hover {
    border-bottom: 2px solid var(--primary);
    background: #E5F3FF;
    border-radius: 8px 8px 0 0;
    color: var(--primary);
}

.course-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex: 1 0 0;
    border-radius: 16px;
    background: #EBEFF5;
    max-width: 100%;
    max-height: 268px;
}

.course-card:hover .arrow-btn {
    transform: translateX(5px);
}


.course-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    margin-bottom: 0px;
    width: 100%;
}

.view_btn {
    display: flex;
    width: fit-content;
    height: 52px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #002147;
    margin-left: auto;
    transition: all 0.4s ease-in-out;
}

.view_btn:hover {
    border-radius: 32px;
    background: #D8F3F0;
}

.view_btn svg {
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.view_btn svg path {
    transition: all 0.4s ease-in-out;
}

.view_btn:hover svg {
    background: #2ECA7F;

}

.view_btn:hover svg path {
    fill: white;
}

.course-header h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: var(--prime-text);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 26px;
    max-height: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.course-card:hover .pg-icon {
    scale: 1.25;
    transform: translate(10px, 10px);
}

.more_view_btn {
    display: flex;
    height: 52px;
    padding: 14px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: white;
    color: var(--prime-text) ! IMPORTANT;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    width: fit-content;
    position: relative;
    isolation: isolate;
    transition: color .35s ease;
    border: 2px solid var(--prime-text);
}

.course-card:hover .pg-icon svg path {
    fill: var(--primary);
}

.arrow-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.arrow-btn svg {
    width: 100%;
    height: 100%;
    stroke: #2ECA7F;
}

.course-image {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 160px;
}

.course-image img {
    width: 100%;
    display: block;
    object-fit: cover;

}

#lecture_section {
    background: #F6F6F6;
}

.section_h2 {
    color: var(--prime-text);
    margin-bottom: 24px;
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0%;
}

#view_btn {
    display: none;
}

.event-card {
    width: 100%;
    max-width: 429px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.event-card:hover .arrow-btn {
    transform: translateX(5px);
}

.event-image {
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.event-content {
    padding: 24px;
}

.event-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.event-tag {
    color: #002147;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    padding: 1px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #D8F3F0;
}

.event-date {
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #002147;
}

.event-date span {
    color: #002147;
    font-weight: 900;
}


.event-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 16px;
}

.event-title {
    font-family: Aeonik;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #002147;
    margin: 0;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.arrow-btn {
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.arrow-btn svg {
    width: 24px;
    height: 24px;
    stroke: #2ECA7F;
}

.event-description {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    max-height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event-card:hover {
    transform: translateY(-5px);
}

.news_card_inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #F6F6F6;

    transform-origin: top center;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0) scale(1);

    /* smoother GPU rendering */
    -webkit-font-smoothing: antialiased;
    transform-style: preserve-3d;
}

.campus_news_section {
    position: relative;
    padding: 80px 100px;

    overflow: visible;
}

.campus_news_container {
    display: grid;
    grid-template-columns:530px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

/* LEFT SIDE */

.campus_news_left {
    position: sticky;
    top: 280px;
    height: fit-content;
    max-width: 561px;
    width: 100%;
}

.campus_news_left h2 {

    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
    color: #002147;
}

.campus_news_left p {
    margin-bottom: 32px;
    width: 100%;
    color: #242424;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}

/* RIGHT SIDE */

.campus_news_right {
    position: relative;
    padding-top: 0;
}

/* CARD */

.news_card {
    z-index: 1;
    position: sticky;
    top: 280px;

    margin-bottom: 24px;

    min-height: 208px;
    max-height: 208px;


}


/* IMAGE */

.news_image {
    width: 160px;
    height: 160px;
    min-width: 160px;
    background: lightgray -70.033px 0px / 177.778% 100%;
    border-radius: 8px;
    overflow: hidden;
}

.news_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* CONTENT */

.news_content {
    flex: 1;

}

.news_content h3 {

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    color: #002147;
}

.news_content p {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #58646f;
    margin: 0;
}

/* ARROW */

.news_arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: all 0.4s ease-in-out;
}

.news_card:hover .news_arrow {
    transform: translateX(5px);
}

.facility_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.slides-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1;
    height: 100%;
    z-index: 2;
    padding-top: 40px;
}

.slides-inner {
    position: relative;
    height: 422px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 0px;
}

.slides-inner {
    border-radius: 16px;
}

.slides-inner .slide {
    position: absolute;

    display: flex;
    margin-right: 16px;
    height: auto;
    opacity: 1;
    flex-direction: column;
    flex: 0 0 auto;
    width: 422px;
}

.facilities_cards {
    border-radius: 16px;
    margin-right: 24px;
}

.facilities_cards-image {
    height: 275px;
    width: auto;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    z-index: 1;
}

.facilities_cards img {
    object-fit: cover;
    width: 424px;
    height: 275px;
    border-radius: 16px 16px 0 0;
    transition: all 0.4s ease-in-out;
}

.facilities_cards:hover .facilities_cards-image img {
    scale: 1.05;
}

.facilities_cards-box {
    display: flex;
    padding: 24px 24px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    align-self: stretch;
    color: white;
    bottom: 0;
    display: flex;
    height: 147px;
    width: 100%;
    position: relative;
    background: #F6F6F6;
    transition: all 0.4s ease-in-out;
    border-radius: 0 0 16px 16px;
}

.facilities_name {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #002147;
    margin-bottom: 0px;
}

.facilities_des {

    text-overflow: ellipsis;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    color: #002147;
    max-height: 48px;
    margin-top: 16px;
    min-height: 48px;
}

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

.course-link {
    display: flex;
    text-decoration: none;
    color: inherit;
    padding: 24px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 66px;
}

.pg-icon {
    width: fit-content;
    transition: all 0.4s ease-in-out;
}

.pg-icon svg path {
    transition: all 0.4s ease-in-out;
}

.explore_des {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 637px;
    color: #242424;
}

.gems-slider-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 40px 0px;
    border-radius: 16px;
}

.gems-slider-track {
    display: flex;
    align-items: center;
    gap: 24px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.gems-slide-item {
    position: relative;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.gems-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
}

.gems-slide-item.active img {
    transform: scale(1.03);
}

.gems-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .85) 0%,
            rgba(0, 0, 0, .25) 55%,
            transparent 100%
    );
    transition: all 0.4s ease-in-out;
}

.gems-slide-item:not(.active) .gems-slide-overlay {
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .7) 0%,
            rgba(0, 0, 0, .5) 100%
    );
}

.gems-slide-collapsed-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    transition: opacity 1.4s ease-in-out;
    align-items: center;
    padding: 24px;
}

.gems-slide-item.active .gems-slide-collapsed-label {
    opacity: 0;
}

.gems-slide-collapsed-label span {
    color: #fff;
    font-family: 'Beausite Classic Trial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    max-width: 208px;
    overflow: hidden;
    max-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.gems-slide-content {
    position: absolute;
    left: 0;
    bottom: 24px;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .5s ease-in-out .25s, transform .5s ease-in-out .25s;
    padding: 24px;
    width: 100%;
    padding-bottom: 0;
}

.gems-slide-item.active .gems-slide-content {
    opacity: 1;
    transform: translateY(0);
}

.gems-slide-content h2 {
    margin-bottom: 9px;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: 'Beausite Classic Trial', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.gems-slide-content p {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 601px;
    margin: 0;
    max-height: 56px;
    transition: all 0.4s ease-in-out;


}


.research-arrow {
    width: 28px;
    height: 28px;
    background: #011C50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gems_slide_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gems_arrow {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #2ECA7F;
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

#shorts_container {
    padding-top: 40px;
    overflow: hidden;
}

.wrapps {
    padding: 0;
    border-radius: 32px 0 0 32px;
    gap: 24px;
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
    height: 100%;
<!-- overflow: hidden;
--> position: relative;
}

.wrapps {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;

    width: max-content;
    height: 100%;

    position: relative;

    overflow: visible;

    will-change: transform;

    transform: translate3d(0, 0, 0);
}

.youtube_box {
    will-change: transform;
    flex-shrink: 0;
    margin: 0;
    width: 486px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-right: 0px;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0.00) 24.69%, rgba(25, 25, 25, 0.80) 73.53%);
}

.youtube_box:last-child {
    margin-right: 24px;
}

.youtube_box {
    border-right: none;
    height: 290px;
}

.video-thumbnail {
    width: 486px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0.7;
    position: relative;
}

.play-overlay {
    position: absolute;
    left: 30px;
    bottom: 109px;
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

.video-info {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    padding: 24px 24px 0;
    color: white;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 16px;
}

.video-info h3 {
    margin: 0;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
    flex: 1 1 auto;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.video-info svg {
    width: 48px;
    position: relative;
    z-index: 3;
    min-width: 48px;
    height: 48px;
}

.spot_light_row {
    display: flex;
    justify-content: space-between;
}

#spot-light {
    background: linear-gradient(102deg, #D8F3F0 -0.01%, #FFF 46.41%, #F6F6F6 100.98%);
}

.ai-future-section {
    width: 100%;
    overflow: hidden;
}

.ai-future-container {
    position: relative;
    overflow: hidden;

    padding: 60px;

    min-height: 520px;

    display: flex;
    align-items: center;

    border-radius: 0;
}

/* BACKGROUND IMAGE */

.ai-bg-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 1;
}

#spot_light_des {
    max-width: 938px;
}

/* OVERLAY */

.ai-future-container::after {
    content: "";
    position: absolute;
    inset: 0;


    z-index: 2;
}

/* CONTENT */

.ai-content {
    position: relative;
    z-index: 5;

    max-width: 650px;
}

.ai-content h2 {
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;

    margin-bottom: 22px;
}

.ai-content p {
    color: rgba(255, 255, 255, .82);

    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    line-height: 1.8;

    margin-bottom: 34px;

    max-width: 560px;
}

/* BUTTON */

.ai-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    background: #35D387;
    color: #FFF;
    padding: 14px 22px;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;

    transition: all .4s ease-in-out;
}

.ai-view-btn span,
.ai-view-btn svg {
    position: relative;
    z-index: 3;
}

.ai-view-btn:hover svg path {
    fill: #2eca7f;
}

.ai-view-btn:hover {
    border: 1px solid white;
    color: white ! IMPORTANT;
}

/* ICON */
.ai-view-btn svg {
    transition: transform .4s ease-in-out;
}

.ai-view-btn svg path {
    transition: fill .35s ease-in-out;
}

/* CIRCLE FILL EFFECT */
.ai-view-btn::after {
    content: "";
    background: var(--primary);
    transition: transform .55s cubic-bezier(.165, .84, .44, 1), top .55s cubic-bezier(.165, .84, .44, 1);
    z-index: 1;
    border-radius: 50%;
    display: block;
    height: auto;
    left: 50%;
    min-height: 110%;
    min-width: 110%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: scale(0) translate(-50%, -40%);
    transform-origin: 0 0;
    transition-duration: .5s;
    transition-property: transform, top;
    width: auto;
    aspect-ratio: 1 / 1;
}

/* HOVER */
.ai-view-btn:hover::after {
    transform: scale(1) translate(-50%, -50%);
}


.ai-view-btn:hover svg {
    transform: translateX(4px);
}

.ai-view-btn:hover svg path {
    fill: white;
}

.ai-view-btn svg {
    transition: .35s ease-in-out;
}


/* GRID */

.ai-feature-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
    position: relative;
    z-index: 5;
}

/* CARD */

.ai-card {
    min-height: 155px;

    transition: all .35s ease;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(18px);
    width: 315px;
}

.ai-card .ai-card_link {
    padding: 24px;
    display: block;
}

.ai-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, .16);
}

.ai-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(216, 243, 240, 0.25);
    width: 52px;
    height: 52px;
    padding: 12px 16px;
}

.ai-card-content {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    width: 100%;
}

.ai-card h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.ai-card p {
    margin: 0;
    color: #FFF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.ai-arrow {
    color: #35D387;
    font-size: 22px;
    flex-shrink: 0;
}

/* MAN IMAGE */

.ai-man-image {
    position: absolute;
    right: 100px;
    bottom: 0;
    overflow: hidden;
    z-index: 4;
    width: 42%;
    max-width: 520px;
    transform: scale(1);
    transition: transform 0.8s ease,
    filter 0.8s ease;
    animation: aiFloat 5s ease-in-out infinite;
}

.ai-man-image img {
    width: 100%;
    display: block;
    transition: all 1.4s ease-in-out;

}

.ai-man-image:hover img {
    transform: scale(1.03);
    filter: brightness(1.03);
}

@keyframes aiFloat {

    0% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(-8px) scale(1.01);
    }

    100% {
        transform: translateY(0px) scale(1);
    }

}

.eminent-alumni-section {
    padding: 80px 100px;
    background: #F5F5F5;
}

.eminent-alumni-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* LEFT */

.eminent-left {
    min-width: 561px;
    max-width: 561px;
}

.eminent-left h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
    color: #002147;
}

.eminent-left p {
    color: #242424;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}

/* RIGHT */

.eminent-right {
    flex: 1 1 0;
}

/* ROWS */

.top-row,
.bottom-row {
    display: flex;
    gap: 24px;
    justify-content: end;
}

.top-row {
    margin-bottom: 24px;
    justify-content: end;
}


/* CARD */

.eminent-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    flex: 1;
    height: 290px;
    max-width: 315px;
    transition: all 0.4s ease-in-out;
}

.eminent-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease-in-out;
}

/* CONTENT */

.eminent-card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;

    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0)
    );
}

.eminent-card-content h3 {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.eminent-card-content span {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #D8F3F0;
}

.eminent-card:hover {
    transform: translateY(-5px);
}

.eminent-card:hover img {
    scale: 1.06;
}


.testimonial-section {
    margin: 16px 0px;
    overflow: hidden;
    border-radius: 16px;
}

/* GRID */

.testimonial-grid {
    display: flex;
    width: max-content;
    will-change: transform;
    gap: 0;
}

/* CARD */

.testimonial-card {
    border-radius: 16px;
    background: #E9EEFF;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 429px;
    margin-right: 24px;

}

/* LOGO */

.company-logo {
    margin-bottom: 24px;
}

.company-logo img {
    height: 24px;
    width: auto;
    object-fit: contain;
}

/* TEXT */

.testimonial-text {
    color: #242424;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}

.testimonial-subtext {
    color: #636363;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
}

/* USER */

.testimonial-user {
    display: flex;
    align-items: end;
    gap: 16px;
    margin-top: auto;
}

.testimonial-user img {
    width: 98px;
    height: 98px;
    border-radius: 9px;
    object-fit: cover;
    background: white;
    object-position: top;
}

.testimonial-user h4 {
    margin: 0;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #242424;
}

.testimonial-user span {
    color: #636363;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.company-logo {
    margin-bottom: 24px;
    display: flex;
    color: #191919;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    gap: 8px;
}


.admission-card-section {
    background: #E5F3FF;
    position: relative;
    color: var(--prime-text);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 459px;
}


/* CONTAINER */
.admission-container {
    padding: 80px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.admission-text h2 {
    margin-bottom: 16px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    z-index: 1;
    position: relative;
    color: var(--prime-text);
    font-family: 'Beausite Classic Trial', sans-serif;
}

.admission-text p {
    max-width: 695px;
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #27292A;
}

.admission-image {
    position: relative;
    width: auto;
    height: 299px;
    right: 0;
    bottom: auto;
    z-index: 1;
}

.admission-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#admission-card-btn {
    border: 2px solid transparent;
    transition: all .4s ease-in-out;
    z-index: 1;
}

#admission-card-btn:hover {
    border: 2px solid white;
    color: white ! IMPORTANT;
}

.view_btns {
    display: none !important;
}

.jamia_second_section {
    padding: 80px 100px;
    background: #E5F3FF;

}

.achievement-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1;
    height: 100%;
    z-index: 2;
    padding-top: 0;
}

.achievement-track {
    position: relative;
    height: 527px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 0px;
    border-radius: 16px;
}

.achievement-slide {
    position: absolute;
    display: flex;
    margin-right: 24px;
    height: auto;
    opacity: 1;
    flex-direction: column;
    flex: 0 0 auto;
    width: 449px;
    transition: opacity 1s ease;
    border-radius: 16px;
}

.achievement-slide img {
    width: 429px;
    height: 285px;
    object-fit: cover;
    display: block;
    border-radius: 16px 16px 0 0;
}

.achievement-content {
    padding: 24px;
    max-width: 429px;
    background: white;
    border-radius: 0 0 16px 16px;
}

.achievement-content h3 {
    font-style: normal;
    margin-bottom: 8px;
    color: #002147;
    height: 60px;
    overflow: hidden;
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;

}

.achievement-desc {
    margin-bottom: 0px;
    color: rgb(0, 33, 71);
    text-overflow: ellipsis;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 26px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 1 0 0;
}

.achievement-desc p {
    color: rgb(0, 33, 71);
    text-overflow: ellipsis;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 26px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 1 0 0;
}

.achievement-btn {
    color: rgb(0, 33, 71);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;
}

.achievement-btn svg {
    width: 24px;
    height: 24px;
}

.events-grid {
    display: flex;
    gap: 24px;
    align-items: end;
}


.events-card {

    flex: 0 0 345px;

    width: 345px;

    border-radius: 16px 16px 0 0;

    overflow: hidden;

    background: #fff;

    position: relative;

    transition: .5s ease;


}

graduation-filters .fade:not(.show) {
    opacity: 0.8;
}


/* odd items */

/* odd cards image */
.events-card:nth-child(odd) img {
    height: 302px;
    object-fit: cover;
}


/* even cards image */
.events-card:nth-child(even) img {
    height: 364px;
    object-fit: cover;
}


/* image */

.events-card img {
    width: 100%;
    height: 63%;
    object-fit: cover;
    border-radius: 16px;

}


/* content */

.event-content {
    padding: 24px 0;
}


.event-meta {
    display: flex;
    gap: 16px;
    align-items: center;
}

.event-tag {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--primary);
    background: #E5F3FF;
    padding: 1px 8px;
    border-radius: 50px;
    min-height: 24px;
    display: block;
    width: fit-content;

}

.event-date {
    align-items: center;
    display: flex;
    width: fit-content;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242424;
    gap: 8px;
}


.events-card h3 {
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 16px 0 9px 0;
    color: var(--prime-text);
    display: flex;
    align-items: center;
    justify-content: space-between;

}


.events-card p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 26px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}

.event-arrow svg {

    transition: .35s ease;

}


.events-card:hover .event-arrow svg {

    transform: translateX(6px);

}


/* smooth hover */

.events-card:hover {

    transform: translateY(-8px);

}

.achievement-section {

    padding: 80px 100px;

    background: var(--primary) url(/jamia_college/static/img/ach_bg.jpg);

    background-size: cover;

    background-position: center;

    color: #fff;

}


.achievement-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    margin-bottom: 80px;

}


.achievement-header h2 {

    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 24px;
}


.achievement-header p {
    max-width: 668px;
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;


}

#primary_button.achievement-button {
    border: 2px solid #ffffff;
    color: white ! IMPORTANT;
}

#primary_button.achievement-button:hover {
    border: 2px solid var(--primary);
    color: var(--primary) ! IMPORTANT;
}

#primary_button.achievement-button:hover svg path {
    fill: var(--primary);
}

#primary_button.achievement-button:hover::after {
    background: white;
}

.achievement-item {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 65px;
    border-radius: 0;
    padding: 24px;
    border-bottom: 1px solid #346DDC99;
    transition: .4s ease;
}


.achievement-icon {
    width: 43px;
    flex-shrink: 0;
}

.achievement-contents {
    position: relative;
    z-index: 2;
    transition: .4s;
}

.achievement-contents h3 {
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 0 8px;
}

.achievement-contents p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 698px;
    margin: 0;
}


.achievement-image {
    position: absolute;
    right: 76px;
    top: auto;
    width: 350px;
    height: 276px;
    opacity: 0;
    transform: translateX(50px);
    transition: .45s ease;
    bottom: 0;
    border-radius: 8px;
    pointer-events: none;
}

.achievement-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.arrow {
    position: absolute;
    right: 25px;
    top: 24px;
    transform: translateY(-50%);
    opacity: 0;
}

/* ACTIVE */
.achievement-item:hover,
.achievement-item.active {
    background: #EBEFF5;
    color: var(--primary);
    border-radius: 16px;
}

.achievement-item:hover .achievement-image,
.achievement-item.active .achievement-image {
    opacity: 1;
    transform: translateX(0);
}

.achievement-item:hover .achievement-icon svg path,
.achievement-item.active .achievement-icon svg path {
    fill: var(--primary);
}

.achievement-item:hover .arrow,
.achievement-item.active .arrow {
    opacity: 1;
}

.spacer {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #99a2b3;
    font-size: 1.2rem;
}

.spirit-section {
    background: #eef5ff url(/jamia_college/static/img/spirit_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: grid;
    grid-template-columns:1fr 1fr;
    padding: 0 33px;
    padding-bottom: 60px;

}


.spirit-center {
    grid-column: 1 / -1;
    grid-row: 1;
    position: sticky;
    top: 0;
    align-self: start;
    z-index: 10;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 120px;
    pointer-events: none;
    padding-bottom: 360px;
}

.spirit-center > * {
    pointer-events: auto;
}

.spirit-center h2 {
    color: var(--prime-text);
    margin: 0 0 16px;
    font-family: Beausite Classic Trial, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: 0;
    text-align: center;
}


.spirit-center p {
    max-width: 429px;
    color: #27292A;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 16px;
}

#primary_button.spirit_btn {
    display: flex !important;
}

.view-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    border: 1px solid #173d7a;
    border-radius: 20px;
    text-decoration: none;
    color: #173d7a;
    font-size: 13px;
}

.spirit-col {
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 92px;
}

.spirit-col--left {
    grid-column: 1;
    padding-top: 245px;
}

.spirit-col--right {
    grid-column: 2;
    padding-top: 400px; /* offset from the left column = staggered masonry look */
}

.spirit-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 10, 40, .18);
    opacity: 0;
    transform: translateY(70px);
    transition: opacity .7s ease, transform .7s ease;
}

.spirit-card.card-1 {
    width: 429px;
    height: 450px;
}

.spirit-card.card-3 {
    width: 429px;
    height: 298px;
}

.spirit-card.card-4 {
    width: 321px;
    height: 336px;
    margin-right: 78px;
}

.spirit-card.card-5 {
    width: 311px;
    height: 238px;
    left: 350px;
}

.spirit-card.card-6 {
    width: 235px;
    height: 257px;
    right: 450px;
    top: -25px;
}


.spirit-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

.spirit-col--left .spirit-card:nth-child(odd),
.spirit-col--right .spirit-card:nth-child(even) {
    aspect-ratio: 1/1; /* the two "large" cards */
}

.spirit-col--left .spirit-card:nth-child(even),
.spirit-col--right .spirit-card:nth-child(odd) {
    aspect-ratio: 4/3;
    max-width: 78%;
    align-self: flex-start;
}

.spirit-col--right .spirit-card {
    align-self: flex-end;
}

.spirit-col--right .spirit-card:nth-child(odd) {
    align-self: flex-end;
}

.spirit-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spirit-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
    background: linear-gradient(180deg, rgb(22 22 23 / 22%) 0%, rgb(0 0 0 / 0%) 45%, rgb(0 0 0) 100%);
}

.spirit-card span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    padding: 0 24px;
    color: #fff;
    z-index: 11;
    font-family: Inter;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 26px;
    max-height: 52px;
    display: -webkit-box;
}

.stories-section {
    overflow: hidden;
    padding: 80px 100px;
    padding-bottom: 40px;
}

.stories-slider {

    position: relative;

    height: 400px;

    display: flex;

    justify-content: center;

    align-items: center;

}


.story-card {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    width: 350px;
    min-height: 320px;
    background: #ffffff4d;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 60px rgb(0 10 40 / 10%);
    cursor: grab;

}


.story-card img {

    width: 50px;

    height: 50px;

    object-fit: cover;

    border-radius: 50%;

}


.story-content h4 {

    margin-top: 15px;

    font-size: 22px;

}


.story-content span {

    color: #777;

}


.story-content p {

    margin-top: 40px;

    font-size: 20px;

    line-height: 32px;

}


.rating {

    position: absolute;

    bottom: 30px;

    color: #f5a400;

    font-size: 24px;

}


.story-content small {

    position: absolute;

    bottom: 35px;

    right: 30px;

}

.stories-slider-wrap {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    padding-bottom: 0;
}

.stories-slider {
    position: relative;
    height: 400px;
    overflow: hidden; /* clips anything outside the visible 3-slot window */
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.stories-track {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 0; /* cards are absolutely positioned within this anchor */
}

.story-card .story-content {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.story-card .story-content h4 {
    margin: 0 0 2px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #1B1D1F;
    font-family: 'Beausite Classic Trial', sans-serif;
}

.story-details {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
}

.story-card p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: 'Beausite Classic Trial', sans-serif;
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    min-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.story-card .story-content span {
    font-size: 14px;
    color: #333;
}

.story-card.is-active {
    background: white;
    filter: grayscale(0%);
}

/* ============ NAV BUTTONS ============ */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: background .2s ease, transform .15s ease;
}

.slider-btn:hover {
    background: var(--primary);
}

.slider-btn:active {
    transform: translateY(-50%) scale(.9);
}

.slider-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

.students_desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #27292A;
    max-width: 811px;
}

.admission-card-section .admission-opens {
    display: flex;
    height: 52px;
    padding: 14px 24px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--primary);
    color: #FFF ! IMPORTANT;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    width: fit-content;
    position: relative;
    isolation: isolate;
    transition: color .35s ease;
    border: 1px solid transparent;
}

.admission-card-section .admission-opens:hover {
    color: var(--primary) ! IMPORTANT;
}


.admission-card-section .admission-opens svg {
    transition: transform .4s ease-in-out;
}

.admission-card-section .admission-opens svg path {
    transition: fill .35s ease-in-out;
}

.admission-card-section .admission-opens::after {
    content: "";
    background: white;
    transition: all 0.7s ease;
    z-index: -1;
    border-radius: 5px;
    display: block;
    height: auto;
    left: 100%;
    min-height: 100%;
    min-width: 130%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: rotate(-50deg);
    transition-duration: .7s;
    width: auto;
    aspect-ratio: 1 / 1;
    top: 100%;
    left: 100%;
    scale: 0;
}

/* HOVER */
.admission-card-section .admission-opens:hover::after {
    top: -80px;
    left: -18px;
    scale: 1.3;
}

.admission-card-section .admission-opens#menu_button:hover::after {
    background: var(--prime-text);
}

.admission-card-section .admission-opens#menu_button:hover {
    color: #fff !important;
}

.admission-card-section .admission-opens:hover svg path {
    fill: var(--primary);
}

.admission-card-section .admission-opens:hover svg {
    transform: translateX(4px);
}

.admission-card-section .admission-opens#menu_button:hover svg path {
    fill: #fff;
}

.admission-card-section .admission-opens svg {
    transition: .35s ease;
}

.admission-card-section .admission-opens span, svg {
    position: relative;
    z-index: 3;
}

@media (max-width: 1440px) {
    .spirit-card.card-1, .spirit-card.card-3 {
        width: 400px;
    }
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .about-section {
        padding: 40px 16px 40px;
        position: relative;
    }

    .future-title {
        font-size: 58px;
    }

    .feature-boxes {
        grid-template-columns:repeat(2, 1fr);
    }

    .future-left h2 {
        font-size: 52px;
    }

    .guest-title h3 {
        font-size: 36px;
    }

    .section_h2 {
        font-size: 42px;
    }

    .campus_news_section {
        padding: 60px 25px;
    }

    .jamia_second_section {
        padding: 60px 20px;
    }

    .jamia_section {
        padding: 40px 20px;
    }

    .campus_news_container {
        grid-template-columns:1fr;
    }

    .campus_news_left {
        position: relative;
        top: 0;
    }

    .news_card,
    .news_card:nth-child(1),
    .news_card:nth-child(2),
    .news_card:nth-child(3),
    .news_card:nth-child(4) {
        position: relative;
        top: 0;
    }

    .campus_news_container {
        grid-template-columns:1fr;
    }

    .campus_news_left {
        position: relative;
        top: 0;
    }

    .news_card {
        position: relative;
        top: 0 !important;
    }

    .ai-feature-grid {
        grid-template-columns:repeat(2, 1fr);
    }

    .ai-man-image {
        width: 38%;
    }

    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-user h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .eminent-alumni-section {
        flex-direction: column;
        padding: 60px 40px;
    }

    .eminent-left,
    .eminent-right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .top-row {
        justify-content: space-between;
    }

    .eminent-card {
        height: 335px;
        max-width: 100%;
        transition: all 0.4s ease-in-out;
    }

    .top-row, .bottom-row {
        display: flex;
        gap: 24px;
        justify-content: space-between;
    }

    .eminent-alumni-row {
        flex-wrap: wrap;
    }

    .testimonial-section {
        padding: 40px 20px;
    }

    .achievement-slide {
        width: 424px;
    }

    .achievement-slide img {
        width: 400px;
        height: 220px;
    }

    .achievement-content {
        padding: 16px;
        max-width: 400px;
    }

    .achievement-contents p {
        max-width: 420px;
    }

    .achievement-section {
        padding: 40px 20px;
    }

    .achievement-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .achievement-slide::after {
        width: 400px;
    }

    .spirit-card.card-1, .spirit-card.card-3, .spirit-card.card-2 {
        width: 300px;
        height: auto;
    }

    .spirit-center h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .spirit-center p {
        max-width: 342px;
    }

    .spirit-card.card-4 {
        width: 300px;
        height: auto;
        margin-right: 0;
    }

    .spirit-card.card-5 {
        width: 300px;
        height: 238px;
        left: 0;
    }

    .spirit-card.card-6 {
        right: 250px;
        top: -30px;
    }
}

/* TABLET */

@media (max-width: 992px) {
    .pb80 {
        padding-bottom: 40px !important;
    }

    .achievement-contents p {
        max-width: 100%;
    }

    .centeres {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }

    .jamia_second_section {
        padding: 40px 16px;
    }

    .jamia_section {
        padding: 40px 16px;
    }

    .centersh2 {
        font-size: 32px;
        line-height: normal;
    }

    .centersh4 {
        font-size: 22px;
        margin: 0;
    }

    .future-container {
        padding: 0 20px;
    }

    .centers_button {
        top: 68%;
    }

    .notification_modal .tab-navigation {
        padding: 0px;
        align-items: center;
    }

    .tab-btn {
        padding: 12px 0 12px 12px;
    }

    .content-item {
        padding: 10px;
        margin-bottom: 10px;
        border-left: 0px;
        border-radius: 10.975px;
    }

    .item-date {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .item-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .item-desc {
        font-size: 14px;
        height: 44px;
        line-height: 22px;
    }

    .centers_button {
        right: auto;
        top: 76%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: linear-gradient(273deg, #0041BC -3.39%, #011C50 109.71%);
        color: #FFF;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.18px;
        text-transform: uppercase;
        z-index: 9;
        border-radius: 100px;
        border: 1px solid rgb(255, 255, 255);
        box-shadow: none;
        display: flex;
        height: auto;
        padding: 8px 12px;
        align-items: center;
        gap: 8px;
        position: absolute;
        color: #fff !Important;
    }

    .announcement-left {
        font-size: 18px;
        padding: 16px 40px;
    }

    .announcement-right {
        font-size: 16px;
        padding: 16px 25px 16px 45px;
    }

    .announcement-left::after {
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
    }

    .announcement-right::after {
        border-top: 32px solid transparent;
        border-bottom: 32px solid transparent;
    }

    .announcement-text {
        padding: 10px 20px;
    }

    .virtual-tour {
        bottom: 24%;
        left: 0;
        padding: 16px;
        height: 116px;
    }

    .video_icon {
        width: auto;
        height: 80px;
    }

    .vitrual-text h2 {
        padding: 8px 8px 8px 0;
    }

    .vitrual-text p {
        padding-top: 0;
    }

    .achievement-content {
        max-width: 98%;
    }

    .feature-grid {
        grid-template-columns:repeat(2, 1fr);
    }

    .feature-card h2 {
        font-size: 42px;
    }

    .feature-card p {
        font-size: 18px;
    }

    .recruiters-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .recruiters-logos {
        justify-content: flex-start;
    }

    .recruiters-section {
        padding: 40px 20px;
        height: auto;
    }

    .recruiters-left h2 {
        font-size: 38px;
    }

    .recruiters-left p {
        font-size: 16px;
        line-height: 170%;
    }

    .future-ready {
        padding: 40px 0 20px;
    }

    .future-ready::after {
        width: 100%;
        opacity: .08;
    }

    .future-title {
        font-size: 44px;
        line-height: 1.15;
    }

    .view_btns {
        display: flex !important;
        margin-top: 40px;
    }

    .future-desc {
        font-size: 18px;
        line-height: 1.8;
    }

    .future-btn {
        padding: 16px 26px;
        font-size: 18px;
    }

    .feature-boxes {
        margin-top: 0px;
        gap: 18px;
        padding: 40px 20px;
    }

    #primary_button {
        display: none;
        margin-top: 0;
        margin-left: 0 !IMPORTANT;
    }

    .feature-item {
        padding: 22px;
    }

    .feature-text {
        font-size: 18px;
    }

    .gems_section {
        padding: 40px 20px;
    }

    .future-left {
        max-width: 100%;
        width: 100%;
    }

    .guest-slider {
        gap: 18px;
    }

    .future-left h2 {
        font-size: 40px;
        line-height: normal;
    }

    .future-left p {
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
    }

    .guest-title h3 {
        font-size: 28px;
    }

    .guest-card {
        width: 240px;
        min-width: 240px;
        height: 340px;
        border-radius: 18px;
    }

    .guest-content {
        left: 18px;
        bottom: 18px;
    }

    .guest-content h4 {
        font-size: 24px;
    }

    .guest-content span {
        font-size: 15px;
    }

    .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_h2 {
        font-size: 40px;
    }

    .event-image {
        height: 220px;
    }

    .event-content {
        padding: 24px;
    }

    .event-title {
        font-size: 24px;
    }

    .event-description {
        font-size: 17px;
    }

    .campus_news_left h2 {
        font-size: 42px;
    }

    .news_card {
        flex-direction: column;
        border-radius: 20px;
    }

    .news_content h3 {
        font-size: 24px;
    }

    .news_content p {
        font-size: 16px;
    }

    .campus_news_section {
        padding: 80px 0;
    }

    .campus_news_container {
        padding: 0 20px;
    }

    .campus_news_left h2 {
        font-size: 42px;
    }

    .news_card {
        flex-direction: column;
        border-radius: 20px;
    }

    .news_image {
        width: 100%;
        height: 280px;
        border-radius: 12px 12px 0 0;
    }

    .news_content h3 {
        font-size: 24px;
    }

    .news_content p {
        font-size: 16px;
    }

    .gems-slider-wrap {
        padding: 20px;
    }

    .gems-slide-item {
        height: 420px;
    }

    .gems-slide-content h2 {
        font-size: 24px;
    }

    .ai-future-container {
        padding: 40px 20px 20px;
    }

    .ai-content {
        max-width: 100%;
    }

    .ai-man-image {
        width: 100%;
        max-width: 420px;
        right: auto;
        margin: 40px auto 0;
        bottom: auto;
        opacity: 0.4;
    }

    .ai-future-container {
        flex-direction: column;
    }

    .news_card {
        max-height: 100%;
        margin-bottom: 20px;
    }

    .news_content {
        flex: 1;
        padding: 32px 16px;
    }

    .news_card_inner {
        flex-wrap: wrap;
        gap: 16px;
        padding: 0px;
        align-items: center;
    }

    .news_arrow {
        right: 32px;
        position: relative;
    }

    .banner-items .banner {
        object-fit: cover;
    }

    .achievement-slide {
        width: 367px;
    }

    .achievement-slide img {
        width: 98%;
        height: 220px;
    }

    .achievement-slide::after {
        width: 350px;
    }

    .about-section {
        padding: 40px 20px 40px;
    }

    .feature_icon {
        position: absolute;
        right: 18px;
        bottom: auto;
        will-change: transform;
        top: 10%;
        width: 123px;
    }

    .side-notification-btn {
        top: 30%;
    }

    .achievement-section {

        padding: 60px 30px;

    }

    .achievement-header {
        margin-bottom: 32px;
        display: block;
    }

    .achievement-header h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .achievement-btn {
        display: inline-block;
        margin-top: 20px;
    }

    .achievement-item {
        margin-bottom: 40px;
        padding: 0;
        display: block;
        padding-bottom: 40px;
    }

    .achievement-icon {
        margin-bottom: 16px;
    }

    .achievement-image {
        position: relative;
        width: 100%;
        height: 219px;
        margin-top: 20px;
        opacity: 1;
        transform: none;
        display: block;
        right: auto;
    }

    .achievement-item.active .achievement-image {
        display: block;
    }

    .arrow {
        position: absolute;
        right: 0px;
        top: 75px;
        transform: translateY(-50%);
        opacity: 1;
    }


    .achievement-item:hover, .achievement-item.active {
        background: transparent;
        color: #fff;
        border-radius: 0;
    }

    .achievement-item:hover .achievement-icon svg path, .achievement-item.active .achievement-icon svg path {
        fill: #fff;
    }

    .arrow svg path {
        fill: #fff;
    }

    .spirit-section {
        height: 180vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 40px 16px;
    }

    .spirit-center {
        grid-row: 1;
        padding-top: 0;
        position: absolute;
        padding-bottom: 0;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .spirit-col {
        grid-column: auto;
        grid-row: auto;
        padding-top: 0;
        flex-direction: row;
    }

    .spirit-col--left, .spirit-col--right {
        margin-top: 0;
        gap: 40px;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        max-height: 100%;
    }

    .spirit-card.card-1, .spirit-card.card-3 {
        width: 300px;
        height: 200px;
    }

    .spirit-card.card-4 {
        width: 250px;
    }

    .spirit-card.card-6 {
        width: 235px;
        height: 257px;
        right: auto;
        top: 0;
    }

    .spirit-center h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .students_desc {
        max-width: 100%;
    }

    .stories-section {
        padding: 40px 16px;
    }

    .stories-track {
        width: 100%;
    }

    .stories-slider-wrap {
        padding: 40px 0;
    }

    .stories-slider {
        height: 350px;
        mask-image: none;
    }

    .story-card {
        width: 100%;
        background: #ebeff5 ! IMPORTANT;
        box-shadow: none;

    }

    .admission-card-section {
        height: auto;
    }

    .slider-btn {
        width: 25px;
        height: 25px;
        display: flex !important;
        background: #00154954;
    }

    .slider-btn.prev {
        left: -15px;
    }

    .slider-btn.next {
        right: -15px;
    }

    .admission-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 32px;
        padding: 40px 16px;
    }

    .admission-text h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
    }

    .admission-text p {
        max-width: 100%;
        margin-bottom: 32px;
    }
}

@media (max-width: 600px) {
    .events-card {
        flex: 0 0 auto;
        width: 100%;
    }

    .centeres {
        width: 100%;
        margin: 0;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .centeres .centersh2 {
        font-size: 32px;
        line-height: 40px;
        width: 100%;
        text-align: center;
        max-width: 269px;
    }

    .centeres .centersh4 {
        font-size: 16px;
        line-height: 24px;
    }

    .digit-container {
        height: 32px;
        min-width: 0.4em;
        width: 0.45em;
    }

    .digit {
        height: 32px;
        line-height: normal;
        font-size: 26px;
    }

    .counter-suffix {
        line-height: normal;
        font-size: 26px;
    }

    .feature-grid {
        grid-template-columns:1fr;
        gap: 14px;
    }

    .campus_news_container {
        padding: 0 16px;
    }

    .news_content h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    .feature-card {
        padding: 16px;
        width: 100%;
        border-right: 0 solid #D4D6D8;
        border-bottom: 1px solid #D4D6D8;
        max-width: 218px;
    }

    .about-section {
        padding: 40px 16px 40px;
    }


    .feature-card h2 {
        font-size: 38px;
        line-height: normal;
        height: 38px;
        margin-bottom: 4px !important;
    }

    .feature-card p {
        font-size: 16px;
    }

    .future-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .future-desc {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .future-btn {
        width: 100%;
        justify-content: center;
        margin-top: 0px;
        padding: 16px;
        font-size: 18px;
        width: fit-content;
    }

    .feature-boxes {

        padding: 0 16px 40px;
    }

    .feature-item {
        border-radius: 18px;
        padding: 20px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .feature-text {
        font-size: 17px;
    }

    .recruiters-left h2 {
        font-size: 28px;
    }

    .recruiters-logos {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        width: 100%;
    }

    .recruiters-content {
        gap: 20px;
    }

    .recruiter-card {
        width: auto;
        margin: auto;
        height: auto;
    }

    .recruiter-card img {
        object-fit: contain;
    }

    .achievement-track {
        height: 418px;
    }

    .achievement-slide img {
        height: 200px;
        width: 98%;
    }

    .achievement-slide {
        width: 100%;
        margin-left: 5px;
    }

    .achievement-slide::after {
        width: 350px;
    }

    .announcement_head {
        border-radius: 0;
        bottom: 45px;
        position: absolute;
        padding: 8px 12px;
        width: auto;
        height: auto;
    }

    .announcement-right {
        left: -15px;
    }

    .announcement-left {
        line-height: normal;
    }


    .feature-grid {
        margin-top: 0 !important;
    }

    .feature-card {
        padding: 16px;
        gap: 0;
    }

    .future-ready {
        padding: 40px 0;
    }

    .future-container {
        padding: 0 16px;
    }

    .future-btn {
        margin-top: 0;
    }

    .centers_button {
        top: 71%;
    }

    .banner-items .banner {
        object-fit: cover;
    }

    .centersh2 {
        font-size: 32px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        max-width: 260px;
    }

    .centers-text {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Beausite Classic Trial', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 100%;
    }

    .centers-text {
        height: 100%;
        line-height: 24px;
    }

    .virtual-tour {
        right: auto;
        display: flex;
        gap: 16px;
        position: absolute;
        z-index: 11;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
        height: 116px;
        padding: 13px;
        align-items: center;
    }

    .video_icon {
        width: 100px;
        height: 92px;
        border-radius: 8px 0 0;
    }

    .vitrual-text h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        margin: 0;
        padding-top: 4px;
    }

    .vitrual-text p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
    }

    .video_icon a {
        height: 92px;
    }

    .side-notification-btn {
        position: absolute;
        height: 46px;
        display: flex;
        align-items: center;
        top: 160px;
        z-index: 9;
        color: var(--primary) !important;
        text-transform: uppercase;
        background: var(--secondary);
        padding: 10px 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        gap: 8px;
    }

    .centersh4 {
        line-height: 28px;
        margin: 0;
        padding-bottom: 0;
        text-align: center;
        font-size: 19px;
    }

    .future-container {
        padding: 0 16px;
    }

    .notification_modal .modal-content {
        position: fixed;
        top: 130px;
        right: 50%;
        left: 50%;
        max-width: 100%;
        width: 98%;
        max-height: 550px;
        transform: translateX(-50%) !important;

    }

    .closed_butn {
        padding: 0px 0px 0px;
        width: auto;
    }

    .item-desc {
        font-size: 14px;
        height: auto;
        line-height: 22px;
    }

    .tab-content-wrapper {
        padding-right: 2px;
    }

    .notification_modal .tab-content-wrapper .tab-content::-webkit-scrollbar {
        width: 6px;
    }

    .centers_button {
        top: 71%;
    }

    .banner-items .banner {
        object-fit: cover;
    }

    .centersh2 {
        font-size: 32px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        max-width: 260px;
    }

    .centers-text {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Beausite Classic Trial', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 100%;
    }

    .centers-text {
        height: 100%;
        line-height: 24px;
    }

    .virtual-tour {
        right: auto;
        display: flex;
        gap: 16px;
        position: absolute;
        z-index: 11;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 70px;
        height: 116px;
        padding: 13px;
        align-items: center;
    }

    .video_icon {
        min-width: 82px;
        height: 90px;
        border-radius: 8px;
    }

    .vitrual-text h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin: 0;
        padding-top: 4px;
        font-weight: 500;
    }

    .vitrual-text p {
        margin: 0;
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;
        vertical-align: middle;
    }

    .video_icon a {
        height: 90px;
    }

    .side-notification-btn {
        position: absolute;
        height: 46px;
        display: flex;
        align-items: center;
        top: 160px;
        z-index: 9;
        color: var(--primary) !important;
        text-transform: uppercase;
        background: var(--secondary);
        padding: 10px 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        gap: 8px;
    }

    .centersh4 {
        line-height: 28px;
        margin: 0;
        padding-bottom: 0;
        text-align: center;
        font-size: 19px;
    }

    .notification_modal .modal-content {
        position: fixed;
        top: 130px;
        right: 50%;
        left: 50%;
        max-width: 100%;
        width: 98%;
        max-height: 550px;
        transform: translateX(-50%) !important;

    }

    .item-desc {
        font-size: 14px;
        height: auto;
        line-height: 22px;
    }

    .tab-content-wrapper {
        padding-right: 2px;
    }

    .notification_modal .tab-content-wrapper .tab-content::-webkit-scrollbar {
        width: 6px;
    }

    .announcement-text {
        padding: 10px 20px;
    }

    .gems_section {
        padding: 40px 16px;
        padding-bottom: 40px ! IMPORTANT;
    }

    .future-left h2 {
        font-size: 34px;
        line-height: normal;
    }

    .guest-title {
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .guest-title h3 {
        font-size: 24px;
    }

    .guest-card {
        width: 100%;
        min-width: 210px;
        height: auto;
    }

    .facilities-card-image {
        height: auto;
    }

    .facilities-card-box {
        padding: 16px;
    }

    .facilities-name {
        font-size: 16px;
    }

    .section_h2 {
        font-size: 34px;
        line-height: normal;
    }

    #lecture_section {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .course-card {
        border-radius: 8px;
    }

    .course-link {
        padding: 16px;
    }

    .course-header {
        margin-bottom: 20px;
    }

    .course-header h2 {
        font-size: 18px;
    }

    .course-image {
        border-radius: 18px;
    }

    .course-grid {

        grid-template-columns: repeat(1, 1fr);
    }

    .course-image {
        height: auto;
        max-height: 130px;
    }

    .event-card {
        border-radius: 22px;
    }

    .event-image {
        height: 190px;
    }

    .event-content {
        padding: 20px;
    }

    .event-meta {
        gap: 12px;
        margin-bottom: 20px;
    }

    .event-tag {
        font-size: 14px;
        padding: 8px 16px;
    }

    .event-date {
        font-size: 14px;
    }

    .event-title {
        font-size: 20px;
    }

    .event-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .arrow-btn {
        min-width: 42px;
        height: 42px;
    }

    .arrow-btn svg {
        width: 24px;
        height: 24px;
    }

    .ai-content h2 {
        font-size: 38px;
    }

    .ai-content p {
        font-size: 15px;
    }

    .ai-feature-grid {
        grid-template-columns:1fr;
    }

    .ai-card {
        min-height: auto;
        width: 100%;
    }

    .ai-man-image {
        width: 100%;
        max-width: 420px;
        right: auto;
        margin: 40px auto 0;
        bottom: auto;
        opacity: 0.4;
    }

    .news_card {
        max-height: 100%;
        margin-bottom: 10px;
    }

    .news_card_inner {
        flex-wrap: wrap;
        gap: 12px;
        padding: 16px;
        align-items: baseline;
    }

    .gems-slider-wrap {
        padding: 0;
        margin-bottom: 0;
    }

    .gems-slide-item {
        height: 220px;
        max-width: 100%;
    }

    .news_arrow {
        right: 0;
        position: relative;
    }

    .slides-inner .slide {
        width: auto;
        min-width: 300px;
    }

    .campus_news_left h2 {
        font-size: 34px;
        line-height: normal;
    }

    .news_content {
        flex: 1;
        padding: 0;
    }

    .news_image {
        width: 100%;
        height: 200px;
        border-radius: 12px;
    }

    .eminent-alumni-section {
        padding: 40px 16px;
        gap: 32px;
    }

    .eminent-left h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .top-row,
    .bottom-row {
        flex-direction: column;
    }

    .eminent-card {
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 250px;
    }

    .eminent-alumni-row {
        flex-wrap: wrap;
        gap: 32px;
    }

    .testimonial-section {
        padding: 40px 16px;
    }


    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 16px;
        width: 280px;
    }

    .testimonial-text {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .testimonial-subtext {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .testimonial-user {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .testimonial-user img {
        width: 68px;
        height: 68px;
    }

    .testimonial-user h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .testimonial-user span {
        font-size: 14px;
        line-height: 22px;
    }

    .admission-container {
        padding: 40px 16px;
    }

    .gems-slider-track {
        gap: 0;
    }

    .ai-future-container {
        padding: 40px 18px;
    }

    .eminent-card img {
        min-height: 250px;
    }

    .eminent-card {
        min-height: 250px;
    }

    .centeres {
        position: absolute;
        transform: translateY(-50%);
        z-index: 2;
        top: auto;
        bottom: 180px;
    }

    .about-text {
        padding-top: 8px;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .course-card {
        max-width: 100%;
    }

    .achievement-section {

        padding: 40px 16px;

    }

    .achievement-header p {
        font-size: 16px;
        max-width: 100%;
    }

    .achievement-content h3 {

        font-size: 20px;
    }

    .achievement-contents h3 {
        font-family: Beausite Classic Trial, sans-serif;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0;
        vertical-align: middle;
        margin: 0 0 8px;
        max-width: 335px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        min-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .spirit-card span {
        display: none;
    }

    .spirit-section {
        height: 120vh ! IMPORTANT;
    }

    .spirit-center {
        top: 48%;
        max-width: 100%;
        width: 100%;
    }

    .spirit-card.card-1 {
        width: 136px;
        height: 99px;
    }

    .spirit-card.card-3 {
        height: 70px;
        width: 92px;
    }

    .spirit-card.card-2 {
        width: 155px;
        height: 110px;
    }

    .spirit-card.card-4 {
        width: 122px;
        height: 92px;
    }

    .spirit-card.card-5 {
        width: 173px;
        height: 109px;
    }

    .spirit-card.card-6 {
        width: 123px;
        height: 127px;
    }

    .spirit-card span {
        display: none;
    }

    .spirit-center p {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .announcement-left,
    .announcement-right {
        text-align: center;
        padding: 0px;
        margin-top: 0;
    }


    .announcement-left::after,
    .announcement-right::after {
        display: none;
    }

    .view_btn {
        display: none;
    }

    #view_btn {
        display: flex;
        margin: 20px auto 0;
    }

    .facilities_cards-box {
        padding: 16px;
    }

    .campus_news_section {
        padding: 40px 0;
    }

    .graduation-filters .nav-pills .nav-link {
        font-weight: 500;
        gap: 0;
        padding: 12px 18px;
        width: fit-content;
        min-width: 100%;
        text-align: center;
        justify-content: center;
    }

    .graduation-filters .nav-pills {
        gap: 8px;
        width: 100%;
        min-width: 100%;
        justify-content: left;
    }
}

@media (max-width: 430px) {
    .centers_button {
        top: 73%;
    }

    .facilities_name {
        font-size: 18px;
        line-height: normal;
    }
}

@media (max-width: 380px) {

    .centersh4 {
        line-height: 23px;
        margin: 0;
        padding-bottom: 0;
        text-align: center;
        font-size: 16px;
        padding-top: 16px;
    }

    .vitrual-text h2 {
        font-size: 16px;
        line-height: 22px;
        padding-top: 0;
    }

    .virtual-tour {
        height: auto;
    }

    .achievement-contents h3 {
        max-width: 325px;
    }

}

@media (max-width: 320px) {
    .spirit-center h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .spirit-center p {
        font-size: 14px;
    }
}