/* 
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 */
#header-main.sticky {
	background: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.elementor-widget-theme-post-content p {
	font-size: 22px;
}

.sidebar-nav-item a {
	color: #000000 !important;
}

.sidebar-nav-item a.active {
	color: #4a5bb0 !important;
}

.sidebar-nav-item i{
	display: none;
}

.container-popup {
	display: none; /* Hide all popup containers by default */
}
.modal-content {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin: 20px;
	max-height: 80vh; /* Adjust the height as needed */
  	overflow-y: auto; /* Enable vertical scrolling */
}

@media (max-width: 768px) {
	.modal-content {
		position: static;
		transform: none;
		justify-content: flex-start;
		margin: 0;
	}
	.modal-content i {
		color: #fff;
	}
}

.popup-button, .popup-close-icon {
	pointer-events: auto;
	cursor: pointer;
}

#home-video::after {
	content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 4px;
    width: 100%;
    background: #fff;
}

@media screen and (max-width: 500px) {
/* 	.page-id-136 .page-banner {
		background-position: -125px 0 !important;
	}
	.page-id-139 .page-banner {
		background-position: -400px 0 !important;
	}
	.page-id-140 .page-banner {
		background-position: -520px 0 !important;
	} */
}
