@font-face {
	font-family: "PongPong";
	src: url("../../../uploads/2024/05/PingHL-Regular.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Herr Von Muellerhoff";
	src: url("../../../uploads/elementor/google-fonts/fonts/herrvonmuellerhoff-wbl6rfjrzkrew8wqmcwylgckqkxb4caft0cz9kno3q.woff2") format("woff2");
	font-display: swap;
}

:root {
	--vf-green: #4b5a43;
	--vf-green-dark: #324a6d;
	--vf-mint: #ebf5e6;
	--vf-accent: #dc660d;
	--vf-cream: #f7f7f7;
	--vf-gray: #efefef;
	--vf-white: #fff;
}

body.viteva-fast-home-template {
	margin: 0;
	background: var(--vf-white);
	color: var(--vf-green);
	font-family: "PongPong", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

.viteva-fast-home-template *,
.viteva-fast-home-template *::before,
.viteva-fast-home-template *::after {
	box-sizing: border-box;
}

.viteva-fast-home-template a {
	color: inherit;
	text-decoration: none;
}

.viteva-fast-home-template img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.vf-button,
.vf-service-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 30px;
	font-family: "PongPong", Arial, sans-serif;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.vf-hero {
	min-height: 440px;
	background-color: var(--vf-green);
	background-image: url("images/viteva-home-hero.jpg?v=20260507");
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}

.vf-hero__content {
	width: 100%;
	padding-inline-end: 20%;
	text-align: center;
	color: var(--vf-white);
}

.vf-hero h1 {
	margin: 0 0 19px;
	color: var(--vf-white);
	font-size: 54px;
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

.vf-hero p {
	margin: 0 0 22px;
	font-size: 22px;
	font-weight: 400;
}

.vf-button {
	min-height: 40px;
	padding: 11px 24px;
	font-size: 16px;
	font-weight: 500;
}

.vf-button--accent {
	background: var(--vf-accent);
	color: #fff !important;
	border-radius: 22px;
}

.vf-button--accent:hover,
.vf-button--accent:focus-visible {
	background: var(--vf-green);
}

.vf-about {
	min-height: 477px;
	padding: 38px 20px 42px;
	background-image: url("images/viteva-about-bg.png?v=20260507");
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.vf-section-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vf-section-heading h2 {
	margin: 0;
	color: var(--vf-green);
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.vf-section-heading img {
	width: 23%;
	min-width: 190px;
	margin-top: -55px;
}

.vf-button--dark {
	margin-top: 14px;
	background: var(--vf-green);
	color: #fff !important;
	border-radius: 25px;
}

.vf-button--dark:hover,
.vf-button--dark:focus-visible {
	background: var(--vf-accent);
	color: var(--vf-green);
}

.vf-about__text {
	width: min(856px, 100%);
	margin-top: 18px;
	font-size: 16px;
	line-height: 1.55;
}

.vf-about__text h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 600;
}

.vf-about__text p {
	margin: 0 0 10px;
}

.vf-products {
	padding: 1% 20px 34px;
	background: var(--vf-gray);
	text-align: center;
}

.vf-product-grid {
	width: min(1180px, 100%);
	margin: 18px auto 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vf-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.vf-product-card__image {
	position: relative;
	width: 100%;
	display: block;
}

.vf-product-card__image img {
	width: min(300px, 92%);
	margin: 0 auto;
	aspect-ratio: 1;
	object-fit: contain;
}

.vf-sale-badge {
	position: absolute;
	top: 4px;
	left: 50%;
	inset-inline-start: auto;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 24px;
	padding: 4px 8px;
	background: #ff627b;
	color: var(--vf-white);
	border-radius: 0;
	direction: rtl;
	font-size: 13px;
	font-weight: 700;
	transform: translateX(-50%);
}

.vf-product-card h3 {
	margin: 8px 0 6px;
	color: var(--vf-green);
	font-size: 22px;
	font-weight: 600;
}

.vf-product-price {
	min-height: 28px;
	margin-bottom: 6px;
	font-size: 20px;
	font-weight: 900;
	color: var(--vf-green);
}

.vf-product-price del {
	display: inline-block;
	margin-inline-end: 10px;
	font-size: 13px;
	font-weight: 400;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	opacity: 0.75;
}

.vf-product-price ins {
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
}

.vf-product-price .woocommerce-Price-currencySymbol {
	font-size: 15px;
}

.vf-product-card p {
	width: min(100%, 320px);
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--vf-green);
}

.vf-services {
	padding: 40px 20px 60px;
	background: var(--vf-white);
}

.vf-services__grid {
	width: min(1316px, 100%);
	min-height: 350px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
}

.vf-service-card {
	min-height: 310px;
	padding: 2px;
	border-radius: 30px;
	background: var(--vf-cream);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.vf-lottie {
	width: 34%;
	min-width: 82px;
	aspect-ratio: 1;
	margin-bottom: 18px;
}

.vf-lottie:empty::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(220, 102, 13, 0.22), rgba(75, 90, 67, 0.08));
}

.vf-service-card__button {
	min-height: 48px;
	padding: 12px 28px;
	background: #dcead6;
	color: var(--vf-green);
	font-size: 23px;
	font-weight: 700;
}

.viteva-fast-home-template #acwp-toolbar .acwp-footer li:last-child {
	display: none;
}

@media (max-width: 1024px) {
	.vf-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

}

@media (max-width: 767px) {
	body.viteva-fast-home-template,
	.vf-main {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.vf-hero {
		min-height: 260px;
		justify-content: center;
		background-position: 39% center;
	}

	.vf-hero__content {
		max-width: 100%;
		padding: 0 24px;
		text-align: center;
		overflow-wrap: break-word;
	}

	.vf-hero h1 {
		font-size: 44px;
	}

	.vf-hero p {
		max-width: 300px;
		margin-inline: auto;
		font-size: 17px;
	}

	.vf-button--accent {
		min-height: 32px;
		font-size: 12px;
	}

	.vf-about {
		min-height: 427px;
		padding: 5% 5% 0;
	}

	.vf-section-heading h2 {
		max-width: 100%;
		font-size: 40px;
		overflow-wrap: break-word;
	}

	.vf-section-heading img {
		width: 50%;
		min-width: 0;
		margin-top: -32px;
	}

	.vf-about__text {
		font-size: 15px;
	}

	.vf-products {
		padding: 24px 5% 44px;
	}

	.vf-product-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.vf-services {
		padding: 34px 20px 44px;
	}

	.vf-services__grid {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
	}

	.vf-service-card {
		min-height: 118px;
	}

	.vf-lottie {
		display: none;
	}

	.vf-service-card__button {
		min-height: 52px;
		max-width: calc(100% - 32px);
		padding: 10px 30px;
	}

}
