.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-06df08b:#1F3B60;--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-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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:500px;}.e-con{--container-max-width:500px;}}/* Start custom CSS *//* === MASTER MOBILE FIX FOR THE 3 SECTIONS === */
@media (max-width: 768px) {

    /* 1. Target all 3 sections using the shared class */
    .mobile-responsive-section,
    .mobile-responsive-section > .e-con, 
    .mobile-responsive-section > .elementor-container {
        display: flex !important;
        flex-direction: column !important; /* Force Top-to-Bottom stack */
        flex-wrap: nowrap !important; /* Stop weird side-by-side wrapping */
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* 2. Force every Item (Card, Text, Image) inside to be full width */
    .mobile-responsive-section .elementor-widget-wrap,
    .mobile-responsive-section .elementor-column,
    .mobile-responsive-section .e-con-inner,
    .mobile-responsive-section .elementor-widget {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 25px !important; /* Space between stacked items */
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* 3. Special Fix for "About Us" Stats (Optional: Keep them as a 2x2 Grid) */
    /* If you want the numbers (4000+, 20+) to be side-by-side, keep this part. 
       If you want them stacked, delete this block. */
    .mobile-responsive-section .elementor-counter, 
    .mobile-responsive-section .elementor-icon-box {
        width: 48% !important; /* Allows 2 items per row */
        display: inline-block !important;
        margin-bottom: 15px !important;
    }

    /* 4. Fix "Get In Touch" Form Fields */
    .mobile-responsive-section input,
    .mobile-responsive-section textarea,
    .mobile-responsive-section button {
        width: 100% !important; /* Make form fields full width */
    }
}/* End custom CSS */