.footer-form-section {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1000000;
justify-content: center;
align-items: center;
}
.footer-form-section .elementor-container {
height: 100%;
}
.footer-form-column {
height: 100%;
overflow: auto;
}
.footer-form {
background-color: #171717;
padding: 25px;
border-radius: 8px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
max-width: 500px;
width: 90%;
animation: fadeIn 0.3s ease-out;
position: relative;
}
.footer-form h3 {
color: white;
text-align: center;
}
.footer-form-close-wrapper {
position: absolute;
width: 95%;
display: flex;
justify-content: flex-end;
}
.footer-form-open {
display: block;
}
#pxl-footer-elementor .container {
z-index: 1000;
}
.footer-form a {
color: var(--link-color-hover);
}
.contact-us-form a {
color: var(--link-color-hover);
}
.contact-us-form span.mc4wp-checkbox-contact-form-7 {
margin: 0 0 0 1em;
}