/* =========================================
   Home page content - نیلگون دنیز
   [data-elementor-id="9"] is the single wrapper Elementor generates
   for the ENTIRE page content, sitting between the header and footer
   templates. Styling just this one element covers every section now
   and any new section added later — no need to list individual IDs.
   ========================================= */

[data-elementor-id="9"] {
    background-color: var(--background) !important;
    display: flow-root;
}

/* Safety: remove any residual margin between the feature-cards section
   (part of the header template) and the page-content wrapper right
   after it, so the two background colors sit flush with no gap. */
[data-id="8ea27be"] {
    margin-bottom: 0 !important;
}
[data-elementor-id="9"] {
    margin-top: 0 !important;
}

/* ===== About Us section (on the homepage) =====
   NOTE: the display:none rule that was here hid more than intended
   (real content disappeared too), so it's been removed. Need to
   re-inspect to find the correct, narrower selector for just the
   decorative rectangle shapes. */
   
