/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/**
 * SR Only
 */
[sronly="true"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/**
 * Header Shadow
 */
#header-section::before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 160%;
	background: linear-gradient(180deg, black 20%, transparent);
}
@media only screen and (max-width: 1024px) {
	#header-section::before {
		height: 110%;
	}
}

/**
 * Stretched Link
 */
.stretched-link a:after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}

/**
 * Rainbow Gradient
 */
.elementor .feature-card::before {
	content: '';
	position: absolute;
	inset: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
	z-index: -1;
	border-radius: 32px;
	background: linear-gradient(to right, #9146AF, #34B4CB);
}


