/* 
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 */
html {
	margin: 0 !important;
	overflow: auto !important;
}

body {
	padding: 0 !important;
	margin: 0;
	overflow: auto !important;
	overflow-x: hidden !important;

}

.entry-title {
	display: none !important;
}

.cky-consent-container.cky-box-bottom-right {
	display: none;
}

/* Header + footer → no borders */
.ti-widget.ti-goog .ti-header,
.ti-widget.ti-goog .ti-footer {
	border-bottom: 0 !important;
}

/* Review items → border applied */
body .ti-widget.ti-goog .ti-review-item > .ti-inner {
	border: 2px solid #2584D7 !important; /* full border definition */
	border-radius: 20px !important; /* pick 50px if you want rounded */
	background: #ffffff !important;
	padding: 20px !important;
	margin: 0 !important;
	display: block !important;
	position: relative !important;
}

.elementor-kit-653 .elementor-button {
	border-radius: 40px !important;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 680px) {
	.elementor-grid-mobile-1.elementor-widget-loop-grid {
		width: 100% !important;
	}

	.type-project .abs-anura {
		bottom: 10% !important;
		margin-top: 0 !important;
	}
}

#usm-tt-bg {
	fill: #1e3a5f !important;
}

#usm-tt-text {
	fill: #ffffff !important;
}

.eael-team-text {
	display: none !important;
	font-size: 0 !important;
	margin: 0 !important;
}

img.swiper-slide-image {
	height: 80% !important;
	width: 80% !important;
	object-fit: cover
}

.nest-colelction {
	position: relative;
}

.nest-colelction:before {
	content: '';
	height: 29px;
	width: 3px;
	background-color: #010B13;
	display: inline-block;
	margin-right: 9px;
}

.footer-menu li, .footer-contact li {
	margin: 10px 0;
}

.footer-menu, .footer-contact {
	padding-left: 0 !important;
	list-style: none !important;
}

.meni-highlighted.menu-item {
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: var(--e-global-color-primary) !important;
	background-color: transparent !important;
	border-radius: 40px !important;
	margin-right: 15px;
}


.meni-highlighted.menu-item a:after {
	display: none !important;
}

.meni-highlighted.menu-item:hover {
	background-color: var(--e-global-color-primary) !important;
}

.meni-highlighted.menu-item:hover a {
	color: #fff !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
	line-height: 22px !important;
}

@media screen and (max-width: 680px) {
	.elementor-nav-menu li {
		max-width: 200px;
		margin: 5px auto !important;
	}

	.elementor-nav-menu.sm-vertical {
		padding-bottom: 15px !important;
	}

	.meni-highlighted.menu-item {
		margin-bottom: 15px !important;
	}
}