.btn:disabled {
    background-color: #ccc;
    color: #888;
    border-color: #ccc;
    cursor: not-allowed;
}

#connect-with-us {
    padding: 20px 0;
    background-color: #f9f9f9;
}

#connect-with-us h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

#connect-with-us p {
    font-size: 16px;
    margin-bottom: 30px;
}

.g-recaptcha {
    display: inline-block;
    margin-bottom: 20px;
}

/* Placeholder color styling */
.input-block-level::placeholder {
    color: #ccc; /* Light gray for contrast */
    background-color: #fff; /* White background for placeholders */
}

.text-danger {
    color: red; /* Ensure the message is red */
}

.d-none {
    display: none;
}

.mt-2 {
    margin-top: 0.5rem; /* Add a little spacing between reCAPTCHA and error message */
}
