/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: This is a child theme of Hello Elementor, customized by Pratapsinh Parmar.
Author: Pratapsinh Parmar
Author URI: https://pratapsinhparmar.com/
Version: 1.0
*/


/* If Elementor Active = AOS Animation Disable */
.elementor-editor-active [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}
.elementor-editor-active [data-aos^="fade"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}


/* Contact Form 7 message height set */
.wpcf7 #message {
    height: 100px;
}
.wpcf7 .theme-btn.wpcf7-submit {
    font-weight: bold;
    padding: 17px 30px;
    position: relative;
    display: inline-block;
    color: var(--bs-white);
    text-transform: capitalize;
}
.wpcf7 .theme-btn.wpcf7-submit::before {
    content: none;
}
.wpcf7 .wpcf7-spinner {
    margin: -7px 24px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    border: 1px solid;
    border-radius: var(--bs-border-radius);
}


/* <a> tag for SEO  */
.visually-hidden {
    position: absolute;
    width: 0px;
    font-size: 0;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}