/* EliteProxy Brand Colors - CSS Variable Safety Net */
:root, .elementor-kit-6 {
    --e-global-color-primary: #00C853 !important;
    --e-global-color-secondary: #00873A !important;
    --e-global-color-text: #000000 !important;
    --e-global-color-accent: #FFFFFF !important;
    --e-global-color-23cf5ea: #00C85369 !important;
    --e-global-color-ad028bb: #E8F5E9 !important;
}


/* WP Core purple overrides */
:root {
    --wp--preset--color--vivid-purple: #00C853 !important;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6,147,227) 0%, #00C853 100%) !important;
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255,206,236) 0%, #00C853 100%) !important;
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255,203,112) 0%, #00C853 50%, rgb(65,88,208) 100%) !important;
}
.purple-pink-color {
    color: #00C853 !important;
    -webkit-text-fill-color: #00C853 !important;
}
/* Code tabs border fix */
.e-n-tab-title[aria-selected="true"] {
    border-color: #00C853 !important;
    color: #00C853 !important;
}
.e-n-tab-title {
    border-color: #333 !important;
}


/* Force header logo bigger */
.elementor-element-21424da3 img {
    width: 120px !important;
    height: auto !important;
}
.elementor-element-21424da3 .elementor-widget-container {
    max-height: 130px !important;
}
/* Header logo sizing general */
.elementor-widget-theme-site-logo img,
.custom-logo {
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
