/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 21:01:04 */
html {
	min-height: 100%;
/* 	background: #564f47; */
}

body {
	--brown: var(--e-global-color-215b134);
	--dark-brown: var(--e-global-color-37c1601);
	--light-brown: var(--e-global-color-accent);
	--white: #fff;
	--primary-color: var(--e-global-color-primary);
	line-height: 1;
	margin: 0 auto;
	max-width: 1920px;
	min-height: 100vh;
}

body, html {
	background-image: linear-gradient(to bottom, #dfd3c5 0%, #564f47 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}


/* Animations */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }

    50% {
        transform: translateY(-5px);
        animation-timing-function: ease-in;
    }
}

/* Typography */

.text-dark-green {
	color: var(--dark-green);
}

.text-light-green {
	color: var(--light-green);
}

.custom-tooltip {
	position: absolute;
	z-index: 9999;
	min-width: 350px;
	max-width: 465px;
	width: 8s0%;
	border-radius: 12px;
	background: var(--light-brown);
	color: var(--primary-color);
	font-size: 14px;
	line-height: 1.5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.custom-tooltip.active {
	padding: 14px 18px;
	opacity: 1;
	visibility: visible;
}

[data-tooltip-target] {
	position: relative;
	cursor: pointer;
}

[data-tooltip-target].active {
	background-color: var(--light-brown)!important;
}

.elementor-element .elementor-icon-wrapper {
	display: flex;
}

.elementor-element.box, .box {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23fff' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}



.hero-container {
	position: absolute;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: top center;
	width: 100%;
	z-index: -1;
}

.hero-container .hero-img {
	border-radius: 25px;
	height: 100%!important;
	object-fit: cover;
	object-position: top right;
	width: 100%;
}

#main-wrapper {
    max-width: 1440px;
    position: relative;
}

@media (width < 768px) {
    #hero {
        top: -100px;
    }
	.hero-container .hero-img {
		display: none;
	}
}

@media (width <= 1024px) {
    #hero {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        left: 50%;
        max-width: 450px!important;
        position: absolute;
        top: -45px;
        transform: translateX(-50%);
        width: 100%!important;
    }
    
    #hero h1 {
        color: #fff!important;
    }
}

@media (1025px <= width) {
	.hero-container .hero-img {
		object-position: top right;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
}

@media (1920px <= width) {
	.hero-heading h2 {
		font-size: 50px!important;
	}
}

.flip-card__inner {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.flip-card:hover .flip-card__inner {
    transform: rotateX(180deg);
}

.flip-card__face {
    inset: 0; 
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;

}

.flip-card__back-cta::before {
	bottom: -5px;
	content: "";
	position: absolute;
	background-color: var(--e-global-color-accent);
	height: 3px;
	max-width: 0;
	top: unset;
	transition: all .3s ease-in-out;
	width: 100%;
}

.flip-card__back-cta:hover::before {
	max-width: 100%;
}

@media (1920px <= width) {
	.flip-card__heading {
		font-size: 24px;
	}
}

.product__card {
	 grid-column: span 12;
}



.product__btn {
	cursor: pointer;
}

.elementor .product__btn > .elementor-element.elementor-widget-icon > .elementor-icon-wrapper {
	transition: transform .3s ease-in-out;
}

.product__btn > .elementor-widget-icon {
	animation: bounce .6s infinite;
}

.product__btn.active > .elementor-widget-icon {
	animation: none;
}
.product__btn.active > .elementor-widget-icon > .elementor-icon-wrapper {
	transform: rotate(0);
}

.product__btn.active > .elementor-widget-icon > .elementor-icon-wrapper {
	transform: rotate(180deg);
}

.product__dropdown-container.active {
	max-height: 100%;
}
.product__btn .elementor-icon,
.product__learn-link .elementor-icon {
	display: flex;
}

.product__learn-link::before,
.icon-link::before {
	position: absolute;
	background-color: #fff;
	bottom: -6px;
	content: "";
	height: 3px;
	max-width: 0;
	top: unset;
	transition: all .3s ease-in-out;
	width: 100%;	
}

.product__learn-link::before {
	bottom: -10px;
}
.product__learn-link:hover .product__learn-link-icon {
	left: calc(100% - 42px);
} 

.product__learn-link .product__learn-link-icon,
.icon-link .leakage__link-icon {
	transition: all .3s ease-in-out;
}



.product__learn-link:hover::before,
.icon-link:hover::before {
	max-width: 100%;
}

.icon-link::before {
	background-color: var(--dark-green);
}

.icon-link:hover .leakage__link-icon {
	left: calc(100% - 24px);
}

.elementor .nav-dropdown.is-open .nav-dropdown__toggle-icon {
	transform: rotate(-90deg);
}

.elementor .nav-dropdown.is-open .nav-dropdown__panel {
	max-height: 1000px;
	opacity: 1;
}

@media (width <= 767px) {
	.sm-text-dark-green {
		color: var(--dark-green)!important;
	}
}

@media (768px <= width) {
 	.product__card {
		 grid-column: span 6;
	}
}

@media (1025px <= width) {
	.product__card {
		 grid-column: span 4;
	}
}

@media (1920px <= width) {
	.elementor .product__number,
	.elementor .product__btn-text {
		font-size: 20px;
	}
	.elementor .product__btn-text {
		font-size: 18px;
	}
	.elementor .product__title {
		font-size: 40px;
	}
	.elementor .product__subheading {
		font-size: 24px;
	}
	.built-heading {
		font-size: 32px;
	}
}
