/* Custom CSS Properties */
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.glass-effect {
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.text-gradient {
    background: linear-gradient(to right, #10b981, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-bg {
    background: radial-gradient(circle at top right, #064e3b, #0f172a);
}

/* Memutar ikon chevron saat aktif */
.rotate-180 {
    transform: rotate(180deg);
}

/* Custom Scrollbar untuk Windows/PC */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #0f172a; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #10b981; }