#ground-services-popup .modal-dialog {
	margin: auto;
    max-width: 950px;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

#ground-services-popup .modal-content {
    overflow: hidden;
	border-radius: 16px;
}

#ground-services-popup .modal-body {
	padding: 0px;
}

#ground-services-popup .modal-body #modal-close-btn {
	position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50%;
}

#ground-services-popup .modal-body #modal-close-btn .close-icon {
	width: 25px;
    height: 25px;
}

#ground-services-popup .modal-body .popup-img {
	width: 100%;
}

#ground-services-popup .popup-text-overlay {
	position: absolute;
    z-index: 1000;
    top: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
}

#ground-services-popup .popup-text-overlay .text-overlay-item {
    color: white;
    width: 80%;
    container-type: inline-size;
}

#ground-services-popup .popup-text-overlay p {
	color: white;
    font-size: 2cqw;
    margin-bottom: 1em;
}