/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2026 | 16:50:05 */
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);
	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;
    }
}

.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.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;
	display: none;
	height: 100%!important;
	object-fit: cover;
	object-position: top right;
	width: 100%;
}

#main-wrapper {
    max-width: 1440px;
    position: relative;
}

.product__card {
	 grid-column: span 1;
}

.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 {
	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:hover::before {
	max-width: 100%;
}

@media (width < 768px) {
    #hero {
        top: -100px;
    }
	.sm-text-dark-green,
	.sm-text-dark-green p {
		color: var(--dark-green);
	}
}

@media (768px <= width) {
	
	.hero-container .hero-img {
		display: inline-block;
	}
}

@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 (768px <= width) {
	.product__card {
		 grid-column: span 6;
	}
}

@media (1025px <= width) {
	.hero-container .hero-img {
		object-position: top right;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.product__card {
		 grid-column: span 4;
	}
}

@media (1920px <= width) {
	.hero-heading h2 {
		font-size: 50px!important;
	}
	.elementor .product__number,
	.elementor .product__btn-text {
		font-size: 20px;
	}
	.elementor .product__title {
		font-size: 40px;
	}
	.elementor .product__subheading {
		font-size: 24px;
	}
	#revStatement p {
		font-size: 24px;
	}
	#revCarousel p,
	#revCarousel li {
		font-size: 16px;
	}
	#revCarousel h3 {
		font-size: 32px;
	}
	
}
