/* 
 * brand_eveliko.css
 * Eveliko (Sitefinity partner) brand colors and variables
 */

:root {
    /* Primary brand colors */
    --primary-color: #0D7C66;
    --secondary-color: #0A6B56;
    --accent-color: #52D5B8;
    
    /* Neutral colors */
    --light-gray: #F8FAFC;
    --mid-gray: #64748B;
    --white: #FFFFFF;
    --dark-text: #0F172A;
    
    /* Gradients */
    --gradient-start: rgba(13, 124, 102, 0.95);
    --gradient-end: rgba(10, 107, 86, 0.95);
    
    /* Effects */
    --hero-glow: rgba(82, 213, 184, 0.15);
    --shadow-color: rgba(13, 124, 102, 0.25);
    --dot-pattern: rgba(13, 124, 102, 0.04);
    --card-gradient-start: rgba(13, 124, 102, 0.1);
    --card-gradient-end: rgba(13, 124, 102, 0.05);
    --card-gradient-hover-start: rgba(13, 124, 102, 0.15);
    --card-gradient-hover-end: rgba(13, 124, 102, 0.08);
    --service-hover-bg: rgba(13, 124, 102, 0.02);
    
    /* Hero image */
    --hero-image: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1920&q=80');
}
