/**
 * Hubsleek - Contact Page Scoped Styles
 * Only applies to .kadence-form-_contact_form
 */

/*Label */
.kadence-form-_contact_form label,
.kadence-form-_contact_form label {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    color: #12181B !important;
    opacity: 1 !important;
}

/* Input Placeholders */
.kadence-form-_contact_form input::placeholder,
.kadence-form-_contact_form textarea::placeholder {
    font-family: 'Archivo', sans-serif !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    color: #12181BA3 !important;
    opacity: 1 !important;
}

.kadence-form-_contact_form input,
.kadence-form-_contact_form textarea,
.kadence-form-_contact_form select {
    background: #FBFAF7 !important;
    border-radius: 8px !important;
}

/* Select Dropdown Styling */
.kadence-form-_contact_form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2312181B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    cursor: pointer !important;
    font-size: 14px !important;
    padding: 8px 12px 8px 12px !important;
}

/* Input Fields Font family */
.kadence-form-_contact_form .kb-field {
    font-family: 'Archivo', sans-serif !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    padding: 8px 12px 8px 12px !important;
}

/* Primary Button Styling */
.kadence-form-_contact_form .kb-forms-submit {
    font-family: 'Archivo', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 14px 28px !important;
    background-color: #0A4F44 !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 8px !important;
    transition: background-color 0.2s ease, transform 0.1s ease !important;
    cursor: pointer !important;
    width: 100% !important;
}

.kadence-form-_contact_form .kb-forms-submit:hover {
    background-color: #0E6B5C !important;
    color: #FFFFFF !important;
}

.kadence-column_contact_img_col>.kt-inside-inner-col {
    justify-content: end !important;
}