/* Custom CSS Enhancements - Light Theme for cramonsanabria.com */

/* Custom Scrollbar for Light Theme */
::-webkit-scrollbar {
    width: 8px;
}

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

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0284c7;
}

/* Timeline animation & filter */
.timeline-item {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.timeline-item.hidden-item {
    display: none;
    opacity: 0;
    transform: translateY(20px);
}

/* Light Glassmorphism Effect */
.glass-panel-light {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

/* Active filter button styles (Light Mode) */
.exp-filter-btn.active {
    background-color: #0284c7 !important;
    color: #ffffff !important;
    border-color: #0284c7 !important;
}

/* Soft Subtly Glowing Accents */
.light-glow {
    box-shadow: 0 10px 30px -10px rgba(2, 132, 199, 0.15);
}
