/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Fix overlapping z-index for the hero section so the chatbot sits on top of subsequent sections */
.home .fusion-builder-container:first-of-type {
    z-index: 99 !important;
    position: relative !important;
}