.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--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-5 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 *//* ===== STOP HORIZONTAL SCROLLING ===== */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}
* {
    box-sizing: border-box !important;
}
img {
    max-width: 100% !important;
    height: auto !important;
}

/* ===== MOBILE (max 767px) ===== */
@media (max-width: 767px) {

    /* Prevent any element from overflowing */
    .elementor-section,
    .elementor-container,
    .elementor-row,
    .elementor-column,
    .elementor-column-wrap,
    .elementor-widget-wrap {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Stack ALL columns to full width */
    .elementor-column {
        width: 100% !important;
        float: none !important;
        display: block !important;
    }

    /* Make all flex containers wrap */
    .elementor-section .elementor-container,
    .elementor-inner-section .elementor-container {
        flex-wrap: wrap !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix section padding */
    .elementor-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix heading sizes */
    h1.elementor-heading-title { font-size: 28px !important; line-height: 1.3 !important; }
    h2.elementor-heading-title { font-size: 24px !important; line-height: 1.3 !important; }
    h3.elementor-heading-title { font-size: 20px !important; }
    h4.elementor-heading-title { font-size: 18px !important; }

    /* Fix buttons - stack them */
    .elementor-widget-button {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px !important;
    }
    .elementor-widget-button .elementor-button {
        width: 100% !important;
        display: block !important;
        text-align: center !important;
    }
    .elementor-button-wrapper {
        text-align: center !important;
        width: 100% !important;
    }

    /* Fix images */
    .elementor-widget-image,
    .elementor-widget-image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Fix the top bar */
    .elementor-section:first-child .elementor-container {
        flex-direction: column !important;
        text-align: center !important;
    }

    /* Fix nav menu */
    .elementor-nav-menu--main .elementor-nav-menu {
        display: none !important;
    }
    .elementor-menu-toggle {
        display: flex !important;
    }

    /* Fix text */
    .elementor-widget-text-editor p {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    /* Fix icon boxes */
    .elementor-icon-box-wrapper {
        text-align: center !important;
    }

    /* Fix the wordmark header */
    .elementor-widget-heading .elementor-heading-title[style*="font-size: 22px"],
    .elementor-widget-heading .elementor-heading-title[style*="font-size: 24px"] {
        font-size: 18px !important;
    }

    /* Fix inner sections (nested columns like service cards, area cards) */
    .elementor-inner-section {
        width: 100% !important;
    }
    .elementor-inner-section .elementor-column {
        width: 100% !important;
        float: none !important;
    }

    /* Fix process steps */
    .elementor-col-33 {
        width: 100% !important;
    }

    /* Fix area cards */
    .elementor-col-25,
    .elementor-col-20 {
        width: 100% !important;
    }

    /* Reduce excessive padding on mobile */
    .elementor-section[data-settings] {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

/* ===== TABLET (768px - 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-col-33,
    .elementor-col-25,
    .elementor-col-20 {
        width: 50% !important;
        float: left !important;
    }
    .elementor-section .elementor-container {
        flex-wrap: wrap !important;
    }
    .elementor-column {
        min-width: 50% !important;
    }
}/* End custom CSS */