/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753259645
Updated: 2025-07-23 08:34:05

*/
:root {
	--green-color: #04371A;
}
a {
	text-decoration: none !important;
}
.accd-icon .elementor-widget-n-accordion .e-n-accordion-item-title {
	align-items: start !important;
}
.logo-white .hfe-site-logo-container {
    display: flex;
}
.logo-white img {
    filter: brightness(0) invert(1);
}
.counter .elementor-counter {
    text-align: center;
}
.btn-whatsapp-pulse {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border {
	position: fixed;
	bottom: 80px;
	right: 25px;
	animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 15px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* .hfe-nav-menu li.menu-item {
    right: 30px;
} */
.footer-main li.menu-item {
    display: block;
    width: 100%;
}
.image-to-white img{
	filter: brightness(0) invert(1);
}
.testimonial-carousel {
	margin: auto;
}
.testimonial-card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.08);
	min-height: 190px !important;
	position: relative;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #DEE5ED;
    padding-bottom: 10px;
}

.testimonial-header img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 15px;
}

.testimonial-header h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.stars {
	color: #ffc107;
	font-size: 16px;
}

.quote-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	color: #666;
}

.testimonial-content {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.quote-icon img {
	width: 22px;
	opacity: .5;
}
.slick-track {
	margin-bottom: 20px !important;
}
.slick-dots li button:before {
	color: #888 !important;
	font-size: 12px !important;
}
.slick-dots li button {
    padding: 0 !IMPORTANT;
    height: auto;
    width: auto;
}
.slick-dots li button:focus {
	background: transparent;
}
.slick-dots li button:hover {
    background: transparent;
}
.slick-dots li.slick-active button:before {
	color: var(--green-color) !important;
}
.elementor-button-content-wrapper {
    gap: 10px;
}
.whatapp-btn span.elementor-button-icon {
    font-size: 25px;
}
.whatapp-btn span.elementor-button-content-wrapper {
    align-items: center;
	gap: 5px;
}
.contact-left {
    position: relative;
	overflow: hidden;
}
.contact-left:after, .contact-left:before {
    content: '';
    background: #FFFFFF1F;
    position: absolute;
    border-radius: 100%;
}
.contact-left:after {
    width: 350px;
    height: 350px;
    right: -80px;
    bottom: -80px;
}
.contact-left:before {
    left: 260px;
    height: 200px;
    width: 200px;
    top: 43%;
}
.contact-form input.wpcf7-text, .contact-form textarea {
    background: #EDEDED;
    border: 1px solid var(--green-color);
    border-radius: 8px;
    padding: 10px 20px 10px 16px;
    font-family: 'Montserrat';
	width: 100%;
}
.contact-form input.wpcf7-text:focus, .contact-form textarea:focus {
	border-color: #04371a;
}
.contact-form input::placeholder {
    color: #ADADAD;
    font-size: 15px;
}
.contact-form .form-row {
	display: flex;
	gap: 20px;
	align-items: center;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    background: #04371a;
    border: none;
    border-radius: 80px;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Montserrat';
	text-transform: uppercase;
}
.after-before .elementor-image-gallery .gallery-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

@media (max-width: 768px) {
	.after-before .elementor-image-gallery .gallery-item img {
		height: auto;
	}
	.form-row div {
		width: 100%;
	}
	.contact-left:before {
		left: 170px;
		height: 140px;
		width: 140px;
	}
	.contact-left:after {
		width: 260px;
		height: 260px;
	}
	.contact-form .form-row {
		flex-direction: column;
		gap: 0;
	}
	.testimonial-card {
		min-height: auto !important;
	}
}