/**
 * ICON
 */
.elementor-icon svg {
    fill: inherit;
}
.elementor-mobile-position-left.elementor-vertical-align-top .elementor-icon-box-icon {
	display: inline-block !important;
}
.top-left-icon .elementor-icon-box-icon {
	margin-inline: inherit !important;
}




.blue {
	color: var( --e-global-color-primary );
}
.yellow {
	color: var( --e-global-color-secondary );
}
.pink {
	color: var( --e-global-color-accent );
}

:root {
  --border-light: #2e009914;
}
:root {
  --border-blue-light: #2e009917;
}
:root {
  --border-light-gray: #e6e6e6;
}
:root {
	--small-text: 400 0.875rem/1.4 "Rethink Sans", sans-serif;
}
@media (min-width: 991px) {
	:root {
    	--small-text: 400 1rem/1.4 "Rethink Sans", sans-serif;
  	}
}


/**
 * CAROUSEL
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-pagination.swiper-pagination-bullets {
	bottom: 0;
	position: relative;
	margin-top: 20px;
}
.swiper-container .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 1px!important;
	background: var(--e-global-color-primary);
	opacity: 0.3;
}
.swiper-container .swiper-pagination-bullet-active {
    width: 15px;
	border-radius: 30px;
	opacity: 1;
}

.swiper-button-next, 
.swiper-button-prev {
	color: #fff !important;
	font-size: 20px;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: inherit !important;
}

.swiper-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.swiper-nav .swiper-button-next, 
.swiper-nav .swiper-button-prev {
    position: relative;
    margin: 0;
    color: #fff;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
}
.swiper-nav .swiper-button-next {
	order: 1;
}

@media (min-width:991px) {
	.swiper-button-next, 
	.swiper-button-prev {
		font-size: 30px;
	}
}


/**
 * HEADER
 */
.main-header {
	padding: 10px 15px;
	z-index: 9999;
	transition: top 0.3s ease, box-shadow 0.3s ease;
}
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
}
.main-header .elementor-widget-wrap {
	padding: 0 15px;
	align-content: center !important;
    align-items: center;
} 
.main-header .elementor-element {
    display: inline-block;
    position: relative;
    width: auto;
}
.main-header .custom-logo-link {
    display: block;
}
.main-header .custom-logo {
    display: block;
    width: 120px;
    transition: width 0.3s ease;
}
.main-header .elementor-col-70 .elementor-widget-wrap {
	justify-content: flex-end;
}

/* Site Navigation */
.site-navigation,
.site-navigation ul.menu,
.site-navigation ul.menu li {
    position: relative;
    display: block;
} 
.site-navigation ul.menu > li {
	padding: 10px 0;
}
.site-navigation ul.menu > li a {
    font-weight: 600;
    white-space: nowrap;
    font-size: 1.1875rem;
    line-height: 1;
}
.site-navigation ul.menu > li a .chevron {
    font-size: 1.0625rem;
    margin-left: 5px;
    transform: rotate(90deg);
    vertical-align: middle;
}

.site-navigation ul.menu li:hover > a, 
.site-navigation ul.menu li.current-menu-item > a,
.site-navigation ul.menu li.current_page_parent > a,
.site-navigation ul.menu li.current-menu-parent > a,
.site-navigation ul.menu li.current-menu-ancestor > a,
.site-navigation ul.menu li.current-product-type-ancestor > a,
.site-navigation ul.menu li.current_page_item > a {
	color: var(--e-global-color-primary);
}

.site-navigation ul.menu li ul.sub-menu li a {
	font-size: 1rem;
}

/* Responsive Media Queries */
@media (min-width: 991px) {
	.main-header {
		padding: 20px 0;
	}	
	.main-header.sticky {
		padding: 10px 0;
	}
	.main-header .custom-logo {
		width: 220px;
	}
	.main-header.sticky .custom-logo {
		width: 180px;
	}

	.site-navigation-toggle-holder {
		display: none;
	}

	.site-navigation ul.menu > li {
		display: inline-block;
	}
	.site-navigation ul.menu > li:not(:last-child) {
		margin-right: 18px;
	}

	/*
	.site-navigation ul.menu > li > a {
		color: #fff;
	}
	.site-navigation ul.menu li:hover > a, 
	.site-navigation ul.menu li.current-menu-item > a,
	.site-navigation ul.menu li.current_page_parent > a,
	.site-navigation ul.menu li.current-menu-parent > a,
	.site-navigation ul.menu li.current-menu-ancestor > a,
	.site-navigation ul.menu li.current-product-type-ancestor > a,
	.site-navigation ul.menu li.current_page_item > a {
		color: var(--e-global-color-primary) !important;
	}
	*/

	/*sub-menu*/
	.site-navigation ul.menu li > ul.sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 7;
		padding: 20px 0;
		background-color: #fff;		
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.15);
		transform: translateY(10px);
    	transition: transform 0.5s ease;
	}
	.site-navigation ul.menu li > ul.sub-menu li > ul.sub-menu {
		top: 0;
		left: 100%;
		margin-left: 1px;
	}
	.site-navigation ul.menu li:hover > ul.sub-menu {
	    opacity: 1;
	    visibility: visible;
	    transform: translateY(0);
	}
	.site-navigation ul.menu li ul.sub-menu li {
		padding-left: 30px;
		padding-right: 30px;
	}
	.site-navigation ul.menu li ul.sub-menu li a .chevron {
    	transform: rotate(0deg);
    	transition: transform 0.3s ease;
	}
	.site-navigation ul.menu li ul.sub-menu li a:hover .chevron {
    	transform: rotate(-180deg);
	}
}
@media (max-width: 991px) {
	.main-header .elementor-col-30 {
		width: 45%;
	}
	.main-header .elementor-col-30 .elementor-widget-wrap {
		padding-right: 0;
	}
	.main-header .elementor-col-70 {
		width: 55%;
	}	

	/* Toggle Holder */
	.site-navigation-toggle-holder {
		margin-left: 10px;
		order: 1;
	}
	.site-navigation-toggle-holder.active::after {
    	content: '';
    	position: fixed;
    	inset: 0;
    	background-color: rgba(0, 0, 0, 0.6);
    	z-index: 1;
    	transition: background-color 0.3s ease-in-out;
    	pointer-events: none;
	}
	.site-navigation-toggle-holder .site-navigation-toggle {
        color: var(--e-global-color-primary);
        font-size: 1.625rem;
        cursor: pointer;
        position: relative;
        z-index: 5;
        padding: 0;
    }
	.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded="true"] .eicon-menu-bar:before {
		content: "\e87f";
	}

	/* Navigation */
	.site-navigation {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 230px;
		padding: 80px 0 0 50px;
		background-color: #fff;
		transform: translateX(100%);
		transition: transform 0.4s ease-in-out;
		overflow-y: auto;
		z-index: 5;
	}
	.site-navigation.dropdown {
		transform: translateX(0);
		box-shadow: -8px 0 15px rgba(0, 0, 0, 0.2);
	}	
	.site-navigation ul.menu li ul.sub-menu {
		padding: 10px 0 0 15px;
	}
	.site-navigation ul.menu li ul.sub-menu li:not(:last-child) {
	    margin-bottom: 5px;
	}
}

/* Header Top Right */
.htop-right {
    display: flex !important;
    gap: 0;
    line-height: 0;
}
.htop-right .r-quote .elementor-button {
    padding: 5px 8px;
    font-size: 0.5625rem;
}
.htop-right .r-quote .elementor-button:after {
	margin-left: 3px;
}
@media (min-width: 991px) {
    .htop-right {
        margin-left: 50px;
    } 
    .htop-right .r-quote .elementor-button {
        padding: 10px 14px;
        font-size: 0.75rem;
    }
	.htop-right .r-quote .elementor-button:after {
		margin-left: 6px;
	}
}


/**
 * ARCHIVE HEADER
 */
.archive-header {
    padding: 40px 15px;
    background-color: var(--e-global-color-primary);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-image: url(../../../../uploads/archive-header.webp);
}
.archive-header:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--e-global-color-primary);
    opacity: 0.8;
}
.archive-header .elementor-container,
.archive-header .elementor-widget-container {
	padding: 0 15px;
}
.archive-header h1 {
    position: relative;
    color: #fff;
	font-size: 1.875rem;
    line-height: 1.2;
    padding-left: 20px;
    border-left: 4px solid var(--e-global-color-secondary);
}
.archive-header h1 span {
	color: var(--e-global-color-secondary);
}
.archive-header p {
    margin-top: 15px;
    font-size: 0.75rem;
    width: 90%;
    color: rgba(255, 255, 255, 0.8);
}
.archive-header .breadcrumb {
    color: rgba(255, 255, 255, 0.8);
    display: none;
}
.archive-header .breadcrumb a:hover {
	color: var(--e-global-color-secondary);
}
@media (min-width: 767px) {
	.archive-header .elementor-container,
	.archive-header .elementor-widget-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.archive-header .heading-content {
		width: 50%;
	}
	.archive-header .breadcrumb {
		display: block;
	}
}
@media (min-width: 991px) {
	.archive-header {
		padding: 100px 0;
	}	
	.archive-header h1 {
        font-size: 3.50rem;
        padding-left: 40px;
        border-left-width: 8px;
    }
    .archive-header p {
    	font-size: 1rem;
    	margin-top: 25px;
    }
    .archive-header .breadcrumb {
    	font-size: 1rem;
	}
}


/**
 * SLIDER
 */
.elementor-slides {
	position: relative;
}
.elementor-slides .swiper-container {
	width: 100%;
	height: 220px;
}
.elementor-slides .slide-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-width: 100%;
	min-height: 100%;
	background-color: var(--e-global-color-primary);
}
.elementor-slides .slide-bg .slide-lcp-img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.elementor-slides .slide-inner {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;	

	align-items: center;
	justify-content: center;  /* flex-start - center - flex-end */
	text-align: center;
}
.elementor-slides .slide-content {
    position: relative;
    z-index: 1;
    width: 100%;
}
.elementor-slides .slide-content .slide-heading {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
}
.elementor-slides .slide-content .slide-description {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 5px;
    
}
/*
.elementor-slides .slide-content .slide-link {
		margin-top: 10px;
} 
.elementor-slides .slide-content .slide-link .elementor-button {
	padding: 6px 10px;
}
*/ 
.elementor-slides .slide-content .animation {
    display: none;
}
.elementor-slides .slide-content .animation.curr_swiper {
    display: block;
}
.elementor-slides .swiper-pagination.swiper-pagination-bullets {
	position: absolute;
	bottom: 30px;
	margin: 0;
	display: none;
}
@media (min-width:767px) {
	.elementor-slides .swiper-container {
		height: 500px;
	}
	.elementor-slides .slide-inner {
		width: 60%;
	}
	.elementor-slides .slide-content .slide-heading {
		font-size: 3.125rem;
	}
	.elementor-slides .slide-content .slide-description {
    	font-size: 3.125rem;
   		margin-top: 10px;
	}
	/*
	.elementor-slides .slide-content .slide-link {
		margin-top: 20px;
	} 
	.elementor-slides .slide-content .slide-link .elementor-button {
		padding: 8px 12px;
	}
	*/
}
@media (min-width:991px) {
	.elementor-slides .swiper-container {
		height: 750px;
	}
	.elementor-slides .slide-content .slide-heading {
		font-size: 4.375rem;
	}
	.elementor-slides .slide-content .slide-description {
    	font-size: 4.375rem;
		margin-top: 15px;
	}
	/*
	.elementor-slides .slide-content .slide-link {
		margin-top: 30px;
	} 
	.elementor-slides .slide-content .slide-link .elementor-button {
		padding: 12px 16px;
	}
	*/
}


/**
 * HOME
 */

/*--numbar--*/
.about-numbar .border:before, 
.about-numbar .border:after {
    content: "";
    position: absolute;
    background: var( --e-global-color-a313189 );
    top: -12px;
    left: 60px;
    right: 15px;
    height: 1px;
}
.about-numbar .border:after {
    top: auto;
    bottom: -12px;
}
@media (min-width: 767px) {
	.about-numbar .border:before, 
	.about-numbar .border:after {
		height: 100%;
		width: 1px;
		top: 0;
	}
	.about-numbar .border:before {
		left: -35px;
	}
	.about-numbar .border:after {
		right: -10px;
		left: auto;
	}
}
@media (min-width: 991px) {
	.about-numbar .border:before {
		left: -65px;
	}
	.about-numbar .border:after {
		right: -45px;
	}
}


/*-- products --*/
.owlpro .prohead {
	margin-bottom: 30px;
}
.owlpro .prohead h2 {
	margin-bottom: 10px;
}

.owlpro .content-wrap {
	overflow: hidden;
    border-radius: 20px;
	background: #deeeed;
}
.owlpro .pet .content-wrap {
	background: #d8eefb;
}
.owlpro .shrink .content-wrap {
	background: #fbebf5;
}
.owlpro .water .content-wrap {
	background: #f5f4f9;
}
.owlpro .pp .content-wrap {
	background: #cce6e5;
}
.owlpro .bopp .content-wrap {
	background: #d8e1fb;
}


.owlpro .img,
.owlpro .img img {
	display: block;
	width: 100%;
}
.owlpro .content {
    border-radius: 15px;
    padding: 10px 20px;
    background: #fff;
    margin: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owlpro .elementor-button {
	display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
}
.owlpro .elementor-button:after {
	margin: 0;
}

.owlpro-nav .swiper-button-next, 
.owlpro-nav .swiper-button-prev {
	color: var(--e-global-color-primary) !important;
}

@media (min-width: 767px) {
	.owlpro .prohead {
		margin-bottom: 50px;
		padding-right: 200px;
	}
	.owlpro-nav {
		position: absolute;
		top: 50px;
		right: 15px;
	}
}
@media (min-width: 991px) {
	.owlpro .prohead {
		margin-bottom: 70px;
		padding-right: 500px;
	}
	.owlpro .prohead h2 {
		margin-bottom: 20px;
	}

	.owlpro .content-wrap {
		border-radius: 30px;
	}
	.owlpro .content {
    	padding: 20px 50px;
    	margin: 0 40px 40px 40px;
	}
	.owlpro .content h3 {
		font-size: 1.875rem;
	}
	.owlpro .elementor-button {
    	width: 40px;
    	height: 40px;
    	line-height: 40px;
	}
}
@media (max-width: 767px) {
	.owlpro-nav {
		justify-content: center;
		margin-top: 20px;
	}	
}


/*-- chemical --*/
.chemical .chemhead {
	margin-bottom: 30px;
}
.chemical .chemhead h2 {
	margin-bottom: 10px;
}
.chemical .content-wrap {
    padding: 10px;
    border-radius: 20px;
    border: 2px solid var(--border-light-gray);
}
.chemical .content {
    padding: 25px 25px 30px 30px;
}
.chemical .content h3 {
    margin-bottom: 15px;
}
.chemical .img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.chemical-nav .swiper-button-next, 
.chemical-nav .swiper-button-prev {
	color: var(--e-global-color-primary) !important;
}
@media (min-width: 767px) {
	.chemical .chemhead {
		margin-bottom: 50px;
		padding-right: 200px;
	}
	.chemical-nav {
		position: absolute;
		top: 50px;
		right: 15px;
	}
}
@media (min-width: 991px) {
	.chemical .chemhead {
		margin-bottom: 70px;
		padding-right: 500px;
	}
	.chemical .chemhead h2 {
		margin-bottom: 20px;
	}
	.chemical .content-wrap {
    	padding: 15px;
    	border-radius: 30px;
    	transition: all 0.3s ease;
    }
	.chemical .content-wrap:hover {
   		border-radius: 45px;
   		border-color: var(--e-global-color-primary);
   	}
  	.chemical .content-wrap .img img {
    	transition: all 0.3s ease;
  	}
	.chemical .content-wrap:hover .img img {
    	transform: scale(1.03) translateY(-8px);
    	border-radius: 30px;
   	}
	.chemical .content-wrap:hover .content h3 {
		transition: color 0.3s ease;
    	color: var(--e-global-color-primary);
  	}  	
}
@media (max-width: 767px) {
	.chemical-nav {
		justify-content: center;
		margin-top: 20px;
	}	
}


/*-- Testimonials --*/
.testimonial .inner {
	position: relative;
	font-size: 1.125rem;
	color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.testimonial .inner .star-icon {
	display: block;
	margin-bottom: 10px;
	font-size: 0.875rem;
	color: var( --e-global-color-secondary );
}
.testimonial .author h3 {
	color: var(--e-global-color-secondary)
}
.testimonial .author span {
	color: #fff;
	margin-top: 5px;
	display: block;
}
.testimonial-nav {
	position: absolute;
    right: 0;
    bottom: 10px;
}
@media (min-width: 991px) {
	.testimonial .inner {
        font-size: 1.625rem;
        line-height: 1.4;
        padding-bottom: 40px;
    	margin-bottom: 40px;
    }
    .testimonial .inner .star-icon {
		margin-bottom: 20px;
		font-size: 1.125rem;
	}
	.testimonial-nav {
		bottom: 15px;
	}
}


/*-- Clients --*/
.clients .content-wrap {
	padding-bottom: 5px;
}
.clients .content-wrap .img {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}
.clients .content-wrap .img img {
	display: block;
	width: 100%;
}
@media (min-width: 991px) {
   .clients .content-wrap .img {
        transition: all 0.3s ease;
    }
	.clients .content-wrap .img:hover {
        border-color: var(--e-global-color-accent);
        transform: translateY(5px);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }
}


/**
 * ABOUT US
 */

/*--strengths--*/
.strengths h2 {
	margin-bottom: 30px;
    text-align: center;
}
.strengths .content-wrap {
    padding: 30px;
    border-radius: 20px;
	text-align: center;
    border: 2px solid var(--border-light-gray);
}
.strengths .content-wrap img {
	width: 75px;
	filter: brightness(0) invert(0.2);
}
.strengths .content-wrap h3 {
	margin: 20px 0;
}
.strengths-nav .swiper-button-next, 
.strengths-nav .swiper-button-prev {
	color: var(--e-global-color-primary) !important;
}
@media (min-width: 767px) {
	.strengths h2 {
    	margin-bottom: 50px;
    	text-align: left;
	}
	.strengths-nav {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}
@media (min-width: 991px) {
	.strengths h2 {
        margin-bottom: 70px;
    }

    .strengths .content-wrap {
    	border-radius: 30px;
    	text-align: left;
    	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border 0.3s ease;
	}
	.strengths .content-wrap:hover {
    	transform: translateY(-8px);
    	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    	background: var(--e-global-color-primary);
    	border-color: var(--e-global-color-primary);
  	}
  	.strengths .content-wrap img {
  		transition: filter 0.3s ease;
	}
	.strengths .content-wrap:hover img {
  		filter: brightness(0) invert(1);
	}
	.strengths .content-wrap h3,
  	.strengths .content-wrap p {
		transition: color 0.3s ease;
	}
	.strengths .content-wrap:hover h3,
	.strengths .content-wrap:hover p {
		color: #fff;
	}
}
@media (max-width: 767px) {
	.strengths-nav {
		justify-content: center;
		margin-top: 20px;
	}	
}


/*--.whychoose--*/
.whychoose h2 {
	margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.whychoose .content-wrap {
	padding: 10px 10px 30px 10px;
	border-radius: 20px;
	border: 2px solid #3f169d;
    text-align: center;
}
.whychoose .content-wrap .img,
.whychoose .content-wrap .img img {
	display: block;
	width: 100%;
}
.whychoose .content-wrap .img img {
	border-radius: 20px;
}
.whychoose .content-wrap h3 {
	margin: 30px 0 15px;
	color: var( --e-global-color-secondary );
}
.whychoose .content-wrap p {
	padding: 0 30px;
	color: #fff;
}
@media (min-width: 767px) {
	.whychoose h2 {
    	margin-bottom: 50px;
    	text-align: left;
	}
	.whychoose-nav {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}
@media (min-width: 991px) {
	.whychoose h2 {
        margin-bottom: 70px;
    }
	.whychoose .content-wrap {
		padding: 15px 15px 30px 15px;
		border-radius: 30px;
		transition:  border-radius 0.3s ease, border-color 0.3s ease;
  	}
	.whychoose .content-wrap:hover {
    	border-radius: 50px;
    	border-color: #572bbd;
   	}
	.whychoose .content-wrap img {
		border-radius: 30px;
    	transition:  border-radius 0.3s ease, transform 0.3s ease;
  	}
	.whychoose .content-wrap:hover .img img {
    	border-radius: 50px;
    	transform: translateY(10px);
  	}
}
@media (max-width: 767px) {
	.whychoose-nav {
		justify-content: center;
		margin-top: 20px;
	}	
}


/**
 * SINGLE PRODUCT PAGE
 */

/*product section*/
.pro-section {
	padding: 40px 15px;
}
.pro-section .elementor-widget-wrap {
	padding: 0 15px;
}
@media (min-width:768px) {
	.pro-section {
		padding: 80px 15px;
	}
}
@media (min-width:991px) {
	.pro-section {
		padding: 120px 0;
	}
}

/*--product-bio--*/
.pro-bio.pro-section {
	padding-bottom: 0;
}
.pro-bio h2 {
	margin-bottom: 10px;
}
.pro-bio h2 strong {
	color: var(--e-global-color-accent);
	font-weight: 700;
}
.pro-bio .pro-img,
.pro-bio .pro-img img {
	display: block;
	width: 100%;
}
.pro-bio .pro-img {
	margin-top: 30px;
}
.pro-bio .pro-img img {
	border-radius: 20px;
}
@media (min-width: 767px) {
	.pro-bio .pro-img {
		margin-top: 50px;
	}
}
@media (min-width: 991px) {
	.pro-bio h2 {
		margin-bottom: 30px;
	}
	.pro-bio .pro-img {
		margin-top: 80px;
	}
	.pro-bio .pro-img img {
		border-radius: 30px;
	}
}

/*--Specification--*/
.pro-specs .left h2 {
	font-size: var(--e-global-typography-b40bb02-font-size);
	margin-bottom: 10px;
}
.pro-specs .left p {
	margin-bottom: 30px;
}
.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.specs-grid .inner {
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed var(--border-light-gray);
}
.specs-grid .inner span {
	display: block;
}
.specs-grid .inner strong {
    display: block;
    font-size: 1rem;
    margin-top: 3px;
}
.pro-specs .right img {
	display: block;
	width: 100%;
	border-radius: 20px;
}
@media (min-width: 767px) {
	.pro-specs .elementor-container {
		align-items: end;
	}
}
@media (min-width: 991px) {
	.pro-specs .left {
		padding-right: 25px;
	}
	.pro-specs .left h2 {
		margin-bottom: 15px;
	}
	.specs-grid {
    	gap: 15px;
	}
	.specs-grid .inner {
		padding: 20px 30px;
    	border-radius: 20px;
    	border-width: 2px;
	}
	.specs-grid .inner strong {
    	font-size: 1.25rem;
    }
    .pro-specs .right {
		padding-left: 30px;
	}
	.pro-specs .right img {
		border-radius: 30px;
	}

    /*--hover-effect*/
    .specs-grid .inner {
    	transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease, color 0.3s ease;
  	}
  	.specs-grid .inner:hover {
  		border: 2px solid var(--e-global-color-primary);
    	box-shadow: 0 8px 20px rgba(46, 0, 153, 0.2);
    	transform: translateY(-5px);
    	color: var(--e-global-color-primary);
  	}
}
@media (max-width: 767px) {
	.pro-specs .right {
		margin-top: 40px;
	}
}

/*--Features--*/
.pro-ftr {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pro-ftr:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
}

.pro-ftr .left .elementor-element {
    display: grid;
    gap: 30px;
}
.pro-ftr .left .inner {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
}
.pro-ftr .left .inner:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 70px;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed rgb(251 188 0 / 15%);
}
.pro-ftr .left .inner img {
    width: 50px;
}
.pro-ftr .left .inner h3 {
    font-size: 1.25rem;
	color: #fff;
}

.pro-ftr .request-quote .elementor-element {
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 20px;
    padding: 30px;
}
.pro-ftr .request-quote span {
    display: block;
    color: var(--e-global-color-secondary);
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
    margin-bottom: 10px;
}
.pro-ftr .request-quote h2 {
    color: #fff;
    margin-bottom: 15px;
}
.pro-ftr .request-quote strong {
	color: var(--e-global-color-secondary);
}
.pro-ftr .request-quote p {
	color: #fff;
	margin-bottom: 20px;
}
.pro-ftr .request-quote .elementor-button,
.pro-ftr .request-quote .elementor-button:hover {
 	background: var(--e-global-color-secondary);
    color: var(--e-global-color-text) !important;
}

@media (min-width: 767px) {
	.pro-ftr .elementor-container {
		align-items: center;
	}
}
@media (min-width: 991px) {
	.pro-ftr .left {
    	padding-right: 120px;
	}
	.pro-ftr .left .elementor-element {
		gap: 70px;
	}
	.pro-ftr .left .inner {
    	gap: 40px;
	}
	.pro-ftr .left .inner:not(:last-child):before {
   		bottom: -35px;
    	left: 120px;
	}
	.pro-ftr .left .inner img {
    	width: 75px;
	}
	.pro-ftr .left .inner h3 {
   	 	font-size: 1.875rem;
   	 	line-height: 1.4;
	}

	.pro-ftr .request-quote {
    	padding-left: 40px;
	}
	.pro-ftr .request-quote .elementor-element {
    	border-radius: 60px;
    	padding: 70px;
	}
	.pro-ftr .request-quote span {
    	margin-bottom: 15px;
	}
	.pro-ftr .request-quote h2 {
    	margin-bottom: 20px;
	}
	.pro-ftr .request-quote p {
		margin-bottom: 25px;
	}

	/* hover effect */
  	.pro-ftr .left .inner {
    	transition: transform 0.3s ease;
  	}
	.pro-ftr .left .inner:hover {
   		transform: translateX(-5px);
  	}
	.pro-ftr .left .inner img {
    	transition: transform 0.3s ease;
  	}
	.pro-ftr .left .inner:hover img {
    	transform: scale(1.1);
	}
	.pro-ftr .left .inner h3 {
    	transition: color 0.3s ease;
  	}
	.pro-ftr .left .inner:hover h3 {
    	color: var(--e-global-color-secondary);
  	}
}
@media (max-width: 767px) {
	.pro-ftr .request-quote {
		margin-top: 40px;
	}
}

/*--Applications*/
.pro-apps h2 {
    font-size: var(--e-global-typography-b40bb02-font-size);
	margin-bottom: 10px;
}
.apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 30px;
}
.apps-grid .inner {
    border: 1px solid var(--border-blue-light);
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}
.apps-grid .inner .circle {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 50%;
    background-color: var(--e-global-color-4e8c632);
    display: inline-block;
}
.apps-grid .inner .circle img {
    display: block;
}
.apps-grid .inner h3 {
    font-size: 0.75rem;
	margin-top: 5px;
}
@media (min-width: 767px) {
	.apps-grid {
    	grid-template-columns: repeat(4, 1fr);
    	gap: 15px;
    	margin-top: 50px;
	}
	.apps-grid .inner {
		border-radius: 30px;
	  	padding: 30px;
	  	border-width: 2px;
	}
	.apps-grid .inner .circle {
    	width: 90px;
    	height: 90px;
    	padding: 20px;
 	}
 	.apps-grid .inner h3 {
    	font-size: 1.25rem;
    	margin-top: 20px;
	}
}
@media (min-width: 991px) {
	.pro-apps h2 {
    	margin-bottom: 15px;
    }
	.apps-grid {
    	grid-template-columns: repeat(5, 1fr);
    	gap: 20px;
    	margin-top: 70px;
	}
	.apps-grid .inner {
		padding: 30px 65px;
	}

	/*hover-effect*/
	.apps-grid .inner {
    	transition:  box-shadow 0.3s ease, transform 0.3s ease;
  	}
  	.apps-grid .inner:hover {
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    	transform: translateY(-6px);
	}
	.apps-grid .inner .circle {
    	transition: background-color 0.3s ease;
  	}
  	.apps-grid .inner:hover .circle {
		background-color: var(--e-global-color-primary);
  	}
	.apps-grid .inner .circle img {
    	transition: filter 0.3s ease;
  	}
	.apps-grid .inner:hover .circle img {
    	filter: brightness(0) saturate(100%) invert(100%);
  	}
  	.apps-grid .inner h3 {
    	transition: color 0.3s ease;
  	}
  	.apps-grid .inner:hover h3 {
		color: var(--e-global-color-primary);
  	}
}


/**
 * INNOVATION
 */
.infra-numbar h3 small {
	font-weight: 400;
	font-size: 35%;
	margin-left: 5px;
}
.infra-numbar strong {
	display: block;
	margin: 5px 0;
	color: #fff;
	font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
}
.infra-numbar .border:before, 
.infra-numbar .border:after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.3);
    top: -25px;
    left: 65px;
    right: 15px;
    height: 1px;
}
.infra-numbar .border:after {
    top: auto;
    bottom: -25px;
}
@media (min-width: 991px) {
	.infra-numbar strong {
		margin: 10px 0;
	}
	.infra-numbar .border:before, 
	.infra-numbar .border:after {
		height: 100%;
		width: 1px;
		top: 0;
	}
	.infra-numbar .border:before {
		left: -75px;
	}
	.infra-numbar .border:after {
		right: -75px;
		left: auto;
	}
}


/**
 * ARCHIVE PAGE
 */
.archive-page {
	padding: 40px 15px;
}
.archive-page .elementor-widget-wrap {
	padding: 0 15px;
}
@media (min-width:768px) {
	.archive-page {
		padding: 80px 15px;
	}
}
@media (min-width:991px) {
	.archive-page {
		padding: 120px 0;
	}
}


/**
 * BLOG
*/
.archive-posts:not(.hm) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.archive-posts .post .inner {
    position: relative;
    border-radius: 20px;
    border: 1px solid var( --e-global-color-f2cf45e );
	padding: 10px;
}
.archive-posts .post .thumbnail,
.archive-posts .post .thumbnail img {
    display: block;
    width: 100%;
}
.archive-posts .post .thumbnail {
	overflow: hidden;
    border-radius: 15px;
}
.archive-posts .content {
	padding: 20px 10px 10px;
}
.archive-posts .post .date {
    font-size: 0.875rem;
    margin-bottom: 10px;
    display: block;
    color: #4a4a4a;
}
.archive-posts .post h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid var(--e-global-color-primary);
}
.archive-posts .post:hover h3 a {
	color: var(--e-global-color-primary);
}
.archive-posts .post p {
	font: var(--small-text);
}
.archive-posts .post .readmore {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 20px;
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    color: #4A4A4A;
    background: #efefef;
    border-radius: 90px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: none;
}
.archive-posts .post:hover .readmore {
    background: var(--e-global-color-primary);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(46, 0, 153, 0.3);
}
.archive-posts .post .readmore:after {
	content: "\e8c0";
	font-family: 'eicons';
	font-weight: normal;
	float: right;
	transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.archive-posts .post:hover .readmore:after {
	transform: rotate(0deg);
}
@media (min-width: 767px) {
	.archive-posts:not(.hm) {
		grid-template-columns: repeat(2, 1fr);
	    gap: 30px;
	}	
}
@media (min-width: 991px) {
	.archive-posts:not(.hm) {
		grid-template-columns: repeat(3, 1fr);
	}
	.archive-posts .post .inner {
		border-radius: 30px;
		padding: 15px;
	}
	.archive-posts .post .thumbnail {
		border-radius: 20px;
	}
	.archive-posts .content {
		padding: 30px 15px 15px;
	}
	.archive-posts .post .date {
		margin-bottom: 15px;
	}
	.archive-posts .post h3 {
		margin-bottom: 15px;
	    padding-left: 15px;
	    border-left-width: 4px;
	}
	.archive-posts .post .readmore {
    	margin-top: 30px;
    	padding: 12px 24px;
 	}
	
	/*hover animation effect */
	.archive-posts .post .inner {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	.archive-posts .post:hover .inner {
		transform: translateY(-5px);
    	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	}	
	.archive-posts .post .thumbnail img {
		transition: transform 0.5s ease, filter 0.4s ease;
	}
	.archive-posts .post:hover .thumbnail img {
    	transform: scale(1.05);
    	filter: brightness(0.95) blur(1px);
    }
}

/**
 * HOME POST (Slider)
*/
.hm.archive-posts .post {
	width: inherit;
	padding: 15px;
}
.hm.archive-posts.swiper-container .swiper-pagination.swiper-pagination-bullets {
	margin-top: 0 !important;
}


/* ARCHIVE PAGINATION */
.archive-pagination {
    float: left;
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.archive-pagination a {
    margin: 0 6px;
    text-transform: uppercase;
    font-size: 1rem;
	font-weight: 700;
    color: var(--e-global-color-primary) !important;
}
.archive-pagination a:hover {
	color: var(--e-global-color-secondary) !important;
}
@media (min-width: 991px) {
	.archive-pagination {
	   margin-top: 50px;
	}
}


/**
 * SIGLE BLOG PAGE
 */
.single-posts .post-image img,
.single-posts .post-content img {
	display: block;
	width: 100%;
	border-radius: 30px;
}
.single-posts .post-content img {
	border-radius: 20px;
}

.single-posts .post-info ul li {
    display: inline-block;
	font-size: 0.75rem;
    color: #4a4a4a;
}
.single-posts .post-info ul li:not(:last-child) {
	margin-right: 8px;
}
.single-posts .post-info ul li i {
    margin-right: 2px;
}

.single-posts .post-title {
	margin: 15px 0 25px;
}
.single-posts .post-title h2 {
    font-size: 1.5rem;
	padding-left: 15px;
    border-left: 4px solid var(--e-global-color-primary);
}

.single-posts .post-content {
	margin-top: 15px;
}
.single-posts .post-content p {
	margin-top: 10px;
}
.single-posts .post-content h3 {
	margin-top: 20px;
}
.single-posts .post-content strong {
	font-weight: 500;
}

.single-posts .post-content ul,
.single-posts .post-content ol {
	padding-left: 20px;
	margin-top: 15px;
}
.single-posts .post-content > ul li,
.single-posts .post-content > ol li {
	margin-top: 10px;
}

.single-posts .post-content .wp-block-image.one,
.single-posts .post-content .wp-block-gallery {
	margin-top: 20px;
}
.single-posts .post-content .wp-block-gallery {
	display: grid;
}
.single-posts .post-content .wp-block-gallery.two {
	grid-template-columns: auto auto;
	gap: 10px 10px;
}
.single-posts .post-content .wp-block-gallery.three {
	grid-template-columns: auto auto auto;  
	gap: 3px 3px;
}

@media (min-width: 991px) {
	.single-posts .post-info,
	.single-posts .post-title,
	.single-posts .post-content {
		width: 84%;
		margin-left: 8%!important;
	}

	.single-posts .post-image img {
		border-radius: 60px;
	}
	.single-posts .post-content img {
		border-radius: 30px;
	}

	.single-posts .post-info ul li {
		font-size: 1rem;
	}
	.single-posts .post-info ul li:not(:last-child) {
		margin-right: 15px;
	}

	.single-posts .post-title {
		margin: 20px 0 60px;
	}
	.single-posts .post-title h2 {
		font-size: 3.125rem;
		padding-left: 30px;
		border-left-width: 4px;
	}	

	.single-posts .post-content {
		margin-top: 40px;
	}
	.single-posts .post-content h3 {
		margin-top: 40px;
	}
	.single-posts .post-content p {
		margin-top: 20px;
	}
	.single-posts .post-content ul {
		margin-top: 30px;
	}	

	.single-posts .post-content .wp-block-image.one,
	.single-posts .post-content .wp-block-gallery {
		margin-top: 40px;
	}
	.single-posts .post-content .wp-block-gallery.two {
		gap: 40px 40px;
	}
	.single-posts .post-content .wp-block-gallery.three {
		gap: 30px 30px;
	}
}


/**
 * CONTACT
 */ 
.contact .elementor-icon-box-content {
    border-left: 2px solid var( --e-global-color-f2cf45e );
    padding-left: 15px;
}
@media (min-width: 991px) {
	.contact .elementor-icon-box-content {
		padding-left: 30px;
	}
}


/**
 * FOOTER
 */ 
.main-footer {
    padding-top: 40px;
    font-size: 0.8125rem;
	background: var(--e-global-color-4e8c632);
}
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background: url(../../../../uploads/footer-pattarn.webp) bottom center no-repeat;
    /*background: url(/wp-content/uploads/footer-pattarn.webp) bottom center no-repeat;*/
    background-size: contain;
	opacity: 0.1;
}
.main-footer .elementor-widget-wrap {
    padding: 0 15px;
}
.main-footer h3 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

.main-footer .ftrlogo img {
    width: 190px;
}
.main-footer .ftrlogo strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}
.main-footer .ftrlogo p {
	font-size: 1rem;
	font-weight: 500;
}

.main-footer .elementor-col-70 > .elementor-widget-wrap {
    padding: 0;
}
.main-footer .ftrquote .elementor-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.main-footer .ftrquote .elementor-element strong {
    font-size: 1.25rem;
    line-height: 1.2;
    color: var(--e-global-color-primary);
    border-left: 4px solid var(--e-global-color-accent);
    padding-left: 10px;
}
.main-footer .ftrquote .elementor-element span {
	color: var(--e-global-color-accent);
}

.main-footer .ftrcontact .call {
    display: block;
    font-weight: 500;
    font-size: 1.25rem;
}
.main-footer .ftrlist ul li {
    list-style: none;
    padding-left: 15px;
}
.main-footer .ftrlist ul li:not(:last-child) {
	margin-bottom: 8px;
}
.main-footer .ftrlist ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
}

.main-footer .ftraddress .sicon a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.main-footer .copyright {
    border-top: 1px solid var(--border-light);
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 0.75rem;
}
.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: #25D366;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.whatsapp-icon:hover {
	background-color: #119d45;
    color: #fff;
}

@media (min-width: 767px) {
	.main-footer .ftrquote .elementor-element {
        padding-bottom: 20px;
    }
}
@media (min-width: 991px) {
	.main-footer {
        padding-top: 120px;
        font-size: 1rem;
    }
	.main-footer .elementor-widget {
		margin-bottom: 30px;
	}
	.main-footer h3 {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }	
	
	.main-footer .ftrlogo {
		padding-right: 100px;
	}
	.main-footer .ftrlogo img {
        width: 240px;
    }
	.main-footer .ftrlogo strong {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 1.5rem;
    }
	
    .main-footer .ftrquote .elementor-element {
        padding-bottom: 40px;
        margin-bottom: 50px;
    }
    .main-footer .ftrquote .elementor-element strong {
        font-size: 2.5rem;
        padding-left: 20px;
    }

	.main-footer .ftrcontact .call {
        font-size: 1.875rem;
    }
    .main-footer .ftraddress {
        padding-left: 60px;
        padding-right: 20px;
    }
	.main-footer .ftrlist {
		padding-left: 70px;
    }  
	
	.main-footer .copyright {
        margin-top: 80px;
        padding: 40px 0;
        font-size: 0.875rem;
    }
	.main-footer .copyright .elementor-element {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
	.main-footer .copyright .elementor-element p:last-child {
		border-left: 1px solid var(--border-light);
		padding-left: 30px;
	}
	.whatsapp-icon {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 991px) {	
	.main-footer .elementor-container {
        padding: 0 15px;
    }    
}
@media (max-width: 767px) {
	.main-footer::before {
    	left: auto;
        right: 0;
        width: 50%;
        transform: scale(-1, -1);
    }
	.main-footer .ftrquote .elementor-element {
        border-top: 1px solid var(--border-light);
        padding-top: 10px;
        margin-top: 20px;
    }
	.main-footer .ftrquote .elementor-element strong {
	    width: 60%;
	}

	.main-footer .ftraddress,
    .main-footer .ftrcontact {
        width: 50%;
    }
	.main-footer .ftraddress .elementor-widget-wrap {
		padding-right: 0;
	}
}