/*
Theme Name:   Eduall Child
Theme URL:    https://wowtheme7.com/eduall-child/
Description:  Education WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     eduall
Version:      1.0.4
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  eduallchildtheme
*/

/*
    Please Add your custom styles here
*/
/* --- Global Fix: Remove horizontal scrolling site-wide --- */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  width: 100% !important;
}

/* Prevent child elements from exceeding viewport width */
* {
  box-sizing: border-box;
  max-width: 100vw !important;
}

/* Fix Elementor sections or containers that cause scroll */
.elementor-section,
.elementor-container,
.elementor-column {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Fix video section overflow (keeps full screen video) */
.hero-video-wrapper {
  position: relative !important;
  width: 100% !important;
  height: 100dvh !important;
  overflow: hidden !important;
}
.hero-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}



