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

/* Add your custom styles here */


.schedule-hover-btn .elementor-button-text { display: inline-block; transition: transform 0.3s ease, text-shadow 0.3s ease; }
.ls-hover .elementor-button:hover .elementor-button-text{transform: translateY(3px);}
.schedule-hover-btn .temp-shadow { transform: translateY(3px); text-shadow: 0 2.5px 0 rgba(0, 0, 0, 0.2); }
.btn-bg-hover .elementor-button { position: relative; overflow: hidden; z-index: 0; }
.btn-bg-hover .elementor-button::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); width: 0; height: 0; border-radius:50%; 
background: rgba(0, 0, 0, 0.15); transition: width 0.2s ease, height 0.2s ease;z-index: -1;}
.btn-bg-hover .elementor-button:hover::after { width: 180%; height: 250%;}

@media screen and (max-width: 500px){
.scroll_container .iconbox .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important
}
}