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

body,
button,
input,
select,
textarea,
p,
li,
a {
  font-family: "Raleway", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Allura", cursive;
}

.elementor-field-option:has(input[type="radio"]){
flex-basis:unset!important;}

.elementor-field-subgroup:has(input[type="radio"]){
    gap:20px;
}


.page-header .entry-title{
    display:none;
}

/* Styles for the rolling number animation */
.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Add any font styling you need here, for example: */
    /* font-size: 3rem; */
    /* font-weight: bold; */
    /* color: #333; */
}

.digit-window {
    /* This height is set dynamically by the script */
    overflow: hidden; /* This creates the "window" effect */
}

.digit-reel {
    /* A bouncy transition for a more playful effect */
    transition: transform 2.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.digit-reel > span {
    /* Height is set by the script to match the window */
    display: flex;
    align-items: center;
    justify-content: center;
}

