/* 
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.hov-div:hover .hov-txt {
    color: #fff;
}


.wpcf7-form {
    width: 514px;
}


.wpcf7-form label {
    color: #FFF;
    
    font-family: Caudex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    display: block;
    margin-bottom: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    width: 100%;
    height: 48px;
    background: rgba(255, 255, 255, 0.20);
    border: none;
    border-radius: 0px;
    padding: 0 12px;
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
}

.wpcf7-form textarea {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.20);
    border: none;
    border-radius: 0px;
    padding: 12px;
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    resize: none;
}

.wpcf7-form ::placeholder {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    opacity: 1;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
}

.wpcf7-form input[type="submit"] {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    background: #FFF;
    border: none;
    border-radius: 0;
    cursor: pointer;

    color: #C71C1E;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}

@media (max-width: 768px) {
    .wpcf7-form {
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea,
    .wpcf7-form input[type="submit"] {
        width: 100%;
    }
}


@media (max-width: 480px) {
    .wpcf7-form {
        padding: 0 12px;
    }

    .wpcf7-form label {
        font-size: 15px;
    }

    .wpcf7-form input[type="submit"] {
        font-size: 16px;
    }
}


