/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 13:08:40 */
.epf-hidden {
	opacity: 0 !important;
	height: 0;
}
 #epf-toggle:checked ~ .epf-hidden {
    height: 100%;
    opacity: 1;
  }

.bdt-prime-slider-tango .bdt-item {

 height: auto !important;

}
.bdt-prime-slider-tango .bdt-content-wrap {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 60px 0px;
	padding-bottom: 0px;
}
.bdt-prime-slider-tango .bdt-item.swiper-slide-active {
	clip-path: unset !important; 
	overflow: visible;
}
.bdt-prime-slider-tango .bdt-image-wrap {
	height: 502px !important;
}
.bdt-prime-slider-tango .bdt-item {

	clip-path: unset;

}

.elementor-heading-title.elementor-size-default.heading27px{
	font-family: "General Sans", Sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #000000;
}


.heading16px {
	text-align: center;
	font-family: "General Sans", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-top: 25px;
	width: 153%;
	margin-left: -25%;
}



.swiper-slide.bdt-item.swiper-slide-active img {
  transform: scale(1.1); /* Zoom in */
  transition: transform 0.5s ease;
}
.swiper-slide.bdt-item img {
	transform: scale(0.85);
	transition: transform 0.5s ease;
}