/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

header.elementor-location-header {
    position: absolute;
    width: 100%;
    top: 0px;
}
.contact-form-sec input::placeholder{
	opacity:1 !important;
}
.contact-form-sec .elementor-icon-box-title{
	margin-top:-3px !important;
}
.contact-form-sec select {
    color: #A4A4A4 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}
.contact-form-sec .elementor-field-type-submit{
	margin-top:15px;
}
.faq details {
    box-shadow: 0px 1px 4px rgba(20, 25, 26, 0.03);
    background: #fff;
    border-radius: 10px;
	overflow:hidden;
}
.subscribe_form input {
    border: #CEE0FA 1px solid !important;
    padding-left: 30px !important;
    padding-right: 150px;
}
.subscribe_form .elementor-form-fields-wrapper {
    position: relative;
}
.subscribe_form .elementor-field-type-submit button {
    position: absolute;
    right: 16px;
    top: 14px;
    height: 50px;
}
.subscribe_form .elementor-field-type-submit {
    position: unset;
}
.process:after {
    content: "";
    height: 100%;
    width: 3px;
    background: #1A322A;
    position: absolute;
    right: -2.5px;
    border-radius: 10px;
}

/* Home Page Testimonial Section CSS */

.client-slider-section > .e-con-inner {
    position: relative;
}
.client-slider-section .testimonial__,
.client-slider-section .client-slider {
    position: unset;
}
.client-slider-section  .elementor-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.client-slider-section .elementor-swiper-button {
    right: unset !important;
    left: 0 !important;
    top: unset !important;
    bottom: 63px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #26522D;
    border-radius: 50%;
}
.client-slider-section .swiper-pointer-events:before {
    content: '';
    background: url(/wp-content/uploads/2025/10/double-quate.svg);
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    right: calc(50% - 73px);
    z-index: 9;
    top: 50px;
}
.client-slider-section .elementor-swiper-button.elementor-swiper-button-next {
    left: 60px !important;
}
.client-slider-section .elementor-swiper-button svg{
    display:none !important;
}
.client-slider-section .elementor-swiper-button.elementor-swiper-button-prev{
	background-image:url(/wp-content/uploads/2025/10/testimonial-icon-1.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}
.client-slider-section .elementor-swiper-button.elementor-swiper-button-next{
	background-image:url(/wp-content/uploads/2025/10/testimonial-icon-2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}

.expert_member-slider .slick-arrow {
    right: unset !important;
    left: 0 !important;
    top: unset !important;
    bottom: 63px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #26522D;
    border-radius: 50%;
}
.expert_member-slider .slick-arrow {
    right: unset !important;
    bottom: -85px !important;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #26522D;
    border-radius: 50%;
    border: none !important;
    font-size: 0;
    top: unset !important;
    position: absolute;
    outline: none;
}
.expert_member-slider .slick-prev.slick-arrow{
	left: calc(50% - 30px) !important;
	transform: translateX(-50%) !important;
	background-image:url(/wp-content/uploads/2025/10/testimonial-icon-1.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}
.expert_member-slider .slick-next.slick-arrow{
	left: calc(50% + 30px) !important;
	transform: translateX(-50%) !important;
	background-image:url(/wp-content/uploads/2025/10/testimonial-icon-2.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:20px;
}

@media screen and (max-width:1536px){
	.client-slider-section .swiper-pointer-events:before {
		height: 90px;
		width: 90px;
		right: calc(50% - 62px);
		background-size: contain;
	}
}

@media screen and (max-width:1366px){
	.client-slider-section .swiper-pointer-events:before {
		height: 79px;
	}
}

@media screen and (max-width:767px){
	.client-slider-section .testimonial__{
		position:relative;
	}
	.client-slider-section .swiper-pointer-events:before {
		height: 44px;
		width: 44px;
		right: unset;
		top: 20px;
		left: 20px;
	}
	.client-slider-section .elementor-swiper-button.elementor-swiper-button-next {
		bottom: -105px !important;
		left: calc(50% + 5px) !important;
	}
	.client-slider-section .elementor-swiper-button.elementor-swiper-button-prev {
		bottom: -105px !important;
		left: calc(50% - 50px) !important;
		transform: translateY(-50%) !important;
	}
}

