/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: 'poppins';
    font-weight: 400;
    font-size: 14px;
}
header select.gt_selector {
    background: transparent !important;
    width: 100px !important;
    border: none !important;
    color: #fff !important;
}

header select.gt_selector option {
    color: #000 !important;
}
div#habout-img {
    position: relative;
}

div#habout-img:before {
    content: '';
    position: absolute;
    left: -20px;
    right: 50px;
    top: -20px;
    bottom: 50px;
    background: #1e1e1ecf;
    border-radius: 20px;
    z-index: -1;
}
div#translator a.glink.nturl {
    color: #e6d297 !important;
}

div#translator a.glink.nturl:first-child {
    border-right: 1px solid;
    padding-right: 5px;
}
.elementor-element.elementor-widget-flip-box {
    border-radius: 20px !important;
    overflow: hidden !important;
}
header {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all 0.6s ease;
    z-index: 999;
}
header.slide-up {
    top: -700px; /* Adjust to your header height */
}

header.slide-down {
    top: 0;
}

header.hide {
    transform: translateY(-100%);
}
header.bg #header-outer{
    background: #000;
}
@media (max-width: 1024px) {
    footer.elementor-element {
        flex-wrap: wrap;
    }
    
    footer.elementor-element > div {
        width: 100% !IMPORTANT;
        padding-left: 0 !important;
    }
	header select.gt_selector {
		left: -20px !important;
		position: relative;
		font-size: 14px !Important;
	}

}
@media (max-width: 768px) {
	header select.gt_selector {
		left: -50px !important;
		position: relative;
		width: 90px !important;
	}
    footer.elementor-element {
        flex-wrap: wrap;
        padding: 50px 30px !IMPORTANT;
    }
    
    footer.elementor-element > div {
        width: 100% !IMPORTANT;
        padding-left: 0 !important;
    }
	
	div#copyright {
		padding: 0px 30px 20px !IMPORTANT;
		flex-wrap: wrap;
	}

	div#copyright > div {
		width: 100% !important;
		text-align: center;
	}

	div#copyright > div ul.elementor-icon-list-items {
		justify-content: center !important;
	}
	header.elementor-element {
		padding: 10px 20px !IMPORTANT;
	}
}
