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

form .elementor-message {
	color: white;
	margin-top: 20px;
}
span.headingHighlightWhite{
	background-color: white;
	color: var(--e-global-color-primary);
	padding: 0px 30px;
	border-radius: 100px;
}
span.headingHighlight {
	background-color: var(--e-global-color-primary);
	color: white;
	padding: 0px 30px;
	border-radius: 100px;
}
.testiSlider .swiper-pagination{
	bottom: -20px !important;
}
.testiSlider .swiper-wrapper{
	padding: 40px 0px;
}
.testiSlider .swiper-wrapper .swiper-slide:nth-child(odd){
	margin-top: -30px;
}
.testiSlider .swiper-wrapper .swiper-slide:nth-child(even){
	margin-bottom: -30px;
}
.brandsMatter:hover .elementor-image-box-title,
.brandsMatter:hover .elementor-image-box-description{
	color: white !important;
}
.brandsMatter:hover {
	transform: scale(1.05)
}
.trustedAuthorsSlider img {
	background-color: #ffffff !important;
	border-radius: 20px;
	filter: grayscale(0) brightness(0.8) !important;
	transition: filter 0.3s ease;
	height: 220px;
	object-fit: cover;
	width: 100%;
}
.testiSlider .elementor-testimonial__content{
	padding-top: 70px;
}
.testiSlider .elementor-testimonial{
	display: flex;
	flex-direction: column;
	justify-content: space-between !important;
	align-items: start;
	min-height: 450px;

}
.testiSlider .swiper-slide::before{
	content: url(https://www.thea2media.com/wp-content/uploads/2025/07/stars-2.webp);
	position: absolute;
	left: 30px;
	top: 0;
}
.caseStudies .elementor-widget-theme-post-content {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.serImage img{
	filter: brightness(100);
}
.myFaqs .elementor-tab-content a {
    color: var(--e-global-color-d822412) !important;
}
.myFaqs .elementor-accordion-item{
	border-bottom: 1px solid var(--e-global-color-accent) !important;
	margin-bottom: 20px;
}
.conForm textarea{
	border-radius: 20px !important;
}
.conForm select option{
	color: black;
}

@media screen and (max-width: 767px){
	.elementor-widget-form{
		border-radius: 20px !important;
	}
	.headingHighlight{
		font-size: 35px;
		line-height: 40px;
		padding: 10px 20px !important;
		display: block;
	}
}