.elementor-567 .elementor-element.elementor-element-153cb4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-567 .elementor-element.elementor-element-68d2099{--display:flex;}.elementor-567 .elementor-element.elementor-element-3818968{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-567:not(.elementor-motion-effects-element-type-background), body.elementor-page-567 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}body.elementor-page-567{margin:28px 0px 0px 0px;}@media(min-width:768px){.elementor-567 .elementor-element.elementor-element-153cb4f{--content-width:1356px;}}/* Start custom CSS *//* =========================
   GLOBAL PAGE SETTINGS
   ========================= */

/* Fix WordPress / Browser default spacing */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Page max-width control (Full-width look but readable) */
.page-wrapper,
.hero-container,
.features-grid,
.footer-grid {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

/* Section spacing consistency */
section {
    width: 100%;
    position: relative;
}

/* Mobile safe padding */
section,
footer {
    padding-left: 20px;
    padding-right: 20px;
}

/* Desktop padding upgrade */
@media (min-width: 1024px) {
    section,
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Prevent image / div overflow */
img,
video,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Remove unwanted WordPress theme gaps */
header,
nav {
    margin: 0 !important;
    padding: 0 !important;
}

/* Box sizing safety */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Button tap highlight remove (mobile polish) */
button,
a {
    -webkit-tap-highlight-color: transparent;
}

/* Text rendering improvement */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}/* End custom CSS */