/* 
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
*/

/* AGE Gate CSS */

body.age-restriction .age-gate__heading img{
	width: 80%;
}

body.age-restriction .age-gate__buttons button{
	width: 70px;
}

body.age-restriction .age-gate__buttons button:hover,
body.age-restriction .age-gate__buttons button:focus{
	background-color: var(--accent-color);
}

/*
 * Global CSS
 * */

body{
	--white-color: var(--e-global-color-primary);
	--light-bg: var(--e-global-color-5b96e27);
	--accent-color: var(--e-global-color-933abd4);
	--divider-color: var(--e-global-color-9fdb7ab);
	--light-blue: var(--e-global-color-8bc8e45);
	--black-color: #000000;
	overflow-x: clip;
}

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

figure{
    line-height: 0;
}

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

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

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

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

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

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

/* Button CSS */

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

.elementor-widget-button .elementor-button{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-underline .elementor-button{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

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

.green-btn.elementor-widget-button .elementor-button:before{
	background-color: var(--e-global-color-accent);
}

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

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

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

.btn-underline.elementor-widget-button .elementor-button:before{
	display: none;	
}

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

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

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

/* Icon & Images Box CSS */
.elementor-widget-icon-box .elementor-icon-box-description a,
.elementor-widget-image-box .elementor-image-box-description a{
    color: inherit;
    transition: all 0.3s ease-in-out;
}

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

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

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

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

/* Section Title CSS */
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title{
	margin-top: -8px;
}

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

/* Column-2 CSS */

.column-2 .elementor-icon-list-items{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.column-2 .elementor-icon-list-items .elementor-icon-list-item{
	width: calc(50% - 15px);
}

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

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.column-2 .elementor-icon-list-items .elementor-icon-list-item{
		width: 100%;
	}
}

/* 
 * Header CSS 
 * */

.header-top-bar:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transform: perspective(50px) rotateX(-2deg);
    transform-origin: top center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	z-index: -1;
}

.header-top-bar-list ul{
	column-gap: 15px;
	row-gap: 10px;
	justify-content: space-between;
}

.header-top-bar-list ul li{
/* 	width: calc(33.33% - 13.33px); */
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header-top-bar-list ul li a{
	transition: all 0.3s ease-in-out;
}

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

.main-header.elementor-sticky.elementor-sticky--effects{
	background: rgb(from var(--e-global-color-secondary) r g b / 80%);
	backdrop-filter: blur(20px);
}

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

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

.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: 32px !important;
}


/* Mex Mega Menu CSS */
/* Class Name (header-menu) */

.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 .mega-menu-wrap > ul > li > ul{
	margin-top: 47px !important;
	box-shadow: 0px 0px 10px 5px rgb(from var(--e-global-color-primary) r g b / 10%);
}

.main-header.elementor-sticky.elementor-sticky--effects .header-menu .mega-menu-wrap > ul > li > ul{
	margin-top: 24px !important;
}

/* Mega Menu Templated CSS */


@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: 26px !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: 36px;
		height: 36px;
	}
	
	.header-menu #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box{
		width: 31px;
    	height: 25px;
	}
	
	.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: 40px !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%));
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu{
		margin-top: 28px !important;
	}
	
	.header-menu .mega-menu-wrap > ul > li > ul{
		margin-top: 0 !important;
		box-shadow: none;
		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;
	}
	
	.header-menu #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item> ul li a.mega-menu-link{
		padding: 0 30px !important;
	}
	
	/* Template CSS */
	.header-menu ul.mega-menu li > ul.mega-sub-menu .service-menu-list-wrapper{
		box-shadow: none;
	}
}

@media only screen and (max-width: 767px) {
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		margin-top: 30px !important;
	}
	
	/**/
	
	.header-menu ul.mega-menu{
		margin-top: 30px !important;
	}
	
	.main-header.elementor-sticky.elementor-sticky--effects .header-menu ul.mega-menu{
		margin-top: 28px !important;
	}
	
	
	/* Template CSS */
/* 	.shop-mega-menu .elementor-widget-icon-list ul li{
		width: 100%;
	} */
}

/*
 * Footer CSS
 * */

.footer-icon-box .elementor-icon-box-wrapper .elementor-icon{
	border-color: rgb(from var(--e-global-color-primary) r g b / 4%) !important;
}

.footer-icon-box .elementor-icon-box-content .elementor-icon-box-title{
	word-break: break-all;
}

.footer-effect-menu nav ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.footer-effect-menu nav ul li{
	width: calc(50% - 15px);
}

.footer-btn{
	backdrop-filter: blur(10px);
	bottom: -100px !important;
	z-index: 9999;
	transition: all 0.4s ease-in-out !important;
}

.footer-btn.footer-show{
	bottom: 0 !important;
}

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

	.footer-effect-menu nav ul{
		gap: 15px;
	}

	.footer-effect-menu nav ul li{
		width: calc(50% - 7.5px);
	}
	
}



/* 
 * Home Page CSS
 * */

.home-cta-box .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	background: linear-gradient(270deg, transparent 0%, #000 170%);
}

.home-cta-box .elementor-cta__content .elementor-cta__title,
.home-cta-box .elementor-cta__content .elementor-cta__description{
/* 	padding-left: 20px; */
}

.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description strong,
.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description b{
	font-size: 22px;
	font-weight: var(--e-global-typography-secondary-font-weight);
	color: var(--e-global-color-accent);
}

.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper{
	position: absolute;
    top: auto;
	left: 0;
	right: 0;
    bottom: 30px;
    padding: 0 30px;
}

.home-cta-box .elementor-cta .elementor-ribbon{
	position: absolute;
    top: 40px;
    left: 30px;
    right: auto !important;
    height: auto;
    overflow: hidden;
    transform: rotate(180deg);
    width: auto;
    writing-mode: vertical-lr;
}

.home-cta-box .elementor-cta .elementor-ribbon .elementor-ribbon-inner{
	text-align: end;
	margin-top: 0;
    transform: translateY(0) translateX(0) translateX(0px) rotate(0deg);
    width: 100%;
}

.product-cta .elementor-swiper-button{
	width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
	left: -80px !important;
}

.product-cta .elementor-swiper-button.elementor-swiper-button-next{
	right: -80px !important;
}

.why-choose-img .elementor-widget-container{
	position: relative;
}

.why-choose-img .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url("./images/img-shape-with-border.svg");
	background-repeat: no-repeat;
	background-size: cover;	
	width: 100%;
	height: 100%;
	z-index: 1;
}

.why-choose-img img{
	aspect-ratio: 1 / 0.853;
	object-fit: cover;
}

.home-why-choose-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix sup{
	color: var(--accent-color);
}

.home-tab .e-n-tabs .e-n-tabs-heading{
	padding-top: 200px;
}

.home-tab-reward-box:before{
	transition: all 0.4s ease-in-out;	
}

.home-tab-reward-box:hover:before{
	opacity: 1;
}

.home-experience-img{
	height: 100%;
}

.home-experience-img img{
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
	height: 100%;
}

.get-in-touch-btn-arrow:before{
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	left: auto;
	bottom: auto;
	background-image: url("./images/get-in-touch-arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 70px;
	transform: translate(80px, 0);
}

.faq-style-1 .e-n-accordion-item{
	border-bottom: 1px solid rgb(from var(--white-color) r g b / 24%);
}

.faq-style-1 .e-n-accordion-item:last-child{
	border-bottom: none;	
}

.faq-style-1 .e-n-accordion-item:last-child .e-n-accordion-item-title .e-con-inner{
	padding: 0 !important;
}

.faq-img{
	height: 100%;
}

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

@media only screen and (max-width: 1510px){
	
	.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
		left: -50px !important;
	}

	.product-cta .elementor-swiper-button.elementor-swiper-button-next{
		right: -50px !important;
	}
	
}

@media only screen and (max-width: 1440px){
	
	.product-cta{
		padding-bottom: 100px;
	}
	
	.product-cta .elementor-swiper-button{
		top: auto !important;
		bottom: 0 !important;
		transform: translate(0, 0) !important;
	}
	
	.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 70px) !important;
	}

	.product-cta .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 70px) !important;
	}
	
}

@media only screen and (max-width: 1024px){
	
	.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description strong, 
	.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description b{
		font-size: 20px;
	}
	
	.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper{
		bottom: 20px;
		padding: 0 20px;
	}
	
	.home-cta-box .elementor-cta .elementor-ribbon{
		top: 30px;
    	left: 15px;
	}
	
	
	.home-tab-content-section{
		position: initial;
	}
	
	.home-experience-img,
	.home-experience-img img{
		height: auto;
	}
	
	.home-experience-img img{
		aspect-ratio: 1 / 1.46;
	}
	
	.get-in-touch-btn-arrow:before{
		transform: translate(40px, 0);		
	}
	
	.faq-img{
		height: auto;	
	}
}

@media only screen and (max-width: 767px){
	
	.shop-category-last-box{
		position : absolute;
		top: auto;
		left: auto;
		bottom: 10px;
		right: 10px;
		width: calc(50% - 20px);
	}

	.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description strong, 
	.home-cta-box .elementor-cta .elementor-cta__content .elementor-cta__description b{
		font-size: 18px;
	}
	
	.home-cta-box .elementor-cta .elementor-ribbon{
		top: 25px;
	}
	
	.product-cta{
		padding-bottom: 80px;
	}
	
	.product-cta .elementor-swiper-button{
		height: 45px;
        width: 45px;
	}
	
	.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}

	.product-cta .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
	
	.why-choose-img .elementor-widget-container:before{
		top: 50%;
		left: 50%;		
		background-size: 100% auto;
		transform: translate(-50%, -50%);
	}
	
	.home-experience-img img{
		aspect-ratio: 1 / 1.1;
		object-position: top;
	}
	
	.get-in-touch-btn-arrow:before{
		display: none;	
	}
	
	.faq-img img{
		aspect-ratio: 1 / 0.75;	
	}
}

/* 
 * About Us Page CSS
 * */

.page-header ul li:after{
	transform: rotate(15deg);
}

.about-us-counter-box{
	text-align: center;
}

.about-us-counter-box .elementor-counter-number{
	transition: all 0.4s ease-in-out;
}

.about-us-counter-box:hover .elementor-counter-number{
	color: var(--e-global-color-text);	
}

.about-us-counter-box .elementor-counter-number-suffix{
	color: var(--white-color);
}

.about-why-choose-box:before{
	content: "";
	position: absolute;
	background-color: var(--light-bg);
	mask-image: url("./images/about-why-choose-bg.svg");
	mask-repeat: no-repeat;
	mask-size: cover;
	width: 120px;
	height: 120px;
}

.about-why-choose-box:nth-child(odd):before{
	top: 0;
	right: 0;
	left: auto;
	bottom: auto;
}

.about-why-choose-box:nth-child(even):before{
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	transform: rotate(90deg);
}

.about-why-choose-box .elementor-icon-box-icon{
	position: absolute;
	margin-left: 0 !important;
}

.about-why-choose-box:nth-child(odd) .elementor-icon-box-icon{
	top: 0;
	right: 0;
}

.about-why-choose-box:nth-child(even) .elementor-icon-box-icon{
	top: auto;
	right: 0;
	bottom: 0;
}

.about-why-choose-box .elementor-icon{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about-why-choose-box .elementor-icon:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--e-global-color-accent);
	border-radius: 50%;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.about-why-choose-box:hover .elementor-icon:before{
	transform: scale(1);
}

.about-why-choose-box .elementor-icon-box-wrapper,
.about-why-choose-box .elementor-icon-box-content{
	height: 100%;
}

.about-why-choose-box .elementor-icon-box-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.about-why-choose-box:nth-child(even) .elementor-icon-box-content{
	flex-direction: column-reverse;
}

.about-why-choose-box .elementor-icon-box-content .elementor-icon-box-title{
	width: calc(100% - 100px);
}

.about-why-choose-box:nth-child(odd) .elementor-icon-box-content .elementor-icon-box-title{
	margin-bottom: var(--icon-box-icon-margin,15px);
}

.about-why-choose-box:nth-child(even) .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: var(--icon-box-icon-margin,15px);
}

.mission-image img{
	aspect-ratio: 1 / 1.80;
    object-fit: cover;
}

.quality-img img{
	aspect-ratio: 1 / 0.56;
    object-fit: cover;
	transform: rotate(-4.297deg);
}

.quality-img-2.quality-img img{
	transform: rotate(3.196deg);
}

.about-value-icon-box .elementor-widget-container{
	transition: all 0.3s ease-in-out !important;
}

.about-value-icon-box:hover .elementor-widget-container,
.about-value-icon-box.active .elementor-widget-container{
	background-color: var(--e-global-color-accent);
	padding: 30px !important;
}

.about-value-icon-box .elementor-icon-box-wrapper .elementor-icon{
	transition: all 0.3s ease-in-out;
}

.about-value-icon-box:hover .elementor-icon-box-wrapper .elementor-icon,
.about-value-icon-box.active .elementor-icon-box-wrapper .elementor-icon{
	color: var(--e-global-color-accent) !important;
	background-color: var(--white-color) !important;
}

.our-value-video img{
	padding: 20px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.our-value-video .elementor-widget-container{
	position: relative;
}

.our-value-video .elementor-widget-container:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	left: auto;
	bottom: auto;
	background-color: rgb(from var(--e-global-color-secondary) r g b / 20%);
	border-radius: 50%;
	width: calc(600px - 40px);
	height: calc(600px - 40px);
	transform: translate(50%, -50%);
}

.team-img img{
	aspect-ratio: 1 / 1.16;
    object-fit: cover;
}

.team-icon-box{
	margin-top: -35px;
}

.our-team-box .team-social-icon{
	opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    transition: all 0.4s ease-in-out;
}

.our-team-box:hover .team-social-icon{
	 opacity: 1;
    visibility: visible;
    transform: translateY(-100px);
}

.about-faq .e-n-accordion-item{
	border: 1px solid var(--divider-color);
	background: linear-gradient(270deg, transparent -0.79%, rgb(from var(--light-blue) r g b / 32%) 100%);
	border-radius: 10px;
}

@media only screen and (max-width: 1024px){
	
	.about-why-choose-box:before{		
		width: 120px;
		height: 120px;
	}

	.about-why-choose-box:nth-child(odd):before,
	.about-why-choose-box:nth-child(even):before{
		top: -0.5px;
		right: -0.5px;
		left: auto;
		bottom: auto;
		transform: rotate(0deg);
	}

	.about-why-choose-box:nth-child(odd) .elementor-icon-box-icon,
	.about-why-choose-box:nth-child(even) .elementor-icon-box-icon{
		top: 0;
		right: 0;
		bottom: auto;
	}

	.about-why-choose-box .elementor-icon-box-wrapper,
	.about-why-choose-box .elementor-icon-box-content{
		height: auto;
	}

	.about-why-choose-box:nth-child(even) .elementor-icon-box-content{
		flex-direction: column;
	}

	.about-why-choose-box .elementor-icon-box-content .elementor-icon-box-title{
		width: calc(100% - 100px);
	}

	.about-why-choose-box:nth-child(even) .elementor-icon-box-content .elementor-icon-box-title{
		margin-top: 0;
		margin-bottom: var(--icon-box-icon-margin,15px);
	}
	
	.mission-image img{
		aspect-ratio: 1 / 1.45; 	
	}
	
	.quality-img img,
	.quality-img-2.quality-img img{
		transform: rotate(0deg);
	}
	
	.our-value-video .elementor-widget-container:before{
		width: calc(500px - 40px);
		height: calc(500px - 40px);
	}
}

@media only screen and (max-width: 767px){
	
	.about-why-choose-box:nth-child(odd):before, 
	.about-why-choose-box:nth-child(even):before{
		top: -1px;
        right: -1px;
		width: 85px;
        height: 85px;
	}
	
	.about-why-choose-box .elementor-icon-box-content .elementor-icon-box-title{
		width: calc(100% - 50px);
	}
	
	.mission-image img{
		aspect-ratio: 1 / 1.05; 	
	}
	
	.quality-img img{
		aspect-ratio: 1 / 0.8; 	
	}
	
	.about-value-icon-box:hover .elementor-widget-container,
	.about-value-icon-box.active .elementor-widget-container{
		padding: 15px !important;	
	}
	
	.our-value-video img{
		padding: 10px;
	}
	
	.our-value-video .elementor-widget-container:before{
		width: calc(330px - 20px);
		height: calc(330px - 20px);
	}
	
	.team-img img{
			aspect-ratio: 1 / 1.05;
	}
}

/*
 * 	Location Page CSS
 * */

.location-page-heading h2 span{
	color: var(--e-global-color-secondary);
}

.location-page-list ul li{
	background: var(--e-global-color-secondary);
	padding: 10px 20px !important;
	border-left: 3px solid var(--accent-color);
	border-radius: 10px;
}

.location-product-content:before{
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
}

.location-product-box:hover .location-product-content:before,
.location-product-box.active .location-product-content:before{
	height: 100%;
}

.location-cta.home-cta-box .elementor-cta__bg-wrapper .elementor-cta__bg-overlay{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.location-cta.home-cta-box .elementor-cta .elementor-ribbon{
	top: auto;
	bottom: 76px;
}

.location-cta.home-cta-box .elementor-cta__content .elementor-cta__title,
.location-cta.home-cta-box .elementor-cta__content .elementor-cta__description{
	padding-left: 30px;
}

.location-cta .elementor-cta__button,
.location-cta .elementor-cta__button:hover{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.location-product-cta.product-cta .elementor-swiper-button{
	width: 40px;
    height: 40px;
}

.location-product-cta.product-cta{
	padding-bottom: 80px;
}

.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
	left: calc(100% - 90px) !important;
	transform: translateY(-25px);
}

.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-next{
	right: 0 !important;	
	transform: translateY(-25px);
}

.location-product-quality-btn.get-in-touch-btn-arrow:before{
	background-image: url("./images/get-in-touch-arrow-white.svg");
	background-position: center center;
	background-size: cover;
	transform: translate(210px, 0);
}

.location-quality-counter .elementor-counter-number-wrapper{
	flex: 0;
	min-width: 140px;
}

.location-quality-box .elementor-flip-box .elementor-flip-box__layer__overlay{
	background: linear-gradient(180deg, transparent 60%, var(--black-color) 100%);
}

.location-quality-box .elementor-flip-box__back .elementor-flip-box__layer__overlay{
	background: transparent;
}

.location-quality-box .elementor-flip-box__button{
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.location-quality-box .elementor-flip-box__button:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background-color: var(--accent-color);
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.location-quality-box .elementor-flip-box__button:hover:before,
.location-quality-box .elementor-flip-box__button:focus:before{
	left: 0;
	right: auto;
	width: 100%;
}

.location-list{
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.location-list ul li{
	padding: 18px 30px !important;
	background: var(--white-color);
	transition: all 0.4s ease-in-out;
}

.location-list ul li:hover{
	background: var(--e-global-color-secondary);
}

.location-list ul li .elementor-icon-list-text{
	transition: all 0.4s ease-in-out !important;
}

.location-list ul li:hover .elementor-icon-list-text{
	color: var(--white-color) !important;
}



@media only screen and (max-width: 1024px){
	
	.location-list ul li{
		padding: 12px 20px !important;	
	}
	
	.location-cta.home-cta-box .elementor-cta .elementor-ribbon{
		bottom: 64px;
	}

	.location-cta.home-cta-box .elementor-cta__content .elementor-cta__title,
	.location-cta.home-cta-box .elementor-cta__content .elementor-cta__description{
		padding-left: 20px;
	}
	
	.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 50px) !important;
	}

	.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 50px) !important;
	}
	
}

@media only screen and (max-width: 767px){
	
	.location-page-list ul li{
		padding: 10px !important;	
	}
	
	.location-list{
		border-radius: 0;
	}
	
	.location-list ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.location-list ul li{
		padding: 10px 10px 12px !important;
		width: calc(50% - 5px);
	}
	
	.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-prev{
		left: calc(50% - 45px) !important;
	}

	.location-product-cta.product-cta .elementor-swiper-button.elementor-swiper-button-next{
		right: calc(50% - 45px) !important;
	}
}

/*
 * Apps and Rewards CSS
 * */

.app-reward-about-img img{
	aspect-ratio: 1 / 1.2;
    object-fit: cover;
}

.app-reward-about-sticky .elementor-widget-container{
	position: relative;
	overflow: hidden;
}

.app-reward-about-sticky .elementor-widget-container:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(from var(--e-global-color-secondary) r g b / 20%);
	width: 100%;
	height: 100%;
}

.app-reward-about-sticky img{
	aspect-ratio: 1 / 0.69;
    object-fit: cover;
}

.app-reward-faq .e-n-accordion .e-n-accordion-item{
	background: transparent;
	border: 1px solid var(--divider-color);
	border-radius: var(--n-accordion-border-radius);
	transition: all 0.3s ease-in-out;
}

.app-reward-faq .e-n-accordion .e-n-accordion-item[open]{
	background: linear-gradient(270deg, transparent -0.79%, rgb(from var(--light-blue) r g b / 32%) 100%);
}

.app-reward-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-text{
	position: relative;
    padding-left: 60px;
}

.app-reward-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-text:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--e-global-color-accent);
	mask-image: url(./images/leaf.svg);
	mask-size: contain;
	mask-position: center center;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}

.app-reward-loyalty-levels:before{
	top: 55px;
	left: 50%;
	width: calc(100% - 200px);
	height: 10px;
	transform: translateX(-50%)
}

.app-reward-loyalty-levels:after{
	content: '';
	position: absolute;
	top: 58px;
	left: 50%;
	right: 0;
	background-color: #1A3D66;
	width: calc(100% - 200px);
	height: 4px;
	transform: translateX(-50%);
}

.app-reward-loyalty-levels > *{
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	
	.app-reward-loyalty-levels:before,
	.app-reward-loyalty-levels:after{
		display: none;
	}

}


@media only screen and (max-width: 767px) {
	
	.app-reward-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-text{
		padding-left: 40px;
	}
	
	.app-reward-faq .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-text:before{
		width: 30px;
    	height: 30px;
	}
	
}



/* 
 * Blog List CSS
 * */

.featured-blog-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 30px;
}

.featured-blog-wrap .featured-blog-box:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.featured-blog-wrap .featured-blog-box:nth-of-type(2){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.featured-blog-wrap .featured-blog-box:nth-of-type(3){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.featured-blog-wrap .featured-blog-box:not(:first-child){
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-body{
	width: calc(50% - 15px);
}

.featured-blog-wrap .featured-blog-box .featured-blog-img-wrap{
	position: relative;
	margin-bottom: 30px;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap{
	margin-bottom: 0;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image a,
.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image figure{
	height: 100%;
}

.featured-blog-box .featured-blog-img-wrap .featured-blog-image  a{
	display: block;
}

.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
	width: 100%;
	aspect-ratio: 1 / 0.65;
    object-fit: cover;
	border-radius: 10px;
}

.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap img{
	height: 100%;
}

.featured-blog-img-wrap{
	position: relative;
}

.featured-blog-img-wrap .blog-category{
	position: absolute;
	top: 30px;
	left: 30px;
}

.featured-blog-img-wrap .blog-category a{
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-size);
    text-transform: none;
    font-style: normal;
    line-height: 1.2em;
	display: flex;
	align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-accent);
	color: var(--e-global-color-text);
    border-radius: 10px;
    padding: 10px 20px;
    min-height: 40px;
    transition: all 0.3s ease-in-out;
}

.featured-blog-img-wrap .blog-category a:hover{
	background-color: var(--e-global-color-secondary);
}

.featured-blog-body .blog-meta ul{
	list-style: none;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin: 0 0 20px;
}

.featured-blog-body .blog-meta ul li{
	position: relative;
	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);
}

.featured-blog-body .blog-meta ul li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: -7.5px;
	background-color: currentcolor;
	width: 1px;
	height: 60%;
	transform: translateY(-50%) rotate(15deg);
}

.featured-blog-body .blog-meta ul li a{
	color: inherit;
}

.featured-blog-body .blog-meta ul li.blog-author a{
	display: flex;
    align-items: center;
	gap: 8px;
}

.featured-blog-body .blog-meta ul li.blog-author a img{
	width: 30px;
	aspect-ratio: 1 / 1;
    object-fit: cover;
	border-radius: 50%;
}

.featured-blog-body .blog-title{
	margin-bottom: 20px;
}

.featured-blog-body .blog-title h1{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    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);
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-blog-body .blog-desc{
	margin-bottom: 20px;
}

.featured-blog-box:first-child .featured-blog-body .blog-desc{
	display: none;
}

.featured-blog-body .blog-desc p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-blog-body .blog-button a{
	position: relative;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    line-height: var(--e-global-typography-accent-line-height);
	color: var(--accent-color);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

/* Loop Grid CSS */

.blog-loop-item{
	position: relative;
	height: 100%;
}

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

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

.blog-loop-item .post-category li span{
	color: transparent;
	font-size: 0;
}

.blog-loop-item .post-category li span a{
	display: none !important;
	align-items: center;
	justify-content: center;
	font-size: initial;
	background-color: var(--e-global-color-accent);
	border-radius: 10px;
	padding: 10px 20px;
	min-height: 40px;
	transition: all 0.3s ease-in-out;
}

.blog-loop-item .post-category li span a:hover{
	background-color: var(--e-global-color-secondary);
}

.blog-loop-item .post-category li span a:first-child{
	display: inline-flex !important;
}

.blog-loop-item .elementor-widget-button .elementor-button{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.post-meta-wrapper{
	display: flex;	
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.post-meta-wrapper .author-info a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: inherit;
}

.post-meta-wrapper .author-info .author-img{
	width: 30px;
	line-height: 0;
}

.post-meta-wrapper .author-info .author-img img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.blog-loop-grid .elementor-pagination{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

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

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

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

.blog-loop-grid .elementor-pagination .page-numbers.prev{
	background-image: url("images/left.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

.blog-loop-grid .elementor-pagination .page-numbers.next{
	background-image: url("images/right.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
}

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

.blog-loop-grid .elementor-pagination .page-numbers.dots{
	color: var(--e-global-color-accent);
}

.blog-loop-grid .elementor-pagination .page-numbers:focus,
.blog-loop-grid .elementor-pagination .page-numbers.dots:hover{
	color: var(--e-global-color-text) !important;
}

@media only screen and (max-width: 1024px){
	
	.featured-blog-wrap{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows:repeat(1, 1fr);
		column-gap: 0;
		margin-bottom: 0;
	}
	
	.featured-blog-wrap .featured-blog-box:first-child {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
	}
	
	.featured-blog-wrap .featured-blog-box:nth-of-type(2) {
		grid-column: 1 / 3;
    	grid-row: 2 / 2;
	}
	
	.featured-blog-wrap .featured-blog-box:nth-of-type(3) {
		grid-column: 1 / 3;
		grid-row: 3 / 3;
	}
	
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
		aspect-ratio: 1 / 0.75;
	}
	
	.featured-blog-img-wrap .blog-category{
		top: 20px;
    	left: 20px;
	}
	
	/* Loop Grid CSS */
	.blog-loop-item .elementor-widget-theme-post-featured-image img{
		aspect-ratio: 1 / 0.75;
	}
	
}

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

	.featured-blog-wrap{
		margin-bottom: 0;
	}
	
	.featured-blog-wrap .featured-blog-box:not(:first-child){
		gap: 20px;
	}
	
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-body{
		width: 100%;
	}
	
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image a, 
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap .featured-blog-image figure,
	.featured-blog-wrap .featured-blog-box:not(:first-child) .featured-blog-img-wrap img{
		height: auto;
	}
	
	.featured-blog-wrap .featured-blog-box .featured-blog-img-wrap{
		margin-bottom: 20px;
	}

	.featured-blog-box:not(:first-child) .featured-blog-body .blog-meta ul li.blog-author a img{
		width: 30px;
	}
	
	.featured-blog-box .featured-blog-img-wrap .featured-blog-image img{
		aspect-ratio: 1 / 0.75;
	}
	
	.blog-loop-item .post-category li span a,
	.featured-blog-img-wrap .blog-category a{
		padding: 5px 10px 7px;
		min-height: 35px;
	}
	
	
	/* Loop Grid */
	.blog-loop-grid .elementor-pagination .page-numbers{
		width: 40px;
    	height: 35px;
	}
	
}

/*
 * Blog Single CSS
 * */

.blog-feature-img img{
	aspect-ratio: 1 / 0.43;
    object-fit: cover;
}

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

.blog-tag ul li .elementor-post-info__item--type-terms span a {
   	display: inline-block !important;
    font-size: initial !important;
    background: linear-gradient(270deg, transparent -0.79%, rgb(from var(--light-blue) r g b / 32%) 100%);
    padding: 10px 20px;
    margin-right: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.blog-tag ul li .elementor-post-info__item--type-terms span a:hover {
   background: var(--e-global-color-accent);
}

.blog-blockquote-text{
	background-image: url(./images/quote.svg), linear-gradient(270deg, transparent -0.79%, rgb(from var(--light-blue) r g b / 32%) 100%);
    border-radius: 10px;
    padding: 40px 40px 40px 140px;
    background-repeat: no-repeat;
    background-position: top 40px left 40px, 0 0;
    background-size: 80px auto, cover;
}

@media only screen and (max-width: 1024px){
	
	.blog-blockquote-text{
		padding: 20px;
		background-position: top 15px left 15px, 0 0;
		background-size: 40px auto, cover;
		text-indent: 40px;	
	}
}

@media only screen and (max-width: 767px){
	
	.blog-feature-img img{
		aspect-ratio: 1 / 0.66;
		object-fit: cover;
	}
	
	.blog-blockquote-text{
        background-size: 32px auto, cover;
        text-indent: 30px;	
	}
}

/*
 * Author page CSS
 * */

.author-avatar figure img{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 20px;
}

.author-social-media{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}

.author-social-media li{
	line-height: 0;
}

.author-social-media li a{
	display: block;
	font-size: 0;
	position: relative;
}

.author-social-media li a:before{
	content: '\f39e';
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: 'Font Awesome 5 Brands';
    font-size: 16px;
    font-weight: 400;
	line-height: 1em;
	background-color: transparent;
	border: 1px solid  rgb(from var(--e-global-color-accent) r g b / 24%);
	border-radius: 50%;
	color: var(--e-global-color-accent);
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.author-social-media li a:hover:before{
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
}

.author-social-media li.instagram a:before{
	content: '\f16d';
}

.author-social-media li.linkedin a:before{
	content: '\f0e1';
}

.author-social-media li.youtube a:before{
	content: '\f167';
}

.author-social-media li.twitter a:before{
	content: '\f099';
}

.author-social-media li.tiktok a:before{
	content: '\e07b';
}

@media only screen and (max-width: 767px){
	
	.author-avatar figure img{
		aspect-ratio: 1/0.9;
	}
	
	.author-social-media{
		gap: 10px;
	}
	
}


/* 
 * Contact Us CSS
 * */


/* 
 * Gravity Form CSS
 * */

.gform_wrapper .gform_heading{
	display: none;
}

.gform_wrapper{
	--gf-icon-ctrl-number: url(data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(0, 0, 0, 1)'/%3E%3C/svg%3E);

--gf-icon-ctrl-select: url(data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(0, 0, 0, 1)'/%3E%3C/svg%3E);
}

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

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

.gform_wrapper form .gform-body .gform_fields .gfield label,
.gform_wrapper form .gform-body .gform_fields .gfield .ginput_container label{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 16px;
    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);
    color: var(--e-global-color-secondary);
}

.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-secondary);
	background-color: var(--white-color);
	border: 1px solid rgb(from var(--e-global-color-secondary) r g b / 14%);
	border-radius: 10px;
    box-shadow: none;
	height: auto;
	padding: 12px 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: var(--e-global-color-secondary);
}

.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);
}

.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%);
}

.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 .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-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;
	justify-content: flex-start;
}

.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: 10px !important;
    padding: 14px 28px !important;
    transition: all 0.3s ease-in-out !important;
	box-shadow: none;
}

.gform_wrapper form .gform_footer .gform_button:hover{
	background-color: var(--accent-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-secondary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-secondary);
}

/**/



@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_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;
	}
	
}






