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

/* Welcome Text Box Styles */
.welcome-text-box-container {
    max-width: 1200px;
    margin: 2em auto;
    padding: 0 20px;
}

.welcome-text-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 2em;
    text-align: center;
}

.welcome-title {
    color: #333333;
    font-size: 2em;
    margin-bottom: 1em;
}

.welcome-text-box p {
    color: #666666;
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 1em;
}