/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor. Safe place for your customizations: CSS, hooks, templates.
 Author: Your Name or Company
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Place your custom CSS below */

.page-header {
    display: none;
}

.wpforms-container {
    margin-bottom: 0 !important;
    font-family: "Victor Mono", Sans-serif !important;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
    margin-bottom: 12px !important;
}

.wpforms-container .wpforms-submit {
    background-color: transparent;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    fill: #FFFFFF;
    color: #FFFFFF;
    transition-duration: 0.5s;
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
}

.wpforms-container .wpforms-field input {
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
}

.wpforms-container .wpforms-field textarea {
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
}

.wpforms-container .wpforms-field select {
    padding: 16px 32px 16px 32px !important;
    height: 100% !important;
}

.service-card {
    cursor: pointer;
}

.service-card .h-hover {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.service-card:hover .h-hover {
    max-height: 100%;
}

#site-footer {
    display:none;
}