.imageare-pop {
	position: relative;
}
.popinner-cont-area {
	padding: 30px 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}
.modal {
	background: unset;
	backdrop-filter: unset;
	background-color: rgba(0, 0, 0, 0.4) /* darker transparent grey */
}
.imageare-pop img.popup-dash {
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
/* Modal content styling */
.custom-modal .modal-content {
	border-radius: 16px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 680px;
	margin: auto;
	background: #F5F6F7;
	border: none;
	padding-top: 40px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5); /* strong dark shadow */
}
/* Left image */
.custom-modal .modal-left {
	flex: 1;
}
.custom-modal .modal-left img {
	width: 100%;
	border-radius: 8px;
}
/* Right content */
.custom-modal .modal-right {
	flex: 2;
	padding-left: 25px;
}
.custom-modal .modal-title {
	font-size: 36px;
	font-weight: 900;
	font-family: 'Inter';
}
.custom-modal .modal-text {
	margin: 0px;
	font-size: 24px;
	color: #2e3a59;
	font-family: 'Inter';
}
.custom-modal .btn-download {
	margin-top: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 6px 18px;
}
.custom-modal .btn-download:hover {
	background-color: #0056b3;
}
.custom-modal .btn-close, .custom-modal .btn-close:focus, .custom-modal .btn-close:hover {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none !important;
	border: none !important;
	font-size: 1.5rem;
	outline: none !important;
	box-shadow: none !important;
}
.popup-dash-mobile {
	display: none;
}
 @media screen and (max-width:991.98px) {
.popup-dash-desktop {
	display: none;
}
.popup-dash-mobile {
	display: block;
	width: 72%;
	margin-top: 50px;
	margin: 0px auto;
	margin-top: 30px;
}
.popinner-cont-area {
	text-align: center;
}
}
 @media screen and (max-width:600.98px) {
.custom-modal .modal-title {
	font-size: 25px;
}
.custom-modal .modal-text {
	margin: 0px;
	font-size: 18px;
}
}
