/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 01:37:20 */
body.scrollerNone {
	overflow:hidden;
}
body:has(.dialog-message.dialog-lightbox-message.zoomIn.animated) {
	overflow:hidden;
}
#lightBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	overflow-y: scroll;
	text-align: center;
	scrollbar-width: none !important;
}

#closeBtn {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background:
#2562ff
	border-radius: 6px;
	cursor: pointer;
	z-index: 10000;



	&
	svg {
		width: 12px;
		height: 12px;
		margin: 9px 0px 0 0;
		&
		path{
			fill:#fff;
		}
	}
}
#scrollBubble-2,
#scrollBubble {
	position: fixed;
	top: 70px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: white;
	border-radius: 50%;
	cursor: grab;
	z-index: 10001;
	animation: pulse 2s infinite;
	background:
#2562ff;


	&
	svg {
		width: 30px;
		height: 30px;
	}
	svg path{
		fill:#ffffff;
	}
}
@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 #117FE7;
	}
	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(17, 87, 64, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(17, 87, 64, 0);
	}
}
#light-box-open-1,
#light-box-open-2,
#light-box-open-3{
	left:50%;
	transform:translateX(-50%);
	display:none;
}
#light-box-open-1 {width:400px;} /* Mobile  */
#light-box-open-2 {width:60%;}   /* Laptop  */
#light-box-open-3 {width:80%;}   /* Desktop */

#custom-cursor {
	width: 85px;
	height: 85px;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9999;
	font-size: 14px;
	font-family: cursive;
	background: 
#2562ff;
	color: white;

	border-radius: 100px;
	transform: translate(-50%, -50%);
	opacity:0;
	transition: opacity 0.2s ease;
	justify-content: center;
	animation: growing 2s infinite;
	align-items: center;
	&
	> div {
		height:max-content;
	}
	a {
		background:transparent;
		padding:0;
		border-color:#2562ff;
		color: white;
	}
}
@keyframes growing {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 #117FE7;
	}
	70% {
		transform: scale(1.05);
		box-shadow: 0 0 0 10px rgba(17, 87, 64, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(17, 87, 64, 0);
	}
}

/* Gallery  */
.elementor-image-carousel > div > a {
	width: 100%;
}
.dialog-message.dialog-lightbox-message.animated.zoomIn > div  {
	overflow-y:scroll;
	&
	> div.swiper-wrapper > div.swiper-slide-active {
		height:auto;
		padding-top: 0;
		&
		img {
			width:80%;
		}
	}
	.elementor-swiper-button-next {
		right: 12px;
	}
	.elementor-swiper-button,
	header{
		position:fixed;
	}
	footer {
		display:flex;
		justify-content:center;
		align-items: center;

		&
		.elementor-slideshow__title{
			width:max-content;
			height:40px;
			display: flex;
			align-items: center;
			padding: 0 15px;
			border-radius: 50px;
		}
	}
}
.elementor-slideshow__header{
	padding: 12px 66px 13px 20px !important;
}
.elementor-slideshow__header svg,
a.dialog-close-button {
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 6px;
	fill: #000 !important;
	&
	svg {
		height:max-content;
		fill:#000000 !important;
	}
}
a.dialog-close-button {
	width: 27px;
	height: 27px;
	right: 32px !important;
	top: 12px !important;
	margin: 0 !important;
	&
	svg {
		width: 13px !important;
		height: 13px !important;
	}
}
.elementor-slideshow__header svg {
	padding: 7px !important;
	width: 13px !important;
	height: 13px !important;
}
.elementor-swiper-button svg,
.elementor-slideshow__counter {
	background: #ffffff;
	color: #000000 !important;
	height: 27px;
	min-width: 43px;
	border-radius: 6px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.elementor-swiper-button {
	width: 74px !important;
	&
	svg {
		min-width: 35px;
		min-height: 35px;
		padding: 0px 8px;
		fill: #000000 !important;
	}
}
#elementor-popup-modal-3179 a.dialog-close-button.dialog-lightbox-close-button {
	top:20px !important;
}
.mains {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
p.comming-soon {
	color:#000;
	font-family:"popine";
	font-weight:700;
	font-size:30px;
	transform:translate(100%, -50%);
}
.popup a.dialog-close-button.dialog-lightbox-close-button {
	right: 30px !important;
	top: 30px !important;
	border-radius:50px;
}
.popup a.dialog-close-button.dialog-lightbox-close-button svg{
	fill:#fff !important;
}