    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    }

    .social-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .social-btn:hover::before {
        transform: translateY(0);
    }

    .social-btn:hover {
        transform: translateY(-5px) scale(1.08) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    }

    /* Icon styling */
    .social-btn i {
        margin: 0 !important;
        font-size: 24px !important;
        width: auto !important;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff !important;
    }

    /* Platform-specific colors - Solid vibrant colors */
    .social-btn.facebook {
        background: #3b5998 !important;
    }

    .social-btn.facebook:hover {
        background: #4c6aaf !important;
    }

    .social-btn.halaman {
        background: #7c3aed !important;
    }

    .social-btn.halaman:hover {
        background: #8b5cf6 !important;
    }

    .social-btn.tiktok {
        background: #ff0050 !important;
    }

    .social-btn.tiktok:hover {
        background: #ff1a66 !important;
    }

    .social-btn.twitter {
        background: #1da1f2 !important;
    }

    .social-btn.twitter:hover {
        background: #33aef5 !important;
    }

    .social-btn.instagram {
        background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    }

    .social-btn.instagram:hover {
        background: linear-gradient(135deg, #f5a142 0%, #ea7548 25%, #e03551 50%, #d42f73 75%, #c92596 100%) !important;
    }

    .social-btn.whatsapp {
        background: #25d366 !important;
    }

    .social-btn.whatsapp:hover {
        background: #2ee673 !important;
    }

    .social-btn.youtube {
        background: #ff0000 !important;
    }

    .social-btn.youtube:hover {
        background: #ff1a1a !important;
    }

    .social-btn.snack {
        background: #ff9000 !important;
    }

    .social-btn.snack:hover {
        background: #ffa31a !important;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 8px !important;
        }

        .social-btn {
            width: 45px !important;
            height: 45px !important;
        }

        .social-btn i {
            font-size: 20px !important;
        }
    }

    @media (max-width: 480px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 6px !important;
        }

        .social-btn {
            width: 42px !important;
            height: 42px !important;
        }

        /* Social Media Icons Fix - Clean Grid Layout */

        /* Override the default social-links flex layout */
        .social-links {
            display: grid !important;
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 10px !important;
            padding: 10px 0;
        }

        /* Social button styling - icon only, rounded square */
        .social-btn {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 50px !important;
            height: 50px !important;
            border-radius: 12px !important;
            padding: 0 !important;
            margin: 0 !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
        }

        .social-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .social-btn:hover::before {
            transform: translateY(0);
        }

        .social-btn:hover {
            transform: translateY(-5px) scale(1.08) !important;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
        }

        /* Icon styling */
        .social-btn i {
            margin: 0 !important;
            font-size: 24px !important;
            width: auto !important;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff !important;
        }

        /* Platform-specific colors - Solid vibrant colors */
        .social-btn.facebook {
            background: #3b5998 !important;
        }

        .social-btn.facebook:hover {
            background: #4c6aaf !important;
        }

        .social-btn.halaman {
            background: #7c3aed !important;
        }

        .social-btn.halaman:hover {
            background: #8b5cf6 !important;
        }

        .social-btn.tiktok {
            background: #ff0050 !important;
        }

        .social-btn.tiktok:hover {
            background: #ff1a66 !important;
        }

        .social-btn.twitter {
            background: #1da1f2 !important;
        }

        .social-btn.twitter:hover {
            background: #33aef5 !important;
        }

        .social-btn.instagram {
            background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
        }

        .social-btn.instagram:hover {
            background: linear-gradient(135deg, #f5a142 0%, #ea7548 25%, #e03551 50%, #d42f73 75%, #c92596 100%) !important;
        }

        .social-btn.whatsapp {
            background: #25d366 !important;
        }

        .social-btn.whatsapp:hover {
            background: #2ee673 !important;
        }

        .social-btn.youtube {
            background: #ff0000 !important;
        }

        .social-btn.youtube:hover {
            background: #ff1a1a !important;
        }

        .social-btn.snack {
            background: #ff9000 !important;
        }

        .social-btn.snack:hover {
            background: #ffa31a !important;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .social-links {
                grid-template-columns: repeat(4, 1fr) !important;
                gap: 8px !important;
            }

            .social-btn {
                width: 45px !important;
                height: 45px !important;
            }

            justify-content: center !important;
            width: 50px !important;
            height: 50px !important;
            border-radius: 12px !important;
            padding: 0 !important;
            margin: 0 !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            position: relative;
            overflow: hidden;
        }

        .social-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .social-btn:hover::before {
            transform: translateY(0);
        }

        .social-btn:hover {
            transform: translateY(-5px) scale(1.08) !important;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
        }

        /* Icon styling */
        .social-btn i {
            margin: 0 !important;
            font-size: 24px !important;
            width: auto !important;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff !important;
        }

        /* Platform-specific colors - Solid vibrant colors */
        .social-btn.facebook {
            background: #3b5998 !important;
        }

        .social-btn.facebook:hover {
            background: #4c6aaf !important;
        }

        .social-btn.halaman {
            background: #7c3aed !important;
        }

        .social-btn.halaman:hover {
            background: #8b5cf6 !important;
        }

        .social-btn.tiktok {
            background: #ff0050 !important;
        }

        .social-btn.tiktok:hover {
            background: #ff1a66 !important;
        }

        .social-btn.twitter {
            background: #1da1f2 !important;
        }

        .social-btn.twitter:hover {
            background: #33aef5 !important;
        }

        .social-btn.instagram {
            background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
        }

        .social-btn.instagram:hover {
            background: linear-gradient(135deg, #f5a142 0%, #ea7548 25%, #e03551 50%, #d42f73 75%, #c92596 100%) !important;
        }

        .social-btn.whatsapp {
            background: #25d366 !important;
        }

        .social-btn.whatsapp:hover {
            background: #2ee673 !important;
        }

        .social-btn.youtube {
            background: #ff0000 !important;
        }

        .social-btn.youtube:hover {
            background: #ff1a1a !important;
        }

        .social-btn.snack {
            background: #ff9000 !important;
        }

        .social-btn.snack:hover {
            background: #ffa31a !important;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .social-links {
                grid-template-columns: repeat(4, 1fr) !important;
                gap: 8px !important;
            }

            .social-btn {
                width: 45px !important;
                height: 45px !important;
            }

            .social-btn i {
                font-size: 20px !important;
            }
        }

        @media (max-width: 480px) {
            .social-links {
                grid-template-columns: repeat(4, 1fr) !important;
                gap: 6px !important;
            }

            .social-btn {
                width: 42px !important;
                height: 42px !important;
            }

            .social-btn i {
                font-size: 18px !important;
            }
        }

        /* Footer Social Icons Styling */
        .footer-social {
            display: flex !important;
            flex-wrap: nowrap !important;
            gap: 8px;
            align-items: center;
            justify-content: flex-start;
            overflow: hidden;
            padding: 2px;
            margin: 0;
        }

        .footer-social .social-icon {
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            background-color: #f0f0f0;
            /* Default fallback */
            color: #fff !important;
            border-radius: 8px;
            /* Rounded square */
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
            flex-shrink: 0;
        }

        .footer-social .social-icon:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        }

        .social-btn {
            width: 45px !important;
            height: 45px !important;
        }

        .social-btn i {
            font-size: 20px !important;
        }
    }

    @media (max-width: 480px) {
        gap: 10px !important;
        padding: 10px 0;
    }

    /* Social button styling - icon only, rounded square */
    .social-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

    .social-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .social-btn:hover::before {
        transform: translateY(0);
    }

    .social-btn:hover {
        transform: translateY(-5px) scale(1.08) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    }

    /* Icon styling */
    .social-btn i {
        margin: 0 !important;
        font-size: 24px !important;
        width: auto !important;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff !important;
    }

    /* Platform-specific colors - Solid vibrant colors */
    .social-btn.facebook {
        background: #3b5998 !important;
    }

    .social-btn.facebook:hover {
        background: #4c6aaf !important;
    }

    .social-btn.halaman {
        background: #7c3aed !important;
    }

    .social-btn.halaman:hover {
        background: #8b5cf6 !important;
    }

    .social-btn.tiktok {
        background: #ff0050 !important;
    }

    .social-btn.tiktok:hover {
        background: #ff1a66 !important;
    }

    .social-btn.twitter {
        background: #1da1f2 !important;
    }

    .social-btn.twitter:hover {
        background: #33aef5 !important;
    }

    .social-btn.instagram {
        background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    }

    .social-btn.instagram:hover {
        background: linear-gradient(135deg, #f5a142 0%, #ea7548 25%, #e03551 50%, #d42f73 75%, #c92596 100%) !important;
    }

    .social-btn.whatsapp {
        background: #25d366 !important;
    }

    .social-btn.whatsapp:hover {
        background: #2ee673 !important;
    }

    .social-btn.youtube {
        background: #ff0000 !important;
    }

    .social-btn.youtube:hover {
        background: #ff1a1a !important;
    }

    .social-btn.snack {
        background: #ff9000 !important;
    }

    .social-btn.snack:hover {
        background: #ffa31a !important;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 8px !important;
        }

        .social-btn {
            width: 45px !important;
            height: 45px !important;
        }

        .social-btn i {
            font-size: 20px !important;
        }
    }

    @media (max-width: 480px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 6px !important;
        }

        .social-btn {
            width: 42px !important;
            height: 42px !important;
        }

        .social-btn i {
            font-size: 18px !important;
        }
    }

    /* Footer Social Icons Styling */
    .footer-social {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        padding: 2px;
        margin: 0;
    }

    .footer-social .social-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background-color: #f0f0f0;
        /* Default fallback */
        color: #fff !important;
        border-radius: 8px;
        /* Rounded square */
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        flex-shrink: 0;
    }

    .footer-social .social-icon:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    }

    .social-btn {
        width: 45px !important;
        height: 45px !important;
    }

    .social-btn i {
        font-size: 20px !important;
    }
    }

    @media (max-width: 480px) {
        gap: 10px !important;
        padding: 10px 0;
    }

    /* Social button styling - icon only, rounded square */
    .social-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 12px !important;
        padding: 0 !important;
        margin: 0 !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden;
    }

    .social-btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .social-btn:hover::before {
        transform: translateY(0);
    }

    .social-btn:hover {
        transform: translateY(-5px) scale(1.08) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
    }

    /* Icon styling */
    .social-btn i {
        margin: 0 !important;
        font-size: 24px !important;
        width: auto !important;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff !important;
    }

    /* Platform-specific colors - Solid vibrant colors */
    .social-btn.facebook {
        background: #3b5998 !important;
    }

    .social-btn.facebook:hover {
        background: #4c6aaf !important;
    }

    .social-btn.halaman {
        background: #7c3aed !important;
    }

    .social-btn.halaman:hover {
        background: #8b5cf6 !important;
    }

    .social-btn.tiktok {
        background: #ff0050 !important;
    }

    .social-btn.tiktok:hover {
        background: #ff1a66 !important;
    }

    .social-btn.twitter {
        background: #1da1f2 !important;
    }

    .social-btn.twitter:hover {
        background: #33aef5 !important;
    }

    .social-btn.instagram {
        background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    }

    .social-btn.instagram:hover {
        background: linear-gradient(135deg, #f5a142 0%, #ea7548 25%, #e03551 50%, #d42f73 75%, #c92596 100%) !important;
    }

    .social-btn.whatsapp {
        background: #25d366 !important;
    }

    .social-btn.whatsapp:hover {
        background: #2ee673 !important;
    }

    .social-btn.youtube {
        background: #ff0000 !important;
    }

    .social-btn.youtube:hover {
        background: #ff1a1a !important;
    }

    .social-btn.snack {
        background: #ff9000 !important;
    }

    .social-btn.snack:hover {
        background: #ffa31a !important;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 8px !important;
        }

        .social-btn {
            width: 45px !important;
            height: 45px !important;
        }

        .social-btn i {
            font-size: 20px !important;
        }
    }

    @media (max-width: 480px) {
        .social-links {
            grid-template-columns: repeat(4, 1fr) !important;
            gap: 6px !important;
        }

        .social-btn {
            width: 42px !important;
            height: 42px !important;
        }

        .social-btn i {
            font-size: 18px !important;
        }
    }

    /* Footer Social Icons Styling */
    .footer-social {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        padding: 2px;
        margin: 0;
    }

    .footer-social .social-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #f0f0f0;
        /* Default fallback */
        color: #fff !important;
        border-radius: 6px;
        /* Rounded square */
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        flex-shrink: 0;
    }

    .footer-social .social-icon:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    }

    .footer-social .social-icon i {
        font-size: 14px;
    }

    /* Platform Colors for Footer */
    .footer-social .social-icon.facebook {
        background: #3b5998 !important;
    }

    .footer-social .social-icon.twitter {
        background: #1da1f2 !important;
    }

    .footer-social .social-icon.instagram {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    }

    .footer-social .social-icon.youtube {
        background: #ff0000 !important;
    }

    .footer-social .social-icon.tiktok {
        background: #000000 !important;
    }

    .footer-social .social-icon.whatsapp {
        background: #25d366 !important;
    }

    .footer-social .social-icon.linkedin {
        background: #0077b5 !important;
    }

    .footer-social .social-icon.snack {
        background: #ff9000 !important;
    }

/* FINAL FORCE FIX for Mobile Social Icons Overflow */
@media (max-width: 768px) {
    .social-links {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
        grid-template-columns: none !important;
        padding: 10px 0 !important;
    }
    .social-btn {
        width: 40px !important;
        height: 40px !important;
        flex: 0 0 auto !important;
        margin: 5px !important;
    }
}
