/* Custom CSS Overrides */
/* Add your custom styles here to override defaults */
.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
