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


.noise-bg > .e-con-inner {
	z-index: 1;
}

.noise-bg:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	background-image: url(https://musecellinnovations.com/wp-content/uploads/2026/01/130-100-6.png);
	background-repeat: repeat;
}

.team-grid .elementor-loop-container {
	justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.team-grid.centered-grid .elementor-loop-container {
    justify-content: center;
}

.team-grid .e-loop-item {
    flex: 0 1 calc(50% - 5rem);
}

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

.r-fix {
	transform: translateY(-28%);
    display: inline-block;
    font-size: 40%;
	line-height: normal;
}

@media screen and (min-width: 767px) {
	.team-grid .elementor-loop-container .e-loop-item:first-of-type:nth-last-child(n+5) {
		flex: 0 0 100%;
		padding: 0 25%;
	}
}

@media screen and (max-width: 767px) {
	.team-grid .e-loop-item {
        flex: 1 1 100%;
    }
	
	.elementor-widget-n-tabs .e-n-tabs-heading{
		padding: 1rem 1.5rem;
		flex-direction: column !important;
	}

	.e-n-tabs-heading .e-n-tab-title {
		padding: 1.25rem 0;
	}
	
	.dhp-menu .elementor-menu-toggle.elementor-active:before {
		content: '';
		position: absolute;
		bottom: -28px;
		width: calc(100vw - 2rem);
		height: 1px;
		background: white;
		right: 0;
	}
	
	.dhp-menu .elementor-nav-menu--dropdown {
		margin-top: -50px !important;
        height: 100vh !important;
        padding-top: 150px;
        z-index: 10 !important;
	}
	
	.dhp-menu .elementor-nav-menu--dropdown li {
		display: flex;
		justify-content: center;
	}
	
	.dhp-menu .elementor-menu-toggle {
		z-index: 11;
	}
}