:root {
            --uni-green: #0d6638;
            --sumait-green: #00462f;
            --sumait-green-dark: #003322;
            --sumait-gold: #f6b51d;
            --sumait-text: #0b1b2b;
            --sumait-muted: #64748b;
            --sumait-border: #e5e7eb;
            --sumait-bg: #f8fafc;
            --uni-white: #ffffff;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            background: var(--sumait-bg);
            color: var(--sumait-text);
            font-family: Arial, Helvetica, sans-serif;
        }

        a {
            text-decoration: none;
        }

        .container-main {
            width: min(1320px, 92%);
            margin: auto;
        }

        /*
        |--------------------------------------------------------------------------
        | TOPBAR
        |--------------------------------------------------------------------------
        */

        .topbar {
            width: 100%;
            background: var(--uni-green);
            color: #ffffff;
            border-bottom: 1px solid rgba(255, 255, 255, .12);
            font-size: .95rem;
        }

        .topbar .nav {
            flex-wrap: nowrap;
            white-space: nowrap;
        }

        .topbar .nav-link {
            display: inline-flex;
            align-items: center;
            gap: .35rem;
            padding: .35rem .6rem;
            color: #ffffff !important;
            font-weight: 600;
        }

        .topbar .nav-link:hover {
            color: #f1f5f9 !important;
            background: rgba(255, 255, 255, .12);
            border-radius: 4px;
        }

        .topbar .nav-item + .nav-item .nav-link::before {
            content: "|";
            color: rgba(255, 255, 255, .65);
            margin: 0 .5rem 0 .25rem;
        }

        .topbar .bi {
            color: #ffffff !important;
            font-size: 1rem;
        }

        @media (max-width: 768px) {
            .topbar .container-fluid {
                overflow-x: auto;
            }
        }

        /*
        |--------------------------------------------------------------------------
        | LOGO HEADER
        |--------------------------------------------------------------------------
        */

        header.udsm-style {
            position: relative;
            overflow: hidden;
            padding: 1.6rem 0 1.8rem;
            background: #ffffff;
            text-align: center;
        }

        header.udsm-style .crest {
            display: block;
            height: 105px;
            max-width: 230px;
            object-fit: contain;
        }

        header.udsm-style .directaid-crest {
            display: block;
            height: 100px;
            max-width: 270px;
            object-fit: contain;
        }

        header.udsm-style .country {
            color: #4b5563;
            font-size: .9rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        header.udsm-style .university {
            margin: .25rem 0 0;
            color: #0c0d0d;
            font-size: 1.75rem;
            font-weight: 900;
            letter-spacing: .04em;
            text-transform: uppercase;
        }

        .moto {
            margin-top: .2rem;
            color: var(--uni-green);
            font-style: italic;
            font-weight: 700;
            letter-spacing: .03em;
        }

        .moto--skew {
            display: inline-block;
            transform: skewX(-12deg);
        }

        /*
        |--------------------------------------------------------------------------
        | MAIN NAVIGATION
        |--------------------------------------------------------------------------
        */

        #header-sticky {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: var(--uni-green) !important;
            color: #ffffff !important;
            box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
        }

        #header-sticky .navbar {
            padding: 0;
        }

        #header-sticky .main-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #header-sticky .main-menu > ul {
            display: flex;
            align-items: center;
            gap: 0;
        }

        #header-sticky .main-menu > ul > li {
            position: relative;
        }

        #header-sticky .main-menu a {
            display: block;
            padding: 18px 15px;
            color: #ffffff !important;
            border-bottom: 0 !important;
            box-shadow: none !important;
            font-style: normal;
            font-weight: 700;
            text-decoration: none !important;
            white-space: nowrap;
        }

        #header-sticky .main-menu a:hover,
        #header-sticky .main-menu li:hover > a {
            background: rgba(255, 255, 255, .12);
            color: #ffffff !important;
            border-radius: .25rem;
        }

        #header-sticky .main-menu > ul > li > a::after,
        #header-sticky .main-menu .submenu li > a::after {
            content: none !important;
        }

        .submenu,
        .submenu-level2 {
            position: absolute;
            z-index: 2000;
            min-width: 270px;
            padding: .35rem 0 !important;
            background: var(--uni-green) !important;
            border: 1px solid rgba(255, 255, 255, .15);
            border-radius: .4rem;
            box-shadow: 0 18px 40px rgba(0, 0, 0, .22);
            opacity: 0;
            visibility: hidden;
            transition: .2s;
        }

        .submenu {
            top: 100%;
            left: 0;
            transform: translateY(10px);
        }

        .submenu-level2 {
            top: 0;
            left: 100%;
            transform: translateX(10px);
        }

        .main-menu li:hover > .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .submenu li {
            position: relative;
        }

        .submenu li:hover > .submenu-level2 {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        #header-sticky .submenu a,
        #header-sticky .submenu-level2 a {
            padding: 11px 16px;
            color: #ffffff !important;
            font-size: 14px;
        }

        .submenu-arrow {
            float: right;
            margin-left: 12px;
        }

        .header-search {
            position: relative;
            width: 210px;
        }

        .header-search input {
            width: 100%;
            height: 40px;
            padding: 0 42px 0 14px;
            border: 0;
            border-radius: 30px;
            outline: none;
        }

        .header-search button {
            position: absolute;
            top: 5px;
            right: 6px;
            width: 30px;
            height: 30px;
            background: var(--sumait-gold);
            color: #102033;
            border: 0;
            border-radius: 50%;
        }

        .hamburger-btn {
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            gap: 5px;
            width: 42px;
            height: 38px;
            padding: 0 9px;
            background: transparent;
            border: 1px solid rgba(255, 255, 255, .35);
            border-radius: 6px;
        }

        .hamburger-btn span {
            display: block;
            height: 2px;
            background: #ffffff;
        }

        .mobile-menu,
        .mobile-menu ul {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .mobile-menu > li {
            padding: 10px 0;
            border-bottom: 1px solid #eeeeee;
        }

        .mobile-menu a {
            display: block;
            color: #000000;
            font-weight: 700;
            text-decoration: none;
        }

        .mobile-menu ul {
            margin-top: 8px;
            padding-left: 18px;
        }

        .mobile-menu ul li {
            padding: 5px 0;
        }

        .mobile-menu ul a {
            color: #444444;
            font-size: .95em;
            font-weight: 500;
        }

        .mobile-menu a:hover {
            color: var(--uni-green);
        }

        /*
        |--------------------------------------------------------------------------
        | HERO SLIDER
        |--------------------------------------------------------------------------
        */

        .hero-carousel .carousel-item {
            position: relative;
            min-height: 560px;
            overflow: hidden;
            background: #003322;
        }

        .hero-bg-image {
            position: absolute;
            inset: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: blur(22px);
            opacity: .42;
            transform: scale(1.12);
        }

        .hero-carousel .carousel-item::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 2;
            background: linear-gradient(
                90deg,
                rgba(0, 52, 35, .96) 0%,
                rgba(0, 52, 35, .78) 38%,
                rgba(0, 52, 35, .38) 70%,
                rgba(0, 0, 0, .32) 100%
            );
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 4;
            display: flex;
            align-items: center;
            min-height: 560px;
            padding: 42px 0;
        }

        .hero-layout {
            display: grid;
            grid-template-columns:
                minmax(390px, .85fr)
                minmax(500px, 1.15fr);
            align-items: center;
            gap: 46px;
            width: 100%;
        }

        .hero-caption-box {
            width: 100%;
            max-width: 610px;
            padding: 32px 36px;
            background: rgba(0, 52, 35, .90);
            border-left: 7px solid var(--sumait-gold);
            border-radius: 18px;
            box-shadow: 0 22px 50px rgba(0, 0, 0, .30);
            backdrop-filter: blur(8px);
        }

        .hero-image-frame {
            display: flex;
            align-items: center;
            justify-content: center;
            justify-self: end;
            width: 100%;
            max-width: 790px;
            height: 440px;
            padding: 0;
            overflow: hidden;
            background: rgba(255, 255, 255, .12);
            border: 5px solid rgba(255, 255, 255, .26);
            border-radius: 18px;
            box-shadow: 0 22px 50px rgba(0, 0, 0, .30);
        }

        .hero-main-image {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            border-radius: 12px;
        }

        .hero-image-frame.poster {
            justify-self: center;
            max-width: 430px;
            height: 500px;
            padding: 8px;
            background: rgba(255, 255, 255, .18);
        }

        .hero-image-frame.poster .hero-main-image {
            background: rgba(255, 255, 255, .08);
            object-fit: contain;
        }

        .hero-title {
            margin-bottom: 16px;
            color: #ffffff;
            font-size: clamp(34px, 3.9vw, 62px);
            font-weight: 900;
            line-height: 1.05;
        }

        .hero-subtitle {
            margin-bottom: 0;
            color: #f1f5f9;
            font-size: 19px;
            line-height: 1.55;
        }

        .btn-sumait-gold {
            padding: 13px 24px;
            background: var(--sumait-gold);
            color: #102033;
            border: none;
            border-radius: 10px;
            font-weight: 900;
        }

        .btn-sumait-gold:hover {
            background: #e6a60f;
            color: #102033;
        }

        .btn-sumait-outline {
            padding: 12px 24px;
            color: #ffffff;
            border: 1px solid var(--sumait-gold);
            border-radius: 10px;
            font-weight: 900;
        }

        .btn-sumait-outline:hover {
            background: var(--sumait-gold);
            color: #102033;
        }

        .watch-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff;
            font-weight: 900;
        }

        .watch-btn:hover {
            color: var(--sumait-gold);
        }

        .play-small {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            color: var(--sumait-gold);
            border: 3px solid var(--sumait-gold);
            border-radius: 50%;
        }

        .carousel-control-prev,
        .carousel-control-next {
            z-index: 6;
            width: 5%;
        }

        .carousel-indicators {
            z-index: 7;
        }

        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 50%;
            opacity: 1;
        }

        .carousel-indicators .active {
            background-color: var(--sumait-gold);
        }

        /*
        |--------------------------------------------------------------------------
        | STATISTICS
        |--------------------------------------------------------------------------
        */

        .stats-wrapper {
            position: relative;
            z-index: 20;
            margin-top: -25px;
        }

        .stats-bar {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            overflow: hidden;
            background: linear-gradient(
                135deg,
                #00462f,
                #006b49
            );
            color: #ffffff;
            border-radius: 14px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 24px 20px;
            border-right: 1px solid rgba(255, 255, 255, .18);
        }

        .stat-item:last-child {
            border-right: none;
        }

        .stat-item i {
            color: var(--sumait-gold);
            font-size: 36px;
        }

        .stat-number {
            font-size: 30px;
            font-weight: 900;
            line-height: 1;
        }

        .stat-label {
            margin-top: 4px;
            font-size: 13px;
            line-height: 1.3;
        }

        /*
        |--------------------------------------------------------------------------
        | GENERAL CARDS
        |--------------------------------------------------------------------------
        */

        .card-box {
            height: 100%;
            padding: 20px;
            background: #ffffff;
            border: 1px solid var(--sumait-border);
            border-radius: 14px;
            box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
        }

        .card-title-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 18px;
        }

        .card-title-main {
            margin: 0;
            color: var(--sumait-text);
            font-size: 20px;
            font-weight: 900;
        }

        .view-link {
            color: var(--sumait-green);
            font-size: 13px;
            font-weight: 900;
            white-space: nowrap;
        }

        .calendar-month {
            margin-bottom: 12px;
            font-weight: 900;
            text-align: center;
        }

        .calendar-days,
        .calendar-dates {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
            font-size: 13px;
            text-align: center;
        }

        .calendar-days {
            margin-bottom: 8px;
            font-weight: 900;
        }

        .calendar-dates span {
            padding: 7px 0;
            border-radius: 8px;
        }

        .calendar-dates span.empty-date {
            visibility: hidden;
        }

        .calendar-dates span.active-date {
            background: var(--sumait-green);
            color: #ffffff;
            font-weight: 900;
        }

        .list-item {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 15px 0;
            border-top: 1px solid var(--sumait-border);
        }

        .date-badge {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 58px;
            height: 64px;
            background: #f1faf5;
            color: var(--sumait-green);
            border-radius: 10px;
            font-weight: 900;
        }

        .date-badge .day {
            font-size: 24px;
            line-height: 1;
        }

        .date-badge .month {
            margin-top: 3px;
            font-size: 12px;
        }

        .item-title {
            color: var(--sumait-text);
            font-size: 14px;
            font-weight: 900;
            line-height: 1.35;
        }

        .item-meta {
            margin-top: 4px;
            color: var(--sumait-muted);
            font-size: 13px;
        }

        .news-image {
            flex: 0 0 auto;
            width: 88px;
            height: 74px;
            background: #e5e7eb;
            border-radius: 9px;
            object-fit: cover;
        }

        .pdf-badge {
            flex: 0 0 auto;
            padding: 12px 10px;
            background: #ffe8e8;
            color: #a51616;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 900;
        }

        .download-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 38px;
            height: 38px;
            margin-left: auto;
            color: var(--sumait-green);
            border: 1px solid var(--sumait-border);
            border-radius: 9px;
            font-weight: 900;
        }

        .download-icon:hover {
            background: var(--sumait-green);
            color: #ffffff;
        }

        .card-bottom-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            margin-top: 18px;
            padding: 10px;
            color: #b36b00;
            border: 1px solid #e3a62b;
            border-radius: 8px;
            font-weight: 900;
        }

        .card-bottom-btn:hover {
            background: var(--sumait-gold);
            color: #102033;
        }

        .section-wrapper {
            margin-top: 20px;
            padding: 18px;
            background: #ffffff;
            border: 1px solid var(--sumait-border);
            border-radius: 14px;
        }

        .section-heading {
            margin-bottom: 14px;
            font-size: 24px;
            font-weight: 900;
        }

        /*
        |--------------------------------------------------------------------------
        | QUICK ACCESS
        |--------------------------------------------------------------------------
        */

        .quick-access-intro {
            margin-top: -6px;
            margin-bottom: 18px;
            color: var(--sumait-muted);
            font-size: 14px;
        }

        .quick-service-card {
            position: relative;
            display: flex;
            align-items: center;
            gap: 16px;
            min-height: 118px;
            height: 100%;
            padding: 20px;
            overflow: hidden;
            background: #ffffff;
            color: var(--sumait-text);
            border: 1px solid var(--sumait-border);
            border-radius: 14px;
            transition:
                transform .2s ease,
                border-color .2s ease,
                box-shadow .2s ease;
        }

        .quick-service-card:hover {
            color: var(--sumait-green);
            border-color: var(--sumait-green);
            box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
            transform: translateY(-3px);
        }

        .quick-service-card.highlight {
            background: linear-gradient(
                135deg,
                var(--sumait-green),
                #087648
            );
            color: #ffffff;
            border-color: transparent;
        }

        .quick-service-card.highlight:hover {
            background: linear-gradient(
                135deg,
                var(--sumait-green-dark),
                var(--sumait-green)
            );
            color: #ffffff;
        }

        .quick-service-icon {
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            width: 62px;
            height: 62px;
            background: #eef7f2;
            color: var(--sumait-green);
            border-radius: 16px;
            font-size: 31px;
        }

        .quick-service-card.highlight .quick-service-icon {
            background: rgba(255, 255, 255, .16);
            color: #ffffff;
        }

        .quick-service-title {
            margin-bottom: 5px;
            font-size: 18px;
            font-weight: 900;
        }

        .quick-service-description {
            margin: 0;
            color: var(--sumait-muted);
            font-size: 13px;
            font-weight: 500;
            line-height: 1.45;
        }

        .quick-service-card.highlight .quick-service-description {
            color: rgba(255, 255, 255, .88);
        }

        .quick-service-arrow {
            position: absolute;
            top: 15px;
            right: 16px;
            font-size: 18px;
        }

        /*
        |--------------------------------------------------------------------------
        | ACADEMIC UNITS
        |--------------------------------------------------------------------------
        */

        .academic-unit-card {
            display: flex;
            flex-direction: column;
            gap: 12px;
            min-height: 210px;
            height: 100%;
            padding: 22px;
            background:
                linear-gradient(
                    180deg,
                    rgba(13, 102, 56, .04),
                    rgba(255, 255, 255, 1)
                );
            color: var(--sumait-text);
            border: 1px solid var(--sumait-border);
            border-radius: 16px;
            transition: .25s ease;
        }

        .academic-unit-card:hover {
            color: var(--sumait-text);
            border-color: var(--sumait-green);
            box-shadow: 0 16px 35px rgba(15, 23, 42, .10);
            transform: translateY(-4px);
        }

        .academic-unit-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .academic-unit-icon {
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            width: 56px;
            height: 56px;
            background: #eef7f2;
            color: var(--sumait-green);
            border-radius: 14px;
            font-size: 30px;
        }

        .academic-unit-badge {
            padding: 5px 10px;
            background: var(--sumait-green);
            color: #ffffff;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 900;
            white-space: nowrap;
        }

        .academic-unit-title {
            margin: 2px 0 0;
            font-size: 18px;
            font-weight: 900;
            line-height: 1.3;
        }

        .academic-unit-text {
            margin: 0;
            color: var(--sumait-muted);
            font-size: 14px;
            line-height: 1.55;
        }

        .academic-unit-link {
            margin-top: auto;
            color: var(--sumait-green);
            font-size: 13px;
            font-weight: 900;
        }

        /*
        |--------------------------------------------------------------------------
        | VALUES
        |--------------------------------------------------------------------------
        */

        .values-strip {
            margin-top: 20px;
            overflow: hidden;
            background: linear-gradient(
                135deg,
                #00462f,
                #00704b
            );
            color: #ffffff;
            border-radius: 14px;
        }

        .value-item {
            display: flex;
            align-items: center;
            gap: 15px;
            height: 100%;
            padding: 24px;
            border-right: 1px solid rgba(255, 255, 255, .18);
        }

        .value-item i {
            flex: 0 0 auto;
            color: var(--sumait-gold);
            font-size: 34px;
        }

        .value-title {
            margin-bottom: 5px;
            font-weight: 900;
        }

        .value-text {
            color: #eaf7f0;
            font-size: 13px;
            line-height: 1.4;
        }

        /*
        |--------------------------------------------------------------------------
        | PUBLICATIONS
        |--------------------------------------------------------------------------
        */

        .publication-row {
            display: flex;
            gap: 14px;
            padding: 15px 0;
            border-top: 1px solid var(--sumait-border);
        }

        .publication-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 46px;
            height: 46px;
            background: #f1faf5;
            color: var(--sumait-green);
            border-radius: 8px;
            font-size: 22px;
        }

        .type-badge {
            display: inline-block;
            margin-bottom: 6px;
            padding: 2px 8px;
            color: var(--sumait-green);
            border: 1px solid var(--sumait-green);
            border-radius: 5px;
            font-size: 11px;
            font-weight: 900;
        }

        .download-text {
            display: inline-block;
            margin-top: 6px;
            color: var(--sumait-green);
            font-size: 13px;
            font-weight: 900;
        }

        /*
        |--------------------------------------------------------------------------
        | ANNOUNCEMENTS
        |--------------------------------------------------------------------------
        */

        .announcement-item {
            padding: 15px 0;
            border-top: 1px solid var(--sumait-border);
        }

        .announcement-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 10px;
        }

        .announcement-title {
            color: var(--sumait-text);
            font-size: 15px;
            font-weight: 900;
            line-height: 1.35;
        }

        .announcement-title:hover {
            color: var(--sumait-green);
        }

        .status-pill {
            flex: 0 0 auto;
            padding: 5px 10px;
            color: #ffffff;
            border-radius: 999px;
            font-size: 11px;
            font-weight: 900;
            white-space: nowrap;
        }

        .status-open {
            background: #0d6638;
        }

        .status-soon {
            background: #f6b51d;
            color: #102033;
        }

        .status-closed {
            background: #b91c1c;
        }

        .new-gif {
            width: 30px;
            margin-left: 5px;
            vertical-align: middle;
        }

        .download-small {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 10px;
            padding: 7px 11px;
            color: #0d6638;
            border: 1px solid #0d6638;
            border-radius: 7px;
            font-size: 13px;
            font-weight: 900;
        }

        .download-small:hover {
            background: #0d6638;
            color: #ffffff;
        }

        /*
        |--------------------------------------------------------------------------
        | CAMPUS VIDEOS
        |--------------------------------------------------------------------------
        */

        .campus-video-section {
            margin-top: 26px;
            margin-bottom: 34px;
        }

        .video-card {
            height: 100%;
            overflow: hidden;
            background: #ffffff;
            border: 1px solid var(--sumait-border);
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
        }

        .video-box {
            position: relative;
            overflow: hidden;
            background: #000000;
            aspect-ratio: 16 / 9;
        }

        .video-box video {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-play-btn {
            position: absolute;
            inset: 0;
            z-index: 2;
            display: grid;
            place-items: center;
            background: rgba(0, 0, 0, .18);
            border: 0;
            cursor: pointer;
        }

        .video-play-btn span {
            display: grid;
            place-items: center;
            width: 70px;
            height: 70px;
            background: var(--sumait-gold);
            color: #102033;
            border-radius: 50%;
            box-shadow: 0 15px 35px rgba(0, 0, 0, .35);
            font-size: 30px;
        }

        .video-card-body {
            padding: 18px;
        }

        .video-tag {
            display: inline-block;
            margin-bottom: 10px;
            padding: 4px 10px;
            background: #eef7f2;
            color: var(--sumait-green);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 900;
        }

        .video-title {
            margin-bottom: 8px;
            color: var(--sumait-text);
            font-size: 18px;
            font-weight: 900;
        }

        .video-text {
            color: var(--sumait-muted);
            font-size: 14px;
            line-height: 1.55;
        }

        /*
        |--------------------------------------------------------------------------
        | PAGE LOADER
        |--------------------------------------------------------------------------
        */

        .page-loader {
            position: fixed;
            inset: 0;
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            background:
                radial-gradient(
                    circle at top,
                    #0d6638 0%,
                    #003322 58%,
                    #001c12 100%
                );
            transition:
                opacity .45s ease,
                visibility .45s ease;
        }

        .page-loader.hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        .loader-card {
            width: min(360px, 88vw);
            padding: 34px 26px;
            background: rgba(255, 255, 255, .96);
            border: 1px solid rgba(246, 181, 29, .45);
            border-radius: 22px;
            box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
            text-align: center;
        }

        .loader-logo {
            width: 118px;
            height: 118px;
            margin-bottom: 16px;
            object-fit: contain;
            animation: logoPulse 1.35s ease-in-out infinite;
        }

        .loader-title {
            margin-bottom: 14px;
            color: var(--sumait-green);
            font-size: 21px;
            font-weight: 900;
            line-height: 1.25;
        }

        .loader-line {
            width: 100%;
            height: 8px;
            overflow: hidden;
            background: #e8f3ee;
            border-radius: 999px;
        }

        .loader-line span {
            display: block;
            width: 42%;
            height: 100%;
            background: linear-gradient(
                90deg,
                var(--sumait-green),
                var(--sumait-gold)
            );
            border-radius: inherit;
            animation: loaderMove 1.1s ease-in-out infinite;
        }

        @keyframes loaderMove {
            0% {
                transform: translateX(-105%);
            }

            100% {
                transform: translateX(245%);
            }
        }

        @keyframes logoPulse {
            0%,
            100% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.05);
            }
        }

        /*
        |--------------------------------------------------------------------------
        | FOOTER
        |--------------------------------------------------------------------------
        */

        .footer__area,
        .footer__top,
        .footer__bottom {
            background: #000000 !important;
        }

        .footer__area,
        .footer__area p,
        .footer__area li,
        .footer__area a,
        .footer__widget-title,
        .footer__copyright p {
            color: #ffffff !important;
        }

        .footer__area a {
            text-decoration: none;
        }

        .footer__area a:hover {
            color: var(--sumait-gold) !important;
        }

        .footer__top {
            padding: 75px 0 45px;
        }

        .footer__bottom {
            padding: 18px 0;
            border-top: 1px solid rgba(255, 255, 255, .35) !important;
        }

        .footer__logo-row {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 18px;
        }

        .footer__logo-row img {
            width: 78px;
            height: 78px;
            padding: 5px;
            background: #ffffff;
            border-radius: 6px;
            object-fit: contain;
        }

        .footer__brand-title {
            font-size: 21px;
            font-weight: 900;
            line-height: 1.3;
        }

        .footer__widget-title {
            position: relative;
            margin-bottom: 1.4rem;
            font-size: 16px;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .footer__widget-title::before,
        .footer__widget-title::after {
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            height: 2px;
            background: #ffffff;
        }

        .footer__widget-title::before {
            width: 38px;
            opacity: .95;
        }

        .footer__widget-title::after {
            left: 42px;
            width: 18px;
            opacity: .7;
        }

        .footer__link-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .footer__link-list li {
            margin-bottom: 9px;
        }

        .footer__social {
            margin-top: 22px;
        }

        .footer__social h4 {
            margin-bottom: 12px;
            color: var(--sumait-gold);
            font-size: 18px;
            font-weight: 900;
        }

        .footer__social ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            margin: 10px 0 0;
            padding: 0;
            list-style: none;
        }

        .footer__social a {
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            background: #6b7280 !important;
            color: #ffffff !important;
            border: 1px solid #6b7280 !important;
            border-radius: 50%;
            font-size: 17px;
        }

        .footer__social a:hover {
            background: var(--sumait-gold) !important;
            color: #000000 !important;
            border-color: var(--sumait-gold) !important;
        }

        .footer__subscribe-input {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .footer__subscribe-input input {
            flex: 1;
            min-width: 180px;
            padding: 12px 14px;
            background: rgba(255, 255, 255, .08);
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, .18);
            border-radius: 6px;
            outline: none;
        }

        .footer__subscribe-input input::placeholder {
            color: rgba(255, 255, 255, .8);
        }

        .tp-btn-subscribe {
            padding: 12px 16px;
            background: var(--uni-green);
            color: #ffffff;
            border: 0;
            border-radius: 6px;
            font-weight: 800;
        }

        .quick-links {
            display: flex !important;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px 12px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .quick-links li {
            margin: 0;
        }

        .quick-links .ql-pill {
            display: inline-block;
            padding: .48rem .8rem;
            color: #ffffff !important;
            border: 1px solid rgba(255, 255, 255, .7);
            border-radius: .55rem;
            font-weight: 800;
            line-height: 1;
            white-space: nowrap;
        }

        .quick-links .ql-pill:hover {
            background: rgba(255, 255, 255, .12);
            color: #ffffff !important;
            border-color: #ffffff;
        }

        .footer__contact-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            margin-bottom: 12px;
        }

        .footer__contact-item i {
            min-width: 18px;
            margin-top: 4px;
            color: var(--sumait-gold);
        }

        .footer__copyright {
            text-align: center;
        }

        /*
        |--------------------------------------------------------------------------
        | RESPONSIVE DESIGN
        |--------------------------------------------------------------------------
        */

        @media (max-width: 1199px) {
            .hero-layout {
                grid-template-columns: 1fr 1fr;
                gap: 28px;
            }

            .hero-caption-box {
                padding: 26px 28px;
            }

            .hero-image-frame {
                height: 410px;
            }

            .hero-image-frame.poster {
                max-width: 390px;
                height: 460px;
            }

            .hero-title {
                font-size: 42px;
            }

            .stats-bar {
                grid-template-columns: repeat(3, 1fr);
            }

            .stat-item:nth-child(3) {
                border-right: none;
            }
        }

        @media (max-width: 991px) {
            header.udsm-style .crest,
            header.udsm-style .directaid-crest {
                height: 78px;
                max-width: 170px;
            }

            header.udsm-style .university {
                font-size: 1.15rem;
            }

            header.udsm-style .country {
                font-size: .75rem;
            }

            #header-sticky .main-menu {
                display: none;
            }

            .header-search {
                display: none;
            }

            .hero-carousel .carousel-item,
            .hero-content {
                min-height: auto !important;
                height: auto !important;
            }

            .hero-content {
                padding: 30px 0 55px;
            }

            .hero-layout {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .hero-image-frame,
            .hero-image-frame.poster {
                order: 1;
                justify-self: center;
                width: 100%;
                max-width: 100%;
                height: 340px;
                padding: 0;
            }

            .hero-caption-box {
                order: 2;
                max-width: 100%;
            }

            .hero-title {
                font-size: 34px;
            }

            .hero-subtitle {
                font-size: 16px;
            }

            .stats-bar {
                grid-template-columns: repeat(2, 1fr);
            }

            .stat-item:nth-child(2),
            .stat-item:nth-child(4) {
                border-right: none;
            }
        }

        @media (max-width: 575px) {
            header.udsm-style {
                padding: 1rem 0;
            }

            header.udsm-style .crest,
            header.udsm-style .directaid-crest {
                display: none !important;
            }

            .hero-content {
                padding: 22px 0 45px;
            }

            .hero-image-frame,
            .hero-image-frame.poster {
                height: 300px;
                border-width: 4px;
            }

            .hero-caption-box {
                padding: 20px;
                border-radius: 14px;
            }

            .hero-title {
                font-size: 28px;
            }

            .hero-subtitle {
                font-size: 14px;
            }

            .btn-sumait-gold,
            .btn-sumait-outline {
                width: 100%;
                text-align: center;
            }

            .stats-bar {
                grid-template-columns: 1fr;
            }

            .stat-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, .18);
            }

            .value-item {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, .18);
            }

            .card-title-row {
                align-items: flex-start;
                flex-direction: column;
            }

            .quick-service-card {
                min-height: 105px;
                padding: 16px;
            }

            .quick-service-icon {
                width: 54px;
                height: 54px;
                font-size: 27px;
            }
        }