/* ===================================
   LOCATION MODAL
=================================== */

#locationModal .modal-dialog {
    max-width: 700px;
}

.location-modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

#locationModal .modal-header {
    background: #003366;
    color: #fff;
    border-bottom: none;
}

#locationModal .modal-title {
    font-size: 22px;
    font-weight: 600;
}

#locationModal .modal-body {
    padding: 25px;
}

.location-address {
    text-align: center;
    margin-bottom: 20px;
}

.location-address strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #003366;
}

.location-address p {
    margin: 0;
    color: #666;
}

#locationModal iframe {
    width: 100%;
    height: 380px;
    border: none;
    border-radius: 12px;
}

.location-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.location-actions .btn {
    flex: 1;
    border-radius: 30px;
    padding: 12px;
    font-weight: 600;
}

.btn-google {
    background: #4285f4;
    color: #fff;
}

.btn-pathao {
    background: #00b14f;
    color: #fff;
}

.btn-uber {
    background: #000;
    color: #fff;
}

.location-actions .btn:hover {
    opacity: 0.9;
    color: #fff;
}
