/* 
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 */
/* Search Filter Style */
.search-filter-wrapper {
    display: flex;
    gap: 150px;
    align-items: center;
    flex-wrap: wrap;
}

/* Categories Dropdown */
.filter-categories {
    position: relative;
}

.categories-dropdown {
    position: relative;
}

.categories-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: space-between;
}

.categories-btn:hover,
.categories-btn.active {
    background: #e9ecef;
    border-color: #adb5bd;
}

.categories-arrow {
    transition: transform 0.3s ease;
}

.categories-btn.active .categories-arrow {
    transform: rotate(180deg);
}

.categories-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.categories-menu.show {
    display: block;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
}

.category-item:last-child {
    border-bottom: none;
}

.category-item:hover {
    background: #f8f9fa;
}

.category-item input[type="radio"] {
    margin: 0;
    accent-color: #007cba;
}

.category-item span {
    font-size: 14px;
    color: #495057;
}

/* Search Input */
.filter-search {
    flex: 1;
    max-width: 400px;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 12px 50px 12px 16px;
    font-size: 14px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    background: #f8f9fa;
    color: #495057;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #007cba;
    background: white;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.search-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
	height:20px;
	padding:0px !important;
}
.search-btn svg{
	fill:var( --e-global-color-47ce162 );
	height:20px;
}

/* Loading Spinner */
.filter-loading {
    text-align: center;
    padding: 20px;
}

.loading-spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-filter-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-search {
        max-width: none;
    }
    
    .categories-btn {
        width: 100%;
    }
}

.search-filter-container {
	margin-bottom: 0 !important;
}
.search-filter-container .search-filter-wrapper button.categories-btn,
.search-filter-container .search-filter-wrapper .filter-search input.search-input {
	position: relative;
    min-width: 294px;
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-47ce162);
    padding: 12px 20px;
    border: 2px solid transparent;
    background: var(--e-global-color-primary);
    border-radius: 0;
    text-transform: uppercase;
    font-family: inherit;
	height:58px;
}

.search-filter-container .search-filter-wrapper .filter-search input::placeholder {
	color: var(--e-global-color-47ce162);
}

.search-filter-container .search-filter-wrapper button.categories-btn:focus,
.search-filter-container .search-filter-wrapper .filter-search input.search-input:focus {
	outline:none;
}

.search-filter-container .search-filter-wrapper .filter-search {
    max-width: 100%;
	position: relative;
}

/* .search-filter-container .search-filter-wrapper button.categories-btn:before,
.search-filter-container .search-filter-wrapper .filter-search:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #5C992C;
    width: 100%;
    height: 100%;
    opacity: 0.1;
} */

.search-filter-container .search-filter-wrapper button.search-btn:hover,
.search-filter-container .search-filter-wrapper button.search-btn:focus {
	background: transparent;
}

/* .search-filter-container .search-filter-wrapper .filter-search .search-input-wrapper button.search-btn:before {
	content: "";
    position: absolute;
    left: -12px;
    height: 100%;
    width: 1px;
    background: #5C992C;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    pointer-events: none;
} */
@media screen and (min-width: 768px) {
	.two-section-content .two-col-sec-w-right-sticky-img .right-col {
		max-width: 460px;
		height: 460px;
	}
}
@media screen and (min-width: 1420px) {
	.two-section-content .two-col-sec-w-right-sticky-img .right-col {
		max-width: 660px;
		height: 605px;
	}
}
.faq_lawn_care .e-n-accordion-item{
	border-top:1px solid var( --e-global-color-47ce162 );
	padding:20px 0;
}
.faq_lawn_care .e-n-accordion-item-title-header,.faq_lawn_care .elementor-widget-text-editor{
	width:60%;
}
.faq_lawn_care  .e-n-accordion-item-title-icon{
	position: absolute;
    right: 0px;
    top: 50%;
	transform: translateY(-50%);
}
.faq_lawn_care .e-n-accordion-item div.e-child{
	border:none !important;
}

/* Resource Single Post Style */
.post-content-wrapper .post-navigation-wrapper .elementor-post-navigation {
    gap: 40px;
}
.post-content-wrapper .post-navigation-wrapper .elementor-post-navigation__link {
    width: auto;
}

.post-content-wrapper .post-navigation-wrapper .elementor-post-navigation__link a {
    display: inline-flex;
    background: var( --e-global-color-secondary );
    padding: 14px 35px;
    border-radius: 7px;
    justify-content: center;
    transition: opacity 0.3s ease, background-color 0.3s ease; /* smooth transition */
}

.post-content-wrapper .post-navigation-wrapper .elementor-post-navigation__link a:hover {
	background: var( --e-global-color-primary );
	color: var( --e-global-color-47ce162 ) !important;
}
.post-content-wrapper .post-navigation-wrapper .elementor-post-navigation__link a:hover span, .post-content-wrapper .post-navigation-wrapper .elementor-post-navigation__link a:hover span svg{
	color: var( --e-global-color-47ce162 ) !important;
	fill: var( --e-global-color-47ce162 ) !important;
}

/*location list*/
.location-list-grid {
    column-count: 5;
    list-style: none;
    padding-left: 0px;
    column-gap: 60px;
}
.location-list-grid li{
	margin-bottom:5px;
}

.location-item a {
    text-decoration: none !important;
    transition: all 0.3s ease;
	font-family: "Public Sans", Sans-serif;
	font-weight:700 !important;
	font-size: 18px;
	line-height:26px;
	color:var( --e-global-color-47ce162 );
}

.location-item a:hover {
    text-decoration:underline !important;
	color:#fff200;
}

.service-flex-section .elementor-loop-container.elementor-grid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.service-flex-section .elementor-loop-container.elementor-grid .e-loop-item {
    width:412px;
    max-width: 100%;
}

/* Tablet */
@media (max-width: 1024px) {
    .location-list-grid {
		column-count: 3;
	}
	.service-flex-section .elementor-loop-container.elementor-grid .e-loop-item{
		width:48%;
	}
}

/* Mobile */
@media (max-width: 600px) {
	.location-list-grid {
       column-count: 2;
	}
	.service-flex-section .elementor-loop-container.elementor-grid .e-loop-item{
		width:100%;
	}
}
@media (max-width: 475px) {
	.location-list-grid {
       column-count: unset;
	}
}


