:root {
            --primary-color: #1a237e;
            --secondary-color: #0d47a1;
            --accent-color: #2962ff;
            --background-light: #f5f5f5;
        }
        
        body {
            background: url('../img/bg.jpg');
            background-repeat: repeat;
            font-family: 'Segoe UI', Arial, sans-serif;
            min-height: 100vh;
        }

        .top-navbar {
            background-color: #1a237e;
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
        }

        .top-navbar a {
            text-decoration: none;
            padding: 0.5rem 0;
            transition: color 0.3s ease;
        }

        .top-navbar a:hover {
            color: #ffd700 !important;
        }

        .top-navbar i {
            margin-right: 5px;
            font-size: 0.9rem;
        }

        .logo-banner {
            background-color: #fff;
            padding: 1rem 0;
            border-bottom: 1px solid #dee2e6;
        }

        .main-logo {
            height: 90px;
            width: auto;
            margin-right: 1rem;
        }

        .secondary-logo {
            height: 90px;
            width: auto;
            margin-left: 1rem;
        }

        .logo-text h1 {
            color: #1a237e;
            font-size: 1.8rem;
            font-weight: 700;
        }

        .logo-text p {
            color: #8b0000;
            font-size: 0.9rem;
            font-weight: 500;
            margin-top: 0.5rem;
            max-width: 600px;
        }

        .school-info {
            text-align: right;
        }

        @media (max-width: 768px) {
            .logo-image {
                height: 60px;
            }
            
            .logo-title {
                font-size: 1rem;
                opacity: 1;
                transform: none;
            }
        }

        /* Modern Footer Styles */
        .modern-footer {
            background: linear-gradient(to bottom, #fff, #f8f9fa);
            border-top: 1px solid rgba(0, 0, 0, 0.1);
            font-family: 'Segoe UI', Arial, sans-serif;
            margin-top: 2rem;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
        }

        .footer-content {
            background-color: #fff;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .footer-link {
            color: #0066cc;
            text-decoration: none;
            font-size: 11px;
            transition: all 0.3s ease;
            padding: 4px 8px;
            border-radius: 4px;
        }

        .footer-link:hover {
            background-color: #f0f7ff;
            color: #004499;
            text-decoration: none;
        }

        .system-requirements {
            color: #666;
            font-size: 11px;
            padding: 4px 8px;
            background-color: #f8f9fa;
            border-radius: 4px;
            border: 1px solid #e9ecef;
        }

        .footer-right {
            color: #666;
            font-size: 11px;
        }

        .admin-label {
            color: #666;
        }

        .admin-names {
            color: #000;
            font-weight: 500;
            background: linear-gradient(120deg, #f8f9fa, #fff);
            padding: 4px 8px;
            border-radius: 4px;
            border: 1px solid #e9ecef;
        }

        .admin-ext {
            color: #666;
            font-style: italic;
        }

        .footer-copyright {
            background-color: #f8f9fa;
            color: #666;
            font-size: 10px;
            text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
        }

        .modern-footer i {
            opacity: 0.7;
        }

        /* Responsive Footer */
        @media (max-width: 768px) {
            .footer-content .d-flex {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }

            .footer-left,
            .footer-center,
            .footer-right {
                width: 100%;
                text-align: center;
                justify-content: center;
            }

            .system-requirements {
                display: inline-block;
                margin: 4px 0;
            }
        }

        .menu-section {
            background-color: #ffffff;
            margin-bottom: 8px;
            border: 1px solid #e0e0e0;
        }

        .menu-section h5 {
            font-size: 13px;
            font-weight: bold;
            padding: 8px 12px;
            margin: 0;
            background-color: #f8f9fa;
            border-bottom: 1px solid #e0e0e0;
            text-transform: uppercase;
        }

        .menu-list {
            list-style: none;
            padding: 6px 0;
            margin: 0;
        }

        .menu-list li {
            margin: 0;
            line-height: 1.4;
            font-size: 12px;
        }

        .menu-list a {
            color: #333;
            text-decoration: none;
            display: block;
            padding: 4px 12px;
            transition: background-color 0.2s;
        }

.menu-list a:hover {
    background-color: #f8f9fa;
    color: #0056b3;
}

/* Simple Footer Styles */
.simple-footer {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    font-size: 11px;
    padding: 10px 0;
    color: #333;
    width: 100%;
    border-top: 1px solid #dee2e6;
}

.footer-content {
    margin-bottom: 5px;
}

.upt-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-logo {
    height: 50px;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    object-fit: contain;
}

.upt-link:hover {
    text-decoration: underline;
}

.footer-right p {
    line-height: 1.4;
}

.login-text,
.email-text,
.admin-text {
    font-size: 11px;
}

.admin-text {
    font-weight: normal;
}

.footer-bottom {
    font-size: 10px;
    color: #666;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .footer-right,
    .footer-bottom {
        text-align: center;
    }
}        /* Section Colors */
        .menu-section:nth-child(1) h5 { color: #198754; }  /* BAAK - green */
        .menu-section:nth-child(2) h5 { color: #0d6efd; }  /* PEGAWAI - blue */
        .menu-section:nth-child(3) h5 { color: #dc3545; }  /* JURUSAN - red */
        .menu-section:nth-child(4) h5 { color: #fd7e14; }  /* MAHASISWA - orange */
        .menu-section:nth-child(5) h5 { color: #0dcaf0; }  /* LAIN-LAIN - cyan */

        /* Left sidebar adjustment */
        .col-md-3 {
            padding-right: 10px;
        }

        .main-content {
            background: white;
            border-radius: 10px;
            padding: 25px !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }

        .main-content h4 {
            color: var(--primary-color);
            margin-bottom: 20px;
            font-weight: 600;
        }

        .carousel {
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .carousel-item {
            position: relative;
        }
        
        .carousel-caption {
            left: 0;
            right: 0;
            bottom: 0;
            padding: 20px;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        }
        
        .carousel-caption h5 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .carousel-caption p {
            font-size: 0.9rem;
            margin-bottom: 0;
        }
        
        .carousel-indicators {
            margin-bottom: 1rem;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 10%;
            opacity: 0.7;
        }
        
        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .counter-section {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        }

        .counter-section h6 {
            margin-bottom: 10px;
            font-weight: 600;
        }

        .counter {
            font-size: 1.2em;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
        }

        /* Stats Cards Styling */
        .stats-card {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .stats-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .stats-icon {
            margin-bottom: 10px;
            transition: transform 0.3s ease;
        }

        .stats-card:hover .stats-icon {
            transform: scale(1.1);
        }

        .stats-title {
            font-size: 0.9rem;
            margin-bottom: 5px;
        }

        .stats-number {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 0;
        }

        .stats-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .stats-card:hover .stats-overlay {
            opacity: 1;
        }

        .stats-detail {
            padding: 15px;
            text-align: center;
        }

        .stats-detail p {
            margin-bottom: 5px;
            font-size: 0.9rem;
        }

        .stats-detail small {
            opacity: 0.8;
            font-size: 0.8rem;
        }

        @media (max-width: 768px) {
            .logo-row img {
                height: 40px;
                margin: 0 10px;
            }
            
            .menu-section {
                margin-bottom: 15px;
            }
        }