/* #region markup content */

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

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

.video-figure:hover figcaption {
	opacity: 0;
	position: relative;
	z-index: 0;

}

.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 */
.services {
	background-color: #04493B;
}

.services-swiper .service-box {
	border: 1px solid #04493B;
	border-right: none
}

.services-swiper .swiper-slide:last-child .service-box {
	border-right: 1px solid #04493B;
}

.service-page-banner {
	width: 100%;
	aspect-ratio: 3 / 1;
	margin-bottom: var(--section-gap);
	border-radius: 1rem;
	overflow: hidden;
}

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

.project-gallery-figure {
	width: 100%;
	aspect-ratio: 1.5 / 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 {
	font-size: 1rem;
	line-height: 1.4rem;
}

.about-project-title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #04493B;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.about-industry-title {
	color: #04493B;
	font-size: 2.2rem;
	line-height: 2.5rem;
	font-weight: 600;
	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: 0.5rem;
	color: var(--theme-secondary);
}

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

.product-code strong {
	font-weight: 400;
}

#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;
	padding: 1rem;
}

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

.header-banner::before,
.header-banner::after {
	content: unset;
}

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

.header-banner .section-header {
	margin: 1rem 0;
}

.section-header .section-header-crumbs {
	margin: 0;
}

.header-banner .section-title {
	font-size: 2.5rem;
	line-height: 2.8rem;
	margin: 0;
}

.career-option-title {
	font-size: 1.8rem;
	font-weight: 400;
	/* 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-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-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: 1.2rem;
	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;
	line-clamp: 2;
	-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; */
}

#album-nav .swiper-button-prev,
#album-nav .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #fff;
	color: #fff;
}

#album-nav .swiper-button-prev {
	left: 10px;
}

#album-nav .swiper-button-next {
	right: 10px;
}

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

.gallery-card {
	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;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.testimonial-images-swiper figure {
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	background-color: #fff;
}

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

.product-testimonial-card {
	padding: 1rem;
	background-color: var(--theme-primary);
	border-radius: 0.5rem;
}

.testimonial-author {
	margin-bottom: 0.5rem;
}

.testimonial-author .name {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
}

.testimonial-author .link {
	font-size: 1rem;
	line-height: 1.3rem;
	color: var(--theme-secondary);
	font-weight: 500;
	text-decoration: underline;
}

.page-banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 4rem 0;
	position: relative;
}

.page-banner .overlay {
	background-color: rgba(0, 0, 0, 0.75);
}

.stores26-banner {
	background-image: url('../images/banners/stores26banner.jpg');
}

.mdr26-banner {
	background-image: url('../images/banners/mdr26-bannert.jpeg');
}

.cars26-banner {
	background-image: url('../images/banners/dealership-breadcrumbs.jpeg');
}

.page-banner .page-header-title {
	color: #fff;
	font-size: 3rem;
	line-height: 3.3rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.page-banner .page-header-title .lesser {
	display: block;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 300;
}

.about-store article {
	font-size: 1.1rem;
	line-height: 1.4rem;
	max-width: 868px;
	margin: auto;
}

.about-store article .title {
	font-size: 2rem;
	line-height: 2.3rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-weight: 500;
}

.whythisstore-section .about .description {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--intro-description-color);
	padding-bottom: 1rem;
}

.whythisstore-section figure {
	width: 100%;
	aspect-ratio: 1.75 / 1;
	overflow: hidden;
	border-radius: 0.5rem;
}

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

.vismis-div {
	margin-top: 10rem;
}

.vismis-box {
	border-radius: 1rem;
	background: transparent;
	border: 1px solid #eee;
	padding: 1rem;
	flex-basis: 50%;
	position: relative;
	transition: 0.3s ease-in-out;
}

.vismis-box:hover {
	box-shadow: 0px 0 10px 0.1px rgba(255, 182, 136, 0.2);
}

.vismis-figure {
	position: absolute;
	left: 50%;
	top: 0;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
	max-width: 15rem;
	margin: auto;
	border-color: #eee;
}

.vismis-box article {
	margin-top: 9rem;
}

.vismis-box .title {
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.8rem;
}

.vismis-figure img {
	border-radius: 0;
}

.vismis-figure .overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.vismis-figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5rem;
	font-size: 2.5rem;
	line-height: 2.8rem;
	font-weight: 500;
	color: #fff;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	opacity: 1;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.vismis-figure:hover figcaption {
	opacity: 0;
}

.vismis-figure .description {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 2rem;
	min-height: 100%;
	height: fit-content;
	max-height: 100%;
	border-radius: 0;
	color: #fff;
	transition: 0.3s ease-in-out;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
}

.vismis-figure .description ::-webkit-scrollbar {
	width: 8px;
}

.vismis-figure .description ::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 4px;
}

.vismis-figure .description ::-webkit-scrollbar-track {
	background-color: transparent;
}

.vismis-figure .description .title {
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #fff;
}

.vismis-figure:hover .overlay {
	opacity: 1;
}

.vismis-figure:hover .description {
	top: 0;
}

.footer {
	padding: 1rem 0;
}

.feature-box figure {
	flex-basis: 90px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #dadada;
	padding: 1rem;
	background-color: #FFEEE2;
}

.center-header .section-desc {
	max-width: 50%;
	margin: auto;
	padding: 0;
}

.feature-box figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(64%) sepia(5%) saturate(9%) hue-rotate(59deg) brightness(95%) contrast(89%);
}

.feature-box article {
	flex-basis: 70%;
}

.feature-box .title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	min-height: 2lh;
	text-transform: capitalize;
}

.feature-box .description {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.2rem;
	color: #666;
}

.whychecklist figure {
	max-width: 25px;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

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

.why-diviver {
	margin: 2rem 0;
	border-color: var(--theme-primary);
}

.whycard {
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	padding: 1.5rem;
	height: 100%;
}

.whycard figure {
	max-width: 50px;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

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

.whycard article {
	padding: 1rem 0;
}

.whycard article .title {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	min-height: 2lh;
}

.whycard article .description {
	font-size: 1rem;
	line-height: 1.3rem;
}

.why-white {
	background-color: #fff;
}

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

.why-theme {
	color: #fff;
}

.portfolio-section .section-desc {
	max-width: 868px;
}

.package-card {
	border: 1px solid #dadada;
	border-radius: 0.75rem;
	text-align: center;
	height: 100%;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	overflow: hidden;
}

.package-card .package-subtitle {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: var(--theme-primary);
}

.package-card .package-title {
	font-size: 2rem;
	line-height: 2.3rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #fff;
}

.package-card .package-header {
	max-width: 100%;
	min-height: 200px;
	padding: 2rem 1rem;
	background-color: #1F2B38;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.special-package .package-header {
	background-color: var(--theme-primary);
}

.special-package .package-header .package-subtitle,
.special-package .package-header .package-title {
	color: #fff;
}

.package-card .package-points {
	padding: 2rem;
	color: #333;
	text-align: start;
}

.package-card .package-points li {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 300;
	text-transform: capitalize;
}

.contact-section .container {
	border: 1px solid #dadada;
	padding: 2.5rem 5rem;
}

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

.contact-section .cta-btn:hover {
	color: var(--theme-primary);
}

.contact-section .cta-btn:hover::after {
	background-color: #fff;
	border-color: #fff;
}

.contact-info {
	text-align: center;
}

.contact-info .section-title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 500;
}

.contact-info .contact-mobile {
	font-size: 1.1rem;
	line-height: 1.3rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
}

.contact-info .contact-mobile span {
	font-size: 1rem;
	font-weight: 300;
}

.contact-info .contact-email {
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 400;
	margin-bottom: 0.25rem;
}

.contact-info .contact-email span {
	font-size: 1rem;
	font-weight: 300;
}

.contact-info .description {
	font-size: 0.95rem;
	font-weight: 300;
	max-width: 85%;
	margin: auto;
}

.howwork-card {
	border: 1px solid #dadada;
	border-radius: 0.5rem;
	background-color: #fff;
	height: 100%;
	padding: 2rem;
	position: relative;
}

@keyframes moveitright {
	0% {
		transform: translate(50%, 50%);
	}

	100% {
		transform: translate(calc(50% + 20px), 50%);
	}
}

@keyframes moveitleft {
	0% {
		transform: translate(50%, 50%);
	}

	100% {
		transform: translate(calc(50% - 20px), 50%);
	}
}

.howwork-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 2px dashed #333;
	transform: translate(50%, 50%);
	z-index: -1;
	animation: moveitright 1s linear infinite;
}

@keyframes moveitdown {
	0% {
		transform: translate(50%, 50%);
	}

	100% {
		transform: translate(50%, calc(50% + 20px));
	}
}

.howwork-card-4::before,
.howwork-card-5::before,
.howwork-card-6::before,
.howwork-card-10::before,
.howwork-card-11::before,
.howwork-card-12::before {
	animation: moveitleft 1s linear infinite;
}


.howwork-card-3::after,
.howwork-card-4::after,
.howwork-card-9::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 2px dashed #333;
	transform: translate(50%, 50%);
	z-index: -1;
	animation: moveitdown 1s linear infinite;
}


.howwork-card-3::before,
.howwork-card-6::before,
.howwork-card-9::before,
.howwork-card-12::before {
	content: none;
}


.how-works .col:last-child .howwork-card::before,
.how-works .col:last-child .howwork-card::after {
	content: none;
}


@media only screen and (max-width: 992px) {

	.howwork-card::before,
	.howwork-card::after {
		content: unset;
	}
}

.howwork-card figure {
	width: 100%;
	max-width: 90px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 0.5rem;
	background-color: #FFEEE2;
	border: 1px solid #dadada;
	padding: 1rem;
	margin-bottom: 1rem;
}

.howwork-card figure img {
	filter: brightness(0) saturate(100%) invert(64%) sepia(5%) saturate(9%) hue-rotate(59deg) brightness(95%) contrast(89%);
}

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

.howwork-card .title {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	min-height: 2lh;
}

.howwork-card .description {
	font-size: 1rem;
	line-height: 1.3rem;
}

.work-order-lg-1 {
	order: 1;
}

.work-order-lg-2 {
	order: 2;
}

.work-order-lg-3 {
	order: 3;
}

.work-order-lg-1 {
	order: 1;
}

.work-order-lg-2 {
	order: 2;
}

.work-order-lg-3 {
	order: 3;
}

.work-order-lg-4 {
	order: 4;
}

.work-order-lg-5 {
	order: 5;
}

.work-order-lg-6 {
	order: 6;
}

.work-order-lg-7 {
	order: 7;
}

.work-order-lg-8 {
	order: 8;
}

.work-order-lg-9 {
	order: 9;
}

.work-order-lg-10 {
	order: 10;
}

.work-order-lg-11 {
	order: 11;
}

.work-order-lg-12 {
	order: 12;
}

.work-order-lg-13 {
	order: 13;
}

.work-order-lg-14 {
	order: 14;
}

.work-order-lg-15 {
	order: 15;
}

.work-order-lg-16 {
	order: 16;
}

.work-order-lg-17 {
	order: 17;
}

@media (max-width: 768px) {
	.contact-page .section-desc {
		max-width: 100% !important;
	}

	.feature-box figure {
		max-width: 70px;
	}


	.feature-box .title {
		min-height: 1lh;
	}

	.vismis-box {
		margin: 0;
		margin-bottom: 9rem;
	}

	.vismis-box:last-child {
		margin: 0;
	}

	.home-testimonial-card {
		padding: 1rem;
	}

	.industry-testimonial-swiper {
		overflow-x: clip;
	}

	.infrastructure-grid {
		grid-template-columns: 1fr;
	}

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

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

	.howwork-card::before,
	.howwork-card::after {
		content: none;
	}

	.work-order-1 {
		order: 1;
	}

	.work-order-2 {
		order: 2;
	}

	.work-order-3 {
		order: 3;
	}

	.work-order-4 {
		order: 4;
	}

	.work-order-5 {
		order: 5;
	}

	.work-order-6 {
		order: 6;
	}

	.work-order-7 {
		order: 7;
	}

	.work-order-8 {
		order: 8;
	}

	.work-order-9 {
		order: 9;
	}

	.work-order-10 {
		order: 10;
	}

	.work-order-11 {
		order: 11;
	}

	.work-order-12 {
		order: 12;
	}

	.center-header .section-desc {
		max-width: 100%;
	}

	.contact-section .container {
		padding: 2.5rem 1rem;
	}

	.page-banner .page-header-title {
		font-size: 2rem;
		line-height: 2.3rem
	}

	.page-banner .page-header-title .lesser {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.page-banner {
		padding: 2rem 0;
	}
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
	.about-col-content .section-header {
		width: 100%;
	}
}

/* #endregion infrastructure */

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

/* #region contact page */

/* --- Modern Contact Page Styles --- */
.contact-section {
	display: flex;
	gap: 3rem;
	background: #fff;
	padding: 2.5rem 2rem;
	align-items: flex-start;
	/* border: 1px solid #dadada; */
}

.contact-page .section-desc {
	max-width: 75%;
}

.contact-links-column {
	flex: 0 0 320px;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.contact-links-group {
	display: flex;
	align-items: flex-start;
	gap: 1.2rem;
	background: #fff;
	border-radius: 0;
	padding: 1.2rem 1.5rem;
	box-shadow: 0 0px 10px 1px rgb(177 177 177 / 7%);
}

.contact-links-icon {
	font-size: 1.5rem;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin-right: 0.5rem;
	overflow: hidden;
	flex-basis: 18%;
}

.contact-links-icon.color-yellow {
	background: #e6b800;
	color: #fff;
}

.contact-links-icon.color-green {
	background: #00b86b;
	color: #fff;
}

.contact-links-icon.color-orange {
	background: #ff9800;
	color: #fff;
}

.contact-links-info {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	flex-basis: 75%;
}

.contact-links-head {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.contact-link,
.contact-link-extra {
	font-size: 1rem;
	line-height: 1.3rem;
	color: #444;
}

.contact-link a {
	color: var(--theme-primary);
	text-decoration: none;
	transition: color 0.2s;
}

.contact-link a:hover {
	color: var(--theme-secondary);
	text-decoration: underline;
}

.contact-link-extra a {
	color: #888;
	font-size: 0.95rem;
	text-decoration: underline;
}

.contact-form-column {
	flex: 1 1 0%;
	max-width: 100%;
}

.contact-form-card {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0px 10px 1px rgb(177 177 177 / 7%);
	padding: 2.5rem 2rem 2rem 2rem;
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.contact-form-row {
	display: flex;
	gap: 1.2rem;
	margin-bottom: 0.8rem;
}

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

.contact-form-group {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.contact-form-label {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.2rem;
	color: #333;
}

.contact-form-control {
	padding: 0.7rem 1rem;
	border: 1px solid #dadada;
	border-radius: 0.4rem;
	font-size: 1rem;
	background: #fff;
	transition: border-color 0.2s;
	outline: none;
}

.contact-form-control:focus {
	border-color: var(--theme-primary);
}

.contact-form-control:invalid {
	border-color: #c4c5c5;
}

.product-page .section-desc-lg {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.contact-form-action {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.5rem;
}

.contact-form-button {
	background: var(--theme-primary);
	color: #fff;
	border: none;
	border-radius: 0.4rem;
	padding: 0.7rem 2.2rem;
	font-size: 1.1rem;
	font-weight: 600;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
	transition: background 0.2s, color 0.2s;
	cursor: pointer;
}

.contact-form-button:hover {
	background: var(--theme-secondary);
	color: #fff;
}

.contact-form-success {
	color: #00b86b;
	background: #e6fff2;
	border-radius: 0.4rem;
	padding: 0.7rem 1rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1rem;
}

.contact-form-error {
	color: #ff4d4f;
	background: #fff0f0;
	border-radius: 0.4rem;
	padding: 0.7rem 1rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1rem;
}

@media (max-width: 900px) {
	.contact-section {
		flex-direction: column;
		gap: 2rem;
		padding: 1.5rem 0.5rem;
	}

	.contact-links-column {
		flex: none;
		width: 100%;
		max-width: 100%;
	}

	.contact-form-column {
		max-width: 100%;
		width: 100%;
	}

	.contact-links-column {
		gap: 0.25rem;
	}

	.contact-form-row {
		flex-direction: column;
	}

	.contact-form-action {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.contact-form-card {
		padding: 1.5rem;
	}

	.contact-section .container {
		padding: 1.2rem 0.2rem;
	}
}

/* #endregion */