.elementor-41 .elementor-element.elementor-element-b6ef009{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-41 .elementor-element.elementor-element-af88158{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-af88158 */.welcome {
    padding: 80px 20px;
    background-color: #f8fafc; /* light clean background */
    text-align: center;
}

.welcome-container {
    max-width: 800px;
    margin: 0 auto;
}

.welcome-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.welcome-text {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

.welcome-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s ease;
}

.welcome-btn:hover {
    background-color: #1e40af;
}

/* Responsive */
@media (max-width: 768px) {
    .welcome-title {
        font-size: 26px;
    }

    .welcome-text {
        font-size: 14px;
    }
}/* End custom CSS */