/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 19:02:15 */
input::placeholder, 
textarea::placeholder {
	opacity: 1 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-primary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-of-type {
	margin-bottom: 0 !important;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.loop-img-100 a {
	height: 100% !important;
}
.position-static {
	position: static;
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blend-mode::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #344EAD;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
}
.text-truncate h4,
.text-truncate p{
	display: -webkit-box;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-truncate.line2 h4 {
	-webkit-line-clamp: 2;
}
.text-truncate.line3 p {
	-webkit-line-clamp: 3;
}
.text-truncate.line4 p {
	-webkit-line-clamp: 4;
}
.custom-menu .elementor-item {
	position: relative;
}
.custom-menu .elementor-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff !important;
	position: absolute;
	left: 50%;
	bottom: -9px;
	transform: translateX(-50%);
}

.custom-menu .elementor-item::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff !important;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
}
.custom-btn .elementor-button,
.custom-btn .elementor-button .elementor-button-icon {
	overflow: hidden;
	position: relative;
}
.custom-btn .elementor-button .elementor-button-content-wrapper {
	position: relative;
	z-index: 5;
}
.custom-btn .elementor-button::before,
.custom-btn .elementor-button .elementor-button-text,
.custom-btn .elementor-button .elementor-button-icon svg,
.custom-btn .elementor-button .elementor-button-icon::before {
	transition: all 0.3s linear;
}
.custom-btn .elementor-button .elementor-button-icon svg {
	width: 16px;
	height: 16px;
}
.custom-btn .elementor-button .elementor-button-icon::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://mw.dev-version.com/gratefulafter60/wp-content/uploads/2025/11/Arrow-1.svg) center center/cover no-repeat;
	position: absolute;
	top: 20px;
	left: -20px;
}
.custom-btn .elementor-button:hover .elementor-button-icon svg {
	transform: translate(20px, -20px);
	filter: brightness(0) invert(1);
}
.custom-btn.style2 .elementor-button .elementor-button-icon svg {
	filter: brightness(0) invert(1);
}
.custom-btn .elementor-button:hover .elementor-button-icon::before {
	top: 0px;
	left: 0px;
	filter: brightness(0) invert(1);
}
.custom-btn.style2 .elementor-button:hover .elementor-button-icon::before {
	filter: brightness(1) invert(0);
}
.custom-btn .elementor-button::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: var( --e-global-color-secondary );
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	opacity: 0;
}
.custom-btn.style2 .elementor-button::before {
	background-color: var( --e-global-color-f081867 );
}
.custom-btn .elementor-button:hover::before {
	width: calc(50px + 100%);
	height: calc(50px + 100%);
	opacity: 1;
}
.custom-btn .elementor-button:hover .elementor-button-text {
	color: var( --e-global-color-f081867 );
}
.custom-btn.style2 .elementor-button:hover .elementor-button-text {
	color: var( --e-global-color-text );
}
.carousel .swiper-pagination-bullet {
	width: 37px;
	border-radius: 5px;
}
.image-box.mob .elementor-image-box-wrapper {
	display: flex;
	align-items: center;
}
.contact-form .elementor-field-type-textarea label {
	margin-bottom: 10px;
}
.contact-form .elementor-field-type-textarea textarea {
	border-width: 1px !important;
	border-radius: 5px !important;
}

.contact-form .elementor-field-type-textarea {
	margin-bottom: 40px !important;
}
.cover-loop, 
.cover-loop .elementor-grid, 
.cover-loop-item, 
.list-loop, 
.list-loop .elementor-grid, 
.list-loop-item{
	height: 100%;
}
@media screen and (max-width:1024px) {
	.custom-btn .elementor-button .elementor-button-icon svg, 
	.custom-btn .elementor-button .elementor-button-icon::before {
		width: 14px;
		height: 14px;
	}
}
@media screen and (max-width:768px) {
	.custom-btn .elementor-button .elementor-button-icon svg, 
	.custom-btn .elementor-button .elementor-button-icon::before {
		width: 13px;
		height: 13px;
	}
}