/* #region markup content */

main {
	min-height: calc(100vh - (var(--header-height) + var(--top-header-height) + 10.25rem));
}

.markup-content {
	font-size: 1.1rem;
	clear: right;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.markup-content p {
	margin-bottom: 1em;
}

.markup-content a {
	color: var(--theme-primary);
	text-decoration: underline;
}

.markup-content h1 {
	font-size: 2em;
	margin-bottom: 0.6em;
}

.markup-content h2 {
	font-size: 1.5em;
	margin-bottom: 0.8em;
}

.markup-content h3 {
	font-size: 1.17em;
	margin-bottom: 1em;
}

.markup-content h4 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.markup-content strong {
	font-weight: 600;
}

.markup-content em {
	font-style: italic;
}

.markup-content hr {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: 0;
}

.markup-content .marker {
	background-color: Yellow;
}

.markup-content ul,
.markup-content ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
	/* list-style-position: inside; */
}

.markup-content li {
	margin-bottom: 0.5em;
}

.markup-content ul {
	list-style-type: disc;
}

.markup-content ol {
	list-style: decimal;
	padding-left: 1.3em;
}

/* #endregion markup content */

/* #region services */

.service-page-banner {
	width: 100%;
	aspect-ratio: 4 / 1;
	margin-bottom: 2rem;
	overflow: hidden;
}

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

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

.simple-lightbox {
	color: #fff;
}

.infra-figure {
	aspect-ratio: 1.5 / 1;
}

.project-gallery-figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	min-height: 2lh;
	text-align: center;
	padding: 0.5rem;
}

.about-project-title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: var(--theme-secondary);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

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

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

.service-page-header-img {
	flex: 1 1 45%;
}

.service-page-header-img img {
	border-radius: 0.5rem;
}

.service-title {
	margin-bottom: 1rem;
}

.service-page-header-content {
	/* padding-block: 1rem; */
	flex: 1 1 55%;
}

.service-page-header-title {
	font-size: 2rem;
	color: var(--theme-primary);
	font-weight: 500;
}

.product-category {
	font-size: 1.3rem;
	line-height: 1.6rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: var(--theme-secondary);
}

.product-code {
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0.5rem;
}

#productAccordian,
#serviceAccordian {
	margin: 1rem 0;
}

.service-page-header-desc {
	font-size: 1.1rem;
}

#productAccordian .accordion-button::after,
#serviceAccordian .accordion-button::after {
	content: '';
	background-image: var(--bs-accordion-btn-icon) !important;
}

#product-nav {
	height: auto;
}

.service-page-header-link {
	margin-top: 1.5rem;
}

.service-page-gallery {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2rem;
	justify-content: center;
}

.service-page-gallery-item {
	background-color: #fff;
	box-shadow: 1px 1px 0.8rem rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	overflow: hidden;
	width: 25rem;
	max-width: 100%;
}

.main-figure {
	border: 1px solid #ccc;
	padding: 1rem;
}

.main-figure,
.preview-figure {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
}

.preview-figure img,
.main-figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.3s;
}

.preview-swiper {
	margin-top: 2rem;
}

#products-nav .swiper-button-prev,
#products-nav .swiper-button-next {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	transition: 0.3s ease-in-out;
}

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

#products-nav .swiper-button-prev::after,
#products-nav .swiper-button-next::after {
	font-size: 1rem;
	line-height: 1.3rem;
}

.swiper-horizontal {
	width: 100%;
	max-width: 100%;
}

.preview-swiper .swiper-slide {
	padding: 10px;
	border: 2px solid #dadada;
}

.preview-swiper .swiper-slide-thumb-active {
	border: 2px solid var(--theme-primary);
}

.preview-swiper .swiper-slide-thumb-active img {
	transform: scale(1.1);
}

.service-page-gallery-content {
	padding: 0.5rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.3;
	font-weight: 600;
}

.service-page-gallery-content:empty {
	display: none;
}

.service-page-sections-row {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 1rem;
	border-radius: 1.5rem;
	background-color: #fff;
	box-shadow: 1px 1px 0.8rem rgba(0, 0, 0, 0.1);
}

.service-page-section-img {
	flex: 1 1 35%;
}

.service-page-section-img img {
	border-radius: 0.5rem;
}

.service-page-section-content {
	flex: 1 1 65%;
}

.service-page-section-title {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.service-page-section-desc {
	line-height: 1.5;
}

.service-page-sections-row+.service-page-sections-row {
	margin-top: 2rem;
}

.service-page-contact-form {
	margin-top: 2rem;
}

.service-page-contact-form .home-contact-form-field {
	margin-bottom: 0;
}

.service-page-contact-form .contact-form-container {
	display: grid;
	grid-template-columns: repeat(2, 12rem) 1fr;
	gap: 1rem 2rem;
}

.service-page-contact-form .contact-form-container>*:nth-child(3n) {
	grid-column: span 3;
	/* Makes every 3rd item take the full row */
}

.service-page-contact-form .field-lg,
.home-contact-form-action {
	grid-column: 1 / -1;
}

.home-contact-form-action {
	text-align: center;
}

@media (min-width: 761px) {
	.service-page-sections-row:nth-child(even) {
		/* flex-direction: row-reverse; */
	}
}

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

/* #endregion services */

/* #region careers */

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

.career-option-title {
	font-size: 1.8rem;
	font-weight: 300;
	/* margin-bottom: 0.5rem; */
}

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

.career-select-btn {
	--content-width: 6.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;
}

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

textarea.contact-form-input {
	resize: vertical;
}

.contact-form-btn {
	--content-width: 4rem;
}

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

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

	.career-modal .career-modal-body {
		height: 100%;
	}

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

	.contact-form-row {
		grid-template-columns: 1fr;
	}

	.career-categories-col {
		box-shadow: 0.2rem 0.2rem 0.8rem rgb(0 0 0 / 5%);
	}

	.career-category-form {
		display: none;
	}

	.career-category-header {
		position: relative;
		z-index: 1;
	}

	.career-category-header::after {
		content: "\f107";
		font: var(--icon-font);
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(-50%, -50%);
	}
}

/* #endregion careers */

/* #region blogs list page */

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
	margin-block: 2rem;
}

.blog-grid-item {
	/* box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); */
	/* border-radius: 0.5rem; */
	overflow: hidden;
	background-color: #fff;
}

.blog-grid-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0.5rem;
}

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

.blog-grid-img::before {
	content: "";
	padding-top: 62.5%;
	display: block;
}

.blog-grid-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.blog-grid-content {
	padding: 1rem;
}

.blog-grid-title {
	font-size: 1.3rem;
	margin-bottom: 0.3em;
	line-height: 1.3;
	font-family: var(--font-faimly-alt);
}

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

.blog-grid-meta {
	margin-bottom: 0.5rem;
	font-size: 0.85rem;
	color: #555;
	font-weight: 500;
}

.blog-grid-desc {
	line-height: 1.3;
	font-size: 0.95rem;
}

/* #endregion blogs list page */

/* #region blog view page */

.blog-page {
	display: flex;
	gap: 2rem;
	line-height: 1.3;
	margin-block: 2rem;
}

.blog-main {
	position: relative;
	width: 70%;
}

.blog-main .blog-content::before {
	content: none;
}

.blog-extra {
	width: 30%;
	position: sticky;
	top: calc(var(--header-height) + 1rem);
	height: 100%;
}

.blog-tags {
	font-size: 0.9rem;
	color: var(--theme-secondary);
	margin-bottom: 0.5rem;
}

.blog-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.blog-meta {
	color: var(--theme-secondary);
	font-weight: 500;
}

.blog-content {
	margin-top: 1.3rem;
	position: relative;
	padding: 1.2rem;
	box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
	border-radius: 0.5rem;
}

.blog-content::after {
	content: "";
	display: block;
	clear: both;
}

.home-blog .blog-content {
	position: relative;
	z-index: 1;
	padding: 1rem;
	color: #000;
	border: 1px solid #dadada;
	border-top: 0px solid #dadada;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
}

.blog-main-img {
	/* width: 40%; */
	/* width: 500px; */
	/* float: left; */
	/* margin-right: 1.7rem; */
	margin-bottom: 1.5rem;
	min-width: 50%;
	max-width: 100%;
}

.blog-main-img img {
	width: 100%;
}

.blog-share-title {
	font-weight: 500;
	font-size: 1.4rem;
}

.blog-share-list {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

.blog-share-link {
	width: 2.2rem;
	height: 2.2rem;
	display: grid;
	place-items: center;
	background-color: var(--theme-primary);
	color: #fff;
	border-radius: 5rem;
	border: 2px solid var(--theme-primary);
	font-size: 1.3rem;
}

.blog-share-link:hover {
	background-color: #fff;
	color: var(--theme-primary);
}

.blog-list-banner-title {
	/* text-align: center; */
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 0.7rem;
}

.blog-list {
	display: grid;
	/* grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); */
	gap: 1.2rem;
	/* margin-bottom: 2rem; */
	padding: 1rem 0;
	box-shadow: 0 0 1rem rgb(0, 0, 0 / 15%);
	border-radius: 0.5rem;
}

.blog-list .blog-grid-item {
	display: flex;
}

.blog-list .blog-grid-img {
	flex: 0 0 30%;
}

.blog-list .blog-grid-content {
	flex: 1;
	padding: 0.5rem 0.75rem;
}

.blog-list .blog-grid-title {
	font-size: 1rem;
	/* line-clamp: 2; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-list .blog-grid-meta {
	margin-bottom: 0;
}

@media (max-width: 760px) {
	.blog-page {
		flex-direction: column;
	}

	.blog-main,
	.blog-extra {
		width: 100%;
	}
}

@media print {
	.blog-content {
		padding: 0;
		box-shadow: none;
	}

	.blog-extra,
	.header-banner,
	.brand-header,
	.main-header {
		display: none !important;
	}
}

.brochure-card {
	padding: 1rem;
	background-color: #F2F8F9;
	margin-bottom: 1rem;
}

.brochure-card .icon {
	max-width: 50px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 100%;
}

.brochure-card .icon {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brochure-card .title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	min-height: 2lh;
	overflow: hidden;
	color: var(--theme-secondary);
	max-width: 75%;
	margin: 1rem 0;
}

.brochure-card .download-btn {
	text-align: right;
}

.contact-now-card {
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: #F2F8F9;
	border: none;
}

.contact-now-card h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8rem;
	margin-bottom: 0.5rem;
}

.contact-now-card .description {
	font-size: 1rem;
	line-height: 1.3rem;
	color: #333;
	max-width: 75%;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.contact-now-card .description::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 3px;
	background-color: #ccc;
}

.contact-now-card .contact-details {
	margin-bottom: 1rem;
}

.contact-now-card .cta-btn {
	text-align: center;
}

.contact-now-card .contact-details li i {
	font-size: 1.5rem;
}

.contact-now-card .contact-details li span {
	font-size: 1.1rem;
}

/* #endregion blog view page */

/* #region about */

.about-row {
	clear: both;
}

.about-row::after {
	content: "";
	display: block;
	clear: both;
}

.about-col-content .section-header {
	margin-bottom: 1rem;
	float: left;
	width: calc(100% - 500px - 1.5rem);
	clear: right;
}

.about-col-img {
	/* flex: 1 1 50%; */
	float: left;
	width: 500px;
	max-width: 100%;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
	/* border-radius: 2rem; */
	overflow: hidden;
}

.about-mission-row {
	display: flex;
	gap: 2rem 6rem;
	align-items: flex-start;
}

.about-mission-row+.about-mission-row {
	margin-top: var(--section-gap);
}

.about-mission-img {
	flex: 1 0 40%;
	max-width: 360px;
	overflow: hidden;
	border-radius: 2rem;
}

.about-mission-img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.about-mission-content {
	flex: auto;
	margin: 0 auto;
	max-width: 380px;
}

.about-mission-content ul .section-subtitle {
	margin-bottom: 0;
}

.about-mission .section-header {
	margin-bottom: 1rem;
}

.about-mission-text ul {
	padding-left: 0;
}

.about-mission-text li {
	margin-bottom: 0;
	list-style-type: none;
	position: relative;
	padding-left: 2em;
}

.about-mission-text li::before {
	content: "\f058";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--theme-primary);
	display: inline-block;
	font: var(--icon-font);
	line-height: 1.1;
	font-size: 1.5em;
}

.why-choose-desc {
	text-align: center;
}

.why-choose-list {
	display: flex;
	gap: 1rem 2rem;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.why-choose-list li {
	list-style-type: none;
	padding: 0.5rem 2.5rem;
	border-radius: 5rem;
	background-color: var(--theme-primary);
	color: var(--theme-primary-alt);
}

.why-choose-list i {
	font-size: 3em;
	line-height: 1.2;
}

.why-choose-list p {
	margin-bottom: 0.5rem;
}

.team-grid {
	text-align: center;
}

.team-grid .blog-grid-img::before {
	padding-top: 120%;
}

.team-grid-name {
	color: var(--theme-primary);
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.about-mission .about-mission-row:nth-child(odd) {
		flex-direction: row-reverse;
	}
}

@media (max-width: 768px) {
	.about-mission-row {
		flex-direction: column;
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

/* #endregion about */

/* #region form */

.contact-form-container {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 1rem;
	/* box-shadow: 0.2rem 0.3rem 1rem rgb(0 0 0 / 10%); */
	border: 1px solid #dadada;
	margin-top: 1rem;
}

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

.home-contact-form-input {
	padding-block: 1rem 0.3rem;
	border-bottom: 1px solid #eaeaea;
	font-size: 1rem;
	transition: ease 0.25s;
	transition-property: color, border-color;
}

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

.home-contact-form-label {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 0.9rem;
	/* pointer-events: none; */
	transition: ease 0.25s;
	transform-origin: left;
	opacity: 0.8;
	font-weight: 500;
}

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

.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(-1rem) scale(0.8);
	opacity: 1;
}

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

/* #endregion form */

/* #region gallery */

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	/* align-items: start; */
	margin-top: var(--section-gap);
}

.gallery-grid-sm {
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 20px;
}

.gallery-card {
	display: block;
	padding: 10px;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	border-radius: 6px;
	background-color: #fff;
}

.gallery-card-img {
	position: relative;
}

.gallery-card-img::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 75%;
}

.gallery-card-img img,
.gallery-card-img iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-caption {
	font-weight: 500;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	/* line clamp 3 */
	margin-top: 0.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bigG .gallery-caption {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.gallery-caption:empty {
	display: none;
}

.sl-overlay {
	background-color: #000;
}

.sl-wrapper .sl-close {
	font-size: 2.8em;
	top: 15px;
	right: 15px;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-counter,
.sl-wrapper .sl-close {
	color: var(--theme-fore-color);
}

.sl-wrapper .sl-image .sl-caption {
	text-align: center;
}

.sl-wrapper .sl-image {
	position: relative;
	transform: translateX(0);
}

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

/* #endregion gallery */

/* #region infrastructure */

.infrastructure-page .product-tabs .nav-item {
	max-width: max-content;
}

.infrastructure-page {
	background-color: #f9f9f9;
}

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

.infrastructure-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.infrastructure-item {
	position: relative;
	box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
	text-align: center;
	background-color: #fff;
}

.infrastructure-img::before {
	padding-top: 65%;
}

.infrastructure-item-content {
	padding: 1rem;
}

.infrastructure-item-title {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.infrastructure-item-text {
	line-height: 1.3;
}

.propduct-gallery-swiper {
	height: 400px;
}

.other-product .outer-box {
	border: 1px solid #dadada;
	padding: 15px;
	border-radius: 10px;
}

.other-product .title {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-box-orient: 2;
	min-height: 2lh;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

.other-product .desc {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-box-orient: 3;
	min-height: 3lh;
	font-size: 1rem;
	line-height: 1.5rem;
}

.page-secton-title {
	white-space: nowrap;
}

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

	.infrastructure-item-title {
		font-size: 1.1rem;
		font-weight: 600;
	}

	.infrastructure-item-text {
		font-size: 0.9rem;
	}
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
	.header-banner {
		display: none;
	}

	.about-col-content .section-header {
		width: 100%;
	}
}

/* #endregion infrastructure */

/* #region volunteer */
.volunteer-content {
	padding: 10px 15px;
}

.volunteer-content .title {
	font-size: 1rem;
	text-transform: capitalize;
	text-align: center;
}

.service-portfolio-title {
	margin: 15px 0px 5px;
	text-align: center;
}

/* #endregion */

.product-filter-dropdown-btn {
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 0.5rem;
	font-size: 1.1rem;
	vertical-align: middle;
	padding: 0 0.5rem;
	color: #333;
	transition: color 0.2s;
}

.product-filter-dropdown-btn:hover {
	color: var(--theme-primary);
}

.product-filter-dropdown {
	display: none;
	position: absolute;
	top: 110%;
	left: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid #dadada;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	z-index: 10;
	padding: 1rem;
	border-radius: 0.5rem;
	max-height: 300px;
	overflow-y: auto;
}

.product-filter-dropdown.show {
	display: block;
}

.dropdown-checkbox {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	user-select: none;
}

/* --- Product Tabs Filter Bar (Horizontal Section) --- */
.product-tabs-filter-bar {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #dadada;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
	border-radius: 0 0 0.7rem 0.7rem;
	overflow: hidden;
	max-height: 100%;
	transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s, opacity 0.3s;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
	padding: 1.2rem 0.5rem;
	opacity: 1;
	pointer-events: auto;
}

.product-tabs-filter-bar:not(.active) {
	max-height: 0 !important;
	padding: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	margin: 0 !important;
}

.product-tabs-filter-options {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

.product-tabs-filter-option {
	flex-basis: 23%;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	line-height: 1.15rem;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	padding: 0.5rem 1.2rem;
	border-radius: 0.5rem;
	transition: background 0.2s, color 0.2s;
	background: transparent;
	text-transform: uppercase;
}

.product-tabs-filter-option input[type="checkbox"] {
	accent-color: var(--theme-secondary);
	width: 1.1em;
	height: 1.1em;
	margin-right: 0.5em;
}

.product-tabs-filter-option.active,
.product-tabs-filter-option:hover {
	background: var(--theme-primary);
	color: #fff;
}

.product-filter-bar-toggle {
	background: none;
	border: none;
	color: var(--theme-primary);
	font-size: 1.3rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: color 0.2s;
	padding: 0.2rem 0.7rem;
}

.product-filter-bar-toggle.active,
.product-filter-bar-toggle:focus {
	background: var(--theme-primary);
	color: #fff;
}

.product-search-box {
	min-width: 320px;
	max-width: 320px;
	align-self: center;
	position: relative;
}

.product-search-box input[type="text"] {
	border: 1px solid #dadada;
	border-radius: 0.5rem;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
	font-size: 1rem;
	transition: border 0.2s;
	width: 100%;
}

.product-search-box input:focus {
	box-shadow: none;
	outline: none;
}

.product-search-box input[type="text"]:focus {
	border-color: var(--theme-primary);
	outline: none;
}

.product-search-box .search-icon {
	position: absolute;
	right: 0.9rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--theme-primary);
	font-size: 1.3rem;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-search-box .search-icon i {
	font-size: 1.3rem;
}

@media (max-width: 768px) {
	.product-tabs-filter-bar.active {
		max-height: 200px;
		padding: 0.7rem 0.2rem;
	}

	.product-tabs-filter-options {
		gap: 1rem;
		flex-wrap: wrap;
	}

	.product-tabs-filter-option {
		font-size: 0.95rem;
		padding: 0.4rem 0.7rem;
	}

	.product-search-box {
		width: 100%;
	}

	.product-details .product-name {
		margin-bottom: 1rem;
	}
}

/* Responsive product tabs navigation */
.product-tabs-responsive-nav {
	display: none;
}

.product-filter-header {
	background-color: #F2FAFA;
	padding: 1.25rem;
	position: sticky;
	top: calc(var(--header-height) + 0rem);
	z-index: 10;
}

.product-tag {
	font-size: 1rem;
	line-height: 1.3rem;
	display: flex;
	gap: 0.25rem;
	margin-bottom: 0.5rem;
}

.product-mechs {
	display: flex;
	gap: 0.1rem;
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0.5rem;
}

.product-mechs .mech i {
	color: green;
}

.product-filter-header .filter-head {
	color: var(--theme-secondary);
}

.filterBox {
	background-color: #F2FAFA;
	padding: 1.25rem;
	/* min-height: calc(100vh - ((2 * var(--section-gap)) + var(--header-height) + var(--top-header-height) + 3.5rem)); */
	position: sticky;
	top: calc(var(--header-height) + 2rem);
	overflow: auto;
}

.filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5rem;
	color: var(--theme-secondary);
}

.filter-inline-group .form-check {
	display: flex;
	align-items: center;
	gap: 0.25rem;
	margin: 0;
}

.product-search-input {
	min-width: 27.55rem;
	padding: 0.6rem 1.2rem;
}

.w-lg-auto {
	width: auto;
}

.product-search-input:focus {
	box-shadow: none;
}

#category-filter-form .form-check .form-check-input:checked+.cat-label {
	font-weight: 700;
}

.filter-inline-group .form-check .form-check-input {
	margin-top: 0;
	border-color: #000;
	padding-left: 0.5rem;
}

.filter-inline-group .form-check .form-check-input:checked {
	background-color: var(--theme-secondary);
	border-color: var(--theme-secondary);
}

.filter-inline-group .form-check .form-check-input:focus {
	box-shadow: none;
}

.open-filters {
	display: none;
}

#category-filter-form .form-check {
	margin: 0;
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin: 0;
	height: auto;
	font-size: 1rem;
	line-height: 1.3rem;
	padding: 0;
}

#category-filter-form .form-check .form-check-input {
	width: 1rem;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0;
	border-color: #000;
	margin-top: 0.25rem;
}

#category-filter-form .form-check .form-check-input:checked {
	background-color: var(--theme-secondary);
	border-color: var(--theme-secondary);
}

#category-filter-form .category-group {
	margin-bottom: 1rem;
}

#category-filter-form .category-group .form-check {
	margin-bottom: 0.5rem;
}

#category-filter-form .category-group .form-check:last-child {
	margin-bottom: 0;
}

#category-filter-form .category-group .products-list {
	border-left: 2px solid var(--theme-secondary);
	margin-left: 0.5rem;
	padding-left: 1rem;
}

#category-filter-form .category-group .cat-head {
	margin-bottom: 0.5rem;
}

#category-filter-form .category-group .cat-label {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

#category-filter-form .category-group .child-head {
	font-weight: 500;
}

#category-filter-form input:focus {
	box-shadow: none;
}

.filter-drops .filter-btns {
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #222;
	font-weight: 600;
	padding: 0.65rem 1.25rem;
}

@media (max-width: 991.98px) {
	.product-tabs-responsive-nav {
		display: flex !important;
		width: 100%;
		align-items: center;
		gap: 0;
		margin-bottom: 0.5rem;
		position: relative;
	}

	.product-tabs-responsive-nav .product-tabs {
		flex-grow: 1;
		width: 1px;
		min-width: 0;
		margin: 0;
		padding: 0;
		overflow: hidden !important;
		flex-wrap: nowrap !important;
		background: none;
		border: none;
		box-shadow: none;
		position: relative;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.product-tabs-responsive-nav .nav-item {
		display: none !important;
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
		opacity: 0;
		position: absolute;
		left: 0;
		border-radius: 0;
		right: 0;
		width: 100%;
		z-index: 1;
		overflow: hidden;
		justify-content: center;
		align-items: stretch;
		margin: 0;
	}

	.product-tabs-responsive-nav .nav-item.tab-visible {
		display: flex !important;
		opacity: 1;
		position: relative;
		z-index: 2;
		transform: translateX(0);
		animation: none;
		width: 100%;
	}

	.product-tabs-responsive-nav .nav-item.slide-left {
		animation: tab-slide-left 0.3s;
	}

	.product-tabs-responsive-nav .nav-item.slide-right {
		animation: tab-slide-right 0.3s;
	}

	.product-tabs-responsive-nav .nav-link {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		border-radius: 0;
		font-size: 0.9rem;
		line-height: 1.2rem;
		padding: 0.7rem 1rem;
		/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0 auto;
		text-transform: capitalize;
	}

	.product-tabs-responsive-nav .product-filter-bar-toggle {
		flex: 0 0 auto;
		margin-left: 0.2rem;
		padding: 0.2rem 0.7rem;
		border-radius: 0;
		font-size: 1.3rem;
		background: none;
		border: none;
		color: var(--theme-primary);
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.product-tabs-arrow {
		background: #fff;
		border: 1px solid var(--theme-primary);
		color: var(--theme-primary);
		width: 2.6rem;
		aspect-ratio: 1 / 1;
		overflow: hidden;
		font-size: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		pointer-events: auto;
		position: static;
		z-index: 3;
		flex-shrink: 0;
	}

	.product-tabs-arrow-left {
		margin-right: 0.2rem;
	}

	.product-tabs-arrow-right {
		margin-left: 0.2rem;
	}

	/* Hide desktop tabs */
	.product-tabs.d-lg-flex {
		display: none !important;
	}

	.product-tabs .nav-item {
		max-width: 100%;
	}

	.service-page-header {
		padding-top: 1rem;
	}

	@keyframes tab-slide-left {
		from {
			transform: translateX(-100%);
			opacity: 0;
		}

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

	@keyframes tab-slide-right {
		from {
			transform: translateX(100%);
			opacity: 0;
		}

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

/* Hide filter bars on mobile except in offcanvas */
@media (max-width: 991.98px) {
	.product-tabs-filter-bar {
		display: none !important;
	}

	.offcanvas-filter-sidebar .product-tabs-filter-bar {
		display: flex !important;
		max-height: 100% !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		margin-bottom: 1.5rem;
		padding: 1.2rem 0.5rem;
		overflow: auto;
	}
}

/* Floating filter button (mobile only) */
.floating-filter-btn {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1050;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	background: var(--theme-primary);
	color: #fff;
	border: none;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	transition: background 0.2s;
}

.floating-filter-btn:active,
.floating-filter-btn:focus {
	background: var(--theme-secondary);
	outline: none;
}

@media (min-width: 992px) {
	.floating-filter-btn {
		display: none !important;
	}
}

/* Offcanvas filter sidebar (mobile only) */
.offcanvas-filter-sidebar {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 85vw;
	max-width: 400px;
	height: 100vh;
	background: #fff;
	z-index: 1100;
	box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	padding: 0;
}

.offcanvas-filter-sidebar.show {
	right: 0;
}

.offcanvas-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2rem 1.5rem 1rem 1.5rem;
	border-bottom: 1px solid #eee;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 700;
	background: #f7f7f7;
}

.offcanvas-filter-title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.offcanvas-filter-header .close-filter-sidebar {
	background: none;
	border: none;
	font-size: 2rem;
	color: var(--theme-primary);
	cursor: pointer;
	padding: 0.2rem 0.7rem;
	margin-left: 1rem;
}

.offcanvas-filter-content {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 1rem 1.5rem;
}

.offcanvas-filter-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 1099;
	transition: opacity 0.3s;
	opacity: 0;
}

.offcanvas-filter-backdrop.show {
	display: block;
	opacity: 1;
}

body.offcanvas-open {
	overflow: hidden;
}

.filter-nav {
	display: none;
}

.resp-category-filter {
	display: none;
}

@media only screen and (max-width: 768px) {
	.filterBox {
		position: fixed;
		z-index: 1000;
		top: var(--header-height);
		left: 100%;
		transition: 0.3s ease-in-out;
		width: 100%;
		height: calc(100dvh - var(--header-height));
		padding: 0;
	}

	.innerFilterBox {
		height: 100%;
		position: relative;
		overflow: auto;
		padding: 1.5rem;
	}

	.filterBox.show {
		left: 0;
	}

	.filter-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.5rem;
		position: sticky;
		bottom: 0;
	}

	.filter-nav button {
		background-color: #eee;
		color: #000;
		border-radius: 0;
		border: 1px solid #dadada;
		padding: 0.5rem 1rem;
		font-size: 1rem;
		line-height: 1.2rem;
		font-weight: 500;
		cursor: pointer;
		width: 100%;
	}

	.product-filter-actions {
		width: 100%;
	}

	.product-search-input {
		min-width: 12rem;
		width: 100%;
		max-width: 100%;
	}

	.open-filters {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.resp-category-filter {
		display: block;
	}

	.resp-category-filter .filter-heading {
		font-size: 1rem;
		line-height: 1.3rem;
		font-weight: 700;
		border: 0;
		padding: 0;
		margin-bottom: 0.25rem;
	}

	#category-filter-form.resp-category-filter .cat-head {
		gap: 0.25rem;
	}

	#category-filter-form.resp-category-filter .category-group .form-check-input {
		border-color: #000;
	}

	#category-filter-form.resp-category-filter .category-group .cat-label {
		font-size: 1rem;
	}

	#category-filter-form.resp-category-filter .category-group {
		margin-bottom: 0;
	}

	.product-filter-header {
		top: var(--header-height);
	}

	.resp-filter-panel .filter-heading,
	.resp-filter-panel .filter-head,
	.resp-hide {
		display: none !important;
	}

	.w-lg-auto {
		width: 100%;
	}
}