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

#about, #services, #process, #faqs, #blogs, #contact {
	scroll-margin-top: 80px !important;
}
.elementor-field-type-recaptcha_v3 {
    width: 0% !important;
    padding: 0px !important;
}
/* Home */
 .custom-btn .elementor-button, .form-submit #submit {
     box-shadow: 7px 7px 0px 0px #8FC92E !important;
}
 .custom-btn .elementor-button:hover, .form-submit #submit:hover {
     box-shadow: none !important;
}
 .scrolled .my-header {
     background-color: #167744 !important;
     box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15) !important;
}
 .my-header .my-logo img {
     transition: 0.5s !important;
}
 .scrolled .my-header .my-logo img {
     width: 50% !important;
     transition: 0.5s !important;
}
 .my-post .elementor-post__text {
     display: flex !important;
     justify-content: space-between;
}

/* Single Post Page */
 .post-comment h2#reply-title {
     font-size: 25px !important;
}
 .post-comment label {
     color: #000 !important;
     margin-bottom: 15px !important;
}
 .comment-form-cookies-consent label {
     margin-bottom: 6px !important;
}
.nxt-pre-btns .elementor-post-navigation {
    gap: 20px !important;
}

/* Media Query */
 @media only screen and (max-width: 767px) {
     .scrolled .my-header .my-logo img {
         width: 30% !important;
    }
}