/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


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

.blue{
	color:var( --e-global-color-primary );
}

.header-button a.elementor-button{
	max-width: 289px;
	width: 100%;
	height: 57px;
}

/****** Header Mega Menu *********/
#productMenu + .e-n-menu-content.e-active {
    max-width: 970px;
    left: 0!important;
    top: 100%;
}

#productMenu + .e-n-menu-content.e-active > div {
    margin-top: 30px;
}

#companyMM + .e-n-menu-content.e-active {
    max-width: 212px;
    left: 0!important;
    top: 100%;
}

#partnerMM + .e-n-menu-content.e-active {
    max-width: 228px;
    left: 0!important;
    top: 100%;
}
.site-mm ul.e-n-menu-heading li.e-n-menu-item:not(:first-child){
	position: relative;
}

:is(#companyMM, #partnerMM, #productMenu) + .e-n-menu-content > div{
	left: 0!important;
}

/******** Off Canvas ********/

.elementor.elementor .siteHeader .e-con>.elementor-widget.elementor-element.divider-margin-right {
    max-width: calc(100% + 32px);
    margin-right: -32px;
}

/********** Footer Form ************/

.footer-form .elementor-field-group .elementor-field-textual::placeholder{
    opacity: 1;
}
.footer-form input[type=email].elementor-field-textual{
    padding: 0;
    min-height: 35px;
}
.footer-form .elementor-form .elementor-button.elementor-size-sm {
    min-height: 35px;
}
.footer-form .elementor-field-type-email.elementor-field-group.elementor-column {
    max-width: 375px;
    width: 100%;
}

.footer-form .elementor-field-group.elementor-column.elementor-field-type-submit {
    max-width: 75px;
    width: 100%;
}

.footer-form .elementor-field-group.elementor-column.elementor-field-type-submit button.elementor-button {
    width: 100%;
}

.footer-form .elementor-field-group.elementor-column.elementor-field-type-submit button.elementor-button svg {
    width: 24px;
}

.footer-form .elementor-form-fields-wrapper {
    justify-content: space-between;
}
/****************************/

.e-con .elementor-element.image-right-margin {
    margin-right: -20px;
    margin-left: auto;
    z-index: 1;
}

.empowering h3.elementor-icon-box-title {
    margin-top: 0;
    max-width: 240px;
}

details.e-n-accordion-item {
    background-color: #fff;
    border-radius: 15px;
}

.all-content {
    display: none;
}

#general-content {
    display: block;
}

.listing li:not(:last-child){
	margin-bottom:40px;
}

ul + p, ol + p{
	margin-top: 20px;
}

/************* Media *********/

@media(max-width:767.5px){
	.footer-form .elementor-form-fields-wrapper{
		flex-wrap: nowrap;
		gap: 24px;
	}
	.footer-form .elementor-field-group.elementor-column.elementor-field-type-submit{
		max-width: 68px;
		width: 100%;
	}
}