/* 
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
*/
body{
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
.page-template .list-area .elementor-icon-list-item {
    opacity: 0; /* Initially hidden */
    transform: translateY(20px); /* Slight slide effect */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Transition for smooth fade and slide */
}
.elementor-editor-active .list-area .elementor-icon-list-item {
    opacity: 1;
    transform: translateY(0);
}

.page-template .list-area .elementor-icon-list-item.show {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset slide */
}
.elementor-swiper-button.elementor-swiper-button-prev::after {
	content: "";
	background: url(https://charlesthacklp.wpenginepowered.com/wp-content/uploads/2024/09/Arrow-1.png);
	width: 28.451px;
	height: 16.775px;
	background-size:100% 100%;
}
.elementor-swiper-button.elementor-swiper-button-next::after {
	content: "";
	background: url(https://charlesthacklp.wpenginepowered.com/wp-content/uploads/2024/09/Arrow.png);
	width: 28.451px;
	height: 16.775px;
	background-size:100% 100%;
}
.elementor-swiper-button svg {
	display:none;
}
.property-slider .elementor-swiper-button {
	bottom: 0 !important;
	right: 210px !important;
	left: inherit !important;
	top:inherit !important;
}

/* Checklist Slider */
.checklist-slider {
	overflow-x: hidden;
	overflow-y: visible;
}
.checklist-slider .elementor-swiper-button {
	top: -108px !important;
	right: 0 !important;
	left: inherit !important;
}
.checklist-slider .elementor-swiper-button.elementor-swiper-button-prev {
    right: 60px !important;
}
.checklist-slider .elementor-swiper .swiper {
	margin-left: 0;
}

.checklist-slider .elementor-testimonial {
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-wrap: wrap;
}
.checklist-slider .elementor-testimonial__footer {
	order: -1;
}
.checklist-slider .elementor-testimonial__title {
	padding: 20px 0;
}


.overflowed {
	overflow: hidden;
}
.overflowed .swiper {
	overflow: visible;
}


figure:before {
	content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    height: 135px;
}

figcaption {
    position: absolute;
    bottom: 24px;
    left: 25px;
    padding: 0 0 5px 0;
}
figcaption:before {
	content: '';
    background-color: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: 0.5s;
}
figure:hover figcaption:before {
	width: 100%;
}

.lined:before {
	content: '';
	position: absolute;
    background-color: var(--e-global-color-secondary);
    height: 45px;
    left: 0;
    top: 10px;
    width: 2px;
}

.design svg {
	max-width: 40px;
}


@media all and (max-width:991px){
	.checklist-slider .elementor-swiper {
		margin-left: 0px;
		margin-right: 0px;
	}
	.checklist-slider .elementor-swiper-button {
		top: -60px !important;
		right: 20px !important;
		left: inherit !important;
	}
	.checklist-slider .elementor-swiper-button.elementor-swiper-button-prev {
		right: 70px !important;
	}
	.checklist-slider .elementor-testimonial {
		padding: 10px;
	}
}


@media screen and (max-width: 768px) {
	.lined:before {
	    height: 20px;
	}
	.page-template .list-area .elementor-icon-list-item {
	    opacity: 1;
	    transform: translateY(0);
	}
	.checklist-slider .elementor-swiper-button {
		right: 30px !important;
	}
	.checklist-slider .elementor-swiper-button.elementor-swiper-button-prev {
		right: 80px !important;
	}
}