/*
Theme Name: Bhangarikaka Theme
Template: hello-elementor
Author: Your Name
Version: 1.0.0
Description: Child theme for Hello Elementor
*/

/* @import url("../hello-elementor/style.css"); */

/* Add your custom CSS below */

.wpcf7-form.submitting button[type="submit"],
.wpcf7-form.submitting input[type="submit"] {
    pointer-events: none;
    cursor: not-allowed;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}