
        /* Gaya CSS sebelumnya (Header, Navigasi, dll) dipertahankan */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            overflow-x: hidden;
            background: #ffffff;
        }

        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;/* Ubah Warna Background Menu 
            background: linear-gradient(to right, #083A82 20%, #083A82 100%);
			
           background: linear-gradient(to right, #ffffff 25%,  #43A047 25%); */
		   
background: linear-gradient(135deg, 
    #ffffff 0%, 
    #ffffff 25%, 
    #005691 25%, 
    #005691 100%,  /* merah tipis 2% */


	
    #ffffff 27%, 
    #ffffff 100%);










            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 0.8rem 0;
        }

        nav {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 3rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
			
        }

        .nav-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            z-index: 1001;
        }

        .nav-toggle span {
            width: 25px;
            height: 3px;
            background: #1a1a1a;
            transition: all 0.3s;
        }

        .nav-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(8px, 8px);
        }

        .nav-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .nav-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a1a1a;
        }

        .logo img {
            height: 45px;
            transition: transform 0.3s;
        }

        .logo:hover img {
            transform: scale(1.05);
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            align-items: center;
            list-style: none;
        }

        .nav-links > li {
            position: relative;
        }

        .nav-links a {
            text-decoration: none;
            color: white;      /* Ubah Warna Font */
            font-weight: 500;
            font-size: 0.95rem;
            position: relative;
            transition: all 0.3s;
            letter-spacing: 0.3px;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px; /* lebih tebal dari 2px */
    background: linear-gradient(90deg, white, white, white);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

        .nav-links a:hover::after {
            width: 100%;
        }

        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 500px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            margin-top: 1rem;
            z-index: 1000;
            display: flex;
        }

        .dropdown-menu {
            flex: 1;
            padding: 1rem 0;
        }

        .dropdown-image {
            width: 200px;
            height: 100%;
			margin-top : 20px;
			margin-right : 20px;
            overflow: hidden;
        }

        .dropdown-image img {
            width: 100%;
            height: 100%;
			margin-top : 20px;
			margin-right : 20px;
            object-fit: cover;
        }

        .has-dropdown:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown li {
            list-style: none;
        }

        .dropdown a {
            display: block;
            padding: 0.9rem 1.5rem;
            color: #1a1a1a;
            font-size: 0.9rem;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s;
        }

        .dropdown a::after {
            display: none;
        }

        .dropdown a:hover {
            background: #f8f9fa;
            color: red; /* Ubah Hover Dropdown */
            padding-left: 2rem;
        }

        .dropdown li:last-child a {
            border-bottom: none;
        }

        .lang-selector {
            display: flex;
            gap: 0.5rem;
            align-items: center;
            color: #1a1a1a;
        }

        /* Hero Section */
        .hero {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
            margin-top: 70px;
        }

        .media-background {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            overflow: hidden; 
        }

        /* Style dasar untuk semua media */
        .media-background > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0; 
            z-index: 1; 
            transition: opacity 1.0s ease-out, filter 1.0s ease-out; /* Durasi Blur/Fade diperpanjang (1.0s) agar lebih halus */
        }

        /* Style untuk media yang sedang aktif */
        .media-background > .active {
            opacity: 1;
            z-index: 3; 
            filter: blur(0px); 
        }
        
        /* CSS untuk Transisi Blur-Fade In/Out */
        .media-background > .active.blur-out {
            /* Media yang sedang aktif keluar: Blur dan Fade Out */
            z-index: 4; 
            opacity: 0; 
            filter: blur(25px); /* Blur lebih dalam */
        }

        .media-background > .blur-in {
            /* Media yang akan masuk: Tampil dari Blur */
            z-index: 3; 
            opacity: 1; 
            filter: blur(25px); /* Mulai dari buram */
        }

        .media-background > .blur-in.active {
            /* Setelah menjadi aktif, hilangkan blur */
            filter: blur(0px);
            opacity: 1;
        }

        .media-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(
                to top right,
                rgba(255, 255, 255, 0.9) 0%,
                rgba(255, 255, 255, 0) 70%
            );
            z-index: 5; 
        }

        .hero-content {
            position: relative;
            z-index: 6; 
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 3rem;
            color: #fff;
            width: 100%;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .content-wrapper {
            max-width: 600px;
        }

.badge {
    display: inline-block;
    padding: 0rem 0rem;
    border-radius: 0px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.8s ease-out;
    color: BLACK; /* hijau terang */
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff; /* glow putih */
}



        h1 {
            font-size: 3.5rem;
            font-weight: 400;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            animation: fadeInUp 0.8s ease-out 0.2s both;
            color: black; 
        }

        .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 3rem;
            opacity: 0.95;
            max-width: 600px;
            line-height: 1.6;
            animation: fadeInUp 0.8s ease-out 0.4s both;
			color:black;
        }

        .cta-buttons {
            display: flex;
            gap: 1rem;
            animation: fadeInUp 0.8s ease-out 0.6s both;
        }

        .btn {
            padding: 1rem 2rem;
            border: none;
            font-size: 0.85rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-primary {
            background: #dc143c;
            color: white;
        }

        .btn-primary:hover {
            background: #c41230;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(220, 20, 60, 0.3);
        }

        .btn-secondary {
            background: #333;
            color: white;
        }

        .btn-secondary:hover {
            background: #1a1a1a;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

       
        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }

        /* Media Controls */
        .media-slides {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 7;
            display: flex;
            gap: 0.5rem;
        }

        .slide-indicator {
            width: 12px;
            height: 12px;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s;
        }

        .slide-indicator.active {
            background: rgba(255, 255, 255, 1);
            width: 30px;
        }

        /* Content Sections (Sama seperti sebelumnya) */
        .section {
            padding: 5rem 3rem;
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-dark {
            background: #f8f9fa;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 3rem;
            max-width: 700px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .feature-card {
            padding: 2rem;
            background: white;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s;
        }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #dc143c 0%, #ff4757 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: white;
            font-size: 1.5rem;
        }

        .feature-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }

        .feature-desc {
            color: #666;
            line-height: 1.7;
        }

        /* Stats Section */
        .stats-section {
            background: linear-gradient(135deg, #dc143c 0%, #ff4757 100%);
            color: white;
            text-align: center;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }

        .stat-item {
            padding: 2rem;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 0.5rem;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.9;
            text-transform: uppercase;
            letter-spacing: 1px;
        }



        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            color: white;
            text-decoration: none;
        }

        .social-link:hover {
            background: #dc143c;
            border-color: #dc143c;
            transform: translateY(-3px);
        }

        /* Responsive (Sama seperti sebelumnya) */
        @media (max-width: 968px) {
            nav { padding: 0 1.5rem; }
            .nav-toggle { display: flex; }
            .nav-links {
                position: fixed; top: 70px; right: -100%; width: 300px; height: calc(100vh - 70px);
                background: white; flex-direction: column; padding: 2rem;
                box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1); transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
                align-items: flex-start; gap: 0; overflow-y: auto;
            }
            .nav-links > li { width: 100%; border-bottom: 1px solid #f0f0f0; }
            .nav-links > li:last-child { border-bottom: none; }
            .nav-links.active { right: 0; }
            .nav-links a { font-size: 1rem; padding: 1rem 0; width: 100%; }

            .dropdown { flex-direction: column; min-width: auto; }
            .dropdown-image { display: none; }
            .dropdown-menu { padding: 0; }
            .dropdown {
                position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
                margin-top: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
                background: #f8f9fa;
            }
            .has-dropdown.active .dropdown { max-height: 500px; }
            .dropdown a { padding: 0.8rem 1rem; font-size: 0.9rem; }
            .dropdown a:hover { padding-left: 1.5rem; }
            .lang-selector { padding-top: 1rem; border-top: 1px solid #e0e0e0; width: 100%; margin-top: 1rem; }
            
            .hero-content { padding: 0 1.5rem; text-align: center; }
            .content-wrapper { max-width: 100%; }
            h1 { font-size: 2rem; }
            .hero-subtitle { font-size: 1rem; }
            .cta-buttons { flex-direction: column; width: 100%; }
            .btn { width: 100%; }

            .section { padding: 3rem 1.5rem; }
            .section-title { font-size: 1.8rem; }
            .features-grid { grid-template-columns: 1fr; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
            .stat-number { font-size: 2rem; }
            .footer-content { grid-template-columns: 1fr; gap: 2rem; }

            .logo img { height: 35px; }
            .logo span { font-size: 1.2rem; }
        }

        @media (max-width: 480px) {
            .stats-grid { grid-template-columns: 1fr; }
            h1 { font-size: 1.5rem; }
            .section-title { font-size: 1.5rem; }
            .hero { margin-top: 60px; }
        }
