#map {
    height: 500px !important;
    width: 100%;
    margin-top: 30px;
    border-radius: 16px;
}
body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    background: #f4f6f9;
}

/* Modern Card */
.card {
    border: none;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Header strip */
.card-body {
    padding: 20px;
}

    /* User Info Styling */
    .card-body strong {
        color: #495057;
        font-weight: 600;
    }

    .card-body div {
        font-size: 14px;
        margin-bottom: 6px;
        color: #6c757d;
    }

/* Modern Buttons */
.btn-custom {
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s ease;
    border: none;
}

/* Map */
.btn-map {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
}

    .btn-map:hover {
        transform: translateY(-2px);
    }

/* Directions */
.btn-directions {
    background: linear-gradient(135deg, #2193b0, #6dd5ed);
    color: white;
}

    .btn-directions:hover {
        transform: translateY(-2px);
    }

/* MP Payment Button */
.btn-success {
    background: linear-gradient(135deg, #11998e, #38ef7d);
    border: none;
}

/* Emergency List */
.list-group-item {
    border: none;
    background: #f8f9fb;
    margin-bottom: 6px;
    border-radius: 10px;
    font-size: 13px;
}

    .list-group-item a {
        font-weight: 600;
        text-decoration: none;
    }

/* QR Section */
.qr-section {
    background: #f9fafc;
    padding: 15px;
    border-radius: 16px;
}

    .qr-section img {
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    }

    /* UPI Title */
    .qr-section h6 {
        font-weight: 700;
    }

    /* UPI Buttons */
    .qr-section .btn {
        border-radius: 25px;
        font-size: 12px;
        padding: 6px 14px;
    }

/* Divider */
hr {
    opacity: 0.1;
}
.user-header h6 {
    font-size: 16px;
}

.user-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 10px;
}

.info-box {
    background: #f4f6fa;
    padding: 10px;
    border-radius: 12px;
    font-size: 13px;
}

    .info-box span {
        display: block;
        font-size: 12px;
        color: #6c757d;
    }

    .info-box strong {
        font-size: 14px;
        color: #212529;
    }

.mp-payment {
    background: linear-gradient(135deg, #1d976c, #93f9b9);
    padding: 12px;
    border-radius: 14px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mp-payment .btn {
        background: white;
        color: #1d976c;
        border-radius: 20px;
        font-size: 12px;
    }

.action-buttons {
    display: flex;
    gap: 10px;
}

.action-map {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
    border-radius: 30px;
    flex: 1;
    font-size: 13px;
}

.action-direction {
    background: linear-gradient(135deg, #2193b0, #6dd5ed);
    color: white;
    border-radius: 30px;
    flex: 1;
    font-size: 13px;
}
.desktop-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

    .desktop-card:hover {
        transform: translateY(-4px);
    }

.desktop-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    gap: 20px;
}

.desktop-col {
    display: flex;
    flex-direction: column;
}

    .desktop-col .label {
        font-size: 12px;
        color: #6c757d;
    }

    .desktop-col strong {
        font-size: 14px;
        color: #212529;
    }

.desktop-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.action-map {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
    border-radius: 30px;
    padding: 8px 14px;
}

.action-direction {
    background: linear-gradient(135deg, #2193b0, #6dd5ed);
    color: white;
    border-radius: 30px;
    padding: 8px 14px;
}

.action-qr {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
    color: white;
    border-radius: 30px;
    padding: 8px 14px;
}
.helpline-box {
    background: #f8f9fb;
    padding: 15px;
    border-radius: 14px;
}

.helpline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    font-size: 13px;
}

    .helpline-grid a {
        text-decoration: none;
        font-weight: 600;
    }

.qr-section {
    background: #f9fafc;
    padding: 15px;
    border-radius: 16px;
}

.mp-payment {
    background: linear-gradient(135deg, #1d976c, #93f9b9);
    padding: 12px;
    border-radius: 14px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-outline-danger {
    border-radius: 12px;
    font-weight: 600;
}

.collapse .list-group-item {
    border-radius: 10px;
    margin-bottom: 6px;
}