/* Business Space Section */
.business-space {
    position: relative;
    padding: 150px 0;
    background-image: url('../assest/img/Rectangle\ 3\ \(11\).png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.business-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(44, 44, 44, 0.7)); */
}

.business-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}

.business-label {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 500;
}

.business-content h2 {
    margin-bottom: 30px;
    line-height: 1.2;
    color: var(--white);
}

.business-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
     color: linear-gradient(135deg, rgba(26, 26, 26, 0.8), rgba(44, 44, 44, 0.7));
}

.business-space .btn-outline {
    padding: 15px 40px;
    border-width: 2px;
}