.contact-section input::placeholder,
.contact-section textarea::placeholder {
    color: #9ca3af;
}

.contact-section .form-control {
    color: #0f172a;
}

.contact-section .help-block {
    color: #dc3545;
    font-size: 0.9rem;
    display: block;
    margin-top: 4px;
}
.get-in-touch-body .help-block {
    color: #dc3545;
    font-size: 0.9rem;
    display: block;
    margin-top: 4px;
}

#contact-form {
    scroll-margin-top: 140px;
}

.contact-section .alert {
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid transparent;
}

.contact-section .alert-success {
    background: #e8f5e9;
    color: #1b5e20;
    border-color: #c8e6c9;
}

.contact-section .alert-danger,
.contact-section .alert-error {
    background: #fdecea;
    color: #b71c1c;
    border-color: #f5c6cb;
}

.contact-section .alert-info {
    background: #e8f1ff;
    color: #0f3d91;
    border-color: #cdddfb;
}

.contact-section .alert {
    margin-bottom: 12px;
}

.contact-section .alert-danger,
.get-in-touch-body .alert-danger {
    background: #fdecea;
    border-color: #f5c6cb;
    color: #b71c1c;
}

.contact-section .alert-success,
.get-in-touch-body .alert-success {
    background: #e8f5e9;
    border-color: #c8e6c9;
    color: #1b5e20;
}

.contact-section .alert-info,
.get-in-touch-body .alert-info {
    background: #e8f1ff;
    border-color: #cdddfb;
    color: #0f3d91;
}
