/* custom.css */
/* आपला स्वतःचा स्टाईल किंवा Bootstrap overrides इथे टाका */

body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.form-section {
    background: #fff;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    border: none;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    color: #fff;
}

.table th, .table td {
    vertical-align: middle !important;
}

.alert-custom {
    background: #f5f5f5;
    border-left: 4px solid #007bff;
    color: #222;
}