/* 
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 */

.image-rotate {
    animation: rotation infinite 14s linear;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.under-maintenance-cf7-form-area{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.under-maintenance-cf7-form-area .form-field-wrapper p{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}
.under-maintenance-cf7-form-area span.wpcf7-form-control-wrap {
    width: 100%;
}
.under-maintenance-cf7-form-area p{
    margin: 0px auto;
}

.under-maintenance-cf7-form-area .contact-input, .under-maintenance-cf7-form-area .contact-textarea{
    padding: 15px 20px 15px 20px;
    border-radius: 15px;
    color: #5D666F;
    background-color: #F7F7F7;
    width: 100%;
    border: 1px solid transparent;
    margin-bottom: 20px;
}

.under-maintenance-cf7-form-area .contact-submit{
    padding: 17px 30px 17px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 15px;
    background-color: #0976a7 !important;
    border: 1px solid #0976a7 !important;
    color: #fff;
}
.under-maintenance-cf7-form-area .contact-submit:hover{
    background-color: #FAAD19 !important;
    border: 1px solid #FAAD19 !important;
    cursor: pointer;
}

.under-maintenance-cf7-form-area br{
    display: none;
}
.under-maintenance-cf7-form-area .wpcf7-spinner{
    display: none;
}

@media (max-width: 991px){
    .under-maintenance-cf7-form-area{
        gap: 10px;
    }
    .under-maintenance-cf7-form-area .form-field-wrapper p{
        flex-direction: column;
        gap: 10px;
    }
    .under-maintenance-cf7-form-area .contact-input{
        margin-bottom: 0px;
    }
}