.alpha-filters { margin: 20px 0; }
.alpha-btn {
    padding: 0 1rem !important;
    background: transparent !important;
    border: 0px solid #ddd;
    cursor: pointer;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1E1E1E !important;
}
.alpha-btn.active, .alpha-btn:hover { background: #007cba; color: white; }
.alpha-btn.disabled { opacity: 0.5; cursor: not-allowed; }
.cities-grid {
    display: inline-block;
    width: 95%;
}
.city-btn {
    padding: 22px 1rem !important;
    background: #f1f1f1;
    border: 0px solid #FAFAFA;
    cursor: pointer;
    background: #FAFAFA !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1E1E1E;
	margin: 0 0.5rem 1rem;
}
.city-btn span.icon {
    padding: 0 0rem 0 1rem;
}
.city-btn:hover { background: #e0e0e0; }

#service-map {
    border-radius: 24px;
    overflow: hidden;
}
#service-area-container {
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 3rem;
}
.alpha-filters {
    margin: 20px 0;
    display: block;
    width: 5%;
}
/***custom-taxonomy-owl-carousel**/
.custom-taxonomy-owl-carousel {
    padding: 1rem 0 0;
}
.custom-taxonomy-owl-carousel .owl-carousel .owl-stage-outer {
    padding-bottom: 1rem;
}
.custom-taxonomy-owl-carousel .star-rating-wrap i.fas.fa-star {
    color: #eea106;
	font-size: 14px;
}
.custom-taxonomy-owl-carousel .item {
    border: 1px solid #000;
    border-radius: 12px;
    padding: 3% 5%;
}
.custom-taxonomy-owl-carousel .owl-nav button {
    margin: 0 0.6rem !important;
}
.custom-taxonomy-owl-carousel .display-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-taxonomy-owl-carousel button span {
    color: #263e57;
    position: relative;
}
.custom-taxonomy-owl-carousel .owl-nav {
    margin: 2rem auto 0;
}
.custom-taxonomy-owl-carousel .item .text p {
    font-family: "Amiri", Sans-serif;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #263e57;
	margin: 0;
}
.custom-taxonomy-owl-carousel .title h4 {
    color: #1e1e1e;
    font-family: 'Satoshi Regular';
    font-size: 0.82rem;
    font-weight: 400;
	margin: 0;
}
.custom-taxonomy-owl-carousel .review-type-icon {
    width: 2rem;
}

.custom-taxonomy-owl-carousel .owl-nav i {
    position: relative;
    color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-taxonomy-owl-carousel .owl-nav i:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
	 background-image: url(.././image/arrow-right.svg);
}
 .custom-taxonomy-owl-carousel .owl-nav .owl-next i:after {
    transform: rotate(180deg);
}

/* .e-con-boxed .elementor-swiper-button {
    position: relative;
    fill: transparent;
}
.e-con-boxed .elementor-swiper-button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-image: url(.././image/arrow-right.svg);
} */
.company-value-wrap .e-con-boxed .elementor-swiper-button {
    width: 48px;
    height: 48px;
    background-color: #FAFAFA !important;
    border-radius: 8px;
}
.company-value-wrap .e-con-boxed .elementor-swiper-button:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-image: url(../../wp-content/uploads/2025/10/arrow-right.svg) !important
}
.company-value-wrap .e-con-boxed .elementor-swiper-button svg {
    fill: transparent !important;
}
.company-value-wrap .e-con-boxed .elementor-swiper-button.elementor-swiper-button-next:after {
    transform: rotate(180deg);
}


@media (max-width: 767px){
	#service-area-container {
		padding-bottom: 1rem;
	}
	.alpha-filters {
		width: 15%;
	}
	.cities-grid {
		width: 85%;
	}
	.custom-taxonomy-owl-carousel .review-box {
		padding-right: 1rem;
	}
	.custom-taxonomy-owl-carousel .star-rating-wrap {
		padding: 0.5rem 0;
	}
	.custom-taxonomy-owl-carousel .review-type-icon {
		width: 1.5rem;
	}
	.carousel-section-1 .e-con-inner {
        display: block !important; /* Override grid for carousel */
    }
    .carousel-section-1 .e-con-inner-content.owl-carousel {
        overflow: hidden;
    }
	.carousel-section-1 .owl-carousel .owl-item {
		transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out !important;
		display: flex; /* Ensure items align properly */
		flex-direction: column; /* Stack content vertically */
	}

	/* Ensure content inside items takes full height */
	.carousel-section-1 .owl-carousel .owl-item > * {
		flex-grow: 1;
	}

	/* Optional: Add padding or alignment for better visuals */
	.carousel-section-1 .owl-carousel .owl-item .e-con-inner {
		width: 100%;
		box-sizing: border-box;
	}
}

