/* 
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
*/

/* Author: Nagy Niki | Trio Studio */

.srvc {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: 0.8s;
}
.srvc:hover {box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);}
.weAre {
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background: conic-gradient(#2A9D8F 0deg, #2A9D8F00 180deg, #FFFFFF 180deg, #FFFFFF 360deg);
}

.weAre::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -6px;
	border-radius: inherit;
	background: conic-gradient( #FFFFFF 0deg, #FFFFFF 180deg, #0A0A0A 180deg, #0A0A0A00 360deg);
}