.business-features-section {
    padding: 80px 0;
    padding-bottom: 0;
    background-color: #ecf2fd;
    overflow: hidden;
}

.business-features-section .section-title {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 0.6rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0.8rem;
    text-align: start;
    border: 1px solid #e1e2e8;
    white-space: nowrap;
    background-color: white;
    width: fit-content;
}

.feature-check {
    color: #ce8e26;
    font-size: 1rem;
    margin-right: 0.75rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.feature-item span {
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}

/* Feature Buttons */
.feature-btn {
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: auto;
    width: fit-content;
}

/* Illustration Styles */
.illustration-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
}

.illustration-container {
    position: relative;
    width: 100%;
}

.illustration-container img {
    width: 100%;
}

.app-features-section {
    margin-top: 150px;
}

/* Mobile screen Styles */
.mobile-app-screen-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-app-screen-container {
    position: relative;
    width: 100%;
    z-index: 2;
}

.mobile-app-screen-container img {
    width: 350px;
}

.hero-background-circle-wrapper {
    position: absolute;
    left: -172px;
    bottom: 0;
    width: 1000px;
    z-index: 1;
}

.hero-background-circle-wrapper img {
    position: absolute;
    left: 0 !important;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

/* Media Queries */
@media (max-width: 991.98px) {
    .business-features-section {
        margin-top: 60px;
    }

    .business-features-section .section-title {
        text-align: center !important;
    }

    .business-content {
        padding-right: 0;
        text-align: center;
    }

    .illustration-wrapper {
        margin-bottom: 3rem;
        min-height: 400px;
    }

    .illustration-container {
        max-width: 400px;
        height: 400px;
        margin-bottom: 80px;
    }

    .feature-item {
        white-space: wrap;
    }

    .app-features-section {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
        margin-top: 60px !important;
        padding-top: 30px;
        background-color: #c8ddfc;
        border-radius: 12px;
        margin: 1px;
    }

    .app-features-section .hero-ctas {
        justify-content: center;
    }

    .app-features-section .features-grid {
        justify-content: center;
    }

    .mobile-app-screen-container {
        width: unset;
    }

    .mobile-app-screen-container img {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    .business-features-section {
        padding: 60px 0;
    }

    .business-features-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        text-align: start;
    }

    .feature-item span {
        font-size: 0.8rem;
    }

    .business-features-section .feature-btn {
        width: 100%;
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

    .illustration-wrapper {
        min-height: 350px;
        margin-bottom: 0;
    }

    .illustration-container {
        max-width: 350px;
        height: 350px;
    }

    .check-mark {
        width: 40px;
        height: 40px;
        font-size: 16px;
        bottom: 40px;
        right: 120px;
    }
}
