/* ============================================================
LEAFLIFE — CONSOLIDATED PAGE STYLES
Shared custom styles for: index, gallery, services,
services-area, service-details, contact
============================================================ */

/* ---------- Accessibility helpers ---------- */
.cs_visually_hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
main section:nth-child(1):after, section.cs_hero.cs_style_1:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.25);
}
.cs_services_hero .breadcrumb {

	background: linear-gradient(45deg, rgba(0, 0, 0, .5), transparent);
	padding: 10px 10px;
	border-radius: 10px 0 0 10px;
}
section.cs_hero.cs_style_1 .cs_hero_text *  {
	text-shadow: 0 0 30px rgba(0, 0, 0, 1);
	-webkit-text-fill-color: #fff !important;
}

.cs_skip_link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 10000;
	background: var(--heading-color);
	color: var(--white-color);
	padding: 12px 20px;
	font-weight: 600;
	border-radius: 0 0 6px 0;
	text-decoration: none;
}

.cs_skip_link:focus {
	left: 0;
	outline: 3px solid var(--heading-color);
	outline-offset: 2px;
}

*:focus-visible {
	outline: 2px solid var(--heading-color);
	outline-offset: 2px;
}

/* Offset for sticky header — prevents focused/anchored elements from being hidden under it */
html {
	scroll-padding-top: 110px;
}
@media (max-width: 991px) {
	html {
		scroll-padding-top: 80px;
	}
}

.Choose-EcoTurf img{
	height: 700px;
	width: 100%;
}

/* ---------- Shared inner-page hero ---------- */
.cs_services_hero {
	position: relative;
	padding: 150px 0 90px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	color: var(--white-color);
}

/* ---------- Home hero overlay (matches inner page heroes) ---------- */


.cs_hero.cs_style_1 .cs_pagination_1_wrap {
	position: relative;
	z-index: 3;
	bottom:90px; 
}

.cs_services_hero_inner {
	position: relative;
	z-index: 2;
	max-width: 860px;
}

.cs_services_hero .breadcrumb {
	--bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.6);
	--bs-breadcrumb-item-active-color: var(--gray-color);
	margin-bottom: 18px;
}

.cs_services_hero .breadcrumb a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.cs_services_hero .breadcrumb a:hover {
	color: var(--gray-color);
}

.cs_services_hero_tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gray-color);
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.cs_services_hero {
		padding: 90px 0 60px;
	}
	.cs_btn.cs_style_1{
		width:100%;
	}
}

/* ---------- Page hero extras (contact, gallery) ---------- */
.cs_page_hero_sub {
	max-width: 720px;
	margin: 18px 0 26px;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.cs_page_hero_btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 28px;
	background: var(--heading-color);
	color: var(--white-color);
	font-weight: 600;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.25s ease;
	font-size: 14px;
}

.cs_page_hero_btn:hover {
	background: var(--white-color);
	color: var(--heading-color);
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.cs_gallery_hero {
	position: relative;
}

.cs_gallery_hero .cs_page_title {
	max-width: 900px;
}

.cs_gallery_hero_sub {
	max-width: 780px;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 20px;
	opacity: 0.9;
}

.cs_gallery_hero_btns {
	margin-top: 32px;
}

/* ---------- Intro block ---------- */
.cs_intro_block p {
	color: var(--body-color);
}

/* ---------- Gallery filter ---------- */
.cs_gallery_filter {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 800px;
	margin-bottom: 50px;
}

.cs_gallery_filter button {
	border: 1.5px solid rgba(0, 0, 0, 0.12);
	background: transparent;
	color: var(--heading-color);
	padding: 10px 22px;
	border-radius: 40px;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cs_gallery_filter button:hover {
	border-color: var(--heading-color);
	color: var(--heading-color);
}

.cs_gallery_filter button.active {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: var(--white-color);
}

.cs_gallery.cs_style_1 .cs_gallery_info {
	padding: 0 20px;
}

.cs_gallery_city {
	font-size: 13px;
	letter-spacing: 1px;
	opacity: 0.85;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: block;
}

.cs_gallery_desc {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.85;
	margin-top: 10px;
	max-width: 300px;
}

/* ---------- Before & After slider ---------- */
.cs_ba_section {
	background: var(--gray-color);
}

.cs_ba_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

@media (max-width: 991px) {
	.cs_ba_grid {
		grid-template-columns: 1fr;
	}
}

.cs_ba_item {
	background: var(--white-color);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.cs_ba_slider {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	user-select: none;
	cursor: ew-resize;
	border-radius: 22px;
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.2);
}

.cs_ba_slider img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.cs_ba_after_wrap {
	position: absolute;
	inset: 0;
	clip-path: inset(0 50% 0 0);
	-webkit-clip-path: inset(0 50% 0 0);
}

.cs_ba_after_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cs_ba_handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 3px;
	background: var(--white-color);
	transform: translateX(-50%);
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.cs_ba_handle::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--white-color);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.cs_ba_handle::after {
	content: "\27A4 \27A4";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: var(--heading-color);
	letter-spacing: -4px;
	font-weight: 900;
}

.cs_ba_label {
	position: absolute;
	top: 16px;
	padding: 6px 14px;
	background: rgba(0, 0, 0, 0.65);
	color: var(--white-color);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 4px;
	pointer-events: none;
}

.cs_ba_label.before {
	left: 16px;
}

.cs_ba_label.after {
	right: 16px;
	background: rgba(55, 72, 54, 0.9);
}

.cs_ba_meta {
	padding: 22px 26px;
}

.cs_ba_meta h3 {
	font-size: 22px;
	margin: 0 0 4px;
	font-weight: 600;
}

.cs_ba_meta p {
	margin: 0;
	color: var(--body-color);
	font-size: 15px;
}

/* ---------- Gallery CTA ---------- */
.cs_gallery_cta {
	position: relative;
	padding: 90px 40px;
	border-radius: 24px;
	overflow: hidden;
	text-align: center;
	color: var(--white-color);
}

.cs_gallery_cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(55, 72, 54, 0.85), rgba(55, 72, 54, 0.75)), url('../img/cta_bg.jpg') center/cover no-repeat;
}

.cs_gallery_cta_in {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
}

.cs_gallery_cta h2 {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 20px;
}

.cs_gallery_cta p {
	font-size: 19px;
	opacity: 0.92;
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.cs_gallery_cta {
		padding: 60px 24px;
	}
	.cs_gallery_cta h2 {
		font-size: 36px;
	}
}

/* ---------- Service card grid ---------- */
.cs_service_card {
	position: relative;
	background: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cs_service_card:hover {
	transform: translateY(-6px);
	box-shadow: 0 25px 50px rgba(55, 72, 54, 0.12);
}

.cs_service_card_thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.cs_service_card_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.cs_service_card:hover .cs_service_card_thumb img {
	transform: scale(1.06);
}

.cs_service_card_icon {
	position: absolute;
	left: 20px;
	bottom: -22px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--heading-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 12px 24px rgba(55, 72, 54, 0.35);
}

.cs_service_card_body {
	padding: 36px 28px 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.cs_service_card_title {
	font-size: 22px;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 1.3;
	margin: 0 0 12px;
}

.cs_service_card_text {
	color: var(--body-color);
	font-size: 16px;
	line-height: 1.65;
	margin: 0 0 20px;
	flex: 1;
}

.cs_service_card_cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--heading-color);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: gap 0.3s ease, color 0.3s ease;
}

.cs_service_card_cta:hover {
	gap: 14px;
	color: var(--heading-color);
}

.cs_service_card_cta i {
	font-size: 12px;
}

/* ---------- Why Choose — numbered & icon cards ---------- */
.cs_why_card {
	background: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 36px 30px;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
	position: relative;
}

.cs_why_card:hover {
	transform: translateY(-6px);
	border-color: rgba(55, 72, 54, 0.35);
	box-shadow: 0 25px 45px rgba(55, 72, 54, 0.1);
}

.cs_why_card_num,
.cs_why_card_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(55, 72, 54, 0.15);
	color: var(--heading-color);
	font-weight: 600;
	margin-bottom: 22px;
	transition: background 0.3s ease, color 0.3s ease;
}

.cs_why_card_num {
	font-size: 20px;
}

.cs_why_card_icon {
	font-size: 22px;
}

.cs_why_card:hover .cs_why_card_num,
.cs_why_card:hover .cs_why_card_icon {
	background: var(--heading-color);
	color: var(--white-color);
}

.cs_why_card h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 12px;
	line-height: 1.3;
}

.cs_why_card p {
	color: var(--body-color);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

/* ---------- Commercial banner ---------- */
.cs_commercial {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	padding: 80px 60px;
	background-size: cover;
	background-position: center;
	color: var(--white-color);
}


.cs_commercial_inner {
	position: relative;
	z-index: 2;
}

.cs_commercial_tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gray-color);
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 18px;
}

.cs_commercial_types {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 28px;
}

.cs_commercial_types span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	font-size: 14px;
	color: var(--white-color);
	backdrop-filter: blur(4px);
}

.cs_commercial_types i {
	color: var(--gray-color);
	font-size: 13px;
}

@media (max-width: 767px) {
	.cs_commercial {
		padding: 55px 28px;
		border-radius: 20px;
	}
}

/* ---------- Service area chips ---------- */
.cs_area_intro {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--heading-color);
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
}

.cs_area_intro i {
	font-size: 16px;
}

.cs_area_chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.cs_area_chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	border: 2px solid rgba(0, 0, 0, 0.12);
	border-radius: 999px;
	font-size: 14px;
	color: var(--heading-color);
	background: var(--white-color);
	transition: all 0.25s ease;
	cursor: default;
}

.cs_area_chip:hover {
	background: var(--heading-color);
	color: var(--white-color);
	border-color: var(--heading-color);
	transform: translateY(-2px);
}

.cs_area_chip.cs_primary {
	background: var(--white-color);
	color: var(--heading-color)!important;
	border-color: var(--heading-color);
}

.cs_area_chip.cs_primary:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color:#fff!important;
}

.cs_area_note {
	margin-top: 24px;
	color: var(--body-color);
	font-size: 16px;
}

.cs_area_note a {
	color: var(--heading-color);
	font-weight: 600;
	text-decoration: none;
}

.cs_area_note a:hover {
	color: var(--heading-color);
}

/* ---------- Service area gallery (index) ---------- */
.cs_area_gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 220px 160px 180px;
	gap: 16px;
}

.cs_area_gallery_item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.cs_area_gallery_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.cs_area_gallery_item:hover img {
	transform: scale(1.06);
}

.cs_area_gallery_item.cs_item_1 {
	grid-row: 1 / 3;
}

.cs_area_gallery_item.cs_item_1 img {
	border-radius: 22px;
	box-shadow: 0 24px 48px rgba(55, 72, 54, 0.18);
}

.cs_area_gallery_item.cs_item_2 {
	grid-row: 1 / 2;
}

.cs_area_gallery_item.cs_item_3 {
	grid-row: 2 / 4;
}

.cs_area_gallery_item.cs_item_4 {
	grid-row: 3 / 4;
}

.cs_area_badge {
	position: absolute;
	left: 20px;
	top: 20px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--heading-color);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	backdrop-filter: blur(4px);
}

.cs_area_badge i {
	color: var(--heading-color);
}

.cs_area_stat_tile {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: rgba(55, 72, 54, 0.92);
	color: var(--white-color);
	padding: 14px 18px;
	border-radius: 14px;
	backdrop-filter: blur(4px);
}

.cs_area_stat_tile_num {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	color: var(--gray-color);
}

.cs_area_stat_tile_label {
	font-size: 12px;
	opacity: 0.85;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 4px;
}

@media (max-width: 767px) {
	.cs_area_gallery {
		grid-template-rows: 200px 140px 160px;
	}
}

@media (max-width: 480px) {
	.cs_area_gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 200px);
	}
	.cs_area_gallery_item.cs_item_1,
	.cs_area_gallery_item.cs_item_2,
	.cs_area_gallery_item.cs_item_3 {
		grid-row: auto;
	}
	.cs_area_gallery_item.cs_item_4 {
		display: none;
	}
}

/* ---------- Reasons list (index) ---------- */
.cs_reasons_list .row > [class*="col-"] {
	display: flex;
}

.cs_reasons_list .cs_reason_item {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 32px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	width: 100%;
	transition: transform 0.35s ease;
}

.cs_reasons_list .cs_reason_item:hover {
	transform: translateX(6px);
}

.cs_reasons_list .col-lg-6:nth-last-child(-n+2) .cs_reason_item {
	border-bottom: none;
}

@media (max-width: 991px) {
	.cs_reasons_list .col-lg-6:nth-last-child(2) .cs_reason_item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}

.cs_reasons_list .cs_reason_number {
	flex-shrink: 0;
	line-height: 1;
	color: var(--heading-color);
	min-width: 90px;
	letter-spacing: -2px;
}

.cs_reasons_list .cs_reason_item:hover .cs_reason_number {
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cs_reasons_list .cs_reason_text {
	flex: 1;
}

.cs_reasons_list .cs_reason_text h3 {
	line-height: 1.3;
}

@media (max-width: 575px) {
	.cs_reasons_list .cs_reason_item {
		gap: 16px;
		padding: 24px 0;
	}
	.cs_reasons_list .cs_reason_number {
		min-width: 60px;
		font-size: 48px !important;
	}
}

/* ---------- Process section ---------- */
.cs_process_wrap {
	position: relative;
}

.cs_process_wrap::before {
	content: "";
	position: absolute;
	top: 45px;
	left: 12.5%;
	right: 12.5%;
	height: 2px;
	background-image: linear-gradient(to right, var(--heading-color) 50%, transparent 50%);
	background-size: 16px 2px;
	background-repeat: repeat-x;
	z-index: 0;
}

.cs_process_item {
	position: relative;
	text-align: center;
	z-index: 1;
}

.cs_process_circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--white-color);
	border: 2px solid var(--heading-color);
	color: var(--heading-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 600;
	margin: 0 auto 24px;
	transition: all 0.3s ease;
	position: relative;
}

.cs_process_circle::after {
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: 50%;
	border: 1px dashed rgba(55, 72, 54, 0.4);
}

.cs_process_item:hover .cs_process_circle {
	background: var(--heading-color);
	color: var(--white-color);
	transform: translateY(-4px);
}

.cs_process_item h3 {
	line-height: 1.3;
}

@media (max-width: 991px) {
	.cs_process_wrap::before {
		display: none;
	}
	.cs_process_item {
		padding-bottom: 40px;
	}
}

/* ---------- Savings calculator (index) ---------- */
.cs_savings_banner {
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	border-radius: 24px;
	padding: 70px 60px;
	position: relative;
	overflow: hidden;
}

.cs_savings_banner::before {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(55, 72, 54, 0.12);
}

.cs_savings_banner::after {
	content: "";
	position: absolute;
	bottom: -120px;
	left: -60px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(55, 72, 54, 0.07);
}

.cs_savings_content {
	position: relative;
	z-index: 2;
}

.cs_savings_drop {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--heading-color);
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.cs_savings_drop i {
	font-size: 20px;
}

.cs_savings_trust {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 32px;
	margin-top: 32px;
}

.cs_savings_trust_item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white-color);
	font-size: 15px;
	opacity: 0.85;
}

.cs_savings_trust_item i {
	color: var(--heading-color);
	font-size: 14px;
}

.cs_calc {
	position: relative;
	z-index: 2;
	background: var(--white-color);
	border-radius: 20px;
	padding: 36px 32px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}

.cs_calc_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cs_calc_title {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.cs_calc_badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(55, 72, 54, 0.12);
	color: var(--heading-color);
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cs_calc_badge::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--heading-color);
	box-shadow: 0 0 0 3px rgba(55, 72, 54, 0.25);
	animation: cs_pulse 1.6s ease-in-out infinite;
}

@keyframes cs_pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}

.cs_calc_input_row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 12px;
}

.cs_calc_label {
	font-size: 14px;
	color: var(--body-color);
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
}

.cs_calc_value {
	font-size: 28px;
	font-weight: 600;
	color: var(--heading-color);
}

.cs_calc_value span {
	font-size: 14px;
	color: var(--body-color);
	font-weight: 500;
	margin-left: 4px;
}

.cs_calc_slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: var(--gray-color);
	outline: none;
	margin: 4px 0 8px;
}

.cs_calc_slider::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(to right, var(--heading-color) 0%, var(--heading-color) var(--cs-fill, 20%), var(--gray-color) var(--cs-fill, 20%), var(--gray-color) 100%);
}

.cs_calc_slider::-moz-range-track {
	height: 6px;
	border-radius: 999px;
	background: var(--gray-color);
}

.cs_calc_slider::-moz-range-progress {
	height: 6px;
	border-radius: 999px;
	background: var(--heading-color);
}

.cs_calc_slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--white-color);
	border: 4px solid var(--heading-color);
	cursor: pointer;
	margin-top: -9px;
	box-shadow: 0 4px 12px rgba(55, 72, 54, 0.35);
	transition: transform 0.15s ease;
}

.cs_calc_slider::-webkit-slider-thumb:hover {
	transform: scale(1.1);
}

.cs_calc_slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--white-color);
	border: 4px solid var(--heading-color);
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(55, 72, 54, 0.35);
}

.cs_calc_range_labels {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--body-color);
	margin-bottom: 28px;
}

.cs_calc_results {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-bottom: 24px;
}

.cs_calc_result {
	background: var(--gray-color);
	border: 1px solid rgba(55, 72, 54, 0.2);
	border-radius: 12px;
	padding: 18px 16px;
	transition: transform 0.2s ease;
}

.cs_calc_result.cs_highlight {
	background: var(--heading-color);
	border-color: var(--heading-color);
}

.cs_calc_result_label {
	font-size: 14px;

	text-transform: capitalize;
	color: var(--body-color);
	font-weight: 500;
	margin-bottom: 6px;
}

.cs_calc_footer a{
	background-color:var(--heading-color);
	color:#fff!important;
	padding: 10px 14px;
}

.cs_calc_result.cs_highlight .cs_calc_result_label {
	color: rgba(255, 255, 255, 1);
}

.cs_calc_result_value {
	font-size: 26px;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 1.1;
	transition: color 0.2s ease;
}

.cs_calc_result.cs_highlight .cs_calc_result_value {
	color: var(--gray-color);
}

.cs_calc_result_unit {
	font-size: 13px;
	color: var(--body-color);
	margin-top: 4px;
}

.cs_calc_result.cs_highlight .cs_calc_result_unit {
	color: rgba(255, 255, 255, 1);
}

.cs_calc_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 13px;
	color: var(--body-color);
}

.cs_calc_footer a {
	color: var(--heading-color);
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.cs_calc_footer a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
	.cs_savings_banner {
		padding: 50px 30px;
	}
}

@media (max-width: 480px) {
	.cs_calc {
		padding: 28px 20px;
	}
	.cs_calc_results {
		grid-template-columns: 1fr;
	}
	.cs_calc_value {
		font-size: 22px;
	}
	.cs_calc_result_value {
		font-size: 22px;
	}
}

/* ---------- FAQ ---------- */
.cs_faq_item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, padding 0.3s ease;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 10px;
}

.cs_faq_item:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cs_faq_item:hover {
	background: rgba(55, 72, 54, 0.04);
	padding-left: 14px;
	padding-right: 14px;
}

.cs_faq_q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 24px 0;
	background: transparent;
	border: none;
	text-align: left;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	color: var(--heading-color);
	line-height: 1.4;
	transition: color 0.25s ease;
}

.cs_faq_q:hover {
	color: var(--heading-color);
}

.cs_faq_toggle {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--gray-color);
	color: var(--heading-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.3s ease;
}

.cs_faq_item.cs_open .cs_faq_toggle {
	background: var(--heading-color);
	color: var(--white-color);
	transform: rotate(180deg);
}

.cs_faq_item.cs_open .cs_faq_q {
	color: var(--heading-color);
}

.cs_faq_a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.cs_faq_a_inner {
	padding: 0 60px 24px 0;
	font-size: 18px;
	color: var(--body-color);
	line-height: 1.6;
}

.cs_faq_aside {
	background: var(--gray-color);
	border: 1px solid rgba(55, 72, 54, 0.2);
	border-radius: 20px;
	padding: 36px 32px;
}

.cs_faq_aside_icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--heading-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.cs_faq_q {
		font-size: 17px;
		padding: 20px 0;
	}
	.cs_faq_a_inner {
		padding: 0 0 20px 0;
		font-size: 16px;
	}
}

/* ---------- Environment / "more than turf" (index) ---------- */
.cs_environment {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	min-height: 600px;
	display: flex;
	align-items: center;
	padding: 90px 70px;
	background-size: cover;
	background-position: center;
}

.cs_environment_content {
	position: relative;
	z-index: 2;
}

.cs_environment_tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 18px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	color: var(--gray-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 24px;
	backdrop-filter: blur(4px);
}

.cs_environment_tag i {
	font-size: 14px;
}

.cs_environment_quote {
	margin-top: 36px;
	padding: 20px 24px;
	border-left: 3px solid var(--heading-color);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(6px);
	border-radius: 0 12px 12px 0;
	color: var(--heading-color);
	font-size: 18px;
	font-style: italic;
	opacity: 0.9;
	line-height: 1.6;
}

.cs_environment_pills {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 40px;
}

.cs_environment_pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 22px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: var(--white-color);
	font-size: 15px;
	font-weight: 600;
	backdrop-filter: blur(8px);
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
}

.cs_environment_pill:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	transform: translateY(-3px);
}

.cs_environment_pill i {
	color: var(--gray-color);
	font-size: 16px;
	transition: color 0.3s ease;
}

.cs_environment_pill:hover i {
	color: var(--white-color);
}

@media (max-width: 991px) {
	.cs_environment {
		padding: 70px 40px;
		min-height: 0;
	}
}

@media (max-width: 575px) {
	.cs_environment {
		padding: 50px 24px;
		border-radius: 20px;
	}
	.cs_environment_quote {
		font-size: 16px;
	}
}

/* ---------- Final CTA ---------- */
.cs_final_cta {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.cs_final_cta_inner {
	position: relative;
	z-index: 2;
}

.cs_final_cta_tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--gray-color);
	font-size: 13px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
}

.cs_site_header.cs_style_1.cs_sticky_active .cs_nav .cs_nav_list > li > a{
	color: var(--heading-color);
}

header .invert, header.cs_sticky_active img { display:none;}

header.cs_sticky_active .invert { display:block;}

.cs_final_cta_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 32px;
	align-items: center;

}

.cs_final_cta_phone {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: var(--white-color);
	text-decoration: none;
	transition: color 0.25s ease;
}

.cs_final_cta_phone:hover {
	color: var(--gray-color);
}

.cs_final_cta_phone_icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-color);
	font-size: 18px;
	transition: all 0.25s ease;
}

.cs_final_cta_phone:hover .cs_final_cta_phone_icon {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: var(--white-color);
}

.cs_final_cta_phone_label {
	font-size: 12px;
	opacity: 0.65;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.cs_final_cta_phone_num {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.cs_final_cta_trust {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 32px;
	padding-top: 32px;
}

.cs_final_cta_trust_item {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 14px;

}

.cs_final_cta_trust_item i {
	color: #fff;
}

/* Centered-variant (services, services-area) */
.cs_final_cta.cs_center,
.cs_final_cta.cs_centered {
	text-align: center;
}

/* ---------- Contact form (basic — index, service-details) ---------- */
.cs_contact_form {
	background: var(--white-color);
	border-radius: 24px;
}

.cs_contact_form_header {
	margin-bottom: 28px;
}

.cs_contact_form_title {
	font-size: 26px;
	font-weight: 600;
	color: var(--heading-color);
	margin: 0 0 6px;
}

.cs_contact_form_sub {

	color: var(--body-color);
	margin: 0;
}

.cs_form_group {
	margin-bottom: 16px;
}

.cs_form_label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--heading-color);
	margin-bottom: 8px;
}

.cs_form_input,
.cs_form_select,
.cs_form_textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid var(--border-color);
	border-radius: 12px;
	font-size: 15px;
	color: var(--heading-color);
	background: var(--gray-color);
	transition: all 0.25s ease;
	font-family: inherit;
}

.cs_form_input:focus,
.cs_form_select:focus,
.cs_form_textarea:focus {
	outline: none;
	border-color: var(--heading-color);
	background: var(--white-color);
	box-shadow: 0 0 0 3px rgba(55, 72, 54, 0.15);
}

.cs_form_textarea {
	resize: vertical;
	min-height: 100px;
}

.cs_form_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.cs_form_submit {
	width: 100%;
	padding: 16px 20px;


	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 6px;
	background: #00A84C;
	color: #fff;
	border-radius: 10px;
	border: 2px solid #00A84C;
}

.cs_form_submit:hover {
	background: #000;
	color:#fff;

}

.cs_form_note {
	font-size: 12px;
	color: var(--body-color);
	text-align: center;
	margin-top: 14px;
}

.cs_form_note i {
	color: var(--heading-color);
	margin-right: 4px;
}

@media (max-width: 575px) {

	.cs_form_row {
		grid-template-columns: 1fr;
	}
}

/* ---------- Contact page — premium form (scoped) ---------- */
.cs_page_contact .cs_contact_form {
	position: relative;
	padding: 0;
	box-shadow: 0 40px 80px -20px rgba(55, 72, 54, 0.2), 0 12px 24px -6px rgba(55, 72, 54, 0.08);
	overflow: hidden;
	border: 1px solid rgba(55, 72, 54, 0.12);
}

.cs_contact_form_top {
	position: relative;
	/*   padding: 38px 40px 30px;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 50%, var(--heading-color) 100%); */
	color: var(--heading-color);
	overflow: hidden;
}



.cs_contact_form_eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	border-radius: 20px;
	background: rgba(55, 72, 54, 0.15);
	color: var(--gray-color);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.cs_contact_form_top .cs_contact_form_title {
	font-size: 28px;
	color: var(--heading-color);
	margin: 0 0 8px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
}

.cs_contact_form_top .cs_contact_form_sub {
	color: var(--heading-color);
	margin: 0 0 22px;
	max-width: 480px;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.cs_contact_form_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
	z-index: 1;
}

.cs_contact_form_badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--white-color);
	font-size: 12px;
	font-weight: 600;
}

.cs_contact_form_badge i {
	color: var(--gray-color);
	font-size: 11px;
}

.cs_form_step {
	margin-bottom: 22px;
}

.cs_form_step_head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(55, 72, 54, 0.08);
}

.cs_form_step_num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	color: var(--white-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
}

.cs_form_step_title {
	font-size: 14px;
	font-weight: 600;
	color: var(--heading-color);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0;
}

.cs_page_contact .cs_form_input,
.cs_page_contact .cs_form_select,
.cs_page_contact .cs_form_textarea {
	border: 1.5px solid var(--border-color);
	border-radius: 10px;
	color: var(--heading-color);
}

.cs_page_contact .cs_form_input:hover,
.cs_page_contact .cs_form_select:hover,
.cs_page_contact .cs_form_textarea:hover {
	border-color: var(--border-color);
}

.cs_page_contact .cs_form_submit {
	position: relative;
	padding: 18px 24px;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	border-radius: 12px;
	font-size: 14px;
	letter-spacing: 1.5px;
	gap: 12px;
	margin-top: 10px;
	box-shadow: 0 12px 24px rgba(55, 72, 54, 0.3);
	overflow: hidden;
	transition: all 0.3s ease;
}

.cs_page_contact .cs_form_submit::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cs_page_contact .cs_form_submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(55, 72, 54, 0.4);
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
}

.cs_page_contact .cs_form_submit:hover::before {
	opacity: 1;
}

.cs_page_contact .cs_form_submit i,
.cs_page_contact .cs_form_submit span {
	position: relative;
	z-index: 1;
}

.cs_page_contact .cs_form_submit i {
	transition: transform 0.3s ease;
}

.cs_page_contact .cs_form_submit:hover i {
	transform: translateX(4px);
}

.cs_form_trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(55, 72, 54, 0.06);
}

.cs_form_trust_item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: var(--body-color);
	font-weight: 600;
}

.cs_form_trust_item i {
	color: var(--heading-color);
	font-size: 12px;
}

@media (max-width: 575px) {


	.cs_contact_form_top .cs_contact_form_title {
		font-size: 22px;
	}
	.cs_form_trust {
		gap: 12px;
	}
}

/* ---------- Contact page — info cards / reach list / hours ---------- */
.cs_info_card {
	position: relative;
	background: var(--white-color);
	border-radius: 22px;
	padding: 0;
	box-shadow: 0 30px 60px -20px rgba(55, 72, 54, 0.18), 0 8px 16px -4px rgba(55, 72, 54, 0.06);
	margin-bottom: 28px;
	overflow: hidden;
	border: 1px solid rgba(55, 72, 54, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cs_info_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 40px 70px -20px rgba(55, 72, 54, 0.22), 0 10px 20px -4px rgba(55, 72, 54, 0.08);
}


.cs_info_card_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 28px 28px 20px;
	border-bottom: 1px solid rgba(55, 72, 54, 0.1);
}

.cs_info_card_head_left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.cs_info_card_head_icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	color: var(--white-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 8px 16px rgba(55, 72, 54, 0.3);
}

.cs_info_card_head_text .cs_info_card_eyebrow {
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--heading-color);
	text-transform: uppercase;
	margin-bottom: 3px;
}

.cs_info_card_head_text h3 {
	font-size: 28px;
	font-weight: 600;
	color: var(--heading-color);
	margin: 0;
	line-height: 1.2;
}

.cs_info_card_body {
	padding: 8px 28px 28px;
}

.cs_reach_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cs_reach_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(55, 72, 54, 0.06);
}

.cs_reach_list li:last-child {
	border-bottom: none;
}

.cs_reach_left {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	flex: 1;
}

.cs_reach_icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--gray-color);
	color: var(--heading-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	transition: all 0.3s ease;
}

.cs_reach_list li:hover .cs_reach_icon {
	background: var(--heading-color);
	color: var(--white-color);
	transform: scale(1.08);
}

.cs_reach_text {
	min-width: 0;
	flex: 1;
}

.cs_reach_label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: var(--heading-color);
	text-transform: uppercase;
	margin: 0 0 3px;
}

.cs_reach_value {
	font-size: 16px;
	font-weight: 600;
	color: var(--heading-color);
	margin: 0;
	line-height: 1.4;
	word-break: break-word;
}

.cs_reach_value a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

.cs_reach_value a:hover {
	color: var(--heading-color);
}

.cs_reach_action {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: transparent;
	border: 1.5px solid rgba(55, 72, 54, 0.3);
	color: var(--heading-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.3s ease;
}

.cs_reach_action:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: var(--white-color);
	transform: rotate(-45deg);
}




@keyframes cs_pulse_dot {
	0%   { box-shadow: 0 0 0 0 rgba(55, 72, 54, 0.6); }
	70%  { box-shadow: 0 0 0 8px rgba(55, 72, 54, 0); }
	100% { box-shadow: 0 0 0 0 rgba(55, 72, 54, 0); }
}

.cs_hours_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 15px;
	transition: background 0.25s ease;
}

.cs_hours_row + .cs_hours_row {
	margin-top: 4px;
}

.cs_hours_row:hover {
	background: var(--gray-color);
}


.cs_hours_day {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--heading-color);
}

.cs_hours_day_badge {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var(--white-color);
	background: var(--heading-color);
	padding: 3px 7px;
	border-radius: 4px;
	text-transform: uppercase;
}

.cs_hours_time {
	color: var(--body-color);
	font-weight: 600;
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.cs_hours_time.is_closed {
	color: #b94a48;
}

.cs_hours_note {
	margin-top: 8px;
	margin-bottom:0!important;
	padding: 16px 18px;

	border-radius: 10px;
	font-size: 13px;
	color: var(--heading-color);
	line-height: 1.55;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.cs_hours_note i {
	color: var(--heading-color);
	margin-top: 3px;
	flex-shrink: 0;
}

.cs_contact_sticky {
	position: sticky;
	top: 100px;
}

.cs_contact_sticky .cs_info_card:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.cs_contact_sticky {
		position: static;
		top: auto;
	}
}

@media (max-width: 575px) {
	.cs_info_card_head,
	.cs_info_card_body {
		padding-left: 22px;
		padding-right: 22px;
	}
}

/* ---------- Contact page — trust section ---------- */
.cs_trust_section {
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	padding: 80px 0;
	color: var(--white-color);
}

.cs_trust_heading {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	margin: 0 0 50px;
	color: var(--white-color);
}

.cs_trust_heading span {
	color: var(--gray-color);
}

.cs_trust_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.cs_trust_item {
	text-align: center;
	padding: 28px 18px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	transition: all 0.3s ease;
}

.cs_trust_item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-4px);
}

.cs_trust_icon {
	font-size: 32px;
	color: var(--gray-color);
	margin-bottom: 12px;
}

.cs_trust_value {
	font-size: 22px;
	font-weight: 600;
	color: var(--white-color);
	margin: 0 0 6px;
	line-height: 1.2;
}

.cs_trust_label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.75);
	margin: 0;
}

@media (max-width: 991px) {
	.cs_trust_grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.cs_trust_grid {
		grid-template-columns: 1fr;
	}
	.cs_trust_heading {
		font-size: 28px;
	}
}

/* ---------- Service details — bento gallery ---------- */
.cs_service_gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 180px;
	gap: 16px;
}

.cs_service_gallery_item {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	display: block;
	transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), box-shadow 0.45s ease;
}

.cs_service_gallery_item:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 54px rgba(0, 0, 0, 0.18);
}

.cs_service_gallery_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.cs_service_gallery_item:hover img {
	transform: scale(1.08);
}

.cs_service_gallery_item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(55, 72, 54, 0.75) 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	z-index: 1;
}

.cs_service_gallery_item::after {
	content: "\f00e";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--gray-color);
	color: var(--heading-color);
	display: grid;
	place-items: center;
	font-size: 20px;
	transform: translate(-50%, -50%) scale(0.4);
	opacity: 0;
	transition: transform 0.45s cubic-bezier(.2, .8, .2, 1), opacity 0.35s ease;
	z-index: 2;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.cs_service_gallery_item:hover::before {
	opacity: 1;
}

.cs_service_gallery_item:hover::after {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.cs_service_gallery_item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.cs_service_gallery_item:nth-child(2) { grid-column: span 2; grid-row: span 1; }
.cs_service_gallery_item:nth-child(3) { grid-column: span 1; grid-row: span 1; }
.cs_service_gallery_item:nth-child(4) { grid-column: span 1; grid-row: span 1; }
.cs_service_gallery_item:nth-child(5) { grid-column: span 2; grid-row: span 2; }
.cs_service_gallery_item:nth-child(6) { grid-column: span 1; grid-row: span 1; }
.cs_service_gallery_item:nth-child(7) { grid-column: span 1; grid-row: span 1; }
.cs_service_gallery_item:nth-child(8) { grid-column: span 2; grid-row: span 1; }

@media (max-width: 991px) {
	.cs_service_gallery {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 160px;
	}
	.cs_service_gallery_item:nth-child(1) { grid-column: span 3; grid-row: span 2; }
	.cs_service_gallery_item:nth-child(2) { grid-column: span 2; grid-row: span 1; }
	.cs_service_gallery_item:nth-child(3) { grid-column: span 1; grid-row: span 1; }
	.cs_service_gallery_item:nth-child(4) { grid-column: span 1; grid-row: span 1; }
	.cs_service_gallery_item:nth-child(5) { grid-column: span 2; grid-row: span 2; }
	.cs_service_gallery_item:nth-child(6) { grid-column: span 1; grid-row: span 1; }
	.cs_service_gallery_item:nth-child(7) { grid-column: span 1; grid-row: span 1; }
	.cs_service_gallery_item:nth-child(8) { grid-column: span 1; grid-row: span 1; }
}

@media (max-width: 575px) {
	.cs_service_gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 140px;
		gap: 12px;
	}
	.cs_service_gallery_item:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}
	.cs_service_gallery_item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
	.cs_service_gallery_item:nth-child(5) { grid-column: span 2; grid-row: span 1; }
}

/* ---------- Iconbox polish ---------- */
.cs_iconbox.cs_style_1 {
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
	padding: 36px 30px;
	border-radius: 18px;
	background: var(--white-color);
	border: 1px solid rgba(55, 72, 54, 0.06);
	height: 100%;
	position: relative;
}

.cs_iconbox.cs_style_1:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 44px rgba(55, 72, 54, 0.1);
	border-color: rgba(55, 72, 54, 0.35);
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
	transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.cs_iconbox.cs_style_1:hover .cs_iconbox_icon {
	transform: scale(1.08) rotate(-4deg);
}

.cs_heading_bg .cs_iconbox.cs_style_1 {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(6px);
}

.cs_heading_bg .cs_iconbox.cs_style_1:hover {
	background: rgba(55, 72, 54, 0.12);
	border-color: rgba(55, 72, 54, 0.4);
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
	.cs_iconbox.cs_style_1 {
		padding: 25px 24px;
	}
}

/* ---------- Section title polish ---------- */
.cs_section_title span {
	position: relative;
}

/* ---------- Mobile Owl-style Slick carousel (index, service-details) ---------- */
.cs_mobile_carousel.slick-initialized {
	display: block !important;
	margin-left: -8px;
	margin-right: -8px;
}

.cs_mobile_carousel.slick-initialized .slick-list {
	padding: 8px 0 6px;
	overflow: hidden;
}

.cs_mobile_carousel.slick-initialized .slick-track {
	display: flex !important;
	align-items: stretch;
}

.cs_mobile_carousel.slick-initialized .slick-slide {
	height: auto !important;
	padding: 0 8px;
	float: none;
}

.cs_mobile_carousel.slick-initialized .slick-slide > div {
	height: 100%;
	display: flex;
	width: 100%;
}

.cs_mobile_carousel.slick-initialized .slick-slide > div > [class*="col-"] {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cs_mobile_carousel.slick-initialized .slick-dots {
	list-style: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 32px 0 0;
}

.cs_mobile_carousel.slick-initialized .slick-dots li {
	line-height: 0;
	margin: 0;
}

.cs_mobile_carousel.slick-initialized .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(55, 72, 54, 0.3);
	border: none;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	color: transparent;
}

.cs_mobile_carousel.slick-initialized .slick-dots li.slick-active button {
	background: var(--heading-color);
	width: 32px;
	border-radius: 999px;
}

.cs_heading_bg .cs_mobile_carousel.slick-initialized .slick-dots li button {
	background: rgba(255, 255, 255, 0.3);
}

.cs_heading_bg .cs_mobile_carousel.slick-initialized .slick-dots li.slick-active button {
	background: var(--gray-color);
}

@media (max-width: 767px) {
	.cs_mobile_carousel .cs_reason_item {
		padding: 15px 20px;
		border-bottom: none !important;
		background: var(--white-color);
		border-radius: 16px;

		height: 100%;
	}
	.cs_footer.cs_footer_hero .cs_footer_row{
		margin-bottom:0!important;
		padding-top:0!important;
	}
	.cs_mobile_carousel .cs_process_item {
		padding-bottom: 0;
	}
}

/* ---------- Mobile Slick slider (services, services-area) ---------- */
.cs_mobile_slider .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
}

.cs_mobile_slider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	font-size: 0;
	border-radius: 50%;
	background: rgba(55, 72, 54, 0.35);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cs_mobile_slider .slick-dots li.slick-active button {
	background: var(--heading-color);
	width: 26px;
	border-radius: 999px;
}

.cs_mobile_slider .slick-slide {
	padding: 0 10px;
	height: auto;
}

.cs_mobile_slider .slick-track {
	display: flex !important;
}

.cs_mobile_slider .slick-slide > div {
	height: 100%;
}

.cs_mobile_slider .slick-list {
	margin: 0 -10px;
	padding: 8px 0 10px;
}

.cs_mobile_slider .slick-slide .cs_service_card,
.cs_mobile_slider .slick-slide .cs_why_card {
	height: 100%;
}

/* ============================================================
HEADER — refined design
============================================================ */
.cs_site_header.cs_style_1 {
	transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.cs_site_header.cs_style_1 .cs_main_header_in {
	padding-top: 18px;
	padding-bottom: 18px;
}

.cs_site_header.cs_style_1  {  
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px); 
}
.cs_site_header.cs_style_1.cs_sticky_active {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: saturate(140%) blur(10px);
	-webkit-backdrop-filter: saturate(140%) blur(10px);
	box-shadow: 0 6px 22px rgba(55, 72, 54, 0.08);
}



.cs_site_branding img {
	transition: transform 0.35s ease;
	width:200px;
}

.cs_site_branding:hover img {
	transform: scale(1.04);
}

@media (min-width: 1200px) {
	.cs_nav .cs_nav_list > li > a {
		position: relative;
		font-weight: 600;
		letter-spacing: 0.4px;
		transition: color 0.25s ease;
	}

	.cs_nav .cs_nav_list > li > a::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -6px;
		width: 0;
		height: 2px;
		background:  #fff;
		border-radius: 2px;
		transform: translateX(-50%);
		transition: width 0.3s ease;
	}

	.cs_site_header.cs_style_1.cs_sticky_active .cs_nav .cs_nav_list > li > a::after {
		background:  #000;
	}

	.cs_nav .cs_nav_list > li > a:hover::after,
	.cs_nav .cs_nav_list > li.current-menu-item > a::after {
		width: 22px;
	}

	.cs_nav .cs_nav_list > li.menu-item-has-children > a::before {
		display: inline-block;
		transition: transform 0.3s ease;
	}

	.cs_nav .cs_nav_list > li.menu-item-has-children:hover > a::before {
		transform: rotate(180deg);
	}

	.cs_nav .cs_nav_list ul {
		min-width: 310px!important;
		padding: 10px 0;
		border-radius: 12px;
		border: 1px solid rgba(55, 72, 54, 0.15);
		box-shadow: 0 18px 40px rgba(55, 72, 54, 0.12);
		overflow: hidden;
	}

	.cs_nav .cs_nav_list ul li {
		position: relative;
	}

	.cs_nav .cs_nav_list ul a {
		padding: 10px 20px;
		font-weight: 500;
		transition: color 0.25s ease, padding-left 0.25s ease, background-color 0.25s ease;
	}

	.cs_nav .cs_nav_list ul a:hover {
		color: var(--heading-color);
		padding-left: 28px;
		background: rgba(55, 72, 54, 0.08);
	}

	.cs_nav .cs_nav_list ul a::before {
		content: "";
		position: absolute;
		left: 12px;
		top: 50%;
		width: 8px;
		height: 2px;
		background: var(--heading-color);
		border-radius: 2px;
		opacity: 0;
		transform: translateY(-50%) scaleX(0);
		transform-origin: left;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.cs_nav .cs_nav_list ul a:hover::before {
		opacity: 1;
		transform: translateY(-50%) scaleX(1);
	}
}

.cs_header_icon_btns {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cs_header_icon_btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(55, 72, 54, 0.12);
	background: rgba(255, 255, 255, 0.6);
	color: var(--heading-color);
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cs_header_icon_btn:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
	color: var(--white-color);
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(55, 72, 54, 0.35);
}

/* ============================================================
FOOTER — refined design
============================================================ */
.cs_footer.cs_style_1 {
	position: relative;
	/*   background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 55%, var(--heading-color) 100%); */
	color: var(--headig-color);
	padding-top: 90px;
	padding-bottom: 30px;
	overflow: hidden;
}

.cs_footer.cs_style_1::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(55, 72, 54, 0.22), transparent 60%);
	pointer-events: none;
}

.cs_footer.cs_style_1 .cs_footer_row {
	display: grid;
	grid-template-columns: 1.5fr 2fr 2fr;
	gap: 40px;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px) {
	.cs_footer.cs_style_1 .cs_footer_row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.cs_footer.cs_style_1 .cs_footer_row {
		grid-template-columns: 1fr;
	}
}

.cs_footer.cs_style_1 .cs_footer_col {
	width: auto;
	max-width:100%;
}

.cs_footer.cs_style_1 .cs_text_widget img {
	max-width: 170px;
	margin-bottom: 18px;
}

.cs_footer.cs_style_1 .cs_text_widget p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.cs_footer.cs_style_1 .cs_footer_widget_title {
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 22px;
	padding-bottom: 12px;
	position: relative;
	text-transform: uppercase;
}

.cs_footer.cs_style_1 .cs_footer_widget_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 3px;
	background: linear-gradient(90deg, var(--heading-color), var(--gray-color));
	border-radius: 3px;
}

.cs_footer.cs_style_1 .cs_footer_widget_menu li {
	margin-bottom: 10px;
}

.cs_footer.cs_style_1 .cs_footer_widget_menu a {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 500;
	letter-spacing: 0.3px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.25s ease, transform 0.25s ease, gap 0.25s ease;
}

.cs_footer.cs_style_1 .cs_footer_widget_menu a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: var(--heading-color);
	border-radius: 2px;
	transition: width 0.25s ease;
}

.cs_footer.cs_style_1 .cs_footer_widget_menu a:hover {
	color: var(--white-color);
	transform: translateX(3px);
	gap: 12px;
}

.cs_footer.cs_style_1 .cs_footer_widget_menu a:hover::before {
	width: 14px;
}

.cs_footer.cs_style_1 .cs_newsletter.cs_style_1 {
	position: relative;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	padding: 6px 6px 6px 22px;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.cs_footer.cs_style_1 .cs_newsletter.cs_style_1:focus-within {
	border-color: var(--heading-color);
	background: rgba(255, 255, 255, 0.1);
}

.cs_footer.cs_style_1 .cs_newsletter_input {
	flex: 1;
	background: transparent;
	border: none;
	outline: none;
	color: var(--white-color);
	font-size: 14px;
	padding: 10px 6px;
}

.cs_footer.cs_style_1 .cs_newsletter_input::placeholder {
	color: rgba(255, 255, 255, 0.55);
}

.cs_footer.cs_style_1 .cs_newsletter_btn {
	width: 42px;
	height: 42px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--heading-color), var(--heading-color));
	color: var(--white-color);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs_footer.cs_style_1 .cs_newsletter_btn:hover {
	transform: rotate(-10deg) scale(1.05);
	box-shadow: 0 8px 20px rgba(55, 72, 54, 0.4);
}

.cs_footer.cs_style_1 .cs_bottom_footer {
	margin-top: 60px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1;
}

.cs_footer.cs_style_1 .cs_copyright {
	color: rgba(255, 255, 255, 0.65);
	letter-spacing: 0.5px;
	font-size: 14px;
}

.cs_footer.cs_style_1 .cs_footer_links {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
}

.cs_footer.cs_style_1 .cs_footer_links a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	position: relative;
	transition: color 0.25s ease;
}

.cs_footer.cs_style_1 .cs_footer_links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 0;
	height: 1.5px;
	background: var(--heading-color);
	transition: width 0.25s ease;
}

.cs_footer.cs_style_1 .cs_footer_links a:hover {
	color: var(--white-color);
}

.cs_footer.cs_style_1 .cs_footer_links a:hover::after {
	width: 100%;
}

/* ---------- Index.html: compact 3-column footer ---------- */
.cs_footer.cs_footer_compact .cs_footer_row {
	grid-template-columns: 1.6fr 1fr 1.2fr;
	gap: 56px;
	align-items: start;
}

@media (max-width: 991px) {
	.cs_footer.cs_footer_compact .cs_footer_row {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.cs_footer.cs_footer_compact .cs_footer_col_brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575px) {
	.cs_footer.cs_footer_compact .cs_footer_row {
		grid-template-columns: 1fr;
	}
}

.cs_footer.cs_footer_compact .cs_footer_col_brand .cs_text_widget {
	max-width: 360px;
}

.cs_footer.cs_footer_compact .cs_footer_col_brand .cs_text_widget img {
	max-width: 190px;
	margin-bottom: 22px;
}

.cs_footer.cs_footer_compact .cs_footer_col_brand .cs_text_widget p {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
	font-size: 15px;
	margin-bottom: 26px;
}

.cs_footer_social {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.cs_footer_social li {
	list-style: none;
}

.cs_footer_social a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.85);
	background: var(--heading-color);
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 15px;
	transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.cs_footer_social a:hover {
	color: var(--white-color);
	background: linear-gradient(135deg, var(--heading-color), var(--heading-color));
	border-color: transparent;
	transform: translateY(-3px) rotate(-6deg);
	box-shadow: 0 12px 24px rgba(55, 72, 54, 0.35);
}

.cs_footer.cs_footer_compact .cs_footer_widget_menu a {
	font-size: 14.5px;
}

.cs_footer.cs_footer_compact .cs_footer_widget_title {
	font-size: 17px;
}

.cs_footer.cs_footer_compact .cs_bottom_footer {
	margin-top: 54px;
}

/* ============================================================
INDEX.HTML — HERO FOOTER (bold redesign)
============================================================ */
.cs_footer.cs_footer_hero {
	position: relative;

	padding: 90px 0 28px;
	overflow: hidden;
	isolation: isolate;
}


.cs_footer.cs_footer_hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 26px 26px;
	opacity: 0.35;
	mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
	-webkit-mask-image: linear-gradient(180deg, transparent, #000 25%, #000 75%, transparent);
	pointer-events: none;
	z-index: 0;
}

.cs_footer.cs_footer_hero .container {
	position: relative;
	z-index: 2;
}

.cs_footer_watermark {
	position: absolute;
	right: -40px;
	bottom: -60px;
	font-size: clamp(180px, 28vw, 340px);
	font-weight: 800;
	letter-spacing: -8px;
	line-height: 0.9;
	color: transparent;
	background: linear-gradient(180deg, rgba(55, 72, 54, 0.18), rgba(55, 72, 54, 0.03));
	-webkit-background-clip: text;
	background-clip: text;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	z-index: 0;
}

.cs_footer_blob {
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	filter: blur(90px);
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
	animation: cs_footer_blob_float 14s ease-in-out infinite;
}

.cs_footer_blob_1 {
	background: radial-gradient(circle, rgba(55, 72, 54, 0.55), transparent 70%);
	top: -120px;
	left: -140px;
}

.cs_footer_blob_2 {
	background: radial-gradient(circle, rgba(55, 72, 54, 0.4), transparent 70%);
	bottom: -160px;
	right: -100px;
	animation-delay: -7s;
}

@keyframes cs_footer_blob_float {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50%      { transform: translate(30px, -20px) scale(1.08); }
}

/* ---------- CTA band ---------- */
.cs_footer_cta {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 46px 52px;
	margin-bottom: 70px;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 55%, var(--heading-color) 100%);
	box-shadow: 0 30px 60px rgba(55, 72, 54, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
	overflow: hidden;
	z-index: 3;
}

.cs_footer_cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(600px 200px at 0% 0%, rgba(255, 255, 255, 0.18), transparent 60%),
		radial-gradient(500px 200px at 100% 100%, rgba(0, 0, 0, 0.18), transparent 60%);
	pointer-events: none;
}

.cs_footer_cta::after {
	content: "";
	position: absolute;
	right: -60px;
	top: -60px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	animation: cs_footer_cta_spin 30s linear infinite;
	pointer-events: none;
}

@keyframes cs_footer_cta_spin {
	to { transform: rotate(360deg); }
}

.cs_footer_cta_text {
	position: relative;
	z-index: 1;
	color: var(--white-color);
	max-width: 620px;
}

.cs_footer_cta_eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: var(--white-color);
	margin-bottom: 14px;
	backdrop-filter: blur(4px);
}

.cs_footer_cta_title {
	color: var(--white-color);
	font-size: clamp(26px, 3.2vw, 40px);
	font-weight: 600;
	line-height: 1.15;
	margin: 0;
}

.cs_footer_cta_title span {
	color: var(--gray-color);
	font-style: italic;
	font-weight: 500;
}

.cs_footer_cta_btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 18px 32px;
	background: var(--white-color);
	color: var(--heading-color);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.4px;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease, gap 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.cs_footer_cta_btn svg {
	transition: transform 0.3s ease;
}

.cs_footer_cta_btn:hover {
	color: var(--white-color);
	background: var(--heading-color);
	transform: translateY(-3px);
	gap: 18px;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
}

.cs_footer_cta_btn:hover svg {
	transform: translateX(3px);
}

@media (max-width: 767px) {
	.cs_footer_cta {
		padding: 34px 28px;
		margin-top: -60px;
		margin-bottom: 48px;
	}
	.cs_fs_90 {
		font-size: 44px;
		line-height: 1.00em;
	}
	.cs_gap_y_45{
		gap: 15px 0;
	}
	.cs_height_lg_50 {
		height: 30px;
	}
	h2 {
		font-size: 36px;
	}
	.cs_hero.cs_style_1 .cs_hero_in{
		padding: 120px 0 150px;
	}
	.cs_footer.cs_footer_hero .cs_bottom_footer{
		padding-top:0!important;
	}
	.cs_nav .cs_nav_list_wrap{
		background: #f9fbf3!important;
	}
	.cs_nav .cs_nav_list a{
		color:#000!important;
	}
	.cs_munu_dropdown_toggle span:before, .cs_munu_dropdown_toggle span:after{
		background:#000!important;
	}
	.cs_section_heading.cs_style_1{
		gap: 5px 30px;
	}
	.cs_fs_20 {
		font-size: 16px;
	}
	.cs_mobile_carousel.slick-initialized .slick-slide,
	.cs_mobile_carousel.slick-initialized .slick-list{
		padding:0;
	}
	.cs_btn.cs_style_1{
		padding: 10px 30px;
	}

}

/* ---------- Contact row ---------- */
.cs_footer_contact_row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 28px 0;
	margin-bottom: 48px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
	.cs_footer_contact_row {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.cs_map {
		height: 550px;
	}
}

.cs_footer_contact_item {
	display: flex;
	align-items: center;
	gap: 16px;
	color: rgba(255, 255, 255, 0.88);
	transition: transform 0.3s ease, color 0.3s ease;
}

a.cs_footer_contact_item:hover {
	color: var(--white-color);
	transform: translateX(4px);
}

.cs_footer_contact_icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(55, 72, 54, 0.22), rgba(55, 72, 54, 0.08));
	border: 1px solid rgba(55, 72, 54, 0.35);
	color: var(--gray-color);
	font-size: 17px;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

a.cs_footer_contact_item:hover .cs_footer_contact_icon {
	background: linear-gradient(135deg, var(--heading-color), var(--heading-color));
	color: var(--white-color);
	transform: rotate(-6deg);
}

.cs_footer_contact_meta {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}

.cs_footer_contact_meta small {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 2px;
}

.cs_footer_contact_meta strong {
	font-weight: 600;
	font-size: 16px;
	color: var(--white-color);
}

/* ---------- Columns ---------- */
.cs_footer.cs_footer_hero .cs_footer_row {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1.2fr;
	gap: 56px;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.cs_footer.cs_footer_hero .cs_footer_row {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.cs_footer.cs_footer_hero .cs_footer_col_brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575px) {
	.cs_footer.cs_footer_hero .cs_footer_row {
		grid-template-columns: 1fr;
	}
}

.cs_footer.cs_footer_hero .cs_footer_col_brand .cs_text_widget {
	max-width: 380px;
}

.cs_footer.cs_footer_hero .cs_footer_col_brand .cs_text_widget img {
	max-width: 200px;
	margin-bottom: 22px;
}

.cs_footer.cs_footer_hero .cs_footer_col_brand .cs_text_widget p {
	color:#000;
	line-height: 1.75;
	font-size: 15px;
	margin-bottom: 26px;
}

.cs_footer.cs_footer_hero .cs_footer_widget_title {
	color: var(--heading-color);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 22px;
	padding-bottom: 14px;
	position: relative;
}

.cs_footer.cs_footer_hero .cs_footer_widget_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: linear-gradient(90deg, var(--heading-color), var(--gray-color));
	border-radius: 2px;
}

.cs_footer.cs_footer_hero .cs_footer_widget_menu li {
	margin-bottom: 12px;
}

.cs_footer.cs_footer_hero .cs_footer_widget_menu a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-left: 0;
	transition: color 0.3s ease, padding-left 0.3s ease;
}

.cs_footer.cs_footer_hero .cs_footer_widget_menu a::before {
	content: "";
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--heading-color), var(--gray-color));
	border-radius: 2px;
	transition: width 0.3s ease;
}

.cs_footer.cs_footer_hero .cs_footer_widget_menu a:hover {
	color: var(--heading-color);
	padding-left: 6px;
}

.cs_footer.cs_footer_hero .cs_footer_widget_menu a:hover::before {
	width: 18px;
}

/* ---------- Bottom bar ---------- */
.cs_footer.cs_footer_hero .cs_bottom_footer {
	margin-top: 0;
	padding: 22px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
}

.cs_footer.cs_footer_hero .cs_copyright {
	color: #000;
	font-size: 13.5px;
	letter-spacing: 0.3px;
}

.cs_footer.cs_footer_hero .cs_footer_links {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs_footer.cs_footer_hero .cs_footer_links a {
	color: #000;
	background-image:none; 
	font-size: 13.5px;
	font-weight: 500;
	position: relative;
	transition: color 0.3s ease;
}



.cs_footer.cs_footer_hero .cs_footer_links a:hover {
	color: var(--heading-color);

}

.cs_footer.cs_footer_hero .cs_footer_links a:hover::after {
	width: 100%;
}

/*--------------------------------------------------------------
404 Page
----------------------------------------------------------------*/
.cs_404_section {
	position: relative;
	overflow: hidden;
	padding: 140px 0 120px;
	background:
		radial-gradient(circle at 15% 20%, rgba(55, 72, 54, 0.18) 0%, transparent 45%),
		radial-gradient(circle at 85% 75%, rgba(55, 72, 54, 0.10) 0%, transparent 50%),
		linear-gradient(180deg, var(--gray-color) 0%, var(--gray-color) 100%);
}

.cs_404_section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(rgba(55, 72, 54, 0.08) 1px, transparent 1px);
	background-size: 26px 26px;
	opacity: 0.5;
	pointer-events: none;
}

.cs_404_inner {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}

.cs_404_eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: 999px;
	background: rgba(55, 72, 54, 0.08);
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.cs_404_eyebrow i {
	color: var(--heading-color);
}

.cs_404_number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	line-height: 1;
	margin: 0 0 18px;
	font-family: var(--heading-font);
	font-weight: 800;
	font-size: clamp(120px, 22vw, 240px);
	color: var(--heading-color);
	letter-spacing: -0.04em;
	text-shadow: 0 18px 40px rgba(55, 72, 54, 0.12);
}

.cs_404_digit {
	background: linear-gradient(180deg, var(--heading-color) 0%, var(--heading-color) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.cs_404_zero {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, var(--gray-color) 0%, var(--heading-color) 60%, var(--heading-color) 100%);
	box-shadow:
		inset 0 -18px 40px rgba(0, 0, 0, 0.18),
		inset 0 12px 30px rgba(255, 255, 255, 0.25),
		0 30px 60px -20px rgba(55, 72, 54, 0.35);
	animation: cs_404_float 4s ease-in-out infinite;
}

.cs_404_zero i {
	font-size: 0.38em;
	color: var(--white-color);
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	transform: rotate(-20deg);
}

.cs_404_zero::after {
	content: "";
	position: absolute;
	left: -30%;
	bottom: -18%;
	width: 140%;
	height: 20%;
	background: radial-gradient(ellipse at center, rgba(55, 72, 54, 0.35) 0%, transparent 70%);
	filter: blur(4px);
	z-index: -1;
}

.cs_404_title {
	font-size: clamp(32px, 4.4vw, 52px);
	font-weight: 600;
	color: var(--heading-color);
	margin: 0 0 18px;
	line-height: 1.15;
}

.cs_404_title span {
	color: var(--heading-color);
	font-style: italic;
	font-weight: 600;
}

.cs_404_text {
	font-size: 18px;
	line-height: 1.7;
	max-width: 620px;
	margin: 0 auto 36px;
	color: var(--body-color);
}

.cs_404_search {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 560px;
	margin: 0 auto 32px;
	background: var(--white-color);
	border-radius: 999px;
	padding: 6px 6px 6px 24px;
	box-shadow:
		0 20px 40px -18px rgba(55, 72, 54, 0.25),
		0 0 0 1px rgba(55, 72, 54, 0.06);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cs_404_search:focus-within {
	box-shadow:
		0 22px 48px -18px rgba(55, 72, 54, 0.32),
		0 0 0 2px rgba(55, 72, 54, 0.45);
	transform: translateY(-1px);
}

.cs_404_search_icon {
	color: var(--heading-color);
	font-size: 16px;
	margin-right: 12px;
}

.cs_404_search_input {
	flex: 1;
	border: 0;
	background: transparent;
	outline: 0;
	font-family: var(--body-font);
	font-size: 15px;
	color: var(--heading-color);
	padding: 12px 0;
	min-width: 0;
}

.cs_404_search_input::-webkit-input-placeholder {
	color: rgba(55, 72, 54, 0.45);
}

.cs_404_search_input::-moz-placeholder {
	color: rgba(55, 72, 54, 0.45);
}

.cs_404_search_input:-ms-input-placeholder {
	color: rgba(55, 72, 54, 0.45);
}

.cs_404_search_input::placeholder {
	color: rgba(55, 72, 54, 0.45);
}

.cs_404_search_btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--heading-color) 0%, var(--heading-color) 100%);
	color: var(--white-color);
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.cs_404_search_btn:hover {
	transform: translateY(-1px);
	filter: brightness(1.08);
	box-shadow: 0 14px 28px -12px rgba(55, 72, 54, 0.55);
}

.cs_404_search_btn i {
	transition: transform 0.2s ease;
}

.cs_404_search_btn:hover i {
	transform: translateX(3px);
}

.cs_404_actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 48px;
}

.cs_404_actions .cs_btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.cs_404_actions .cs_btn:first-child {
	background: var(--heading-color);
	border-color: var(--heading-color);
}

.cs_404_actions .cs_btn:first-child:hover {
	background: var(--heading-color);
	border-color: var(--heading-color);
}

.cs_404_links {
	padding: 28px 32px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(55, 72, 54, 0.08);
}

.cs_404_links_label {
	margin: 0 0 14px;
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--heading-color);
}

.cs_404_links_list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 18px;
}

.cs_404_links_list a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(55, 72, 54, 0.10);
	color: var(--heading-color);
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cs_404_links_list a i {
	font-size: 11px;
	color: var(--heading-color);
	transition: transform 0.2s ease;
}

.cs_404_links_list a:hover {
	background: var(--heading-color);
	color: var(--white-color);
	transform: translateY(-2px);
}

.cs_404_links_list a:hover i {
	color: var(--white-color);
	transform: translateX(3px);
}

/* Floating leaves */
.cs_404_leaf {
	position: absolute;
	color: rgba(55, 72, 54, 0.35);
	pointer-events: none;
	z-index: 1;
}

.cs_404_leaf_1 {
	top: 12%;
	left: 8%;
	font-size: 42px;
	animation: cs_404_drift 9s ease-in-out infinite;
}

.cs_404_leaf_2 {
	top: 22%;
	right: 10%;
	font-size: 54px;
	color: rgba(55, 72, 54, 0.25);
	animation: cs_404_drift 11s ease-in-out infinite 1.5s;
}

.cs_404_leaf_3 {
	bottom: 18%;
	left: 12%;
	font-size: 36px;
	animation: cs_404_drift 8s ease-in-out infinite 0.8s;
}

.cs_404_leaf_4 {
	bottom: 10%;
	right: 8%;
	font-size: 48px;
	color: rgba(55, 72, 54, 0.22);
	animation: cs_404_drift 12s ease-in-out infinite 2s;
}

.cs_404_leaf_5 {
	top: 50%;
	left: 4%;
	font-size: 28px;
	color: rgba(55, 72, 54, 0.28);
	animation: cs_404_drift 10s ease-in-out infinite 0.4s;
}

@keyframes cs_404_float {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-10px) rotate(6deg); }
}

@keyframes cs_404_drift {
	0%, 100% { transform: translate(0, 0) rotate(-8deg); }
	50% { transform: translate(10px, -18px) rotate(10deg); }
}

@media (max-width: 768px) {
	.cs_404_section {
		padding: 110px 0 90px;
	}

	.cs_404_search {
		flex-wrap: wrap;
		padding: 10px;
		border-radius: 20px;
	}

	.cs_404_search_input {
		width: 100%;
		padding: 10px 12px;
	}

	.cs_404_search_icon {
		display: none;
	}

	.cs_404_search_btn {
		width: 100%;
		justify-content: center;
		padding: 14px 22px;
	}

	.cs_404_links {
		padding: 22px 18px;
	}

	.cs_404_leaf_1, .cs_404_leaf_3, .cs_404_leaf_5 { left: -10px; }
	.cs_404_leaf_2, .cs_404_leaf_4 { right: -10px; }
}

@media (prefers-reduced-motion: reduce) {
	.cs_404_zero,
	.cs_404_leaf { animation: none; }
}


.cs_card.cs_style_2 {
	position: relative;
}
.cs_card.cs_style_2 .cs_card_thumb {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: block;
	min-height: 320px;
}
.cs_card.cs_style_2 .cs_card_thumb img {
	min-height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.cs_card.cs_style_2 .cs_card_thumb::before {
	opacity:1;
	background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0, 0, 0, 0)));
	background:linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	content: "";
	border-radius: 20px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.cs_card.cs_style_2:hover .cs_card_thumb::before {

	background: -webkit-gradient(linear, left bottom, left top, from(rgba(55, 72, 54, 0.75)), to(rgba(55, 72, 54, 0.75)));
	background: linear-gradient(0deg, rgba(55, 72, 54, 0.75) 0%, rgba(55, 72, 54, 0.75) 100%);

}
.cs_card.cs_style_2 .cs_card_thumb img {
	width: 100%;
	border-radius: inherit;
	width: 100%;
}
.cs_card.cs_style_2 .cs_arrow_btn {
	position: absolute;
	top: 16px;
	right: 24px;
}
.cs_card.cs_style_2 .cs_card_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 32px 24px;
}
.cs_card.cs_style_2 .cs_card_title a {
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
	background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
	-webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
	transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
	background-position: 100% calc(100% - 0px);
	background-size: 0 1px;
}
.cs_card.cs_style_2 .cs_card_title a:hover {
	background-size: 100% 1px;
	background-position: 0 calc(100% - 0px);
}
.cs_card.cs_style_2:hover .cs_card_thumb::before {
	opacity: 1;
}
.cs_card.cs_style_2:hover .cs_card_title a {
	color: var(--white-color);
}

/* Loader Css */
.cs_preloader_eco {
	background-color: #f9fbf3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cs_preloader_eco::before {
	display: none;
}

.cs_eco_loader2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	animation: csBrandIn 0.9s ease both;
}

@keyframes csBrandIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.cs_eco_brand {
	position: relative;
	display: inline-block;
	width: min(340px, 72vw);
	animation: csLogoBounce 1.4s ease-in-out infinite;
}

.cs_eco_brand img {
	display: block;
	width: 100%;
	height: auto;
}

@keyframes csLogoBounce {
	0%, 100% { transform: translateX(-14px); }
	50%      { transform: translateX(14px); }
}

.cs_eco_brand::after {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: url('/wp-content/uploads/2026/05/web-logo.png') center / contain no-repeat;
	mask: url('/wp-content/uploads/2026/05/web-logo.png') center / contain no-repeat;
	background: linear-gradient(110deg, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 62%);
	background-size: 250% 100%;
	background-repeat: no-repeat;
	animation: csShine 2.4s ease-in-out infinite;
}

@keyframes csShine {
	0%        { background-position: 165% 0; }
	55%, 100% { background-position: -65% 0; }
}

.cs_eco_bar {
	position: relative;
	width: min(260px, 60vw);
	height: 4px;
	border-radius: 999px;
	background: rgba(55, 72, 54, 0.12);
	overflow: hidden;
}

.cs_eco_bar span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40%;
	width: 40%;
	border-radius: 999px;
	background: linear-gradient(90deg, #2cbf4f, #0b7a36);
	animation: csBar 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes csBar {
	0%   { left: -40%; width: 40%; }
	50%  { width: 55%; }
	100% { left: 100%; width: 40%; }
}

@media (prefers-reduced-motion: reduce) {
	.cs_eco_loader2 { animation: none; }
	.cs_eco_brand { animation: none; }
	.cs_eco_brand::after { animation: none; opacity: 0; }
	.cs_eco_bar span { animation: none; left: 0; width: 70%; }
}
