/*
 Theme Name:   Hello Elementor Child Theme
 Template:     hello-elementor
 Author:       Your Name
 Version:      1.0
 Description:  A child theme for the parent theme
*/

#modal{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(0,0,0,0.85);
}
#modal:not(.modal-active){display: none;}

#modal-close{
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 44px;
    right: 44px;
}

#modal-form label{color: #fff;}
#modal-form form{max-width: 376px;}
#modal-form .wpcf7-response-output{display: none; color: #fff;}
#modal-form textarea{max-height: 112px;}

body.overflow-hidden{overflow: hidden;}

.flex{display: flex}
.justify-center{justify-content: center;}
.align-center{align-items: center;}

.h-full{height: 100%}