/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/
.header-v1 {
    box-shadow: inset 0 -1px 0 0 #e1e1e1;
}
.site-branding .logo-text {
    font-weight: 500!important;
}
.konte-banner-content--bottom-center {
    top: auto;
    bottom: 50px;
    left: 0;
    transform: none;
}
@media (max-width: 991px) {
    .site-footer.transparent {
        position:absolute;
    }
}
.site-footer.transparent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    z-index: 999;
    
}

.main-navigation .mega-menu ul {
    position: static;
    opacity: 1;
    margin: 0;
    padding: 0;
    min-width: 0;
    box-shadow: none;
    transform: none;
    background: rgba(0, 0, 0, 0);
    min-height: 40px;
    height: 100%;
}
.swiper-slide video {
    pointer-events: none!important; /* Disable interactions on the video element */
}

/*
.konte-banner-carousel__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 500px; 
    overflow: hidden;
}
*/
/*.konte-banner-carousel__banner .media-wrapper {
    width: 100%; 
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.konte-banner-carousel__banner img,
.konte-banner-carousel__banner video {
    width: auto;
    height: 100%; 
    object-fit: contain; 
    display: block; 
}*/

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px!important;
}