/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
	--swiper-navigation-size: 20px;
}

.elementor-button:focus {
	background-color: unset !important;
}

.elementor-button:focus-visible {
	outline: none;
}

.elementor-widget-image a {
	width: 100%;
}

.archive.category .banner,
.single-product .banner,
.single-services .banner,
.page-id-129 .banner,
.tax-product-category .banner {
	display: none;
}

.our_product .product-detail-img .prdouct_cate {
	display: none;
}

.rated_product .prdouct_cate {
	display: none;
}

/* Change the slide transition from move to crossfade */
/* .home_banner .swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.home_banner .swiper-slide {
    opacity: 0;
    transition: opacity 800ms ease-in-out;
    pointer-events: none;
}

.home_banner .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
} */
.btn-right-arrow .elementor-button-icon,
.elementor-form .elementor-button-icon {
	background: #fff;
	padding: 9px;
	border-radius: 30px;
}

.elementor-button[type="submit"] svg * {
	fill: var(--e-global-color-secondary) !important;
}

.elementor-field-group.elementor-field-type-submit {
	width: auto;
	margin-top: 10px;
}

.btn-right-arrow .elementor-button-content-wrapper {
	justify-content: center;
	align-items: center;
}

.banner-tag {
	backdrop-filter: blur(80px);
}

.btn-2,
.btn-right-arrow {
	backdrop-filter: blur(34px);
	border-radius: 50px;
}

.home_banner .swiper-pagination-bullet-active {
	position: relative;
}

.home_banner .swiper-pagination-bullet-active:after {
	content: "";
	padding: 7px;
	border: 1px solid #9698FF;
	border-radius: 30px;
	width: 22px;
	height: 22px;
	display: block;
	position: absolute;
	top: -7px;
	left: -6px;
}

.home_banner .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
}

.home_banner .swiper-pagination-bullet-active {
	background: #9698FF;
}

.home_banner .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: max-content;
}

a.dialog-close-button.dialog-lightbox-close-button {
	border: 1px solid #2F2F2F;
	border-radius: 50px;
	padding: 3px;
}

.home_banner .swiper-pagination::before,
.home_banner .swiper-pagination::after {
	content: "";
	display: block;
	width: 191px;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.product-main-slider.no-thumbnail {
	width: 100%;
}

.no_relate_pro .e-con-inner {
	padding-bottom: 0 !important;
}

.home_banner .swiper-pagination::before {
	left: -210px;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.5) 100%);
}

.home_banner .swiper-pagination::after {
	right: -210px;
	background: linear-gradient(90deg,
			rgba(255, 255, 255, 0.5) 0%,
			rgba(255, 255, 255, 0) 100%);
}

.btn-right-arrow .elementor-button .elementor-button-content-wrapper,
.btn-2 .elementor-button .elementor-button-content-wrapper,
.elementor-button .elementor-button-content-wrapper {
	z-index: 2;
	position: relative;
}

.btn-right-arrow .elementor-button:hover .elementor-button-icon,
.btn-2 .elementor-button:hover .elementor-button-icon {
	background-color: #3e4097;
	transition: all 1s;
}

.btn-right-arrow .elementor-button:hover .elementor-button-icon svg path,
.elementor-button:hover .elementor-button-content-wrapper svg path {
	fill: #fff !important;
	transition: all 1s;
}

.elementor-form .e-form__buttons .elementor-button:hover .elementor-button-icon {
	background: #3e4097;
	transition: all 1s;
}

.btn-right-arrow .elementor-button {
	position: relative;
}

.btn-right-arrow .elementor-button:after,
.elementor-form .elementor-button:after {
	/* 	content: ""; */
	position: absolute;
	top: 0;
	right: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: circle(0% at 88% 50%);
	transition: all 1s;
	border-radius: inherit;
}

.btn-right-arrow .elementor-button:hover:after,
.elementor-form .elementor-button:hover:after {
	transition: all 1s;
	clip-path: circle(150% at 88% 50%);
	left: 00%;
}

.btn-right-arrow .elementor-button:hover,
.btn-2 .elementor-button:hover,
.elementor-button:hover .elementor-button-content-wrapper {
	color: #3e4097 !important;
}

.btn-2 .elementor-button:after {
	/* 	content: ""; */
	position: absolute;
	top: 0;
	right: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: circle(0%);
	transition: all 1s;
	border-radius: inherit;
}

.btn-2 .elementor-button:hover:after {
	transition: all 1s;
	clip-path: circle(100%);
	left: 00%;
}

.blur-box {
	backdrop-filter: blur(8.899999618530273px)
}

.our-mission-box {
	position: relative;
	overflow: visible;
}

.our-mission-box {
	background-image: url(/wp-content/uploads/2026/06/our-mission-box.svg);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.contact-form .elementor-field-textual.elementor-size-md {
	padding: 13px 14px;
}

.elementor-field-group .elementor-field:not(.elementor-select-wrapper):hover,
.elementor-field-group .elementor-field:not(.elementor-select-wrapper):focus,
.elementor-field-group .elementor-field:not(.elementor-select-wrapper):focus-visible {
	border-color: #3E4097 !important;
	outline: none;
}

.contact-us-detail a {
	color: #000;
}

.our_product .product-detail-img {
	background-color: #F5F5FA !important;
}

.our_product .e-n-tabs-heading {
	justify-content: space-between;
	position: relative;
}

.product-cate-tab .e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected="false"]:not( :hover) {
	border-top: 1px solid transparent !important;
	border-left: 1px solid transparent !important;
	border-right: 1px solid transparent !important;
	border-bottom: 2px solid transparent !important;
}

.our_product .e-n-tabs-heading:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #2F2F2F26;
	width: 100%;
}

.category-post-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.category-post-card {
	background: #F5F5FA;
	border-radius: 18px;
	padding: 20px;
}

.category-post-image {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.category-post-image img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
	height: 232px;
}

.category-post-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #2F2F2F;
	font-family: "Plus Jakarta Sans", Sans-serif;
	margin-bottom: 0 !important;
}

.category-post-title a {
	color: #222;
	text-decoration: none;
}

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

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

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

/* Layout container */
.product-gallery-container {
	display: flex;
	gap: 15px;
	margin: 0 auto;
}

/* Main Slider Adjustments */
.product-main-slider {
	width: 73%;
}

.product-main-slider .swiper-slide img {
	width: 100%;
	height: 544px;
	display: block;
	object-fit: cover;
	border: 1px solid #3E40974D;
	border-radius: 20px;
}

/* Thumbnails Slider Adjustments (Vertical stack) */
.product-thumbs-slider {
	height: 544px;
}

.product-gallery-container .thumbs-prev-btn {
	left: 32.5% !important;
	top: 50% !important;
	transform: rotate(180deg);
}

.product-gallery-container .thumbs-prev-btn,
.product-gallery-container .thumbs-next-btn {
	background: #3e4097;
	color: #fff;
	border-radius: 100px;
	border: 1px solid #3E409733;
}

.product-gallery-container .thumbs-slider-wrapper {
	width: 25.8%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
}

.product-gallery-container .thumbs-next-btn {
	left: 95.5% !important;
	top: 50% !important;
	transform: rotate(180deg);

}

/* 1. Set the width of the scrollbar space */
.product-thumbs-slider::-webkit-scrollbar {
	width: 2px;
	/* Makes the scrollbar narrow and clean */
}

/* 2. Style the background track line */
.product-thumbs-slider::-webkit-scrollbar-track {
	background: transparent;
	/* Invisible background so it looks floating */
	border-radius: 10px;
}

/* 3. Style the moving handle (thumb) */
.product-thumbs-slider::-webkit-scrollbar-thumb {
	background: #d1d1d6;
	/* Subtle light gray */
	border-radius: 10px;
	transition: background 0.2s ease;
}

/* 4. Darken the handle slightly when hovered */
.product-thumbs-slider::-webkit-scrollbar-thumb:hover {
	background: #5d59a6;
	/* Change this to match your theme accent color */
}

.product-thumbs-slider .swiper-wrapper {
	flex-direction: column;
	height: auto;
}

.product-thumbs-slider .swiper-slide {
	width: 100% !important;
	margin-bottom: 10px;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	overflow: hidden;
	background: #f7f7f7;
}

.product-thumbs-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/* Highlight active thumbnail */
.product-thumbs-slider .swiper-slide {
	border: 1px solid transparent;
}

.product-thumbs-slider .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #3E4097;
	/* Change to match your theme accent color */
}

.product-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.info-card {
	background-color: #F5F5FA;
	border: 1px solid #3E409733;
	border-radius: 10px;
	padding: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
	transition: all 0.2s ease-in-out;
}

.icon-wrapper {
	background-color: #ffffff;
	border: 1px solid #3E409733;
	border-radius: 8px;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.icon-wrapper img,
.icon-wrapper svg {
	width: 26px;
	height: 26px;
	stroke: #3E4097;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
}

.info-label {
	font-size: 14px;
	color: #2F2F2FCC;
	font-weight: 400;
	line-height: 1.22;
}

.info-value {
	font-size: 18px;
	color: #2F2F2F;
	font-weight: 400;
	text-transform: capitalize;
}

.process_tab .e-n-tab-icon {
	/*     padding: 10.5px; */
	/*     border: 1px dashed rgba(0, 0, 0, 0.3); */
	border-radius: 500px;
}

.process_tab .e-n-tab-title-text {
	width: 100%;
	padding: 11px 26px 10px;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='343' height='51' viewBox='0 0 343 51' fill='none'%3E%3Crect x='0.5' y='0.5' width='342' height='50' rx='4.5' stroke='%233E4097' stroke-opacity='0.5' stroke-dasharray='6 6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: relative;
	border-radius: 5px;
}

.process_tab .e-n-tabs-heading button {
	/* 	flex-direction: row-reverse; */
	gap: 77px;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text {
	background-image: none;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"],
.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover {
	/*     background-color: #fff !important; */
}

.process_tab .e-n-tabs-heading button .after {
	display: none;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .after {
	display: block;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .before {
	display: none;
}

.process_tab .e-n-tabs-heading button[aria-selected="false"] .before {
	display: block;
}

.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover .before {
	display: none;
}

.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover .after {
	display: block;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-icon,
.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover .e-n-tab-icon {
	/* 	background-color:#3E4097; */
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-icon path,
.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover .e-n-tab-icon path {
	fill: #fff;
}

/* .process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-icon,.process_tab .e-n-tabs-heading button[aria-selected="false"]:hover .e-n-tab-icon{
	border:1px solid #3E4097;
} */
.process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text {
	font-weight: 500;
	border-color: #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #3E4097;
	background-color: #F9F9F9;
}

.process_tab .e-n-tab-title-text:after {
	content: "";
	position: absolute;
	left: -51px;
	width: 51px;
	background-color: #3E4097;
	height: 2px;
}

.process_tab .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text:before {
	box-shadow: 0px 0px 5px 0px #3E4097CC;

}

.process_tab .e-n-tab-title-text:before {
	content: "";
	position: absolute;
	left: -52px;
	height: 14px;
	width: 14px;
	background: #3E4097;
	border-radius: 70px;
	z-index: 1;
	border: 1px solid #fff;
}

.process_tab .e-n-tabs-heading {
	position: relative;
}

.process_tab .e-n-tabs-heading:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 85%;
	background: repeating-linear-gradient(to bottom,
			rgba(0, 0, 0, 0.5) 0px,
			rgba(0, 0, 0, 0.5) 10px,
			transparent 10px,
			transparent 15px);
	left: 83px;
	top: 34px;
}

.mfp-image-holder .mfp-close {
	width: unset !important;
}


button.mfp-arrow:hover,
button.mfp-close:hover,
button.mfp-arrow:focus,
button.mfp-close:focus {
	background-color: transparent !important;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.category-card {
	border: 1px solid #3E40974D;
	border-radius: 20px;
	background: #F5F5FA;
	overflow: hidden;
	transition: .3s;
	padding: 19px;
}

.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.category-card a {
	display: flex;
	text-decoration: none;
	flex-direction: column;
	gap: 20px;
}

.category-image img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 12px;
	display: block;
	height: 294px;

}

.category-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category-content h3 {
	margin: 0;
	font-size: 26px;
	font-family: "Plus Jakarta Sans", Sans-serif;
	font-weight: 600;
	color: #2F2F2F;
	line-height: 1.2;
	width: 50%;
}

.view-btn {
	font-family: "Fustat", Sans-serif;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	fill: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	font-weight: 500;
	transition: .3s;
}

.category-card:hover .view-btn {
	gap: 10px;
}

.vr4c-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.vr4c-product-grid>* {
	width: 100%;
	max-width: 100%;
}

.vr4c-category-item {
	text-align: center;
}

.vr4c-category-item img {
	width: 100%;
	height: auto;
	display: block;
}

.vr4c-category-item h3 {
	margin: 15px 0 0;
	font-size: 20px;
}
.whatsapp_button .elementor-button-icon {
    background: #fff;
    padding: 9px;
    border-radius: 20px;
}
.whatsapp_button .elementor-button-content-wrapper {
    align-items: center;
}
.whatsapp_button a:hover svg{
	fill:#3e4097;
}
.whatsapp_button a:hover .elementor-button-icon {
    background: #3e4097;
}
@media (max-width: 1919px) {

	.btn-right-arrow .elementor-button-icon,
	.elementor-form .elementor-button-icon 
	.whatsapp_button .elementor-button-icon,
	{
		padding: 8px;
	}

	.contact-form .elementor-field-textual.elementor-size-md {
		padding: 10px 14px;
	}

	.category-post-image img {
		height: 210px;
	}

	.category-post-title {
		font-size: 18px;
	}

	.product-thumbs-slider .swiper-slide img {
		height: 160px;
	}

	.product-main-slider .swiper-slide img,
	.product-thumbs-slider {
		height: 490px;
	}

	.info-value {
		font-size: 16px;
	}

	.info-label {
		font-size: 13px;
	}

	.icon-wrapper {
		padding: 6px;
	}

	.icon-wrapper img,
	.icon-wrapper svg {
		width: 24px;
		height: 24px;
	}

	.process_tab .e-n-tab-title-text {
		padding: 11px 20px 10px;
	}

	.process_tab .e-n-tabs-heading:after {
		left: 76px;
		top: 29px;
	}

	.category-image img {
		height: 264px;
	}

	.category-content h3 {
		font-size: 24px;
	}

	.dm-badge {
		margin-bottom: 15px;
	}
}

@media (max-width: 1366px) {

	.btn-right-arrow .elementor-button-icon,
	.elementor-form .elementor-button-icon ,
	.whatsapp_button .elementor-button-icon{
		padding: 5px;
	}

	.home_banner .swiper-pagination::before,
	.home_banner .swiper-pagination::after {
		width: 130px;
	}

	.home_banner .swiper-pagination::after {
		right: -150px;
	}

	.home_banner .swiper-pagination::before {
		left: -150px;
	}

	.home_banner .swiper-pagination-bullet-active:after {
		top: -6px;
		left: -6px;
		width: 20px;
		height: 20px;
	}

	.elementor-field-group.elementor-field-type-submit {
		margin-top: 0;
	}

	.contact-form .elementor-field-textual.elementor-size-md {
		padding: 9px 14px;
	}

	.category-post-image img {
		height: 200px;
	}

	.category-post-title {
		font-size: 16px;
	}

	.product-thumbs-slider .swiper-slide img {
		height: 140px;
	}

	.product-gallery-container .thumbs-prev-btn {
		left: 33.5% !important;
	}

	.product-main-slider .swiper-slide img,
	.product-thumbs-slider {
		height: 440px;
	}

	.info-value {
		font-size: 15px;
	}

	.info-label {
		font-size: 12px;
	}

	.icon-wrapper {
		padding: 5px;
	}

	.icon-wrapper img,
	.icon-wrapper svg {
		width: 22px;
		height: 22px;
	}

	.process_tab .e-n-tabs-heading button {
		gap: 67px;
	}

	.process_tab .e-n-tab-title-text:before {
		left: -48px;
	}

	.process_tab .e-n-tab-title-text:after {
		left: -44px;
		width: 42px;
	}

	.process_tab .e-n-tabs-heading:after {
		left: 67px;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 18px;
	}

	.product-gallery-container .thumbs-prev-btn,
	.product-gallery-container .thumbs-next-btn {
		width: 40px !important;
		height: 40px !important;
	}

	.category-image img {
		height: 220px;
	}

	.category-content h3 {
		font-size: 22px;
	}

	.dm-badge {
		margin-bottom: 10px;
	}
}

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

@media (max-width: 1024px) {
	.home_banner .swiper-pagination-bullet-active:after {
		width: 19px;
		height: 19px;
	}

	.category-post-image img {
		height: 180px;
	}

	.product-thumbs-slider .swiper-slide img {
		height: 120px;
	}

	.product-gallery-container .thumbs-prev-btn,
	.product-gallery-container .thumbs-next-btn {
		width: 35px !important;
		height: 35px !important;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 16px;
	}

	.product-gallery-container .thumbs-next-btn {
		left: 96% !important;
	}

	.product-gallery-container .thumbs-prev-btn {
		left: 35.5% !important;
	}

	.product-main-slider .swiper-slide img,
	.product-thumbs-slider {
		height: 380px;
	}

	.info-value {
		font-size: 14px;
	}

	.process_tab .e-n-tab-title-text:after {
		left: -45px;
		width: 34px;
	}

	.process_tab .e-n-tab-title-text:after {
		left: -35px;
		width: 34px;
	}

	.process_tab .e-n-tab-title-text:before {
		left: -40px;
	}

	.process_tab .e-n-tabs-heading button {
		gap: 55px;
	}

	.process_tab .e-n-tabs-heading:after {
		left: 63px;
	}

	.vr4c-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.category-image img {
		height: 200px;
	}

	.category-content h3 {
		font-size: 20px;
	}
}

@media (max-width: 991px) {

	.btn-right-arrow .elementor-button-icon,
	.elementor-form .elementor-button-icon ,
	.whatsapp_button .elementor-button-icon{
		padding: 4px;
	}

	.home_banner .swiper-pagination-bullet-active:after {
		width: 19px;
		height: 19px;
	}

	.contact-form .elementor-field-textual.elementor-size-md {
		min-height: auto;
		padding: 10px;
	}

	.category-post-image img {
		height: 150px;
	}

	.product-thumbs-slider .swiper-slide img {
		height: 90px;
	}

	.product-main-slider .swiper-slide img,
	.product-thumbs-slider {
		height: 230px;
	}

	.icon-wrapper {
		padding: 4px;
	}

	.icon-wrapper img,
	.icon-wrapper svg {
		width: 20px;
		height: 20px;
	}

	.process_tab .e-n-tabs-heading:after {
		left: 57px;
	}

	.product-gallery-container .thumbs-prev-btn {
		left: 36.5% !important;
		width: 30px !important;
		height: 30px !important;
	}

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 14px;
	}

	.product-gallery-container .thumbs-next-btn {
		left: 96% !important;
		width: 30px !important;
		height: 30px !important;
	}

	.category-content h3 {
		font-size: 18px;
		width: 100%;
	}

	.view-btn {
		font-size: 14px;
	}

	.category-content {
		align-items: stretch;
		flex-direction: column;
		gap: 5px
	}


}

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

	.category-post-card {
		padding: 15px;
	}

	.product-main-slider .swiper-slide img {
		height: 230px;
	}

	.info-card {
		padding: 10px;
		gap: 5px;
	}

	.product-info-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	.process_tab .e-n-tabs-heading:after {
		left: 48px;
	}

	.process_tab .e-n-tabs-heading button {
		gap: 50px;
	}

	.product-gallery-container {
		display: flex;
		gap: 10px;
	}

	.category-image img {
		height: 150px;
	}

	.category-card a {
		gap: 10px;
	}

	.category-content h3 {
		font-size: 16px;
	}

	.category-card {
		padding: 14px;
		border-radius: 15px;
	}

	.category-image img {
		border-radius: 15px;
	}

	.product-gallery-container .thumbs-prev-btn {
		left: 37.5% !important;
	}
}

@media (max-width: 575px) {

	.home_banner .swiper-pagination::before,
	.home_banner .swiper-pagination::after {
		width: 100px;
	}

	.home_banner .swiper-pagination::after {
		right: -120px;
	}

	.home_banner .swiper-pagination::before {
		left: -120px;
	}

	.category-post-grid {
		grid-template-columns: 1fr;
	}

	.category-post-image img {
		height: 200px;
	}

	.our_product .e-n-tabs-heading {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

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

	.our_product .e-n-tabs-heading:before {
		content: "";
		position: absolute;
		bottom: 50%;
		height: 2px;
		background: #2F2F2F26;
		width: 100%;
	}

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

	.vr4c-product-grid {
		grid-template-columns: 1fr;
	}

	.our_product .e-n-tab-title-text {
		text-wrap: nowrap;
	}
}