/* Email Form Styles */
.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.mail-input input.error {
    border-color: #dc3545;
}

.success-message {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    margin: 20px auto;
    padding: 20px;
    background: transparent;
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
