/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Team Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.interaction-card h6 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.interaction-card:hover h6 {
    opacity: 1;
    visibility: visible;
}

label.wpforms-field-label {
    margin-bottom: 12px !important;
}

input.wpforms-field-large,
input.wpforms-field-medium {
    height: 40px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    padding: 8px 12px !important;
}

textarea.wpforms-field-medium{
    border-radius: 6px !important;
    font-size: 18px !important;
    padding: 8px 12px !important;
}

Button.wpforms-submit{
    font-family: var(--e-global-typography-1cccd68-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-1cccd68-font-size) !important;
    font-weight: var(--e-global-typography-1cccd68-font-weight) !important;
    line-height: var(--e-global-typography-1cccd68-line-height) !important;
    letter-spacing: var(--e-global-typography-1cccd68-letter-spacing) !important;
    word-spacing: var(--e-global-typography-1cccd68-word-spacing) !important;
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #FFC5AF 0%, var(--e-global-color-9fd14d4) 61.82%) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25098039215686274) !important;
    border-radius: 8px 8px 8px 8px !important;
    padding: 8px 16px 8px 16px !important;
}