.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--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;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.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 *//* Set black background on root elements */
html, body, #main-container {
    background-color: #000000 !important;
}

/* Make ALL text white */
body, p, h1, h2, h3, h4, h5, h6, span, a, li, div, 
.elementor-heading-title, .elementor-text-editor, 
.service-title, .service-desc {
    color: #ffffff !important;
}

/* Keep links white */
a {
    color: #ffffff !important;
    text-decoration: none;
}

/* BUTTONS - Force ORIGINAL GREEN background (#018473) with white text */
.elementor-button,
button,
input[type="submit"],
.btn,
.wpforms-submit,
.gform_button,
.elementor-element .elementor-button,
.elementor-button-link,
.ctc-analytics.ht_ctc_padding {
    background-color: #018473 !important;
    color: #ffffff !important;
    border: none !important;
}

/* Ensure button text is white */
.elementor-button .elementor-button-text,
button span,
.btn span {
    color: #ffffff !important;
}

/* Fix WhatsApp button specifically if it's affected */
.ht_ctc_padding {
    background-color: #018473 !important;
}
.ht_ctc_padding svg path:first-child {
    fill: #ffffff !important;
}

/* Restore critical element backgrounds (header, sections, etc.) */
.elementor-element,
header, .hero, .e-con,
.elementor-section,
.elementor-container,
.e-con-inner {
    background-color: transparent;
}

/* FORCE FOOTER - Black background + White text */
footer,
.elementor-location-footer,
[data-elementor-type="footer"],
footer .elementor-element,
footer .e-con,
footer .elementor-section,
footer .elementor-container,
footer .e-con-inner {
    background-color: #000000 !important;
}

/* Ensure ALL footer text is white */
footer,
footer p,
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer span, footer li, footer div, footer a,
footer .elementor-heading-title,
footer .elementor-text-editor {
    color: #ffffff !important;
}

/* Keep footer buttons with green background */
footer .elementor-button,
footer button,
footer input[type="submit"] {
    background-color: #018473 !important;
    color: #ffffff !important;
}

/* Flip box backgrounds */
.service-flipbox-front, .service-flipbox-back {
    background-color: #1a1a1a !important;
}/* End custom CSS */