/*
Theme Name: Leighis Theme
Theme URI: https://example.com/
Description: Child theme for Hello Elementor tailored for Leighis Solutions.
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: leighis-theme
*/

:root {
	--primary: #109379;
	--primaryDark: #0a7a64;
	--secondary: #207785;
	--text: #111c27;
	--bg: #ffffff;
	--accentLight: #e8fcf8;
	--white: #fff;
	--lightText: #5C5C5C;
	--border: #e0e6eb;
}

.text-white {
	color: var(--white) !important;
}

.d-none {
	display: none !important;
}

body {
	color: var(--text);
	font-family: "Inter", sans-serif;
	line-height: normal;
}

body header {
	position: sticky !important;
	position: -webkit-sticky !important;
	z-index: 1040 !important;
	top: 0 !important;
}

.header-wrapper {
	backdrop-filter: blur(15px);
}

@media (min-width: 992px) {
	.header-wrapper .elementor-widget-image img {
		height: 48px;
	}
}

.header-wrapper .hfe-nav-menu__layout-horizontal {
	width: auto !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
	align-items: center;
}

.hfe-nav-menu {
	align-items: stretch !important;
}

.hfe-nav-menu>.menu-item>.hfe-menu-item {
	border-radius: 10px;
	height: 100%;
}

.hfe-nav-menu>.menu-item.current_page_item>.hfe-menu-item {
	border: 1px solid #10937910;
}

.hfe-nav-menu>.menu-item>.hfe-menu-item.elementor-button {
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
}

.hfe-nav-menu>.menu-item>.hfe-menu-item.elementor-button:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.footer-wrapper .footer-logo {
	filter: brightness(0) invert(1);
}

.footer-wrapper .elementor-widget-image.footer-logo img {
	height: 48px;
}

.footer-wrapper .hfe-nav-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	width: 275px;
}

.footer-wrapper .hfe-nav-menu>li {
	width: 100%;
}

.footer-wrapper .hfe-nav-menu::before {
	display: none;
}

.footer-wrapper .hfe-nav-menu>li.current-menu-item>a.hfe-menu-item {
	color: rgba(255, 255, 255, 0.75) !important;
	border: 0 !important;
}

.footer-wrapper .hfe-nav-menu>.menu-item.current_page_item>.hfe-menu-item {
	border: 0 !important;
}

.footer-wrapper .hfe-nav-menu>li.current-menu-item>a.hfe-menu-item:hover {
	color: var(--white) !important;
}

.footer-icon-list .elementor-icon-list-item {
	font-size: 14px !important;
}

.footer-icon-list .elementor-icon-list-icon {
	color: var(--primary) !important;
}

.footer-icon-list .elementor-icon-list-text strong {
	display: block;
}

.elementor-icon-list-icon svg {
	fill: none !important;
	stroke: currentColor !important;
	transition: fill 0.3s;
}

.elementor-widget-button a.elementor-button {
	text-decoration: none;
}

.elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 2px solid transparent;
}

.btn-primary .elementor-button {
	color: var(--white);
	background: var(--primary);
	border-radius: 10px;
	min-height: 40px;
}

.btn-primary .elementor-button:hover {
	background: var(--primaryDark);
}

.btn-primary .elementor-button:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.btn-outline-white .elementor-button {
	color: var(--white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	min-height: 40px;
}

.btn-outline-white .elementor-button:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline-light .elementor-button {
	color: var(--text);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 10px;
	min-height: 40px;
}

.btn-outline-light .elementor-button:hover {
	background: var(--accentLight);
}

.hero-bg-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 20, 16, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

.hero-content .elementor-widget-heading span.elementor-heading-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 24px;
}

.hero-content .elementor-widget-heading span.elementor-heading-title::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--primary);
	border-radius: 50%;
	position: absolute;
	left: -16px;
}

.elementor-widget-hfe-infocard .hfe-icon-wrap .hfe-icon svg {
	fill: none !important;
	stroke: currentColor !important;
}

.choose-us-section .hfe-infocard {
	position: relative;
	padding: 24px;
	background: var(--white);
	border-radius: 12px;
	transition: 0.3s all linear;
}

.choose-us-section .hfe-infocard:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .15);
}

.choose-us-section .hfe-infocard .hfe-icon {
	color: var(--primary);
}

.product-card {
	transition: 0.3s all linear;
}

.product-card .product-card-body {
	position: static;
}

.product-card:hover {
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .15);
}

.product-card h4.elementor-heading-title {
	transition: 0.3s all linear;
}

.product-card:hover h4.elementor-heading-title {
	color: var(--primary) !important;
}

.link-btn-primary,
.link-btn-primary .elementor-button {
	position: static;
}

.link-btn-primary .elementor-button::before {
	content: '';
	position: absolute;
	inset: 0;
	cursor: pointer;
	z-index: 1;
}

.link-btn-primary .elementor-button .elementor-button-icon {
	transition: 0.3s all linear;
}

.link-btn-primary .elementor-button:hover .elementor-button-icon {
	transform: translateX(3px);
}

.about-feature-list .elementor-icon-list-icon svg {
	stroke: var(--primary) !important;
}

.testimonial-card {
	position: relative;
	padding: 24px;
	background: #F9FBFB;
	border-radius: 12px;
	transition: 0.3s all linear;
	border: 1px solid #e8fcf8;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.testimonial-card::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 48px;
	height: 48px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXF1b3RlLWljb24gbHVjaWRlLXF1b3RlIj48cGF0aCBkPSJNMTYgM2EyIDIgMCAwIDAtMiAydjZhMiAyIDAgMCAwIDIgMiAxIDEgMCAwIDEgMSAxdjFhMiAyIDAgMCAxLTIgMiAxIDEgMCAwIDAtMSAxdjJhMSAxIDAgMCAwIDEgMSA2IDYgMCAwIDAgNi02VjVhMiAyIDAgMCAwLTItMnoiLz48cGF0aCBkPSJNNSAzYTIgMiAwIDAgMC0yIDJ2NmEyIDIgMCAwIDAgMiAyIDEgMSAwIDAgMSAxIDF2MWEyIDIgMCAwIDEtMiAyIDEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxIDYgNiAwIDAgMCA2LTZWNWEyIDIgMCAwIDAtMi0yeiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.05;
	transform: rotate(-180deg);
}

.testimonial-card::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: -5px;
	width: 48px;
	height: 48px;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLXF1b3RlLWljb24gbHVjaWRlLXF1b3RlIj48cGF0aCBkPSJNMTYgM2EyIDIgMCAwIDAtMiAydjZhMiAyIDAgMCAwIDIgMiAxIDEgMCAwIDEgMSAxdjFhMiAyIDAgMCAxLTIgMiAxIDEgMCAwIDAtMSAxdjJhMSAxIDAgMCAwIDEgMSA2IDYgMCAwIDAgNi02VjVhMiAyIDAgMCAwLTItMnoiLz48cGF0aCBkPSJNNSAzYTIgMiAwIDAgMC0yIDJ2NmEyIDIgMCAwIDAgMiAyIDEgMSAwIDAgMSAxIDF2MWEyIDIgMCAwIDEtMiAyIDEgMSAwIDAgMC0xIDF2MmExIDEgMCAwIDAgMSAxIDYgNiAwIDAgMCA2LTZWNWEyIDIgMCAwIDAtMi0yeiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	opacity: 0.05;
}

.testimonial-card .testimonial-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 0;
}

.testimonial-card .testimonial-content p {
	color: #333;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	min-height: calc(1.5em * 4);
	max-height: calc(1.5em * 4);
	text-align: center;
	margin: 0;
}

.testimonial-card .testimonial-footer .client-img {
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	border-radius: 45px;
	overflow: hidden;
	border: 2px solid var(--primaryDark);
}

.testimonial-card .testimonial-footer .client-info {
	flex: 1 0 0;
}

.testimonial-card .testimonial-footer .client-info h4 {
	color: var(--text);
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 2px 0;
	line-height: 1;
}

.testimonial-card .testimonial-footer .client-info span {
	color: var(--lightText);
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.testimonial-section .ekit-testimonial-slider .swiper-pagination {
	position: relative;
	margin-top: 24px;
}

.testimonial-section .ekit-testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primaryDark) !important;
	width: 15px;
	border-radius: 10px;
	transition: 0.3s all linear;
}

.choose-us-section .hfe-infocard:hover {
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .15);
}

.contact-card .e-con-inner {
	padding: 48px;
	border-radius: 16px;
	background: linear-gradient(135deg, #0F1C2E 0%, #1F3047 50%, #0D735E 100%);
}

.contact-list .elementor-icon-list-item,
.contact-list .elementor-icon-list-item a {
	gap: 12px;
}

.contact-list .elementor-icon-list-item .elementor-icon-list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	border-radius: 10px;
	background: rgba(16, 147, 121, 0.2);
	color: var(--primary);
	padding: 0 !important;
}

.inner-hero-section {
	background: linear-gradient(135deg, #0F1C2E 0%, #1F3047 50%, #0D735E 100%);
}

.tnc-content h4 {
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
}

.tnc-content {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.tnc-content ul {
	margin: 16px 0 0 0;
}

.elementor-page-45 .about-feature-list .elementor-icon-list-icon svg {
	stroke: var(--white) !important;
}

.our-value-section .hfe-infocard {
	padding: 24px 16px;
}

.abt-timeline {
	position: relative;
	padding-left: 50%;
}

.abt-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--border);
}

.abt-timeline-item {
	position: relative;
	width: 100%;
	padding: 20px;
}

.abt-timeline-item:nth-child(odd) {
	right: 100%;
	text-align: right;
}

.abt-timeline-item:nth-child(even) {
	left: 0;
}

.abt-timeline-item::before {
	content: '';
	position: absolute;
	top: 20px;
	right: -7px;
	width: 12px;
	height: 12px;
	background: #0d735e;
	border-radius: 50%;
}

.abt-timeline-item:nth-child(even)::before {
	left: -6px;
}

.abt-timeline-content .timeline-year {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--primary);
	margin: 0 0 5px 0;
}

.abt-timeline-content .timeline-desc {
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 400;
}

.contact-page-form .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.contact-page-form .wpforms-container {
	margin: 0 !important;
}

.contact-page-form .wpforms-field-container .wpforms-field {
	flex: 0 0 calc(50% - 12px);
	width: calc(50% - 12px);
	padding: 0;
}

.contact-page-form .wpforms-field-container .wpforms-field:last-child {
	flex: 0 0 100%;
	width: 100%;
}

.contact-page-form .wpforms-container .wpforms-field-label {
	margin: 0;
	color: var(--text);
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
}


.contact-page-form .wpforms-container .wpforms-form .wpforms-field input,
.contact-page-form .wpforms-container .wpforms-form .wpforms-field textarea {
	background: var(--white);
	color: var(--text);
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	height: auto;
	min-height: 40px;
	border-radius: 10px;
	border: 1px solid var(--border);
	padding: 8px 16px;
	outline: none !important;
	box-shadow: none !important;
	max-width: 100%;
}


.contact-page-form .wpforms-container .wpforms-form .wpforms-field input:focus,
.contact-page-form .wpforms-container .wpforms-form .wpforms-field textarea:focus {
	border-color: var(--primary);
}

.contact-page-form .wpforms-container .wpforms-form .wpforms-field textarea {
	min-height: 100px;
}

.contact-page-form .wpforms-submit-container {
	margin-top: 24px !important;
}

.contact-page-form .wpforms-submit-container .wpforms-submit {
	border-radius: 10px;
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
	padding: 10px 24px;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	transition: 0.3s all linear;
	min-width: 120px;
	box-shadow: 0 4px 14px 0 rgba(16, 147, 121, 0.35);
}

.contact-page-form .wpforms-submit-container .wpforms-submit:focus::after {
	display: none;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: var(--primary);
	border-radius: 12px;
	color: var(--white);
}

div.wpforms-container-full .wpforms-confirmation-container-full p,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	color: var(--white);
}

/*--Job Cards Row--*/

.job-card.elementor-widget-hfe-infocard .hfe-icon-wrap .hfe-icon svg {
	stroke: var(--white) !important;
}

.job-card {
	border-radius: 12px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 24px;
}


.job-openings-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.job-card .job-icon {
	height: 56px;
	width: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--primary);
	color: var(--white);
	padding: 16px;
	margin-bottom: 16px;
}

.job-card .job-title {
	color: var(--text);
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 16px;
}

.job-card .job-experience {
	color: var(--lightText);
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.job-card .job-read-more {
	color: var(--primary);
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	text-decoration: underline;
}

.job-card .job-read-more:hover {
	color: var(--text);
}

.job-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.job-modal.active {
	display: block;
}

.job-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.job-modal-content {
	position: relative;
	width: 90%;
	max-width: 1100px;
	max-height: 90vh;
	margin: 3vh auto;
	background: #ffffff;
	border-radius: 12px;
	overflow-y: auto;
	z-index: 2;
	padding: 20px;
}

.job-modal-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border-bottom: 1px solid var(--border);
	padding: 16px 20px;
	background: #f9fbfb;
	margin: -20px -20px 0 -20px;
}

.job-modal-header h2 {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: var(--primary);
	margin: 0;
}

.job-modal-header .job-modal-close {
	cursor: pointer;
	color: var(--darkText);
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	border: none;
	box-shadow: none;
	padding: 0;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.job-modal-header .job-modal-close:hover {
	color: var(--primary) !important;
}

.job-modal-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 16px;
	border: 1px solid var(--border);
}

.job-modal-table tr th,
.job-modal-table tr td {
	font-size: 16px;
	padding: 12px;
	text-align: left;
	background: #fff !important;
	border: 1px solid var(--border);
}

.job-modal-table tr th {
	color: var(--text);
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	white-space: nowrap;
}

.job-modal-table tr td {
	color: var(--lightText);
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	word-break: break-all;
}

.job-modal-table ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.job-modal-application {
	margin-top: 30px;
	padding: 24px;
	background: #f9fbfb;
	border: 1px solid var(--border);
	border-radius: 12px;
}

.job-modal-application h5 {
	margin-top: 0;
}

.job-modal-form .wpforms-field-container {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.job-modal-form .wpforms-field-container .wpforms-field {
	flex: 0 0 calc(50% - 12px);
	width: calc(50% - 12px);
	padding: 0;
}

.job-modal-form .wpforms-field-container .wpforms-field:last-child {
	flex: 0 0 100%;
	width: 100%;
}

.job-modal-form .wpforms-container {
	margin-bottom: 0 !important;
}

.job-modal-form .wpforms-container .wpforms-field-label {
	margin: 0;
	color: var(--text);
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: 600;
}


.job-modal-form .wpforms-container .wpforms-form .wpforms-field input,
.job-modal-form .wpforms-container .wpforms-form .wpforms-field textarea {
	background: var(--white);
	color: var(--text);
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	height: auto;
	min-height: 40px;
	border-radius: 10px;
	border: 1px solid var(--border);
	padding: 8px 16px;
	outline: none !important;
	box-shadow: none !important;
	max-width: 100%;
}


.job-modal-form .wpforms-container .wpforms-form .wpforms-field input:focus,
.job-modal-form .wpforms-container .wpforms-form .wpforms-field textarea:focus {
	border-color: var(--primary);
}


.job-modal-form .wpforms-submit-container {
	margin-top: 24px !important;
}

.job-modal-form .wpforms-submit-container .wpforms-submit {
	border-radius: 10px;
	color: var(--white) !important;
	background: var(--primary) !important;
	border-color: var(--primary) !important;
	padding: 10px 24px;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	transition: 0.3s all linear;
	min-width: 120px;
	box-shadow: 0 4px 14px 0 rgba(16, 147, 121, 0.35);
}

.job-modal-form .wpforms-submit-container .wpforms-submit:focus::after {
	display: none;
}

/*----*/

.job-openings-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.job-card {
	text-align: center;
	padding: 24px;
	border: 1px solid #dcebea;
	border-radius: 12px;
	background: #fff;
}

.job-read-more {
	display: inline-block;
	margin-top: 12px;
}


/*--*/

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

.product-detail-block .product-item {
	position: relative;
	border-radius: 16px;
	background: var(--white);
	transition: 0.3s all linear;
	overflow: hidden;
	border: 1px solid var(--border);
}

.product-detail-block .product-item:hover {
	box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .15);
}

.product-detail-block .product-item .product-image {
	width: 100%;
	overflow: hidden;
}

.product-detail-block .product-item .product-image>a {
	display: block;
	height: 500px;
	overflow: hidden;
}

.product-detail-block .product-item .product-image>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s all ease-in-out;
	aspect-ratio: 1 / 1;
}

.product-detail-block .product-item:hover .product-image>a img {
	transform: scale(1.02);
}

.product-detail-block .product-content {
	position: relative;
	padding: 2rem;
}

.product-detail-block .product-content .prod-subtitle {
	color: var(--primary);
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.product-detail-block .product-content .prod-title {
	color: var(--text);
	font-family: "Outfit", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: capitalize;
	margin: 8px 0 16px 0;
}

.product-detail-block .product-content .prod-desc {
	color: var(--lightText);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.product-item .product-content .prod-features {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 20px 0;
}

.badge-light-green {
	color: var(--primary);
	background: var(--accentLight);
	border-radius: 45px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	padding: 4px 12px;
	border: 1px solid #10937910;
}

.prod-view-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--primary) !important;
	font-size: 14px;
	font-weight: 500 !important;
	line-height: 1;
	text-decoration: none !important;
}

.prod-view-link .arrow-right {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	transition: 0.3s all linear;
}

.prod-view-link .arrow-right svg {
	width: 100%;
	height: 100%;
}

.prod-view-link:hover .arrow-right {
	transform: translateX(2px);
}

.prod-view-link:hover {
	color: var(--text);
}

.product-item.full-layout {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.product-item.full-layout .product-image {
	width: 50%;
	flex: 0 0 50%;
}

.product-item.full-layout .product-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	flex: 0 0 50%;
}

.product-details-section .detail-block {
	padding: 80px 20px;
}

.container-wrapper {
	max-width: 1240px;
	margin: 0 auto;
}

.breadcrumb {
	background: #f9fbfb;
	padding: 16px 20px;
}

.breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.breadcrumb ul>li {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: var(--lightText);
}

.breadcrumb ul>li>a {
	color: var(--lightText);
	text-decoration: none;
	transition: 0.3s all linear;
}

.breadcrumb ul>li>a:hover {
	color: var(--primary);
}

.breadcrumb ul>li:not(:last-child)::after {
	content: '/';
	margin-left: 8px;
	color: var(--lightText);
	display: inline-flex;
	align-items: center;
}

.breadcrumb ul>li>.current {
	color: var(--text);
	font-weight: 500;
}

.technical-specifications-block {
	background: #f9fbfb;
}

.product-hero {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.product-hero .product-detail-image {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
}

.product-hero .product-detail-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.3s all ease-in-out;
	aspect-ratio: 1 / 1;
}

.product-hero .product-detail-content {
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
}

.product-detail-content .subtitle {
	display: flex;
	color: var(--primary);
	font-family: "Inter", sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.product-detail-content .title {
	color: var(--text);
	font-family: "Outfit", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: capitalize;
	margin: 8px 0 16px 0;
}

.product-detail-content .description {
	color: var(--lightText);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 24px 0;
}

.buttons-group {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.buttons-group .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	border: 2px solid transparent;
	padding: 10px 24px;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	transition: 0.3s all linear;
}

.buttons-group .btn svg {
	display: inline-flex;
	align-items: center;
	width: 16px;
	height: 16px;
}

.buttons-group .btn-primary {
	color: var(--white);
	background: var(--primary);
	border-radius: 10px;
	min-height: 40px;
}

.buttons-group .btn-primary:hover {
	background: var(--primaryDark);
}

.buttons-group .btn-primary:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.buttons-group .btn-outline-white {
	color: var(--white);
	background: transparent;
	border-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	min-height: 40px;
}

.buttons-group .btn-outline-white:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
}

.buttons-group .btn-outline-light {
	color: var(--text);
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: 10px;
	min-height: 40px;
}

.buttons-group .btn-outline-light:hover {
	background: var(--accentLight);
}

.key-features {
	margin-top: 30px;
	border-top: 1px solid var(--border);
	padding-top: 30px;
}

.key-features h3 {
	color: var(--text);
	font-family: "Outfit", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px 0;
}

.key-features ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.key-features ul>li {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	color: var(--lightText);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.key-features ul>li::before {
	content: "";
	display: inline-flex;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMDkzNzkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMjEuODAxIDEwQTEwIDEwIDAgMSAxIDE3IDMuMzM1Ii8+PHBhdGggZD0ibTkgMTEgMyAzTDIyIDQiLz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 4px;
}

.features-table {
	border: 0;
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	max-width: 768px;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.features-table tr>td {
	border: 0;
	background: var(--white) !important;
	color: var(--text);
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid var(--border);
	padding: 16px 24px;
}

.features-table tr:first-child>td {
	border-radius: 10px 10px 0 0;
}

.features-table tr:last-child>td {
	border-radius: 0 0 10px 10px;
	border-bottom: 0;
}

.features-table tr>td:first-child {
	color: var(--text);
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.features-table tr>td:last-child {
	color: var(--lightText);
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}

.section-title {
	text-align: center;
	margin-bottom: 24px;
}

.section-title h2 {
	color: var(--text);
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.all-features-block .key-features {
	margin: 0 auto;
	padding-top: 0;
	border: 0;
	max-width: 768px;
}

.all-features-block .key-features ul {
	gap: 20px 30px;
}

.all-features-block .key-features ul>li {
	font-size: 16px;
	color: var(--text);
}

.all-features-block .key-features ul>li::before {
	width: 20px;
	height: 20px;
}

.cta-detail-block {
	background: #f7f9fa;
	padding: 80px 0;
}

.cta-detail-block .cta-content {
	text-align: center;
}

.cta-detail-block .cta-content .section-title h2 {
	font-size: 36px;
}

.cta-detail-block .cta-content .section-title p {
	color: var(--lightText);
	margin: 16px 0 0 0;
}

.cta-detail-block .buttons-group {
	justify-content: center;
}

.cta-detail-block .buttons-group .btn {
	min-width: 185px;
	padding: 12px 24px;
	font-size: 15px;
	font-weight: 600;
}

.dealer-slider .swiper-slide {
	height: auto;
}

.dealer-slider .swiper-pagination {
	position: relative;
	margin-top: 16px;
}

.dealer-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primaryDark) !important;
	width: 15px;
	border-radius: 10px;
	transition: 0.3s all linear;
}

.dealer-slider .swiper-button-next,
.dealer-slider .swiper-button-prev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #109379;
	border-radius: 100%;
	margin-top: -40px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all linear;
}

.dealer-slider:hover .swiper-button-next,
.dealer-slider:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.dealer-slider .swiper-button-next:hover,
.dealer-slider .swiper-button-prev:hover {
	background: var(--primaryDark);
}

.dealer-slider .swiper-button-prev {
	left: 0;
}

.dealer-slider .swiper-button-next {
	right: 0;
}

.dealer-slider .swiper-button-next::after,
.dealer-slider .swiper-button-prev::after {
	color: #fff;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: flex;
}

.dealer-card {
	position: relative;
	padding: 24px;
	background: #fff;
	border-radius: 12px;
	transition: 0.3s all linear;
	border: 1px solid #10937926;
	z-index: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	gap: 12px;
	height: 100%;
}

.dealer-card h5 {
	color: var(--text);
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.dealer-card p {
	color: var(--lightText);
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.dealer-card p a,
.dealer-card p.phone {
	color: var(--primary);
	text-decoration: none;
	transition: 0.3s all linear;
	font-weight: 500;
}

.dealer-card p a:hover {
	text-decoration: underline;
}

.product-gallery-slider {
	margin-bottom: 16px;
}

.product-gallery-slider img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	display: block;
	border-radius: 20px;
}

.product-thumb-slider .swiper-slide {
	cursor: pointer;
	width: 90px !important;
	height: 90px;
	opacity: .5;
	transition: all .3s ease;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	jusify-content: center;
	border: 1px solid var(--border);
}

.product-thumb-slider .swiper-slide-thumb-active {
	opacity: 1;
	border-radius: 12px;
}

.product-thumb-slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	aspect-ratio: 1 / 1;
}

.product-thumb-slider {
	margin-top: 16px;
}

.product-gallery-slider .swiper-slide {
	overflow: hidden;
	border-radius: 20px;
}

.product-gallery-slider img {
	transition: transform .4s ease;
}

.product-detail-image {
	position: relative;
}

.zoom-image {
	cursor: zoom-in;
}

.drift-zoom-pane {
	background: #fff;
	z-index: 9999;
	border: 1px solid var(--border);
}

.drift-bounding-box {
	background: rgba(0, 0, 0, .1);
	border: 1px solid var(--border);
}

.product-zoom-pane,
.product-zoom-pane * {
	transition: none !important;
	animation: none !important;
}

.inner-hero-section .elementor-widget-text-editor p {
	margin-bottom: 0 !important;
}

.copyright-bottom-block .e-con-inner {
	padding: 24px 0 0 0;
	margin-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.support-item span.elementor-counter-number-suffix::after {
	content: '7';
	display: inline-flex;
	align-items: center;
}

/*----*/

@media (max-width: 1024px) {
	body header {
		background: #FFFFFFD1;
	}

	.header-wrapper {
		position: relative;
		border-bottom: 1px solid var(--border) !important;
	}

	.header-wrapper .hfe-nav-menu__align-right.elementor-widget {
		position: static;
	}

	.header-wrapper .hfe-nav-menu__layout-horizontal {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		width: 100%;
		margin-top: 11px;
		border-bottom: 1px solid var(--border) !important;
	}

	.header-wrapper .hfe-nav-menu-icon {
		padding: 0;
	}

	.header-wrapper nav.hfe-dropdown li.menu-item {
		border-bottom-color: var(--border) !important;
	}

	.contact-card .e-con-inner {
		padding: 36px;
	}

	.product-item.full-layout {
		margin-bottom: 24px;
	}

	.product-grid {
		gap: 24px;
	}

	.product-detail-block .product-item .product-image>a {
		height: 400px;
	}
}

@media (max-width: 991px) {
	.product-detail-block .product-content {
		padding: 1.5rem;
	}

	.contact-page-form .wpforms-field-container .wpforms-field {
		width: 100%;
		flex: 0 0 100%;
	}

	.contact-page-form .wpforms-field-container {
		gap: 16px;
	}

	.contact-page-form .wpforms-container .wpforms-field-label {
		margin: 0 0 4px 0;
	}

	.product-details-section .detail-block {
		padding: 60px 20px;
	}

	.product-hero {
		gap: 24px;
	}

	.product-hero .product-detail-image {
		flex: 0 0 calc(50% - 12px);
		width: calc(50% - 12px);
	}

	.product-hero .product-detail-content {
		flex: 0 0 calc(50% - 12px);
		width: calc(50% - 12px);
	}

	.product-thumb-slider .swiper-slide {
		width: 70px !important;
		height: 70px;
	}

	.job-openings-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.footer-wrapper .hfe-nav-menu {
		width: 100%;
		display: block;
	}

	.contact-page-form .wpforms-container .wpforms-form .wpforms-field textarea {
		min-height: 75px;
	}
}

@media (max-width: 767px) {
	.hero-btn-group .elementor-button-link {
		width: 100%;
	}

	.testimonial-card {
		padding: 20px;
		gap: 20px;
	}

	.contact-card .e-con-inner {
		padding: 30px;
	}

	.abt-timeline-item {
		padding: 15px;
	}

	.product-detail-block .product-content {
		padding: 20px;
	}

	.product-detail-block .product-content .prod-title {
		margin: 4px 0 12px 0;
	}

	.dealer-card {
		justify-content: center;
	}

	.dealer-card h5 {
		font-size: 20px;
	}

	.tnc-content {
		gap: 15px;
	}

	.tnc-content h4 {
		font-size: 18px;
	}

	.tnc-content p {
		font-size: 16px;
	}

	.tnc-content ul li {
		font-size: 16px;
		line-height: 1.5;
	}

	.product-details-section .detail-block {
		padding: 40px 20px;
	}

	.product-hero .product-detail-image {
		flex: 0 0 100%;
		width: 100%;
	}

	.product-hero .product-detail-content {
		flex: 0 0 100%;
		width: 100%;
	}

	.product-detail-content .title {
		font-size: 32px;
	}

	.cta-detail-block .cta-content .section-title h2 {
		font-size: 32px;
	}

	.job-card {
		padding: 16px;
	}

	.job-openings-grid {
		grid-template-columns: 1fr;
	}

	.job-card .job-icon {
		width: 44px;
		height: 44px;
		padding: 6px;
	}

	.job-modal-content {
		width: 92%;
		padding: 20px;
		margin: 3vh auto;
		max-height: 94vh;
	}
}

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

	.product-item.full-layout {
		flex-direction: column;
	}

	.product-item.full-layout .product-image {
		width: 100%;
		flex: 0 0 100%;
	}

	.product-item.full-layout .product-content {
		width: 100%;
		flex: 0 0 100%;
	}

	.job-modal-form .wpforms-field-container .wpforms-field {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 575px) {
	.job-modal-table {
		border: 0;
	}

	.job-modal-table * {
		display: block;
	}

	.job-modal-application {
		padding: 16px;
	}
}

@media (max-width: 479px) {
	.product-detail-block .product-item .product-image>a {
		height: 300px;
	}

	.breadcrumb {
		padding-block: 12px;
	}

	.key-features {
		padding-top: 24px;
		margin-top: 24px;
	}

	.key-features ul {
		grid-template-columns: 1fr;
	}

	.features-table tr>td {
		padding: 12px 16px;
	}

	.all-features-block .key-features ul {
		gap: 12px 20px;
	}

	.job-modal-header h2 {
		font-size: 20px;
	}
}