/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.p-margin-none p:last-child{
	margin-bottom: 0;
}

/*
 * New header with megamenu css
 * */
.header-megamenu ul.mega-menu > li.mega-login-highlighted-btn,
.header-megamenu ul.mega-menu > li.mega-requestdemo-highlighted-btn{
	display: none !important;
}

.header-megamenu ul.mega-menu > li:nth-last-child(3){
	margin-right: 0 !important;
}

.header-megamenu ul.mega-menu > li.mega-menu-item > .mega-menu-link{
	font-weight: 500 !important;
}

.header-megamenu ul.mega-menu > li.mega-menu-item > .mega-menu-link:after{
	content: '' !important;
    display: inline-block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: translateY(5px);
    opacity: 0;
    background-color: #D92499;
    transition: all 0.2s ease-in-out;
}

.header-megamenu ul.mega-menu > li.mega-menu-item > .mega-menu-link:hover:after{
	transform: translateY(-7px);
    opacity: 1;
}

.header-megamenu ul.mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
.header-megamenu ul.mega-menu > li.mega-menu-flyout > ul.mega-sub-menu{
	margin-top: 44px !important;
}

.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu > li.mega-menu-flyout > ul.mega-sub-menu{
	margin-top: 34px !important;
}

.menu-tab-default .e-n-tabs{
	min-height: 385px;
}

.menu-tab-default .e-n-tabs-heading{
	position: relative;
	padding: 30px 0;
	z-index: 1;
}

.menu-tab-default .e-n-tabs-heading:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E6E7F2;
}

.menu-tab-default .e-n-tabs-heading:after{
	content: '';
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	bottom: 0;
	width: 97px;
	height: calc(100% - 60px);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
	z-index: -1;
}

.menu-tab-default .e-n-tabs-heading .e-n-tab-title{
	position: relative;
	justify-content: space-between;
}

.menu-tab-default .e-n-tabs-heading .e-n-tab-title:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D92499;
	opacity: 0;
	transition: all .3s;
}

.menu-tab-default .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:after,
.menu-tab-default .e-n-tabs-heading .e-n-tab-title:hover:after{
	opacity: 0.1;
}

.menu-tab-default .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
	opacity: 0;
}

.menu-tab-default .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon,
.menu-tab-default .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon{
	opacity: 1;
}

.menu-cta-default .elementor-cta{
	border-radius: 5px;
}

.menu-cta-default .elementor-cta .elementor-cta__content{
	position: relative;
	min-height: 80px;
}

.menu-cta-default .elementor-cta .elementor-cta__image{
	line-height: 0;
    position: absolute;
	width: auto;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.menu-cta-default .elementor-cta .elementor-cta__image img{
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1024px) {
	
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-left,
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-center{
		display: none !important;
	}
	
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-animated-inner,
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-animated-inner:before,
	.header-megamenu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-animated-inner:after{
		height: 3px !important;
	}
	
	.header-megamenu ul.mega-menu{
		margin-top: 26px !important;
		max-height: calc(100vh - 93px) !important;
		overflow-y: auto !important;
	}
	
	.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu{
		margin-top: 30px !important;
		max-height: calc(100vh - 103px) !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
	.header-megamenu ul.mega-menu > li.mega-menu-flyout ul.mega-sub-menu,
	.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
	.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu > li.mega-menu-flyout > ul.mega-sub-menu{
		margin-top: 0 !important;
		padding-top: 0 !important;
		background: transparent !important;
	}

	.header-megamenu .mega-menu.max-mega-menu > .mega-menu-item > .mega-menu-link{
		font-weight: 400 !important;
		display: flex !important;
		justify-content: space-between;
		padding-left: 0 !important;
		padding-right: 0 !important; 
		border-top: 1px solid #DCDEE1 !important;
	}
	
	.header-megamenu .mega-menu.max-mega-menu > .mega-menu-item:first-child > .mega-menu-link{
		border-top: none !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-menu-item > .mega-menu-link:after{
		display: none !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-menu-flyout ul.mega-sub-menu .mega-menu-item .mega-menu-link{
		background: transparent !important;
		padding-top: 7px !important;
		padding-bottom: 7px !important;
		border-top: 1px solid #DCDEE1 !important;
	}
	
	.menu-tab-default .e-n-tabs{
		min-height: initial;
	}
	
	.menu-tab-default .e-n-tabs-heading{
		padding: 0;
	}

	.menu-tab-default .e-n-tabs-heading:before,
	.menu-tab-default .e-n-tabs-heading:after,
	.menu-tab-default .e-n-tabs-heading .e-n-tab-title:after{
		display: none;
	}
	
	.menu-tab-default .e-n-tabs-heading .e-n-tab-title{
		font-weight: 400 !important;
		border-bottom: 1px solid #DCDEE1;
		background: transparent !important;
	}
	
	.menu-tab-default .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:last-child{
		border-bottom: none;
	}
	
	.menu-tab-default .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
		width: 12px;
		height: 12px;
		opacity: 1;
		transform: rotate(90deg);
	}
	
	.menu-tab-default .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
		transform: rotate(-90deg);
	}
	
	.menu-cta-default .elementor-cta .elementor-cta__description{
		max-width: 80%;
	}
}

@media only screen and (max-width: 991px) {
	
	.menu-cta-default .elementor-cta .elementor-cta__description{
		max-width: 85%;
	}
}

@media only screen and (max-width: 767px) {
		
	.header-megamenu ul.mega-menu,	
	.header_mn.elementor-sticky--effects .header-megamenu ul.mega-menu{
		margin-top: 17px !important;
		max-height: calc(100vh - 80px) !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-login-highlighted-btn,
	.header-megamenu ul.mega-menu > li.mega-requestdemo-highlighted-btn{
		display: list-item !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-login-highlighted-btn .mega-menu-link{
		border-bottom: 1px solid #DCDEE1 !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-requestdemo-highlighted-btn .mega-menu-link{
		color: #FFF !important;
        font-family: "Roboto", Sans-serif !important;
        font-size: 14px !important;
        line-height: 20px !important;
        border-radius: 15px !important;
        padding: 12px 20px !important;
        background-color: var(--e-global-color-secondary) !important;
        justify-content: center !important;
        height: auto !important;
		margin-top: 25px !important;
        transition: all .3s !important;
	}
	
	.header-megamenu ul.mega-menu > li.mega-requestdemo-highlighted-btn .mega-menu-link:hover{
		background-color: var( --e-global-color-accent ) !important;
	}
	
	.menu-cta-default .elementor-cta .elementor-cta__description{
		max-width: 100%;
	}
}


