.slide-description-search {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: var(--layout-width);
}
.hero-slider .slide-text-holder {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0rem;
	justify-content: center;
	width: 100%;
}

.hero-slider .slide-title {
	font-size: 40px;
	font-weight: 700;
	max-width: 70%;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.hero-slider .slide-tag-line {
	max-width: 60%;
	text-align: center;
	width: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 300 !important;
}
.hero-actions-holder {
	display: flex;
	gap: 20px;
	width: var(--layout-width);
}
a.v12-button.hero-actions {
	border-radius: 4px;
	background: #005849;
	color: #FFF;
	box-sizing: border-box;
	max-width: 170px;
	width: 170px;
}
.slide-content{
	background:#00000033;
}
.expert-auto-services-grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 40px;
}
h2.expert-auto-services-title {
	color: #050B20;
	font-size: 32px;
	font-weight: 600;
	margin-bottom:20px;
}
.services-grid-item {
    height: 250px;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 40px;
    box-sizing: border-box;
    color: #FFF;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.services-grid-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
}
.services-grid-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-grid-item:hover::after {
    opacity: 1;
}

.services-grid-item h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	z-index: 4;
}
.services-grid-item  p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	z-index: 4;
}

.overlly-div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000 0%, #00000033 100%);
	top: 0;
	left: 0;
	z-index: 2;
}
.home-section.why-choose-us-section {
	display: flex;
}
.why-text-content {
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
}
h2.why-title {
	color:#000;
	font-size: 32px;
	font-weight: 600;
}
h3.item-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
p.item-sub-title {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.why-single-image {
	display: flex;
	flex: 0 0 25%;
	padding: 0;
	align-items: center;
}
.why-single-image  img{
	max-height: 75%;
	width: 100%;
	object-fit: contain;
}
.why-images {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.why-images img{
	width: 100%;
	flex: 0 0 45%;
	object-fit: cover;
	border-radius: 12px;
}

.rss-content-holder {
	border-radius: 12px;
	background: #005849;
	max-width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	padding: 40px 20px;
}
.rss-text-holder {
	flex: 0 0 50%;
}
.rss-text-holder h2{
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
}
.rss-text-holder p{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.rss-actions-holder {
	flex: 0 0 50%;
	display: flex;
	gap: 20px;
}
.rss-actions-holder a {
	color: #FFF;
	border-radius: 4px;
	border: 1px solid #FFF;
	background: #005849;
}

.website-header-container .website-nav-button a {
	align-content: center;
	background: #005849;
	border-color: #005849;
	color: #FFF;
	display: flex;
	font-size: 12px;
	font-weight: 500;
	justify-content: center;
	max-width: 100%;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
footer .social-action-icons .social-icons-list .social-icon a {

	background: #005849;
	border-radius: 50%;
}
footer  .contact-list .contact-item svg {
	fill: none !important;
}
#acf-form .input_group .form_input:not([type=checkbox]) {
	-moz-appearance: none!important;
	appearance: none !important;
	-webkit-appearance: none !important;
	height: 50px;
	padding-left: 10px;
	border-radius: var(--Radius-M, 8px);
	border: var(--Width-XS, 1px) solid var(--Input-default-border-active, #272E37);
	background: rgba(255, 255, 255, 0.20) !important;
}
.input_group .form_input:invalid+.floating_label, .page_landing-page .input_group .floating_label ,.input_group .floating_label, .input_group .form_input:invalid+.floating_label{
	background-color: #ffffff00 !important;
}
.input_group textarea {
	border: 1px solid #ced4da;
	font-family: sans-serif;
	height: 135px;
	margin: 0;
	padding: 10px 0 0 10px;
	resize: none;
	border-radius: var(--Radius-M, 8px);
	border: var(--Width-XS, 1px) solid var(--Input-default-border-active, #272E37);
	background: rgba(255, 255, 255, 0.20) !important;
}
.flex.justify-center.sm\:justify-between.items-center.w-full.max-w-\[var\(--layout-width\)\].mx-auto.px-4.lg\:px-0.box-border {
	justify-content: center;
}
.page-template-warranty_temp{
	background: #F2F7F6;
}

section.top-section {
	display: flex;
	min-width: 320px;
	padding: 42px 80px 24px 80px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	width: 100%;

	box-sizing: border-box;
	max-width: var(--layout-width);
	margin: 0 auto;
}

.top-content-holder {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
h2.top-title {
	color: #000;
	font-size: 32px;
	font-weight: 600;
}

p.top-subtitle {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
.features-section {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 40px 20px;

	width: var(--layout-width);
	margin: 0 auto;
	max-width: var(--layout-width);
	min-width: var(--layout-width);
}

.feature-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding: 30px 20px;
	text-align: center;
	flex: 1;
	max-width: 320px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #C2C8D1;
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.icon-circle {
	width: 60px;
	height: 60px;
	background: #e8f3fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.icon-circle img {
	width: 28px;
	height: 28px;
}

.feature-card h3 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-card p {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.5;
}


.service-agreement {
	background: #f6fbfb;
	padding-bottom: 40px;
	padding-top: 40px;
	display: flex;
	justify-content: center;
}

.agreement-card {
	background: #fff;
	border: 1px solid #dcdfe3;
	border-radius: 8px;
	padding: 25px 30px;
	max-width: 900px;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	min-width: var(--layout-width);
	max-width: var(--layout-width);
	box-sizing: border-box;
}
.agreement-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
}

.agreement-header img {
	width: 28px;
	height: 28px;
}

.agreement-header h2 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
}

.agreement-card p {
	font-size: 1rem;
	color: #333;
	line-height: 1.6;
	margin-bottom: 15px;
}

.alert-box {
	background: #eaf2f9;
	border-radius: 4px;
	padding: 15px 20px;
	margin: 20px 0;
}

.alert-box strong {
	display: block;
	color: #0a5ca7;
	margin-bottom: 5px;
}

.alert-box p {
	color: #2d3e50;
	font-size: 0.95rem;
	margin: 0;
	line-height: 1.4;
}

.agreement-footer {
	font-size: 0.95rem;
	color: #555;
	margin-top: 10px;
}
.page_services .services tr td {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.page_services .services tr td:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) and (max-width: 1024px) {
	.slide-description-search {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: 100%;
		margin: 0 auto;
		padding: 5%;
		box-sizing: border-box;
	}
	.hero-slider .slide-text-holder {
		align-items: center;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0rem;
		justify-content: center;
		width: 100%;
		box-sizing: border-box;
	}
	.hero-actions-holder {
		flex-direction: row;
		width: max-content;
	}

}
@media (max-width:768px){
	.slide-description-search {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		width: 100%;
	}
	.hero-slider .slide-text-holder {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 0rem;
		justify-content: center;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	.hero-slider .slide-title {
		font-size: 25px;
		font-weight: 700;
		max-width: 70%;
		padding: 0;
		text-align: center;
		text-transform: uppercase;
		width: auto;
	}
	.hero-slider .slide-tag-line {
		max-width: 60%;
		text-align: center;
		width: auto;
		font-size: 14px;
		font-weight: 400;
	}
	.hero-actions-holder {
		display: flex;
		gap: 20px;
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	a.v12-button.hero-actions {
		border-radius: 4px;
		background: #005849;
		color: #FFF;
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}
	.expert-auto-services-grid {
		grid-template-columns: auto;
		gap: 20px;
	}
	.home-section.why-choose-us-section {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.why-text-content {
		flex: 1;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
		justify-content: center;
	}
	.why-images {
		gap: 20px;
	}
	.rss-content-holder {
		border-radius: 12px;
		background: #005849;
		max-width: 100%;
		box-sizing: border-box;
		display: flex
			;
		justify-content: space-between;
		overflow: hidden;
		padding: 20px;
		flex-direction: column;
		gap: 20px;
	}
	.rss-text-holder {
		flex: 0 0 50%;
		display: flex
			;
		flex-direction: column;
		gap: 20px;
	}
	.rss-actions-holder {
		flex: 0 0 50%;
		display: flex
			;
		gap: 20px;
		flex-direction: column;
		max-width: 100%;
		box-sizing: border-box;
	}
	.rss-actions-holder a {
		color: #FFF;
		border-radius: 4px;
		border: 1px solid #FFF;
		background: #005849;
		max-width: 100%;
		box-sizing: border-box;
	}
	section.top-section {
		display: flex;
		min-width: 320px;
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		align-self: stretch;
		width: 100%;
		background: #F2F7F6;
		box-sizing: border-box;
	}

	.features-section {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		padding: 30px;
		background: #f6fbfb;
		width: 100%;
		margin: 0 auto;
		max-width: var(--layout-width);
		min-width: 100%;
		box-sizing: border-box;
	}
	.service-agreement {
		background: #f6fbfb;
		padding-bottom: 40px;
		display: flex;
		justify-content: center;
		margin: 30px;
	}
	.agreement-card {
		background: #fff;
		border: 1px solid #dcdfe3;
		border-radius: 8px;
		padding: 30px;
		max-width: 900px;
		width: 100%;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

}