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

/*==Header Css Start==*/
.elementor-location-header .header-wrap{
	transition: 0.5s !important;
}
.elementor-location-header.sticky .header-wrap{
	position: fixed;
	top: 0;
	left: 0;
	background: #FAFAFA;
	transition: 0.5s !important;
}
.elementor-location-header .header-wrap .bottom-wrap{}
.elementor-location-header.sticky .site-logo a{
	transition: 0.5s !important;
	width: 60%;
}
.elementor-location-header.sticky .e-con-inner{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.gtranslate_wrapper #gt_float_wrapper{
	right: 0 !important;
	top: 188px !important;
}

/*===Footer Css Start===*/
.footer-menu .elementor-nav-menu li{
	position: relative;
}
.footer-menu .elementor-nav-menu li::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.4) 30%,
        #fff 50%,
        rgba(255,255,255,0.4) 70%,
        rgba(255,255,255,0) 100%
    );
}
.footer-menu .elementor-nav-menu li:last-child::before{
	width: 0;
	height: 0;
}
.footer-menu-wrap, .footer-menu-wrap::before{
	background-size: 100% 1px !important;
}

/*==Home Page Css Start==*/
.dual-heading .italic{
	font-family: 'Westbourne Serif Free';
	font-style: italic;
	font-weight: 400;
}
.dual-heading .green{
	color: #669D34;
}
.two-line .elementor-heading-title{
	position: relative;
}
.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='367' height='8' viewBox='0 0 367 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 367 0)' fill='%23231F20' fill-opacity='0.5'/%3E%3Cline y1='-1' x2='347' y2='-1' transform='matrix(-1 0 0 1 347 4)' stroke='url(%23paint0_linear_174_111)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_174_111' x1='0' y1='0.5' x2='347' y2='0.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23403C3D'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
    width: 360px;
    height: 8px;
    background-size: 100% 100%;
    left: -390px;
    top: 50%;
    transform: translateY(-50%);
}
.two-line .elementor-heading-title::after{
	background-image: url("data:image/svg+xml,%3Csvg width='365' height='8' viewBox='0 0 365 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23231F20' fill-opacity='0.5'/%3E%3Cline x1='18' y1='3' x2='365' y2='3' stroke='url(%23paint0_linear_174_102)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_174_102' x1='18' y1='4.5' x2='365' y2='4.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23403C3D'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	left: inherit;
    right: -390px;
}
.help-carousel .swiper-pagination-progressbar{
	top: inherit !important;
	bottom: 0;
}

.help-carousel .swiper-pagination-progressbar{
	background: #C4C6C1;
}
.help-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	height: 4px;
	margin-top: -3px;
}
.snap-tab-wrapper{
	border-bottom: 1px solid #C4C6C1;
}
.snap-tab.active{
	border-color: #669D34 !important;

}
.snap-content{
	display:none !important;
}
.snap-content.active{
	display:block !important;
}
.snap-tab{
	cursor:pointer;
}
.three-text a{
	text-decoration: underline !important;
}
.three-text strong{
	font-size: 21px;
	font-weight: 400;
}
.count-wrap{
	counter-reset: my-counter;
}
.count-wrap .item{
	counter-increment: my-counter;

	position: relative;
}
.count-wrap .item::before{
	position: absolute;
    content: counter(my-counter);
    left: 0;
    top: 0;
    width: 67px;
    height: 67px;
    background: #669D34;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Public Sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #FFFFFF;
    border: 0px solid #000;
    outline: 1px dashed #ffffff;
    outline-offset: -5px;
    z-index: 1;
}
.count-wrap .item::after{
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	left: 33px;
	top: 10px;
	border-left: 1px dashed #000000;
}
.count-wrap .item:last-child::after{
	height: 0;
}
.get-free-wrap .super-market{
	position: relative;
}
.get-free-wrap .super-market::after{
	position: absolute;
	content: '';
	width: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% - 50px);
	background: linear-gradient(180deg, #ffffff00, #333333, #ffffff00);
}
.get-free-wrap .super-market::before{
	position: absolute;
    content: 'OR';
    left: -34px;
    top: 50%;
	transform: translateY(-50%);
	font-family: 'Public Sans';
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	color: #FFFFFF;
	width: 70px;
	height: 70px;
	background: #231F20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
}
.faq .e-n-accordion{ 
	display: block; 
	column-count: 2; 
	column-gap: 28px;
}
.faq .e-n-accordion-item{ 
	break-inside: avoid;
}
.faq .e-n-accordion-item{
	border-bottom: 1px solid #9A9EA0;
}
.faq .e-n-accordion-item-title{
	position: relative;
	align-items: start !important;
}
.faq .e-n-accordion-item-title::before{
	position: absolute;
	content: 'Q';
	width: 38px;
	height: 35px;
	left: 0;
	top: 27px;
	background: #669D34;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Public Sans';
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
}
.faq .e-n-accordion-item-title .e-n-accordion-item-title-icon{
	margin-top: 5px;
}
.faq .e-n-accordion-item-title, .faq .e-n-accordion-item-title .e-n-accordion-item-title-icon svg path{
	transition: 0.5s;
}
.faq .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg path{
	fill: #669D34;
}
.two-line.single .elementor-heading-title::before{
	width: 0;
	height: 0;
}
.faq .list-item ul{
	padding-left: 20px;
}


/*===Responsive Css Start===*/
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    
	html{
        zoom: 0.82;
        zoom: 82%;
	} 
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    
	html{
        zoom: 0.80;
        zoom: 80%;
	} 
}
@media only screen and (max-width: 1366px) {
	.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	    width: 310px;
	    left: -325px;
	}
	.two-line .elementor-heading-title::after{
		left: inherit;
	    right: -325px;
	}
}
@media only screen and (max-width: 1366px) {
	.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	    width: 200px;
	    left: -215px;
	}
	.two-line .elementor-heading-title::after{
		left: inherit;
	    right: -215px;
	}
	.gtranslate_wrapper #gt_float_wrapper {
	  top: 159px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.header-divider .elementor-divider-separator{
		--divider-border-width: 3px;
	}
	.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	    width: 150px;
	    left: -160px;
	}
	.two-line .elementor-heading-title::after{
		left: inherit;
	    right: -160px;
	}
	.count-wrap .item::before {
	    width: 45px;
	    height: 45px;
	    font-size: 24px;
	    outline-offset: -4px;
	}
	.count-wrap .item::after {
	    left: 22px;
	}
	.get-free-wrap .super-market::before {
	    left: -23px;
	    font-size: 18px;
	    width: 48px;
	    height: 48px;
	}
	.three-text strong {
	    font-size: 18px;
	    font-weight: 400;
	}
	.faq .e-n-accordion-item-title::before {
        width: 26px;
        height: 24px;
        top: 22px;
        font-size: 15px;
        color: #FFFFFF;
    }
    .elementor-location-header.sticky .site-logo a{
		width: 70%;
	}
	.gtranslate_wrapper #gt_float_wrapper {
    	top: 153px !important;
  	}
}
@media only screen and (max-width: 880px) {
	.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	    width: 120px;
	    left: -130px;
	}
	.two-line .elementor-heading-title::after{
		left: inherit;
	    right: -130px;
	}
	.help-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		height: 3px;
		margin-top: -2px;
	}
	.count-wrap .item::before {
	    width: 40px;
	    height: 40px;
	    font-size: 20px;
	    outline-offset: -3px;
	}
	.count-wrap .item::after {
	    left: 19px;
	}
	.get-free-wrap .super-market::before {
	    left: -20px;
	    font-size: 16px;
	    width: 42px;
	    height: 42px;
	}
	.three-text strong {
	    font-size: 16px;
	}
	.faq .e-n-accordion {
	    column-count: 1;
	}
	.elementor-location-header.sticky .site-logo a{
		width: 100%;
	}
	.gtranslate_wrapper #gt_float_wrapper {
    	top: 145px !important;
  	}
}
@media only screen and (max-width: 767px) {
	.two-line .elementor-heading-title::before, .two-line .elementor-heading-title::after{
	    width: 0px;
	    height: 0;
	}
	.footer-menu .elementor-nav-menu li{
		width: 100%;
		padding: 8px 0;
	}
	.footer-menu .elementor-nav-menu li a{
		justify-content: center;
		margin: 0 !important;
	}
	.footer-menu .elementor-nav-menu li::before{
		width: 40px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        top: inherit;
        bottom: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 30%, #fff 50%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
	}
	/*.snap-tab{
		min-width: 140px !important;
	}*/
	.snap-tab-wrapper{
		overflow-x:auto !important;
	}
	.snap-tab-wrapper{
		scroll-snap-type:x mandatory;
	}
	.snap-tab-wrapper::-webkit-scrollbar{
		display:none;
	}
	.get-free-wrap .super-market::before{
        left: 50%;
        top: 0;
        transform: translateX(-50%);
	}
	.get-free-wrap .super-market::after {
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, #ffffff00, #333333, #ffffff00);
    }
    .faq .e-n-accordion-item-title::before {
        top: 15px;
    }
    .count-wrap .item::before {
       width: 32px;
       height: 32px;
       font-size: 17px;
    }
    .count-wrap .item::after {
        left: 15px;
    }
    .gtranslate_wrapper #gt_float_wrapper {
    top: 23px !important;
    right: 60px !important;
  }
}
@media only screen and (max-width: 480px) {
	.snap-tab .image img {
		height: 95px !important;
	}

}