/* #region product details */
main {
	min-height: calc(100vh - var(--header-height) - 6rem);
}

.product-details-wrapper {
	--theme-color-1: var(--theme-primary);
	--theme-color-1-alt: var(--theme-primary-alt);
	--theme-color-2: var(--theme-primary-bg-light);
	--theme-color-2-alt: var(--theme-primary-alt);
}

.product-details-row {
	/* margin-left: calc(-5rem - var(--column-gutter)); */
	/* padding-inline: var(--column-gutter); */
	display: flex;
	gap: 4rem;
	align-items: center;
}

.product-details-img,
.product-details-info {
	flex: 1 1 50%;
	max-width: 50%;
}

.product-title {
	font-size: 2.2rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
}

.product-description {
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 2rem;
	font-style: italic;
}

.product-details-img {
	background-color: #fff;
	/* box-shadow: 0 0 1rem rgb(0 0 0 / 10%); */
	/* border-radius: 1rem; */
	/* min-height: 30rem; */
	/* border: 1px solid #dadada; */
}

.product-details-img img {
	/* object-fit: contain; */
	/* padding: 2rem; */
}

.product-images-col {
	position: sticky;
	top: 0;
	height: 100%;
}

.product-preview {
	display: flex;
}

.product-thumbnails {
	flex: 0 0 66px;
	max-height: 600px;
}

.product-thumb {
	border: 1px solid #dadada;
	margin-bottom: 10px;
	cursor: pointer;
	transition: ease 0.25s border-color;
	height: 65px;
}

.product-thumb.swiper-slide-thumb-active {
	border-color: var(--theme-color-1);
}

.product-thumb img {
	display: block;
	height: 100%;
	width: 100%;
	margin: auto;
	object-fit: contain;
	padding: 0.4rem;
}

.product-preview-zoom {
	flex: 1 1 100%;
	padding: 0 10px;
	overflow: hidden;
}

.product-preview-zoom .swiper {
	border: 1px solid #dadada;
	margin-bottom: 0.5rem;
}

.product-preview-img {
	/* border: 1px solid #ddd; */
	padding: 5px;
	/* height: calc(100vh - 150px); */
	height: 512px;
	width: 100%;
	max-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-preview-img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	touch-action: manipulation;
	/* padding: 1rem; */
}

.product-image-preview-label {
	font-size: 0.9rem;
	font-weight: 500;
	color: #999;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.product-image-preview-label b {
	display: block;
	margin-bottom: 0.4rem;
	font-weight: inherit;
}

.product-disclaimer-text {
	padding: 0.5rem 0.75rem;
	/* background-color: var(--theme-primary-bg-light); */
	color: #555;
	border-radius: 1rem;
	display: flex;
	gap: 1rem;
	align-items: center;
	font-size: 0.85em;
	/* font-style: italic; */
}

.product-disclaimer-icon {
	width: 4rem;
	color: #000;
	place-content: center;
	flex-shrink: 0;
	/* padding: 0.5rem; */
	border-radius: 0.5rem;
	text-align: center;
}

.product-disclaimer-icon img {
	display: block;
	width: 100%;
}

.product-disclaimer-icon b {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	margin: 0;
	margin-top: 0.3em;
}

.product-details-info {
	/* padding-inline: 1rem; */
}

.product-details-info.section-header {
	margin-bottom: 2rem;
}

.product-details-title {
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: var(--theme-color-1);
}

.product-details-list-title.collapse-title {
	padding-right: 3rem;
}

.product-details-list-title.collapse-title::after {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 50%;
	font: var(--icon-font);
	font-size: 1.3em;
	transform: translate(-50%, -50%);
}

.collapse-active .product-details-list-title.collapse-title::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

img.product-details-title {
	margin-inline: auto;
	height: 3.7em;
}

.product-details-list {
	/* margin-top: 1rem; */
	display: grid;
	gap: 1.5rem;
}

.product-details-list li {
	/* box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); */
	border-radius: 1rem;
}

.product-details-list-title {
	display: flex;
	padding: 0.4rem;
	background-color: var(--theme-color-2);
	color: var(--theme-color-2-alt);
	font-weight: 500;
	align-items: center;
	gap: 1rem;
	border-radius: inherit;
	position: relative;
	z-index: 2;
	font-size: 1rem;
	cursor: pointer;
	width: 100%;
}

.product-details-list-title i {
	/* content: ""; */
	width: 2.5rem;
	height: 2.5rem;
	display: grid;
	place-content: center;
	font-size: 2rem;
	line-height: 1;
	background-color: var(--theme-color-1);
	color: var(--theme-color-1-alt);
	padding: 0;
	border-radius: 0.6rem;
}

.product-details-list-info {
	padding: 0.5rem 1rem;
	padding-top: 1.5rem;
	/* margin-top: -1rem; */
	transform: translateY(-1rem);
	margin-bottom: -1rem;
	position: relative;
	z-index: 1;
	background-color: var(--theme-primary-alt);
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: grid;
	gap: 0.4rem;
	font-size: 0.9rem;
	line-height: 1.6;
	border: 1px solid #dadada;
}

.product-details-list-info p {
	position: relative;
	padding-left: 1rem;
	line-height: 1.4;
}

.product-details-list-info li {
	margin-bottom: 0.5rem;
	padding-left: 1em;
	position: relative;
}

.product-details-list-info li::before {
	content: "\2022";
	font-size: 1.5rem;
	line-height: 1em;
	left: 0;
	position: absolute;
}

.product-details-list-info b {
	font-weight: 600;
}

@media (min-width: 769px) {
	#prod_img_view {
		position: relative;
		width: auto;
		top: 0;
		max-width: 590px;
	}

	.enlarge-preview,
	.close-zoom-preview,
	.resp-only {
		display: none;
	}

	.product-preview-img img {
		/* min-width: 500px; */
	}

	.js-image-zoom__zoomed-area {
		box-shadow: inset 0 0 0 1px #666;
		width: 110px !important;
		height: 110px !important;
	}

	.js-image-zoom__zoomed-image {
		z-index: 20;
		position: absolute;
		/* background-color: #fff; */
		/* transform: translate(110%, 110%) scale(1) !important; */
		top: 0 !important;
		left: 100% !important;
		height: 100%;
		right: auto !important;
		width: 500px;
		pointer-events: none;
	}

	.js-image-zoom__zoomed-image .drift-zoom-pane {
		background-color: #fff;
		/* pointer-events: all; */
		box-shadow: rgb(0 0 0 / 25%) 0px 2px 5px 1px, inset 0 0 0 0.5px #666;
		border: 1px solid rgb(148, 148, 148);
	}

	.drift-bounding-box {
		z-index: 10;
	}
}

@media (max-width: 991px) {
	.product-details-row {
		flex-direction: column;
	}

	#prod_img_view,
	.product-details-info {
		max-width: 100%;
	}

	.js-image-zoom__zoomed-image {
		display: none;
	}

	.category-page-container {
		flex-direction: column;
	}
}

@media (min-width: 991px) {
	#prod_img_view {
		max-width: 600px;
	}
}

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

	.product-details-img {
		width: 100%;
	}

	.product-details-info {
		padding-inline: 0;
		width: 100%;
		max-width: 100%;
	}

	.product-details-title {
		font-size: 1.8rem;
	}

	.product-details-subtitle {
		line-height: 1.5;
	}

	.product-images-col {
		position: static;
		margin-bottom: 15px;
		min-width: 100%;
		width: 100%;
	}

	.product-preview {
		flex-direction: column-reverse;
		overflow: hidden;
	}

	.product-thumbnails {
		/* flex: 1 1 100%; */
		/* display: flex; */
		/* overflow: auto; */
		width: 100%;
	}

	.product-thumb {
		/* flex: 0 0 65px; */
		/* margin-right: 5px; */
		width: auto;
	}

	.product-thumb img {
		width: auto;
		max-width: 80px;
	}

	.product-preview-zoom {
		padding: 0;
		margin-bottom: 10px;
	}

	.close-zoom-preview {
		display: none;
		margin: 10px 0;
		padding: 7px 15px;
		background-color: #eaeaea;
		color: #000;
		font-weight: 500;
		font-size: 18px;
	}

	.close-zoom-preview i {
		vertical-align: middle;
		display: inline-block;
	}

	.product-preview-img {
		height: 300px;
	}

	.resp-none {
		display: none;
	}

	.enlarge-preview {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
		z-index: 255;
	}

	.enlarge-preview::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background-color: #fff;
		z-index: 0;
	}

	.enlarge-preview .close-preview {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 36px;
		color: #000;
		z-index: 2;
		padding: 10px;
		background-color: #dadada;
		line-height: 0.5;
		border-radius: 4px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	}

	.enlarge-preview img {
		z-index: 1;
		width: 100%;
		display: block;
		/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
	}

	/* .enlarge-preview.active {
        display: block;
    } */
	.product-images-col.zoom-view {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 150;
		background-color: #fff;
	}

	.product-images-col.zoom-view .product-thumbnails {
		margin-top: auto;
		padding: 10px;
	}

	.product-images-col.zoom-view .product-thumb {
		height: 80px;
	}

	.product-images-col.zoom-view .product-image-preview-label {
		display: none;
	}

	.product-images-col.zoom-view .product-thumbnails {
		flex-basis: auto;
	}

	.product-images-col.zoom-view .product-preview {
		height: 100%;
	}

	.close-zoom-preview {
		display: none;
		margin: 10px 0;
		padding: 7px 15px;
		background-color: #eaeaea;
		color: #000;
		font-weight: 500;
		font-size: 18px;
	}

	.close-zoom-preview i {
		vertical-align: middle;
		display: inline-block;
	}

	.product-images-col.zoom-view .close-zoom-preview {
		display: block;
	}

	.product-images-col.zoom-view .product-preview-zoom {
		padding-left: var(--column-gutter);
		padding-right: var(--column-gutter);
	}
}

/* #endregion product details */

/* #region about */

.about-page .section-header {
	margin-bottom: 1.5rem;
}

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

.about-section-desc {
	margin-bottom: 0.7rem;
	font-size: 1.125rem;
	line-height: 1.6;
}

.about-section-img {
	max-width: 600px;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	margin-bottom: 1rem;
	flex: 0 0 100%;
}

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

.about-float-img {
	width: 500px;
	min-width: 50%;
	max-width: 100%;
	float: left;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	margin-right: 1.5rem;
	clear: both;
}

.about-section-icon {
	--icon-margin: 5rem;
	float: left;
	width: 18rem;
	height: 18rem;
	margin-right: var(--icon-margin);
	object-fit: cover;
	border-radius: 26rem;
}

.about-section-rows {
	display: grid;
	gap: var(--section-gap);
}

.about-section-rows .about-section-desc {
	max-width: 40rem;
}

.about-section-details {
	display: flex;
	align-items: center;
}

.about-section-cols {
	display: flex;
	flex-wrap: wrap;
}

.about-section-text-col {
	flex: 1 1 50%;
}

.about-section-subtitle {
	margin-top: 0.5rem;
	font-weight: 600;
}

.directorGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

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

.directorCard figure {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 0;
}

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

.directorCard:hover img {
	transform: scale(1.05);
}

.directorCard article {
	padding: 1rem;
}

.directorCard article .name {
	font-size: 1.375rem;
	line-height: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.directorCard article .designation {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.career-form {
	max-width: 896px;
	margin: 3rem auto 0;
}

.career-form figure {
	max-width: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 0.5rem;
}

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

.career-form .icon {
	max-width: 50px;
	margin: 0 auto 1rem;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	width: 100%;
}

.career-form .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.career-form .title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 0.5rem;
	text-align: center;
	text-transform: uppercase;
}

.career-form .description {
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin-bottom: 1rem;
}

.careerForm input[type="text"],
.careerForm input[type="email"],
.careerForm select.form-select {
	border: 1px solid rgba(225, 220, 240);
	margin-bottom: 1rem;
	border-radius: 0.25rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.careerForm input:focus,
.careerForm input:active,
.careerForm select:focus,
.careerForm select:active {
	box-shadow: none;
	outline: 1px solid var(--theme-primary);
}

.careerForm input::placeholder {
	font-size: 0.85rem;
	line-height: 1rem;
}

.careerForm .form-group label {
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.125rem;
}

.careerForm .terms {
	margin-bottom: 1rem;
}

.careerForm .terms input {
	margin-top: 0.5rem;
}

.careerForm .terms label {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.careerForm input[type="checkbox"] {
	border: 1px solid #333;
}

.submitBtn {
	padding: 0.66rem 1.5rem;
	border-radius: 0.25rem;
	background-color: var(--theme-primary);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#JobDescription {
	overflow: auto;
	max-height: 250px;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	line-height: 1.5rem;
	scrollbar-width: thin;
}

#JobDescription .title {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-align: start;
	margin-bottom: 0.5rem;
}

@media (min-width: 768px) {

	.about-section-row:nth-child(even) .about-section-details {
		flex-direction: row-reverse;
	}

	.about-section-row:nth-child(even) .section-title,
	.about-section-row:nth-child(even) .about-section-desc {
		text-align: right;
		margin-left: auto;
	}

	.about-section-row:nth-child(even) .about-section-icon {
		float: right;
		margin-right: 0;
		margin-left: var(--icon-margin);
	}
}

@media (max-width: 768px) {
	.about-section-icon {
		--icon-margin: 0;
	}

	.about-section-details {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
}

/* #endregion about */

/* #region blog view page */

.blog-page {
	display: flex;
	gap: 2rem;
}

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

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

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

.blog-page-title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	/* color: var(--theme-primary); */
}

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

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

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

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

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

.blog-img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem 1.5rem;
	color: #fff;
}

.blog-main-content {
	font-size: 1rem;
	clear: right;
	line-height: 1.7;
}

.blog-main-content p {
	margin-bottom: 1em;
	text-align: justify;
}

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

.blog-main-content img {
	display: inline-block;
}

.blog-main-content h1,
.blog-main-content h2,
.blog-main-content h3,
.blog-main-content h4 {
	font-weight: 500;
	margin-bottom: 0.3em;
	color: var(--theme-primary);
}

.blog-main-content h1 {
	font-size: 2em;
}

.blog-main-content h2 {
	font-size: 1.5em;
}

.blog-main-content h3 {
	font-size: 1.17em;
}

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

.blog-main-content strong {
	font-weight: 600;
}

.blog-main-content em {
	font-style: italic;
}

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

.blog-main-content .marker {
	background-color: Yellow;
}

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

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

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

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

.blog-main-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 0.5rem;
}

.blog-main-content table td {
	padding: 0.5rem;
}

.blog-main-content table img {
	padding: 1rem;
	height: 100%;
	border: 1px solid #dadada;
}

.blog-banner {
	display: block;
	margin-top: 1.5rem;
}

.blog-content-category {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #eaeaea;
	line-height: 1.3;
}

.blog-content-author {
	padding: 1rem;
	margin-top: 1rem;
	/* border-top: 1px solid #eaeaea; */
	line-height: 1.5;
	background-color: var(--theme-primary-bg-light);
	border-radius: 0.5rem;
}

.blog-content-author-title {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.blog-content-author-name {
	font-size: 1.2rem;
	font-weight: 500;
}

.blog-content-author-desg {
	color: var(--theme-primary);
	font-weight: 500;
	font-size: 0.9rem;
}

.blog-content-author-about {
	margin-top: 0.3rem;
	line-height: 1.3;
}

.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: var(--theme-primary-alt);
	border-radius: 5rem;
	border: 2px solid var(--theme-primary);
	font-size: 1.3rem;
}

.blog-share-link i {
	display: block;
	line-height: 1.3;
}

.blog-share-link:hover {
	background-color: var(--theme-primary-alt);
	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: 1.3rem;
	/* line-clamp: 2; */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.about-bg {
	background-position-y: 30%;
}

.about-social-links {
	padding: 12px 20px;
}

.about-social-links ul.footer-social-links {
	justify-content: end;
	gap: 3rem;
}

.service-faq-body.active {
	position: absolute;
	top: 0;
	right: 0;
	display: flex !important;
	background-color: #fff;
	color: #000;
	height: -webkit-fill-available;
	width: 100%;
	left: 0;
	bottom: 0;
	align-items: center;
}

p.service-img-card-desc.active {
	background-color: var(--theme-primary);
	color: var(--theme-primary-alt);
}

.service-img-card-img {
	/* cursor: pointer; */
}

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

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

	.blog-page-title {
		font-size: 1.4rem;
		line-height: 1.6;
	}
}

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

	.blog-extra {
		display: none;
	}
}

/* #endregion blog view page */

/* #region categories */

.category-page-container {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.categories-sidebar {
	flex: 0 0 300px;
	padding: 1rem;
	border-radius: 0.5rem;
	border: 1px solid #eaeaea;
}

.categories-title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: inherit;
}

.categories-list {
	display: grid;
	gap: 0.2rem;
	line-height: 1.5;
}

.categories-list li {
	overflow: hidden;
	border: 1px solid transparent;
}

.header-banner .section-title {
	font-size: 2rem;
	line-height: 2.3rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.categories-list .active {
	/* color: var(--theme-primary-alt); */
	background-color: var(--theme-primary-bg-light);
	/* border-color: var(--theme-primary-bg-light); */
}

.categories-list a {
	display: block;
	padding: 0.5rem 1rem;
}

.categories-list a:hover {
	/* color: #000; */
	color: var(--theme-primary);
	background-color: var(--theme-primary-bg-light);
}

.category-products {
	flex: auto;
}

.category-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
	gap: 1rem;
}

.category-products-grid .home-products-item {
	border: 1px solid #eaeaea;
	border-radius: 0.5rem;
}

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

/* #endregion categories */

/* #region blogs */

.blogs-grid {
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
}

.blog-item {
	position: relative;
	border: 1px solid #dadada;
	border-radius: 0.5rem;
	overflow: hidden;
}

.blog-item-img {
	/* margin-bottom: 0.5rem; */
}

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

.blog-item-content {
	line-height: 1.5;
	padding: 1rem;
}

.blog-item-title {
	font-size: 1.3rem;
	font-weight: 500;
}

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

.blog-item-preview {
	margin-block: 0.5rem;
}

.blog-item-link {
	/* color: var(--theme-secondary); */
}

.blog-content {
	clear: both;
	position: relative;
}

.blog-content .blog-img {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

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

/* #endregion blogs */

/* #region contact */

.contact-map-frame::before {
	padding-top: 50%;
	margin-bottom: 2rem;
}

.contact-section {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
}

.contact-links-column,
.contact-form-column {
	flex: 1 1 50%;
}

.contact-form-title {
	font-weight: 600;
	margin-bottom: 1rem;
}

.contact-form-row {
	display: flex;
	flex-wrap: wrap;
	/* margin-top: 1rem; */
	/* gap: 1rem; */
}

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

.contact-form-group {}

.contact-form-label {
	display: inline-block;
	font-size: 0.95rem;
	/* line-height: 1.3; */
}

.contact-form-control {
	border-bottom: 1px solid #dadada;
	padding: 0.3rem 0;
	transition: 0.3s;
}

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

.contact-form-checkbox {
	display: inline;
	width: auto;
	margin-right: 0.3em;
	vertical-align: middle;
}

.contact-form-checkbox-group {
	line-height: 1.4;
}

.contact-form-checkbox-group label {
	display: inline;
}

.contact-form-button {
	display: inline-block;
	padding: 0.5rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 0.5rem;
	background-color: var(--theme-secondary);
	color: var(--theme-secondary-alt);
	border: 2px solid var(--theme-secondary);
	transition: 0.3s;
}

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

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

/* #endregion contact */

/* #region careers */

.career-listings {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* margin-top: 50px; */
	gap: 1.3rem;
}

.career-option {
	border: 1px solid #b0b0b0;
	padding: 1.5rem;
	min-width: 0;
}

.career-option-title {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: var(--theme-primary);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.career-option-desc {
	margin-bottom: 1rem;
	line-height: 1.5;
	overflow: hidden;
	max-height: 3lh;
	text-overflow: ellipsis;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}

.career-option-actions {
	text-align: right;
}

.contact-form-btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	background-color: var(--theme-primary);
	color: var(--theme-primary-alt);
	border: 2px solid var(--theme-primary);
	font-weight: 600;
	cursor: pointer;
	transition: ease 0.5s color;
	position: relative;
	transition: ease 0.4s background-color;
	font-size: 1rem;
}

.contact-form-btn:hover {
	background-color: var(--theme-primary-alt);
	color: var(--theme-primary);
}

.career-modal {
	/* place-items: center; */
	/* padding: 0.8rem; */
	color: var(--dark-color);
}

.career-modal .career-modal-container {
	background: #fff;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
	width: 1040px;
	max-width: 100%;
}

.career-modal-heading {
	font-size: 1.3rem;
	font-weight: 500;
	padding-right: 2rem;
}

.career-modal-heading .hlt {
	color: var(--theme-secondary);
}

.career-modal-body {
	display: flex;
	/* padding: 1rem; */
	gap: 1rem;
	width: 100%;
	height: 100%;
}

.career-modal-info {
	width: 50%;
	padding-right: 2.5rem;
	max-height: 500px;
	overflow-y: auto;
}

.career-modal-title {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 0.8rem;
}

.career-modal-description {
	font-size: 1rem;
	font-weight: 400;
	white-space: pre-line;
	line-height: 1.6;
}

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

.contact-form-group {
	margin-bottom: 10px;
	padding: 10px;
}

.contact-form-label {
	font-size: 14px;
	color: #333;
	font-weight: 500;
}

.contact-form-input {
	display: block;
	width: 100%;
	border-bottom: 2px solid #e0e0e6;
	padding: 7px 0;
	transition: ease 0.3s border-color;
}

textarea.contact-form-input {
	resize: vertical;
	min-height: 100px;
}

.contact-form-group label.error {
	color: red;
	font-size: 0.85em;
	margin-top: 5px;
}

.contact-form-file {
	display: block;
	width: 100%;
	padding: 13px 0;
}

.contact-form-input:focus {
	border-color: var(--theme-bg-color);
}

.contact-from-actions {
	text-align: right;
	padding: 10px;
}

@media (min-width: 760px) {}

@media (max-width: 760px) {
	.career-listings {
		grid-template-columns: 1fr;
	}

	.career-option {
		padding: 1rem;
	}

	.career-modal-body {
		display: block;
	}

	.career-modal-container {
		width: 100%;
	}

	.career-modal-title {
		font-size: 1.5rem;
	}

	.career-modal-info {
		max-height: none;
		padding-right: 0;
		width: 100%;
		margin-bottom: 2rem;
	}

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

/* #endregion careers */

/* #region docs */

.docs-content {
	/* font-size: 1.1rem; */
}

.docs-title {
	text-align: center;
	margin-bottom: 1rem;
	font-weight: 600;
	font-size: 1.7rem;
}

.docs-content p,
.docs-content ul {
	margin-bottom: 0.7rem;
}

.docs-content ul {
	padding-left: 2em;
	list-style: disc;
}

.docs-content ol {
	padding-left: 2em;
	list-style: decimal;
}

.docs-content h1 {
	font-size: 1.5rem;
}

.docs-content h2 {
	font-size: 1.3rem;
}

.docs-content h3 {
	font-size: 1.2rem;
}

.docs-content h4 {
	font-size: 1.1rem;
}

.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4 {
	margin-top: 1.5rem;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.docs-content a {
	color: var(--theme-secondary);
}

.docs-content a:hover {
	text-decoration: underline;
}

.docs-content b,
.docs-content strong {
	font-weight: 600;
}

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

/* #endregion docs */

/* #region gallery */

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
}

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

.gallery-card {
	padding: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.swiper-slide.gallery-card {
	/* margin-block: 2rem; */
	border: 1px solid #eaeaea;
	box-shadow: none;
}

.gallery-card-img {
	margin-bottom: 10px;
}

.gallery-card-img::before {
	padding-top: 75%;
}

.gallery-hover-label {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(1rem);
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transition: ease 0.5s;
	color: #fff;
	z-index: 2;
}

.gallery-card:hover .gallery-hover-label {
	opacity: 1;
	transform: translateY(-50%);
}

.gallery-card-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #000;
	z-index: 1;
	transform: scale(0);
	opacity: 0.4;
	transition: ease 0.5s;
}

.gallery-card:hover .gallery-card-img::after {
	transform: scale(1);
}

.gallery-caption {
	font-weight: 500;
}

.editor-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #222;
	font-family: var(--font-family-alt);
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
	font-size: inherit;
	font-weight: bold;
	margin: 1em 0 0.5em;
}

.editor-content p {
	margin: 0 0 1em;
}

.editor-content ul,
.editor-content ol {
	margin: 1em 0;
	padding-left: 1.5em;
	list-style: initial;
}

.editor-content ol {
	list-style: decimal;
}

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

.editor-content strong {
	font-weight: bold;
}

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

.manufacturing-plant .description,
.qac .description,
.rnd .description {
	font-size: 1.25rem;
	line-height: 1.8rem;
}

.manufacturing-plant .description p,
.qac .description p,
.rnd .description p {
	margin-bottom: 0.5rem;
}

.manufacturing-plant .point-section {
	border: 1px solid var(--theme-secondary);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.manufacturing-plant .points-data .point-sec-head {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 0.75rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid var(--theme-secondary);
	font-weight: 600;
	display: inline-block;
}

.manufacturing-plant .points-data .points {
	padding-left: 2rem;
}

.manufacturing-plant .points-data .points .point-head {
	font-size: 1rem;
	line-height: 1.3rem;
}

.manufacturing-plant .points-data .points>li {
	list-style-type: disc;
}

.manufacturing-plant .points-data .sub-points {
	list-style-type: circle;
	padding-left: 2rem;
}

.rnd .points {
	padding-left: 2rem;
	list-style-type: disc;
}

.rnd .points .point-sec-head {
	font-weight: 600;
	font-size: 1.125rem;
}

.qac figure,
.rnd figure {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	border-radius: 0.5rem;
}

.qac figure img,
.rnd figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.75s ease-in-out;
}

.qac figure:hover img,
.rnd figure:hover img {
	transform: scale(1.05);
}

.whyBox {
	border-radius: 0.5rem;
	border: 1px solid #eaeaea;
	height: 100%;
	padding: 1.5rem;
}

.whyBox .title {
	font-size: 1.33rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.whyBox .description {
	font-size: 1rem;
	line-height: 1.5rem;

}

.whyBox.box1 {
	background-color: #EFEFEF;
}

.whyBox.box2 {
	background-color: #FFF2CC;
}

.whyBox.box3 {
	background-color: #F1C232;
}

.whyBox.box4 {
	background-color: #F4CCCC;
}

#employeeSwiper {
	height: auto;
}

#employeeSwiper .swiper-wrapper {
	height: auto;
}

#employeeSwiper .swiper-wrapper .swiper-slide {
	height: auto;
}

.employeeReview {
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: space-between;
	height: 100%;
	border: 1px solid #dadada;
	border-radius: 0;
	overflow: hidden;
	border-radius: 0.5rem;	
	background-color: #fff;
}

.employeeReview .reviewBox {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;	
}

.employeeReview .reviewBox figure {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1.25;
	margin-bottom: 0;
}

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

.employee-btn>div {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: #53535365;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.employee-btn>div::after {
	font-size: 1rem;
	line-height: 1.5rem;
}

.employeeReview .reviewBox:hover img {
	transform: scale(1.1);
}

.employeeReview .reviewBox .overlayReview {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	opacity: 0;
	z-index: -1;
	transition: 0.3s ease-in-out;
	overflow: auto;
}

.employeeReview .reviewBox:hover .overlayReview{
	opacity: 1;
	z-index: 1;
}

.employeeReview .reviewBox iframe {
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	height: 100%;
}

.employeeReview .reviewBox .review {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 400;	
	padding: 1rem;
	overflow-y: auto;
}

.employeeReview .empoyeeInfo {
	padding: 1rem;
	border-top: 1px solid #dadada;
}

.employeeReview .empoyeeInfo .name {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0.25rem;
}

.employeeReview .empoyeeInfo .designation {
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #333;
	margin: 0;
	text-transform: capitalize;
}

.board-directors .section-header .description {
	max-width: 100%;
	text-align: justify;
}

.board-directors .section-header .description p {
	margin-bottom: 0.5rem;
}


@media (max-width: 991px) {
	.categories-sidebar {
		width: 100%;
		flex: 0 0 100%;
	}

	.category-products {
		width: 100%;
	}

	.categories-list {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		/* Prevent line breaks */
		-webkit-overflow-scrolling: touch;
		padding: 0;
		margin: 0;
	}

	.categories-list li {
		flex: 0 0 auto;
		padding: 0.5rem 1rem;
		white-space: nowrap;
		border: 1px solid #ccc;
		margin-right: 0.5rem;
	}

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

@media (max-width: 768px) {
	.directorGrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.directorGrid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* #endregion gallery */