/* Contact Form 7 styling – no classes in the form */
.contact-form {
    max-width: 100%;
}

.contact-form p {
    margin-bottom: 1.5rem; /* space between fields */
}

.contact-form label {
    display: block;
    color: #5E1F7A;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #FAF7F2;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s;
    outline: none;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #5E1F7A;
    box-shadow: 0 0 0 2px rgba(94, 31, 122, 0.2);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

/* Submit button */
.contact-form input[type="submit"] {
    width: 100%;
    padding: 1rem;
    background-color: #5E1F7A;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
	margin-top:15px;
}

.contact-form input[type="submit"]:hover {
    background-color: #4a1860;
}

/* Required field asterisk – already in the label */
.contact-form .wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.contact-form .wpcf7-response-output {
    margin: 1.5rem 0 0;
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
}

.contact-form .wpcf7-validation-errors {
    background: #fef2f2;
    border-color: #f87171;
    color: #991b1b;
}

.contact-form .wpcf7-mail-sent-ok {
    background: #f0fdf4;
    border-color: #4ade80;
    color: #166534;
}

/* Placeholder styling */
.contact-form ::-webkit-input-placeholder {
    color: #9ca3af;
}
.contact-form :-moz-placeholder {
    color: #9ca3af;
}
.contact-form ::-moz-placeholder {
    color: #9ca3af;
}
.contact-form :-ms-input-placeholder {
    color: #9ca3af;
}

.contact-form label {
    display: block;
    color: #5E1F7A;
    font-weight: 500;
    margin: 1rem 0rem;
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;
