.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-c6e28b7:#FF6B35;--e-global-color-44f7dc8:#3341555E;--e-global-color-6fbdc36:#CF5427;--e-global-color-6002d09:#FF704D;--e-global-typography-primary-font-family:"Merriweather";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}@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 *//* 1. Enforce Aspect Ratio on Images to prevent collapse */
.elementor img {
    height: auto;
    max-width: 100%;
    /* This uses the browser's native calculation if width/height attributes exist */
    aspect-ratio: attr(width) / attr(height);
}

/* 2. Stabilize Shape Dividers */
/* Prevents dividers from jumping by forcing them to stay at the bottom/top strictly */
.elementor-shape {
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* 3. Fix for Dynamic Headings/Text (Font Loading Shift) */
/* Ensures text occupies vertical space even before the custom font loads */
h1, h2, h3, h4, h5, h6, p, a, li {
    font-display: swap; 
    /* Optional: Reserve line-height space strictly */
    line-height: 1.5em; 
}/* End custom CSS */