        :root {
            --primary-color: #2c5e1a;
            --secondary-color: #4a8c2c;
            --accent-color: #f8b400;
            --light-color: #FDFAF6;
            --dark-color: #1a1a1a;
        }

        body {
            font-family: 'Poppins', sans-serif;
            overflow-x: hidden;
            color: var(--dark-color);
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
        }

        .navbar-custom {
            background-color: var(--light-color);
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            transition: all 0.3s ease;
        }

        .navbar-custom.scrolled {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 0;
        }

        .navbar-custom .nav-link {
            color: var(--dark-color);
            font-weight: 600;
            padding: 8px 15px;
            position: relative;
            transition: all 0.3s ease;
        }

        .navbar-custom .nav-link:after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--primary-color);
            transition: width 0.3s ease;
        }

        .navbar-custom .nav-link:hover:after,
        .navbar-custom .nav-link.active:after {
            width: 100%;
        }

        .navbar-custom .nav-link:hover,
        .navbar-custom .nav-link.active {
            color: var(--primary-color);
        }

        .navbar-custom .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            margin-top: 5px;
        }

        .navbar-custom .dropdown-item {
            padding: 8px 15px;
            transition: all 0.2s ease;
        }

        .navbar-custom .dropdown-item:hover {
            background-color: rgba(44, 94, 26, 0.1);
            color: var(--primary-color);
        }

        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .video-section {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        .video-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
            z-index: 1;
        }

        .video-section video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-content {
            position: absolute;
            bottom: 15%;
            left: 5%;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 20px;
            color: white;
        }

        .logo-video img {
            width: 150px;
            height: auto;
            object-fit: contain;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }

            50% {
                transform: scale(1.05);
            }

            100% {
                transform: scale(1);
            }
        }

        .video-text h1 {
            font-size: 4vw;
            font-weight: 700;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
            margin-bottom: 10px;
        }

        .video-text p {
            font-size: 2vw;
            font-weight: 500;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
            margin-bottom: 20px;
        }

        .cta-button {
            display: inline-block;
            background-color: var(--accent-color);
            color: var(--dark-color);
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
            color: var(--dark-color);
            background-color: #f8c840;
        }

        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 50px;
            color: var(--primary-color);
        }

        .section-title:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 4px;
            bottom: -10px;
            left: 25%;
            background: linear-gradient(to right, var(--primary-color), var(--accent-color));
            border-radius: 2px;
        }

        /* Gaya Konsisten untuk Semua Bagian */
        .about-item {
            background: white;
            padding: 25px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(46, 125, 50, 0.08);
            border-left: 4px solid #2e7d32;
        }

        .about-item h3 {
            color: #2e7d32;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 20px;
            border-bottom: 2px solid #e8f5e9;
            padding-bottom: 10px;
        }

        .about-item p {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #333;
            margin-bottom: 15px;
            align-content: justify;
        }

        .legal-box {
            background: #e8f5e9;
            padding: 12px 15px;
            border-radius: 6px;
            font-size: 0.95rem;
        }

        .history-item,
        .development-item {
            position: relative;
            padding-left: 70px;
            margin-bottom: 15px;
        }

        .year-badge {
            position: absolute;
            left: 0;
            top: 0;
            background: #2e7d32;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.85rem;
            min-width: 50px;
            text-align: center;
        }

        .legal-box {
            background: #e8f5e9;
            /* Light green */
            padding: 12px;
            border-radius: 5px;
            border-left: 3px solid #2e7d32;
            /* Dark green accent */
            color: #1b5e20;
            /* Darker green */
        }

        .highlight-text {
            color: #2e7d32;
            font-weight: 600;
        }

        .vision-list {
            list-style-type: none;
            padding-left: 0;
        }

        .vision-list li {
            padding: 6px 0;
            position: relative;
            padding-left: 25px;
        }

        .vision-list li:before {
            content: "✓";
            color: #2e7d32;
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .card-custom {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            height: 100%;
            border-bottom: 4px solid var(--primary-color);
        }

        .card-custom:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .card-img-top {
            height: 200px;
            object-fit: cover;
            object-fit: cover;
            object-position: center center;
            transition: transform 0.5s ease;
        }

        .card-custom:hover .card-img-top {
            transform: scale(1.05);
        }

        .card-body-custom {
            padding: 20px;
            background-color: white;
        }

        .card-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
        }

        .card-text {
            color: #555;
        }

        .img-fluid-rounded {
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .fade-in {
            opacity: 0;
            animation: fadeInUp 1s ease forwards;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .footer {
            background-color: var(--primary-color);
            color: white;
            padding-top: 50px;
            padding-bottom: 20px;
        }

        .footer a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .footer a:hover {
            color: var(--accent-color);
            padding-left: 5px;
        }

        .footer-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

        .footer-title:after {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            bottom: 0;
            left: 0;
            background-color: var(--accent-color);
        }

        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            margin-right: 10px;
            transition: all 0.3s ease;
        }

        .social-icons a:hover {
            background-color: var(--accent-color);
            color: var(--dark-color);
            transform: translateY(-3px);
        }

        .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .back-to-top.active {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top:hover {
            background-color: var(--accent-color);
            color: var(--dark-color);
            transform: translateY(-3px);
        }

        /* Responsive adjustments */
        @media (max-width: 992px) {
            .video-text h1 {
                font-size: 6vw;
            }

            .video-text p {
                font-size: 3vw;
            }

            .video-content {
                flex-direction: column;
                align-items: flex-start;
                bottom: 10%;
            }

            .logo-video img {
                width: 80px;
                margin-bottom: 15px;
            }
        }

        @media (max-width: 768px) {
            .video-text h1 {
                font-size: 8vw;
            }

            .video-text p {
                font-size: 4vw;
            }

            .section-title {
                font-size: 1.8rem;
                margin-bottom: 30px;
            }

            .navbar-brand img {
                width: 160px;
            }

            .footer {
                text-align: center;
            }

            .footer-title:after {
                left: 50%;
                transform: translateX(-50%);
            }

            .social-icons {
                justify-content: center;
            }
        }

        @media (max-width: 576px) {
            .video-text h1 {
                font-size: 10vw;
            }

            .video-text p {
                font-size: 5vw;
            }

            .cta-button {
                padding: 10px 20px;
                font-size: 14px;
            }
        }

        /* Enable dropdown on hover for desktop view */
        @media (min-width: 992px) {
            .navbar .dropdown:hover .dropdown-menu {
                display: block;
                margin-top: 0;
                animation: fadeInDown 0.3s ease;
            }

            @keyframes fadeInDown {
                from {
                    opacity: 0;
                    transform: translateY(-10px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
        }