.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-color-1dbf366:#FFFFFF;--e-global-color-3b87956:#6F9BBE;--e-global-color-2e3cc61:#012F5D;--e-global-color-a0c4738:#F2F2F2;--e-global-color-0a4fa02:#DBDBDB;--e-global-color-d345adc:#000000;--e-global-color-7dccee6:#011A33;--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;--e-global-typography-a3328da-font-family:"Heebo";--e-global-typography-a3328da-font-size:18px;--e-global-typography-a3328da-font-weight:400;--e-global-typography-7fd7214-font-family:"Heebo";--e-global-typography-7fd7214-font-size:18px;--e-global-typography-7fd7214-font-weight:600;--e-global-typography-f0df518-font-family:"Heebo";--e-global-typography-f0df518-font-size:71px;--e-global-typography-f0df518-font-weight:600;--e-global-typography-41f1bd2-font-family:"Heebo";--e-global-typography-41f1bd2-font-size:25px;--e-global-typography-41f1bd2-font-weight:600;--e-global-typography-d613817-font-family:"Heebo";--e-global-typography-d613817-font-size:55px;--e-global-typography-d613817-font-weight:600;--e-global-typography-07c7181-font-family:"Heebo";--e-global-typography-07c7181-font-size:16px;--e-global-typography-07c7181-font-weight:400;background-color:var( --e-global-color-7dccee6 );}.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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-5{--e-global-typography-f0df518-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (max-width: 767px) {
    /* Container for horizontal scrolling */
    .responsive-table-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
        max-width: none !important;
    }

    /* Force the table to have a minimum width */
    .responsive-table-wrapper table {
        display: block !important;
        min-width: 650px !important; /* This is the key line */
        width: auto !important;
        border-collapse: collapse !important;
    }

    /* Keep table cells from wrapping and squishing */
    .responsive-table-wrapper table th, 
    .responsive-table-wrapper table td {
        white-space: nowrap !important;
        padding: 8px 10px !important;
        border: 1px solid #ddd !important;
    }

    /* Optional: Hide specific columns on mobile if you need to */
    /* .responsive-table-wrapper th:nth-child(5),
    .responsive-table-wrapper td:nth-child(5) {
        display: none !important;
    } */
}/* End custom CSS */