 /* Navbar */
        .hover-text-yellow-400:hover,
        .focus-text-yellow-400:focus {
            color: #facc15 !important;
        }

        .hover-bg-gray-700:hover,
        .focus-bg-gray-700:focus {
            background-color: #374151 !important;
        }

        .w-30 {
            width: 120px;
        }

        .md-w-40 {
            width: 160px;
        }

        .h-14 {
            height: 3.5rem;
        }

        .lg-h-16 {
            height: 4rem;
        }

        @media (min-width: 992px) {
            .h-14 {
                height: 4rem;
            }

            .md-w-40 {
                width: 160px;
            }
        }

        .navbar-nav {
            align-items: center;
        }

        .dropdown-menu {
            min-width: 120px;
        }

        /* Hero */
        .carousel-item {
            height: 100vh;
        }

        .carousel-item img {
            object-fit: cover;
            height: 100%;
            width: 100%;
             
        }

        .banner {
            background-color: #1e1e1e;
            padding: 3rem;
        }

        /* About */
        .bg-slate-200 {
            background-color: #e2e8f0;
        }

        .text-slate-600 {
            color: #64748b;
        }

        .text-slate-800 {
            color: #1e293b;
        }

        .border-slate-800 {
            border-color: #1e293b !important;
        }

        .card-hover {
            transition: transform 0.3s ease-in-out;
        }

        .card-hover:hover {
            transform: scale(1.05);
        }

        .shadow-lg-lg {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .w-12 {
            width: 4rem;
            height: auto;
        }

        .tracking-wide {
            letter-spacing: 0.025em;
        }

        .card-compact {
            height: 180px;
        }

        .description-compact {
            max-height: 100px;
            overflow: hidden;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        /* Lisensi */
        .yellow-accent {
            background-color: #fbbf24;
            height: 4px;
            width: 80px;
            border-radius: 2px;
            margin: 1rem auto;
        }

        @media (min-width: 768px) {
            .yellow-accent {
                width: 112px;
            }
        }

        .licensing-image {
            height: 384px;
            border-radius: 0.5rem;
            object-fit: cover;
            width: 100%;
        }

        .feature-card {
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s ease;
            max-width: 36rem;
            margin-bottom: 1rem;
        }

        .feature-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .feature-card:focus {
            outline: none;
        }

        .feature-content {
            min-height: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .text-slate-800 {
            color: #1e293b;
        }

        .text-gray-800 {
            color: #1f2937;
        }

        .text-gray-700 {
            color: #374151;
        }

        .section-container {
            max-width: 80rem;
            margin: 0 auto;
            padding: 2.5rem 1rem;
            margin-bottom: 2.5rem;
        }

        @media (min-width: 576px) {
            .section-container {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }

        @media (min-width: 992px) {
            .section-container {
                padding: 5rem 2rem 5rem 2rem;
            }
        }

        /* Content */
        .bg-slate-200 {
            background-color: #e2e8f0;
        }

        .text-slate-800 {
            color: #1e293b;
        }

        .text-slate-600 {
            color: #475569;
        }

        .text-slate-700 {
            color: #334155;
        }

        .bg-yellow-400 {
            background-color: #fbbf24;
        }

        .text-yellow-500 {
            color: #eab308;
        }

        .border-yellow-400 {
            border-color: #fbbf24 !important;
        }

        .yellow-line {
            height: 4px;
            width: 80px;
            background-color: #fbbf24;
            border-radius: 2px;
            margin: 1rem auto;
        }

        @media (min-width: 768px) {
            .yellow-line {
                width: 112px;
            }
        }

        .stats-card {
            width: 140px;
            height: 140px;
            aspect-ratio: 1;
            transition: all 0.3s ease;
            border: 2px solid #e2e8f0;
        }

        .stats-card:hover {
            border-color: #fbbf24 !important;
            transform: scale(1.05);
        }

        @media (min-width: 576px) {
            .stats-card {
                width: 160px;
                height: 160px;
            }
        }

        @media (min-width: 768px) {
            .stats-card {
                width: 180px;
                height: 180px;
            }
        }

        @media (min-width: 1200px) {
            .stats-card {
                width: 200px;
                height: 200px;
            }
        }

        .stats-icon {
            width: 32px;
            height: 32px;
        }

        .content-image {
            max-width: 400px;
            width: 100%;
            height: auto;
        }

        /* Manajemen */
        .yellow-line {
            height: 4px;
            width: 80px;
            background-color: #fbbf24;
            border-radius: 2px;
            margin: 1rem auto;
        }

        @media (min-width: 768px) {
            .yellow-line {
                width: 112px;
            }
        }

        .team-image {
            width: 120px;
            /* Kurangi dari 128px */
            height: 120px;
            /* Kurangi dari 128px */
            border: 1px solid #64748b;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        @media (min-width: 576px) {
            .team-image {
                width: 140px;
                /* Kurangi dari 160px */
                height: 140px;
                /* Kurangi dari 160px */
            }
        }

        @media (min-width: 768px) {
            .team-image {
                width: 160px;
                /* Kurangi dari 192px */
                height: 160px;
                /* Kurangi dari 192px */
            }
        }

        #management {
            min-height: 100vh;
        }

        @media (min-width: 768px) {
            #management {
                min-height: 90vh;
            }
        }

        /* Contact */
        .bg-light-gray {
            background-color: #e2e8f0;
        }

        .yellow-accent {
            background-color: #fbbf24;
            height: 4px;
            width: 80px;
            border-radius: 2px;
            margin: 1rem auto;
        }

        @media (min-width: 768px) {
            .yellow-accent {
                width: 112px;
            }
        }

        .btn-yellow {
            background-color: #fbbf24;
            border-color: #fbbf24;
            color: #1f2937;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .btn-yellow:hover {
            background-color: #fcd34d;
            border-color: #fcd34d;
            color: #1f2937;
            transform: translateX(4px);
        }

        .form-floating>label {
            color: #9ca3af;
        }

        .form-control {
            border: 1px solid #000;
            border-radius: 0.5rem;
        }

        .form-control:focus {
            border-color: #000;
            box-shadow: none;
        }

        .contact-image {
            border-radius: 1rem;
            overflow: hidden;
            aspect-ratio: 16/9;
        }

        .contact-image img {
            transition: transform 0.5s ease-in-out;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .contact-image:hover img {
            transform: scale(1.05);
        }

        @media (min-width: 992px) {
            .contact-image {
                aspect-ratio: 16/14;
            }
        }

        .arrow-icon {
            transition: transform 0.3s ease;
        }

        .btn-yellow:hover .arrow-icon {
            transform: translateX(4px);
        }

        /* Footer */
        .social-icon {
            width: 20px;
            height: 20px;
        }

        a {
            text-decoration: none;
        }