/*
Theme Name: Ruzbahani-School
Theme URI: https://ruzbahani.com/
Author: Ali Ruzbahani
Author URI: https://ruzbahani.com/
Description: Professional driving school theme with full Elementor support
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ruzbahani-school
Tags: education, driving-school, elementor, custom-header, custom-menu, featured-images, threaded-comments
*/

/* Main styles are loaded from css/style.css */

/* Make Banner Section Full Width */
.elementor-widget-ruzbahani_banner .elementor-widget-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.elementor-widget-ruzbahani_banner .banner-sec {
    width: 100%;
    max-width: 100%;
}


/* Elementor Full Width Fix */
.elementor-page .header .container,
.elementor-page .footer-sec .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* OR make header/footer completely full width */
.elementor-page .header,
.elementor-page .footer-sec {
    width: 100%;
}

.elementor-page .header .navbar .container,
.elementor-page .footer-sec > .container {
    max-width: 1200px; /* or 1140px or whatever you want */
    margin: 0 auto;
}

/* Fix Elementor sections to be full width */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

