/* #region setup */

:root {
	--theme-primary-fade: hsl(278deg 57% 39% / 30%);
	--container-width: 1320px;
	--container-sm-width: 1065px;
	--container-lg-width: 1440px;
	--column-gutter: 15px;
	--primary-filter: brightness(0) saturate(100%) invert(17%) sepia(15%) saturate(5573%) hue-rotate(332deg) brightness(112%) contrast(95%);
	--white-filter: brightness(0) saturate(100%) invert(100%);
	--header-height: 4rem;
	/*75px;*/
	--top-header-height: 6.5rem;
	--logo-width: 16rem;
	/*110px;*/
	--header-spacing: 2.5rem;
	--section-gap: 5rem;
	--swiper-theme-color: var(--theme-primary);
}

*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
	font-size: 16px;
	scroll-padding-top: var(--header-height);
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
	overflow-x: hidden;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

figure,
p {
	margin: 0;
}

body {
	background-color: var(--body-bg-color);
	color: var(--text-color);
	font-family: var(--font-family);
	line-height: 1.8;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-alt);
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
	color: var(--text-color);
}

input,
button,
select,
textarea {
	font: inherit;
	color: inherit;
	border: 0;
	background: none;
	outline: none;
	font-size: 0.875rem;
}

input,
select,
textarea {
	display: block;
	width: 100%;
}

button {
	cursor: pointer;
}

img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
	transition: ease 0.25s;
	transition-property: color, background-color, border-color;
}

label.error {
	color: red;
	font-size: 0.9em;
}

::selection {
	background-color: var(--theme-primary-fade);
}

@media (max-width: 760px) {
	:root {
		--header-height: 70px;
		--logo-width: 150px;
	}

	html {
		font-size: 14px;
	}
}

/* #endregion setup */

/* #region layout */

.menu-active {
	overflow: hidden;
}

.container {
	width: var(--container-width);
	margin: 0 auto;
	padding: 0 var(--column-gutter);
	max-width: 100%;
}

.container-sm {
	width: var(--container-sm-width);
}

.container-lg {
	width: var(--container-lg-width);
}

.overlay {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	pointer-events: none;
	transform: translateX(-100%);
}

.light-bg-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: var(--theme-primary-fade);
}

.dark-bg {
	position: relative;
	background-color: var(--background-shade);
	color: var(--text-color);
}

.bg-img {
	position: relative;
}

.bg-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: 100% auto;
}

.bg-img>* {
	position: relative;
	z-index: 1;
}

.bg-img1 {
	position: relative;
}

.background-shade {
	background-color: var(--background-shade);
}

.bg-img1::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: 100% auto;
}

.section-gap {
	padding-block: var(--section-gap);
}

.section-subtitle {
	font-size: 1rem;
	font-weight: 500;
	font-family: var(--font-family-alt);
	color: var(--intro-sub_title-color);
	letter-spacing: -0.48px;
}

.section-subtitle::before,
.section-subtitle::after {
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: var(--intro-sub_title-color);
	vertical-align: middle;
	margin: 0 0.5rem;
}

.section-subtitle+.section-title {
	/* margin-top: 0.5rem; */
}

.section-desc {
	margin-top: 0.5rem;
	max-width: 670px;
	margin-inline: auto;
	font-size: 1.2rem;
	line-height: 1.4;
	color: var(--intro-description-color);
}

.swiper-button-prev,
.swiper-button-next {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	color: var(--theme-primary);
	border: 1px solid var(--theme-primary);
	transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background-color: var(--theme-primary) !important;
	color: #fff;
}

.swiper-button-prev::after {
	content: "\f060";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 1.625rem;
}

.swiper-button-next::after {
	content: "\f061";
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 1.625rem;
}

.banner-swiper-nav {
	width: auto;
	background-color: #fff;
	color: #000;
	padding: 40px 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	--swiper-navigation-size: 24px;
	margin-top: 0;
	transform: translateY(-50%);
}

.banner-swiper-nav.swiper-button-prev {
	left: 0;
	border-radius: 0 5px 5px 0;
}

.banner-swiper-nav.swiper-button-next {
	right: 0;
	border-radius: 5px 0 0 5px;
}

.swiper-nav-btn {
	--swiper-navigation-sides-offset: 1rem;
	--swiper-navigation-size: 1.6rem;
	width: calc(var(--swiper-navigation-size) + 1rem);
	height: calc(var(--swiper-navigation-size) + 1rem);
	border-radius: 50rem;
	border: 1px solid var(--swiper-theme-color);
	background-color: rgb(255 255 255 / 70%);
}

.header-banner {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: var(--theme-primary);
	text-align: center;
	position: relative;
}

.header-banner::before,
.header-banner::after {
	content: "";
	position: absolute;
	background-size: auto;
	background-repeat: no-repeat;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 0;
}

.header-banner .section-header {
	margin-bottom: 2rem;
	margin-top: 2rem;
	position: relative;
	z-index: 1;
}

.header-banner .section-header .section-title {
	color: var(--breadcrumbs-title-color);
	text-transform: capitalize;
}

.section-header-crumbs {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.8;
	color: var(--breadcrumbs-color);
}

.section-header-crumbs span {
	display: inline-block;
	max-width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section-header-crumbs span:not(:last-child) {
	margin-right: 0.5em;
}

.section-header-crumbs span:not(:last-child)::after {
	font: var(--icon-font);
	content: "\f105";
	font-size: 1em;
	margin-left: 0.5em;
}

.site-page>.header-banner+.page-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.cta-btn {
	display: inline-flex;
	padding: 1rem 2rem;
	font-size: 1rem;
	line-height: 1;
	background-color: var(--theme-primary);
	color: var(--btn-text-color);
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid var(--theme-primary);
	font-weight: 600;
	font-family: var(--font-family-alt);
	transition: 0.3s;
}

.cta-btn:hover {
	background-color: var(--btn-hover-bg-color);
	color: var(--btn-hover-text-color);
	border: 1px solid var(--btn-hover-bg-color);
}

.application-link {
	--content-width: 7rem;
	--icon-size: 2.2rem;
	/* --padding: 4px; */
	--btn-width: calc(var(--content-width) + var(--icon-size) + (var(--padding) * 2));
	background-color: var(--theme-primary);
	border-radius: 100px;
	display: inline-flex;
	padding: var(--padding);
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	width: var(--btn-width);
	transition: ease-in-out 0.25s box-shadow;
}

.application-link::after {
	content: "\f061";
	font: var(--icon-font);
	padding: 8px;
	width: var(--icon-size);
	height: var(--icon-size);
	display: grid;
	place-items: center;
	font-size: 1.25rem;
	background-color: #fff;
	color: #000;
	line-height: 1;
	border-radius: 50%;
	pointer-events: none;
}

.application-link-content,
.application-link::after {
	transition: ease-in-out 0.3s transform;
}

.application-link .hover-text {
	transition: ease-in-out 0.3s color;
}

.application-link-content {
	overflow: hidden;
	width: var(--content-width);
	pointer-events: none;
}

.application-link:hover::after {
	transform: translateX(calc(var(--content-width) * -1));
}

.application-link:hover .application-link-content {
	transform: translateX(var(--icon-size));
}

.application-link .hover-text {
	white-space: nowrap;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.3rem 0.8rem;
	font-size: 0.85rem;
	color: #fff;
}

.application-link:hover {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.pagination-wrapper {
	margin-top: 2rem;
}

.page-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.page-pagination .page-numbers {
	display: block;
	padding: 0.2rem 1rem;
	font-size: 1rem;
	border: 2px solid var(--theme-primary);
	background-color: var(--theme-primary);
	color: #fff;
	border-radius: 0.5rem;
	font-weight: 500;
}

.page-pagination .page-numbers:hover {
	background-color: #fff;
	color: var(--theme-primary);
}

.glightbox-open {
	scrollbar-gutter: auto;
}

.glightbox-container.glightbox-default {
	padding-left: 1rem;
	padding-right: 1rem;
}

.glightbox-container.glightbox-default .goverlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.glightbox-container.glightbox-default .ginner-container {
	border-radius: 0.5rem;
}

.glightbox-container.glightbox-default .gslide-media {
	background-color: #fff;
}

.glightbox-container.glightbox-default .gslide-title {
	font-family: var(--font-family-alt);
	font-size: 1.5rem;
	margin-bottom: 0.5em;
}

.glightbox-container.glightbox-default .gslide-desc {
	font-family: var(--font-family);
	font-size: 1rem;
}

.popup-container,
.popup-slide-in .popup-container {
	padding: 2rem;
}

.popup-container .popup-close {
	top: 2.5rem;
	right: 2.5rem;
}

.popup-title {
	font-size: 1.5rem;
	font-family: var(--font-family);
	font-weight: 400;
}

.hlt {
	color: var(--theme-primary);
}

.hlt-alt {
	color: #000;
	font-family: var(--font-family-alt);
	font-weight: 200;
	font-style: normal;
}

.section-header {
	margin-bottom: 1.5rem;

	position: relative;
}

.section-header.left-header {
	text-align: left;
}

.section-title-sm {
	font-weight: 400;

	margin-top: 1em;
	font-size: 1.3rem;
	line-height: 1.3;
}

.section-title {
	font-family: var(--font-family-Prompt);
	font-weight: 200;
	font-style: normal;
	font-size: 3.125rem;
	margin-left: -2px;
	/*had to do for font prompt */
	line-height: 1;
	position: relative;
	color: var(--intro-title-color);
}

.dark-bg .section-title {
	color: var(--text-color);
	font-family: var(--font-family-quicksand);
	font-weight: 200;
}

.donate-support-header .section-title {
	font-size: 2.5rem;
}

.section-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 0.25rem;
	background-color: var(--theme-primary);
}

.center-header {
	text-align: center;
}

.header-banner .section-title::after,
.center-header .section-title::after {
	left: 50%;
	transform: translateX(-50%);
}

[data-bg-shadow] {
	position: relative;
}

[data-bg-shadow]::before {
	content: attr(data-bg-shadow);
	position: absolute;
	top: -3rem;
	left: -3rem;
	font-size: 18rem;
	opacity: 0.05;
	font-weight: 800;
	line-height: 0.5;
	white-space: nowrap;
	text-transform: uppercase;
}

.bg-cover {
	background-size: cover;
	background-position: center bottom;
}

.bg-cover>* {
	position: relative;
	z-index: 1;
}

.scale-img {
	position: relative;
}

.scale-img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.scale-img>img,
.scale-img>iframe,
.scale-img>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide {
	box-sizing: border-box;
}

.padded-swiper {
	padding: var(--column-gutter);
	margin-left: calc(var(--column-gutter) * -1);
	margin-right: calc(var(--column-gutter) * -1);
}

@media (max-width: 760px) {
	.section-gap {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.site-page>.header-banner+.page-section {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.section-subtitle {
		font-size: 1rem;
	}

	.section-title {
		font-size: 2rem;
		line-height: 2.3rem;
	}

	.section-desc {
		font-size: 1rem;
	}

	.banner-swiper-nav {
		--swiper-navigation-size: 20px;
		padding: 30px 10px;
	}

	.header-banner .section-header {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.glightbox-container.glightbox-default .goverlay {
		background-color: rgb(255, 255, 255);
	}

	.glightbox-mobile .glightbox-container.glightbox-default .gslide-description {
		background: #fff;
	}

	.glightbox-mobile .glightbox-container.glightbox-default .gslide-title {
		color: #000;
	}

	.header-cta-btn {
		font-size: 0.9rem;
	}

	.application-link {
		--icon-size: 2rem;
	}

	.application-link::after {
		padding: 4px;
	}
}

@media (min-width: 761px) {
	.glightbox-container.glightbox-default .goverlay {
		background-color: rgba(0, 0, 0, 0.9);
	}

	.glightbox-container.glightbox-default .gslide-description {
		border-bottom-left-radius: inherit;
		border-bottom-right-radius: inherit;
		overflow: hidden;
	}

	.glightbox-container.glightbox-default .gslide-media {
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		overflow: hidden;
	}
}

@media print {

	.top-header,
	.page-header,
	.page-menu,
	.header-banner,
	.page-footer {
		display: none;
	}

	.site-page>.header-banner+.page-section {
		padding: 0;
	}
}

.home-services-swiper-nav {
	/* width: 300px; */
	position: relative;
	margin-left: auto;
}

.home-services-swiper-nav .swiper-button-prev {
	right: 75px;
	left: unset;
}

/* #endregion layout */

/* #region header */
.top-header {
	background-color: var(--top-header-background);
}

.top-header-row {
	position: relative;
	background-color: var(--top-header-background);
	display: flex;
	height: var(--top-header-height);
	padding-left: calc(var(--logo-width) + var(--header-spacing));
	padding-right: var(--header-spacing);
	padding-block: 0.75rem;
	align-items: center;
	justify-content: flex-end;
	gap: 0 2rem;
	font-size: 1rem;
	color: var(--theme-primary);
}

.social-links {
	display: flex;
	gap: 0.5rem;
}

.main-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--main-header-background);
	z-index: 50;
}

.scroll-down .main-header {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.main-header-row {
	display: flex;
	align-items: center;
	height: var(--header-height);
	gap: 0rem;
	position: relative;
}

.main-header-row .header-logo {
	display: none;
}

.header-logo {
	width: var(--logo-width);
	height: calc(var(--top-header-height));
	border-right: 1px solid #ccc;
	padding: 0.5rem 2.5rem;
	align-self: flex-end;
	transition: ease 0.3s;
	position: absolute;
	left: 0;
	bottom: 0rem;
	/* border-bottom: 1px solid #ccc; */
}

.header-logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.header-nav {
	position: relative;
	padding: 10px;
	padding-left: var(--header-spacing);
	height: 100%;
	display: flex;
	gap: 0 32px;
	align-items: center;
	flex: auto;
	border-top: 1px solid #ccc;
}

/* .header-nav::before {
	content: "";
	top: calc(-0.5rem - 1px);
	top: -1px;
	left: 0;
	width: 100%;
	height: 0;
	position: absolute;
	border-top: 1px solid #dadada;
} */

.header-nav-list {
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 500;
	gap: 30px;
	height: 100%;
	font-size: 1rem;
	color: var(--theme-primary);
}

.header-nav-list>li {
	height: 100%;
}

.header-nav-list>li>a {
	display: grid;
	height: 100%;
	place-content: center;
	color: var(--nav-link-color);
	font-family: var(--font-family-alt);
	font-style: normal;
	font-weight: 400;
	font-size: clamp(16px, 0.85em, 18px);
	position: relative;
	justify-content: center;
	white-space: nowrap;
}

.nav-active>a::before {
	content: "";
	width: 100%;
	height: 2px;
	background-color: var(--theme-secondary);
	position: absolute;
	bottom: 35%;
}

.nav-active>a,
.subnav-active>a,
.header-nav-list>li:hover>a {
	color: var(--nav-link-hover-color) !important;
}

.nav-active>a {
	font-weight: 700 !important;
}

.sub-nav-active>a {
	color: var(--nav-link-hover-color) !important;
}

.header-nav-list>li>a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	background-color: var(--theme-primary);
	transition: 0.3s;
}

.nav-active>a::before,
.header-nav-list>li:hover>a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: var(--theme-primary);
	color: var(--theme-primary);
	bottom: 0;
	font-weight: 700;
}

.nav-active>a {
	font-weight: 700;
}

.header-nav-dropdown {
	position: relative;
}

.header-nav-dropdown>a {
	padding-right: 1.5rem;
}

.header-nav-dropdown>a::after {
	content: "\f107";
	font: var(--icon-font);
	line-height: 1;
	font-size: 1.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.header-nav-dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	min-width: 18rem;
	opacity: 0;
	pointer-events: none;
	transition: ease 0.25s;
	background-color: #fff;

	box-shadow: 0 2rem 2.5rem rgba(137, 139, 142, 0.15);
	transform: scaleY(0);
	transform-origin: top left;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.header-nav-dropdown-list li {
	border-bottom: 1px solid #dadada;
}

.header-nav-dropdown-list li:last-child {
	border-bottom: none;
}

.header-nav-dropdown-list li a {
	padding: 0.7rem 1rem;
	font-weight: 400;
}

.header-nav-dropdown-list a {
	display: block;
	color: #000;
	transition: ease 0.5s;
	line-height: 1.2;
	font-family: var(--font-family-alt);
	font-style: normal;
}

.header-nav-dropdown-list li:hover a {
	color: var(--nav-link-hover-color);
	transform: translateX(0.5rem);
	font-weight: 500;
}

.header-nav-dropdown:hover>.header-nav-dropdown-list {
	opacity: 1;
	pointer-events: auto;
	transform: scaleY(1);
}

.about-us-dropdown .header-nav-dropdown-list {
	display: flex;
	flex-wrap: wrap;
}

.about-us-dropdown .header-nav-dropdown-list {
	min-width: 36rem;
}

.about-us-dropdown .header-nav-dropdown-list li {
	flex-basis: 50%;
	border-right: 1px solid #dadada;
}

.header-nav-contact {
	display: grid;
	place-content: center;
	height: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0 1rem;
}

.header-donate-item {
	padding: 5px 25px;
	line-height: 2;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	background-color: var(--theme-primary);
	font-size: 1.1rem;
	border-radius: 5px;
	transition: 0.3s;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.header-donate-item::after {
	content: "";
	position: absolute;
	left: -200%;
	top: 0;
	width: 150%;
	height: 100%;
	transform: skew(45deg);
	background-color: #88807f52;
	z-index: 2;
	transition: 0.5s;
}

.header-donate-item i {
	font-size: 1.8rem;
	margin-right: 10px;
}

/* .header-donate-item:hover {
	color: var(--theme-primary);
	background-color: #fff;
	box-shadow: 0px 0px 10px 0.1px #7d272265;
} */
.header-donate-item:hover::after {
	left: 200%;
	width: 0;
}

.home-about-desc {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.7rem;
	color: #666666;
	font-family: var(--font-family-alt);
	font-style: normal;
}

.havesubmenu {
	position: relative;
}

.havesubmenu::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 50%;
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent background */
	transform: translate(0, -50%) rotateZ(45deg);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
	/* Corrected diagonal clip */
}

.havesubmenu ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-radius: 15px;
	transition: 0.3s;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 2;
}

.havesubmenu:hover ul {
	transform: scaleX(1);
}

.havesubmenu:hover ul li a {
	color: #000;
}

.havesubmenu ul li a:hover {
	color: var(--theme-primary);
}

.sidecase {
	display: none;
}

.mobile-links {
	display: none;
}

@media (min-width: 1200px) {

	.header-resp-action,
	.header-resp-nav {
		display: none;
	}

	.header-donate-item {
		font-size: 1;
	}

	.header-nav-item {
		color: #000;
		white-space: nowrap;
		text-overflow: ellipsis;
		/* max-width: 30rem; */
	}

	.header-nav-item a {
		font-size: 2rem;
	}

	.email-item {
		margin-left: auto;
		font-size: 1rem;
		display: flex;
		align-items: center;
	}

	.email-item i {
		font-size: 1.3rem;
		margin-right: 40px;
	}

	.email-item .header-nav-item-icon {
		display: flex;
	}

	.add-full-form {
		color: var(--theme-primary);
		max-width: unset;
		font-weight: 700;
		text-align: center;
		line-height: 28px;
	}

	.add-full-form .slogan-small-text {
		color: var(--text-color);
		font-size: 1.125rem;
	}

	.header-nav-item .header-nav-item-text a {
		font-size: 1.5rem;
	}

	.add-full-form span:first-child a {
		font-size: 2rem;
	}

	.scroll-down .header-logo {
		height: calc(var(--header-height));
		padding-block: 0.5rem;
	}
}

@media (max-width: 1200px) {
	.sidecase {
		display: block;
	}

	.mobile-links {
		display: block;
		width: 100%;
	}

	.mobile-links .toggle-container {
		white-space: nowrap;
	}

	.mobile-links .toggle-container .toggle-button {
		font-size: 0.55rem;
	}

	.font-size-controls button {
		font-size: 1.3rem;
	}

	.mobile-theme-tog {
		display: flex;
	}

	.mobile-font-size-btns button {
		background-color: var(--theme-primary);
		color: var(--body-bg-color);
		border-radius: 50%;
		aspect-ratio: 1 / 1;
		width: 2rem;
		height: 2rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
	}

	.main-header-row .header-logo {
		display: block;
	}

	.sidebar26-logo img {
		width: 35px;
		height: 35px;
	}

	.header-nav-contact,
	.top-header,
	.main-header-row>.social-links {
		display: none;
	}

	.home-about-desc {
		font-size: 1.1rem !important;
	}

	.section-header-crumbs {
		margin-top: 0 !important;
	}

	.social-links a {
		color: #000 !important;
	}

	.main-header-row {
		height: var(--header-height);
		padding-left: 0;
		gap: 0;
	}

	.main-header-row .header-logo {
		padding-block: 0.5rem;
		width: calc(100% - 5rem);
		height: 100%;
		position: static;
		padding-left: 0.5rem;
		border-bottom: 0;
	}

	.header-resp-action {
		flex: auto;
	}

	.resp-menu-btn {
		font-size: 2rem;
		display: block;
		text-align: center;
		width: 100%;
	}

	.header-nav {
		position: fixed;
		top: var(--header-height);
		left: 0;
		width: 100%;
		height: calc(100vh - var(--header-height));
		background-color: var(--body-bg-color);
		color: var(--text-color);
		padding-top: 15px;
		overflow: auto;
		transform: translateX(100%);
		transition: ease 0.3s transform;
		z-index: -1;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		border-top: 1px solid #dadada;
		padding-left: 15px;
	}

	.header-nav-list {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		gap: 1rem;
		margin-bottom: 1rem;
	}

	.header-menu-open-icon,
	.menu-active .header-menu-close-icon {
		display: block;
	}

	.header-menu-close-icon,
	.menu-active .header-menu-open-icon {
		display: none;
	}

	.menu-active .main-header {
		background-color: #fff;
		color: #000;
	}

	.menu-active .header-nav {
		transform: translateX(0);
		max-height: calc(100vh - var(--header-height));
	}

	.header-nav-dropdown:hover .header-nav-dropdown-list {
		box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
		transform: translateY(0);
	}

	.header-resp-nav {
		display: grid;
		gap: 1rem;
	}

	.header-resp-nav .social-links {
		margin-top: 1rem;
	}

	.header-donate-item {
		margin-left: auto;
	}

	.header-nav-contact {
		height: auto;
		padding: 0;
		justify-content: start;
		border: 0;
	}
}

.font-size-dropdown {
	padding: 6px;
	border-radius: 0;
	background-color: var(--theme-primary);
	margin-right: 15px;
}

.font-size-dropdown>.dropdown {
	display: flex;
}

.font-size-dropdown>.dropdown>button {
	padding: 5px 15px;
	background-color: #fff;
	border-radius: 5rem;
	border: 0;
	font-size: 0.75rem;
}

.font-size-dropdown>.dropdown>button:active {
	border: 0;
	color: #fff;
}

.font-size-dropdown .dropdown-menu {
	min-width: unset;
	padding: 0;
	overflow: hidden;
	border-radius: 0;
	margin-top: -1px;
	width: 100%;
	text-align: center;
}

.font-size-dropdown .dropdown-item {
	padding: 10px;
}

/* Theme Toggle button */

.toggle-container {
	position: relative;
	display: inline-block;
	background-color: var(--theme-primary);
	/* Purple background */
	border-radius: 5rem;
	overflow: hidden;
	/* Hide overflow for rounded corners */
}

.toggle-button {
	background-color: transparent;
	border: none;
	color: white;
	padding: 10px;
	font-size: 0.75rem;
	cursor: pointer;
	position: relative;
	z-index: 1;
	/* Ensure text is above the slider */
}

.toggle-button.active {
	color: black;
}

.toggle-slider {
	position: absolute;
	top: 50%;
	left: 0;
	width: 46.5%;
	/* Adjust based on button width */
	height: 80%;
	background-color: white;
	border-radius: 5rem;
	transform: translate(5%, -50%);
	transition: transform 0.3s ease;
	/* Smooth animation */
}

/* Adjust slider position when "Apartments" is active */
.toggle-button:nth-child(2).active~.toggle-slider {
	transform: translate(110%, -50%);
}

/* #region banner */

.home-banner-slide {
	--title-bg: var(--theme-primary);
	--button-bg: var(--theme-secondary);
	--button-fg: #fff;
}

.home-banner-slide::before {
	padding-top: 33.75%;
	background-color: var(--theme-primary);
}

.home-banner-slide img {
	opacity: 1;
}

.home-banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

@keyframes tilt {
	0% {
		transform: rotateZ(0deg);
	}

	25% {
		transform: rotateZ(10deg);
	}

	50% {
		transform: rotateZ(0deg);
	}

	75% {
		transform: rotateZ(-10deg);
	}

	100% {
		transform: rotateZ(0deg);
	}
}

#banner-nav button {
	background-color: #fff;
	border-radius: 0;
	transition: 0.3s;
}

#banner-nav button::after {
	font-size: 1.5rem;
}

#banner-nav button:hover {
	color: #fff;
	background-color: var(--theme-primary);
	animation: tilt 0.3s;
}

.home-banner-wrapper>.container {
	height: 100%;
	display: flex;
	align-items: center;
}

.home-banner-content {
	max-width: 750px;
	width: 100%;
	height: 350px;
	max-height: 100%;
	position: relative;
	color: var(--body-bg-color);
	background-color: #7d2622c2;
	padding: 2rem;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.home-banner-content::before {
	position: absolute;
	inset: 0;
	background-color: var(--title-bg);
	z-index: -1;
	opacity: 0.5;
}

.home-banner-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 3.5rem;
	margin-bottom: 1rem;
	font-family: var(--font-family-Prompt);
	color: #fff;
	text-transform: capitalize;
}

.home-banner-subtitle {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	font-weight: 700;
}

.home-banner-text {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	padding-top: 1.2rem;
	position: relative;
}

.home-banner-link {
	background-color: #fff;
	color: #000;
	display: inline-block;
	padding: 0.5rem 3rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	line-height: 2;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: ease 0.5s;
	vertical-align: middle;
	border-radius: 50px;
	font-family: var(--font-family-alt);
	position: relative;
}

.dark-mode .home-banner-link {
	background-color: #000;
	color: #fff;
}

.home-banner-link::after {
	content: '';
	position: absolute;
	left: 25%;
	bottom: 10px;
	width: 0;
	height: 2px;
	background-color: var(--theme-primary);
	transition: 0.5s;
}

.home-banner-link:hover {
	color: var(--theme-primary);
}

.home-banner-link:hover::after {
	width: 50%;
}

/* .home-banner-link::before {
	content: "";
	background-color: var(--theme-primary);
	position: absolute;
	inset: 0;
	width: 150%;
	left: -25%;
	transform-origin: center;
	transform: skewX(-35deg) translateX(-150%);
	transition: ease 0.5s;
	z-index: -1;
}

.home-banner-link:hover {
	color: #fff;
	border-color: var(--theme-primary);
}

.home-banner-link:hover::before {
	transform: skewX(-35deg) translateX(0%);
} */

.getInvolved a{
	font-weight: 700 !important;
	color: rgb(51 101 249) !important;	
}

.header-nav-list>.getInvolved>a::before {
	width: 100%;
	background-color: rgb(51 101 249) !important;
}

@media (max-width: 768px) {
	.about-us-dropdown .header-nav-dropdown-list {
		display: block;		
		max-height: 250px;
		overflow-y: auto;
	}

	.about-us-dropdown .header-nav-dropdown-list {
		min-width: 18rem;
	}

	.about-us-dropdown .header-nav-dropdown-list li {
		flex-basis: 100%;
		border-right: none;		
	}

	.home-banner-slide::before {
		padding-top: 75%;
	}

	.home-banner-title {
		font-size: 1.5rem;
	}

	.home-banner-text {
		font-size: 1.2rem;
		margin-bottom: 0;
	}

	.home-banner-link {
		font-size: 0.85rem;
		padding: 0.3rem 2rem;
	}
}

/* #endregion banner */

/* #region about */

.home-about {
	position: relative;
}

.home-about-bg-img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.home-about-row {
	display: flex;
	gap: 2rem 3rem;
	align-items: center;
}

.home-about-col {
	flex: 1 1 100%;
	color: var(--theme-primary);
}

.home-about .section-title {
	font-size: 3.5rem;
}

.home-about-desc strong,
.home-about-desc b {
	font-weight: revert;
}

.home-about-desc p {
	margin-bottom: 1rem;
}

.home-about-tab-view-image {
	position: relative;
	min-height: 550px;
}

.home-about-tab-view-image .image-1 {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	max-width: 100%;
}

.home-about-tab-view-image .image-2 {
	width: 300px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	max-width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.home-about-tab-view-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* border: 12px solid var(--theme-secondary); */
	border-radius: 10px;
}

.aboutus-static-content {
	margin: 0 0 20px;
}

.aboutus-static-content>.col {
	padding: 0;
	margin: 0;
}

.aboutus-static-content i {
	color: green;
	font-size: 2rem;
	margin-right: 10px;
}

.aboutus-static-content h6 {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}

.aboutus-static-content p {
	font-size: 1rem;
	line-height: 1.3;
	font-family: var(--font-family-alt);
}

.aboutus-static-content .extra-content {
	background-color: #FDF8EA;
	position: relative;
	padding: 20px;
	padding-left: 60px;
	padding-right: 15px;
	border-color: 1px solid var(--theme-secondary);
	font-size: 1.125rem;
	line-height: 1.425rem;
}

.dark-mode .inspiring-stories-card {
	background-color: unset;
	border: 1px solid var(--text-color);
}

.dark-mode .aboutus-static-content .extra-content {
	background-color: unset;
}

.about-2 {
	background-color: #FFF8F4;
}

.dark-mode .about-2 {
	background-color: #1a1a1a;
}

.about-2 .description {
	font-size: 1.125rem;
	line-height: 1.875rem;
	text-align: center;
	max-width: 896px;
	margin: auto;
}

.about-2 .description p {
	margin-bottom: 2rem;
}

.about-2 .description p span {
	font-weight: 700;
	color: var(--theme-primary);
}

.whyChoosegrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.whyChooseCard {
	background-color: var(--body-bg-color);
	padding: 2rem;
	border-radius: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(8, 60, 119, 0.06) 0px 8px 30px 0px;
	transition: 0.3s ease-in-out;
}

.whyChooseCard:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(8, 60, 119, 0.1) 0px 4px 20px 0px;
}

.whyChooseCard:hover figure img {
	transform: scale(1.1);
}

.dark-mode .whyChooseCard {
	box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0) 0px 0px 0px 0px, rgb(255 210 210 / 6%) 0px 8px 30px 0px;
}

.whyChooseCard figure {
	max-width: 80px;
	width: 100%;
	margin: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: var(--theme-primary);
	margin-bottom: 1rem;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.whyChooseCard figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.3s ease-in-out;
}

.whyChooseCard article {
	text-align: center;
}

.whyChooseCard article .title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: var(--theme-primary);
}

.whyChooseCard article .description {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: var(--text-color);
}

/* .aboutus-static-content .extra-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 55px;
	width: 5px;
	height: 100%;
	background-color: var(--theme-primary);
	z-index: 1;
	opacity: 30%;
} */

.aboutus-static-content .extra-content::after {
	content: '\f058';
	font-family: "Line Awesome Free";
	font-weight: 900;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	font-size: 2rem;
	color: #67ec67;

}

@keyframes upanddown {
	0% {
		bottom: 45%;
	}

	50% {
		bottom: 50%;
	}

	100% {
		bottom: 45%;
	}
}

.heart-swing {
	position: absolute;
	right: 17%;
	bottom: 0;
	transition: 0.3s;
	animation: upanddown 4s ease infinite;
	display: none;
}

.home-about-bg img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: none;
	z-index: 0;
}

.home-about-bg-1 {
	bottom: 0;
	left: 0;
	animation: about-animate-1 4s ease-in-out 0s infinite alternate;
}

.home-about-bg-2 {
	top: 0;
	left: -6rem;
}

.home-about-bg-3 {
	left: 0;
	top: 26%;
}

@keyframes about-animate-1 {
	0% {
		transform: translateY(2rem);
	}

	50% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(2rem);
	}
}

@media (max-width: 768px) {
	.home-about-row {
		flex-direction: column;
	}

	.whyChoosegrid {
		grid-template-columns: repeat(1, 1fr);
	}

	.whyChooseCard figure {
		max-width: 60px;
	}

	.home-about-col .section-header {}

	.home-about-bg-img {
		width: 75%;
	}

	.home-about-bg img {
		width: 3rem;
	}
}

/* #endregion about */

/* #region services */

.home-services {
	position: relative;
}

.home-services-bg img {
	position: absolute;
	z-index: 0;
}

.home-services-bg-1 {
	top: 0;
	right: 0;
}

.home-services-bg-2 {
	bottom: 0;
	left: 0;
}

.home-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
	gap: 2rem;
	position: relative;
	z-index: 1;
}

.home-services-card {
	position: relative;
	display: flex;
	flex-direction: column;

	overflow: hidden;
}

.home-services-img {
	width: 100%;
}

.home-services-img::before {
	padding-top: 60%;
}

.home-services-img figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.7 / 1;
	overflow: hidden;
}

.home-services-img figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-services-content {
	flex: auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.dark-mode .home-services-content {
	background-color: var(--body-bg-color);
}

.home-services-content .home-services-body {
	padding: 1.5rem 2.5rem;
}

.home-serive-anchor::before {
	content: unset;
}

.home-serive-anchor>a {
	display: block;
}

.home-services-title a {
	color: var(--theme-primary);
}

.home-services-header {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	align-items: flex-start;
	position: relative;
}


.home-services-img img {
	transition: 0.3s ease-in-out;
}

.home-services-header:hover .home-services-img img {
	transform: scale(1.1);
}

.home-services-title {
	width: 100%;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.home-services-title a {
	display: block;
	font-family: var(--font-family-alt);
	font-size: 1.25rem;
	line-height: 25px;
	min-height: 50px;
}

.home-services-learn {
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--font-family);
	transition: 0.3s;
	color: var(--link-color);
	white-space: nowrap;
}

.home-services-learn:hover {
	color: var(--btn-bg-color);
	text-decoration: underline;
	text-decoration-color: var(--btn-bg-color);
	color: var(--link-hover-color);
}

.home-services-desc {
	margin-bottom: 1rem;
	line-height: 1.3;
	font-size: 1.0625rem;
	opacity: 0.7;
	font-family: var(--font-family-alt);
	font-style: normal;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	min-height: 3lh;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}

.home-services-cta {
	color: #fff;
	background-color: var(--theme-secondary);
	border: 1px solid var(--theme-secondary);
	font-weight: 700;
	font-size: 0.9rem;
	margin: 0 2rem 1rem;
}

.home-services-cta:hover {
	border: 1px solid var(--theme-secondary);
	color: var(--theme-secondary);
	background-color: #fff;
}

.home-services-cta::after {
	content: "\f101";
	font: var(--icon-font);
	font-size: 1em;
	margin-left: 0.2rem;
}

@media (max-width: 768px) {
	.home-services-title {
		font-size: 1.2rem;
	}
}

/* #endregion services */

/* #region gallery */

.home-gallery-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}

.home-gallery-item {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
}

.home-gallery-img::before {
	padding-top: 66.6%;
}

.home-gallery-body {
	position: absolute;
	inset: 0;
	padding: 2rem;
	color: #fff;
	display: grid;
	justify-items: center;
	place-content: center;
	text-align: center;
	gap: 1rem;
	z-index: 2;
	transform: translateY(100%);
	opacity: 0;
}

.home-gallery-body::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: var(--theme-primary);
	z-index: -1;
	opacity: 0.9;
	transform: translateY(-200%);
}

.home-gallery-body,
.home-gallery-body::before {
	transition: ease 0.3s;
}

.home-gallery-item:hover .home-gallery-body {
	transform: translateY(0);
	opacity: 1;
}

.home-gallery-item:hover .home-gallery-body::before {
	transform: translateY(0);
}

.home-gallery-caption {
	font-size: 1.2rem;
	font-weight: 500;
}

.home-gallery-caption:hover {
	color: var(--theme-secondary);
	transition: ease 0.3s;
}

.home-gallery-body::after {
	content: "\f124";
	font: var(--icon-font);
	background-color: var(--theme-secondary);
	color: #fff;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.6rem;
	display: grid;
	place-content: center;
	border-radius: 5rem;
	transform: rotate(45deg);
}

@media (max-width: 768px) {}

/* #endregion gallery */

/* #region why-us */
/* .home-whyus {
	background-image: url("../images/Vector.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} */

.home-whyus-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: clamp(28px, 2rem, 34px);
	color: var(--theme-primary);
}

.home-whyus-grid>div {
	max-width: 100%;
	border: 15px solid var(--theme-secondary);
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-whyus-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.home-whyus-img {
	top: 0;
	left: 50%;
	z-index: 1;
	width: 5rem;
	height: 5rem;
	flex-shrink: 0;
	border-radius: 50%;
}

.home-whyus-img img {
	width: 100%;
	height: 100%;
	filter: var(--primary-filter);
}

.home-whyus-content {
	position: relative;
	z-index: 0;
	flex: auto;
}

.home-whyus-title {
	font-size: 2.5rem;
	color: #000;
	line-height: 1;
	font-family: var(--font-family-alt);
	font-weight: 700;
	font-style: normal;
	text-align: center;
}

.home-whyus-desc {
	font-size: 1rem;
	color: var(--text-color);
	font-family: var(--font-family-alt);
	font-style: normal;
	text-align: center;
}

@media (max-width: 768px) {}

/* #endregion why-us */

/* #region delivery */

.home-delivery-grid {
	display: grid;
	grid-template-columns: 2.5fr 4fr 3.5fr;
	align-items: center;
}

.home-delivery-col-1 img {
	margin-inline: auto;
}

.home-delivery-col-2 {
	padding: var(--section-gap) 2rem;
}

.home-delivery-desc {
	margin-bottom: 3rem;
}

.home-delivery-col-3 img {
	margin-inline: auto;
}

@media (max-width: 768px) {}

/* #endregion delivery */

/* #region clients */

.home-clients {
	border-bottom: 1px solid #dadada;
}

.home-clients-row {
	display: flex;
	gap: 2rem;
}

.home-client-img::before {
	padding-top: 55%;
}

.home-client-img img {
	padding: 0.5rem 1rem;
	object-fit: contain;
}

@media (max-width: 768px) {}

/* #endregion clients */

/* #region News */

.news-box {
	position: relative;
	border: 1px solid #ccc;
}

.news-box figure {
	width: 100%;
	aspect-ratio: 1.25 / 1;
	overflow: hidden;
}

.news-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-box article {
	padding: 1rem;
}

.news-box article .date {
	color: var(--text-color);
	font-size: 0.9rem;
	line-height: 1.2rem;
	margin-bottom: 0.5rem;
}

.news-box article .title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	min-height: 2lh;
	overflow: hidden;
}

/* #endregion */

/* #region testimonials */

#home-events-swiper-nav .swiper-button-prev,
#home-testimonials-swiper-nav .swiper-button-prev,
#blog-nav .swiper-button-prev,
#team-nav .swiper-button-prev,
#partner-nav .swiper-button-prev,
#other-service-nav .swiper-button-prev,
#other-donate-nav .swiper-button-prev,
#other-story-nav .swiper-button-prev,
.swiper-nav .swiper-button-prev {
	left: unset;
	right: 75px;
}

.home-testimonials {
	position: relative;
}

.testimonial-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	filter: var(--white-filter);
	opacity: 0.1;
	object-fit: cover;
	object-position: bottom right;
}

.home-testimonial-wrapper {
	display: flex;
	gap: 2rem;
	align-items: center;
}

.home-testimonial-side {
	width: 50%;
	border-radius: 1rem;
	overflow: hidden;
}

.home-testimonial-side::before {
	padding-top: 66%;
}

.home-testimonials-swiper {
	z-index: 1;
	position: relative;
}

.home-testimonial-wrapper .home-testimonials-swiper {
	width: 50%;
	margin-right: 0;
}

.home-testimonial-slide {
	height: auto;
}

.home-testimonial-card {
	display: flex;
	align-items: center;
	gap: 4rem 6rem;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
	height: 100%;
	padding: 1.5rem;
	background-color: #fff;
}

.dark-mode .home-testimonial-card {
	background: unset;
}

.home-testimonial-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #fff;
	z-index: 0;
	opacity: 0.05;
}

.home-testimonial-content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	height: 100%;
}

.home-testimonial-img,
.home-testimonial-content {
	flex: 1 1 100%;
}

.home-testimonial-img {
	border-radius: 1rem;
	position: relative;
}

.home-testimonial-desc {
	font-size: 1.1rem;
	line-height: 1.5;
	font-family: var(--font-family-alt);
	font-style: normal;
}

.home-testimonial-name {
	font-size: 1.4rem;
	margin-bottom: 0.3rem;
	font-weight: 400;
}

.home-testimonial-position {
	line-height: 1.2;
	font-weight: 400;
}

.testimonial-quote i {
	font-size: 3rem;
	color: var(--theme-secondary);
}

.swiper-pagination-bullet {
	transition: 0.3s;
	opacity: 1;
	background-color: #ccc;
	padding: 5px;
}

.home-testimonials-swiper .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 10px;
	background-color: var(--theme-secondary);
}

@media (max-width: 768px) {
	.testimonial-bg {
		opacity: 0.3;
		height: 9rem;
	}

	.home-testimonial-card {
		flex-wrap: wrap;
		padding-bottom: 50px;
	}

	.home-testimonial-img {
		padding-bottom: 3rem;
	}

	.home-testimonial-img img {
		height: 10rem;
		padding: 1rem;
	}

	.home-testimonial-img::after {
		top: 100%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 4rem;
		height: 4rem;
		font-size: 3rem;
	}

	.home-testimonial-desc {
		font-size: 1rem;
		line-height: 1.5;
	}
}

/* #endregion testimonials */

/* #region blogs */

.blogs-section {
	position: relative;
}

.blogs-section>div {
	margin-left: calc((100% - var(--container-width)) / 2);
	overflow: hidden;
}

.blogs-section>div>div {
	margin-right: calc((100% - var(--container-width)) / 2);
}

.blogs-left-col {
	z-index: 10;
	background-color: #fff;
}

.blog-bg-img {
	position: static;
}

.blog-bg-img img {
	position: absolute;
	z-index: 0;
}

.blog-bg-img-1 {
	top: 0;
	left: 0;
}

.blog-bg-img-2 {
	bottom: 0;
	right: 0;
}

.blog-swiper-container {
	--swiper-navigation-sides-offset: -3rem;
	--swiper-navigation-size: 2rem;
	position: relative;
}

.blog-swiper-container .swiper {
	overflow: visible;
}

/* .blogs-swiper .swiper-wrapper {
	padding: 50px 0;
} */

.blogs-swiper .blog-slide {
	border: 1px solid #f7f7f7;
	transition: 0.3s;
	border-radius: 15px;
}

.blogs-swiper .blog-slide:hover {
	box-shadow: 0px 0px 10px 0.1px rgba(0, 0, 0, 0.1);
}

.blogs-swiper .blog-slide:hover .blog-link {
	color: var(--theme-primary);
	font-weight: 500;
}

.blogs-desc {
	margin-inline: 0;
}

.blogs-section .section-header {
	margin-bottom: 2rem;
}

.blog-slide {
	overflow: hidden;
}

.blog-img {
	overflow: hidden;
	display: block;
	margin: -1px;
	position: relative;
	z-index: 2;
	transition: ease 0.5s;
	border-radius: 10px;
}

.blog-img::before {
	padding-top: 66.6%;
}

.blog-img img {
	transition: ease 0.7s;
}

.blog-slide:hover .blog-img {
	transform: scale(1);
}

.blog-slide:hover .blog-img img {
	transform: scale(1.1);
}

.blog-slide:hover .blog-title {
	color: var(--theme-primary);
}

.blog-content {
	position: relative;
	z-index: 1;
	padding: 1.5rem;
}

.blog-slide:hover .blog-content::before {
	height: 12rem;
}

.blog-date {
	line-height: 1;
	gap: 0.3rem;
	background-color: var(--theme-primary);
	color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 1rem;
	font-family: var(--font-family-alt);
	position: absolute;
	left: 15px;
	top: 15px;
	text-align: center;
}

.blog-date .date {
	font-size: 1.3rem;
	font-weight: 600;
}

.blog-title {
	font-size: 1.5rem;
	margin: 0.5rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	min-height: 2lh;
	-webkit-box-orient: vertical;
	font-weight: 700;
	font-family: var(--font-family-alt);
	position: relative;
	color: var(--text-color);
}

.blog-desc-preview {
	font-family: var(--font-family-alt);
	font-size: 1rem;
	color: #616366;
}

.blog-category {
	color: var(--theme-primary);
}

.blog-link {
	position: relative;
	display: inline-block;
	padding-bottom: 0.2rem;
	color: var(--link-color);
}

/* .blog-link::after {
	content: "";
	position: absolute;
	bottom: 0.2rem;
	left: 0;
	width: 100%;
	height: 1px;
	transform-origin: left;
	transform: scaleX(0);
	transition: ease 0.25s;
	transition-property: transform;
	background-color: currentColor;
} */

.blog-link:hover::after {
	transform: scaleX(1);
}

@media (max-width: 390px) {
	.home-services-card {
		max-width: 320px !important;
	}
}

@media (max-width: 340px) {
	.home-services-card {
		max-width: 300px !important;
	}
}

@media (max-width: 768px) {
	.blog-swiper-container {
		--swiper-navigation-sides-offset: 0.5rem;
	}

	.home-services-bg img {
		opacity: 0.4;
	}

	.blog-bg-img img {
		opacity: 0.4;
	}

	.blog-content::before {
		left: -1rem;
		right: -1rem;
	}

	.blog-slide.swiper-slide-active .blog-content::before {
		height: 12rem;
	}
}

/* #endregion blogs */

/* #region contact */

.home-contact {
	position: relative;
}

.contact-img-bg img {
	position: absolute;
	z-index: 0;
	animation: contact-img 4s ease-in-out infinite alternate;
}

@keyframes contact-img {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(2rem);
	}
}

.contact-img-bg-1 {
	bottom: 3rem;
	left: 2rem;
}

.contact-img-bg-2 {
	top: 1rem;
	right: 2rem;
	transition-delay: 2s;
}

.home-contact::before {
	opacity: 0.05;
}

.home-contact .dark-bg {
	padding-block: var(--section-gap);
	border-radius: 2rem;
	z-index: 1;
}

.home-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
	align-items: center;
}

.home-contact-detials-col {
	width: 45%;
	color: hsl(0deg 0% 100% / 60%);
}

.home-contact-links {
	margin-top: 1rem;
}

.home-contact-links li {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	line-height: 1.4;
	margin-bottom: 0.7rem;
	color: #000;
}

.home-contact-links i {
	font-size: 1.3rem;
}

.home-contact-links a {
	color: #000;
}

.home-contact-links a:hover {
	text-decoration: underline;
}

.home-contact-map {
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #dadada;
}

.home-contact-map::before {
	padding-top: 35%;
}

.home-contact-form-col {
	flex: auto;
}

.contact-form-container {
	border-radius: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
}

.home-contact-form-field {
	position: relative;
}

.home-contact-form-input {
	padding-block: 1.4rem 0.5rem;
	padding-inline: 1rem;
	border-bottom: 1px solid #eaeaea;
	font-size: 1rem;
	transition: ease 0.25s;
	transition-property: color, border-color;
	background-color: #fff;
	color: #000;
	border-radius: 0.4rem;
	line-height: 1.4;
}

.home-contact-form-input::placeholder {
	color: transparent;
	opacity: 0;
}

.home-contact-form-label {
	position: absolute;
	top: 1.2rem;
	left: 1rem;
	font-size: 1rem;
	line-height: 1;
	transition: ease 0.25s;
	transform-origin: left;
	opacity: 0.8;
	font-weight: 500;
	color: #333;
}

.home-contact-form-input:focus,
.home-contact-form-input[required]:valid,
.home-contact-form-input:not([required]):not(:placeholder-shown) {
	border-color: var(--theme-secondary);
}

.home-contact-form-input:invalid:not(:placeholder-shown):not(:focus) {
	border-color: red;
}

.home-contact-form-input:focus~.home-contact-form-label,
.home-contact-form-input:not(:placeholder-shown)~.home-contact-form-label {
	transform: translateY(-0.8rem) scale(0.75);
	opacity: 1;
}

.home-contact-form-action .cta-btn {
	width: 100%;
}

@media (min-width: 768px) {
	.contact-form-container .form-field-wide {
		grid-column: span 2;
	}
}

@media (max-width: 768px) {
	.home-contact .dark-bg {
		padding-block: 1.5rem;
		border-radius: 1rem;
	}

	.home-contact-row {
		flex-direction: column;
		gap: 2rem;
	}

	.home-contact-detials-col {
		width: 100%;
	}

	.home-contact-form-col {
		width: 100%;
	}

	.contact-form-container {
		margin: 0;
	}
}

/* #endregion contact */

/* #region footer */
.footer {
	background-color: #e5e5e5;
}

.dark-mode .footer {
	background-color: #101010;
}

.page-footer {
	padding-block: 0.5rem;
	background-color: var(--theme-primary);
	color: #fff;
	font-weight: 400;
}

.footer>div {
	padding-top: 80px;
}

.footer-quick-links {
	color: var(--footer-link-color);
}

.footer-quick-links:hover {
	color: var(--footer-link-hover-color);
}

.page-footer-row {
	display: flex;
	align-items: flex-start;
	gap: 2rem 4rem;
}

.footer-col {
	flex: 1 1 100%;
	border: 1px solid #cccccc85;
	border-radius: 5px;
	padding: 10px 0 20px;
}

.footer-col a {
	display: inline-block;
	color: var(--footer-link-color);
}

.footer-col a:hover {
	color: var(--footer-link-hover-color);
}

.footer-logo {
	margin-bottom: 1rem;
}

.footer-logo img {
	width: 100%;
}

.footer-title {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	color: var(--text-color);
}

.footer-nav-list li {
	margin-bottom: 0.2rem;
}

.footer-contact-item {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	margin-bottom: 1rem;
	line-height: 1.4;
}

.header-quick-links {
	display: block;
}

.social-links a {
	display: grid;
	place-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5rem;
	color: #fff;
	background: #155f83;
}

.footer-social-links a:hover {
	background-color: #fff;
	color: #fff;
}

.footer-form {
	position: relative;
}

.footer-form input {
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #fff;
	margin-bottom: 0.5rem;
}

.footer-form button {
	display: inline-block;
	padding: 0.5rem 2rem;
	background-color: var(--theme-secondary);
	color: #fff;
}

.copy-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem 1rem;
}

.copy-footer img {
	display: inline-block;
	vertical-align: middle;
	/* width height ration 1.067 : 1*/
	width: 37.37px;
	height: 35px;
}

.career-option {
	padding: 1rem;
	border: 1px solid var(--theme-secondary);
	border-radius: 0.5rem;
	background-color: #fff;
	position: relative;
}

.dark-mode .career-option {
	background-color: unset;
}

@media (max-width: 768px) {
	.page-footer-row {
		flex-wrap: wrap;
	}

	.footer>div {
		padding-top: 0;
	}

	.page-footer {
		padding-block: 1rem;
		display: none;
	}

	.copy-footer {
		flex-direction: column;
	}

	.copy-footer .social-links {
		padding-block: 0.3rem;
	}

	.blog-title {
		text-align: start;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}

/* #endregion */

/* #region Career */
.careers-page-grid {
	display: grid;
	grid-template-columns: 15rem 1fr;
	align-items: start;
	gap: 1.5rem;
}

.career-categories-col {
	background-color: #fff;
	border-radius: 0.7rem;
	position: sticky;
	top: calc(var(--header-height) + 2rem);
	border: 1px solid #eaeaea;
	overflow: hidden;
}

.career-category-header {
	padding: 0.8rem;
	font-size: 1.2rem;
	font-weight: normal;
	background-color: #dadada;
}

.career-category-form {
	border-top: 1px solid #eaeaea;
}

.career-category-items {
	padding: 0.8rem;
	display: grid;
	gap: 1rem;
}

.career-category {
	display: grid;
	grid-template-columns: 1.5rem auto;
	gap: 0.5rem;
	position: relative;
	align-items: center;
}

.career-category-checkbox {
	opacity: 0;
	height: 1.5rem;
}

.career-category-label {
	line-height: 1.2;
	user-select: none;
	cursor: pointer;
}

.career-category-label::before,
.career-category-label::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 0.3rem;
}

.career-category-label::before {
	content: "";
	transition: ease 0.3s;
	border: 1px solid #c5c5c5;
}

.career-category-label::after {
	content: "\2713";
	text-align: center;
	font-weight: 600;
	color: transparent;
	display: grid;
	place-content: center;
	font-size: 1.2rem;
	font-family: monospace;
	pointer-events: none;
}

.career-category-checkbox:checked+.career-category-label::before {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
}

.career-category-checkbox:checked+.career-category-label::after {
	color: #fff;
}

.career-categories-actions {
	border-top: 1px solid #eaeaea;
	padding: 0.5rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.career-category-btn {
	padding: 0.4rem 1rem;
	border-radius: 0.3rem;
	transition: ease 0.3s;
	font-weight: 400;
}

.career-category-submit-btn {
	background-color: var(--theme-primary);
	color: #fff;
	border-color: var(--theme-primary);
}

.career-category-submit-btn:hover {
	background-color: var(--theme-primary);
}

.career-category-clear-btn {
	background-color: var(--theme-secondary);
	color: #fff;
	border-color: var(--theme-secondary);
}

.career-category-clear-btn:hover {
	background-color: var(--theme-secondary-dark);
	/* Question worth raising over this var */
}

.career-listings {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.career-option-title {
	font-size: 1.8rem;
	font-weight: 700;
	min-height: 68px;
	margin-bottom: 0.3rem;
	font-family: var(--font-family-quicksand);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 2lh;
}

.career-option-location {
	font-size: 0.9rem;
	font-weight: 500;
	font-style: italic;
	font-family: var(--font-family-quicksand);
	text-overflow: ellipsis;
	margin-bottom: 0.7rem;
}

.career-option-subtitle {
	font-size: 1.1rem;
	font-weight: 300;
	margin-top: 0.5rem;
}

.career-option-category {
	margin-top: 0.3rem;
	font-weight: 600;
	color: var(--theme-primary);
}

.career-option-desc {
	font-size: 1.0625rem;
	line-height: 1.4rem;
	font-weight: 500;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	overflow: hidden;
	min-height: 5lh;
}

.career-option-actions {
	margin-top: 1rem;
	/* position: absolute; */
	bottom: 10px;
}

.career-select-btn {
	--content-width: 6.5rem;
}

.career-modal .career-modal-body {
	width: 60rem;
	height: 40rem;
	display: flex;
	flex-direction: column;
	color: var(--text-color);
	background-color: var(--body-bg-color);
}

.career-modal-header {
	margin-bottom: 1rem;
}

.career-modal-container {
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	gap: 1.5rem;
	height: 100%;
	flex: 1 1 0%;
	height: 0;
}

.career-modal-info,
.career-modal-form {
	width: 100%;
}

.career-modal-info {
	padding-right: 1.5rem;
}

.career-modal-title {
	margin-bottom: 0.5rem;
	font-weight: 500;
}

.contact-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.8rem;
	margin-bottom: 0.8rem;
}

.contact-form-wide-col {
	grid-column: 1 / -1;
}

.contact-form-label {
	font-weight: 500;
	font-size: 0.9rem;
}

.contact-form-input {
	border: 1px solid #dadada;
	border-radius: 0.3rem;
	padding: 0.4rem 0.8rem;
}

#career-nav .swiper-button-prev {
	right: 75px;
	left: unset;
}

/* #endregion */
/* #region Events */
.event-box {
	border-radius: 0.5rem;
	overflow: hidden;
	display: flex;
	padding: 1rem;
}

.event-box figure {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	flex-basis: 40%;
	border-radius: 0.5rem;
	position: relative;
}

.event-box figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-box figure figcaption {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
}

.event-box figure figcaption .event-date {
	color: var(--theme-primary);
	font-size: 0.875rem;
	font-weight: 700;
}

.event-box figure figcaption .event-month {
	font-size: 0.875rem;
	font-weight: 500;
	font-family: var(--font-family-quicksand);
}

.dark-mode .event-box figure figcaption .event-month {
	color: var(--body-bg-color);
}

.dark-mode .event-box article h3 {
	color: var(--body-bg-color);
}

.dark-mode .event-box {
	color: var(--body-bg-color);
}

.event-box article {
	padding: 0 30px;
	flex-basis: 60%;
}

.event-box article h3 {
	font-size: 1.5rem;
	font-weight: 700;
	font-family: var(--font-family-quicksand);
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.8rem;
	min-height: 2lh;
	margin-bottom: 1rem;
}

.event-box article .event-description {
	color: #333;
	font-weight: 500;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
	min-height: 2lh;
	margin-bottom: 1rem;
}

.dark-mode .event-box article .event-description h1,
.dark-mode .event-box article .event-description h2,
.dark-mode .event-box article .event-description h3,
.dark-mode .event-box article .event-description h4,
.dark-mode .event-box article .event-description h5,
.dark-mode .event-box article .event-description h6 {
	color: var(--body-bg-color);
}

.home-events-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
	;
	gap: 2rem;
	margin: 50px 0;
	position: relative;
	z-index: 1;
	/* padding: 1rem; */
	border-radius: 0.5rem;
}

/* .home-events-grid::after {
	content: '';
	background-image: url('../images/events/stats-events-bg-shape.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 4%;
} */

/* #endregion */
/* #region Volunteer */
.home-testimonial-quote i {
	font-size: 4rem;
	color: var(--theme-primary);
}

.home-volunteer {
	position: relative;
	background-image: url("https://ld-wp73.template-help.com/wordpress/prod_30160/v4/wp-content/uploads/2020/11/Rectangle-99-3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 80vh;
}

.volunteer-title {
	color: #fff;
	font-size: 4rem;
	max-width: 800px;
	line-height: 64px;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: var(--font-family-alt);
}

.volunteer-sub-text {
	color: #fff;
	font-size: 1.5rem;
	max-width: 650px;
	margin-bottom: 30px;
}

.volunteer-btn {
	border-radius: 50px;
}

.numbers-header {
	margin-bottom: 45px;
}

.home-volunteer-title {
	padding: 0 2rem;
}

.home-about-mobile-view-image {
	display: none;
}

/* #endregion */
/* #region extra */
.about-title {
	max-width: 100%;
}

.home-contact-details-col {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px;
}

.contact-image {
	margin: 0;
	text-align: center;
}

.contact-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.footer-col {
	flex-basis: 30%;
}

.profile-address {
	font-size: 1rem;
	line-height: 30px;
	color: var(--footer-link-color);
	max-width: 80%;
}

.footer-contact-items {
	font-size: 16px;
	text-transform: lowercase;
	display: block;
	color: var(--footer-link-color);
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
}

.footer-contact-items:hover {
	color: var(--footer-link-hover-color);
}

.footer-col a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-title {
	padding: 0.5rem 0;
	font-weight: 700;
	font-size: 1.5rem;
	position: relative;
}

.footer-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 20px;
	height: 2px;
	background-color: var(--theme-primary);
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 25px;
	bottom: 5px;
	width: 50px;
	height: 2px;
	background-color: var(--theme-primary);
}

.footer-social-links {
	padding: 0.5rem 0;
}

.footer-logo {
	max-width: 220px;
}

.home-volunteer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0e0e0e40;
	z-index: 1;
}

.home-volunteer>.container {
	position: relative;
	z-index: 9;
	height: 100%;
}

.volunteer-content-box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-header {
	text-align: center;
	padding: 0 0 35px 0;
	font-size: 1.3rem;
	line-height: 1.5;
}

.footer-header span {
	font-weight: 600;
	font-size: 1.5rem;
}

.copy-footer .footer-col {
	border: none;
}

.right-copy-footer-col {
	text-align: end;
}

.copy-footer .footer-col {
	padding: 0;
}

.copy-footer .pvc-col .footer-pvc {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.copy-footer .footer-pvc .active {
	color: #e2e1e1;
}

.copy-footer .pvc-col .footer-pvc a {
	color: #fff;
}

.copy-footer .pvc-col .footer-pvc a:hover {
	font-weight: 500;
	color: var(--footer-link-hover-color);
}

.floating-whatsapp {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 70px;
	height: 70px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 18px 66px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	z-index: 999999999;
}

.floating-whatsapp .floating-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #58ed6d;
	font-size: 3rem;
	transition: 0.3s;
	width: 100%;
}

.floating-whatsapp:hover .floating-box {
	color: #58ed6d;
	background-color: #fff;
}

/* #region Home Help and Donate*/
.home-help-donate {
	position: relative;
	z-index: 1;
}

/* .home-help-donate::after {
	content: "";
	background-image: url("../images/helpdonate/donations-bg-img.jpg");
	background-size: cover;
	background-position: right center;
	border-radius: 1000px 0 0 1000px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
} */

.active-donars img {
	margin-left: -15px;
	border: 2px solid #fff;
}

.active-donars img:first-child {
	margin-left: 0;
}

.active-donars .numbers {
	width: clamp(40px, 2.63vw, 50px);
	aspect-ratio: 1 / 1;
	margin-left: calc(0% - clamp(12px, 0.79vw, 15px));
	font-size: clamp(0.6875rem, 0.74vw, 0.875rem);
	color: var(--btn-bg-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

.helpdonate-card {
	border: 2px solid var(--theme-secondary);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
}

.dark-mode .helpdonate-card {
	background-color: #333;
	color: var(--text-color);
}

.helpdonate-card figure {
	position: relative;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	border-radius: 0.5rem;
}

/* .helpdonate-card figure::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
} */

.helpdonate-card figure figcaption {
	position: absolute;
	left: 15px;
	top: 15px;
	width: auto;
	height: 25px;
	padding: 10px;
	border-radius: 5rem;
	background-color: var(--btn-bg-color);
	color: #fff;
	font-size: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.donate-tabs {
	border-bottom: 0px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 10px 0;
}

.donate-tabs .nav-link {
	border-radius: 10px;
	border: 1px solid #dadada;
	background-color: #fff;
	color: #333;
	margin-right: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
	width: max-content;
}

.donate-tabs .nav-link img {
	width: 15px;
	height: 15px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(10%) hue-rotate(209deg) brightness(93%) contrast(103%);
}

.donate-tabs .nav-link.active {
	background-color: var(--theme-primary);
	color: #fff;
}

.donate-tabs .nav-link.active img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(1%) hue-rotate(235deg) brightness(103%) contrast(102%);
}

.helpdonate-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.helpdonate-card article h3 {
	color: var(--text-color);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 30px;
	margin-top: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5rem;
	min-height: 2lh;
}

.helpdonate-card article h4 {
	font-size: 1.4rem;
	font-weight: 600;
	font-family: var(--font-family-outfit);
	margin-top: 10px;
	color: var(--theme-primary);

}

.helpdonate-card article p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--text-color);
}

.helpdonate-card .donate-now-btn {
	color: #fff;
	background-color: var(--theme-secondary);
	border-radius: 20px 20px 0 0;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 25px;
	transform: translateY(1.5rem);
	transition: 0.3s;
	margin: auto;
}

.helpdonate-card>div {
	text-align: center;
}

.helpdonate-card .donate-now-btn i {
	margin-left: 10px;
	transform: rotateZ(-45deg);
	font-size: 1.4rem;
}


#helpdonate-swiper-nav .swiper-button-prev {
	right: 75px;
	left: unset;
}

.helpdonate-card:hover {
	border-color: var(--theme-primary);
	border-radius: 0.5rem;
}

.helpdonate-card:hover .donate-now-btn {
	background-color: var(--theme-primary);
}

/* #endregion */
.double-arrow-circle {
	background: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 10px;
	overflow: hidden;
	color: var(--theme-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: 0.3s;
}

/* #region Home Donate Now */
.donate-now-card {
	background-color: var(--theme-primary);
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	border-radius: 15px;
}

.donate-now-card::after {
	content: "";
	background-image: url(../images/donate_now/donate-form-wrapper-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	mix-blend-mode: multiply;
	inset: 0;
}

.donate-now-card .section-header {
	width: 40%;
}

.donate-now-card .section-header .section-subtitle,
.donate-now-card .section-header .section-title {
	color: #fff;
}

.donate-now-card .credit-card {
	flex-basis: 50%;
	background-image: url("../images/donate_now/donate-form-bg.jpg");
	padding: 60px;
	border-radius: 0 20px 20px 0;
	position: relative;
	z-index: 1;
}

.donate-now-card .credit-card::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.donate-now-card .credit-card .title {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.875rem;
}

.credit-card .btn-group label {
	background-color: #fff;
	margin-right: 20px;
}

.credit-card .btn-group label:hover {
	background-color: #fff;
}

.credit-card .btn-group input:checked+label {
	background-color: var(--theme-primary);
	color: #fff;
	border-color: var(--theme-primary);
}

.credit-card .donate-now-group {
	margin-top: 25px;
}

.credit-card .donate-now-group input {
	max-width: 250px;
	border-radius: 5rem;
}

.credit-card .donate-now-group input:focus {
	outline: none;
	box-shadow: none;
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
	color: #fff;
}

.credit-card .donate-now-group input::placeholder {
	font-size: 1rem;
}

.credit-card .donate-now-group input:focus::placeholder {
	color: #fff;
	opacity: 1;
}

.btn-2 {
	color: #fff;
	background-color: var(--theme-primary);
	border-radius: 5rem;
	margin-left: 10px;
	transition: 0.3s;
}

.btn-2:hover {
	background-color: #fff;
	color: var(--theme-primary);
	border-color: var(--theme-primary);
}

.btn-2:hover .double-arrow-circle {
	background-color: var(--theme-primary);
	color: #fff;
	border-color: var(--theme-primary);
}

/* #endregion */
/* #region Home Team */
.team-item {
	border-radius: 20px;
	overflow: hidden;
}

.team-content {
	text-align: center;
	background-color: #f4f4f4;
	padding: 15px 0;
}

.team-item figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	background-color: rgba(179, 179, 179, 0.3);
}

.team-item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-content {
	font-size: 1.5rem;
	font-weight: 500;
	color: #212529;
}

.team-content .team-title {
	font-size: 1rem;
	color: #333;
}

/* #endregion */
/* #region inspiring-stories-card */
#inspiring-stories-swiper-nav .swiper-button-prev {
	right: 75px;
	left: unset;
}

.inspiring-stories-card {
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.inspiring-stories-card figure {
	flex-basis: 35%;
	aspect-ratio: 1.3 / 1;
	overflow: hidden;
	border-radius: 0.5rem;
}

.inspiring-stories-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inspiring-stories-card article {
	flex-basis: 65%;
}

.inspiring_story_category {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--theme-primary);
}

.inspiring-stories-card article h3 {
	font-size: 2rem;
	font-weight: 500;
	color: var(--text-color);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	min-height: 2lh;
	overflow: hidden;
	margin-bottom: 1.5rem;
	font-family: var(--font-family-Prompt);
}

.inspiring-stories-card article .inspiring_stories_description {
	font-size: 1.3rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	overflow: hidden;
	min-height: 4lh;
	margin-bottom: 1.5rem;
	color: var(--text-color);
}

/* #endregion */
/* #region Gallery Images Swiper */
.gallery-images-swiper .swiper-slide figure {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0;
	position: relative;
}

.gallery-images-swiper .swiper-slide figure::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	transform: translateX(-100%);
}

.gallery-images-swiper .swiper-slide figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 3s;
}

.gallery-images-swiper .swiper-slide figure:hover img {
	transform: scale(1.1);
}

/* #endregion */

/* #region Address Bar */
.contact-bar {
	background-color: var(--theme-primary);
	padding: 35px 50px;
	transform: translateY(50%);
}

.contact-bar .csd {
	font-weight: 700;
}

.outer-ring {
	border: 1px solid #ffffff2c;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

.outer-ring .double-arrow-circle {
	margin-right: 0;
}

.contact-bar h3,
.contact-bar span {
	color: #fff;
}

.contact-bar span {
	font-size: 0.9rem;
}

.contact-bar h3 {
	font-size: 1.3rem;
	font-weight: 500;
}

/* #endregion */
/* #region Team */

.team-cats {
	gap: 10px;
	flex-direction: column;
	max-width: 100%;
	overflow-x: auto;
}

.team-cats .nav-link {
	background-color: #dadada;
	color: var(--text-color);
	white-space: nowrap;
}

.dark-mode .team-cats .nav-link {
	background-color: #333;
}

.team-cats .nav-link.active {
	background-color: var(--theme-primary);
}

/* #endregion */

/* #region Partner */
.partner-box .card-header {
	background-color: var(--theme-primary);
	color: var(--body-bg-color);
}

.partner-box .card-header .part-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	font-size: 1.7rem;
	line-height: 2rem;
	min-height: 2lh;
	margin: 10px;
	overflow: hidden;
	color: var(--body-bg-color);
}

.dark-mode .partner-box .card-header .part-name {
	color: var(--text-color);
}

.partner-box .card-body .address {
	min-height: 2lh;
}

.partner-box .card .card-footer h5 {
	color: var(--text-color);
}

.dark-mode .partner-box .card .card-footer h5 {
	color: var(--body-bg-color);
}

.payment_qr_codes {
	display: grid;
	grid-template-columns: auto-fill, 1fr;
	gap: clamp(28px, 2rem, 34px);
}

.payment_qr_codes .upi-box {
	display: flex;
	gap: 10px;
}

.accordion-button:focus {
	box-shadow: none;
}

.payment_qr_codes figure {
	width: 60px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.payment_qr_codes figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.qr-details .title {
	font-weight: 700;
	font-size: 1rem;
}

.qr-details .number {
	font-weight: 500;
}

/* #endregion */

.vis_mis_img {
	overflow: hidden;
	cursor: pointer;
}

.vis_mis_img img {
	transition: 0.3s;
	transform: scale(1);
}

.vis_mis_img:hover img {
	transform: scale(1.3);
}

@media only screen and (max-width: 1200px) {
	.home-banner-title {
		font-size: 4rem;
		line-height: 64px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.home-services-content .home-services-body {
		padding: 1rem;
	}

	.team-cats {
		flex-direction: row;
		flex-wrap: nowrap;
		padding: 0 0 15px;
	}

	.section-desc {
		margin-top: 0;
	}

	.inspiring-stories-card article h3 {
		font-size: 1.3rem;
	}

	.home-services-body>div {
		flex-direction: column;
	}

	.home-services-body>div>div {
		width: 100% !important;
	}

	.service-header {
		max-width: 100%;
	}

	.numbers-header {
		text-align: start;
	}

	.home-events-grid {
		grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
		margin-top: 0;
	}

	.blogs-section>div {
		margin: 0;
	}

	.contact-bar {
		flex-direction: column;
		align-items: flex-start !important;
		transform: translateY(0);
		margin: 2rem 0;
		padding: 2rem 1.5rem;
		gap: 10px;
	}

	.blogs-section>div>div {
		margin: 0;
	}

	#blog-nav {
		display: none;
	}

	.donate-now-card {
		flex-direction: column-reverse;
		gap: 1rem;
	}

	.donate-now-card .section-header {
		width: 90%;
		margin: auto;
	}

	.event-box {
		flex-direction: column;
	}

	.event-box article {
		padding: 20px 0 10px;
	}

	.donate-now-card .credit-card {
		width: 90%;
		margin: auto;
		border-radius: 20px;
		padding: 60px 30px;
	}

	.main-header {
		position: sticky;
		left: unset;
	}

	.volunteer-title {
		font-size: 3rem;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.home-about-mobile-view-image {
		display: flex;
		max-width: 100%;
		gap: 15px;
	}

	.home-about-mobile-view-image figure {
		width: 100%;
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}

	.home-about-mobile-view-image figure img {
		/* border: 10px solid var(--theme-secondary); */
		border-radius: 10px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.header-nav {
		height: 100vh;
	}

	.header-donate-item {
		display: none;
	}

	.nav-active>a::before,
	.header-nav-list>li:hover>a::before {
		bottom: 0;
	}

	.footer-row {
		justify-content: center;
		text-align: center;
	}

	.footer-col {
		flex-basis: 100%;
	}

	.main-header {
		background: white;
	}

	.social-links a {
		color: #fff !important;
	}

	.home-banner-slide::before {
		padding: 0;
	}

	.home-banner-bg {
		position: static !important;
	}

	.home-banner-wrapper {
		position: static;
		background-color: var(--theme-primary);
	}

	.home-banner-content {
		text-align: center;
		padding: 20px 0;
		background-color: unset;
	}

	.home-banner-title {
		font-size: 1.5rem;
		line-height: 30px;
		text-align: center;
		color: var(--body-bg-color);
		text-shadow: none;
	}

	.profile-address {
		line-height: 24px;
	}

	.about-title,
	.home-about-desc,
	.profile-address,
	.home-testimonial-content {
		max-width: 100%;
	}

	.home-testimonial-content {
		padding: 0;
	}

	.home-whyus-title {
		font-size: 3rem;
		font-weight: 500;
		text-align: center;
	}

	.home-whyus-grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

	.home-volunteer {
		height: 70vh;
	}

	.footer-col a {
		justify-content: center;
	}

	.footer-logo {
		max-width: 200px;
	}

	.header-menu-open-icon {
		color: #000;
	}

	.home-contact-row {
		flex-direction: column-reverse;
	}

	.header-nav {
		justify-content: flex-start;
	}

	.home-about-tab-view-image {
		display: none;
	}

	.home-banner-content {
		align-items: center;
		height: 150px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
	.mobile-links {
		display: block;
		width: 100%;
	}

	.home-banner-content {
		height: 200px;
	}

	.mobile-links .toggle-container {
		white-space: nowrap;
	}

	.mobile-links .toggle-container .toggle-button {
		font-size: 0.55rem;
	}

	.font-size-controls button {
		font-size: 1.3rem;
	}

	.mobile-theme-tog {
		display: flex;
	}

	.mobile-font-size-btns button {
		background-color: var(--theme-primary);
		color: var(--body-bg-color);
		border-radius: 50%;
		aspect-ratio: 1 / 1;
		width: 2.5rem;
		height: 2.5rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		margin: 0 0.2rem 0.2rem 0;
	}

	.blog-title {
		line-height: 1.5rem;
	}


	.havesubmenu ul {
		left: 0;
		top: 100%;
		border-radius: 0;
		background-color: #dadada;
	}

	.home-about-mobile-view-image {
		flex-direction: column;
	}

	.home-about .section-title {
		font-size: 2rem;
		line-height: 2.3rem;
		margin-bottom: 10px;
		margin-left: 0;
	}

	.home-about-tab-view-image .image-1 {
		left: 0;
	}

	.helpdonate-card article {
		padding: 16px;
	}

	.home-help-donate::after {
		content: unset;
	}

	.inspiring-stories-card {
		flex-direction: column;
		gap: 16px;
	}

	.dark-mode .inspiring-stories-card {
		border-color: var(--text-color);
	}

	.home-services-title a {
		min-height: unset;
	}

	.volunteer-content-box {
		left: unset;
	}

	.career-modal-body {
		overflow-y: scroll;
	}

	.career-modal-container {
		flex-direction: column;
	}

	.career-modal-info,
	.career-modal-form {
		width: 100%;
	}

	.career-modal-form {
		padding: 30px 0;
	}

	.home-banner-swiper .swiper-wrapper {
		background-color: var(--theme-primary);
	}

	.home-banner-slide img {
		height: 30vh;
	}

	.header-nav {
		padding-left: 15px;
	}

	.floating-whatsapp {
		width: 55px;
		height: 55px;
	}

	.floating-whatsapp .floating-box {
		font-size: 2.6rem;
	}

	.inspiring-stories-card article .inspiring_stories_description {
		line-height: 1.3rem;
		font-size: 1rem;
	}

	.blogs-swiper .swiper-wrapper {
		padding: 0;
	}

	#helpdonate-swiper-nav,
	#inspiring-stories-swiper-nav,
	.home-services-swiper-nav,
	#banner-nav,
	#career-nav {
		display: none !important;
	}
}

.animate-number {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.animate-number.visible {
	opacity: 1;
	transform: translateY(0);
}

.letter-scaling {
	cursor: pointer;
}

.letter-scaling span {
	display: inline-block;
	transition: transform 0.2s ease;
}

/* #endregion */
/* #region Long Nav Region */
@media only screen and (min-width:1200px) and (max-width: 1300px) {
	:root {
		--logo-width: 256px;
		--top-header-height: 104px;
		--header-spacing: 40px;
	}

	.header-logo {
		padding: 8px 40px;
	}

	.social-links a {
		width: 40px;
		height: 40px;
	}

	.header-nav-list {
		gap: 16px;
	}

	.header-nav-dropdown>a::after {
		font-size: 11.2px;
	}

	.header-nav-list {
		font-size: 12.8px;
	}

	.header-nav-list>li>a {
		font-size: clamp(12px, 1em, 14px)
	}

	.header-nav-dropdown>a {
		padding-right: 16px;
	}

	.add-full-form .slogan-small-text {
		font-size: 13.6px;
	}

	.add-full-form span:first-child a {
		font-size: 24px;
	}

	.header-donate-item {
		padding: 5px 10px;
		font-size: 12px;
	}

	.header-nav-contact {
		padding: 0 8px;
	}

	.toggle-button,
	.font-size-dropdown>.dropdown>button {
		font-size: 8.8px;
	}

	.header-nav,
	.header-logo {
		padding-left: 8px;
	}

	.top-header-row {
		gap: 0 16px;
	}
}

@media only screen and (min-width:1300px) and (max-width: 1400px) {
	.header-nav-list {
		gap: 16px;
		font-size: 12.8px;
	}

	.header-nav-dropdown>a::after {
		font-size: 12.8px;
	}

	.header-nav-list>li>a {
		font-size: clamp(14px, 0.85em, 16px)
	}

	.add-full-form .slogan-small-text {
		font-size: 16.6px;
	}

	.add-full-form span:first-child a {
		font-size: 20.8px;
	}

	.header-donate-item {
		padding: 5px 10px;
		font-size: 11.2px;
	}

	.header-nav-contact {
		padding: 0 8px;
	}

	.toggle-button,
	.font-size-dropdown>.dropdown>button {
		font-size: 8.8px;
	}

	.header-nav,
	.header-logo {
		padding-left: 8px;
	}

	.top-header-row {
		gap: 0 17.6px;
	}
}

@media only screen and (min-width:1400px) and (max-width: 1500px) {
	.header-nav-list {
		gap: 16px;
		font-size: 14.8px;
	}

	.header-nav-dropdown>a::after {
		font-size: 14.4px;
	}

	.header-nav-list>li>a {
		font-size: clamp(14px, 0.95em, 16px)
	}

	.add-full-form .slogan-small-text {
		font-size: 11.6px;
	}

	.add-full-form span:first-child a {
		font-size: 17.6px;
	}

	.header-donate-item {
		padding: 5px 10px;
		font-size: 11.2px;
	}

	.top-header-row {
		gap: 0 19.2px;
	}
}

@media only screen and (min-width:1500px) and (max-width: 1600px) {
	.header-nav-list {
		gap: 17.6px;
		font-size: 16px;
	}

	.header-nav-dropdown>a::after {
		font-size: 16px;
	}

	.header-nav-list>li>a {
		font-size: clamp(16px, 1em, 18px)
	}

	.add-full-form .slogan-small-text {
		font-size: 12px;
	}

	.add-full-form span:first-child a {
		font-size: 19.2px;
	}

	.header-donate-item {
		padding: 5px 12px;
		font-size: 12.8px;
	}

	.top-header-row {
		gap: 0 20.4px;
	}
}

@media only screen and (min-width:1600px) and (max-width: 1700px) {
	.header-nav-list {
		gap: 24px;
		font-size: 18px;
	}

	.header-nav-dropdown>a::after {
		font-size: 17.6px;
	}

	.header-nav-list>li>a {
		font-size: clamp(16px, 0.85em, 18px)
	}

	.add-full-form .slogan-small-text {
		font-size: 13.2px;
	}

	.add-full-form span:first-child a {
		font-size: 20.8px;
	}

	.header-donate-item {
		padding: 5px 15px;
		font-size: 14.4px;
	}

	.top-header-row {
		gap: 0 22.4px;
	}
}

@media only screen and (min-width:1700px) and (max-width: 1800px) {
	.header-nav-list {
		gap: 20.8px;
	}

	.header-nav-list>li>a {
		font-size: clamp(16px, 0.85em, 18px)
	}

	.add-full-form span:first-child a {
		font-size: 22.8px;
	}

	.header-donate-item {
		padding: 5px 20px;
		font-size: 16px;
	}

	.top-header-row {
		gap: 0 24px;
	}
}

/* #endregion */