h1, h2, h3 {
    font-family: 'Aeonik', sans-serif !important;
}

.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;
}

.recruiters-left h2 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
}

.recruiters-left p {
    color: #FFF;

    font-family: "DM Sans";
    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%;
}

.gems_section {
    padding: 80px 100px;
}

.feature-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px;

}

.feature-card {
    padding: 24px;
    text-align: center;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #D8F3F0;
    background: #F6F6F6;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffffff40, #ffffff00);
    opacity: 0;
    transition: .35s ease;
}

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

.feature-card:hover::before {
    opacity: 1;
}

.feature-card h2 {
    letter-spacing: 0;
    margin: 0;
    color: #002147;
    text-align: center;
    font-family: 'Aeonik', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 12px;
}

.feature-card p {
    margin: 0;
    color: #242424;
    text-align: left;
    font-family: 'DM Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.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: "DM Sans";
    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: "DM Sans";
    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: "DM Sans";
    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: #ffff;
    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: 44px;
    z-index: 11;
    position: absolute;
}

.announcement-left {
    background: #35C97A;
    text-transform: uppercase;
    padding: 18px 100px;
    position: relative;

    text-align: center;
    clip-path: polygon(0% 0, 100% 0%, 93% 100%, 0% 100%);
    z-index: 2;
    height: 46px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: Aeonik;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


.announcement-right {

    padding: 5px 37px 5px 28px;
    position: relative;
    white-space: nowrap;
    color: #FFF;
    font-family: "DM Sans";
    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 {
    right: 46px;
    display: flex;
    padding: 13.266px;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    position: absolute;
    bottom: 80px;
    z-index: 11;
    background: linear-gradient(-141deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(4px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.22), inset 0 1px 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(255, 255, 255, 0.08);
}

.virtual-tour::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
            -141deg,
            rgba(255, 255, 255, 0.35) 0%,
            rgba(255, 255, 255, 0.12) 30%,
            rgba(255, 255, 255, 0.02) 100%);
    border-radius: 16px;
    mix-blend-mode: screen;
    pointer-events: none;
    backdrop-filter: blur(4px);
    opacity: .25;
}

.banner-items .virtual-tour::after {
    content: "";
    position: absolute;
    inset: 0;

    backdrop-filter: blur(4px);
    opacity: .25;

    pointer-events: none;
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 rgba(0, 123, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 123, 255, 0.4);
    }
    100% {
        box-shadow: 0 0 0 rgba(0, 123, 255, 0.2);
    }
}

.video_icon {
    position: relative;
    display: flex;
    width: 127px;
    height: 118px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden; /* keeps effects clean */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.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;
}

.video_icon svg {
    position: absolute;
    z-index: 2;
    animation: pulsePlay 1.8s infinite ease-in-out;
    transform-origin: center;
}

@keyframes pulsePlay {
    0% {
        transform: scale(1);
        opacity: 1;
        filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
    }
    50% {
        transform: scale(1.2);
        opacity: 0.85;
        filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
    }
    100% {
        transform: scale(1);
        opacity: 1;
        filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
    }
}

.vitrual-text h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: 'Aeonik', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.vitrual-text p {
    padding-top: 4px;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    max-width: 217px;
}

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

.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: 10px 0px;
    overflow: hidden;
    z-index: 1;
    padding-left: 100px;
    top: 0;
    background: #F6F6F6;
}

.flash_text {
    color: #002147;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
}

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

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

.banner-items {
    overflow: hidden;
}

.side-notification-btn {
    position: absolute;
    height: 45px;
    display: flex;
    right: -74px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 9;
    color: #FFF ! Important;
    text-transform: uppercase;
    border-radius: 16px 16px 0 0;
    background: #2ECA7F;
    padding: 10px 16px;
    font-family: Aeonik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    gap: 8px;

}

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

#banner_slider {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.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-family: 'Aeonik', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 8px;
}

.centersh4 {
    color: #FFF;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

    /* Title medium */
    font-family: 'Aeonik', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 16px;


}

.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: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 2;
    pointer-events: none;
}

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

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

.split-char {
    opacity: 0.7;
    transform: translateY(40px);

}

.split-char.animate {
    animation: splitUp 1.6s ease forwards;
}

@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: 85vh;
    width: 100%;
}

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

.gallery-item {
    max-width: 100%;
}

.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: 196px;
    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: #2ECA7F;
    border-radius: 0px;
    overflow: hidden;
    padding: 12px;
}

.tab-btn {
    flex: 1 1 0%;
    padding: 0;
    background: var(--secondary);
    border: none;
    border-right: none;
    border-left: none;
    border-image: none;
    transition: 0.3s;
    margin: 0px;
    border-radius: 0;
    text-align: left;
    color: #FFF;
    font-family: Aeonik, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.tab-btn:hover {
    background: var(--secondary);
}

.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: "DM Sans";
    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: "DM Sans";
    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;
}

.split-char {
    opacity: 0;
    transform: translateY(0px) scale(0.95);

}

.split-char.animate {
    opacity: 1;
    transform: translateY(40px) scale(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: 196px;
    right: 12px;
    max-width: 538px;
    width: 100%;
    max-height: 650px;

    background: #fff;
    border-radius: 16px;

    transform: translateX(100%) scale(0.95);
    opacity: 0;

    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;

}

.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: 'Aeonik', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

.future-left p {
    color: #242424;
    font-family: "DM Sans";
    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: #002147;
    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: "DM Sans";
    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: 'Aeonik', 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: "DM Sans";
    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: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(3, 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: 16px;
    border: 2px solid #002147;
    color: #002147;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.graduation-filters .nav-pills .nav-link.active {
    border: 2px solid #2ECA7F;
    background: #D5F4E5;
}

.graduation-filters .nav-pills .nav-link:hover {
    border: 2px solid #2ECA7F;
    background: #D5F4E5;
}

.course-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 16px;
    background: #F6F6F6;
}

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

.course-card:hover .arrow-btn svg {
    stroke: #ffffff;
}

.facilities_cards:hover .arrow-btn {
    background: var(--secondary);
}

.facilities_cards:hover .arrow-btn svg {
    stroke: #ffffff;
}


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

.view_btn {
    display: flex;
    width: fit-content;
    height: 52px;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    font-family: "DM Sans";
    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: #002147;
}

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

.arrow-btn svg {
    width: 100%;
    height: 100%;
    stroke: #2ECA7F;
    transition: all 0.4s ease-in-out;
}

.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: #002147;
    margin-bottom: 24px;
    font-family: 'Aeonik', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}

#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);
    background: var(--secondary);
}

.event-card:hover .arrow-btn svg {
    stroke: #ffffff;
}

.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: "DM Sans";
    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: "DM Sans";
    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: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

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

.event-description {
    font-family: "DM Sans";
    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: "DM Sans";
    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: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #58646f;
    margin: 0;
}

/* ARROW */

.news_arrow {
    width: 31px;
    height: 31px;
    flex-shrink: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.news_card:hover .news_arrow {
    transform: translateX(5px);
    background: var(--secondary);
}

.news_card:hover .news_arrow svg path {
    fill: white;
}

.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: "DM Sans";
    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: block;
    text-decoration: none;
    color: inherit;
    padding: 24px;
}

.explore_des {
    font-family: "DM Sans";
    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: 'Aeonik', 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: 'Aeonik', 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: "DM Sans";
    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;
    white-space: nowrap;
}

.video-container iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.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: "DM Sans";
    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: "DM Sans";
    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;
}

.feature_card_svg_1 {
    position: absolute;
    right: 0;
    top: 0;
}

.feature_card_svg_2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.feature_card_svg_3 {
    position: absolute;
    right: 0;
    top: 0;
}

.feature_card_svg_4 {
    position: absolute;
    right: 15px;
    top: 0;
}

.campus_bg {
    bottom: 100px;
    position: absolute;
    z-index: 0;
    left: -25%;
    opacity: 0.4;
}

.eminent-alumni-section {
    overflow: hidden;
}

.eminent_bg {
    bottom: -35%;
    position: absolute;
    z-index: 0;
    left: -35px;
    opacity: 0.4;
    width: 35%;
}


.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: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}

.testimonial-subtext {
    color: #636363;
    font-family: "DM Sans";
    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: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #242424;
}

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

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


.admission-card-section {
    background: url(/web/image/191-f62fb773/Frame%202095587172.svg);
    position: relative;
    color: #fff;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}


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

.admission-text h2 {
    margin-bottom: 16px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    z-index: 1;
    position: relative;
}

.admission-text p {
    max-width: 695px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 24px;
    z-index: 1;
    position: relative;
}

.admission-image {
    position: absolute;
    top: auto;
    width: 335px;
    height: 410px;
    right: 255px;
    bottom: -62px;
    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;
}

.mobbanner {
    display: none;
}

.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;
    line-height: 64px;
    text-align: center;
    color: #002147;
    font-family: 'Aeonik', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.counter-suffix {
    color: #002147;
    font-family: 'Aeonik', sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-left: 2px;
}

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

.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: 443px;
    transition: opacity 1s ease;
    border-radius: 16px;
}

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

.achievement-content {
    padding: 24px;
    max-width: 419px;
}

.achievement-content h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
    color: #002147;
    height: 60px;
    overflow: hidden;
}

.achievement-slide::after {
    content: "";
    position: absolute;
    width: 419px;
    height: 1px;
    background: rgba(0, 33, 71, 0.30);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.achievement-content p {
    font-size: 16px;
    line-height: 26px;
    color: #002147;
    margin-bottom: 8px;
    overflow: hidden;
    color: #002147;
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.achievement-btn {
    color: #002147;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

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

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

@media (max-width: 1200px) {

    .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: 52px;
    }

    .campus_news_section {
        padding: 60px 25px;
    }

    .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;
    }

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

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

/* TABLET */

@media (max-width: 992px) {
    .centeres {
        width: 100%;
        margin: 0;
        padding: 0 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 {
        padding: 0px;
        bottom: 60px;
    }

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

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

    .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 {
        opacity: 1;
        height: 252px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        background: url(/gems_college/static/img/college_bg.jpg);
        border-radius: 16px;

    }

    .future-title {
        letter-spacing: -1px;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        padding-top: 88px;
    }

    .future-desc {
        margin-top: 12px;
        margin-bottom: 12px;
        text-align: center;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
    }

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

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

    .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%;
        text-align: center;
    }

    .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: 374px;
    }

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

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

@media (max-width: 600px) {
    .feature-grid {
        grid-template-columns:1fr;
        gap: 14px;
    }

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

    .campus_news_container {
        padding: 0 16px;
    }

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

    .feature-card {
        padding: 24px 16px;
        border-radius: 14px;
    }

    .feature-card h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

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

    .feature_card_svg_1 {
        right: -18px;
        top: -20px;
    }

    .feature_card_svg_2 {
        right: -16px;
    }

    feature_card_svg_3 svg {
        width: 75px;
        height: 73.717px;
    }

    .feature_card_svg_4 {
        top: -25px;
    }

    .feature_card_svg_4 svg {
        width: 115.608px;
        height: 111.005px;
    }


    .future-title {
        letter-spacing: -1px;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        padding-top: 88px;
    }

    .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;
        width: 100%;
        justify-content: center;
        margin-top: 0px;
        padding: 8px 16px;
        font-size: 14px;
        width: fit-content;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .feature-boxes {

        padding: 0 16px 40px;
    }

    .feature-item {
        border-radius: 18px;
        padding: 16px;
        align-items: center;
    }

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

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

    .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;
    }

    .announcement_head {
        bottom: 0;
        position: relative;
    }

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

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


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

    .feature-card {
        padding: 16px;
    }

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

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

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

    .centers_button {
        top: 71%;
    }

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

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

    .centers-text {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Aeonik', 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;
        padding: 0px;
        align-items: flex-start;
        gap: 16px;
        border-radius: 16px;
        background: linear-gradient(-141deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%));
        backdrop-filter: blur(2px);
        position: absolute;
        bottom: 83px;
        z-index: 11;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 24px;
        height: 103px;
        padding: 13px;
        align-items: center;
    }

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

    .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: 77px;
    }

    .side-notification-btn {
        right: -70px;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        top: 166px;
    }

    .centersh4 {
        line-height: 28px;
        margin: 0;
        padding-bottom: 0;
    }

    .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: normal;
    }

    .centers-text {
        color: #FFF;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        font-family: 'Aeonik', 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;
        padding: 0px;
        align-items: flex-start;
        gap: 16px;
        border-radius: 16px;
        background: linear-gradient(-141deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%));
        backdrop-filter: blur(2px);
        position: absolute;
        bottom: 83px;
        z-index: 11;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 24px;
        height: 103px;
        padding: 13px;
        align-items: center;
    }

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

    .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: 77px;
    }

    .side-notification-btn {
        right: -70px;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        top: 166px;
    }

    .centeres {
        top: auto;
        bottom: 103px;
    }

    .centersh4 {
        line-height: 28px;
        margin: 0;
        padding-bottom: 0;
    }

    .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 {
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        font-size: 32px;
        font-size: 32px;

    }

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

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

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

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

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

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

    .section_h2 {
        font-size: 32px;
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }

    #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: 32px;
        display: flex;
    }

    .ai-content p {
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;

    }

    .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.1;
        top: 0;
        right: 5px;
    }

    .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: 98%;
        min-width: 98%;
        margin-left: auto;
        margin-right: auto;
    }

    .slides-inner {
        justify-content: center;
    }

    .campus_news_left h2 {
        font-size: 32px;
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;

    }

    .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: 32px;
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;

    }

    .admission-text h2 {
        font-size: 32px;
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;

    }

    .admission-text p {
        font-size: 16px;

        line-height: 150%;
    }

    .eminent-left p {
        margin-bottom: 24px;
        line-height: 150%;
        max-width: 100%;

    }

    .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: 0px 16px;
    }


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

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

    .testimonial-card:last-child {
        margin-right: 16px;
    }

    .testimonial-card:first-child {
        margin-left: 16px;
    }

    .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;
    }

    .admission-image {
        width: 335px;
        position: absolute;
        top: auto;
        height: auto;
        right: auto;
        bottom: -56px;
        z-index: 0;
        opacity: 0.2;
        left: 50%;
        transform: translateX(-50%);
    }

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

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

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

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

    .facilities_cards img {
        width: 98%;
    }

    .facilities_cards-image {
        width: 98%;
    }

    .facilities_cards {
        width: 98%;

    }

    .future-btn {
        display: flex;
        font-weight: 400;
        width: 100%;
        margin-top: 0px;
        padding: 8px 16px;
        font-size: 16px;
        width: fit-content;
        height: auto;
        margin: 0;
        border: 2px solid transparent;
        line-height: 26px;
    }

    .graduation-filters .nav-pills {
        justify-content: flex-start;
    }

    .graduation-filters .nav-pills .nav-link {
        font-weight: 500;
        padding: 12px;
        gap: 0px;
        padding: 6px 10px;
        width: fit-content;
        min-width: 100%;
        text-align: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        line-height: normal;
    }

    .s_tabs_main .s_tabs_nav {
        padding-bottom: 24px !important;
    }

    .ai-view-btn {
        padding: 8px 16px;
        font-size: 14px;
        width: fit-content;
        height: auto;
        margin: 0;
        display: block;
    }

    .centeres .centersh4 {
        margin: 0;
        padding-bottom: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;

    }

    .centeres .centersh2 {

        font-size: 32px;
        line-height: 40px;
        width: 100%;
        text-align: center;
    }


    .centers-text {
        height: auto;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-align: center;

    }

    .banner-items #banner_slider {
        height: 80vh;
    }

    .mobbanner {
        display: block;
        height: 80vh;
        width: 100%;
        object-fit: cover;
    }

    .banner {
        display: none;
    }

    .side-notification-btn {
        top: 166px;
    }

    .campus_news_left p {
        line-height: 150%;
        max-width: 100%;

    }

    .explore_des {
        line-height: 150%;
        max-width: 100%;

    }

    .slides-container {
        padding-top: 0;
    }

    .guest-card {

        height: 306px;
    }

    .slides-inner .slide {
        width: 100%;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .slides-inner {
        justify-content: center;
    }

    .facilities_cards img {
        width: 98%;

    }

    .facilities_cards-image {
        width: 100%;
    }

    .facilities_cards {
        width: 100%;

    }

    .testimonial-card {
        margin-right: 0;
    }

    .testimonial-card:last-item {
        margin-right: 16px;
    }

    .testimonial-card:first-item {
        margin-left: 16px;
    }

    .eminent_bg {
        display: none;
    }

    .campus_bg {
        display: none;
    }

    .gems-slider-track {
        gap: 0px !Important;
    }

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

    .achievement-slide {
        width: 100%;
    }

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

    .counter-number {
        height: 32px;
        line-height: 32px;
        justify-content: flex-start;
    }

    .digit-container {
        height: 32px;
        width: auto;
    }

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

    .counter-suffix {
        line-height: 40px;
        font-size: 32px;
    }

    .achievement-track {
        height: 418px;
    }

    .youtube_box {
        width: 300px;
        height: 250px;
    }

    .facilities_cards img {
        width: 100%;
    }

    #shorts_container {
        padding-top: 0;
        padding-bottom: 40px ! IMPORTANT;
    }
}

@media (max-width: 480px) {
    .announcement-left,
    .announcement-right {

        padding: 16px;
        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;
        padding: 12px;
        gap: 0px;
        padding: 12px 75px;
        width: 280px;
        min-width: 100%;
        text-align: center;
        justify-content: center;
    }

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

    .future-btn {
        font-weight: 400;
        width: 100%;
        margin-top: 0px;
        padding: 8px 16px;
        font-size: 16px;
        width: fit-content;
        height: auto;
        margin: 0;
        border: 2px solid transparent;
        line-height: 26px;
    }

    .graduation-filters .nav-pills {
        justify-content: flex-start;
    }

    .graduation-filters .nav-pills .nav-link {
        font-weight: 500;
        padding: 12px;
        gap: 0px;
        padding: 6px 10px;
        width: fit-content;
        min-width: 100%;
        text-align: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        line-height: normal;
    }

    .s_tabs_main .s_tabs_nav {
        padding-bottom: 24px !important;
    }

    .ai-view-btn {
        padding: 8px 16px;
        font-size: 14px;
        width: fit-content;
        height: auto;
    }

    .centeres .centersh4 {
        margin: 0;
        padding-bottom: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-align: center;

    }

    .centeres .centersh2 {

        font-size: 32px;
        line-height: 40px;
        width: 100%;
    }

    .centers-text {
        height: auto;
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;

    }

    .banner-items #banner_slider {
        height: 80vh;
    }

    .mobbanner {
        display: block;
        height: 80vh;
        width: 100%;
        object-fit: cover;
    }

    .banner {
        display: none;
    }

    .side-notification-btn {
        top: 166px;
    }
}

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

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

@media (max-width: 360px) {
    .centeres .centersh2 {
        font-size: 20px;
        line-height: 28px;
    }

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

@media (max-width: 330px) {
    .virtual-tour {
        width: 95%;
    }
}
