.elementor-kit-13{--e-global-color-primary:#DD4A48;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F5EEDC;--e-global-color-wanzor_primary:#222222;--e-global-color-wanzor_text:#787878;--e-global-color-wanzor_accent:#FF642F;--e-global-color-wanzor_accent_2:#008BA7;--e-global-color-wanzor_accent_3:#7AC143;--e-global-color-wanzor_accent_4:#FDBB4B;--e-global-color-6b4b420:#DD4A48;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */body{
    overflow: initial !important;
}
/* Prevent unwanted scrolling */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; /* Ensures vertical scrolling remains natural */
}

/* Ensure full-page sections do not exceed the viewport */
.full-height-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Debugging: Detect elements causing extra height */
* {
    box-sizing: border-box;
    outline: 1px solid transparent; /* Change to red if needed for debugging */
}

/* Fix any unexpected margin/padding */
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

/* Force hidden overflow for expanding elements */
.container, .wrapper, .content {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden; /* Adjust based on necessity */
}

/* Prevent dynamically loaded images from pushing content */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remove bottom margin if the issue is related to flexbox */
body > *:last-child {
    margin-bottom: 0 !important;
}/* End custom CSS */