/*
Theme Name: rahpooyan
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: Arman Tahmasbian Sanaz Hosseinzadeh
Author URI: https://ddddddddd.com
Template: hello-elementor
Version: 1.0.0
*/

/* Force Full Width for All Pages (Fix White Line on Sticky Header) */
html, body {
    overflow-x: hidden;
}

body {
    width: 100%;
}

.container, .elementor-container {
    max-width: 100vw;
}

.sticky-header {
    left: 0;
    width: 100%;
}
