.elementor-6555 .elementor-element.elementor-element-0938de5{--display:flex;}.elementor-6555 .elementor-element.elementor-element-65667bf{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6555 .elementor-element.elementor-element-cea1503 .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:36px;font-weight:600;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6555 .elementor-element.elementor-element-4db544f{font-weight:400;}.elementor-6555 .elementor-element.elementor-element-4f97379{font-weight:400;}.elementor-6555 .elementor-element.elementor-element-016b1a1 .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:30px;font-weight:600;}.elementor-6555 .elementor-element.elementor-element-809abc2{font-weight:400;}.elementor-6555 .elementor-element.elementor-element-2f35a3c .elementor-heading-title{font-family:"Titillium Web", Sans-serif;font-size:24px;font-weight:600;}.elementor-6555 .elementor-element.elementor-element-6734e7e{font-weight:400;}/* Start custom CSS *//* Target main background */
body, 
.elementor-section,
.elementor-container,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-element {
    background-color: #EEE !important;
}

/* Text colors */
body, 
p, 
h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor {
    color: #EEE !important;
}

/* Links */
a {
    color: #bb86fc !important;
}

/* Force override for stubborn elements */
[class*="elementor-"] {
    background-color: #000 !important;
}

/* Text colors */
body, 
p, 
h1, h2, h3, h4, h5, h6,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor {
    color: #EEE !important;
}

/* Fix contact form fields */
.elementor-form-fields-wrapper input,
.elementor-form-fields-wrapper textarea,
.elementor-field-group .elementor-field,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    background-color: #111 !important;
    color: #EEE !important;
    border: 1px solid #333 !important;
}

/* Fix labels */
.elementor-field-label,
.wpcf7-form label {
    color: #EEE !important;
}

/* Fix reCAPTCHA and other special elements */
.grecaptcha-badge,
.recaptcha-wrapper,
.g-recaptcha {
    background-color: transparent !important;
}

/* Better Button styling */
.elementor-button,
.wpcf7-submit,
button[type="submit"],
input[type="submit"] {
    background-color: #111 !important;
    color: #EEE !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: uppercase;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    transition: background-color 0.3s ease !important;
}

/* Button hover state */
.elementor-button:hover,
.wpcf7-submit:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: #333 !important;
}

/* Fix SEND button text with bounding box issue */
.elementor-button,
.wpcf7-submit,
button[type="submit"],
input[type="submit"],
.elementor-button-text,
.elementor-button * {
    background-color: #111 !important;
    color: #EEE !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #EEE !important;
    -webkit-text-stroke: 0 !important;
    text-stroke: 0 !important;
    text-decoration: none !important;
    filter: none !important;
}

/* Target the text specifically */
.elementor-button span,
.elementor-button-text,
button[type="submit"] span,
input[type="submit"] {
    background: transparent !important;
    background-color: transparent !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    text-shadow: none !important;
    box-shadow: none !important;
}

.transparent-override,
.transparent-override .elementor-widget-container,
.transparent-override .elementor-heading-title {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.transparent-override .elementor-heading-title {
    text-shadow: 0px 2px 4px rgba(0,0,0,0.8),
                 0px 4px 8px rgba(0,0,0,0.6),
                 0px 6px 12px rgba(0,0,0,0.4),
                 0px 8px 16px rgba(0,0,0,0.2) !important;
    color: white !important;
    font-weight: 400 !important;
}

.gradient-overlay {
    background: none !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1)) !important;
    backdrop-filter: blur(1px);
}/* End custom CSS */