/* Custom Style for Mbok Dewor Puding (Ultra-Modern UI) */

/* Base font-family styling */
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  background-color: #FAFAFA; /* Light krem soft background */
}

/* Elegant Premium Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
  background: #D97706; /* Caramel Gold */
  border-radius: 9999px;
  border: 3px solid #FAFAFA;
}

::-webkit-scrollbar-thumb:hover {
  background: #B45309; /* Caramel Hover Gold */
}

/* Custom Glassmorphism Navbar active state shadow */
.nav-scrolled {
  background-color: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Extra utility for golden gradients if needed */
.gold-gradient-text {
  background: linear-gradient(135deg, #B45309 0%, #D97706 50%, #F59E0B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
