/*
Theme Name: Cilacap Bercahaya
Theme URI: https://cilacapbercahaya.com
Author: Tim Pengembang Cilacap Bercahaya
Author URI: https://cilacapbercahaya.com
Description: Tema Portal Fasilitas, Layanan Publik & Pengaduan Warga Kabupaten Cilacap
Version: 1.0.0
Text Domain: cilacap-bercahaya
*/

/* STREAMING_CHUNK:Configuring custom styles and animations... */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}

.animate-fadeIn {
animation: fadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}

/* Facility Card Effects */
.facility-card {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.facility-card:hover {
transform: translateY(-6px);
box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}