/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/*
 * Global CSS
 * */
body{
	--white-color: var(--e-global-color-7f46f31);
	--bg-color: var(--e-global-color-9e673fd);
}

body.elementor-editor-active .elementor-element.top-left-shape ul.elementor-editor-container-settings{
	left: auto;
    right: 0;
}

.br-desktop-none br{
    display: none;
}

figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure{
    line-height: 0;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child{
    margin-bottom: 0;
}

.elementor-widget-button .elementor-button{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon-box .elementor-icon-box-icon{
    line-height: 0;
}

.icon-height-size.elementor-widget-icon .elementor-icon-wrapper .elementor-icon svg{
    height: auto;
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-title{
    margin-top: 0;
}

.icon-box-icon-center.elementor-widget-icon-box .elementor-icon-box-wrapper{
    align-items: center;
}

/* Button CSS */
.elementor-widget-button .elementor-button{
	position: relative;
	z-index: 1;
}

.elementor-widget-button .elementor-button:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	background: var(--e-global-color-primary);
	width: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.no-bg.elementor-widget-button .elementor-button:before{
	display: none;
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	width: 100%;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 18px;
	height: 14px;
	transform: translate(0, -1px);
	transition: all 0.4s ease-in-out;
}

.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	transform: translate(5px, -1px);
}

.elementor-widget-button .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

/* Icon & Images Box CSS */

.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

/*  Tab Widget CSS */

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title:focus{
    border-radius: var(--n-tabs-title-border-radius);
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title{
    transition: all 0.3s ease-in-out;
}

.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg path{
    transition: all 0.3s;
}

/* Menu Border CSS */

.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:focus, 
.elementor-widget-nav-menu ul.elementor-nav-menu--dropdown a:hover{
	border-inline-start: 0 !important;
}

/* Section Title CSS */

.section-title h3.elementor-heading-title {
    display: inline-block;
    position: relative;
    padding-left: 26px;
	padding-right: 26px;
}

.section-title h3.elementor-heading-title::before,
.section-title h3.elementor-heading-title::after{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-60%);
    background-color: currentColor;
    mask-image: url("./images/icon-sub-title-left.svg");
	mask-size: contain;    
    mask-repeat: no-repeat;
    width: 16px;
    height: 8px;
}

.section-title h3.elementor-heading-title::after{
	left: auto;
	right: 0;
	mask-image: url("./images/icon-sub-title-right.svg");
}

@media only screen and (max-width: 991px) {
	
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
}

/* 
 * Header CSS 
 * */

.header-menu .elementor-nav-menu--dropdown ul ul li a{
	padding: 10px 20px 10px 30px !important;
}

.header-menu nav.elementor-nav-menu--main ul li.mobile-menuitem{
	display: none;
}

/* 
 * Footer CSS
 * */

.footer-body{
	backdrop-filter: blur(30px);
}

.footer-social-btn ul{
	gap: 20px;
}

.footer-social-btn ul li a{
	border: 1px solid rgb(from var(--white-color) r g b / 10%);
	padding: 4px 10px;
}

.footer-menu .elementor-nav-menu--main ul li{
	position: relative;
}

.footer-menu .elementor-nav-menu--main ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--white-color);
	height: 6px;
	width: 6px;
	border-radius: 50%;
	transform: translateY(-3px);
	transition: all 0.3s ease-in-out;
}

.footer-menu .elementor-nav-menu--main ul li.current-menu-item:before,
.footer-menu .elementor-nav-menu--main ul li:hover:before{
	background: var(--e-global-color-accent);
}

.subscribe-form .elementor-field-textual{
	padding: 0 0 8px;
    min-height: initial;
}

.subscribe-form .elementor-field-textual::placeholder{
	opacity: 0.5 !important;
}

.subscribe-form .elementor-field-textual:focus{
	outline: none !important;
	box-shadow: none !important;
}

.subscribe-form .elementor-button[type="submit"]{
	width: 32px;
    height: 32px;
    min-height: initial;
	margin-bottom: 10px;
}

.subscribe-form .elementor-button[type="submit"] .elementor-button-icon{
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	
	.footer-social-btn ul{
		gap: 15px;
	}
	
}

/*
 * 	Home Page CSS
 * */

.hero-slider .swiper-slide .swiper-slide-bg{
	position: relative;
}

.hero-slider .swiper-slide .swiper-slide-bg:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgb(from var(--e-global-color-primary) r g b / 80%) 0%, rgb(from var(--e-global-color-primary) r g b / 10%) 100%);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a{
	position: relative;
	padding: 22px 60px 22px 30px;
	z-index: 1;
}

.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: auto;
	right: 30px;
	bottom: auto;
	background: var(--e-global-color-primary);
	mask-image: url("./images/btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	width: 20px;
	height: 20px;
	transform: translate(0, -9px);
	transition: all 0.4s ease-in-out;
}

.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:hover:before{
	transform: translate(5px, -9px);
	background: var(--white-color);
}

.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    background: var(--e-global-color-primary);
    width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:hover:after{
	width: 100%;
}

.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	background: rgb(from var(--white-color) r g b / 30%);
	border-radius: 50%;
}

.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev{
	left: 10%;
	right: auto;
}

.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
	left: auto;
	right: 10%;
}

.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button i:before{
	content: "";
	background: var(--white-color);
	mask-image: url("./images/hero-slider-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	display: block;
	width: 24px;
	height: 18px;
}

.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next i:before{
	transform: rotate(180deg);
}

.home-about-img-1 img{
	aspect-ratio: 1 / 0.723;
	object-fit: cover;
}

.home-about-img-2 img{
	aspect-ratio: 1 / 1.381;
	object-fit: cover;
}

.home-about-img-4 img{
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
}

.home-service-img-box .elementor-image-box-wrapper{
	line-height: 0;
}

.home-service-img-box .elementor-image-box-wrapper figure img{
	aspect-ratio: 1 / 1.138;
	object-fit: cover;
}

.home-service-img-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	position: absolute;
	top: 50%;
    left: 0;
    transform: translate(0, -20%);
    width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(21, 22, 22, 0.30);
	backdrop-filter: blur(5px);
	padding: 26px 10px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.home-service-img-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
	opacity: 1;
	transform: translate(0, -50%);
}

/* Technical Feature Section */

.bottom-left-shape{
	clip-path: polygon(100% 0, 100% 100%, calc(0% + 50px) 100%, 0 calc(100% - 50px), 0 0);
}

.top-left-shape{
	clip-path: polygon(calc(0% + 50px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(0% + 50px));
}

.bottom-right-shape{
	clip-path: polygon(100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 0);
}

.top-right-shape{
	clip-path: polygon(calc(100% - 50px) 0, 100% calc(0% + 50px), 100% 100%, 0 100%, 0 0);
}

.home-process-box{
	counter-reset: section;
}

.home-process-box-bg .elementor-widget-container,
.home-process-box-bg-2 .elementor-widget-container{
	position: relative;
	counter-increment: section;
	overflow: hidden;
	z-index: 1;
}

.home-process-box-bg .elementor-widget-container:before,
.home-process-box-bg-2 .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("./images/home-process-box-bg.svg") no-repeat center center;
	background-size: cover;
	opacity: 6%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.home-process-box-bg-2 .elementor-widget-container:before{
	background: url("./images/home-process-box-bg-2.svg") no-repeat center center;	
}

.home-process-box-bg .elementor-widget-container:after,
.home-process-box-bg-2 .elementor-widget-container:after{
	content: "0" counter(section) " ";
	position: absolute;
	top: -10px;
	left: -30px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-text-font-family);
	font-size: 100px;
	font-weight: var(--e-global-typography-text-font-weight);
	font-style: italic;
	text-transform: var(--e-global-typography-primary-text-transform);
	line-height: var(--e-global-typography-primary-line-height);
	color: rgb(from var(--e-global-color-primary) r g b / 6%);
	width: auto;
	height: auto;
	z-index: -1;
}

.home-process-box-bg-2 .elementor-widget-container:after{
	color: rgb(from var(--bg-color) r g b / 6%);	
}

.home-mission-vision-box .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.home-mission-vision-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.home-mission-vision-box:hover .elementor-widget-container:before{
	height: 100%;	
}

.home-mission-vision-box .elementor-icon-box-wrapper .elementor-icon{
	position: absolute;
}

.home-mission-vision-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
	padding-left: 75px;
	margin: 15px 0 30px;
}

.home-mission-vision-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.home-mission-vision-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--white-color);
}

.home-our-story-heading .elementor-heading-title span{
	font-size: 36px;
}

.home-our-story-img img{
	aspect-ratio: 1 / 0.566;
	object-fit: cover;
}

.home-our-story-content > *{
	position: relative;
	z-index: 2;
}

.home-our-story-content:before{
	top: 10px;
	right: -50px;
	left: auto;
	bottom: auto;
	width: 210px;
	height: 190px;
	z-index: 1;
}

.home-our-story-content.home-our-story-2-content:before{
	top: 0;
	left: -50px;
	right: auto;
	bottom: auto;
}

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

	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev{
		left: 5%;
	}

	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
		right: 5%;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button{
		width: 50px;
		height: 50px;
	}
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev{
		left: calc(50% - 60px);
	}
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
		right: calc(50% - 60px);
	}
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev,
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
		top: auto;
		bottom: 0;
	}
	
	.home-service-img-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
		padding: 20px 10px;	
	}
	
	.home-service-slider .elementor-widget-container .elementor-swiper-button{
		top: auto !important;
		bottom: 0;
		--e-n-carousel-arrow-prev-translate-x: 0 !important;
	}
	
	.home-service-slider .elementor-widget-container .elementor-swiper-button-prev{
		left: calc(50% - 60px) !important;
	}
	
	.home-service-slider .elementor-widget-container .elementor-swiper-button-next{
		right: calc(50% - 60px) !important;
	}
	
	.home-process-box-bg .elementor-widget-container:after,
	.home-process-box-bg-2 .elementor-widget-container:after{
		left: -20px;
		font-size: 80px;
	}
	
	.home-our-story-heading .elementor-heading-title span{
		font-size: 22px;
	}
	
	.home-our-story-content:before{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a{
		padding: 18px 60px 18px 20px;
	}
	
	.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:before{
		transform: translate(0, -8px);
        right: 30px;
        width: 18px;
        height: 14px;
	}

	.hero-slider .swiper-slide .swiper-slide-inner .swiper-slide-contents a:hover:before{
		transform: translate(5px, -8px);
	}
	
	.hero-slider .elementor-swiper .swiper-slide-inner .elementor-slide-heading,
	.hero-slider .elementor-swiper .swiper-slide-inner .elementor-slide-description{
		margin-bottom: 20px !important;
	}
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-prev,
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button-next{
		bottom: 0;
	}
	
	.hero-slider .elementor-swiper .elementor-slides-wrapper .elementor-swiper-button i:before{
		width: 18px;
		height: 16px;
	}
	
	.home-about-img-1 img,
	.home-about-img-2 img,
	.home-about-img-4 img{
		aspect-ratio: 1 / 1.05;
	}
	
	.home-service-img-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
		padding: 15px 10px;	
	}
	
	.home-service-slider .elementor-widget-container .elementor-swiper-button-prev{
		left: calc(50% - 55px) !important;
	}
	
	.home-service-slider .elementor-widget-container .elementor-swiper-button-next{
		right: calc(50% - 55px) !important;
	}
	
	.bottom-left-shape{
		clip-path: polygon(100% 0, 100% 100%, calc(0% + 35px) 100%, 0 calc(100% - 35px), 0 0);
	}

	.top-left-shape{
		clip-path: polygon(calc(0% + 35px) 0, 100% 0, 100% 100%, 0 100%, 0 calc(0% + 35px));
	}

	.bottom-right-shape{
		clip-path: polygon(100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 0);
	}

	.top-right-shape{
		clip-path: polygon(calc(100% - 35px) 0, 100% calc(0% + 35px), 100% 100%, 0 100%, 0 0);
	}
	
	.home-process-box-bg .elementor-widget-container:after,
	.home-process-box-bg-2 .elementor-widget-container:after{
		top: -5px;
		left: -10px;
		font-size: 60px;
	}
	
	.home-mission-vision-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
		margin: 0 0 15px;
		padding: 75px 0 0;
	}
	
	.home-our-story-img img{
		aspect-ratio: 1 / 0.95;	
	}
	
	.home-our-story-heading .elementor-heading-title span{
		font-size: 20px;
	}
}

/* 
 * About Us Page CSS
 * */

.about-us-img:before{
	content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: calc(100% - 110px);
    width: 40%;
    background: transparent;
    border: 2px solid var(--e-global-color-accent);
    z-index: -1;
}

.about-us-img:after{
	content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0px;
    left: auto;
    height: calc(100% - 40px);
    width: calc(50% - 20px);
    background: var(--e-global-color-secondary);
    z-index: -1;
}

.about-us-img .elementor-widget-container:before{
	content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -25px;
    left: 110px;
    height: 105px;
    width: 105px;
    background: url("./images/about-dot-img.svg");
	background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
}

.about-us-img img{
	aspect-ratio: 1 / 1.18;
    object-fit: cover;
}

.about-certificate-section{
	z-index: 1;
}

.about-certificate-section:before{
	content: "";
	position: absolute;
	top: 30px;
	left: 50px;
	right: auto;
	bottom: auto;
	border: 2px solid var(--e-global-color-secondary);
	width: 280px;
	height: calc(100% - 60px);
	transform: translate(50%, 0);
}

/* Old Section CSS start */
.about-icon-box .elementor-icon-box-wrapper{
	position: relative;
}

.about-icon-box .elementor-icon-box-icon{
	position: absolute;
    top: 1px;
    left: 0;
}

.about-icon-box .elementor-icon-box-title{
	padding-left: 35px;
}

.about-img img{
	position: relative;
	aspect-ratio: 1 / 1.31;
    object-fit: cover;
	z-index: 1;
}

.about-img:before{
	content: "";
	position: absolute;
	top: 30px;
	right: 30px;
	background: var(--e-global-color-accent);
	height: 100%;
	width: 100%;
}

.about-tab .e-n-tabs-heading{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: rgb(from var(--e-global-color-primary) r g b / 10%)
}

.about-tab .e-n-tab-title{
	position: relative;
	min-width: 280px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgb(from var(--e-global-color-primary) r g b / 10%);
}

.about-tab .e-n-tab-title:last-child{
	border-right: none;
}

.about-tab .e-n-tab-title:hover:before,
.about-tab .e-n-tab-title[aria-selected="true"]:before{
	background: var(--e-global-color-secondary);
}

.about-tab .e-n-tab-title:before{
	content: "";
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -12px;
	mask-image: url("./images/active-tab-icon.svg");
	mask-repeat: no-repeat;
	height: 12px;
	width: 24px;
	transition: all 0.3s ease-in-out;
}

.cta-box-hover-effect:not(:last-child) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: var(--white-color);
}

.cta-box-hover-effect .elementor-cta{
	min-height: 600px;
}

.cta-box-hover-effect .elementor-cta__content{
	position: absolute;
    bottom: 0;
	visibility: hidden;
	opacity: 0;
	Background : rgb(from var(--white-color) r g b / 10%);
	backdrop-filter: blur(25px);
	transform: translateY(170px);
	transition: all 0.6s ease-in-out !important;
}

.cta-box-hover-effect:hover .elementor-cta__content{
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}
/* Old section End */

.about-overview-img-1 img{
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
}

.about-overview-left-vertical-heading .elementor-heading-title{
	opacity: 0.1;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	width: fit-content;
}

.about-overview-img-2 img{
	aspect-ratio: 1 / 0.923;
    object-fit: cover;
}

/* old section Css start */
.about-hotspot .e-hotspot__button  .e-hotspot__inner-circle{
	border: 5px solid var(--e-global-color-accent);
}

.about-hotspot .e-hotspot__button .e-hotspot__outer-circle{
	Background-color : rgb(from var(--white-color) r g b / 50%);
}

.about-hotspot.elementor-element .e-hotspot .e-hotspot__tooltip{
	bottom: calc(100% + 22px);
    right: -100px;
}

.about-hotspot.elementor-element .e-hotspot .e-hotspot__tooltip:before{
	content: "";
    position: absolute;
    top: auto;
    left: 27px;
    bottom: -10px;
    mask-image: url("./images/active-tab-icon.svg");
    mask-repeat: no-repeat;
    height: 12px;
    width: 22px;
	background-color: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
/* old section CSS end */

.about-accordion-wrapper{
	counter-reset: section;
}

.about-accordion .e-n-accordion .e-n-accordion-item-title{
	position: relative;
	counter-increment: section;
}

.about-accordion .e-n-accordion .e-n-accordion-item-title:before{
	content: "Q" counter(section) ". ";
	position: absolute;
	top: 3px;
	left: 0;
	font-family: var(--e-global-typography-secondary-font-family);
	font-size: 16px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	text-transform: var(--e-global-typography-secondary-text-transform);
	line-height: var(--e-global-typography-secondary-line-height);
	letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	width: auto;
	height: auto;
}

.about-accordion .e-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title{
	border-width: 0px !important;
	padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	
	.about-us-img .elementor-widget-container:before{
		bottom: -10px;
	}
	
	.about-us-img img{
		aspect-ratio: 1 / 0.85;
	}
	
	/* old section css start */
	.about-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.about-img:before{
		top: 20px;
		right: 20px;
	}
	
	.about-tab .e-n-tab-title:before{
		display: none;
	}
	
	.about-tab .e-n-tabs-heading{
		border: none;
	}
	
	.about-tab .e-n-tab-title{
		border-bottom: 1px solid rgb(from var(--e-global-color-primary) r g b / 10%);
		border-right: none;
	}
	
	.cta-box-hover-effect .elementor-cta{
		min-height: 450px;
	}
	
	.cta-box-hover-effect:not(:nth-last-child(-n+2)) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: var(--white-color);
	}
	
	.cta-box-hover-effect:nth-last-child(-n+2) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
		border-width: 0;
	}
	
	.cta-box-hover-effect:nth-child(odd) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
		border-right: 1px solid var(--white-color);
	}
	
	.cta-box-hover-effect .elementor-cta__content{
		bottom: 1px;
	}	
	/* old section css end */
	
	.about-overview-img-2 img{
		aspect-ratio: 1 / 0.7;
	}
	
	/* old section css start */
	.about-hotspot.elementor-element .e-hotspot .e-hotspot__tooltip{
		right: -92px;
	}
	/* old section css end */
}

@media only screen and (max-width: 767px) {
	
	.about-us-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	.about-us-img:before{
		height: calc(100% - 80px);
	}
	
	.about-us-img .elementor-widget-container:before{
		display: none;	
	}
	
	.about-certificate-section:before{
		display: none;
	}
	
	/* old section css start */
	.about-icon-box .elementor-icon-box-icon{
		top: 2px;
	}
	
	.about-icon-box .elementor-icon-box-title{
		padding-left: 28px;
	}
	
	.cta-box-hover-effect:nth-child(odd) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
		border: none;
	}

	.cta-box-hover-effect:not(:last-child) .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
		border-bottom: 1px solid var(--white-color);
	}
	/* old section css end */
	
	.about-overview-img-1 img{
		aspect-ratio: 1 / 0.85;
	}
	
	.about-overview-img-2 img {
        aspect-ratio: 1 / 1.1;
    }
	
	/* old section css start */
	.about-hotspot.elementor-element .e-hotspot .e-hotspot__tooltip{
		right: -70px;
	}
	/* old section css end */
	
	.about-accordion .e-n-accordion .e-n-accordion-item-title:before{
		font-size: 14px;
	}
}

/* 
 * Contact Page CSS
 * */

.contact-infobox-title{
	margin-top: -30px;
}

.contact-infobox-title > .elementor-widget-container{
	width: calc(100% + 60px);
    margin-left: -30px;
}

.contact-map,
.contact-map .elementor-custom-embed,
.contact-map.elementor-element .elementor-custom-embed iframe{
	height: 100%;
}

.contact-form .elementor-form .elementor-field-textual{
	padding: 15px 20px;
}

.contact-form .elementor-form .elementor-field-textual::placeholder{
	color: var(--e-global-color-text);
	opacity: 0.5;
}

.contact-form .elementor-form .elementor-field-textual:focus{
	box-shadow: none !important;
	border: none !important;
}

.contact-form .elementor-button{
	position: relative;
	z-index: 1;
}

.contact-form .elementor-button:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	background: var(--e-global-color-primary);
	width: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.contact-form .elementor-button:hover:before,
.contact-form .elementor-button:focus:before{
	width: 100%;
}

.contact-form .elementor-button .elementor-button-icon svg{
	width: 18px;
	height: 14px;
	transform: translate(0, -1px);
	transition: all 0.4s ease-in-out;
}

.contact-form .elementor-button:hover .elementor-button-icon svg{
	transform: translate(5px, -1px);
}

.contact-form .elementor-button .elementor-button-icon svg path{
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
	
	.contact-map,
	.contact-map .elementor-custom-embed,
	.contact-map .elementor-custom-embed iframe{
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	
	.contact-infobox-title{
		margin-top: -25px;
	}

	.contact-infobox-title > .elementor-widget-container{
		width: calc(100% + 50px);
		margin-left: -25px;
	}

	.contact-map,
	.contact-map .elementor-custom-embed,
	.contact-map .elementor-custom-embed iframe{
		height: 300px;
	}
	
	.contact-form .elementor-form-fields-wrapper{
		margin-bottom: -25px !important;
	}
	
	.contact-form .elementor-field-group{
		margin-bottom: 25px !important;
	}
	
	.contact-form .elementor-form .elementor-field-textual{
		padding: 12px 15px;
	}	
}

/*
 * 	Kitchen Quartz Sink Page CSS
 * */

.kitchen-quartz-about-img-1 img{
	aspect-ratio: 1 / 1.28;
	object-fit: cover;
}

.kitchen-quartz-about-img-2 img{
	aspect-ratio: 1 / 1.29;
	object-fit: cover;
}

.kitchen-quartz-text-path{
	animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.kitchen-quartz-about-img-box:after{
	content: "";
	position: absolute;
	top: 70px;
	left: auto;
	right: -135px;
	bottom: auto;
	background: url("./images/section-bg-circle.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 270px;
	height: 270px;
	z-index: -1;
}

.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 12px 30px;
}

.column-2 ul li{ 
	width: calc(50% - 15px);
}

.kitchen-quartz-service-bg:before{
	backdrop-filter: blur(2px);
}

.kitchen-quartz-service-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.kitchen-quartz-service-list ul li{
	width: calc(33.33% - 20px);
}

.kitchen-quartz-service-list ul li a,
.kitchen-quartz-service-list ul li:has(:not(a)){
	padding: 13px !important;
	background: rgb(from var(--white-color) r g b / 10%);
	backdrop-filter: blur(15px);	
	transition: all 0.4s ease-in-out;
}

.kitchen-quartz-service-list ul li:has(a){
	padding: 0px !important;
	background: transparent;
	backdrop-filter: blur(0px);	
	transition: all 0.4s ease-in-out;
}

.kitchen-quartz-service-list ul li a:hover,
.kitchen-quartz-service-list ul li:hover:has(:not(a)){
	background: var(--e-global-color-accent);
}

.kitchen-quartz-counter-section-img-box{
	z-index: 1;	
}

.kitchen-quartz-counter-section-img-box:before{
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	width: 300px;
	height: calc(100% - 40px);
}

.kitchen-quartz-counter-section-img-box:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	border: 1px solid var(--e-global-color-accent);
	width: 250px;
	height: calc(100% - 40px);
	z-index: -1;
}

.kitchen-quartz-counter-section-img{
	height: 100%;
}

.kitchen-quartz-counter-section-img img{
	aspect-ratio: 1 / 1.25;
	object-fit: cover;
}

/* Old Section CSS start */
.our-product-img .elementor-widget-container{
	position: relative;
}

.our-product-img .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	background: var(--white-color);
	mask-image: url("./images/our-product-bg-mask.svg");
	mask-position: center left;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: calc(100% + 6px);
	height: 100%;
}

.our-product-img{
	height: 100%;
}

.our-product-img img{
	aspect-ratio: 1 / 0.625;
	object-fit: cover;
}
/* Old Section CSS end */

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

	.kitchen-quartz-service-list ul li{
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 1024px) {
	
	.kitchen-quartz-counter-section-img{
		height: auto;
	}
	
	.kitchen-quartz-counter-section-img img{
		aspect-ratio: 1 / 1.05;
	}
	
	/* Old Section CSS Start */
	.our-product-img .elementor-widget-container:before{
		display: none;
	}
	
	.our-product-img{
		height: auto;
	}
	
	.our-product-img img{
		-webkit-mask-image: none !important;
	}
	/* Old Section CSS End */
}

@media only screen and (max-width: 767px) {
	
	.kitchen-quartz-about-img-box:after{
		display: none;
	}
	
	.kitchen-quartz-about-img-1 img,
	.kitchen-quartz-about-img-2 img{
		aspect-ratio: 1 / 0.85;
	}
	
	.column-2 ul{
		gap: 12px;
	}
	
	.column-2 ul li{
		width: 100%;	
	}
	
	.kitchen-quartz-service-bg:before{
		backdrop-filter: none;	
	}
	
	.kitchen-quartz-service-list ul{
		gap: 15px;
	}
	
	.kitchen-quartz-service-list ul li{
		width: 100%;
		padding: 8px 10px !important;
	}
	
	/* Old Section CSS Start */
	.our-product-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.product-img-box .elementor-image-box-wrapper{
		display: flex;
	}
	/* Old Section CSS end */
	
	/* Old Section CSS Start */
	.kitchen-quartz-why-choose-section:before{
		background-image: none !important; 
		background-color: rgb(from var(--e-global-color-primary) r g b / 60%) !important;
	}
	/* Old Section CSS end */
	
	.kitchen-quartz-counter-section-img-box:before{
		width: 200px;
	}
	
	.kitchen-quartz-counter-section-img-box:after{
		width: 200px;
	}
	
	.kitchen-quartz-counter-section-img img{
		aspect-ratio: 1 / 1.25;
	}
}

/*
 * 	Hand Crafted SS Kitchen Sink Page CSS
 * */

.hc-kitchen-sink-about-img img{
	aspect-ratio: 1 / 1.236;
	object-fit: cover;
}

.hc-kitchen-sink-about-img-2 img{
	aspect-ratio: 1 / 1.084;
	object-fit: cover;
}

.kitchen-sink-about-heading{
	filter: drop-shadow(0 0 10px rgba(21, 22, 22, 0.20));	
}

.kitchen-sink-about-heading .elementor-widget-container{
	background-clip: text;
}

.kitchen-sink-about-heading .elementor-heading-title{
	writing-mode: sideways-rl;
	-webkit-text-stroke: 2px var(--white-color);
}

.hc-kitchen-sink-cta img{
	aspect-ratio: 1 / 0.782;
	object-fit: cover;
}

.hc-kitchen-sink-cta .elementor-image-box-wrapper{
	line-height: 0;	
}

.hc-kitchen-sink-cta .elementor-image-box-wrapper .elementor-image-box-content{
	padding: 20px;
}

.kitchen-sink-features-img{
	overflow: hidden;
}

.kitchen-sink-features-img img{
	aspect-ratio: 1 / 0.847;
	object-fit: cover;
}

.kitchen-sink-features-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.kitchen-sink-features-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--e-global-color-secondary);
}

.kitchen-sink-counter-section{
	counter-reset: section;
}

.kitchen-sink-counter-box .elementor-widget-container{
	counter-increment: section;
	position: relative;
}

.kitchen-sink-counter-box .elementor-widget-container:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 22px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: var(--e-global-typography-secondary-line-height);
	color: var(--e-global-color-primary);
	background: var(--e-global-color-accent);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
}

.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	max-width: 250px;
	width: 100%;
}

.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	width: calc(100% - 280px)
}

@media only screen and (max-width: 1440px) {
	
	.hc-kitchen-sink-about-img-3{
		left: -50px !important;
	}
}

@media only screen and (max-width: 1400px) {
		
	.kitchen-sink-about-text .elementor-widget-container{
		margin: 0 0 0 -50px !important;
		width: calc(100% + 50px);
		padding: 20px !important;
	}
	
	.hc-kitchen-sink-about-img-3{
		left: -20px !important;
	}
	
	.kitchen-sink-counter-box .elementor-widget-container:before{
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	
	.kitchen-sink-about-text .elementor-widget-container{
		margin: 0 !important;
		width: 100%;
	}
	
	.hc-kitchen-sink-about-img-3{
		left: 10px !important;
	}
	
	.kitchen-sink-features-img img{
		aspect-ratio: 1 / 0.65;	
	}
}

@media only screen and (max-width: 767px) {
	
	.kitchen-sink-features-img img{
		aspect-ratio: 1 / 0.75;	
	}
	
	.kitchen-sink-counter-box .elementor-widget-container:before{
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
	
	.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content{
		display: block;
	}
	
	.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
		max-width: 100%;
	}

	.kitchen-sink-counter-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
		width: 100%;
	}
}

/*
 * 	SS Kitchen Sink Page CSS
 * */

/* old Section CSS start */
.ss-kitchen-sink-why-choose-img img{
	aspect-ratio: 1 / 0.508;
	object-fit: cover;
}

.ss-kitchen-sink-why-choose-box .elementor-cta .elementor-icon-wrapper{
	line-height: 0;
}

.ss-kitchen-sink-why-choose-box .elementor-cta .elementor-content-item .elementor-icon svg{
	stroke: none !important;
}

.ss-kitchen-sink-why-choose-box .elementor-cta__content .elementor-cta__description{
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(from var(--white-color) r g b / 10%);
}

.ss-kitchen-sink-why-choose-box-2.ss-kitchen-sink-why-choose-box .elementor-cta__content .elementor-cta__description{
	border-color: rgb(from var(--e-global-color-primary) r g b / 10%);
}

.ss-kitchen-sink-why-choose-box .elementor-cta__content .elementor-cta__button-wrapper a{
	position: relative;
}

.ss-kitchen-sink-why-choose-box .elementor-cta__content .elementor-cta__button-wrapper a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	bottom: auto;
	background: currentColor;
	mask-image: url("./images/btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 20px;
	height: 100%;
	transform: translate(0, -9px);
}
/* old Section CSS End */

.ss-kitchen-sink-about-img img{
	aspect-ratio: 1 / 1.21;
	object-fit: cover;
}

/* SS Kitchen Sink old section css start */
.ss-kitchen-sink-about-img1{
	position: relative;
	margin-left: 20px;
	z-index: 1;
}

.ss-kitchen-sink-about-img1:before{
	content: '';
	display: block;
	position: absolute;
	width: 175px;
	height: calc(100% + 40px);
	top: -20px;
	left: -20px;
	bottom: 0;
	border: 1px solid var(--e-global-color-accent);
	z-index: -1;
}

.ss-kitchen-sink-about-img1 img{
	aspect-ratio: 1 / 1.09;
	object-fit: cover;
}

.ss-kitchen-sink-about-video .elementor-wrapper{
	--video-aspect-ratio: 1 / 0.47 !important;
}

.ss-kitchen-sink-about-video .elementor-custom-embed-play{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--e-global-color-accent);
}

.ss-kitchen-sink-about-video .elementor-custom-embed-play i{
	opacity: 1;
	text-shadow: none;
	padding-left: 3px;
}

.ss-kitchen-sink-about-video .elementor-custom-embed-play:before,
.ss-kitchen-sink-about-video .elementor-custom-embed-play:after{
	content: '';
	position: absolute;
	top: -60%;
	left: -60%;
	width: 160%;
	height: 160%;
	border: 55px solid var(--white-color);
	opacity: 30%;
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming-royal 1.2s infinite linear;
}

.ss-kitchen-sink-about-video .elementor-custom-embed-play:after{
	animation-delay: .3s;
}

@keyframes border-zooming-royal{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}
/* SS Kitchen Sink old section css end */

.ss-kitchen-sink-ctabox .elementor-cta__image{
	line-height: 0;
}

.ss-kitchen-sink-ctabox .elementor-cta__image img{
	aspect-ratio: 1 / 1.03;
	object-fit: cover;
}

.ss-kitchen-sink-ctabox .elementor-cta__title{
	background-color: var(--e-global-color-secondary);
	border: 2px solid var(--white-color);
	padding: 11px;
	width: calc(100% - 60px);
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
}

.ss-kitchen-sink-ctabox .elementor-cta__description{
	padding: 0 20px;
}

.ss-kitchen-sink-ctabox .elementor-cta__button{
	position: relative;
	padding-right: 27px !important;
	transition: all 0.3s ease-in-out;
}

.ss-kitchen-sink-ctabox .elementor-cta__button:after{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 16px;
    transform: translateY(-50%);
    background-color: currentcolor;
    mask-image: url("images/btn-arrow.svg");
    mask-repeat: no-repeat;
    mask-position: right center;
    mask-size: 100% auto;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1366px) {
	
	.ss-kitchen-sink-our-advantages{
		width: calc(100% + 525px);
		margin-left: -525px;
	}
}

@media only screen and (max-width: 1024px) {
  
	/* SS Kitchen Sink old section css start */
	.ss-kitchen-sink-about-img1 img{
		aspect-ratio: 1 / 0.9;
	}
	
	.ss-kitchen-sink-about-video .elementor-wrapper{
		--video-aspect-ratio: 1.77777 !important;
	}
	/* SS Kitchen Sink old section css end */
	
	.ss-kitchen-sink-about-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.ss-kitchen-sink-ctabox .elementor-cta__title{
		width: calc(100% - 40px);
		margin-top: -24px;
	}
	
	.ss-kitchen-sink-our-advantages{
		width: var(--width);
		margin-left: var(--margin-left);
	}
}

@media only screen and (max-width: 767px) {
  
	/* SS Kitchen Sink old section css start */
	.ss-kitchen-sink-about-img1 img{
		aspect-ratio: 1 / 1.1;
	}
	/* SS Kitchen Sink old section css end */
	
	.ss-kitchen-sink-about-img img{
		aspect-ratio: 1 / 1.1;
	}
	
	.ss-kitchen-sink-ctabox .elementor-cta__button:after{
		width: 16px;
		height: 14px;
	}
}

/*
 * 	Sanitaryware Page CSS
 * */

.sanitaryware-about-img{
	transform: rotate(-6.631deg);
}

.sanitaryware-about-img img{
	aspect-ratio: 1 / 1.215;
	object-fit: cover;
}

.sanitaryware-about-img-2{
	transform: rotate(8.08deg);	
}

.sanitaryware-features-section:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	background: linear-gradient(269deg, var(--e-global-color-secondary) 55%, rgba(23, 86, 86, 0.1) 100%), linear-gradient(269deg, var(--e-global-color-secondary) 50%, rgba(23, 86, 86, 0.05) 120%);
	width: 50%;
	height: 100%;
}

.sanitaryware-features-section:after{
	content: '';
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
	background: linear-gradient(-269deg, var(--e-global-color-secondary) 45%, rgba(23, 86, 86, 0.1) 95%), linear-gradient(-269deg, var(--e-global-color-secondary) 50%, rgba(23, 86, 86, 0.05) 140%);
	width: 50%;
	height: 100%;
}

.sanitaryware-mission-vision-img img{
	aspect-ratio: 1 / 1.28;
	object-fit: cover;
}

@media only screen and (max-width: 1024px) {
	
	.sanitaryware-mission-vision-img img{
		aspect-ratio: 1 / 0.8;	
	}
}

@media only screen and (max-width: 767px) {
	
	.sanitaryware-about-img,
	.sanitaryware-about-img-2{
		transform: rotate(0deg);
	}
	
	.sanitaryware-about-img-2{
		position: initial !important;
	}
	
	.sanitaryware-about-img img{
		aspect-ratio: 1 / 1.05;	
	}
	
	.sanitaryware-mission-vision-img img{
		aspect-ratio: 1 / 1.1;
	}
}


/*
 * Siphonic Page CSS
 * */
.flushing-closte-stepbox-column{
	position: relative;
}

.flushing-closte-stepbox-column:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 80px;
	transform: translateY(-50%);
	background: rgba(21, 22, 22, 0.10);
}

.flushing-closte-stepbox-imgbox .elementor-image-box-content{
	display: flex;
    flex-direction: column-reverse;
    row-gap: 10px;
}

@media only screen and (max-width: 1024px) {
	
	.flushing-closte-stepbox-column:after{
		display: none;
	}
}

/*
 * Tornado Page CSS
 * */
.tornado-adv-img1 img{
	aspect-ratio: 1 / 1.3;
    object-fit: contain;
}

.tornado-adv-img2{
	width: 275px;
	position: absolute;
	top: 60px;
	right: 0;
}

@media only screen and (max-width: 1024px) {
	
	.tornado-adv-img2{
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	.tornado-adv-img2{
		width: 180px;
		top: 0;
	}
}

/*
 * Products archive Page CSS
 * */
.products-cats-list,
.products-cats-list ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.products-cats-list > li{
    margin-bottom: 20px;
}

.products-cats-list a{
    display: block;
	width: 100%;
	position: relative;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	letter-spacing: 0.02em;
    color: var(--e-global-color-primary);
	background: var(--bg-color);
	padding: 18px 40px 18px 20px;
	transition: all 0.3s ease-in-out;
}

/*.products-cats-list > li > a{
	background: var(--bg-color);
}*/

.products-cats-list > li > a:hover,
.products-cats-list > li.active > a,
.products-cats-list > li.open > a{
	color: var(--white-color);
	background: var(--e-global-color-secondary);
}

.products-cats-list a:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 18px;
    height: 14px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
	background-color: currentcolor;
	mask-image: url("images/btn-arrow.svg");
	mask-repeat: no-repeat;
	mask-position: right center;
	mask-size: 100% auto;
	transition: all 0.3s ease-in-out;
}

.products-cats-list > li.has-child.open > a:after{
	transform: translateY(-50%) rotate(90deg);
}

.products-child-cats-list{
    display: none;
}

.products-child-cats-list li.active a,
.products-child-cats-list li a:hover{
	color: var(--e-global-color-secondary);
}

.products-child-cats-list li a:before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0;
	width: calc(100% - 40px);
	height: 1px;
	background: rgba(21, 22, 22, 0.10);
}

.products-child-cats-list li:last-child a:before{
	display: none;
}

/* Product loop grid */
.product-loop-grid-item .elementor-widget-theme-post-featured-image{
	position: relative;
}

.product-loop-grid-item .elementor-widget-theme-post-featured-image a{
	display: block;
	width: 100%;
}

.product-loop-grid-item .elementor-widget-theme-post-featured-image img{
	aspect-ratio: 1 / 1.24;
    object-fit: cover;
}

.product-loop-grid-item .product-size p{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4em;
    color: var(--e-global-color-text);
	text-align: center;
	margin: 0;
}

.view-product-btn{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(calc(-50% + 15px));
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease-in-out;
    z-index: 1;
}

.product-loop-grid-item:hover .view-product-btn{
	transform: translateY(-50%);
	opacity: 1;
    visibility: visible;
}

.view-product-btn .elementor-button{
	backdrop-filter: blur(5px);
}

.view-product-btn .elementor-button .elementor-button-icon svg{
	width: 16px;
}

.product-grid .elementor-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding-top: 1px;
	background-color: var(--e-global-color-secondary);
	transition: all 0.3s ease-in-out;
}

.product-grid .elementor-pagination .page-numbers.dots{
	color: var(--white-color);
}

.product-grid .elementor-pagination .page-numbers.prev,
.product-grid .elementor-pagination .page-numbers.next{
	text-indent: -9999px;
}

.product-grid .elementor-pagination .page-numbers.current,
.product-grid .elementor-pagination .page-numbers:hover,
.product-grid .elementor-pagination .page-numbers:focus{
	background-color: var(--e-global-color-primary);
}

.product-grid .elementor-pagination .page-numbers.prev{
	background-image: url('images/prev-arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;;
	background-size: 16px auto;
}

.product-grid .elementor-pagination .page-numbers.next{
	background-image: url('images/next-arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;;
	background-size: 16px auto;
}

.product-grid .elementor-pagination span.prev,
.product-grid .elementor-pagination span.next{
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	.product-loop-grid-item .elementor-widget-theme-post-featured-image img{
		aspect-ratio: 1 / 1.1;
	}
}


/*
 * Products single Page CSS
 * */
.product-image-gallery-slider{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 30px;
}

.product-image-gallery-slider .slider.slider-for{
	width: calc(100% - 150px);
	opacity: 0;
	visibility: hidden;
}

.product-image-gallery-slider .slider.slider-nav{
	width: 120px;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.product-image-gallery-slider .slider.slider-for.slick-initialized,
.product-image-gallery-slider .slider.slider-nav.slick-initialized{
	opacity: 1;
	visibility: visible;
}

.product-image-gallery-slider .slider.slider-for .slick-slide{
    margin: 0 5px;
	border: none;
}

.product-image-gallery-slider .slider.slider-for .slick-list{
	margin: 0 -5px;
}

.product-image-gallery-slider .slider.slider-nav .slick-slide{
	margin: 5px 0;
	border: none;
}

.product-image-gallery-slider .slider.slider-nav .slick-list{
	margin: -5px 0;
}

.product-image-gallery-slider .gallery-slide figure{
	outline: none;
	text-align: center;
}

.product-image-gallery-slider .gallery-nav-slide figure{
	cursor: pointer;
}

.product-image-gallery-slider .gallery-slide figure img,
.product-image-gallery-slider .gallery-nav-slide figure img{
	width: 100%;
}

.product-image-gallery-slider .slider.slider-nav .slick-arrow{
	outline: none;
	border: none;
	padding: 0;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(21, 22, 22, 0.30);
	backdrop-filter: blur(5px);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 14px;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

.product-image-gallery-slider .slider.slider-nav:hover .slick-arrow{
	opacity: 1;
}

.product-image-gallery-slider .slider.slider-nav .slick-arrow.prev-arrow{
	top: 0;
	bottom: auto;
	background-image: url('images/up-arrow-white.svg');
}

.product-image-gallery-slider .slider.slider-nav .slick-arrow.next-arrow{
	top: auto;
	bottom: 0;
	background-image: url('images/down-arrow-white.svg');
}

.product-single-content > .elementor-widget-container > *:last-child{
	margin-bottom: 0;
}

.product-single-content a{
	color: inherit;
	text-decoration: underline;
}

.product-single-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-single-content ul li{
	background: url(images/icon-checked-green.svg) no-repeat top 5px left;
    background-size: 16px auto;
    padding-left: 25px;
    margin-bottom: 12px;
}

.product-single-content ul li:last-child{
	margin-bottom: 0;
}

.product-metadata ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.product-metadata ul li{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.product-metadata ul li:last-child{
	margin-bottom: 0;
}

.product-metadata ul li h6{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4em;
	min-width: 165px;
	margin: 0;
}

.product-metadata ul li p{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
	margin: 0;
}

@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 767px) {
	
	.product-image-gallery-slider{
		gap: 10px;
	}
	
	.product-image-gallery-slider .slider.slider-for{
		width: calc(100% - 70px);
	}

	.product-image-gallery-slider .slider.slider-nav{
		width: 60px;
	}
	
	.product-image-gallery-slider .slider.slider-nav .slick-arrow{
		height: 25px;
		background-size: auto 12px;
	}
	
	.product-metadata ul li{
		flex-direction: column;
		align-items: flex-start;
		gap: 7px;
		margin-bottom: 20px;
	}

	.product-metadata ul li h6{
		min-width: initial;
	}
	
}


