/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.footer-main .footer-blocks .footer-menu h5 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.footer-main .footer-blocks .footer-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 40px;
}

.footer-main .footer-blocks .footer-menu ul.menu li a {
    color: #FFFFFF;
}

.form-container {
    width: 100%;
    padding: 20px;
    font-family: "Poppins", Sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #d8d2de;
    color: #4d4d4d;
    font-size: 16px;
}

.form-group textarea {
    resize: none;
    height: 150px;
}

.form-action {
    text-align: center;
    position: relative;
}

.form-action input[type=submit] {
    display: inline-block;
    padding: 12px 55px;
    background-color: #4f1d55;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;

}

.form-action input[type=submit]:hover {
    background-color: #3b0855;
}
.form-container .form-action .wpcf7-spinner{
    position: absolute;
    top: 15px;
}