.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f25161e:#FFFDFD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Permanent Dark Grey Theme for EyeAura */
:root {
    --dark-grey: #121212;
    --accent-teal: #00CED1;
}

body {
    background-color: var(--dark-grey) !important;
    color: #ffffff !important;
    overflow-x: hidden;
}

/* Elementor Core Elements */
.elementor, .elementor-section, .elementor-column, .elementor-widget, 
.elementor-inner-section, .elementor-widget-container {
    background-color: var(--dark-grey) !important;
    color: #ffffff !important;
}

/* Text & Links */
.elementor a {
    color: var(--accent-teal) !important;
}
.elementor a:hover {
    color: #20B2AA !important;
    text-decoration: underline;
}

/* Buttons */
.elementor-button, .elementor-button-wrapper {
    background-color: var(--accent-teal) !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 4px !important;
}
.elementor-button:hover {
    background-color: #20B2AA !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 206, 209, 0.3);
}

/* Form Fields */
.elementor-form input, .elementor-form textarea, 
.elementor-form select {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

/* Header/Footer */
.elementor-header, .elementor-footer {
    background-color: var(--dark-grey) !important;
    border-bottom: 1px solid #333333 !important;
}/* End custom CSS */