/* 
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-94fe41e);
	--divider-color: rgb(from var(--e-global-color-text) r g b / 50%)
}

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

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

.elementor-widget-text-editor p,
.elementor-widget-text-editor ul{
	margin-block-end: 10px;
}

.elementor-widget-text-editor ul{
	padding-left: 25px;
}

.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-text-editor p:last-child,
.elementor-widget-text-editor ul: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-wrapper{
	line-height: 0;
}

.elementor-widget-button .elementor-button{
	position: relative;
    transition: all 0.3s ease-in-out;
	z-index: 1;
	overflow: hidden;
}

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

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

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


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

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

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

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

.elementor-widget-button .elementor-button .elementor-button-icon svg{
	width: 17px;
	height: 11px;
}

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

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

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

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

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

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

/* Section Title CSS */

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

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

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

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

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

/* 
 * Header CSS 
 * */


.top-bar-social-media .elementor-grid-item:not(:last-child){
	border-right: 1.5px solid var(--e-global-color-primary);
	padding-right: 15px;
	margin-right: 15px;
}

.header-logo img{}
.header-logo{}

.header2-container{
	position: fixed !important;
	top: -150px  !important;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: all 0.4s ease-in-out !important;
}

.header2-container.header-show{
	top: 0 !important;
}

.header2-container{
	backdrop-filter: blur(30px);
}

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

.main-header.elementor-sticky.elementor-sticky--effects{
	background: #00000099;
	backdrop-filter: blur(20px);
}

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


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

	.top-bar-social-media .elementor-grid-item:not(:last-child){
		padding-right: 10px;
		margin-right: 10px !important;
	}

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

@media only screen and (max-width: 767px) {
	
	.top-bar-social-media .elementor-grid-item:not(:last-child){
		padding-right: 5px;
		margin-right: 5px !important;
	}
	
	.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;
	}	
}


/*
 * Footer CSS
 * */

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

.footer-menu nav ul li:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-60%);
    background-color: var(--e-global-color-secondary);
    mask-image: url("./images/icon-sub-heading.svg");
    mask-size: contain;
	mask-position: center center;
    width: 15.346px;
	height: 20px;
}

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


/*
 * Home CSS
 * */


.hero-icon .elementor-icon-box-icon .elementor-icon{
	border-color: rgb(from var(--e-global-color-secondary) r g b / 24%) !important;
}

.featured-deal-cta-box .elementor-cta .elementor-cta__bg-overlay{
	background-image: linear-gradient(90deg, transparent 0%, var(--e-global-color-primary) 50.08%);
}

.featured-deal-cta-box .elementor-cta .elementor-cta__content{
	position: relative;
	width: 55%;
	float: right;
}

.featured-deal-cta-box .elementor-cta .elementor-cta__content:before{
	content: '';
	position: absolute;
	top: auto;
	left: auto;
	bottom: -25px;
    right: 90px;
	background-color: var(--e-global-color-secondary);
	mask-image: url("./images/upside-arrow.svg");
	mask-repeat: no-repeat;
	mask-position: center center;
	mask-size: cover;
	width: 44px;
    height: 101px;
	transform: rotate(-15deg);
}

.featured-deal-cta-box .elementor-cta .elementor-cta__button{
	position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

.featured-deal-cta-box .elementor-cta .elementor-cta__button:before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    background-color: var(--e-global-color-secondary);
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.featured-deal-cta-box .elementor-cta .elementor-cta__button:hover:before,
.featured-deal-cta-box .elementor-cta .elementor-cta__button:focus:before{
	left: 0;
    right: auto;
    width: 100%;
}

.featured-deal-cta-box .elementor-cta .elementor-ribbon{
	position: absolute;
	top: 35px;
	left: auto;
	height: auto;
    overflow: hidden;
    transform: rotate(0deg);
    width: 55%;
}

.featured-deal-cta-box .elementor-cta .elementor-ribbon .elementor-ribbon-inner{
	text-align: left;
	margin-top: 0;
    transform: translateY(0) translateX(0) translateX(0px) rotate(0deg);
    width: 100%;	
	padding-left: 10px;
}

.passion-cannabis-img img{
	aspect-ratio: 1 / 0.66;
    object-fit: cover;
}

.passion-cannabis-img .swiper-pagination{
	bottom: 10px !important;
}

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

.home-tab .e-n-tab-title{
	justify-content: space-between;
}

.home-tab .e-n-tab-title .e-n-tab-title-text{
	width: calc(100% - 50px);
}

.home-tab .e-n-tab-title .e-n-tab-icon{
	display: flex;
	align-items: center;
    justify-content: center;
	background-color: var(--e-global-color-primary);
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

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

.why-choose-us-icon-box::before{
	top: 50%;
	left: auto;
	right: -60px;
	width: 1px;
	height: calc(100% - 30px);
	transform: translateY(-50%);
}

.why-choose-us-icon-box:last-child:before{
	display: none
}

.why-choose-us-linear-gradient:before{
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	width: 72.396vw;
	height: calc(100% - 90px);
}

.faq-img{
	height: 100%;
}

.faq-img img{
	aspect-ratio: 1 / 0.578;
	object-fit: cover;
	height: 100%;
}

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


@media only screen and (max-width: 1024px) {
	
	.why-choose-us-icon-box::before{
		right: -25px;
		height: calc(100% - 30px);
	}

	.why-choose-us-icon-box:last-child:before{
		display: none
	}

	.why-choose-us-linear-gradient:before{
		width: 100%;
		height: calc(100% - 90px);
	}
	
	.home-tab-content-section{
		position: initial;
	}
	
	.faq-img,
	.faq-img img{
		height: auto;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.featured-deal-cta-box .elementor-cta .elementor-cta__button{
		background-position: center right 10px;
	}
	
	.featured-deal-cta-box .elementor-cta .elementor-cta__bg-overlay{
		background-image: linear-gradient(180deg, transparent 0%, var(--e-global-color-primary) 50%);
	}
	
	.featured-deal-cta-box .elementor-cta .elementor-cta__content:before{
		width: 34px;
		height: 80px;
	}
	
	.featured-deal-cta-box .elementor-cta .elementor-cta__content {
		width: 100%;
		float: none;
	}
	
	.featured-deal-cta-box .elementor-cta .elementor-ribbon{
		width: 100%;
		top: 215px;
	}
	
	.featured-deal-cta-box .elementor-cta .elementor-ribbon .elementor-ribbon-inner {
        padding-left: 15px;
    }
	
	.passion-cannabis-img img{
		aspect-ratio: 1 / 0.66;
	}
	
	.why-choose-us-icon-box::before{
		display: none;
	}
	
	.home-tab .e-n-tab-title .e-n-tab-icon{
		width: 30px;
		height: 30px;
	}
	
	.home-tab .e-n-tab-title .e-n-tab-title-text{
		width: calc(100% - 40px);
	}
	
	.home-faq .e-n-accordion-item-title .e-n-accordion-item-title-header{
		width: calc(100% - 40px);
	}
	
	.faq-img img{
		aspect-ratio: 1 / 0.9;	
	}
	
}


/*
 * 	Contact Us page CSS
 * */

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

.contact-map{
	height: 100%;
}

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

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

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

/*
 * 	Thank you page CSS
 * */

.thank-you-page-img img{
	aspect-ratio: 1 / 0.95;
	object-fit: cover;
}

/*
 * 	Blog Page CSS
 * */

.blog-img img{
	aspect-ratio: 1 / 0.8;
	object-fit: cover;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


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

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

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

@media only screen and (max-width: 767px){
	
	.blog-img img{
		aspect-ratio: 1 / 0.66;
	}

}

/*
 * 
 * */

.price-menu ul li .elementor-price-list-header .elementor-price-list-title{
	font-size: inherit;
	margin: 0;
}

.price-menu ul li .elementor-price-list-header:not(.elementor-price-list-price) .elementor-price-list-separator{
	opacity: 0;
}

.price-menu ul li .elementor-price-list-header:has(.elementor-price-list-price) .elementor-price-list-separator{
	opacity: 1;
}

.product-single-img img{
	aspect-ratio: 1 / 1;
    object-fit: cover;
}


@media only screen and (max-width: 1024px){
	
	.product-single-img img{
		aspect-ratio: 1 / 0.66;
	}

}












