/*
Theme Name: Hello Biz Child
Theme URI: https://example.com
Description: Child theme for Hello Biz
Author: Your Name
Template: hello-biz
Version: 1.0.0
Text Domain: hello-biz-child
*/


header {
    transition: all 0.3s ease;
}

header.header-background {
    background-color: black;
}

.elementor-flip-box{
    border-radius: 20px;
   
}

.elementor-flip-box__front .elementor-flip-box__layer__inner h3{
    padding: 10px 20px;
    background-color: var( --e-global-color-accent );
    display: inline-block;
    border-radius: 20px;

    
}