/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2025 | 05:11:29 */
html, body {
  overscroll-behavior: none;
  height: 100%;
  margin: 0;
  overflow: auto;
	overflow-x: hidden;
}

.elementor-button-icon svg * {
	fill: none !important;
}

p {
	margin-bottom: 0;
}	
p:not(:last-child, :last-of-type) {
	margin-bottom: 20px;
}	
.e-opened {
	display: block !important;
	transition: .4s all ease;
}
.e-closed {
	display: none !important;
}
details[open] .e-opened {
	transform: rotate(45deg);
	display: block !important;
}
.st-services .e-n-tabs-heading {
	max-width: 452px;
	border: 1px solid;
	border-radius: 30px;
	padding: 5px;
	margin-inline: auto;
}
.st-services .e-n-tabs-heading button {
	padding-inline: 22px !important;
}



.st-vanues-grid .e-child:focus::after, .st-vanues-grid .e-child:hover::after {
  transform: scale(1.05);
}
.st-vanues-grid .e-child::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	background-size: cover;
	transform-origin: center;
	transition: transform .4s ease-in-out;
	z-index: -1;
}


/* inside loop grid pages */

.st-vanues-grid .e-loop-item .e-child:focus::after, .st-vanues-grid .e-loop-item:hover .e-child::after {
  transform: scale(1.05);
}
.st-vanues-grid .e-loop-item .e-child::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: inherit;
	background-size: cover;
	transform-origin: center;
	transition: transform .4s ease-in-out;
	z-index: -1;
}
/*  */



.st-vanues-grid .e-child .elementor-element {
	position: unset;
}
.st-vanues-grid .e-child a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.st-vanues-grid .e-child .elementor-widget-button .elementor-button-content-wrapper {
	position: relative;
}
.st-vanues-grid .e-child .elementor-widget-button .elementor-button-text {
	position: relative;	
}
.st-vanues-grid .e-child .elementor-widget-button .elementor-button-text::before {
	width: 0;
	height: 1px;
	background: #fff;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s all ease-in-out;
}
.st-vanues-grid .e-child:hover .elementor-button-text::before {
	width: 100%;
}

.st-vanue-gallery .elementor-image-carousel {
	border-radius: 20px;
	overflow: hidden;
}
.st-vanue-gallery .elementor-image-carousel::before {
	background: linear-gradient(180deg, rgba(41, 4, 20, 0.00) 0%, rgba(41, 4, 20, 0.90) 100%);
	height: 35%;
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
}


.st-vanue-gallery-werr .elementor-image-carousel::before {
	background: linear-gradient(180deg, rgba(98, 87, 4, 0.00) 0%, rgba(98, 87, 4, 0.90) 100%);
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	width: fit-content;
}

@media (min-width: 1024px) {
/* Mega Menu */
.st-mega-menu > ul {
/* 	width: 680px !important; */
}
.st-mega-menu:hover > ul, .st-mega-menu ul li.menu-item-has-children:hover > ul {
	display:flex !important;
}
.st-mega-menu .menu-item-has-children {
	position: unset;
}
.st-mega-menu {
	position: unset !important;
}

.st-mega-menu ul li.menu-item-has-children ul {
	background-color: #ECE8DD !important;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top: 1px solid RGBA(91, 33, 58, 0.1);
	left: 0;
	width: 100% !important;
}
.st-mega-menu ul li a {
	text-transform: uppercase;
	font-weight: 400;
}
.st-mega-menu ul li.menu-item-has-children ul li a {
	text-transform: none;
	font-weight: 300;
	color: var(--e-global-color-10c2303);
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg, .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
	transform: rotate(0deg);
}	

	
.st-mega-menu li {
	padding: 25px 20px;
}	
.st-mega-menu li a {
	padding: 0 !important;
	position: relative;
}	
.st-mega-menu li a::before {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	background: var(--e-global-color-primary);
	left: 0;
	bottom: 0;
	transition: .4s all ease;
}	
	.st-mega-menu li a:hover::before {
		width: 100%;
	}	
	
	
	
}


@media (max-width: 767px) {
	.st-services .e-n-tabs-heading {
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.st-services .e-n-tabs-heading button {
		margin: 0 !important;
		padding-inline: 15px !important;
	}	
}




