/*
 Theme Name:   Edumoon Child Theme
 Theme URI:    https://getmasum.com/themes-wp/edumoon/
 Description:  This is Edumoon Child Theme
 Author:       themesvila
 Author URI:   https://themeforest.net/user/themesvila
 Template:     edumoon
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  edumoon-child
*/

/* ===== Banner cleanup: no SVG, only color overlay ===== */

/* Paslepiam SVG dekoracijas */
.main-banner .blshape,
.main-banner .brshape,
.main-banner svg{
  display: none !important;
}

/* Banner overlay */
.main-banner{
  position: relative !important;
}

.main-banner::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55) !important; /* <-- keisk spalvą */
  pointer-events: none;
  z-index: 1;
}

/* Banner content virš overlay */
.main-banner .container,
.main-banner .row{
  position: relative;
  z-index: 2;
}
