.business-landing-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
    background: #FAFAFA;
}

.business-landing-body {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.navigation-pill {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 40px;
    border: 1px solid var(--Zinc-400, #A1A1AA);
    cursor: pointer;
}

.navigation-pill:hover {
    border: 1px solid #52525B;
}

.navigation-pill:hover span {
    color: #52525B !important;
}

.navigation-pill span {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.navigation-pill img {
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
}

.business-hero-left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.business-hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business-hero-text h1 {
    color: #18181B;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.36px;
}

.business-hero-text p {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.business-hero-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1120px;
    gap: 20px;
}

.business-hero-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.business-page-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.business-page-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.business-page-header span {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #3F3F46;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 40px;
    background: #F4F4F5;
    width: fit-content;
}

.business-page-header p {
    color: #18181B;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.28px;
}

.business-solutions-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-solutions-list a.disabled-card {
    cursor: not-allowed;
}

.business-solutions-list li a {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    width: 380px;
    min-width: 200px;
    padding: 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border: 1px solid transparent;
}

.business-solutions-list li a:hover {
    border: 1px solid #2DC653;

}

.business-solutions-list li a:hover .explore-now-action {
    background: #E6FAEB;
    color: #155D27;
}

.business-solutions-list li a:hover .business-solution-info figure {
    background: #E6FAEB;
}


.business-solutions-list li a:hover .business-solution-info figure svg {
    color: #155D27 !important;
}

.business-solution-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.business-solution-info span {
    color: #18181B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.business-solution-info figure {
    margin: 0;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 20px;
    align-items: center;
    border-radius: 10px;
    background: #F4F4F5;
}

.business-solution-info figure svg {
    min-width: 25px;
    height: 25px;
    color: #18181B;
}

.explore-now-action {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    border-radius: 5px;
    background: #F4F4F5;
    color: #18181B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
}

.business-deliverable-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.business-deliverable-list li {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.business-deliverable-list li.active {
    color: #2DC653;
    background: #FFF;
}

.business-deliverable-list li:hover {
    color: #2DC653;
    background: #FFF;
}

.business-deliverable-info {
    display: flex;
    gap: 20px;
}

.business-deliverable-right {
    margin: 0;
}

.business-deliverable-right .toggle-image-section {
    height: 450px;
    width: 380px;
}


.business-deliverable-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px;

}

.business-deliverable-left p {
    color: #18181B;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.business-deliverable-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.business-deliverable-item {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

.business-deliverable-item span {
    color: #71717A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.business-deliverable-item figure {
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-deliverable-item figure img {
    width: 15px;
    height: 15px;
}

.frequently-asked-question-header {
    justify-content: center;
}

.frequently-asked-question-title {
    text-align: center;
    font-size: 28px !important;
    line-height: 40px !important;
    letter-spacing: -0.28px;
}

.mob-navigation-pill {
    display: none;
}

.disabled-btn {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    border-radius: 5px;
    background: #F4F4F5;
    color: #18181B;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.07px;
    opacity: 0.5;
}

@media screen and (max-width: 600px) {
    .business-hero-content {
        flex-direction: column-reverse;
    }

    .business-landing-content {
        padding: 20px;
    }

    .business-hero-left {
        gap: 20px;
    }

    .business-hero-text {
        text-align: center;
        gap: 5px;
    }

    .business-hero-text h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .business-hero-text p {
        font-size: 12px;
    }

    .business-hero-buttons {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .business-hero-buttons a {
        width: 80%;
    }

    .business-hero-right img {
        width: 100%;
    }

    .business-page-header span {
        font-size: 12px;
        padding: 7.5px 15px;
    }

    .business-page-header p {
        font-size: 18px;
        line-height: 25px;
    }

    .business-solution-info {
        padding: 10px;
    }

    .business-solution-info span {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.032px;
    }

    .business-solution-info figure {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .business-solution-info figure svg {
        min-width: 20px;
        height: 20px;
    }

    .business-deliverable-list {
        overflow-y: scroll;
        white-space: nowrap;
        width: 100%;
        scrollbar-width: none;
        justify-content: flex-start;
    }

    .business-deliverable-info {
        flex-direction: column;
        gap: 20px;
    }

    .business-deliverable-right img {
        width: 100%;
    }

    .business-deliverable-right .toggle-image-section {
        width: 100%;
        height: 100%;
    }

    .mobile-column-reverse {
        flex-direction: column-reverse !important;
    }

    .web-navigation-pill {
        display: none;
    }

    .mob-navigation-pill {
        display: flex;
    }

    .business-deliverable-left p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.032px;
    }

    .business-deliverable-item span {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.06px;

    }

    .mob-navigation-pill {
        padding: 7.5px 15px;
        margin: auto;
    }

    .mob-navigation-pill span {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.06px;
    }

    .mob-navigation-pill img {
        width: 12px;
        height: 12px;
    }

}