/* 
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-3743bbe);
	--black-color: var(--e-global-color-text);
	--orange-color: var(--e-global-color-09df315);
	--yellow-color: var(--e-global-color-266fb42);
	--light-bg: var(--e-global-color-0ec983e);
	overflow-x: clip;
}

.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-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;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.elementor-widget-button .elementor-button:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	bottom: 0;
	background: var(--yellow-color);
	border-radius: 50%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

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

.border-btn.elementor-widget-button .elementor-button:before{
	background: var(--white-color);
}

.elementor-widget-button .elementor-button:hover:before,
.elementor-widget-button .elementor-button:focus:before{
	border-radius: 100px;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}

.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;
	margin-bottom: -1px;
}

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 20px;
}

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

.underline-btn.elementor-widget-button .elementor-button .elementor-button-content-wrapper .elementor-button-text{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 12%; /* 1.28px */
	text-underline-offset: 25%; /* 4px */
	text-underline-position: from-font;
}

/* 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: 43px;
}

.section-title h3.elementor-heading-title::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--e-global-color-accent);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: cover;
	mask-position: center center;
	mask-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

.no-color.section-title h3.elementor-heading-title::before{
	background-color: currentcolor;
}

h1.elementor-heading-title span,
h2.elementor-heading-title span{
	color: var(--e-global-color-accent);
}

/* Section Bottom Shape CSS */

.section-bottom-shape:before{
	top: auto;
	bottom: -2px;
	mask-image: url(./images/home-about-shape.svg); /* Style CSS Image */
	mask-repeat: repeat-X;
	mask-size: auto;
	mask-position: 50% 101%;
	width: 100%;
	height: 80px;
	z-index: 1;
}

.section-bottom-shape-after:after{
	content: '';
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: var(--e-global-color-secondary);
	mask-image: url(./images/home-about-shape.svg); /* Style CSS Image */
	mask-repeat: repeat-X;
	mask-size: auto;
	mask-position: center bottom;
	width: 100%;
	height: 80px;
	z-index: 1;
}

/* Icon Box Hover Effect CSS */
.icon-box-hover .elementor-icon-box-wrapper .elementor-icon{
	position: relative;
}

.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--yellow-color);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon:before{
	transform: scale(1.05);
}

.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon{
	border-color: var(--yellow-color) !important;
}

/* Column CSS */
.column-2 ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

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

/* Counter Text Center CSS */
.counter-text-center .elementor-counter .elementor-counter-title{
	text-align: center;
}

@media only screen and (max-width: 991px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.section-bottom-shape:before,
	.section-bottom-shape-after:after{
		height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.section-title h3.elementor-heading-title{
		padding-left: 35px;
	}
	
	.section-title h3.elementor-heading-title::before{
		width: 30px;
		height: 18px;
	}
	
	.column-2 ul{
		gap: 20px;
	}
	
	.column-2 ul li{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

.main-header.elementor-sticky{
	transition: all 0.3s ease-in-out
}

.main-header.elementor-sticky.elementor-sticky--effects{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.header-logo img{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
	max-width: 180px;
}

.header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	transition: all 0.3s ease-in-out;
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, 
.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
	margin-top: 39px !important;
}

/* Mex Mega Menu CSS */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 p{
	margin-bottom: 0;
}

.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
	display: none !important;
}

/* menu visiable css */
.header-menu ul li.mega-menu-visiable ul{
    opacity: 1 !important;
	visibility: visible !important;
}

.header-menu ul li.mega-menu-item a{
	position: relative;
}

.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:before{
	content: '';
    position: absolute !important;
    display: block !important;
	left: auto;
	right: 15px;
    bottom: 5px;
    background: var(--e-global-color-accent) !important;
    width: 0 !important;
    height: 2.2px !important;
	margin: 0 !important;
	transition: all 0.3s ease-in-out;
}

.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:before,
.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover:before,
.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:before,
.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-parent > a.mega-menu-link:before,
.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before{
	left: 15px;
	width: calc(100% - 30px) !important;
}

.header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 20px !important;
}

.header-menu .mega-menu-wrap > ul > li > ul .header-mega-menu{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	border-radius: 10px;
}

.header-menu .mega-menu-wrap > ul > li > ul li.mega-current-menu-item a.mega-menu-link{
	background: rgb(from var(--e-global-color-accent) r g b / 10%) !important;
    color: var(--e-global-color-accent) !important;
}

/* Mega Menu Templated CSS */
.header-list-icon ul li .elementor-icon-list-icon{
	align-items: center;
	justify-content: center;
	background-color: rgb(from var(--e-global-color-accent) r g b / 10%);
	border-radius: 4px;
	width: 50px;
	height: 50px;
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.header-list-icon ul li .elementor-icon-list-icon svg{
	margin: 0 !important;
}

.header-img-box .elementor-image-box-img{
	border-radius: 10px;
	background-color: rgb(from var(--e-global-color-accent) r g b / 10%);
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-img-box .elementor-image-box-img img{
	filter: drop-shadow(0 10px 12px rgba(0,0,0,0.1));
}

.header-icon-box-contact-info .elementor-icon-box-content{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
}


/* Mini Cart CSS */
.header-mini-cart .elementor-menu-cart__wrapper{
	line-height: 0;
}

.header-mini-cart .elementor-menu-cart__toggle .elementor-menu-cart__toggle_button:hover .elementor-button-icon-qty{
	background-color: var(--e-global-color-primary);
}

body:not(.rtl) .header-mini-cart .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter]{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
	right: auto !important;
    left: -6px;
    top: -6px !important;
	height: 18px;
	inset-inline-end: 0;
	min-width: 18px;
}

@media only screen and (max-width: 1024px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 28px !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mobile-menu{
		display: block !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle,
	.header-menu .mega-menu-wrap .mega-menu-toggle{
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
		width: 30px;
    	height: 23px;
	}
	
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:before,
	.header-menu .mega-menu-wrap .mega-menu-toggle .mega-toggle-animated-box .mega-toggle-animated-inner:after{
		width: 30px !important;
	}
	
	.header-menu ul.mega-menu{
		margin-top: 25px !important;
		max-height: calc(100vh - 200px) !important;
		overflow: auto !important;
		filter: drop-shadow(0px 10px 5px rgb(from var(--e-global-color-text) r g b / 10%));
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none !important;
		filter: none;
	}	
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link{
		display: flex;
		padding: 0 20px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
		font-weight: 400 !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		font-size: 16px !important;
		padding: 0 30px !important;
	}
	
	.header-menu #mega-menu-wrap-menu-1 > #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:before{
		display: none !important;
	}
	
	/* Template CSS */
	.header-menu .mega-menu-wrap > ul > li > ul .header-mega-menu{
		box-shadow: none;
		border-radius: 0;
	}
	
	.header-menu ul.mega-menu li > ul.mega-sub-menu .service-menu-list-wrapper{
		box-shadow: none;
	}
	
	.header-img-box .elementor-image-box-img{
		aspect-ratio: 1 / 0.7;
	}
	/* Header Mini Cart */
	body:not(.rtl) .header-mini-cart .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {		
		font-size: 10px;
		height: 15px;
		min-width: 16px;
	}
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-logo img{
		max-width: 150px;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 23px !important;
	}	
	
	.header-menu ul.mega-menu{
		margin-top: 19px !important;
	}

	.header-list-icon ul li .elementor-icon-list-icon{
		width: 40px;
		height: 40px;
	}
	
	.header-icon-box-contact-info .elementor-icon-box-content{
		align-items: flex-start;
		gap: 0;
		flex-direction: column;
	}

	
}

/*
 * 	Footer CSS
 * */

.footer-section:before{
	top: -75px;
	mask-image: url(./images/footer-shape.svg);
    mask-repeat: repeat-X;
    mask-size: auto;
    mask-position: top center;
    width: 100%;
    height: 80px;
}

.footer-menu ul li{
	position: relative;
	padding-left: 30px;
}

.footer-menu ul li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	bottom: auto;
	background-color: var(--white-color);
	mask-image: url("./images/footer-menu-icon.svg");
	mask-repeat: no-repeat;
	mask-size: 100% auto;
	mask-position: center center;
	width: 20px;
	height: 20px;
	transform: translate(0, -10px);
	transition: all 0.4s ease-in-out;
}

.footer-menu ul li.current-menu-item:before,
.footer-menu ul li:hover:before,
.footer-menu ul li:focus:before{
	background-color: var(--black-color);
}

@media only screen and (max-width: 1024px) {
	
	.footer-section:before{
		top: -58px;
		height: 60px;
	}
}

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


/*
 * 	Home Page CSS
 * */

.hero-circle-section:before{
	top: 90px;
	left: 50%;
	border-radius: 50%;
	width: 670px;
	height: 670px;
	transform: translate(-50%, 0);
}

.home-about-counter .elementor-counter .elementor-counter-title{
	text-align: center;
}

.home-about-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix sup{
	top: -20px;
	font-size: 55%;
}

.service-slider-box{
	overflow: hidden;
}

.service-slider-box:before{
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.service-slider-box:hover:before{
	top: 0;
}

.service-slider-box:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
	background: rgb(from var(--white-color) r g b / 0%);
	mask-image: url("./images/footer-menu-icon.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 60px;
	height: 60px;
	transform: rotate(200deg);
	transition: all 0.4s ease-in-out;
}

.service-slider-box:hover:after{
	background: rgb(from var(--white-color) r g b / 10%);
}

.service-slider-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon{
	transition: all 0.4s ease-in-out;
}

.service-slider-box.icon-box-hover:hover .elementor-icon-box-wrapper .elementor-icon{
	color: var(--white-color);
}

.service-slider-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	background: rgb(from var(--white-color) r g b / 10%);
	border-radius: 5px;
}

.service-slider-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.service-slider-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.service-slider-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title,
.service-slider-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--white-color);
}

.service-slider-box:hover .elementor-widget-button .elementor-button{
    fill: var(--white-color);
    color: var(--white-color);
    border-color: var(--white-color);
}

.service-slider-text p a{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 10%;
	text-underline-offset: 25%;
	text-underline-position: from-font;
}

.product-box:before{
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	mask-image: url("./images/product-box-icon.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 80px;
	height: 80px;
	transform: rotate(10deg);
}

.services-carousel .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.services-carousel .swiper-pagination .swiper-pagination-bullet:hover{
	background: var(--e-global-color-accent);
}

.services-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--e-global-color-accent);
	width: 30px;
	border-radius: 5px;
}

.product-img img{    
	filter: drop-shadow(0 1px 12px rgba(0, 0, 0, 0.15));
}

.home-faq .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header{
	width: calc(100% - 50px);
}

.home-faq .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: var(--white-color);
	border-radius: 50%;
}

.faq-img-1 img{
	aspect-ratio: 1 / 1.17;
	object-fit: cover;
}

.faq-img-2 img{
	aspect-ratio: 1 / 1.17;
	object-fit: cover;
}

.faq-img-3 img{
	aspect-ratio: 1 / 0.67;
	object-fit: cover;
}

.home-countdown .elementor-countdown-wrapper{
	justify-content: start !important;
}

.home-countdown .elementor-countdown-item{
	flex-grow: 0 !important;
}

.home-countdown .elementor-countdown-item .elementor-countdown-digits{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background: var(--e-global-color-secondary);
	border-radius: 10px;
	margin-bottom: 10px;
}

.home-blog-loop .blog-loop-conatiner .elementor-widget-post-info ul li span{
	color: var(--white-color) !important;
}

.home-blog-loop .blog-loop-conatiner .elementor-widget-heading .elementor-heading-title,
.home-blog-loop .blog-loop-conatiner .elementor-widget-theme-post-excerpt .elementor-widget-container,
.home-blog-loop .blog-loop-conatiner .elementor-widget-button .elementor-button {
	color: var(--white-color) !important;
}

.home-blog-loop .blog-loop-conatiner .elementor-widget-button .elementor-button:hover{
	color: var(--black-color) !important;
}

.home-blog-loop .blog-loop-conatiner .elementor-widget-button .elementor-button:hover svg{
	fill: var(--black-color) !important;
}

.home-products-loop img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.home-products-loop .elementor-swiper-button{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-products-loop .elementor-widget-woocommerce-product-rating .woocommerce-product-rating .woocommerce-review-link{
	display: none;
}

.home-products-loop .elementor-widget-shortcode,
.home-products-loop .elementor-shortcode{
	height: var(--container-widget-width);
}

.woocommerce.home-products-loop span.onsale{
	display: block;
    color: var(--e-global-color-3743bbe);
    background-color: var(--e-global-color-fb34e7d);
    font-family: "Patua One", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 45px;
    letter-spacing: 0em;
    border-radius: 10px;
    min-width: 50px;
    height: 45px;
    margin: 0;
	padding: 0;
	min-height: 0;
    top: 0;
    left: 0;
}

.home-products-loop .elementor-swiper-button-prev svg{
	transform: scale(-1);
}

.home-products-loop .elementor-swiper-button-prev{
	left: -100px !important;
}

.home-products-loop .elementor-swiper-button-next{
	right: -100px !important;
}


@media only screen and (max-width: 1470px){
	
	.home-products-loop{
		padding-bottom: 80px;
	}
	
	.home-products-loop .elementor-swiper-button{
		top: auto !important;
		bottom: 0 !important;
		transform: translateY(0) !important;
	}
	
	.home-products-loop .elementor-swiper-button-prev{
		left: calc(50% - 55px) !important;
	}

	.home-products-loop .elementor-swiper-button-next{
		right: calc(50% - 55px) !important;
	}
	
}


@media only screen and (max-width: 1024px) {
	
	.hero-circle-section:before{
		top: 60px;
		width: 550px;
		height: 550px;
	}

}

@media only screen and (max-width: 767px) {
	
	.hero-circle-section:before{
		width: 100%;
		height: 120%;
	}
	
	.product-box:before{
		width: 60px;
		height: 60px;
	}
	
	.home-countdown .elementor-countdown-item .elementor-countdown-digits{
		width: 55px;
		height: 55px;
		margin-bottom: 5px;
	}
	
	.home-products-loop{
		padding-bottom: 60px;
	}
	
	.woocommerce.home-products-loop span.onsale{
		
	}
	
	.home-products-loop .elementor-swiper-button{
		width: 40px;
		height: 40px;
	}
	
	.home-products-loop .elementor-swiper-button-prev{
		left: calc(50% - 45px) !important;
	}

	.home-products-loop .elementor-swiper-button-next{
		right: calc(50% - 45px) !important;
	}
}

/*
 * 	About Us Page CSS
 * */

.breadcrumbs ul li:after{
	transform: rotate(15deg);
}

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

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

.about-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	padding: 10px 0 20px 65px;
}

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

.about-mission-vision-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
	align-self: center;	
}

.about-mission-vision-box .elementor-icon-box-wrapper .elementor-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("./images/about-mission-vision-mask.svg") no-repeat center center;
	background-size: cover;
	width: 85px;
	height: 100px;
}

.about-video .elementor-wrapper{
	--video-aspect-ratio: 1 / 0.688 !important;
}

.about-video .elementor-wrapper .elementor-custom-embed-image-overlay{
	position: relative;
}

.about-video .elementor-wrapper .elementor-custom-embed-image-overlay:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(from var(--e-global-color-primary) r g b / 40%);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.about-video:hover .elementor-wrapper .elementor-custom-embed-image-overlay:before{
	transform: scale(1);
}

.about-video .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play svg{
	opacity: 1;
	filter: none;
}

.about-location-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.about-location-list ul li{
	width: calc(33.33% - 13.33px);
	border-radius: 40px;
}

.about-location-list ul li a,
.about-location-list ul li:has(:not(a)){
	padding: 12px 20px !important;
	justify-content: center;
	border: 1px solid rgb(from var(--e-global-color-accent) r g b / 10%);
	border-radius: 40px;
	transition: all 0.4s ease-in-out;
}

.about-location-list ul li:has(a){
	padding: 0 !important;
	justify-content: center;
	border: none;
	border-radius: none;
	transition: all 0.4s ease-in-out;
}

.about-location-list ul li a:hover,
.about-location-list ul li:hover:has(:not(a)){
	background: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
}

.team-img img{
	aspect-ratio: 1 / 0.827;
	object-fit: cover;
	object-position: top;
}

.team-box .elementor-heading-title,
.team-box .elementor-widget-text-editor{
	transition: all 0.4s ease-in-out;
}

.team-box:hover .elementor-heading-title,
.team-box:hover .elementor-widget-text-editor{
	color: var(--white-color);
}

.team-box .team-member-social-list .elementor-social-icons-wrapper a{
	transition: all 0.4s ease-in-out;
}

.team-box:hover .team-member-social-list .elementor-social-icons-wrapper a{
	border-color: rgb(from var(--white-color) r g b / 14%);
}

.team-box .team-member-social-list .elementor-social-icons-wrapper a i{
	transition: all 0.4s ease-in-out;
}

.team-box:hover .team-member-social-list .elementor-social-icons-wrapper a i{
	color: var(--white-color);
}

.about-faq-accordion .e-n-accordion .e-n-accordion-item{
	overflow: hidden;
	border-radius: 10px;
}

.about-faq-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header{
	width: calc(100% - 40px);
}

.about-faq-accordion .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
}


@media only screen and (max-width: 1024px) {
	
	.about-img-2 img{
		aspect-ratio: 1 / 0.9;
	}
	
	.about-video .elementor-wrapper{
		--video-aspect-ratio: 1 / 0.45 !important;
	}

}

@media only screen and (max-width: 767px) {
	
	.about-img img{
		aspect-ratio: 1 / 0.9;
	}
	
	.about-img-2 img {
		aspect-ratio: 1 / 1.2;
	}
	
	.about-mission-vision-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
		align-self: start;	
	}
	
	.about-icon-box .elementor-icon-box-wrapper .elementor-icon{
		position: inherit;
	}
	
	.about-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
		padding: 0;
	}
	
	.about-mission-vision-box .elementor-icon-box-wrapper .elementor-icon{
		mask-size: cover;
		width: 67px;
		height: 80px;
	}
	
	.about-video .elementor-wrapper{
		--video-aspect-ratio: 1 / 0.75 !important;
	}
	
	.about-location-list ul{
		gap: 10px;
	}
	
	.about-location-list ul li{
		width: calc(50% - 5px);
	}
	
	.about-location-list ul li a,
	.about-location-list ul li:has(:not(a)){
		padding: 8px 12px !important;
		justify-content: start;
	}
	
	.about-location-list ul li:has(a){
		justify-content: start;	
	}
	
	.about-faq-accordion .e-n-accordion-item-title .e-n-accordion-item-title-header{
		width: calc(100% - 38px);
	}
	
	.about-faq-accordion .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
		width: 28px;
		height: 28px;
	}
}

/*
 * Servcies Page CSS
 * */

.services-box img{
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
}


/* 
 * Diagnostics Service Page CSS
 * */

.diagnostics-about-img img{
	aspect-ratio: 1 / 0.983;
    object-fit: cover;
}

.diagnostics-about-counter .elementor-counter{
	text-align: center;
}

.diagnostics-about-iconbox .elementor-icon-box-wrapper .elementor-icon-box-content{
	display: flex;
	flex-direction: column-reverse;
}

.diagnostics-service-list-img:before{
	content: "";
    position: absolute;
    top: 100px;
    left: 0;
	bottom: auto;
	right: auto;
	height: 60px;
    width: 50px;
	background-color: var(--yellow-color);
    mask-image: url("./images/service-list-img-icon.svg");
    mask-size: 50px auto;
    mask-position: center center;
    mask-repeat: no-repeat;
}

.diagnostics-service-list-img img{
	margin-bottom: -10px;
	aspect-ratio: 1 / 1.27;
    object-fit: cover;
}

.diagnostics-process-wrapper{
	counter-reset: section;
}

.diagnostics-process-box{
	counter-increment: section;
	position: relative;
	padding-top: 80px;
}

.diagnostics-process-box:before{
	content: "0" counter(section) " ";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	height: 60px;
    width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 22px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.diagnostics-process-box:hover:before{
	background-color: var(--orange-color);
}

.diagnostics-process-box:after{
	content: "";
    position: absolute;
    top: 30px;
    left: auto;
	right: 0;
    border: 1px dashed rgb(from var(--e-global-color-primary) r g b / 14%);
    height: 1px;
    width: calc(100% - 75px);
}

@media only screen and (max-width: 1024px) {
	
	.diagnostics-service-list-img:before{
		top: 150px;
		left: 30px;
	}
	
	.diagnostics-process-box:before{
		height: 50px;
    	width: 50px;
		font-size: 20px;
	}
	
	.diagnostics-process-box:after{
		top: 25px;
    	left: 20px;
		width: calc(100% - 70px);
   		transform: translateX(45px);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.diagnostics-service-list-img:before{
		top: 90px;
        left: 0px;
        height: 50px;
        width: 40px;
        background-size: 40px auto;
	}
	
	.diagnostics-process-box{
		padding-top: 60px;	
	}
	
	.diagnostics-process-box:before {
		height: 40px;
		width: 40px;
		font-size: 18px;
	}
	
	.diagnostics-process-box:after{
		top: 20px;
        left: 10px;
        width: calc(100% - 60px);
        transform: translateX(50px);
	}
	
}

/*
 * 	Emergency Service Page CSS
 * */

.emergency-about-img .elementor-widget-container{
	position: relative;
}

.emergency-about-img .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	right: auto;
	bottom: auto;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
	width: 12px;
	height: 120px;
}

.emergency-about-img img{
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
}

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

.emergency-about-icon-box.icon-box-hover .elementor-icon-box-wrapper .elementor-icon:before{
	border-radius: 4px;
}

.emergency-service-box .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.emergency-service-box .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-accent);
	border-radius: 10px;
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	z-index: -1;
}

.emergency-service-box:hover .elementor-widget-container:before{
	height: 100%;
}

.emergency-service-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	transition: all 0.4s ease-in-out;
}

.emergency-service-box:hover .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description{
	color: var(--white-color);
}

.emergency-process-step-box .elementor-icon-box-wrapper .elementor-icon svg{
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(185deg);
}

.emergency-process-step-box .elementor-icon-box-wrapper .elementor-icon-box-content{
	position: relative;
	counter-increment: section;
	padding-top: 90px;
}

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

.emergency-process-step-box .elementor-icon-box-wrapper .elementor-icon-box-content: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: 24px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: normal;
	color: var(--white-color);
	background-color: var(--e-global-color-accent);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
}

@media only screen and (max-width: 1024px){}
@media only screen and (max-width: 767px){
	
	.emergency-about-img .elementor-widget-container:before{
		top: 2px;
		left: 0;
		width: 8px;
		height: 80px;
	}
	
	.emergency-about-img img{
		aspect-ratio: 1 / 1.15;
	}
	
	.emergency-process-step-box .elementor-icon-box-wrapper .elementor-icon-box-content{
		padding-top: 70px;	
	}
}

/*
 * 	Surgeries Services Page CSS
 * */

.surgeries-about-img{
	position: relative;
	z-index: 1;
}

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

.surgeries-about-img img{
	aspect-ratio: 1 / 1.135;
	object-fit: cover;
}

.surgeries-what-we-offer-img .elementor-widget-container{
	position: relative;
	z-index: 1;
}

.surgeries-what-we-offer-img .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background: rgb(from var(--yellow-color) r g b / 20%);
	border-radius: 100px 10px 10px 10px;
	filter: blur(5px);
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	z-index: -1;
}

.surgeries-what-we-offer-img img{
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__content{
	position: relative;
	border-radius: 10px;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__content:before{
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--e-global-color-secondary);
	mask-image: url("./images/surgeries-step-cta-mask.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 90px;
	height: 90px;
}

.surgeries-service-step-cta-box{
	counter-reset: section;
/* 	row-gap: 0; */
}

/* .surgeries-service-step-cta-box .surgeries-service-step-cta:nth-of-type(even){
	margin-top: var(--row-gap);
} */

.surgeries-service-step-cta{
	counter-increment: section;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__content{
	position: relative;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__content:after{
	content: "0" counter(section) " ";
	position: absolute;
	top: 20px;
	left: 20px;
	right: auto;
	bottom: auto;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 60px;
	font-weight: var(--e-global-typography-primary-font-weight);
	line-height: normal;
	color: rgb(from var(--e-global-color-accent) r g b / 10%);
	width: auto;
	height: auto;
}

.surgeries-service-step-cta .elementor-cta .elementor-icon-wrapper{
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	line-height: 0;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__description{
	width: 74%;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__button-wrapper a{
	position: relative;
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__button-wrapper a:before{
	content: "";
	position: absolute;
	top: 3px;
	left: auto;
	right: 0;
	bottom: auto;
	background: var(--e-global-color-accent);
	mask-image: url("./images/btn-arrow.svg");
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 20px;
	height: 20px;
	transition: all 0.4s ease-in-out;
	transform: translatex(-3px);
}

.surgeries-service-step-cta .elementor-cta .elementor-cta__button-wrapper a:hover:before{
	transform: translatex(0);
	background: var(--e-global-color-primary);
}

.surgeries-location-map .e-hotspot__button:before{
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--hotspot-size) * 2);
    height: calc(var(--hotspot-size) * 2);
    border: 2px solid var(--hotspot-color);
    border-radius: 50%;
    padding: 0;
    z-index: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.surgeries-location-map .e-hotspot .e-hotspot__tooltip{
	background: var(--e-global-color-accent);
	left: -30px !important;
	bottom: calc(100% + 15px) !important;
}

.surgeries-location-map .e-hotspot .e-hotspot__tooltip:before{
	content: '';
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--tooltip-color);
}


@media only screen and (max-width: 1024px){
	
	.surgeries-service-step-cta .elementor-cta .elementor-cta__content:after{
		font-size: 50px;
	}		
	
	.surgeries-get-in-touch-section:before{
		background-image: none !important;
		background-color: rgb(from var(--e-global-color-accent) r g b / 80%) !important;
	}
}

@media only screen and (max-width: 767px){
	
	.surgeries-about-list{
		position: initial !important;	
	}		
	
	.surgeries-service-step-cta-box{
		row-gap: var(--row-gap);
	}
	
/* 	.surgeries-service-step-cta-box .surgeries-service-step-cta:nth-of-type(even){
		margin-top: 0;
	} */
}

/*
 * Contact Us CSS
 * */

.contact-icon-box .elementor-icon-box-icon{
	margin-bottom: -30px;
}

.contact-icon-box .elementor-icon-box-wrapper{
	height: 100%;
}

.contact-icon-box .elementor-icon-box-content{
	border-radius: 10px;
	border: 1px solid var(--e-global-color-accent);
	padding: 40px 10px 10px;
	height: 100%;
}

.google-map,
.google-map .elementor-custom-embed{
	height: 100%;
}

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

	.google-map,
	.google-map .elementor-custom-embed{
		height: auto;
	}
	
}

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

/*
 * Blog Archive Page CSS
 * */

.blog-loop-conatiner{}

.blog-featured-img img{
	aspect-ratio: 1 / 0.733;
    object-fit: cover;
}

.blog-loop-conatiner .author-profile-photo img{
	width: 100%;
	max-width: 30px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.blog-archive-loop .elementor-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-archive-loop .elementor-pagination .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(from var(--e-global-color-accent) r g b / 10%);
	border-radius: 4px;
	width: 40px;
	height: 40px;	
	transition: all 0.3s ease-in-out;
}

.blog-archive-loop .elementor-pagination .page-numbers.current,
.blog-archive-loop .elementor-pagination .page-numbers:hover,
.blog-archive-loop .elementor-pagination .page-numbers:focus{
	background-color: var(--e-global-color-accent);
}

.blog-archive-loop .elementor-pagination .page-numbers:focus{
	color: var(--white-color) !important;
}

.blog-archive-loop .elementor-pagination .page-numbers.prev,
.blog-archive-loop .elementor-pagination .page-numbers.next{
	position: relative;
	font-size: 0;
}

.blog-archive-loop .elementor-pagination span.prev,
.blog-archive-loop .elementor-pagination span.next{
	display: none;
}


.blog-archive-loop .elementor-pagination .page-numbers.prev:before,
.blog-archive-loop .elementor-pagination .page-numbers.next:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--e-global-color-accent);
	mask-image: url("./images/left.svg");
	mask-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.blog-archive-loop .elementor-pagination .page-numbers.next:before{
	mask-image: url("./images/right.svg");
}

.blog-archive-loop .elementor-pagination .page-numbers.prev:hover:before,
.blog-archive-loop .elementor-pagination .page-numbers.next:hover:before,
.blog-archive-loop .elementor-pagination .page-numbers.prev:focus:before,
.blog-archive-loop .elementor-pagination .page-numbers.next:focus:before{
	background-color: var(--white-color);
}


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

	.blog-archive-loop .elementor-pagination .page-numbers{
		width: 35px;
		height: 35px
	}
	
	.blog-archive-loop .elementor-pagination .page-numbers.prev:before,
	.blog-archive-loop .elementor-pagination .page-numbers.next:before{
		width: 16px;
		height: 16px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.blog-archive-loop .elementor-pagination .page-numbers{
		width: 30px;
		height: 30px
	}
	
	.blog-archive-loop .elementor-pagination .page-numbers.prev:before,
	.blog-archive-loop .elementor-pagination .page-numbers.next:before{
		width: 14px;
		height: 14px;
	}
	
}


/*
 * Blog Single CSS
 * */

.blog-single-featured-img img{
	aspect-ratio: 1 / 0.4231;
    object-fit: cover;
}

.post-entery .elementor-widget-text-editor ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-entery .elementor-widget-text-editor ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
}

.post-entery .elementor-widget-text-editor ul li:last-child{
	margin-bottom: 0;
}

.post-entery .elementor-widget-text-editor ul li:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background-color: var(--e-global-color-accent);
	mask-image: url("./images/dog-footprint.svg");
	mask-size: contain;
	mask-position: center center;
	mask-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.post-entery .elementor-blockquote--skin-quotation .elementor-blockquote{
	position: relative;
	padding-left: 104px !important;
}

.post-entery .elementor-blockquote--skin-quotation .elementor-blockquote:before{
	position: absolute;
	top: 20px;
	left: 40px;
	height: 44px;
}

.post-tag ul li .elementor-post-info__item--type-terms .elementor-post-info__terms-list{
	font-size: 0 !important;
}

.post-tag ul li .elementor-post-info__item--type-terms span .elementor-post-info__terms-list-item{
	display: inline-block;
	font-size: initial;
	background-color: var(--e-global-color-accent);
	padding: 9.5px 30px 11.5px;
	border-radius: 40px;
	margin-right: 15px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	
	.post-entery .elementor-blockquote--skin-quotation .elementor-blockquote{
		padding-left: 74px !important;
	}
	
	.post-entery .elementor-blockquote--skin-quotation .elementor-blockquote:before{
		top: 10px;
		left: 15px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.blog-single-featured-img img {
		aspect-ratio: 1 / 0.88;
		object-fit: cover;
	}
	
	.post-entery .elementor-blockquote--skin-quotation .elementor-blockquote{
		padding-top: 70px !important;
		padding-left: 20px !important;
	}
	
	.post-entery .elementor-widget-text-editor ul li {
		position: relative;
		padding-left: 24px;
		margin-bottom: 10px;
	}
	
	.post-entery .elementor-widget-text-editor ul li:before{
		top: 5px;
		width: 16px;
		height: 16px;
	}
	
	.post-tag ul li .elementor-post-info__item--type-terms span .elementor-post-info__terms-list-item{
		padding: 5px 20px;
		margin-right: 10px;
	}
	
}

/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper form .gform-body .gform_fields{
	row-gap: 30px;
	column-gap: 30px;
	--gf-field-gap-x: 30px;
	--gf-field-gap-y: 30px;
}

.gform_wrapper form .gform-body .gform_fields .gfield{
	border-radius: 0;
    box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield label{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
	color: var(--e-global-color-primary);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	background-color: var(--white-color);
	border: 0;
	border-radius: 10px;
    box-shadow: none;
	height: auto;
	padding: 17px 20px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder{
	color: rgb(from var(--e-global-color-text) r g b / 20%);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select{
	background-image: var(--gf-ctrl-select-icon);
    background-position: var(--gf-ctrl-select-icon-position);
    background-repeat: no-repeat;
    background-size: var(--gf-ctrl-select-icon-size);
}

/* If Placeholder Color Was Opacity */
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select[data-gtm-form-interact-field-id="0"]{
	color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select option{
	background-color: var(--white-color);
}

.gform_wrapper .gform-grid-row{
	margin-inline: 0;
	column-gap: var(--gf-field-gap-x);
	row-gap: var(--gf-field-gap-y);
}

.gform_wrapper .gform-grid-col{
	padding-inline: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date{
	position: relative;
	flex-direction: column;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date img{
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	opacity: 1;
	transform: translateY(-50%);
	opacity: 20%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-date .ginput_container_date input{
	width: 100%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container{
	column-gap: 0;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-time .ginput_container .gform-grid-col{
	inline-size: 50%;
}

.gform_wrapper form .gform-body .gform_fields .gfield--type-number .ginput_container .instruction {
	display: none;
}

.gform_wrapper form .gform-body .gfield--input-type-consent.gfield .ginput_container input{
	border-radius: 4px;
	background-color: transparent !important;
	border: 1px solid rgb(from var(--e-global-color-primary) r g b / 20%);
	padding: 0;	
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

.gform_wrapper form .gform-body .gfield--input-type-consent.gfield .ginput_container input:before{
	color: var(--e-global-color-accent);
}

.gform_wrapper form .gform-body .gfield--input-type-consent.gfield .ginput_container .gform-field-label{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-text);
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:focus,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_footer .gform_button:focus{
	outline: none !important;
	box-shadow: none;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]{
	padding: 0;
	border-radius: 4px;
	width: 24px;
	height: 24px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=checkbox]::before{
	color: var(--e-global-color-primary);
}

.gform-theme--foundation .gfield textarea.large{
	min-block-size: auto;
}

.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	height: 150px;
}

.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
	line-height: var(--e-global-typography-text-line-height);
    text-transform: capitalize;
    letter-spacing: 0.02em;
	color: #C8221E;
	margin-top: 0;
}

.contact-us-form .gform_validation_errors{
	padding: 10px;
	margin-bottom: 20px;	
}

.gform_wrapper form .gform_footer{
	--gf-form-footer-margin-y-start: 30px;
}

.gform_wrapper form .gform_footer .gform_button{
	text-align: center;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--white-color) !important;
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 15px 30px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none !important;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--yellow-color) !important;
}

.gform_wrapper form .gform_footer .gform-loader,
.gform_wrapper form .gform-loader{
	display: none !important;
	--gf-color-primary-rgb: 21,100,155;
	--gf-form-spinner-bg-color: rgba(var(--gf-color-primary-rgb), 0.1) !important;
	border-block-end-color: var(--e-global-color-primary);
	border-block-start-color: var(--gf-form-spinner-bg-color);
    border-inline-end-color: var(--gf-form-spinner-bg-color);
    border-inline-start-color: var(--e-global-color-primary);
}

.gform_wrapper .gform_validation_errors{
	padding: 10px;
    margin-bottom: 30px;
}

.gform_wrapper .gform_validation_errors h2.gform_submission_error{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: 500;
    line-height: 1.2em;
}

.gform_wrapper .gform_confirmation_message{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
}

/**/
.service-form{
	
}

.service-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, 
.service-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select, 
.service-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
	background-color: var(--e-global-color-secondary);
}

.services-cta-form .gform_wrapper form .gform-body .gform_fields .gfield label,
.services-cta-form .gform_wrapper form .gform-body .gform_fields .gfield label span{
	color: var(--white-color);
}

.service-form .gform_wrapper form .gform-body .gform_fields .service-interested-checkbox .gfield_checkbox{
	flex-direction: row;
	flex-wrap: wrap;
}

.service-form .gform_wrapper form .gform-body .gform_fields .service-interested-checkbox .gfield_checkbox .gchoice{
	width: calc(33.33% - 8px);
}

/* footer-form CSS */
.footer-form .gform_wrapper form .gform-body .gform_fields{
	column-gap: 0;
}

.footer-form .gform_wrapper form .gform_footer .gform_button{
	background-color: var(--white-color) !important;
    color: var(--e-global-color-accent) !important;
}


@media only screen and (max-width: 1024px){
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 24px;
	}
	
	
}

@media only screen and (max-width: 767px){
	
	.gform_wrapper form .gform-body .gform_fields{		
		column-gap: 0;
		row-gap: 20px;
		--gf-field-gap-x: 0;
		--gf-field-gap-y: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input, 
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select, 
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea{
		padding: 15px 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type="checkbox"]{
		border-radius: 3px;
		width: 22px;
		height: 22px;
	}
	
	.gform_wrapper form .gform-body .gfield--input-type-consent.gfield .ginput_container input{
		padding: 0;
	}
	
	.gform_wrapper form .gform_footer{
		--gf-form-footer-margin-y-start: 20px;
	}
	
	.gform_wrapper form .gform-body .gform_fields .gfield .validation_message.gfield_validation_message{
		font-size: 12px;
	}
	
	.gform_wrapper .gform_confirmation_message{
		font-size: 20px;
	}
	
	/* Services Form CSS */
	
	.service-form .gform_wrapper form .gform-body .gform_fields .service-interested-checkbox .gfield_checkbox{
		flex-direction: column;
	}
	
	.service-form .gform_wrapper form .gform-body .gform_fields .service-interested-checkbox .gfield_checkbox .gchoice{
		width: 100%;
	}
	
}

/*
 * Google Review CSS
 * */

#sb-reviews-container-1 {}

.sbr-owl-stage {
	padding: calc(var(--column-gutter) / 2) 0 !important;
}

.sbr-owl-item {
	padding: calc(var(--column-gutter) / 2) !important;
}

#sb-reviews-container-1 .sb-post-item-wrap{
	transition: all 0.3s ease-in-out;
	border-radius: 10px !important;
} 

#sb-reviews-container-1 .sb-post-item-wrap:hover{
	background: var(--e-global-color-266fb42) !important;
}

.sb-post-item {
	padding: 30px;
}

.sb-post-item .sb-item-provider-icon {
    right: auto !important;
    top: 25px !important;
    left: 30px !important;
	width: 36px !important;
	height: 28px !important;
}

.sb-post-item .sb-item-provider-icon:before{
	content: '';
	display: block;
	background-color: var(--e-global-color-secondary);
	mask-image: url("./images/quotes.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.sb-post-item .sb-item-provider-icon img{
	display: none;
}

.sb-post-item .sb-item-author-date-ctn {
	border-top: 1px solid  rgb(from var(--e-global-color-secondary) r g b / 20%);
	padding-right: 0 !important;
	padding-top: 20px !important;
	margin-top: 20px !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn {
	align-items: center;
	gap: 10px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
	width: 60px;
	min-width: 60px;
	height: 60px;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	margin: 0px 0px 4px 0px !important;
}

.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	text-transform: none;
}

.sb-post-item .sb-item-rating {
	margin: 0 0 20px !important;
	justify-content: flex-end;
}

.sb-post-item:hover .sb-item-rating {
	color: var(--e-global-color-fb34e7d) !important;
}

.sb-post-item .sb-item-rating .sb-relative {
	line-height: 0;
}

.sb-post-item .sb-item-rating .sb-relative .sb-item-rating-ctn .sb-item-rating-icon svg {
	margin: 0 6px;
}

.sb-post-item .sb-item-text {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.sb-post-item .sb-item-text a {
	color: inherit;
}

.sbr_carousel .sbr-owl-nav>div {
	--google-review-arrow: -100px;
	top: 50%;
	left: var(--google-review-arrow);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--e-global-color-accent);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 16px auto !important;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	transform: translateY(-50%) !important;
	transition: all 0.3s ease-in-out;
}

.sbr_carousel .sbr-owl-nav>div:hover{
	background: var(--e-global-color-266fb42) !important;
}

.sbr_carousel .sbr-owl-nav>div svg{
	background-color: var(--e-global-color-secondary);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 25px;
	height: 25px
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-prev svg {
	mask-image: url(./images/left.svg);
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-next {
	left: auto;
	right: var(--google-review-arrow);
}

.sbr_carousel .sbr-owl-nav>.sbr-owl-next svg {
	mask-image: url(./images/right.svg);
}

.sbr_carousel .sbr-owl-nav>div svg path{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.sbr_carousel:hover .sbr-owl-nav>div:hover,
.sbr_carousel:hover .sbr-owl-nav>div {
	background: var(--e-global-color-accent);
	box-shadow: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sbr_carousel .sbr-owl-dots{
	padding: 0;
	margin-top: 40px;
}

.sbr-owl-dots .sbr-owl-dot span{
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 20px;
	background: var(--e-global-color-266fb42);
	opacity: .5;
	transition: all 0.4s ease-in-out !important;
}

.sbr-owl-dots .sbr-owl-dot.active span{
	width: 30px;
}

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

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: -50px;
	}
}

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

	.sbr_carousel {
		padding-bottom: 80px;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 60px);
		top: auto;
		bottom: 0;
		transform: translateY(0) !important;
	}
	
	.sbr_carousel .sbr-owl-dots{
		margin-top: 0;
		display: none;
	}
}

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

	/* Google Review Testimonial CSS */

	.sbr_carousel {
		padding-bottom: 60px;
	}

	#sb-reviews-container-1 {
		--column-gutter: 20px;
	}

	.sb-post-item {
		padding: 20px;
	}
	
	.sb-post-item .sb-item-provider-icon {
		right: auto !important;
		top: 20px !important;
		left: 20px !important;
		width: 30px !important;
		height: 22px !important;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-name {
		font-size: 18px !important;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-name-date .sb-item-author-date {
		font-size: 14px !important;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 60px);
	}

}

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

	/* Google Review Testimonial CSS */

	.sbr_carousel {
		padding-bottom: 50px;
	}

	.sb-post-item .sb-item-author-date-ctn .sb-item-author-ctn .sb-item-author-img {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}

	.sbr_carousel .sbr-owl-nav>div {
		--google-review-arrow: calc(50% - 50px);
		width: 40px;
		height: 40px;
		background-size: 14px auto !important;
	}
	
	.sbr_carousel .sbr-owl-nav>div svg{
		width: 20px;
		height: 20px;
	}
}





