/* 
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-divider-separator::before,
.elementor-divider-separator::after{
	border-radius: 100% !important;
}
/* Header */
header{
	z-index: 1;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}
.mainHeader{
	transition: all .5s ease;
	position: relative;

}
/* .mainHeader:hover {
	background-color: var(--e-global-color-cceb7f4);
}
.mainHeader:hover *{
	color: var(--e-global-color-cc81d22) !important;
} */
.mainHeader::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(
		to right,
		#ffffff61,
		var(--e-global-color-a629ddc),
		#ffffff61
	);
}
/* header.scroll-up .elementor-element-293292d{
display: none;
}
header.scroll-up {
position: fixed;
top: 0;
transition: 0.3s;
background-color: var(--e-global-color-cceb7f4);
box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1);
}
header.scroll-up *{
color: var(--e-global-color-cc81d22) !important;
}
header.scroll-up .elementor-widget-theme-site-title {
display: none;
} */
.roundBG{
	background-color: var(--e-global-color-cceb7f4);
	width: fit-content;
	border-radius: 100px;
}
.headerTopBar .elementor-alert{
	text-align: center;
	padding: 10px 0;
}

.imgSlider img{
	height: 100px;
	width: 100px;
	object-fit: contain;
}


.socialCon:hover{
	text-decoration: underline;

}
.socialMediaIcons .elementor-icon-box-title{
	margin-bottom: 0 !important;
}
.socialMediaIcons .elementor-icon-box-wrapper{
	gap: 0 !important;
}
.myTestimonials .elementor-testimonial__content{
	min-height: 240px;
}
.myTestimonials {
	padding: 0 20px; 
}
.myTestimonials .swiper-slide{
	background-image: url('/wp-content/uploads/2026/02/close.webp');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 95% 5%;
	padding-top: 80px !important;
}

.instaVideos .elementor-widget-html {
	max-height: 593px;
	overflow: hidden !important;
	border-radius: 10px;
}

/* Footer */

.linkBlack a{
	color: var(--e-global-color-cc81d22);
	transition: all .3s ease;
}

.linkBlack a:hover{
	color: var(--e-global-color-a629ddc);
}
.linkBlack .elementor-icon-box-title{
	margin-top: 0px;
}

@media screen and (max-width: 767px){
	.myTestimonials .swiper-slide{
		padding: 50px 50px 20px 20px !important;
	}
}