/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://glassvista.in/hello-elementor-child/
 Description:  A child theme for Hello Elementor
 Author:       Aarif
 Author URI:   https://glassvista.in/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


/* 
#scroll-bg.elementor-sticky--effects .elementor-nav-menu a,
#scroll-bg.elementor-sticky--effects .elementor-icon,
#scroll-bg.elementor-sticky--effects .elementor-menu-cart__toggle_button {
  color: #333333 !important;
}

#scroll-bg .elementor-nav-menu a,
#scroll-bg .elementor-icon,
#scroll-bg .elementor-menu-cart__toggle_button {
  color: #ffffff !important;
}



body.home #scroll-bg,
body.front-page #scroll-bg {
  backdrop-filter: blur(0px);
}


body.home #scroll-bg.elementor-sticky--effects,
body.front-page #scroll-bg.elementor-sticky--effects {
  background-color: #c5b9ab !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}


body:not(.home) #scroll-bg,
body:not(.front-page) #scroll-bg {
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);

}

body.home #scroll-bg {
	background-color: #00000057;
}

body #scroll-bg {
	background-color: black;
}

body.home #scroll-bg.elementor-sticky--effects  {
	background-color: #000000 !important;
} */


