.badge {
    padding: 7px 13px;
    gap: 10px;
    border-radius: 50px;
    text-align: center;
}

.badge.primary {
    background: #F3EAFF;
    border: 1px solid #C5B0FF;
    color: #633ECA;
}

.hero-title {
    font-size: 48px;
    font-weight: 500;
}

.price-wrapper {
    /* Rectangle 2 */
    background: linear-gradient(156.85deg, #6D58E8 0.88%, #EC95FF 97.74%);
    border-radius: 8px;

    display: flex;
    flex-direction: column;

}

.price-wrapper.light {
    border: 1px solid #ECECEC;
    background: #fafafa !important;
}

.price-wrapper .pricing-divider {
    width: 100%;
    height: 1px;
    background-color: #CBC2FF;
    margin-top: 10px;
    margin-bottom: 35px;
    display: block;
}

.price-wrapper .pricing-divider.secondary {
    background-color: #ECECEC;
}

.price-wrapper .price-header-wrapper {
    display: grid;
    gap: 20px;
    padding: 23px;
}

.price-wrapper .price-header-wrapper .price-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.price-wrapper.light .price-header-wrapper .price-title {
    color: #000000;
}

.price-wrapper .price-header-wrapper .price-sub-title {
    font-size: 16px;
    font-weight: normal;
    color: white;
}

.price-wrapper.light .price-header-wrapper .price-sub-title {
    color: #535353;
}

.price-tab-wrapper {
    background: rgba(248, 218, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
}

.price-tab-wrapper .price-tab-button {
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    width: 50%;
    height: 33px;
    font-size: 14px;
}

.price-tab-wrapper .price-tab-button.active {
    background-color: #6D58E8;
}

.price-amount-wrapper {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.price-wrapper .price-amount-wrapper .dollar-sign, .price-wrapper .price-amount-wrapper .price-decimal {
    font-size: 16px;
    font-weight: normal;
    color: white;
    transform: translateY(10px);
}

.price-wrapper.light .price-amount-wrapper .dollar-sign, .price-wrapper.light .price-amount-wrapper .price-decimal {
    color: #000000;
}

.price-wrapper .price-amount-wrapper .price-amount {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.price-wrapper.light .price-amount-wrapper .price-amount {
    color: #000000;
}

.price-amount-wrapper .price-type {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    transform: translateY(-12px);
}

.price-wrapper.light .price-amount-wrapper .price-type {
    color: #000000;
}

.price-wrapper .pricing-feature-wrapper {
    padding: 0 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 23px;
    flex: 1;
}

.custom-feature-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-wrapper .pricing-feature-wrapper .pricing-feature-items, .custom-feature-wrapper .custom-feature-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.price-wrapper .pricing-feature-wrapper .pricing-feature-items .pricing-feature-icon, .custom-feature-items .custom-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
    color: #633ECA;
    border-radius: 50px;
    font-size: 12px;
}

.custom-feature-items .custom-feature-icon.purple {
    background-color: #CB2DFF;
    color: #ffffff;
}

.price-wrapper.light .pricing-feature-wrapper .pricing-feature-items .pricing-feature-icon {
    background-color: #999999;
    color: #ffffff;
}

.price-wrapper .pricing-feature-wrapper .pricing-feature-items .pricing-feature-title {
    color: #ffffff;
    font-size: 16px;
}

.price-wrapper.light .pricing-feature-wrapper .pricing-feature-items .pricing-feature-title {
    color: #525252;
}

.pricing-button {
    /* Rectangle 6 */
    width: 100%;
    height: 57px;

    background: #FFFFFF;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 16px;
    font-weight: 500;
}

.pricing-button.dark {
    color: #000;
    background-color: #DEDEDE;
}

.pricing-button.light {
    color: #6D58E8 !important;
}

.custom-pricing-wrapper {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 23px;
    border: 1px solid #e5e5e5;
}

.custom-pricing-wrapper .custom-pricing-title {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90.91deg, #633ECA -2.37%, #CB2DFF 100.84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.custom-button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-button-wrapper .custom-pricing-rate-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.custom-button-wrapper .custom-pricing-rate-wrapper .custom-pricing-rate {
    font-size: 20px;
    font-weight: bold;
    color: #353535;
}

.custom-button-wrapper .custom-pricing-rate-wrapper .custom-pricing-type {
    font-size: 15px;
    font-weight: 500;
    color: #939393;
}

.all-feature-title {
    width: 742px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #434343;
    text-align: center;
}

.feature-wrapper {
    display: grid;
    gap: 20px;
}

.feature-wrapper .feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

svg g[transform="matrix(0.8165983557701111,0,0,0.8165983557701111,587.6900024414062,452.1100769042969)"], svg g[transform="matrix(0.34403571486473083,0,0,0.34403571486473083,102.54764556884766,25.00000762939453)"] {
    display: none !important;
}
  

.feature-wrapper .feature-item .feature-icon {
    flex: 0 0 30px;  /* fixed width */
    height: 30px;
    border-radius: 50%;
    border: 2px solid #868686;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-wrapper .feature-item.active .feature-icon {
    border: 2px solid #C5B0FF;
    background-color: #F3EAFF;
}

.feature-wrapper .feature-item.active .feature-icon .icon {
    color: #633ECA;
}

.feature-wrapper .feature-item .feature-title {
    font-size: 15px;
    color: #424242;
    font-weight: 500;
}

.feature-wrapper .feature-item.active .feature-title {
    color: #633ECA;
}

.problem-wrapper {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.problem-wrapper .problem-body-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #F9FAFB;
    border-radius: 5px;
}

.problem-wrapper .problem-body-wrapper .problem-body-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-title {
    font-size: 12px;
    color: #727272;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon {
    width: 85px;
    height: 85px;
    background-color: #DBEAFF;
    border-radius: 8.01887px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon i{
    font-size: 35px;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon.primary {
    background-color: #DBEAFF;
    color: #165DFC;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon.warning {
    background-color: #FFF9C2;
    color: #D08800;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon.secondary {
    background-color: #E6E7EB;
    color: #4A5565;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon.success {
    background-color: #DCFCE6;
    color: #008236;
}

.problem-wrapper .problem-body-wrapper .problem-body-item .problem-body-icon.danger {
    background-color: #FFE2E3;
    color: #E7000B;
}

.problem-wrapper .problem-icon-wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.problem-wrapper .problem-icon-wrapper .problem-icon {
    background-color: #FFE2E3;
    color: #E7000B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border: 2px solid #E7000B;
}

.problem-wrapper .problem-icon-wrapper .problem-icon .fa-exclamation {
    font-size: 12px;
    font-weight: 900;
}

.problem-wrapper .problem-icon-wrapper .problem-icon-title {
    font-size: 13px;
    font-weight: bold;
    color: #E7000B;
}

.problem-wrapper .problem-title {
    font-size: 24px;
    font-weight: 500;
    color: #373737;
}

.problem-divider {
    height: 1px;
    margin: 24px 0px;
    background-color: #C7C7C7;
}

.solution-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    background-color: #F0FDF4;
    border-radius: 5px;
}

.solution-wrapper .solution-icon {
    background-color: #F0FDF4;
    color: #008236;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border: 2px solid #008236;
    flex: 1 0 auto;
}

.solution-wrapper .solution-icon i {
    font-size: 12px;
}

.solution-wrapper .solution-description-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.solution-wrapper .solution-description-wrapper .solution-title{
    color: #22B768;
    font-weight: bold;
    font-size: 13px;
}

.solution-wrapper .solution-description-wrapper .solution-description{
    font-size: 16px;
    color: #197343;
    font-weight: 500;
}

.problem-center-icon-wrapper .line-divider {
    width: 97px;
    height: 2px;
    border-radius: 10px;
}

.problem-center-icon-wrapper .line-divider.red {
    background-color: #E7000B;
}

.problem-center-icon-wrapper .line-divider.green {
    background-color: #008236;
}

.problem-center-icon-wrapper .problem-center-icon {
    width: 42px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.problem-center-icon-wrapper .problem-center-icon.red {
    border: 2px solid #E7000B;
}

.problem-center-icon-wrapper .problem-center-icon.green {
    border: 2px solid #008236;
}

/* media queries */
@media screen and (max-width: 768px) {
    .all-feature-title {
        width: 100%;
    }

    .hero-title {font-size: 40px; line-height: 1.3em;}
}