body {
    background-color: #fafafa;
}

/* Custom styling untuk pola latar belakang */
.bg-pattern {
    background-image: radial-gradient(#f472b6 1px, transparent 1px);
    background-size: 30px 30px;
    background-color: #fdf2f8;
}

.gradient-text {
    background: linear-gradient(to right, #ec4899, #8b5cf6, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Styling untuk form popup */
.glass-panel {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hide scrollbar for form and slider but keep functionality */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}