/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.5.1.1788847929
Updated: 2026-09-08 06:12:09

*/

html,body{
    min-width:1200px;
    width:100%;
    overflow-x:hidden;
}

a, a:hover{
    color:unset;
}

h1, h2,h3,h4, h5, h6, p, ul, ul li, span, label {
    background: #00000001;
}


.menu-item:hover a, .current-menu-item a{
	font-weight:bold !important;
}

h3.elementor-image-box-title{
    margin:0;
}

#testimonials .swiper-pagination {
    text-align: left;
}


span.swiper-pagination-bullet {
    background: #999999;
    width: 15px;
    height: 15px;
    margin: 0 6px !important;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}


div#grid > .col {
    flex: 0 0 auto !important;
    width: calc(33.333% - 14px) !important;
    margin: 0 !important;
}

div#grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    gap: 20px !important;
    height: 4900px;
    overflow-x: hidden !important;
}


@media(max-width:1024px){
	html,body{
		min-width:320px;
	}
	
	#grid{
		height: 100% !important;
	}
	
	div#grid > .col {
		width: 100% !important;
	}
}

@media(max-width:900px){
	
}