/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 17:23:37 */
#ast-scroll-top,
#ast-scroll-top::before {
	transition: all 0.3s linear;
}
#ast-scroll-top {
	width: 35px;
	height: 60px;
	background-color: var( --e-global-color-primary );
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 8px;
	backdrop-filter: blur(5px);
}
#ast-scroll-top .ast-icon {
	display: none;
}
#ast-scroll-top::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('https://mw.dev-version.com/rabeh/wp-content/uploads/2026/02/arrow-up.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* 	filter: brightness(0) saturate(100%) invert(100%); */
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ast-scroll-top:hover::before {
	transform: translate(-50%, calc(-50% - 5px));
}
input::placeholder, 
textarea::placeholder {
	opacity: 0.3 !important;
}
input:focus, 
textarea:focus {
	box-shadow: none !important;
	outline: none !important;
	border-style: solid !important;
	border-color: var( --e-global-color-secondary ) !important;
}
div p {
	margin-bottom: 15px !important;
}
div p:last-child {
	margin-bottom: 0 !important;
}
p b {
	color: var( --e-global-color-primary );
}
ol,
ul {
	margin-bottom: 15px;
	margin-left: 35px;
}
ul li::marker {
	color: var( --e-global-color-primary );
}
.white-markers ul li::marker {
	color: #fff;
}
ul li {
	list-style: disc;
}
ul li > ul li {
	list-style: circle;
}
ul li > ul li > ul li {
	list-style: square;
}
a {
	text-decoration: none !important;
}
.underlined {
	text-underline-offset: 5px;
}
.overflow-x-hidden {
	overflow: clip;
	overflow-y: visible;
}
.overflow-y-hidden {
	overflow: clip;
	overflow-x: visible;
}
.w-fit-content {
	width: fit-content;
}
.h-100,
.loop-img-h-100 a {
	height: 100% !important;
}
.w-100,
.loop-img-w-100 a {
	width: 100% !important;
}
.position-static {
	position: static;
}
.color-primary {
	color: var(--e-global-color-primary);
}
.color-secondary {
	color: var(--e-global-color-secondary);
}
.color-accent {
	color: var(--e-global-color-accent);
}
.carousel .swiper {
	user-select: none;
	cursor: grab;
}
.blur-bg {
	backdrop-filter: blur(4px);
}
.white-img {
	filter: brightness(0) invert(1);
}
.truncate, 
.truncate h4, 
.truncate p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-2,
.line-2 h4,
.line-2 p {
	-webkit-line-clamp: 2;
}
.line-3, 
.line-3 p {
	-webkit-line-clamp: 3;
}
.line-4, 
.line-4 p {
	-webkit-line-clamp: 4;
}
.line-5, 
.line-5 p {
	-webkit-line-clamp: 5;
}
.line-6, 
.line-6 p {
	-webkit-line-clamp: 6;
}
.line-7, 
.line-7 p {
	-webkit-line-clamp: 7;
}
.line-8, 
.line-8 p {
	-webkit-line-clamp: 8;
}
.position-relative,
.position-relative .e-con-inner {
	position: relative;
}
.elementor-nav-menu .current_page_item .elementor-item-active {
	font-weight: bold !important;
}
.yellow-to-blue-heart .elementor-button svg {
	fill: #FFCC00;
}
.donation-progress {
	z-index: 10;
}
.donation-progress::before, 
.donation-progress::after {
	content: "";
	display: block;
	width: 110px;
	height: 110px;
	background: transparent;
	border: 3px solid var( --e-global-color-primary );
	border-radius: 40px 5px 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all 0.3s linear;
}
.donation-progress::after {
	border-radius: 5px 5px 40px;
	top: unset;
	bottom: 10px;
	left: unset;
	right: 10px;
	z-index: -1;
}
.donation-progress:hover::before {
	top: 0;
	left: 0;
}
.donation-progress:hover::after {
	bottom: 0;
	right: 0;
}
.progress-bar .givewp-campaign-goal {
	padding: 50px 20px 30px;
	border-radius: 10px;
	background-color: #F5F5F5;
	flex-direction: column-reverse;
	gap: 15px;
}
.progress-bar .givewp-campaign-goal span, 
.progress-bar .givewp-campaign-goal strong {
	font-family: "Instrument Sans", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1em;
	text-transform: capitalize;
	color: #6F7775;
}
.progress-bar .givewp-campaign-goal strong {
	color: #213430;
	font-size: 15px;
	font-weight: 500;
}
.progress-bar .givewp-campaign-goal__progress-bar-container {
	background-color: #fff;
	border-radius: 14px;
	box-shadow: none;
	height: 10px;
}
.progress-bar .givewp-campaign-goal__progress-bar-progress {
	background: var( --e-global-color-secondary );
	box-shadow: none;
	display: flex;
	height: 10px;
}
.progress-bar .givewp-campaign-goal__container-item {
	flex-direction: row-reverse;
	align-items: center;
}
.progress-bar .givewp-campaign-goal__progress-bar-progress {
	position: relative;
}

.progress-bar .givewp-campaign-goal__progress-bar-progress::before {
	content: attr(data-percent);
	position: absolute;
	right: -2px;
	top: -20px;
	font-family: "Instrument Sans", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	color: var( --e-global-color-secondary );
	white-space: nowrap;
}
.menu-gt #gt_float_wrapper {
	height: 22px;
}

.menu-gt .gt_float_switcher,
.menu-gt .gt_float_switcher .gt-selected {
	background: none !important;
	box-shadow: none !important;
}
.menu-gt .gt_float_switcher .gt-selected .gt-current-lang, 
.menu-gt .gt_float_switcher .gt_options a {
	font-family: "Instrument Sans", Sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1em !important;
}
.menu-gt .gt-selected .gt-current-lang {
	color: #fff !important;
	padding: 0 !important;
}
.menu-gt .gt-selected .gt-current-lang .gt_float_switcher-arrow {
	filter: brightness(0) invert(1);
}
.menu-gt .gt_float_switcher img {
	width: 22px;
}
.menu-gt .gt_float_switcher .gt_options.gt-open {
	background: #fff;
}
.menu-gt .gt_float_switcher .gt_options a {
	padding: 8px 10px !important;
	color: var( --e-global-color-text ) !important;
}
.menu-gt .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	height: 12px;
	width: 17px;
	background-size: 10px;
}
.menu-gt .gt_options {
	position: absolute !important;
	top: 38px;
	right: 0;
	min-width: 190px;
}
.menu-gt .gt_float_switcher .gt_options a:hover {
	background: var( --e-global-color-primary ) !important;
}
.top-bar-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:after {
	align-self: center;
	border-color: var(--e-nav-menu-divider-color, #000);
	border-left-style: var(--e-nav-menu-divider-style, solid);
	border-left-width: var(--e-nav-menu-divider-width, 2px);
	content: var(--e-nav-menu-divider-content, none);
	height: var(--e-nav-menu-divider-height, 35%);
}
.top-bar-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
	margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.top-bar-menu .elementor-menu-toggle {
	padding: 7px 12px;
	border-radius: 0 0 10px 0 !important;
}
.top-bar-menu .elementor-nav-menu--dropdown {
	max-width: 160px;
	left: 5px !important;
}
.btn-under .elementor-button {
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
}
.btn-under .elementor-button:hover {
	letter-spacing: 0.22em !important;
}
@media screen and (max-width:768px) {
	.progress-bar .givewp-campaign-goal {
		padding: 30px 10px 20px;
	}
	.mobile-main-menu .elementor-menu-toggle {
		padding: 16px 16px 16px 12px;
		border-radius: 0 25px 25px 0 !important;
	}
}
@media screen and (max-width:360px) {
	.progress-bar .givewp-campaign-goal__container-item {
		flex-direction: column-reverse;
	}
}