body:has(#ai-chat-popup[style*="display: block"]) {
  overflow: hidden;
}

.full-screen-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8); /* Semi-transparent background */
    z-index: 9999;
}

.close-overlay {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
	color: white;
	width: auto !important;
	z-index: 9999;
/* 	display: inline-flex; */
/* 	align-items: flex-end; */
/* 	justify-content: end; */
/* 	margin-bottom: 16px; */
    /* Style the close button as needed */
}

.ai-chatbot-popup-wrapper-oneco .close-overlay {
    position: relative;
    top: unset;
    right: unset;
    cursor: pointer;
	color: white;
	width: auto !important;
	display: inline-flex;
	align-items: flex-end;
	justify-content: end;
	margin-bottom: 16px;
    /* Style the close button as needed */
}


.close-overlay .fl-html:hover {
	border-bottom: 1px solid white;
}
.close-overlay .fl-html {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.close-overlay p {
	color: white;
	margin: 0 16px 0 0;
	font-size: 16px;
}

@media screen and (max-width: 500px) {
	.close-overlay {
		top: 80px;
		right: 5px;
	}
}

.pp-offcanvas-content-inner .close-overlay {
	display: none;
}
#ai-chat-popup {
	display: none;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#mega-menu {
	display: none;
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.menu-link-with-tag {
	display: flex;
	align-items: center;
}

 .menu-link-with-tag h4 {
	margin: 0 16px 0 0 !important;
	line-height: 1;
}
#mega-menu .menu-link-with-tag h4 a,
#mega-menu h2 a,
#mega-menu .menu-item a 
{
	color: white !important;
}
.menu-link-with-tag h4 a {
	font-size: 20px;
	font-weight: 500;
}
.menu-link-with-tag p {
	margin: 0;
	font-size: 14px;
}
#mega-menu .menu-link-with-tag p a {
	color: #ffffffad !important;
}

@media screen and (max-width: 570px) {
	.fl-node-j5u1il9xgr8n .menu-link-with-tag {
		flex-direction: column;
		align-items: start;
	}
	.fl-node-j5u1il9xgr8n .menu-link-with-tag p {
		min-width: 40%;
	}
}



/* #mega-menu {
	background-color: #6D1D6C;
}

#mega-menu a {
	color: white !important;
	padding: 14px !important;
} */
