.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-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: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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Global page spacing reset & Mobile overflow fix */
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important; /* Prevents the white space on the side */
}

/* Prevent Elementor sections from causing horizontal scroll */
.elementor-section-wrap,
.elementor-widget-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Remove theme spacing around Elementor pages */
body.elementor-page #page,
body.elementor-page #content,
body.elementor-page #primary,
body.elementor-page .site-content,
body.elementor-page .content-area,
body.elementor-page .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove empty theme page-title area */
body.page.elementor-page .entry-header,
body.page.elementor-page .page-header {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Header and footer alignment */
.elementor-location-header,
.elementor-location-footer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-location-header .elementor-section,
.elementor-location-footer .elementor-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove Elementor default column gap */
body.elementor-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

/* HTML widgets containing the page designs */
body.elementor-page .elementor-widget-html,
body.elementor-page .elementor-widget-html > .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* New Elementor container system */
body.elementor-page .e-con.e-parent {
    --padding-top: 0;
    --padding-right: 0;
    --padding-bottom: 0;
    --padding-left: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* Prevent margins between the three website areas */
.elementor-location-header + main,
.elementor-location-header + #content,
main + .elementor-location-footer,
#content + .elementor-location-footer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Force header and footer on homepage */
body.home .elementor-location-header,
body.home header,
body.home .premium-header,
body.home .site-header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

body.home .elementor-location-footer,
body.home footer,
body.home .site-footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}/* End custom CSS */