.banner {
    object-fit: cover;
    height: 80vh;
    position: relative;
}

.bottombar {
    width: 100%;
}

.announcement-section {
    display: flex;
    background: var(--primary);
    overflow: hidden;
    height: 54px;
}

.announcement-head {
    color: #FFF;
    font-family: Poppins;
    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: 15px 0px;
    overflow: hidden;
    z-index: 1;
    padding-left: 16px;
}

.flash_text {
    color: #FFF !Important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.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: 52px;
    display: flex;
    right: -61px;
    align-items: center;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    padding: 8px 16px;
    border-radius: 0;
    z-index: 9;
    color: #FFF !Important;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    background: linear-gradient(273deg, #0041BC -3.39%, #011C50 109.71%);
}

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

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

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

.slide.active {
    opacity: 1;
}

.next-indicator {
    position: absolute;
    right: 100px;
    bottom: 20px;
    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: Poppins;
    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: Poppins;
    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;
    font-family: "Archivo Black", sans-serif;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.centersh4 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.33);
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;


}

.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(180deg, rgba(17, 108, 248, 0.00) 0%, rgba(19, 41, 88, 0.34) 100%);
    z-index: 2;
    pointer-events: none;
}

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

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

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

}

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

@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: 51px;
    right: 0;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    border-radius: 0;
    max-width: 554px;
    width: 100%;
    max-height: 88%;
    box-shadow: none;
    z-index: 1031 !IMPORTANT;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    border: none;
    height: 100%;
}

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

.notification_modal .tab-navigation {
    display: flex;
    background: transparent;
    border-radius: 0px;
    overflow: hidden;
    padding: 16px;
}

.tab-btn {
    flex: 1 1 0%;
    padding: 12px;
    background: var(--primary);
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    transition: 0.3s;
    margin: 0px;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.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 16px;
    max-height: calc(-80px + 85vh);
    overflow: hidden auto;
    background: white;
}

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

.notification_modal .tab-content {
    max-height: calc(-80px + 85vh);
    overflow: auto;
    padding: 0rem 0px !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 16px;
    margin-bottom: 16px;
    border-left: 0px;
    transition: 0.3s;
    border-radius: 0;
    background: #E9F0FF;
}

.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: rgb(15, 23, 42);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.item-desc {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    color: #4B5262;
    height: 52px;
    font-family: Poppins;
    font-weight: 400;
}

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

.notification_modal .tab-content::-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;
}

.asmabi_container {
    padding: 0px 100px;
}

.asmabi-section {
    background: white;
    padding: 50px 00px;
    font-family: "Inter", sans-serif;
}

.impact-container {
    max-width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
}

/* LEFT */

.impact-left {
    flex: 1;
}

.impact-title {
    font-family: "Archivo Black";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(281deg, #B60024 27.48%, #011C50 120.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.impact-text {
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    margin: 0;
    padding: 40px 0;
}

.impact-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #b60024;
    padding: 10px 18px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.impact-btn span {
    color: #b60024;
}

.impact-btn:hover {
    background: #b60024;
    color: #fff;
}

/* RIGHT STATS */

.impact-right {
    flex: 1;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 40px;
    position: relative;
}

.impact-right::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(90deg, #B60024 0%, #011C50 100%);
}

.impact-right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #B60024 0%, #011C50 100%);
}

.impact-stat {
    text-align: center;
    padding: 24px;
}

.impact-stat h3 {
    margin-bottom: 8px;
    color: #262626;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.impact-stat p {
    color: #2B2B2B;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

#detail_btn {

    width: fit-content;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #011C50 0%, #B60024 100%) border-box;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    z-index: 9;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    position: relative;
    color: var(--primary) ! Important;
}

#detail_btn:hover .admission-arrow svg path {
    stroke: white !Important;
}

#detail_btn:hover {
    background: #011C50;
    border: 2px solid transparent;
    box-shadow: none;
    color: #FFF !Important;

}

#detail_btn:hover .admission-arrow {
    background: var(--secondary);
    box-shadow: 0 1px 2px rgba(10, 13, 18, .05);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

#detail_btn .admission-arrow {
    background: transparent;
}

#all_btn {
    width: fit-content;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #011C50 0%, #B60024 100%) border-box;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    z-index: 9;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    position: relative;
    color: var(--primary) ! Important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#all_btn:hover .admission-arrow {
    background: var(--secondary);
    box-shadow: 0 1px 2px rgba(10, 13, 18, .05);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

#all_btn .admission-arrow {
    background: transparent;
}

#all_btn:hover {
    background: #011C50;
    border: 2px solid transparent;
    box-shadow: none;
    color: #FFF !Important;

}

#all_btn:hover .admission-arrow svg path {
    stroke: white !Important;
}

.main-tabs, .sub-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.main-tabs .nav-link {
    border: 1.5px solid var(--primary);
    background: transparent;
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 999px;
    color: #011C50;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.main-tabs .nav-link.active {
    background: var(--secondary) !important;
    color: #fff;
    border: 1.5px solid var(--secondary);
}

.main-tabs .nav-link:hover {
    background: var(--secondary) !important;
    color: #fff;
    border: 1.5px solid var(--secondary);
}

.closed_butn {
    display: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    width: auto;
    max-width: 75%;
    overflow: hidden;
    position: relative;
    height: 500px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 111;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
    border: none;
}

.popup-close:hover {
    background: #FFF;
}

.popup-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.popup-left {
    width: 50%;
    height: 100%;
    display: flex;
    background-image: url(/mes_asmabi/static/img/bg-popup.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-left-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.popup-left h2 {
    font-size: 45px;
    padding-bottom: 24px;
}

.popup-left .text-popup {
    color: #262626;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    padding-bottom: 40px;
}

.popup-buttons {
    margin-top: 0;
    display: flex;
    gap: 16px;
}

.popup-contact {
    margin: 0;
    margin-top: auto;
    color: #7A7A7A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.popup-contact strong {
    color: #262626;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 4px;
    display: block;
}

.popup-right {

    width: 50%;
    height: 100%;
}

.popup-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Explore Programmes*/

course-section {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

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

.course-card {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.course-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.course-card:hover img {
    transform: scale(1.08);
}

.course-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Archivo";
    line-height: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

/* Research Departments*/
.research-slider {
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0;

}

.research-section {
    display: flex;
    gap: 16px;
}

.research-card {
    min-width: 434px;
    flex-shrink: 0;
}

.research-card {
    background: #fff;
    overflow: hidden;
}

.research-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

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

.research-content {
    padding: 16px 0;
}

.research-content h3 {
    color: #262626;
    font-family: Archivo;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.research-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #011C50;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.research-card:hover .research-img img {
    scale: 1.04;
}

.research-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 32px;
    border: 2px solid var(--secondary);
    box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.research-link .research-arrow {
    transition: all 0.4s ease-in-out;
}

.research-card:hover .research-link .research-arrow {
    transform: rotate(45deg);
}

/* Campus News*/

.lecture-slider {
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
}

.lecture-track {
    display: flex;
    gap: 16px
}

.lecture-card {
    min-width: calc(33.33% - 10.7px);
    padding: 24px;
    background: transparent;
}

.lecture-card h3 {
    margin-bottom: 24px;
    color: #262626;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    padding-top: 16px;

}

.lecture-card p {
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    height: 38px;
    max-height: 38px;
    overflow: hidden;
}

.lecture-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 4px 0;
    gap: 8px;
    color: #FF0032;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s ease-in-out;
}

.lecture-link:hover {
    color: #FF0032;
}

.lecture-link svg {
    transition: all 0.3s ease-in-out;
}

.lecture-link:hover svg {
    transform: rotate(45deg);
}

/* Events */

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

.event-card {
    background: white;
    overflow: hidden;
}

.event-content {
    padding: 24px;
}

.lecture-card-img {
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.lecture-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-title {
    margin-bottom: 8px;
    color: #262626;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    height: 102px;
    max-height: 102px;
    overflow: hidden;
    margin-bottom: 30px;
}

.event-date {
    display: flex;
    gap: 23px;
    align-items: center;
}

.day {
    color: #262626;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}

.meta {
    color: #262626;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event-image {
    position: relative;
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease-in-out;
}

.event-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #EBF2FF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid #EBF2FF;
    background: var(--primary);
}

.event-card:hover .event-image img {
    scale: 1.04;
    filter: hue-rotate(12deg);
}

/* Life At Asmabi */

.life-section {
    background: linear-gradient(116deg, #011C50 33.47%, #0240B6 130.32%);
    padding: 50px 0px;
    color: white;
}

.life-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.bg2_h2 {
    color: #FFF;
    font-family: "Archivo Black";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.life-header p {
    color: #FFF;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 779px;
    margin: 0;
    padding-top: 24px;
}

.view-all {
    border: 1px solid #fff;
    padding: 10px 16px;
    text-decoration: none;
    color: white;

}

.life-slider {
    overflow: hidden;
}

.life-track {
    display: flex;
}

.life-card {
    position: relative;
    min-width: 434px;
    overflow: hidden;
    width: 434px;
    height: 394px;
    margin-right: 16px;
}

.life-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-card span {
    color: #FFF;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.life-card .life-card-content p {
    margin: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 12px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.life-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    transition: all 0.4s ease-in-out;
    transform: translateY(45px);
}

.life-card::before {
    content: "";
    position: absolute;
    background: rgba(182, 0, 36, 0.50);
    border-radius: 0 800px 0 0;
    padding: 45px;
    width: 100%;
    bottom: 0;
    transition: all 0.4s ease-in-out;
}

.life-card:hover .life-card-content {
    transform: translateY(0px);
}

.life-card:hover::before {
    padding: 355px 45px 45px;
}

.life-card:hover .life-card-content p {
    opacity: 1;
}

#life_btn {
    width: fit-content;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #011C50 0%, #B60024 100%) border-box;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    z-index: 9;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: none;
    display: flex;
    height: auto;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    position: relative;
    color: var(--primary) ! Important;
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(0%);
}

#life_btn:hover .admission-arrow {
    background: var(--secondary);
    box-shadow: 0 1px 2px rgba(10, 13, 18, .05);
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

#life_btn .admission-arrow {
    background: transparent;
}

#life_btn:hover {
    background: #011C50;
    border: 2px solid transparent;
    box-shadow: none;
    color: #FFF !Important;
}

#life_btn:hover .admission-arrow svg path {
    stroke: white !Important;
}

/* Facilities Cards*/

.facility-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    padding-top: 40px;
}

.facility-card {
    position: relative;
    overflow: hidden;
    height: 235px;
    width: 100%;
}

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

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

.facility-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    font-size: 20px;
    font-family: 'Archivo';
    font-weight: 500;
    line-height: 24px;
}

.facility-overlay .arrow {
    font-size: 16px;
    transition: all 0.4s ease-in-out;
}

.facility-card:hover .facility-overlay .arrow {
    font-size: 16px;
    transform: rotate(45deg);
}

/* Esteemed Ranking */

.rankings-section {
    background: var(--primary);
    padding: 50px 0px;
}

.rankings-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 40px;
    padding-top: 40px;
}

.ranking-card {
    background: #fff;
    height: 100%;
    padding: 24px 40px 24px 24px;
}

.ranking-logo {
    margin-bottom: 32px;
    width: 111px;
    height: 86px;
    padding: 0;
    object-fit: cover;
}

.ranking-card h3 {
    color: #262626;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 24px;
}

.ranking-card p {
    color: #2B2B2B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    max-height: 192px;
    height: 100%;
    overflow: hidden;
}

.ranking-card {
    transition: all .3s ease-in-out;
}

.ranking-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Awards */

.awards {
    display: flex;
    gap: 0px;
    padding-top: 40px;
}

.award_card {
    width: 434px;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
    margin-right: 16px;
}

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

.award_card img {
    width: 100%;
    height: 287px;
    object-fit: cover;
}

.award_card .card-content {
    border-top: 3px solid #B60024;
    background: #FFF6F6;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    align-self: stretch;
    height: 239px;
    overflow: hidden;
}

.award_card h3 {
    color: #262626;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: 24px;
}

.award_card p {
    overflow: hidden;
    color: #2B2B2B;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: capitalize;
}

.award_card a {
    color: #FF0032;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    padding: 4px 0;
    align-items: center;
    gap: 8px;
}

.award_card a svg {
    transition: all 0.4s ease-in-out;
}

.award_card a:hover svg {
    transform: rotate(45deg);
}

/*Footer */
.rights {
    display: flex;
    color: #FFF !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
    display: flex;
    gap: 5px;
}

.footer {
    background: #011C50;
    color: #B5CEFF;
    z-index: 1000;
    position: relative;
}

.footer-container {
    padding: 70px 100px 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 24px;
}

.column1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Logo + Title */
.footer-logo {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.footer-logo img {
    width: 79px;
    height: 95px;
}

.footer-title {
    margin-bottom: 12px;
    color: #FFF;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.footer-sub {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.32px;
}

/* Headings */
.footer h3 {
    color: #FFF;
    font-family: Archivo;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}

/* Links */
.footer .footlinks a {
    display: block;
    text-decoration: none ! IMPORTANT;
    color: #B5CEFF !important;

    margin-bottom: 10px;
    transition: 0.3s;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer .footlinks a:hover {
    color: #fff;
}

/* Address */
.footer p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
}

/* Social Icons */
.social {
    margin-top: 0px;
}

.social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #cbd5e1;
}

.social a:hover {
    color: #fff;
}

/* Bottom Bar */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 100px;
    width: 100%;
}

.footer-bottom .rights a {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Testimonial */
.testimonial-section {
    display: flex;
    gap: 40px;
    padding: 50px 100px;
}

/* RIGHT SIDE (Scrollable) */

/* Scrollbar styling */
.right-panel::-webkit-scrollbar {
    width: 6px;
}

.right-panel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Vertical line */
.testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5px;
    height: 100%;
    background: linear-gradient(#B60024, #011C50);
}

/* Image */
.testimonial img {
    width: 155px;
    height: 155px;
    border: 1px solid #FFF;
    object-fit: cover;
}

/* Content */
.testimonial-content {
    flex: 1;
}

.testimonial-content p {
    color: #4B5262;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.testimonial-content h4 {
    overflow: hidden;
    color: #0F172A;
    text-overflow: ellipsis;
    font-family: "Archivo";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 24px 0 0px;
    line-height: 32px;
}

.testimonial-content span {
    overflow: hidden;
    color: #4B5262;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* LEFT SIDE (Sticky) */
.left-panel {
    flex: 1;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

/* RIGHT - NO SCROLL */
.right-panel {
    flex: 2;
}

/* Items */
.testimonial {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
    padding: 24px;
    position: relative;
}

/* Career Admission */

.cta-section {
    background: url(/mes_asmabi/static/img/career-bg.png);
    position: relative;
    color: #fff;
    background-size: cover;
}


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

.cta-text h2 {
    margin-bottom: 0;
    color: #FFF;
    font-family: "Archivo Black";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* BUTTON */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid #fff;
    background: #fff;
    color: #0b2a5b;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn:hover {
    background: transparent;
    color: #fff;
}

.cta-image {
    position: absolute;
    top: auto;
    width: 286px;
    height: 409px;
    right: 100px;
    bottom: -56px;
    z-index: 1;
}

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

/* Responsive Styles */

@media (max-width: 1300px) {
    .popup-box {
        max-width: 90%;
    }
}

@media (max-width: 1024px) {
    .popup-left-content {
        padding: 20px;
    }

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

    .popup-buttons .admission-open {
        display: flex;
    }

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

    .ranking-title {
        font-size: 36px;
    }

}

@media (max-width: 992px) {
    .club_row {
        flex-direction: column-reverse;
    }

    #side_section {
        width: 75%;
        margin: auto;
    }

    .club_row .col-12 {
        margin: auto;
    }

    .naac_link {

        margin: auto;
    }

    .closed_butn {
        color: var(--primary);
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border: none !important;
        background: white;
        padding: 4px 0;
        box-shadow: none;
        outline: none;
        display: block;
        margin-top: 5px;
        width: 100%;
        padding-bottom: 20px;
    }

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

    .centersh2 {
        font-size: 22px;
    }

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

    .side-notification-btn {
        display: none;
    }

    .centers_button {
        top: 68%;
    }

    .notification_modal .modal-content {
        top: 0;
        width: 100%;
        left: 0%;
        right: auto;
    }

    .notification_modal .tab-navigation {
        padding: 16px 16px 0px;
    }

    .tab-btn {
        padding: 8.5px;
    }

    .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(#fff, #fff) padding-box, linear-gradient(90deg, #011C50 0%, #B60024 100%) border-box;
        color: #FFF;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.18px;
        text-transform: uppercase;
        z-index: 9;
        border-radius: 4px;
        border: 2px solid transparent;
        box-shadow: none;
        display: flex;
        height: auto;
        padding: 8px 16px;
        align-items: center;
        gap: 10px;
        position: absolute;
        color: var(--primary) ! Important;
    }

    .announcement-head {
        display: none;
    }

    .announcement-text {
        padding-left: 16px;
    }

    .flash_text {
        height: 24px;
        overflow: hidden;
        font-size: 14px;
    }

    .impact-container {
        flex-direction: column;
        gap: 0px;
    }

    .impact-text {
        text-align: justify;
        padding: 10px;
        line-height: 28px;
        width: 100%;
        word-break: break-all;
    }

    .impact-right::before,
    .impact-right::after {
        display: none;
    }

    .impact-right {
        gap: 10px;
    }

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

    .asmabi_container {
        padding: 0px 16px;
    }

    .impact-section {
        padding: 24px 0px;
    }

    .impact-title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

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

    .popup-content {
        flex-direction: column;
    }

    .popup-left,
    .popup-right {
        width: 100%;
    }

    .popup-left {
        padding: 16px;
        width: 100%;
    }

    .popup-left .text-popup {
        padding-bottom: 20px;
        margin: 0;
        color: #2a2a2ae6;
        font-weight: 500;
    }

    .popup-buttons .admission-open {
        display: flex;
        margin: 0;
    }

    .popup-contact strong {
        margin-top: 12px;
        font-weight: 600;
        font-size: 16px;

    }

    .popup-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .popup-contact {
        padding: 16px 0;
        text-align: center;
    }

    .popup-box {
        height: 400px;
    }

    .popup-left-content {
        padding: 0;
        width: 100%;
    }

    .popup-left h2 {
        font-size: 28px;
        line-height: normal;
    }

    .popup-right {
        display: none;
    }

    .popup-close {
        position: relative;
        top: 0;
        right: auto;
        background: rgb(255 255 255);
        margin-left: auto;
    }


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

    .lecture-card {
        min-width: 50%;
    }

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

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

    .bg2_h2 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    #all_btn {
        position: relative;
        transform: none;
        top: auto;
    }

    #life_btn {
        position: relative;
        top: auto;
    }

    .life-header p {
        text-align: justify;
        padding: 10px;
        line-height: 28px;
        width: 100%;
        word-break: break-all;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
    }

    .life-header {
        position: relative;
        flex-direction: column;
    }

    .awards {
        display: flex;
        gap: 16px;
        padding-top: 16px;
        flex-wrap: wrap;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
        padding: 45px 20px 16px;
        gap: 12px;
    }

    .column1 {
        padding-bottom: 16px;
        gap: 16px;
    }

    .footer h3 {
        margin-bottom: 16px;
    }

    .footer p {
        margin-bottom: 8px;
    }

    .footer .footlinks a {
        margin-bottom: 8px;

    }

    .footer-bottom .rights a {
        line-height: normal;
    }

    .rights {
        flex-wrap: wrap;
        justify-content: center;
        line-height: normal;

    }

    .footer-title {
        margin-bottom: 0px;
        line-height: normal;
    }

    .testimonial-section {
        flex-direction: column;
        padding: 0px 16px;
    }

    .left-panel {
        position: static;
        width: 100%;
    }

    .left-panel .impact-title {
        padding: 0 !important;
    }

    .right-panel {
        max-height: none;
    }

    .testimonial {
        flex-direction: column;
        padding: 16px;
        gap: 16px;
    }

    .cta-container {
        padding: 50px 16px;
    }

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

    .cta-text h2 {
        font-size: 24px;
        z-index: 2;
        position: relative;

    }

    .impact-title {
        width: 100%;
    }

    .award_card {
        width: 100%;
        margin-right: 0;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 16px 0px;
        width: 100%;
    }
}

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

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

    .course-card {
        height: 200px;
    }

    .impact-right {
        grid-template-columns: 1fr;
    }

    .research-section {
        grid-template-columns:1fr;
    }

    .research-img img {
        height: 200px;
    }


    .lecture-card {
        min-width: 100%;
    }

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

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

    .rankings-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .ranking-title {
        font-size: 36px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        padding: 45px 16px 16px;
        gap: 12px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 16px;
    }

}

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