/* #region setup */

:root {
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--gradient-primary: linear-gradient(135deg, #022C92, #022C92);
	--text-color: #000;
	--dark-color: #5f6063;
	--theme-primary: #022C92;
	--theme-primary-dark: #022C92;
	--theme-primary-light: #9955c1;
	--theme-primary-bg-light: #e5b9ff;
	--theme-primary-bg-lighter: #e6f5fb;
	--theme-primary-fade: hsl(278deg 57% 39% / 30%);
	--theme-primary-alt: #fff;
	--theme-secondary: #022C92;
	--theme-secondary-alt: #fff;
	--logo-primary-color: #001070;
	--logo-secondary-color: #022C92;
	--container-width: 1200px;
	--container-sm-width: 990px;

	/* Hero section variables */
	--primary: #022C92;
	--secondary: #A2A2A2;
	--background: #FFFFFF;
	--foreground: #1a1a1a;
	--muted: #f8f9fa;
	--muted-foreground: #6c757d;
	--border: #e9ecef;
	--accent: #022C92;
	--card: #ffffff;

	/* Gradients */
	--gradient-hero: linear-gradient(135deg, rgba(0, 74, 173, 0.1), rgba(0, 86, 214, 0.05));

	/* Shadows */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

	/* Transitions */
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--container-sup-sm-width: 1065px;
	--container-lg-width: 1620px;
	--column-gutter: 15px;
	--background-shade: #f8f9fa;
	/* https://angel-rs.github.io/css-color-filter-generator/ */
	--primary-filter: brightness(0) saturate(100%) invert(14%) sepia(81%) saturate(2257%) hue-rotate(240deg) brightness(101%) contrast(100%);
	/* --secondary-filter: brightness(0) saturate(100%) invert(26%) sepia(51%) saturate(5261%) hue-rotate(330deg) brightness(76%) contrast(111%); */
	--white-filter: brightness(0) saturate(100%) invert(100%);
	--black-filter: brightness(0) saturate(100%) invert(0%);
	--header-height: 7rem;
	/*75px;*/
	--top-header-height: 3.5rem;
	--header-height-min: 60px;
	--logo-width: 10rem;
	/*110px;*/
	--header-spacing: 2rem;
	--section-gap: 4rem;
	--swiper-theme-color: var(--theme-primary);
	--nav-hover-color: var(--theme-primary);
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

p,
figure {
	margin: 0;
	padding: 0;
}

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

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

body {
	color: var(--text-color);
	font-family: var(--font-family);
	/* overflow-x: hidden; */
	line-height: 1.8;
	font-weight: 400;
	/* padding-top: var(--header-height); */
	/* background-color: var(--theme-primary-bg-lighter); */
	background: repeating-linear-gradient(45deg, rgb(229, 244, 255) calc(30rem), rgba(0, 0, 0, 0) calc(60rem), rgb(226, 255, 253) calc(90rem), rgba(0, 0, 0, 0) calc(120rem), rgb(229, 244, 255) calc(150rem)), repeating-linear-gradient(135deg, rgb(229, 244, 255) calc(30rem), rgba(0, 0, 0, 0) calc(60rem), rgb(226, 255, 253) calc(90rem), rgba(0, 0, 0, 0) calc(120rem), rgb(229, 244, 255) calc(150rem));
	background: #fbfaf9;
}

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

ul,
ol {
	margin-bottom: 0;
	padding-left: 0;
}

figure {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

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

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

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);
	/* color: var(--theme-primary-alt); */
}

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

	html {
		font-size: 14px;
	}
}

.steedLink {
	font-style: italic !important;
	color: var(--muted-foreground) !important;
	text-decoration: underline !important;
}

.steedLink:hover {
	color: #838e97 !important;
}

.marquee-section {
	margin-bottom: var(--section-gap);
}

.marquee-text {
	position: relative;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	/* text-align: center; */
	color: #333;
	padding-left: 2.5rem;
}

.marquee-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.marquee-content {
	display: inline-flex;
	transition: transform linear;
}

.marquee-text {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1.5rem;
	white-space: nowrap;
}

.marquee-text::after {
	content: '\f005';
	position: absolute;
	width: 2rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	font: var(--icon-font);
	background-repeat: no-repeat;
}

/* #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-sup-sm {
	width: var(--container-sup-sm-width);
}

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

.light-bg {
	position: relative;
	background-color: var(--theme-primary-bg-lighter);
}

#contact {
	position: relative;
}

@media only screen and (min-width:320px) and (max-width:768px) {
	#contact::after {
		background-size: 50px 50px;
		background-position: right 20px top 10px;
	}
}

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

.dark-bg {
	position: relative;
	background-color: #f8f8f8;
	color: #000;
}

.bg-img {
	position: relative;
}

.bg-img::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: 100% auto;
	background-image: var(--bg-img);
	/* opacity: 0.1; */
}

.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;
	background-image: var(--bg-img);
	/* opacity: 0.1; */
}

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

.section-subtitle {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #000;
	font-weight: 400;
	margin-bottom: 0.5rem;
	border: 1px solid #000;
	border-radius: 5rem;
	padding: 0.125rem 1rem;
	display: inline-block;
}

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

.section-subtitle::before,
.center-header .section-subtitle::after {
	/* content: ""; */
}

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

.section-desc {
	margin-top: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #6c757d;
}

.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%);
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
	color: var(--theme-primary);
	border: 1px solid #dadada;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	transition: 0.3s ease-in-out;
}

.banner-nav-btns .swiper-button-prev,
.banner-nav-btns .swiper-button-next {
	background-color: #fff;
	box-shadow: 0 0 10px 0.1px rgba(0, 0, 0, 0.02);
	border: 1px solid #dadada;
	border-radius: 50%;
	padding: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	color: var(--theme-primary);
}

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

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 0.8rem;
	font-weight: 9000;
}

.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: 2px 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-dark);
	color: var(--theme-secondary);
	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::before {
	background-image: var(--header-banner-img-1);
	background-position: left bottom;
	left: 0;
}

.header-banner::after {
	background-image: var(--header-banner-img-2);
	background-position: top right;
	right: 0;
} */

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

.header-banner .section-header .section-title {
	color: #ffffff;
}

.section-header-crumbs {
	/* margin-top: 1rem; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.8;
	color: #ffffff;
}

.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;
}

.crumb-active {
	/* color: var(--theme-primary); */
}

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

.cta-btn {
	background: var(--gradient-primary);
	color: white;
	box-shadow: var(--shadow-md);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 2rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	border: none;
	border-radius: 5rem;
	cursor: pointer;
	transition: var(--transition);
	white-space: nowrap;
}

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

.cta-btn-alt {
	background-color: var(--theme-secondary);
	color: var(--theme-secondary-alt);
	border-color: var(--theme-secondary);
}

.cta-btn-alt:hover {
	background-color: var(--theme-secondary-alt);
	color: var(--theme-secondary);
}

.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::after i {
	width: 20px;
	text-align: center;
} */

.application-link-content {
	overflow: hidden;
	/* height: 100%; */
	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: var(--theme-primary-alt);
	border-radius: 0.5rem;
	font-weight: 500;
}

.page-pagination .page-numbers:hover {
	background-color: var(--theme-primary-alt);
	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);
}

.color-2 {
	color: var(--theme-secondary)
}

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

.section-header {
	margin-bottom: 1.5rem;
	position: relative;
	width: 100%;
}

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

.section-title-sm {
	/* text-transform: uppercase; */
	/* letter-spacing: 3px; */
	font-weight: 300;
	/* color: var(--theme-primary); */
	margin-top: 1em;
	font-size: 1.3rem;
	line-height: 1.3;
}

.section-title {
	font-family: var(--font-family-alt);
	font-weight: 700;
	font-style: normal;
	font-size: 3rem;
	line-height: 3.5rem;
	/* padding-bottom: 2rem; */
	position: relative;
	color: var(--theme-primary);
}

.section-title span {
	color: var(--theme-primary);
}

.good-tabs {
	border-bottom: 0px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding: 10px 0;
	gap: 1rem;
	position: sticky;
	top: var(--header-height);
	max-height: calc(100vh - var(--header-height) - 2rem);
	overflow: auto;
}

.good-tabs .nav-link {
	border-radius: 10px;
	border: 1px solid #dadada;
	background-color: #fff;
	color: #333;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
}

.good-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%);
}

.good-tabs .nav-link.active {
	/* background-color: var(--theme-primary); */
	color: #fff;
	border-color: var(--theme-primary);
}

.portfolio-tabs .nav-link:hover {
	border-color: var(--theme-primary);
}

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

.portfolio-tabs {
	border-bottom: 1px solid #dadada;
	padding-bottom: 1.5rem;
	height: auto;
}

.portfolio-image {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
}

.portfolio-image img,
.portfolio-image iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-image figcaption {
	background-color: #001170a9;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 0.5rem 1rem;
}

.portfolio-tabs .nav-item {
	display: grid;
}

.portfolio-tabs .nav-link {
	width: 125px;
	aspect-ratio: 1.75 / 1;
	overflow: hidden;
	padding: 0;
}

.portfolio-tabs .nav-link.active img,
.portfolio-tabs .nav-link img {
	filter: unset;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.portfolio-figure {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}

.portfolio-figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #001170a9;
	color: #fff;
	text-align: center;
}

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

.dark-bg .section-title {
	color: var(--theme-primary);
	font-family: var(--font-family-alt);
	font-weight: 300;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 3rem;
}

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

.center-header {
	text-align: center;
	max-width: 786px;
	margin: 0 auto 4rem;
}

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

[data-bg-shadow] {
	position: relative;
	/* overflow: hidden; */
}

[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;
		line-height: 1.5rem;
	}

	.section-title {
		font-size: 1.875rem;
		line-height: 2.175rem;
	}

	.section-desc {
		font-size: 1.125rem;
		line-height: 1.45rem;
		margin-top: 0;
	}

	.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;
	}
}

/* #endregion layout */

/* #region hero */

/* Hero Section */
.hero {
	position: relative;
	min-height: calc(100dvh - var(--header-height));
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-background video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.hero-background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	/* background: linear-gradient(135deg, rgba(0, 74, 173, 0.1), rgba(0, 86, 214, 0.05)); */
	background: #0000009e;
	z-index: 1;
}

.hero-content-container {
	position: relative;
	height: 100%;
	min-height: calc(100dvh - var(--header-height));
}

.hero-content {
	position: absolute;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	padding: 2rem 1rem;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero-badge {
	display: block;
	margin-bottom: 2rem;
	animation: fadeInUp 0.8s ease-out;
}

.hero-badge span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 74, 173, 0.2);
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--foreground);
}

.hero-title {
	font-size: clamp(2.5rem, 6.5vw, 4.5rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	color: #fff;
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-title span {
	color: #09BEFF;
}

.hero-title-typed {
	display: inline;
}

.gradient-text {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hero-subtitle {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #f6f6f6;
	margin-bottom: 3rem;
	max-width: 896px;
	margin-left: auto;
	margin-right: auto;
	animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	animation: fadeInUp 0.8s ease-out 0.6s both;
}

.floating-elements {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

/* #endregion hero */

/* #region webdevelopment */

/* Web Development Section */
.webdev-tabs {
	max-width: 6xl;
	margin: 0 auto;
}

.webdev-tabs .tab-buttons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid var(--border);
	border-radius: 0.5rem;
	margin-bottom: 2rem;
}

.webdev-tabs .tab-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem;
	background: none;
	border: none;
	font-weight: 500;
	color: var(--muted-foreground);
	cursor: pointer;
	transition: var(--transition);
}

.webdev-tabs .tab-btn.active {
	background: var(--primary);
	color: white;
}

.webdev-tabs .tab-content {
	display: none;
}

.webdev-tabs .tab-content.active {
	display: block;
}

.webdev-tabs .tab-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: start;
}

.webdev-tabs .tab-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.webdev-tabs .tab-icon {
	width: 4rem;
	height: 4rem;
	background: rgba(0, 74, 173, 0.1);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.webdev-tabs .tab-icon i {
	font-size: 2rem;
	color: var(--primary);
}

.webdev-tabs .tab-header h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--foreground);
}

.webdev-tabs .features-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid var(--border);
	border-radius: 1rem;
	padding: 1.5rem;
}

.webdev-tabs .features-card h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.webdev-tabs .features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
}

.webdev-tabs .feature {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: var(--muted-foreground);
}

.webdev-tabs .feature::before {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	background: var(--accent);
	border-radius: 50%;
	margin-right: 0.75rem;
	flex-shrink: 0;
}

.webdev-tabs .benefits-card {
	background: linear-gradient(135deg, rgba(0, 74, 173, 0.05), rgba(0, 86, 214, 0.05));
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 74, 173, 0.2);
	border-radius: 1rem;
	padding: 1.5rem;
}

.webdev-tabs .benefits-card h4 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--foreground);
	margin-bottom: 0.5rem;
}

.webdev-tabs .benefits-card h4 i {
	color: var(--primary);
}

.webdev-tabs .benefits-card p {
	color: var(--muted-foreground);
	margin-bottom: 1rem;
}

.webdev-tabs .benefits-list {
	margin-bottom: 1.5rem;
}

.webdev-tabs .benefit {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem;
	margin-bottom: 1rem;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0.5rem;
	font-weight: 500;
	color: var(--foreground);
}

.webdev-tabs .benefit-number {
	width: 2rem;
	height: 2rem;
	background: rgba(0, 74, 173, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--primary);
	flex-shrink: 0;
}

.tech-stack-header {
	margin-top: 4rem;
	margin-bottom: 2rem;
}

.tech-stack {
	text-align: center;
}

.tech-stack h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--foreground);
}

.tech-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.tech-item {
	padding: 0.5rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(0, 74, 173, 0.2);
	border-radius: 9999px;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--foreground);
	transition: var(--transition);
}

.tech-item:hover {
	border-color: rgba(0, 74, 173, 0.4);
}

@media (max-width: 768px) {
	.webdev-tabs .tab-buttons {
		grid-template-columns: 1fr;
	}

	.webdev-tabs .tab-grid {
		grid-template-columns: 1fr;
	}
}

/* #endregion webdevelopment */

.floating-element {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	animation: float 6s ease-in-out infinite;
}

.floating-1 {
	top: 5rem;
	left: 2.5rem;
	width: 5rem;
	height: 5rem;
	background: rgba(0, 74, 173, 0.2);
}

.floating-2 {
	bottom: 5rem;
	right: 2.5rem;
	width: 8rem;
	height: 8rem;
	background: rgba(0, 86, 214, 0.2);
	animation-delay: 1s;
}

.floating-3 {
	top: 50%;
	left: 25%;
	width: 4rem;
	height: 4rem;
	background: rgba(162, 162, 162, 0.2);
	animation-delay: 2s;
}

@keyframes float {

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

	50% {
		transform: translateY(-20px);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Button Styles */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}

.btn-primary {
	background: linear-gradient(135deg, var(--primary), var(--accent));
	color: white;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.btn-lg {
	padding: 1rem 2rem;
	font-size: 1rem;
}

/* Responsive Design for Hero */
@media (max-width: 768px) {
	.hero-content {
		padding: 1rem;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: center;
	}

	.floating-element {
		display: none;
	}
}

/* Additional button and animation styles */
.btn.loading {
	pointer-events: none;
	opacity: 0.7;
}

.floating-element {
	transition: transform 0.3s ease;
}

/* Swiper overrides for hero */
.hero .swiper-slide {
	height: calc(100dvh - var(--header-height));
	min-height: calc(100dvh - var(--header-height));
}

/* #endregion hero */

/* #region header */

.top-header {
	background-color: var(--theme-primary);
	/* color: var(--theme-secondary-alt); */
	/* background-color: #f8f8f8; */
	border-bottom: 1px solid #dadada;
}

.top-header-row {
	display: flex;
	height: var(--top-header-height);
	padding-left: 0;
	padding-right: 0;
	padding-block: 0.75rem;
	align-items: center;
	justify-content: space-between;
	gap: 0 2rem;
	font-size: 1rem;
	color: #fff;
}

.header-social-links {
	margin-left: auto;
}

.social-links {
	display: flex;
	gap: 0.5rem;
	/*padding-block: 0.6rem;*/
}

.main-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	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: 2rem;
	position: relative;
}

.header-logo {
	width: var(--logo-width);
	height: calc(var(--header-height));
	padding: 0.5rem 0;
	align-self: flex-end;
	transition: ease 0.3s;
}

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

.header-nav {
	position: relative;
	/*margin-inline: auto;*/
	height: 100%;
	display: flex;
	gap: 0 2rem;
	align-items: center;
	justify-content: center;
	flex: auto;
}

.header-nav-list {
	display: flex;
	align-items: center;
	position: relative;
	/* text-transform: uppercase; */
	font-weight: 500;
	gap: 4rem;
	height: 100%;
	font-size: 1rem;
	color: var(--theme-primary-dark);
}

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

.header-nav-list>li>a {
	display: grid;
	height: 100%;
	place-content: center;
	color: #000;
	font-family: var(--font-family-alt);
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	position: relative;
}


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

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

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

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

.header-nav-dropdown>a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--theme-primary);
	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;
	/* padding-block: 1rem; */
	box-shadow: 0 2rem 2.5rem rgba(137, 139, 142, 0.15);
	transform: scaleY(0);
	transform-origin: top left;
}

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

.havesubmenu {
	position: relative;
}

.havesubmenu::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid var(--theme-primary);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.havesubmenu .header-nav-dropdown-list {
	top: 0;
	left: 100%;
	transform: scale(0, 1);
	color: #000;
}

.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;
}

.havesubmenu {
	position: relative;
}

.havesubmenu .header-nav-dropdown-list {
	top: 0;
	left: 100%;
	transform: scale(0, 1);
}

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

.havesubmenu:hover .header-nav-dropdown-list {
	opacity: 1;
	transform: scale(1, 1)
}

.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 {
	background-color: var(--theme-secondary);
}

.header-nav-dropdown-list li:hover>a {
	color: #fff;
	transform: translateX(0.5rem);
	font-weight: 600;
}

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

.header-nav-contact {
	display: grid;
	place-content: center;
	height: 100%;
	/* padding-left: var(--header-spacing); */
	/* border-left: 1px solid #dadada; */
}


.home-about-desc {
	margin-bottom: 2rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #6c757d;
	font-family: var(--font-family);
	font-style: normal;
}

@media (min-width: 1200px) {

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

	.header-nav-item {
		/* padding-right: 2rem; */
		/* border-right: 1px solid #eaeaea; */
		/* color: #666; */
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 30rem;
	}

	.header-nav-item .header-nav-item-icon i {
		color: #fff;
	}

	.header-nav-item .header-nav-item-text a {
		font-family: var(--font-family);
		font-family: 13px;
	}

	.scroll-down .header-logo {
		/* width: auto; */
		/* height: 100%; */
		height: calc(var(--header-height));
		padding-block: 0.5rem;
		/* bottom: 0; */
	}
}

.header-nav .header-getStarted {
	display: none;
}

@media (max-width: 1200px) {
	.header-getStarted {
		display: none;
	}

	.header-nav .header-getStarted {
		display: grid;
	}

	.header-nav-list>li>a.header-getStarted.cta-btn {
		color: #fff;
	}

	.header-nav-list>li:hover>a.header-getStarted {
		background: #fff !important;
		color: var(--theme-primary) !important;
	}

	.dds {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.dds figure {
		width: 35px;
		height: 35px;
	}

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

	/* .header-menu-open-icon {
		color: #fff;
	} */
	.header-nav-contact,
	.top-header,
	.main-header-row>.social-links,
	.header-get-started {
		display: none;
	}

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

	.social-links a {
		/* border: 1px solid #000 !important; */
		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;
	}

	.header-resp-action {
		/* margin-left: auto; */
		/* margin-right: 1rem; */
		/* width: 2.5rem; */
		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: #fff;
		color: #000;
		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;
		padding-bottom: 100px;
	}

	.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);
	}

	.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;
		/* margin-top: auto; */
	}

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

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

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

/* #endregion header */

/* #region banner */
.home-banner-slide {
	--title-bg: var(--theme-primary-dark);
	--button-bg: var(--theme-secondary);
	--button-fg: var(--theme-secondary-alt);
}

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

.home-banner-slide img {
	opacity: 1;
	/* reduce to get background color effect*/
}

.home-banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	/* padding-top: var(--header-height); */
}

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

.home-banner-content {
	max-width: 650px;
	width: 100%;
	position: relative;
	color: #fff;
	padding: 3rem 2rem;
	background-color: #da3223ad;
}

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

.home-banner-title {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 3rem;
	margin-bottom: 1rem;
	/* text-shadow: 0.15rem 0.2rem 0.2rem rgb(0 0 0 / 25%); */
}

.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-text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6rem;
	height: 0.2rem;
	background-color: currentColor;
} */

.home-banner-link {
	background-color: #f67d2f;
	border: 2px solid #f67d2f;
	color: var(--button-fg);
	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);
}

.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: var(--theme-primary-alt);
	border-color: var(--theme-primary);
}

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

@media (max-width: 768px) {
	.home-banner-slide::before {
		padding-top: 75%;
	}

	.home-banner-content {
		/* padding: 1.3rem; */
		/* width: 80%; */
	}

	.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;
}

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

.home-about .section-title {
	color: var(--theme-primary);
	font-size: 2.5rem;
	line-height: 3rem;
}

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

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


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

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

.home-about-img {
	position: relative;
	max-width: 98%;
	height: 100%;
}

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

.home-about-img .big-figure {
	max-width: 98%;
	height: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

.home-about-img .big-figure::after {
	background: #ffffff4d;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	z-index: 9;
	pointer-events: none;
}

.home-about-img .big-figure:hover::after {
	height: 100%;
	opacity: 0;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.home-about-img .small-figure {
	width: 60%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}


@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;
	}

	.home-about .section-title {
		font-size: 1.875rem;
		line-height: 2.175rem;
	}

	.home-about-img {
		height: auto;
		padding-inline: 1rem;
		/* transform: translateY(6rem); */
	}

	.home-about-col .section-header {
		/* transform: translateY(-16rem); */
	}

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

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

	/* .home-about-img::before {
		width: 6rem;
		top: -1.5rem;
		bottom: -1.5rem;
	} */
}

/* #endregion about */

/* #region services */
.service-card {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	height: 100%;
	gap: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color: #fff;
	border-radius: 2rem;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.service-card figure {
	width: 100%;
	max-width: 64px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: var(--transition);
	padding: 1rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 74, 173, 0.1);
	background: linear-gradient(135deg, rgb(57, 118, 239), rgb(131, 171, 252));
	border: 1px solid transparent;
}

.service-card .service-banner {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background: transparent;
	padding: 0;
	border-radius: 0;
	position: relative;
}

.service-card .service-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-card .service-banner figure {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	background: #032B92;
}

.service-card .service-banner .title {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
	color: #fff;
}

.service-card figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.3s ease;
}

.service-card:hover {
	box-shadow: var(--shadow-lg);
}

.service-card:hover figure {
	background-color: rgba(0, 74, 173, 0.2);
}

.service-card:hover figure img {
	transition: 0.3s ease;
}

.service-card article {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	transition: 0.3s ease;
	position: relative;
	padding: 1.5rem;
}

.service-card .title {
	font-size: 1.35rem;
	line-height: 1.8rem;
	font-weight: 600;
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
	transition: 0.3s;
	overflow: hidden;
}

.service-card .title:hover {
	color: var(--theme-secondary);
}

.link-cta-btn {
	color: var(--theme-primary);
}

.link-cta-btn i {
	transform: rotate(-45deg);
	transition: 0.3s ease-in-out;
}

.link-cta-btn:hover i {
	transform: rotate(0deg);
}

.service-card .description {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #6c757d;
	min-height: 5lh;
}

.home-contact-form,
.offices-section,
.map-box {
	padding: 2rem;
	border: 1px solid rgb(231, 233, 239);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(57, 118, 239, 0.1) 0px 4px 20px -2px;
}

.offices-section {
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.offices-section .title {
	color: rgb(29, 35, 47);
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

.officeBOx {
	display: flex;
	gap: 0.75rem;
}

.officeBOx .main-icon {
	color: var(--theme-primary);
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.officeBOx .info-row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.officeBOx .info-row .icon {
	color: rgb(103, 111, 126);
	font-size: 1.25rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.officeBOx .info-row .icon i {
	vertical-align: super;
	margin-top: 0.125rem;
}

.officeBOx .info-row .info {
	font-size: 1rem;
	line-height: 1.45rem;
	color: rgb(103, 111, 126);
}

.service-card .description p {
	margin-bottom: 1rem;
}

.service-card ul {
	text-align: start;
	list-style-type: initial;
	padding-left: 1.5rem;
}

.service-card ul li {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}


.service-card ul li::marker {
	font-size: 1.5rem;
	color: var(--theme-secondary);
}

.home-services {
	position: relative;
}

.serviceContact {
	max-width: 550px;
	width: 100%;
	margin: 2rem auto 0;
	border: 1px solid #dadada;
	padding: 2rem 2.5rem;
	border-radius: 0.75rem;
	text-align: center;
}

.serviceContact .title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.serviceContact .description {
	font-weight: 1.125rem;
	line-height: 1.5rem;
	color: var(--muted-foreground);
	margin-bottom: 1.5rem;
}

@media only screen and (min-width:320px) and (max-width: 768px) {
	.home-about::before {
		background-size: 118.5px 200px;
		background-position: left bottom;
	}

	.home-services::before {
		background-position: right 20px top 0px;
		background-size: 50px 50px;
	}

	.home-services::after {
		background-size: 50px 50px;
		background-position: left 10px bottom 10px;

	}
}

.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: 4rem;
	position: relative;
	z-index: 1;
}

.home-services-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 10px;
	padding: 1.5rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-services-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.home-services-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--theme-primary-bg-light);
	border-radius: 50%;
	margin-bottom: 1rem;
}

.home-services-icon img {
	width: 60%;
	height: 60%;
	object-fit: contain;
}

.home-services-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
}

.home-services-desc {
	font-size: 1rem;
	color: #666;
	line-height: 1.5;
}

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

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

.home-services-img a {
	height: 100%;
}

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

.home-services-content {
	flex: auto;
}

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

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

.home-services-content:hover .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-header .home-services-img {
	flex: 0 0 15rem;
	border-radius: 15px;
	overflow: hidden;
}

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

.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: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	padding: 0 2rem 0;
	/* margin-bottom: 1rem; */
	/* text-align: center; */
	transition: 0.3s;
}

.home-services-title a {
	display: block;
	font-family: var(--font-family-alt);
	font-size: 20px;
	line-height: 25px;
	min-height: 50px;
	transition: 0.3s;
	color: var(--theme-primary);
}

.home-services-card .home-services-body {
	max-width: 90%;
	margin: auto;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
	transform: translateY(-20%);
	padding: 1rem 0;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.home-services-learn {
	padding: 0 2rem 0;
	font-weight: 500;
	text-transform: capitalize;
	font-family: var(--font-family);
	transition: 0.3s;
}

.home-services-learn:hover {
	color: #f67d2f;
	text-decoration: underline;
	text-decoration-color: #f67d2f;
}

/*.home-services-header::before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: 1rem;*/
/*	bottom: 1rem;*/
/*	left: 6rem;*/
/*	width: 0.2rem;*/
/*	background-color: var(--theme-primary-bg-light);*/
/*	border-radius: 1rem;*/
/*	transform: translateX(-50%);*/
/*}*/

.home-services-desc {
	margin-bottom: 1rem;
	line-height: 1.3rem;
	opacity: 0.7;
	padding: 0 2rem;
	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: var(--theme-primary-alt);
	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: var(--theme-secondary-alt);
}

.home-services-cta::after {
	/* double angle right */
	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 Products */
.products-section {
	position: relative;
}

@media only screen and (min-width:320px) and (max-width:768px) {
	.products-section::after {
		background-size: 50px 50px;
		background-position: right 20px top 0px;
	}

	.home-testimonials::after {
		background-image: url(../images/bg/curl.png);
		background-position: right 20px top 0px;
		background-size: 50px 50px;
	}
}

.product-card {
	position: relative;
	display: block;
	background-color: #fff;
	border: 1px solid #dadada;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.product-img {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
}

.product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.product-card:hover .product-img img {
	transform: scale(1.1);
}

.product-content {
	padding: 1rem;
}

.product-title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 2lh;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product-page .product-title {
	font-size: 2rem;
	line-height: 2.3rem;
	display: block;
	min-height: unset;
	text-overflow: initial;
	margin-bottom: 1rem;
}

.product-desc {
	font-size: 1rem;
	line-height: 1.3rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 3lh;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.sl-wrapper {
	color: #fff;
}

.product-page .other-product.product-title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 2lh;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product-page .other-product.product-desc {
	font-size: 1rem;
	line-height: 1.3rem;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	min-height: 3lh;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

/* #endregion */
/* #region gallery */

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

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

.home-gallery-img {}

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

.home-gallery-img img {}

.home-gallery-body {
	position: absolute;
	inset: 0;
	padding: 2rem;
	color: var(--theme-primary-alt);
	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-dark);
	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(--logo-primary-color);
	transition: ease 0.3s;
}

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



/* #endregion gallery */

/* #region Why Choose US*/
.whyChooseGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.whyChooseGrid .gridItem-why {
	border: 1px solid #dadada;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	transition: var(--transition);
}

.whyChooseGrid .gridItem-why figure {
	max-width: 80px;
	width: 100%;
	margin: 0 auto 1rem;
	padding: 1.25rem;
	flex-grow: 0;
	flex-shrink: 0;
	transition: var(--transition);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 74, 173, 0.1);
	border: 1px solid transparent;
}

.whyChooseGrid .gridItem-why:hover {
	box-shadow: var(--shadow-lg);
	border: 1px solid rgba(0, 74, 173, 0.3);
}

.whyChooseGrid .gridItem-why:hover figure {
	background-color: rgba(0, 74, 173, 0.2);
	transform: scale(1.05);
}

.whyChooseGrid .gridItem-why .title {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.whyChooseGrid .gridItem-why .description {
	font-size: 1rem;
	line-height: 1.5rem;
	color: var(--muted-foreground);
}

/* #endregion */

/* #region why-us */
.home-numbers {
	position: relative;
	min-height: 150px;
}


.home-whyus-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	padding: 2rem 0;
	/* text-align: center; */
	margin-bottom: var(--section-gap);
	color: var(--theme-primary-dark);
	/* border: 1px solid rgba(0, 74, 173, 0.3); */
	border-radius: 1rem;
}

.home-whyus-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 2rem;
	border-radius: 0.5rem;
	/* border: 1px solid var(--theme-primary); */
	background-color: #f7f4f1;
}

.home-whyus-img {
	top: 0;
	left: 50%;
	z-index: 1;
	width: 4rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 1rem;

}

.home-whyus-img img {
	width: 100%;
	height: 100%;
}

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

.home-whyus-title {
	font-size: 2rem;
	color: #000;
	line-height: 1;
	font-family: var(--font-family-alt);
	color: var(--theme-primary);
	font-weight: 600;
	font-style: normal;
	margin-bottom: 0;
}

.home-whyus-desc {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: var(--muted-foreground);
	font-family: var(--font-family-alt);
	font-style: normal;
}



/* #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;
}



/* #endregion delivery */

/* #region clients */

.clients-swiper {
	position: relative;
}

.clients-swiper::before {
	content: '';
	background: linear-gradient(to right, white, #ffffff94, transparent, transparent, transparent, transparent);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}

.clients-swiper::after {
	content: '';
	background: linear-gradient(to left, white, #ffffff94, transparent, transparent, transparent, transparent);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	right: 0;
}

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

.client-swiper figure {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 1;
}

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

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

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

.clients-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 1.5rem;
}

.clients-grid figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* #endregion clients */

/* #region testimonials */
.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 {
	position: relative;
}

.home-testimonials::before,
.home-testimonials::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

.home-testimonials::before {
	background-image: url('../images/bg/circles.png');
	background-position: left 0 top 0px;
	background-size: 300px 500px;
	transform: rotateY(180deg);
	top: unset;
	bottom: -100px;
}

/* .home-testimonials::after {
	background-image: url('../images/bg/curl.png');
	background-position: right 250px top 50px;
	background-size: 100px 100px;
} */

@media only screen and (min-width:320px) and (max-width:768px) {
	.home-testimonials::after {
		background-image: url(../images/bg/curl.png);
		background-position: right 20px top 0px;
		background-size: 50px 50px;
	}
}

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

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

.testimonials-header {
	display: flex;
	justify-content: space-between;
}

.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%;
}

.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;
	max-width: 540px;
	margin: auto;
	gap: 2rem;
	padding: 2rem 0 4rem;
	height: 100%;
	text-align: center;
}

.testimonials-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.testimonials-pagination .swiper-pagination-bullet {
	position: relative;
	border: 2px solid #d8d8d8;
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	opacity: 1;
	transition: border-color 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
	border-color: var(--theme-secondary);
}

.testimonials-pagination .swiper-pagination-bullet::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: var(--theme-secondary);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active::after {
	opacity: 1;
}

.testimonials-pagination .swiper-pagination-bullet:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: calc(100% + 10px);
	height: 2px;
	background-color: #d8d8d8;
	transform: translateY(-50%);
	z-index: -1;
}

.testimonials-pagination .swiper-pagination-bullet-active::before {
	background-color: var(--theme-secondary) !important;
}

.quote {
	position: absolute;
	top: -15%;
	width: 200px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	z-index: -1;
}

.quote img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.quote-left {
	left: 15%;
}

.quote-right {
	right: 15%;
}

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

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

.home-testimonial-img img {
	margin: auto;
	height: 16rem;
	padding: 2rem;
}

.home-testimonial-img::after {
	font: var(--icon-font);
	font-size: 4.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	width: 6rem;
	height: 6rem;
	display: grid;
	place-content: center;
	background-color: var(--theme-primary);
	color: var(--theme-primary-alt);
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.home-testimonial-desc {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(18, 18, 18, 0.75);
	font-family: var(--font-family);
	font-weight: 400;
	font-style: normal;
}

.home-testimonial-author {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#testimonial-btn {
	max-width: 50%;
	width: 100%;
	position: relative;
}

#testimonial-btn .swiper-button-prev {
	right: 75px;
	left: unset;
}

.home-testimonial-name {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 0.3rem;
	font-weight: 600;
}


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

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

	.home-testimonial-card {
		flex-wrap: wrap;
		padding: 0;
	}

	.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 */
.blog-card {
	background-color: #fff;
	position: relative;
}

.blog-card::before,
.blog-card::after {
	content: '';
	position: absolute;
	background-color: var(--theme-secondary);
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.blog-card::before {
	width: 40px;
	height: 4px;
	right: 40px;
	bottom: 0;
}


.blog-card::after {
	height: 40px;
	width: 4px;
	bottom: 40px;
	right: 0;
}

.blog-card:hover::before,
.blog-card:hover::after {
	right: 0;
	bottom: 0;
	opacity: 1;
}

.blog-card article {
	padding: 2rem 1.5rem 1.5rem;
	position: relative;
}

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

.blog-card article .blog-date {
	/* background: linear-gradient(to right, rgb(255, 73, 4) 25%, rgb(245, 3, 102) 50%, rgb(255, 73, 4) 75%, rgb(245, 3, 102) 100%); */
	/* position: absolute; */
	/* left: 15px;
	top: 0; */
	padding: 0rem;
	margin-bottom: 0.5rem;
	color: var(--theme-secondary);
	/* transform: translateY(-50%); */
}

.blog-card .cta-btn {
	display: inline-flex;
}

.blog-figure {
	width: 100%;
	aspect-ratio: 1.75 / 1;
	overflow: hidden;
}

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

.blogs-section {
	position: relative;
}

/* .blogs-section::before,
.blogs-section::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

.blogs-section::before {
	background-image: url('../images/bg/circles.png');
	background-size: 250px 500px;
	background-position: left 0 top 100px;
	transform: rotateY(180deg);
}

.blogs-section::after {
	background-image: url('../images/bg/twirl.png');
	background-size: 100px 100px;
	background-position: right 250px top 50px;
	transform: rotateY(180deg);
} */

@media only screen and (min-width:320px) and (max-width:768px) {
	.blogs-section::after {
		background-image: url(../images/bg/twirl.png);
		background-size: 50px 50px;
		background-position: right 10px top 20px;
	}
}

.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;
}

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

.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-nav .swiper-button-prev {
	left: 20px;
	right: unset;
}

#blog-nav .swiper-button-next {
	left: unset;
	right: 20px;
}

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

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

.blog-content::before {
	/* content: ""; */
	position: absolute;
	bottom: calc(100% + 0.7rem);
	height: 8rem;
	left: -1.2rem;
	right: -1.2rem;
	background-color: var(--theme-primary-bg-light);
	border-radius: 1rem;
	transition: ease 0.7s height;
}

.blog-date {
	line-height: 1;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--theme-primary);
	font-size: 1rem;
	font-family: var(--font-family-alt);
}

.blog-date i {
	font-size: 1.5rem;
}

.blog-title {
	font-size: 1.125rem;
	line-height: 1.425rem;
	margin-bottom: 1rem;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	min-height: 2lh;
	-webkit-box-orient: vertical;
	font-family: var(--font-family-alt);
}

.blog-desc-preview {
	font-family: var(--font-family-alt);
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 1rem;
	color: #616366;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	min-height: 3lh;
	-webkit-line-clamp: 3;
}

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

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

.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-img {
		margin-bottom: 1.7rem;
	}

	.blog-content {
		text-align: center;
		padding-top: 0.5rem;
	}

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

/* #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 .dark-bg {
	padding-block: var(--section-gap);
	border-radius: 2rem;
	z-index: 1;
}

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

.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 {
	/* margin-top: 1.5rem; */
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #dadada;
	/* box-shadow: 0.2rem 0.3rem 1rem rgb(0 0 0 / 10%); */
}

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

.home-contact-form-col {
	flex: 1 1 50%;
}

.contact-form-container {
	border-radius: 1rem;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1rem;
	height: 100%;
}

.home-contact-form-field {
	/* margin-bottom: 1.5rem; */
	position: relative;
}

.home-contact-form-input {
	padding: 0.75rem 1rem;
	border: 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: 1rem;
	left: 1rem;
	font-size: 1rem;
	line-height: 1;
	/* pointer-events: none; */
	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 (max-width: 768px) {
	.home-contact .dark-bg {
		padding-block: 1.5rem;
		border-radius: 1rem;
	}

	.dark-bg .section-title {
		font-size: 1.875rem;
		line-height: 2.175rem;
	}

	.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;
	}

	.home-contact-form-field {}

	.home-contact-form-input {}

	.home-contact-form-input::placeholder {}

	.home-contact-form-label {}

	.home-contact-form-input:focus,
	.home-contact-form-input[required]:valid,
	.home-contact-form-input:not([required]):not(:placeholder-shown) {}

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

	.home-contact-form-input:focus+.home-contact-form-label,
	.home-contact-form-input:not(:placeholder-shown)+.home-contact-form-label {}
}

.dawn-footer .box {
	padding: 2rem;
	text-align: center;
	/* border: 1px solid #dadada; */
	height: 100%
}

.dawn-footer .box .title {
	font-size: 1.5rem;
	line-height: 2rem;
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
	font-weight: 300;
}

.dawn-footer .box .contact-list a {
	display: block;
	color: #000;
	font-size: 1rem;
	line-height: 1.5rem;
}

.dawn-footer .box .contact-list a:hover {
	color: var(--theme-secondary);
}

.dawn-footer .box .address {
	font-size: 1rem;
	line-height: 1.5rem;
}

/* #endregion contact */

/* #region footer */

.page-footer {
	background-color: var(--theme-primary);
	color: #f1f1f1;
	font-weight: 400;
	/* border-top: 1px solid #fff; */
}

.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-first {
	flex-basis: 25%;
}

.footer-col-second {
	flex-basis: calc(75% - 50px);
}

.footer-col a {
	display: inline-block;
}

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

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

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

.footer-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
}

.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;
}

.clients-title {
	color: var(--theme-primary);
	font-weight: 300;
}

.social-links a {
	display: grid;
	place-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.5rem;
	/* border: 1px solid #155f83; */
	color: #fff;
	background: var(--theme-secondary);
	/* border: 1px solid var(--theme-secondary); */
}

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

.footer-services {
	color: #fff;
	font-size: 1rem;
}

.footer-services:hover {
	opacity: 0.8;
}

.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: var(--theme-secondary-alt);
}

.client-image-figure {
	width: 100%;
	aspect-ratio: 2 / 1;
	border: 1px solid rgba(0, 74, 173, 0.3);
	padding: 0.5rem;
	border-radius: 0.5rem;
}

.client-image-figure img {
	object-fit: contain;
}

.client-swiper-2 {
	margin-left: 10rem;
	margin-right: 5rem;
}

.read-more-btn {
	font-size: 1rem;
	line-height: 1.3rem;
	font-weight: 300;
	margin-top: 0.5rem;
	color: var(--theme-secondary);
	transition: 0.3s ease-in-out;
}

.read-more-btn:hover {
	font-size: 1.1rem;
	color: var(--theme-primary);
}

@media (max-width: 576px) {
	.client-swiper-2 {
		margin-left: 0;
		margin-right: 0;
	}

	.service-card .title {
		min-height: unset;
	}
}

@media (min-width: 768px) {
	.client-swiper-2 {
		margin-left: 5rem;
		margin-right: 5rem;
	}
}

@media (min-width: 1200px) {
	.client-swiper-2 {
		margin-left: 10rem;
		margin-right: 10rem;
	}
}

.footer-links {
	color: #fff;
}

.footer-links:hover {
	opacity: 0.8;
}

.copy-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem 1rem;
	padding: 0.5rem 0;
	/* border-top: 1px solid #dadada; */
}

.copy-footer img {
	width: 35px;
	height: 35px;
}

.copy-footer .footer-col:last-child {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}

.career-option {
	min-height: 270px;
	padding: 1rem;
	/* box-shadow: 0.2rem 0.2rem 0.8rem rgb(0 0 0 / 15%); */
	border: 1px solid #eaeaea;
	border-radius: 0.5rem;
	background-color: #fff;
	position: relative;
}

@media (max-width: 768px) {
	.whyChooseGrid {
		grid-template-columns: 1fr;
	}

	.page-footer-row {
		flex-wrap: wrap;
	}

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

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

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

	.career-option {
		min-height: 300px;
	}

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

/* #endregion footer */

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

.career-categories-col {
	/* background-color: #f3f3f3; */
	background-color: #fff;
	border-radius: 0.7rem;
	position: sticky;
	top: calc(var(--header-height) + 2rem);
	/* box-shadow: 0.2rem 0.2rem 0.8rem rgb(0 0 0 / 15%); */
	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 {
	/* display: contents; */
	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: var(--theme-primary-alt);
}

.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;
	/* border: 2px solid; */
	transition: ease 0.3s;
	font-weight: 400;
}

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

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

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

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

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

.career-option-title {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.1rem;
	margin-bottom: 0.5rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	min-height: 2lh;
}

.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 {
	line-height: 1.5;
	font-weight: 300;
}

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

.career-select-btn {
	--content-width: 6.5rem;
	font-size: 1rem;
	padding: 1rem 1.5rem;
}

.career-modal .career-modal-body {
	width: 60rem;
	height: 40rem;
	display: flex;
	flex-direction: column;
}

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

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

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

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

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

.contact-info {
	color: #000;
}

.contact-info .title {
	font-size: 1.425rem;
	line-height: 1.8rem;
	font-weight: 600;
}

.contact-list li {
	color: var(--muted-foreground);
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.contact-list li i {
	color: var(--theme-primary);
	margin-top: 0.4rem;
}


.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;
}

/* #endreion */

#career-nav .swiper-button-prev,
#career-nav .swiper-button-next {
	width: 50px;
	height: 50px;
	font-size: 10px;
	border-radius: 50%;
}

#career-nav .swiper-button-prev::after,
#career-nav .swiper-button-next::after {
	font-size: 1rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.career-option {
		min-height: 350px;
	}
}

.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-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	background-image: linear-gradient(70deg, var(--logo-secondary-color) 25%, #F0544F2B 100%);
}

.volunteer-title {
	color: #fff;
	font-size: 4rem;
	max-width: 800px;
	line-height: 64px;
	font-weight: 400;
	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: 25px;
}

.numbers-header .section-title {
	max-width: 750px;
	margin: auto;
}

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

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

.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: 50px;
}

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

.profile-address {
	font-size: 1rem;
	line-height: 30px;
	color: #fff;
}

.footer-col-second .footer-title {
	color: #fff;
}

.footer-contact-items {
	font-size: 1rem;
	text-transform: lowercase;
}

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

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

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

.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;
}

.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:hover {
	font-weight: 500;
	color: #fff;
}

.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;
}

.about-desc-article {
	margin: 50px 0 10px;
	border: 1px solid #dadada;
	padding: 25px 50px;
	border-radius: 10px;
}

.about-desc-article .noDonHeading {
	font-weight: 900;
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}

.about-desc-article p {
	position: relative;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 500;
}

.about-desc-article p::before {
	content: "";
	left: -35px;
	top: 0;
	/* transform: translateY(-50%); */
	width: 30px;
	height: 30px;
	position: absolute;
	background-image: url("../images/about/hand.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* #region Footer Box */
.color-box {
	background-color: transparent;
	background-image: linear-gradient(135deg, var(--logo-primary-color) 0%, var(--logo-secondary-color) 100%);
	padding: 30px;
	text-align: center;
}

.color-box h3 {
	max-width: 720px;
	margin: auto;
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 35px;
}

.color-box a {
	padding: 10px 25px;
	background-color: var(--logo-primary-color);
	color: #fff;
	margin: 15px auto;
	text-transform: uppercase;
	font-size: 1rem;
}

.footer {
	padding-top: 150px;
	background-color: var(--logo-secondary-color);
}

.footer-over-box {
	padding-bottom: var(--section-gap);
}

.banner-figure {
	width: 100%;
	aspect-ratio: 2.7 / 1;
	overflow: hidden;
}

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

@media only screen and (min-width: 1400px) and (max-width:1600px) {
	.banner-figure {
		aspect-ratio: 2.95 / 1;
	}
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
	.banner-figure {
		aspect-ratio: 3.2 / 1;
	}
}

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

@media only screen and (min-width:300px) and (max-width: 1300px) {
	.header-nav-list {
		gap: 0.5rem;
	}
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
	.hero-subtitle {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}

	.header-nav-list>li>a {
		color: #000;
		font-size: 1rem;
	}

	.home-volunteer {
		margin-top: 1rem;
	}

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

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

	.home-about-img {
		padding-inline: unset;
		padding: unset;
	}

	.home-about-mobile-view-image {
		display: flex;
		max-width: 100%;
		margin-top: 1rem;
	}

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

	.header-nav {
		height: 100vh;
	}

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

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

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

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

	.main-header {
		background: white;
	}

	.social-links a {
		color: #fff !important;
		/* border: 1px solid #fff !important; */
	}

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

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

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

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

	.home-banner-title {
		font-size: 1.375rem;
		line-height: 1.675rem;
		text-align: center;
		color: #fff;
		text-shadow: none;
	}

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

	.home-volunteer {
		height: 500px;
	}

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

	.footer-row {
		gap: 20px;
	}

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

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

	.copy-footer {
		gap: 5px;
	}

	.special-footer-col {
		display: flex !important;
	}

	.pvc-col {
		display: none;
	}

	.home-banner-wrapper>.container {
		justify-content: center;
	}

	.home-whyus {
		background-color: #fff;
	}

	.home-whyus-grid {
		position: relative;
		left: 0;
		transform: translate(0, 0);
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 2rem;
		gap: 1rem;
	}

	.home-services-card .home-services-body {
		max-width: 90%;
		margin: auto;
		transform: translate(0, -2rem);
	}
	.center-header {
		margin: 0 auto 2rem;
	}
	.home-whyus-card {
		padding: 1.5rem;
	}

	.home-whyus-img {
		width: 3rem;
		margin-bottom: 0.5rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
	.quote-left {
		left: 5%;
	}

	.quote-right {
		right: 5%;
	}

	.quote {
		width: 100px;
	}

	.banner-figure {
		aspect-ratio: 0.8 / 1;
	}

	#testimonial-btn {
		width: auto;
	}

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

	/* .home-services-title {
		padding: 0;
	} */
	.about-desc-article {
		padding: 25px 20px 25px 50px;
	}

	.home-about-mobile-view-image {
		flex-wrap: wrap;
		gap: 15px;
	}

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

	.about-desc-article .noDonHeading {
		font-size: 26px;
	}

	.about-desc-article p {
		line-height: 1.6rem;
		margin-bottom: 10px;
	}

	.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;
	}

	.header-nav {
		padding-left: 1.75rem;
	}

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

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

	.clients-grid {
		grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
		gap: 2rem;
	}

	.footer-over-box {
		padding-bottom: 2rem;
	}

	.color-box {
		transform: translate(0);
		padding: 40px 20px;
	}

	.copy-footer {
		text-align: center;
	}

	.color-box h3 {
		font-size: 1.5rem;
		margin-bottom: 40px;
	}

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

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

	.footer-title {
		margin-bottom: 0.5rem;
	}

	.copy-footer .footer-col {
		width: 100%;
	}

	.copy-footer .footer-col:last-child {
		justify-content: center;
	}

	.dawn-footer .box .address,
	.dawn-footer .box .contact-list a {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.dawn-footer .box .contact-list a {
		line-height: 1.3rem;
	}
}

.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);
}

/* Icon Style */
.icon-style {
	width: 32px;
	height: 32px;
	object-fit: contain;
}