/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       netex-optimointi
 Author URI:   
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	
}


.no-overflow {
	overflow: hidden !important;
}

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown {
	z-index: 10;
}

.custom-image-carousel .swiper-slide-inner img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* Chrome, Edge, Safari, Opera */
::-webkit-scrollbar {
    width: 5px;       /* pystyscroll */
    height: 5px;      /* vaakascroll */
}

::-webkit-scrollbar-track {
    background: transparent; /* taustatrack */
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid transparent; /* pieni “gap” effect */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #124a0d /* hover-väri */
}

/* Firefox */
* {
    scrollbar-width: thin;            /* “thin” on ~5px */
    scrollbar-color: #037a3e transparent;
}
