    html {
        scroll-behavior: smooth;
    }
    
    .welcome-badge-container {
        position: relative;
        z-index: 99;
        margin-top: -85px; 
        margin-bottom: 40px;
    }

    .welcome-badge {
        background-color: #008b5e;
        padding: 30px 60px;
        border-radius: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 35px rgba(0,0,0,0.3);
        border: 4px solid #ffffff;
        min-width: 500px; 
        position: relative;
        overflow: hidden; 
        transition: transform 0.3s ease;
    }


    .floating-anim {
        animation: float 4s ease-in-out infinite;
    }

    @keyframes float {
        0% { transform: translateY(0px); }
        50% { transform: translateY(-15px); } 
        100% { transform: translateY(0px); }
    }

    .shine-effect {
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
        transform: skewX(-25deg);
        animation: shine 5s infinite;
    }

    @keyframes shine {
        0% { left: -100%; }
        20% { left: 150%; } 
        100% { left: 150%; }
    }


    .welcome-badge:hover {
        transform: scale(1.05);
        box-shadow: 0 20px 45px rgba(0,0,0,0.4);
        cursor: pointer;
    }

    .badge-logo {
        width: 80px;
        height: auto;
        margin-right: 25px;
        filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
    }

    .badge-text span {
        font-size: 18px; 
        font-weight: 500;
        display: block;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .badge-text h5 {
        font-size: 24px;
        font-weight: 800;
        margin: 0;
        color: #ffffff !important;
        text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    @media (max-width: 768px) {
        .welcome-badge-container { 
            margin-top: 0 !important; 
            margin-bottom: 30px;
            position: relative;
            z-index: 10;
        }

        .welcome-badge { 
            padding: 15px 20px; 
            min-width: auto; 
            width: 90%; 
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .badge-logo { 
            width: 40px; 
            margin-right: 12px; 
        }

        .badge-text h5 { 
            font-size: 13px; 
            line-height: 1.2;
        }

        .badge-text span { 
            font-size: 10px; 
        }
    }

    .banner-responsive {
        height: 800px; 
    }

    @media (min-width: 769px) {
        .slider-img {
            height: 100%;
            object-fit: cover; 
        }
    }

    /* Untuk Mobile (Android/iOS) */
    @media (max-width: 768px) {
        #main-slider {
            height: auto !important; 
        }

        .swiper-slide {
            height: auto !important;
            display: block !important;
        }

        .slider-img {
            height: auto !important;
            width: 100%;
            display: block;
        }
        
        .bg-overlay-black-20 {
            position: relative;
        }
    }

    /* Section PMB Info */
    .pmb-info-section {
        background-color: #ffffff;
    }
    .pmb-title {
        color: #007b5e; 
        font-weight: 800; 
        font-size: 48px; 
        margin-bottom: 25px;
        letter-spacing: -1px;
    }
    .pmb-subtitle {
        color: #555;
        font-size: 20px;
        line-height: 1.8;
        max-width: 900px;
        margin: 0 auto 60px; 
    }
    .pmb-card {
        background-color: #005b41; 
        padding: 45px 30px; 
        border-radius: 12px;
        height: 100%;
        color: #ffffff;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        border: none;
        display: flex;
        flex-direction: column;
    }
    .pmb-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }
    .pmb-card h5 {
        color: #ffffff;
        font-weight: 700;
        font-size: 1.75rem; 
        margin-bottom: 25px;
        min-height: 60px;
        line-height: 1.3;
    }
    .pmb-card p {
        font-size: 17px; 
        opacity: 0.9;
        margin-bottom: 35px;
        min-height: 70px;
        flex-grow: 1;
    }
    .pmb-link {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }
    .pmb-link:hover {
        color: #00ffe1;
        text-decoration: none;
    }
    .btn-pmb-action {
        background-color: #4df3e5; 
        color: #005b41;
        font-weight: 700;
        border-radius: 30px;
        padding: 10px 20px;
        border: none;
        margin-top: 10px;
    }
    .btn-pmb-action:hover {
        background-color: #ffffff;
        color: #005b41;
    }
    
    /* Section Vision & Stats */
    .vision-stats-section {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 0;
        
        color: #ffffff !important; 
        
        position: relative;
        overflow: hidden;
    }

    .vision-stats-section::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: #004d33; 
        opacity: 0.9; 
        z-index: 1;
    }
    
    .vision-stats-section .container {
        position: relative;
        z-index: 2;
    }

    .vision-title {
        font-size: 32px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 1.3;
        margin-bottom: 30px;
        text-transform: uppercase;
        color: #ffffff !important;
    }

    .vision-description {
        max-width: 800px;
        margin: 0 auto;
    }

    .vision-description p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
        opacity: 0.9;
    }

    .stats-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.2); 
        padding-top: 40px;
        margin-top: 50px !important;
    }

    .stat-item {
        transition: transform 0.3s ease, filter 0.3s ease;
        border-right: 1.5px solid #ffc107; 
    }
    .stat-item:last-child {
        border-right: none;
    }
    .stat-item:hover {
        transform: scale(1.1);
        filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.3));
    }
    .stat-content h3 {
        font-size: 48px;
        font-weight: 800;
        background: linear-gradient(180deg, #ffffff 60%, #ffc107 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
    }

    .stat-content span {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        display: block;
        color: rgba(255, 255, 255, 0.8);
    }

    .animate-on-scroll {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;
    }

    .animate-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }


    @media (max-width: 768px) {
        .vision-title {
            font-size: 24px;
        }
        .stat-item {
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding: 20px 0;
            text-align: center; 
        }
        
        .stat-content h3 {
            font-size: 36px; 
        }

        .stat-item:last-child {
            border-bottom: none;
        }
    }
        
    /* Section Timeline SPMB */
    .spmb-timeline {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        padding-top: 20px;
    }

    .spmb-item {
        flex: 1;
        text-align: center;
        position: relative;
    }

    .spmb-icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
    }

    .spmb-icon {
        width: 60px;
        height: 60px;
        background-color: #006648;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        z-index: 2;
        position: relative;
    }

    .spmb-line {
        position: absolute;
        height: 8px; 
        width: 100%;
        top: 50%;
        left: 50%; 
        transform: translateY(-50%);
        z-index: 1;
    }

    .bg-green { background-color: #00a859; }
    .bg-light-green { background-color: #58d68d; }
    .bg-yellow { background-color: #f7dc6f; }
    .bg-gray { background-color: #d5dbdb; }

    .spmb-text h6 {
        font-weight: bold;
        margin-bottom: 5px;
        color: #333;
    }

    .spmb-text p {
        font-size: 0.85rem;
        color: #666;
    }

    .section-title {
        font-weight: 800;
        color: #003d2b;
        position: relative;
        display: inline-block;
        padding-bottom: 15px;
        letter-spacing: 1px;
    }
    .section-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 8px;
        background: linear-gradient(to right, #005b41, #00a86b);
        border-radius: 10px;
    }

    /* Keyframes for animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes growLine {
        from { scale: 0 1; }
        to { scale: 1 1; }
    }

    .spmb-item {
        opacity: 0;
        animation: fadeInUp 0.6s ease forwards;
    }

    .spmb-line {
        transform-origin: left;
        scale: 0 1;
        animation: growLine 0.5s ease forwards;
    }

    .spmb-item:nth-child(1) { animation-delay: 0.1s; }
    .spmb-item:nth-child(1) .spmb-line { animation-delay: 0.4s; }

    .spmb-item:nth-child(2) { animation-delay: 0.3s; }
    .spmb-item:nth-child(2) .spmb-line { animation-delay: 0.6s; }

    .spmb-item:nth-child(3) { animation-delay: 0.5s; }
    .spmb-item:nth-child(3) .spmb-line { animation-delay: 0.8s; }

    .spmb-item:nth-child(4) { animation-delay: 0.7s; }
    .spmb-item:nth-child(4) .spmb-line { animation-delay: 1.0s; }

    .spmb-item:nth-child(5) { animation-delay: 0.9s; }

    .spmb-icon {
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
        cursor: pointer;
    }

    .spmb-item:hover .spmb-icon {
        transform: scale(1.2);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }

    .spmb-item:hover .spmb-text h6 {
        color: #00a859;
        transition: color 0.3s ease;
    }
    @media (max-width: 768px) {
        .spmb-timeline {
            flex-direction: column;
            align-items: center;
        }
        .spmb-line {
            display: none;
        }
        .spmb-item {
            margin-bottom: 30px;
        }
    }

    /* Section Kehidupan Kampus */
    .campus-life-section {
        --f-green: #005d3b; 
        --f-red: #e62129;
        overflow: hidden;
    }

    .campus-main-title {
        color: var(--f-green) !important;
        font-weight: 800 !important;
        font-size: 2.2rem;
        text-transform: uppercase;
        margin-bottom: 0;
        transition: transform 0.3s ease;
    }

    .campus-red-line {
        width: 120px;
        height: 6px;         
        background-color: var(--f-red) !important;
        margin: 8px auto 0;
        display: block !important; 
        transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .header-trigger:hover .campus-red-line {
        width: 250px; 
    }

    .campus-card {
        cursor: pointer;
        transition: transform 0.4s ease;
    }

    .campus-img-box {
        overflow: hidden; 
        border-radius: 4px;
        position: relative;
    }

    .campus-image {
        object-fit: cover; 
        height: 350px;
        transition: transform 0.6s ease, filter 0.4s ease;
    }

    .campus-card:hover .campus-image {
        transform: scale(1.1); 
        filter: contrast(1.1) brightness(0.9);
    }

    .campus-big-heading {
        color: var(--f-green) !important;
        font-weight: 900 !important;
        font-size: 4rem;      
        line-height: 0.85;     
        letter-spacing: -2px;
        margin-top: 25px;
        margin-bottom: 10px;
        text-transform: uppercase;
        transition: color 0.3s ease, transform 0.3s ease;
    }

    .campus-card:hover .campus-big-heading {
        color: #0d8a56 !important;
        transform: translateX(10px); 
    }

    .campus-small-text {
        color: var(--f-green) !important;
        font-weight: 700;
        font-size: 1rem;
        display: block;     
        transition: color 0.3s ease;
    }

    .campus-card:hover .campus-small-text {
        color: var(--f-red) !important;
    }

    @media (max-width: 768px) {
        .campus-big-heading { font-size: 2.5rem; }
        .campus-main-title { font-size: 1.8rem; }
        .campus-red-line { width: 100px; }
        .header-trigger:hover .campus-red-line { width: 180px; }
    }

    .text-center.section-title .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .course-tag a, .course-tag {
        background-color: var(--f-green, #005d3b) !important;
        color: #ffffff !important;
        border: none !important;
        padding: 5px 15px;
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
    }

    .btn-primary {
        background-color: var(--f-green, #005d3b) !important;
        border-color: var(--f-green, #005d3b) !important;
        color: #ffffff !important;
        font-weight: 700;
        transition: 0.3s;
    }
    
    .btn-primary:hover {
        background-color: #00442b !important; 
        transform: translateY(-3px);
    }

    .text-primary.font-weight-bold, 
    .events-content small.text-primary {
        color: var(--f-green, #005d3b) !important;
        font-weight: 700 !important;
    }
    
    .events-content a.text-dark:hover {
        color: var(--f-green, #005d3b) !important;
    }

    /* Section Berita */
    .news-style.section-title::after,
    .news-style.section-title::before,
    .news-style .title::after,
    .news-style .title::before,
    .news-style h2::after,
    .news-style h2::before {
        content: none !important;
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .news-style .red-line-animated {
        width: 80px; 
        height: 5px; 
        background-color: #e62129 !important;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0; 
        display: block !important;
        transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .news-style:hover .red-line-animated {
        width: 184px;
    }
    .img-overflow {
        overflow: hidden; 
        position: relative;
    }

    .main-news-img, .side-news-img {
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
        object-fit: cover;
    }

    .news-hover-effect:hover .main-news-img,
    .news-hover-effect:hover .side-news-img {
        transform: scale(1.1); 
    }


    .news-title-link {
        text-decoration: none !important;
        color: #333;
        transition: color 0.3s ease;
    }

    .news-title-link h4, .news-title-link h6 {
        transition: transform 0.3s ease;
    }

    .news-hover-effect:hover .news-title-link {
        color: #138b4c; 
    }

    .news-hover-effect:hover .news-title-link h4,
    .news-hover-effect:hover .news-title-link h6 {
        transform: translateX(5px); 
    }

    .main-news-img { height: 320px; width: 100%; }
    .side-news-img { height: 100px; width: 100%; }
    
    .btn-lihat-selengkapnya {
        color: #138b4c;
        font-weight: 700;
        text-decoration: none;
        font-style: italic;
        transition: all 0.3s ease;
    }

    .btn-lihat-selengkapnya:hover {
        letter-spacing: 1px;
        color: #074d30;
    }

    .title-limit {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Section Partnership */
    .partnership-line {
        width: 150px; 
        height: 5px;
        background-color: #28a745; 
        border-radius: 10px;
        margin-top: 5px; 
    }

    .partnership-header-wrapper {
        text-align: center;
        margin-bottom: 50px;
    }

    .partnership-custom-title {
        display: inline-block; 
        position: relative;
        font-weight: 700;
        font-size: 2rem; 
        text-transform: uppercase;
        padding-bottom: 15px; 
        color: #1a202c; 
        margin: 0;
    }

    .partnership-custom-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background-color: #28a745;
        border-radius: 10px;
    }

    .logo-item img {
        height: 100px;
        width: auto;
        margin: 0 50px;
        object-fit: contain;
    }

    .marquee-container {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        display: flex;
        position: relative;
    }

    .marquee-content {
        display: flex;
        width: max-content; 
        flex-shrink: 0;
    }

    .animate-marquee {
        animation: marquee-scroll 25s linear infinite;
    }

    @keyframes marquee-scroll {
        0% { transform: translateX(0); }
        100% { transform: translateX(-33.33%); } 
    }

    /* Section Map */
    .contact-overlap-section {
        position: relative;
        z-index: 20;
        margin-top: -70px;
    }

    .contact-floating-bar {
        border-radius: 20px;
        overflow: hidden;
        background-color: #138b4c;
    }

    .contact-card-item {
        position: relative;
        height: 140px;
        display: flex;
        align-items: center;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
        cursor: pointer;
    }

    .card-1 { background-color: #138b4c; z-index: 5; }
    .card-2 { background-color: #107e44; z-index: 4; } 
    .card-3 { background-color: #138b4c; z-index: 3; }

    @media (min-width: 768px) {
        .card-1 {
            clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
        }
        .card-2 {
            margin-left: -40px;
            padding-left: 40px;
            clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%, 8% 50%);
        }
        .card-3 {
            margin-left: -40px;
            padding-left: 40px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 8% 50%);
        }
    }

    .contact-card-item:hover {
        transform: translateY(-8px); 
        filter: brightness(1.15); 
        z-index: 10; 
    }

    .contact-card-item:hover .card-icon {
        transform: scale(1.2) rotate(10deg);
        color: #fff;
    }

    .card-inner {
        display: flex;
        align-items: center;
        padding-left: 60px;
        color: white;
    }

    .card-icon {
        font-size: 30px;
        margin-right: 20px;
        transition: transform 0.3s ease;
    }

    .card-text .label {
        display: block;
        font-weight: 800;
        font-size: 1.2rem;
        margin-bottom: -2px;
    }

    .card-text p {
        font-size: 0.9rem;
        margin: 0;
        line-height: 1.3;
        opacity: 0.9;
    }

    .map-wrapper-section {
        background-color: #074d30; 
        padding: 120px 0 80px 0; 
        margin-top: -70px;
    }

    .map-box-container {
        border-radius: 20px;
        overflow: hidden;
        border: 2px solid rgba(255, 255, 255, 0.05);
    }

    @media (max-width: 767px) {
        .card-inner { 
            padding-left: 35px !important; 
            padding-right: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .card-icon {
            font-size: 24px;
            margin-right: 20px; 
            min-width: 30px; 
            text-align: center;
        }

        .card-text .label {
            font-size: 1.1rem;
        }
        .contact-overlap-section { 
            margin-top: -30px; 
            margin-bottom: 20px; 
        }

        .contact-card-item {
            clip-path: none !important;
            margin-left: 0 !important;
            height: auto;
            padding: 20px 25px; 
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .map-wrapper-section { 
            margin-top: 0 !important; 
            padding-top: 40px !important; 
            padding-bottom: 40px;
        }

        .card-inner { 
            padding-left: 0; 
            justify-content: flex-start; 
        }
        
        .card-icon {
            font-size: 24px; 
            margin-right: 15px;
        }
    }

    /* Section Semua Berita */
    .section-title::before, 
    .section-title::after {
        display: none !important;
        content: none !important;
    }

    .section-title {
        border: none !important;
        text-align: center !important;
    }

    .custom-line-news {
        width: 200px;
        height: 6px;
        background: #003d29; 
        margin: 25px auto 0 !important; 
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        display: block;
    }

    .custom-line-news::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            90deg, 
            transparent, 
            rgba(255, 255, 255, 0.2), 
            rgba(255, 255, 255, 0.6), 
            rgba(255, 255, 255, 0.2), 
            transparent
        );
        animation: loading-light 2s infinite;
    }

    @keyframes loading-light {
        0% { left: -100%; }
        100% { left: 100%; }
    }

    .badge-uht-green {
        background-color: #003d29 !important;
        color: #ffffff !important;
        padding: 6px 12px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10px;
        border-radius: 4px;
        display: inline-block;
    }

    .course-item {
        transition: all 0.3s ease;
        border: 1px solid #eee;
    }

    .course-item:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

    .course-conten h5 a:hover {
        color: #003d29 !important;
    }

    /* Section Pagination */
    .pagination .page-link {
        color: #003d29 !important;
        border-color: #dee2e6 !important;
        padding: 10px 18px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .pagination .page-item.active .page-link {
        background-color: #003d29 !important;
        border-color: #003d29 !important;
        color: white !important;
    }

    .pagination .page-link:hover {
        background-color: #003d29 !important;
        border-color: #003d29 !important;
        color: white !important;
    }

    .pagination .page-link:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 61, 41, 0.25) !important;
    }

    .pagination .page-item.disabled .page-link {
        color: #6c757d !important;
        background-color: #f8f9fa !important;
        border-color: #dee2e6 !important;
    }

    .pagination .page-item:first-child .page-link {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }


    .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem; 
}

.feature-item img {
    width: 64px; 
    height: auto;
    flex-shrink: 0;
}

.feature-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #111827; 
}

.feature-item p {
    font-size: 0.875rem;
    color: #4b5563; 
    line-height: 1.6;
}

/* Section Badge berita and event and karya */
.badge-figma {
        display: inline-block;
        background-color: #ffffff;
        color: #0B5E44;           
        padding: 8px 25px;         
        border-radius: 10px;      
        font-weight: 700;         
        font-size: 0.85rem;      
        letter-spacing: 1px;      
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); 
        text-transform: uppercase;
    }

    .breadcrumb-item a {
        text-decoration: none;
        transition: 0.3s;
    }

    .breadcrumb-item.active {
        font-weight: 600;
    }

    .uht-red-line {
        width: 250px;
        height: 8px;
        background: #cc2b2b;
        margin-top: 10px;
    }

    .uht-event-card {
        border-radius: 40px; 
        overflow: hidden;
        height: 100%;
        border: none;
        background-color: #d9d9d9; 
        transition: transform 0.3s ease;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .uht-event-card:hover {
        transform: translateY(-8px);
    }

    .uht-event-img-wrapper {
        position: relative;
        height: 280px;
        overflow: hidden;
    }

    .uht-event-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .uht-event-badge {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #0e654b;
        color: white;
        padding: 6px 18px;
        border-radius: 20px;
        font-size: 0.85rem;
        font-weight: 600;
        z-index: 2;
    }

    .uht-event-content {
        padding: 30px;
    }

    .uht-event-content h4 {
        color: #000;
        font-size: 1.5rem;
    }

    .uht-event-text {
        color: #555;
        font-size: 1rem;
        line-height: 1.6;
        min-height: 50px;
    }

    .uht-event-footer {
        border-top: 1px solid rgba(0,0,0,0.05);
        padding-top: 20px;
    }

    .uht-meta-item {
        color: #0e654b; 
        font-weight: 700;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
    }

    .uht-meta-item i {
        font-size: 1.1rem;
    }

    /* Section Penelitian */
    .research-header-container {
        text-align: left;
        margin-bottom: 40px;
    }
    .research-header-container h2 {
        font-weight: 800;
        font-size: 2rem;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .research-red-line {
        height: 6px;
        width: 150px;
        background: linear-gradient(to right, #e11d48, #fb7185, transparent);
    }

    /* Tombol Filter */
    .uht-filter-group {
        display: flex;
        gap: 15px;
        margin-bottom: 50px;
    }
    .btn-uht-filter {
        border: 2.5px solid #065e49;
        background: transparent;
        color: #065e49;
        border-radius: 30px;
        padding: 10px 35px;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s ease;
    }
    .btn-uht-filter.active {
        background: #065e49;
        color: #fff;
    }

    /* Card Penelitian Custom */
    .research-card-custom {
        background-color: #d1d8d8; /* Warna abu-abu kebiruan sesuai mockup */
        border: none;
        border-left: 10px solid #065e49; /* Garis hijau tebal di kiri */
        border-radius: 20px;
        padding: 25px;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: transform 0.2s;
    }

    .research-card-custom:hover {
        transform: scale(1.02);
    }

    /* Badge Fakultas di dalam Card */
    .faculty-top-badge {
        background-color: #065e49;
        color: white;
        padding: 8px 20px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 0.9rem;
        display: inline-block;
        margin-bottom: 20px;
        max-width: fit-content;
    }

    .research-title-custom {
        color: #065e49;
        font-weight: 800;
        font-size: 1.3rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .research-meta-custom {
        font-size: 0.85rem;
        color: #065e49;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .research-desc-custom {
        font-size: 0.9rem;
        color: #333;
        line-height: 1.4;
        margin-bottom: 20px;
        text-align: justify;
    }
    .research-title-custom {
        transition: color 0.3s ease;
        color: #333; /* Sesuaikan dengan warna asli judulmu */
    }

    a:hover .research-title-custom {
        color: #0B5E44; /* Warna hijau saat di-hover */
        text-decoration: none;
    }

    /* Pill Teknologi */
    .tech-pill-custom {
        background-color: #065e49;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .link-detail-custom {
        margin-top: auto;
        text-align: right;
        font-weight: 700;
        font-size: 0.85rem;
        color: #333;
        text-decoration: none;
    }