/* 
Theme Name: TOCA Health
Theme URI: https://themes.envytheme.com/mizo/
Description: A lightweight custom child theme developed exclusively for TOCA Health with tailored layouts, custom post types, responsive design, and advanced UI animations for scalable healthcare experiences.
Author: Hot Coffee Media
Author URI: https://hotcoffeemedia.com/
Template: hello-elementor
Version: 2.0.3
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 **/

/*Fade Text Effect*/
.fade-text {
  display: inline-block;
  overflow: hidden;
}

.fade-text .char {
  display: inline-block;
  opacity: 0;
}

/*Elementor Button Float Animation*/
.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    transform: translateY(-3px);
}
