/*
Theme Name: SleekWindow
Theme URI: https://sleekwindow.ae
Author: Themes Industry
Description: Custom WordPress theme for SleekWindow Curtains & Blinds.
Version: 1.0.0
Text Domain: sleekwindow
*/

/* Reset / Global Styles if needed - mostly handled by enqueued CSS */
html, body {
    overflow-x: hidden;
}

.content-area, .site-main {
    width: 100%;
    max-width: 100%;
}

/* Ensure Elementor sections can go full width if explicitly set */
.elementor-section.elementor-section-full_width > .elementor-container {
    max-width: none !important;
    width: 100% !important;
}

/* Hero / Banner Full Width (Breakout of Boxed Container) */
.elementor-widget-sleekwindow_hero {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

#home-banner, .banner, .slider-area {
    width: 100vw !important;
    max-width: 100vw !important;
}

#home-banner .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elementor-section.elementor-section-full_width {
    width: 100% !important;
    left: 0 !important;
}

/* Section vertical spacing */
section {
    padding: 80px 0;
}

/* Fix footer restricted width */
footer .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

