/* ===============================
   Location Modal – Professional Style
================================= */

#locationModal .modal-content {
    border-radius: 20px;
    border: none;
    padding: 10px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

#locationModal .modal-header {
    border-bottom: none;
    text-align: center;
    justify-content: center;
    position: relative;
}

#locationModal .modal-title {
    font-weight: 600;
    color: #003366;
    font-size: 22px;
}

#locationModal .modal-header .close,
#locationModal .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f2f5f9;
    border-radius: 50%;
    padding: 6px 10px;
    font-size: 18px;
}

#locationModal .modal-body p {
    font-size: 14px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
}

#locationModal iframe {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}