
.popup__form .modal {
    position: relative;
    max-width: 380px;
    background: #fff;
    border-radius: 10px;
    padding-block: 20px;
    /* Centering changes */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



    .popup__form .modal h4 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-inline: 20px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 20px;
        color: #091e42;
    }

        .popup__form .modal h4 span {
            line-height: 26px;
        }

        .popup__form .modal h4 .close__modal {
            position: static;
        }

    .popup__form .modal form {
        padding-inline: 20px;
    }

    .popup__form .modal .input__field {
        margin-bottom: 10px;
    }

        .popup__form .modal .input__field input {
            border: 1px solid #ddd;
            width: 100%;
            padding: 20px;
            height: 35px;
            border-radius: 4px;
            padding-inline: 10px;
        }


            .popup__form .modal .input__field input[type="number"] {
                -webkit-appearance: none;
                margin: 0;
                -moz-appearance: textfield;
            }

                .popup__form
                .modal
                .input__field
                input[type="number"]::-webkit-outer-spin-button,
                .popup__form
                .modal
                .input__field
                input[type="number"]::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }

    .popup__form .modal .email__text__field {
        position: relative;
    }

    .popup__form .modal #email__field {
        padding-right: 40px;
    }

    .popup__form .modal .input__field .verify__email {
        position: absolute;
        top: 8px;
        right: 10px;
        background: #f0f9ff;
        padding: 4px 12px;
        font-size: 12px;
        border-radius: 4px;
        color: #002c61;
        z-index: 10;
        cursor: pointer;
    }

.popup__form {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* semi-transparent backdrop */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

    .popup__form.show {
        display: flex;
    }

.crm__banner__section .grid__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.crm__banner__section h1 {
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}

    .crm__banner__section h1 span {
        display: inline-block;
        position: relative;
        color: #fff;
        z-index: 2;
        padding: 0 10px;
        margin-block: 10px;
        font-size: 60px;
    }

        .crm__banner__section h1 span::after {
            position: absolute;
            left: -10px;
            right: -10px;
            height: 100%;
            background-color: #05379A;
            z-index: -1;
            border-radius: 12px;
            content: "";
            overflow: hidden;
            visibility: visible;
            width: calc(100% + 20px);
            transition: width 1s ease;
            top: 0;
            transform-origin: top left;
        }

.crm__banner__section p {
    font-size: 24px;
    font-weight: 500;
    color: #0c043f;
    margin-bottom: 40px;
    display: inline-block;
    line-height: 1.4;
}

.crm__banner__section .sign__up__crm {
    display: block;
    width: max-content;
    height: 60px;
    background-color: #05379A;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: all .3s ease;
    border-radius: 10px;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 24px;
}

    .crm__banner__section .sign__up__crm::before {
        transition: .3s ease;
        background-color: #587dfe;
        position: absolute;
        content: "";
        width: 100%;
        z-index: -1;
        bottom: 0;
        height: 0;
        left: 0;
    }

    .crm__banner__section .sign__up__crm:hover {
        opacity: .99;
    }

        .crm__banner__section .sign__up__crm:hover:before {
            height: 100%;
        }

.crm__banner__section .image img {
    width: 100%;
}

.crm__banner__section img {
    width: 100%;
    margin-inline: auto;
}

.crm__package__section .heading__block {
    margin-bottom: 40px;
}

    .crm__package__section .heading__block .title {
        font-size: 42px;
        text-align: center;
        color: #000;
        justify-content: center;
        margin-bottom: 6px;
        line-height: 1;
    }

    .crm__package__section .heading__block p {
        font-size: 15px;
        text-align: center;
        max-width: 66%;
        margin-inline: auto;
    }

    .crm__package__section .heading__block .title::before {
        display: none;
    }

.crm__package__section .tab__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm__package__section .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    position: relative;
    display: inline-flex;
    padding: 8px;
    margin-bottom: 80px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 10px 30px #0c043f14;
    border: 1px solid #d5dfff;
}

    .crm__package__section .tab button {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .5px;
        z-index: 1;
        min-width: 100px;
        line-height: 40px;
        cursor: pointer;
        border-radius: 30px;
        padding-inline: 24px;
        background: transparent;
        transition: transform 0.25s ease-in-out;
    }

        .crm__package__section .tab button.active {
            background: #005AFF;
            color: #fff;
            border-radius: 30px;
        }

.crm__package__section .tabcontent {
    display: none;
}

.crm__package__section .grid__row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

.crm__package__section .package__box {
    border: 1px solid #d5dfff;
    padding: 30px 20px;
    border-radius: 10px;
}

    .crm__package__section .package__box:hover {
        box-shadow: 0 2px 15px #00000026;
        transition: .2s ease-in-out;
    }

    .crm__package__section .package__box.recommended {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 2px solid #8c85ff;
        position: relative;
    }

        .crm__package__section .package__box.recommended .recommended__tag {
            background: #673DE6;
            color: #fff;
            padding: 12px;
            text-transform: uppercase;
            font-weight: 600;
            text-align: center;
            position: absolute;
            top: -48px;
            overflow: hidden;
            left: -2px;
            width: calc(100% + 4px);
            border-radius: 4px 4px 0 0;
        }

    .crm__package__section .package__box .user__count {
        font-weight: 600;
    }

    .crm__package__section .package__box .discount {
        padding-block: 12px;
        display: flex;
        gap: 12px;
        align-items: center;
        min-height: 52px;
    }

        .crm__package__section .package__box .discount .discounted__price {
            color: #727586;
            text-decoration: line-through;
            font-size: 13px;
            font-weight: 300;
        }

        .crm__package__section .package__box .discount span.discount__percentage {
            background-color: #d5dfff99;
            color: #2f1c6a;
            border-radius: 20px;
            display: inline-block;
            padding: 4px 12px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
        }

    .crm__package__section .package__box .package__price {
        font-size: 48px;
        color: #2f1c6a;
        font-weight: 500;
        margin-block: 12px 8px;
        line-height: 1;
    }

    .crm__package__section .package__box .gst__tag {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .crm__package__section .package__box .package__price span {
        font-size: 16px;
    }

    .crm__package__section .package__box .buy__plan {
        color: #673de6;
        font-weight: 600;
        align-items: center;
        background-color: transparent;
        border: 2px solid #673DE6;
        border-radius: 8px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        line-height: 1;
        min-height: 48px;
        padding: 12px 48px;
        position: relative;
        text-align: center;
        transition: .3s ease-in-out;
        transition-property: color, width, background-color;
    }

        .crm__package__section .package__box .buy__plan::before {
            transition: .3s ease;
            background-color: #587dfe;
            position: absolute;
            content: "";
            width: 100%;
            z-index: -1;
            bottom: 0;
            height: 0;
            left: 0;
        }

        .crm__package__section .package__box .buy__plan:hover {
            opacity: .99;
            color: #fff;
        }

    .crm__package__section .package__box.recommended .buy__plan:hover {
        opacity: 1;
    }

    .crm__package__section .package__box .buy__plan:hover:before {
        height: 100%;
    }

    .crm__package__section .package__box.recommended .buy__plan {
        background: #673DE6;
        color: #fff;
    }

.crm__package__section .plan__features button {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-block: 32px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d5dfff;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

    .crm__package__section .plan__features button svg {
        width: 16px;
    }

.crm__package__section .features__list li {
    display: flex;
    gap: 6px;
    font-size: 14px;
    color: #666;
    align-items: center;
    font-weight: 300;
    line-height: 24px;
}

    .crm__package__section .features__list li svg {
        width: 18px;
    }

        .crm__package__section .features__list li svg path {
            fill: #1BC13F;
        }

.crm__task__management .grid__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    padding-top: 60px;
}

.crm__task__management__accordion__list h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: left;
}

    .crm__task__management__accordion__list h3 ~ p {
        font-size: 15px;
        color: #666;
        margin-bottom: 24px;
    }

.crm__task__management__accordion__list .flex__row {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.crm__task__management__accordion__list .icon {
    background: #05379a;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crm__task__management__accordion__list .flex__row p {
    font-size: 20px;
    text-transform: uppercase;
    color: #05379a;
}

.crm__task__management__accordion__list .icon img {
    width: 16px;
    height: 16px;
}

.crm__task__management__accordion__list .accordion__item {
    border-bottom: 1px solid #e9e7f3;
    padding: 16px 0;
    cursor: pointer;
}

.crm__task__management__accordion__list .accordion__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .crm__task__management__accordion__list .accordion__head h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: 31.2px;
    }

.crm__task__management__accordion__list .accordion__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease-in-out;
}

    .crm__task__management__accordion__list .accordion__panel > div {
        overflow: hidden;
    }

.crm__task__management__accordion__list .accordion__item.open .accordion__panel {
    grid-template-rows: 1fr;
}

.crm__task__management__accordion__list .accordion__panel p {
    opacity: .5;
    font-size: 16px;
    line-height: 1.4;
    margin-block: 16px 0;
}

.crm__task__management__gif {
    background: #EFEBF6;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .crm__task__management__gif img {
        width: 100%;
        height: auto;
    }

.crm__attendance .heading__block {
    margin-bottom: 40px;
}

    .crm__attendance .heading__block h3 {
        text-align: center;
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 12px;
        font-weight: 600;
        text-align: center;
    }

    .crm__attendance .heading__block p {
        max-width: 800px;
        margin-inline: auto;
        font-size: 16px;
        color: #666;
        text-align: center;
    }

.crm__attendance .grid__row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

    .crm__attendance .grid__row .grid__item {
        border-radius: 10px;
        padding: 20px;
        padding-top: 30px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.07);
        display: flex;
        flex-direction: column;
        transition: all .4s ease;
    }

        .crm__attendance .grid__row .grid__item:hover {
            transform: translateY(-5px);
            box-shadow: 0 3px 15px 0 rgba(96.9,96.9,96.9,.2);
        }

        .crm__attendance .grid__row .grid__item h4 {
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .crm__attendance .grid__row .grid__item p {
            font-size: 15px;
            color: #666;
            margin-bottom: 20px;
        }

        .crm__attendance .grid__row .grid__item .image {
            background: #caf0fb;
            padding: 10px;
            padding-bottom: 0;
            border-radius: 6px;
            margin-top: auto;
        }

        .crm__attendance .grid__row .grid__item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.section__with__text__image .grid__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    align-items: center;
    padding-bottom: 60px;
}

    .section__with__text__image .grid__row:last-child {
        padding-bottom: 0;
    }

    .section__with__text__image .grid__row .image img {
        width: 100%;
    }

    .section__with__text__image .grid__row .content h3 {
        font-size: 36px;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .section__with__text__image .grid__row .content p {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-bottom: 16px;
    }

.crm__hiring__section .container {
    background-color: #f5f8ff;
    border-radius: 30px;
    padding: 80px 20px;
    position: relative;
}

    .crm__hiring__section .container .heading__block h3 {
        margin-bottom: 16px;
        line-height: 57.6px;
        text-align: center;
        font-weight: 600;
        font-size: 32px;
    }

    .crm__hiring__section .container .heading__block p {
        max-width: 700px;
        margin-inline: auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .crm__hiring__section .container ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
        margin-inline: auto;
    }

        .crm__hiring__section .container ul li {
            margin-bottom: 24px;
            display: flex;
            gap: 12px;
            align-items: center;
            transition: all .4s ease;
            /*cursor: pointer;*/
        }

            .crm__hiring__section .container ul li:hover {
                transform: translateX(5px);
            }

.crm__management__row .grid__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

    .crm__management__row .grid__row .grid__item {
        background: transparent linear-gradient(143deg, #f8feff, #e2f8ff) 0 0 no-repeat padding-box;
        padding: 40px 20px;
        border-radius: 20px;
        border: 1px solid #e9e7f3;
    }

        .crm__management__row .grid__row .grid__item h4 {
            color: #0b0757;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 12px;
        }

        .crm__management__row .grid__row .grid__item p {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            line-height: 22.4px;
            padding-bottom: 12px;
            margin-bottom: 12px;
            border-bottom: 1px solid #ddd;
        }

.crm__sales__funnel .grid__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    align-items: center;
}

    .crm__sales__funnel .grid__row .heading__block {
        padding-inline: 0;
    }

        .crm__sales__funnel .grid__row .heading__block h3 {
            font-size: 36px;
            line-height: 42px;
            margin-bottom: 12px;
            font-weight: 600;
            text-align: left;
        }

        .crm__sales__funnel .grid__row .heading__block p {
            font-size: 15px;
            color: #666;
            margin-bottom: 24px;
        }

    .crm__sales__funnel .grid__row .single__block {
        padding-bottom: 24px;
    }

    .crm__sales__funnel .grid__row .content__sub__block {
        padding: 16px 0;
    }

        .crm__sales__funnel .grid__row .content__sub__block h4 {
            line-height: 31.2px;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .crm__sales__funnel .grid__row .content__sub__block p {
            line-height: 22.4px;
            color: #666;
            font-size: 16px;
            padding-left: 32px;
        }

.crm__sales__funnel img {
    width: 100%;
}

.crm__track__leads .grid__row {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

    .crm__track__leads .grid__row img {
        width: 100%;
    }

    .crm__track__leads .grid__row .heading__block {
        padding-inline: 0;
    }

        .crm__track__leads .grid__row .heading__block h3 {
            font-size: 36px;
            line-height: 42px;
            margin-bottom: 12px;
            font-weight: 600;
            text-align: left;
        }

        .crm__track__leads .grid__row .heading__block p {
            font-size: 15px;
            color: #666;
            margin-bottom: 24px;
        }


    .crm__track__leads .grid__row .content__sub__block {
        padding: 16px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

        .crm__track__leads .grid__row .content__sub__block h4 {
            line-height: 31.2px;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 20px;
            color: #000;
        }

        .crm__track__leads .grid__row .content__sub__block p {
            line-height: 22.4px;
            color: #666;
            font-size: 15px;
            color: #666;
        }

    .crm__track__leads .grid__row .single__block {
        padding: 40px 40px 80px;
        border-radius: 20px;
        overflow: hidden;
    }

        .crm__track__leads .grid__row .single__block:first-child {
            background-color: #e5d5ff;
        }

        .crm__track__leads .grid__row .single__block:last-child {
            background-color: #e6efff;
        }



@media (max-width:1024px) {
    .crm__banner__section h1 {
        font-size: 32px;
    }

        .crm__banner__section h1 span {
            font-size: 48px;
        }
}


@media (max-width:800px) {
    .crm__banner__section .grid__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .crm__banner__section {
        padding-block: 50px;
    }

        .crm__banner__section h1 {
            font-size: 32px;
            line-height: 42px;
        }

            .crm__banner__section h1 span {
                display: block;
                max-width: max-content;
            }

        .crm__banner__section .sign__up__crm {
            margin-top: 20px;
            font-weight: 600;
        }

        .crm__banner__section p {
            margin-block: 0;
        }

    .crm__package__section {
        padding-block: 50px 0;
    }

        .crm__package__section .heading__block {
            padding-inline: 0;
            margin-bottom: 20px;
        }

            .crm__package__section .heading__block .title {
                font-size: 28px;
            }

            .crm__package__section .heading__block p {
                max-width: 100%;
            }

        .crm__package__section .grid__row {
            grid-template-columns: 1fr 1fr;
        }

    .crm__sales__funnel .grid__row {
        grid-template-columns: 1fr;
    }

        .crm__sales__funnel .grid__row .image {
            order: -10;
        }

    .crm__track__leads .grid__row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .crm__task__management .grid__row {
        grid-template-columns: 1fr;
        padding-top: 30px;
    }

    .crm__task__management__accordion__list h3 {
        font-size: 28px;
    }

    .crm__attendance .heading__block h3 {
        font-size: 28px;
    }

    .crm__attendance .grid__row {
        grid-template-columns: 1fr 1fr;
    }

    .section__with__text__image .grid__row {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 30px;
    }

        .section__with__text__image .grid__row:last-child .image {
            order: -10;
        }

        .section__with__text__image .grid__row .content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            line-height: 36px;
        }

    .crm__hiring__section .container {
        padding-block: 40px;
        margin-inline: 20px;
        max-width: calc(100% - 40px);
    }

        .crm__hiring__section .container .heading__block {
            padding-inline: 0;
        }

            .crm__hiring__section .container .heading__block h3 {
                font-size: 24px;
                line-height: 36px;
            }

    .crm__management__row .grid__row {
        grid-template-columns: 1fr;
    }

        .crm__management__row .grid__row .grid__item {
            padding: 20px;
        }

            .crm__management__row .grid__row .grid__item h4 {
                font-size: 18px;
            }

    .crm__hiring__section .container ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:600px) {
    .crm__banner__section {
        padding-block: 30px 0;
        background: #FAF7FF;
    }

        .crm__banner__section h1 {
            font-size: 22px;
            line-height: 1.4;
            margin-bottom: 10px;
        }

            .crm__banner__section h1 span {
                margin-block: 0px;
                padding: 0;
                color: #000;
                font-size: inherit;
                display: inline;
            }

                .crm__banner__section h1 span::after {
                    display: none;
                }

    .crm__package__section .grid__row {
        grid-template-columns: 1fr;
    }

    .crm__package__section .tab {
        margin-bottom: 40px;
    }

    .crm__package__section .package__box .discount {
        min-height: 0;
        padding: 0;
    }

    .crm__package__section .package__box .user__count {
        margin-bottom: 10px;
    }

    .crm__package__section .package__box .package__price {
        margin-top: 24px;
    }

    .crm__package__section .package__box.recommended {
        margin-top: 50px;
    }

    .crm__banner__section .sign__up__crm {
        height: 48px;
    }

    .crm__banner__section p {
        font-size: 16px;
        color: #666;
        font-weight: 400;
    }

    .crm__attendance .grid__row {
        grid-template-columns: 1fr;
    }

        .crm__attendance .grid__row .grid__item h4 {
            font-size: 20px;
        }

    .crm__hiring__section .container .heading__block h3 {
        text-align: left;
    }

    .crm__hiring__section .container .heading__block p {
        text-align: left;
        font-size: 15px;
    }

    .crm__attendance .heading__block {
        margin-bottom: 30px;
        padding-inline: 0;
    }

        .crm__attendance .heading__block h3 {
            text-align: left;
            margin-bottom: 8px;
        }

        .crm__attendance .heading__block p {
            text-align: left;
        }

    .crm__hiring__section {
        padding-top: 0;
    }

    .crm__sales__funnel .grid__row .single__block:last-child {
        padding-bottom: 0;
    }

    .crm__sales__funnel .grid__row .content__sub__block p {
        font-size: 15px;
    }

    .crm__hiring__section .container ul {
        grid-template-columns: 1fr;
    }

        .crm__hiring__section .container ul li {
            font-size: 15px;
            margin-bottom: 10px;
        }

    .crm__track__leads .grid__row .content__sub__block {
        grid-template-columns: 1fr;
    }

    .crm__track__leads .grid__row .single__block {
        padding: 24px;
    }

    .crm__sales__funnel .grid__row .heading__block h3,
    .crm__track__leads .grid__row .heading__block h3 {
        font-size: 28px;
        line-height: 1.25;
    }

    .crm__track__leads .grid__row .content__sub__block:last-child {
        padding-bottom: 0;
    }

    .section__with__text__image .grid__row .content p {
        font-size: 15px;
    }
}



.pricing__table .heading__block {
    margin-bottom: 40px;
}

    .pricing__table .heading__block .title {
        font-size: 42px;
        text-align: center;
        color: #000;
        justify-content: center;
        margin-bottom: 6px;
        line-height: 1;
    }

        .pricing__table .heading__block .title::before {
            display: none;
        }

    .pricing__table .heading__block p {
        font-size: 15px;
        text-align: center;
        max-width: 66%;
        margin-inline: auto;
    }

    .pricing__table .heading__block ~ h3 {
        margin-block: 50px 20px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        border-radius: 30px;
        font-size: 15px;
        letter-spacing: .5px;
        padding-inline: 30px;
        z-index: 1;
        line-height: 40px;
        width: max-content;
        margin-inline: auto;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
    }

        .pricing__table .heading__block ~ h3 img {
            width: 20px;
        }

        .pricing__table .heading__block ~ h3.enterpise__plan__heading {
            border: 1px solid #FFC95A;
            color: #FFC95A;
        }

        .pricing__table .heading__block ~ h3.premium__plan__heading {
            border: 1px solid #0F6BE9;
            color: #0F6BE9;
        }

.enterprise__table__wrapper {
    display: grid;
    grid-template-columns: 400px calc(100% - 400px);
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px #00000026;
}

    .enterprise__table__wrapper .price__list {
        display: grid;
        grid-template-columns: repeat(4,1fr)
    }

    .enterprise__table__wrapper table {
        border: 1px solid #d5dfff;
        border-collapse: collapse;
        border-radius: 10px;
    }

        .enterprise__table__wrapper table th {
            background: #673DE6;
            color: #fff;
            font-weight: 500;
            padding: 10px;
            border: 1px solid #d5dfff;
        }

        .enterprise__table__wrapper table td {
            border: 1px solid #d5dfff;
            text-align: center;
            vertical-align: middle;
            position: relative;
            height:54px;
        }

    .enterprise__table__wrapper .price__box {
        display: flex;
        justify-content: center;
        padding: 12px 20px;
        gap: 12px;
        cursor: pointer;
        height: 100%;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        border:1px solid transparent;
    }
    .enterprise__table__wrapper .price__box::before{
        content:'';
        position:absolute;
        top:20px;
        left:20px;
        transform:translate(-50%);
        height:12px;
        width:12px;
        border:1px solid #000;
        border-radius:16px;
        position:absolute;
    }
.btnPaymentPlanId:hover .price__box {
    border: 1px solid #673DE6;
}
.btnPaymentPlanId:hover > .price__box::before {
    background: #000;
}

/* Enterprise + Premium plan tables: strike + price left-aligned; radio sits with the main price row */
#tblPlanDetailsEnterprise td,
#tblPlanDetailsPremium td {
    height: auto;
    min-height: 0;
    padding: 4px 8px;
    vertical-align: middle;
}

#tblPlanDetailsEnterprise .price__box,
#tblPlanDetailsPremium .price__box {
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    padding: 6px;
    min-height: 0;
    box-sizing: border-box;
}

#tblPlanDetailsEnterprise .price__box::before,
#tblPlanDetailsPremium .price__box::before {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    flex-shrink: 0;
    align-self: flex-end;
    margin: 0 0 2px 0;
}

#tblPlanDetailsEnterprise .price__cell-inner,
#tblPlanDetailsPremium .price__cell-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2px;
    text-align: left;
    min-width: 0;
    font-size: 1em;
}

#tblPlanDetailsEnterprise .price__was-line,
#tblPlanDetailsPremium .price__was-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    line-height: 1.2;
}

#tblPlanDetailsEnterprise .price__was,
#tblPlanDetailsEnterprise .price__cell-inner .price,
#tblPlanDetailsEnterprise .price__cell-inner .price span,
#tblPlanDetailsPremium .price__was,
#tblPlanDetailsPremium .price__cell-inner .price,
#tblPlanDetailsPremium .price__cell-inner .price span {
    font-size: inherit;
}

#tblPlanDetailsEnterprise .price__was,
#tblPlanDetailsPremium .price__was {
    display: inline;
    color: #000;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
}

#tblPlanDetailsEnterprise .price__save-pct,
#tblPlanDetailsPremium .price__save-pct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size:10px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, #05379a 0%, #0a4bc7 100%);
}

#tblPlanDetailsEnterprise .price__cell-inner .price,
#tblPlanDetailsPremium .price__cell-inner .price {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0 2px;
    line-height: 1.3;
    text-align: left;
    font-weight: 500;
}

.enterprise__table__wrapper .features__wrapper {
    border: 1px solid #d5dfff;
}

        .enterprise__table__wrapper .features__wrapper h3 {
            background: #673DE6;
            color: #fff;
            font-weight: 500;
            height: 41.9px;
            display: flex;
            align-items: center;
            padding-left: 20px;
            border-right: 1px solid transparent;
        }

        .enterprise__table__wrapper .features__wrapper .features__list {
            padding: 10px;
            margin-top: 20px;
        }

            .enterprise__table__wrapper .features__wrapper .features__list li {
                display: flex;
                gap: 6px;
                font-size: 16px;
                color: #666;
                align-items: center;
                font-weight: 300;
                line-height: 24px;
                padding-bottom: 12px;
            }

            .enterprise__table__wrapper .features__wrapper .features__list svg.cross-icon {
                width: 16px;
                height: 16px;
            }

                .enterprise__table__wrapper .features__wrapper .features__list svg.cross-icon path {
                    fill: red !important;
                }

            .enterprise__table__wrapper .features__wrapper .features__list svg path {
                fill: #1BC13F;
            }

    .enterprise__table__wrapper .radio-button-container {
        color: rgba(0, 0, 0, 0.75);
        display: block;
        position: relative;
        padding-left: 20px;
        line-height: 25px;
        margin-top: 6px;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .enterprise__table__wrapper .radio-button-container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .enterprise__table__wrapper .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        transition: all 0.3s;
    }

    .enterprise__table__wrapper .radio-button-container .checkmark:after {
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: #673DE6;
    }

/* Cart page styles*/
.cart__page {
    background: #E6E6E6;
}

    .cart__page .grid__row {
        display: grid;
        grid-template-columns: calc(100% - 400px) 400px;
        gap: 0;
        height: 100%;
        min-height: calc(100vh - 150px);
    }

        .cart__page .grid__row .form__row  .title {
            font-size: 24px;
            padding-bottom: 12px;
            font-weight: 600;
            border-bottom: 1px solid #ddd;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .cart__page .grid__row .form__row  .title svg {
                width: 32px;
            }
        .cart__page .grid__row .form__row {
            background: #F8F8F8;
            padding: 40px;
            display:flex;
            flex-direction:column;
            gap:40px
        }
        .cart__page .grid__row .billing__information {
         
        }

            .cart__page .grid__row  form {
                display: grid;
                grid-template-columns: repeat(2,1fr);
                gap: 24px;
            }

            .cart__page .grid__row  label {
                font-size: 14px;
                padding-bottom: 8px;
                display: block;
            }

                .cart__page .grid__row  label span {
                    color: #000;
                    font-weight: 600;
                }
        .cart__page .grid__row form .form__field span{
            color:red;
            font-size:11px;
        }
        .cart__page .grid__row form input {
            width: 100%;
            height: 42px;
            border-radius: 6px;
            border: 1px solid #ddd;
            padding-left: 12px;
        }

            .cart__page .grid__row  button {
                background: #05379a;
                border-radius: 6px;
                height: 35px;
                width: max-content;
                padding-inline: 24px;
                color: #fff;
                font-weight: 500;
                font-size: 16px;
                letter-spacing: 1px;
            }

        .cart__page .grid__row .order__details {
            padding: 28px 45px 18px 45px;
            background: #fff;
        }

    .cart__page .order__details h4 {
        font-size: 18px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 10px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .cart__page .order__details .plan__name {
        font-size: 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

        .cart__page .order__details .plan__name img {
            width: 20px;
        }

    .cart__page .order__details .cart__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        padding-bottom: 8px;
    }

    .cart__page .order__details .divider {
        height: 1px;
        background: #ddd;
        margin-block: 24px;
    }

    .cart__page .order__details .cart__row.totalAmount {
        font-weight: 600;
        border-block: 1px solid #ddd;
        padding-top: 10px;
        margin-top: 20px;
    }
    .cart__page .order__details .cart__row .finalAmount{
        font-size:18px;
    }
    .cart__page .order__details .cart__row.totalAmount .amount {
        font-size: 18px;
    }
    .cart__page .grid__row form.otp__form{
        grid-template-columns:1fr 1fr;
    }
/* Cart page modal */
.cart__page__popup__modal {
    display: none;
}

    .cart__page__popup__modal.show {
        display: block;
        background-color: rgba(0, 0, 0, .9);
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 300;
    }

    .cart__page__popup__modal .cart__page__popup {
        background-color: #fff;
        left: 50%;
        max-height: calc(100vh - 40px);
        overflow: auto;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 1000px;
    }

    .cart__page__popup__modal .close__modal {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        background: transparent;
    }

        .cart__page__popup__modal .close__modal svg {
            width: 28px;
            height: 28px;
        }

    .cart__page__popup__modal .grid__row {
        display: grid;
        grid-template-columns: 55% 45%;
        gap: 0;
    }

    .cart__page__popup__modal .plan__features {
        background: #fff;
        padding: 30px;
        padding-bottom: 50px;
    }

        .cart__page__popup__modal .plan__features .title {
            font-size: 20px;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 12px;
        }

            .cart__page__popup__modal .plan__features .title img {
                width: 32px;
            }

        .cart__page__popup__modal .plan__features p {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
        }

        .cart__page__popup__modal .plan__features ul li {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #000;
            opacity: 0.9;
            font-size: 14px;
            margin-bottom: 8px;
        }

            .cart__page__popup__modal .plan__features ul li svg {
                width: 24px;
                height: 24px;
            }

                .cart__page__popup__modal .plan__features ul li svg path {
                    fill: green;
                }

    .cart__page__popup__modal .payment__details {
        background: #F5F5F5;
        padding: 30px;
    }

        .cart__page__popup__modal .payment__details .plan__details {
            background: #fff;
            padding: 16px;
            margin-block: 16px;
        }

    .cart__page__popup__modal .plan__details p:first-child {
        font-weight: 300;
        font-size: 13px;
        padding-bottom: 8px;
    }

    .cart__page__popup__modal .plan__details .user__selection {
        font-weight: 600;
        border: 1px solid #ddd;
        border-radius:4px;
        outline: none;
        box-shadow: none;
        width: 120px;
        height: 32px;
        margin-top: 2px;
        padding-inline: 12px;
        color:#999;
    }

    .cart__page__popup__modal .plan__details .gst__price {
        font-size: 13px;
        font-weight: 400;
        font-style: italic;
        padding-bottom: 4px;
    }

        .cart__page__popup__modal .plan__details .gst__price .discount__percent {
            color: green;
            font-weight: 600;
            font-style: normal;
        }

    .cart__page__popup__modal .checkout__btn {
        background: #05379a;
        display: flex;
        align-items: center;
        color: #fff;
        height: 40px;
        border-radius: 4px;
        width: max-content;
        padding-inline: 24px;
        font-weight:600;
        color: #fff;
        margin-left: auto;
        margin-top: auto;
        cursor:pointer;
    }
        .cart__page__popup__modal .checkout__btn.disabled{
            cursor:pointer;
            pointer-events:none;
            background:#ddd;
            color:#000;
            opacity:.6;
        }
        .button__wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
            grid-column-start: 1;
            grid-column-end: 3;
        }
.otp__form__field {
    position: relative;
}
.cart__page .grid__row .verify__otp__btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(212, 247, 225, 1);
    border-radius: 4px;
    padding: 4px 12px;
    color: rgba(22, 101, 52, 1);
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}


/* checkout page styling */
.otp__form__field__row{
    display:none;
}
.otp__form__field__row.show{
    display:block;
}
.cart__page .grid__row #send__otp.disable {
    background: #ddd;
    pointer-events: none;
    color: #000;
    opacity: 0.7;
}
#txtMobileNo.disable,
#txtOtp.disable {
    pointer-events: none;
}
.err__msg{
    display:none;
    font-size:12px;
    color:red;
}
.error-control ~ .err__msg{
    display:block;
}
.cart__page .grid__row .verify__otp__btn.disable {
    background: #ddd;
    pointer-events: none;
    color: #000;
    opacity: 0.7;
}
.opt__success,
.opt__failure {
    display: none;
}
.opt__success.show,
.opt__failure.show {
    display: flex;
}
#submitBtn2.readonly{
   pointer-events:none;
   background:#ddd;
   opacity:.7;
   color:#000;
}

@media (max-width:800px) {
    .cart__page__popup__modal .cart__page__popup {
        width: 100%;
    }

    .cart__page__popup__modal .grid__row {
        grid-template-columns: 1fr;
    }

    .cart__page .grid__row {
        grid-template-columns: 1fr;
    }

    .enterprise__table__wrapper {
        display: flex;
        overflow: auto;
    }

        .enterprise__table__wrapper .features__wrapper {
            min-width: 200px;
        }

            .enterprise__table__wrapper .features__wrapper .features__list li {
                font-size: 13px;
            }

            .enterprise__table__wrapper .features__wrapper h3 {
                height: 39px;
            }

        .enterprise__table__wrapper table th {
            min-width: 130px;
            font-size: 14px;
        }

        .enterprise__table__wrapper table td {
            font-size: 13px;
        }

    #tblPlanDetailsEnterprise td,
    #tblPlanDetailsPremium td {
        padding: 4px 6px;
        min-height: 0;
    }

    #tblPlanDetailsEnterprise .price__save-pct,
    #tblPlanDetailsPremium .price__save-pct {
        padding: 3px 8px;
    }
    .pricing__table .heading__block .title{
        font-size:28px;
    }
    .pricing__table .heading__block {
        padding-inline: 0;
    }
    .pricing__table .heading__block p{
        max-width:100%;
        font-size:13px;
    }
}

@media (max-width:576px) {
    .cart__page .grid__row .billing__information,
    .cart__page .grid__row .order__details {
        padding-inline: 20px;
    }

        .cart__page .grid__row .billing__information form {
            grid-template-columns: 1fr;
        }
}






/* Coupon Code CSS Code start from here  */
.coupon__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.coupon__code {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
}

#input__coupon__code {
    background: transparent;
    border: 2px dotted gray;
    font-size: 14px;
    font-weight:600;
    padding: 10px 20px;
    border-radius: 5px;
    outline: none;
    text-align: center;
    width: 100%;
}

.coupon__container .buttons__block{
    display:flex;
    align-items:center;
    gap:12px;
}
.cart__page .grid__row .redeem__coupon__btn {
    padding: 10px 20px;
    width: 100%;
    font-size: 12px;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
}
.cart__page .grid__row .reset__coupon__btn {
    color: #fff;
    background: red;
    font-size: 12px;
}

.redeem__coupon__btn:hover {
    background-color: #03266b;
}
.show__couponcode__response {
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
}

    .show__couponcode__response.success__response {
        color: green !important;
    }

    .show__couponcode__response.error__response {
        color: red !important;
    }

/* =================================================================
   CRM page layout (all self-contained in crm.css — do not use aboutus.css)
   ================================================================= */
.bs-crm {
    --bs-ink: #0b1220;
    --bs-muted: rgba(11, 18, 32, .72);
    --bs-border: rgba(15, 23, 42, .12);
    --bs-card: rgba(255, 255, 255, .92);
    --bs-shadow: 0 18px 55px rgba(2, 6, 23, .12);
    --bs-gold: #d6b15f;
    --bs-gold-2: #b8892f;
    color: var(--bs-ink);
}

/* Match site typography (header.css: Manrope for headings) */
.bs-crm h1,
.bs-crm h2,
.bs-crm h3,
.bs-crm .bs-heroTitle,
.bs-crm .bs-h2,
.bs-crm .bs-h3,
.bs-crm .bs-crmCapTitle {
    font-family: Manrope, sans-serif;
}

.bs-crm img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bs-crm .bs-about__hero {
    position: relative;
    padding: clamp(28px, 6vw, 72px) 0;
    overflow: hidden;
    background: radial-gradient(1200px 500px at 10% 0%, rgba(214, 177, 95, .18), transparent 60%),
        radial-gradient(1000px 500px at 90% 10%, rgba(37, 99, 235, .16), transparent 55%),
        linear-gradient(180deg, #070a12 0%, #0b1220 60%, #0b1220 100%);
    color: rgba(255, 255, 255, .92);
}

.bs-crm .bs-about__hero::before {
    content: "";
    position: absolute;
    inset: -2px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: .25;
    pointer-events: none;
}

.bs-crm .bs-about__hero .container {
    position: relative;
    z-index: 1;
}

.bs-crm .bs-about__heroGrid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: clamp(18px, 4vw, 56px);
    align-items: center;
}

.bs-crm .bs-heroTitle {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -.02em;
    margin: 0 0 14px;
    font-weight: 650;
}

.bs-crm .bs-heroLead {
    color: rgba(255, 255, 255, .76);
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.7;
    margin: 0 0 22px;
    max-width: 62ch;
}

.bs-crm .bs-heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.bs-crm .bs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 650;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    user-select: none;
}

.bs-crm .bs-btn:focus-visible {
    outline: 3px solid rgba(5, 55, 154, .35);
    outline-offset: 2px;
}

.bs-crm .bs-btn--primary {
    background: linear-gradient(135deg, #05379a 0%, #032a76 100%);
    color: rgba(255, 255, 255, .96);
    border-color: rgba(5, 55, 154, .55);
    box-shadow: 0 12px 30px rgba(5, 55, 154, .28);
}

.bs-crm .bs-btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(5, 55, 154, .34);
}

.bs-crm .bs-btn--ghost {
    background: rgba(255, 255, 255, .06);
    color: rgba(255, 255, 255, .92);
}

.bs-crm .bs-btn--ghost:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, .26);
    background: rgba(255, 255, 255, .09);
}

.bs-crm .bs-about__heroMedia {
    position: relative;
}

.bs-crm .bs-heroFrame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 35px 90px rgba(0, 0, 0, .35);
    transform: translateZ(0);
}

.bs-crm .bs-heroFrame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .25) 100%);
    pointer-events: none;
}

.bs-crm .bs-section {
    padding: clamp(28px, 6vw, 70px) 0;
}

.bs-crm .bs-section--light {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
    color: var(--bs-ink);
}

.bs-crm .bs-section--alt {
    background: radial-gradient(900px 320px at 12% 0%, rgba(214, 177, 95, .10), transparent 60%),
        linear-gradient(180deg, #fbfbfd 0%, #ffffff 100%);
}

.bs-crm .bs-section--dark {
    background: radial-gradient(900px 400px at 10% 0%, rgba(214, 177, 95, .15), transparent 60%),
        linear-gradient(180deg, #0b1220 0%, #070a12 100%);
    color: rgba(255, 255, 255, .92);
}

.bs-crm .bs-sectionHead {
    max-width: min(80ch, 100%);
    margin-bottom: 26px;
}

/* Intro blocks: use full container width with centered copy (CRM landing) */
.bs-crm .bs-sectionHead--centerWide {
    max-width: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    text-align: center;
}

.bs-crm .bs-lead.bs-lead--centerFollow {
    max-width: min(72ch, 100%);
    margin-inline: auto;
    text-align: center;
}

.bs-crm .bs-h2 {
    font-size: clamp(22px, 2.6vw, 36px);
    margin: 0 0 10px;
    letter-spacing: -.02em;
}

.bs-crm .bs-lead {
    margin: 0;
    color: var(--bs-muted);
    line-height: 1.75;
}

.bs-crm .bs-section--dark .bs-lead {
    color: rgba(255, 255, 255, .70);
}

.bs-crm .bs-section--dark .bs-h2 {
    color: rgba(255, 255, 255, .95);
}

.bs-crm .bs-grid {
    display: grid;
    gap: 14px;
}

.bs-crm .bs-valueCard {
    background: #fff;
    border: 1px solid var(--bs-border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
    transition: transform .15s ease, box-shadow .15s ease;
}

.bs-crm .bs-valueCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 55px rgba(2, 6, 23, .12);
}

.bs-crm .bs-valueIcon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(18px 18px at 30% 30%, rgba(214, 177, 95, .22), transparent 65%),
        rgba(11, 18, 32, .04);
    border: 1px solid rgba(214, 177, 95, .25);
    margin-bottom: 12px;
    color: #0b1220;
}

.bs-crm .bs-valueCard h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.bs-crm .bs-valueCard p {
    margin: 0;
    color: var(--bs-muted);
    line-height: 1.75;
}

@media (max-width: 980px) {
    .bs-crm .bs-about__heroGrid {
        grid-template-columns: 1fr;
    }
}

/* CRM landing (continued below) */
/* Promotional banner — before pricing */
.bs-crm .bs-crmOfferBanner {
    padding: clamp(8px, 2vw, 16px) 0 clamp(28px, 5vw, 44px);
    background:
        radial-gradient(800px 280px at 15% 40%, rgba(5, 55, 154, .09), transparent 55%),
        radial-gradient(600px 240px at 85% 60%, rgba(214, 177, 95, .14), transparent 50%),
        linear-gradient(180deg, #fbfbfd 0%, #f4f6fb 100%);
}

.bs-crm .bs-crmOfferBanner .container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(16px, 4vw, 20px);
    box-sizing: border-box;
}

.bs-crm .bs-crmOfferBanner__card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(20px, 4vw, 48px);
    padding: clamp(22px, 4vw, 36px) clamp(22px, 4vw, 40px);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(214, 177, 95, .35);
    background:
        linear-gradient(135deg, rgba(7, 10, 18, .97) 0%, rgba(11, 18, 32, .98) 45%, rgba(5, 40, 90, .55) 100%);
    box-shadow:
        0 24px 60px rgba(2, 6, 23, .28),
        inset 0 1px 0 rgba(255, 255, 255, .08);
}

.bs-crm .bs-crmOfferBanner__shine {
    position: absolute;
    inset: -40% -20% auto 40%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(214, 177, 95, .22), transparent 65%);
    pointer-events: none;
    opacity: .85;
}

.bs-crm .bs-crmOfferBanner__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.bs-crm .bs-crmOfferBanner__badge {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 248, 230, .98);
    background: linear-gradient(135deg, rgba(255, 190, 120, .2), rgba(214, 177, 95, .12));
    border: 1px solid rgba(255, 200, 150, .48);
    font-family: Manrope, sans-serif;
}

.bs-crm .bs-crmOfferBanner__title {
    margin: 0 0 10px;
    font-family: Manrope, sans-serif;
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -.03em;
    color: rgba(255, 255, 255, .96);
}

.bs-crm .bs-crmOfferBanner__title strong {
    font-weight: 800;
    background: linear-gradient(120deg, #f0d78c 0%, #d6b15f 45%, #f5e6b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.bs-crm .bs-crmOfferBanner__lead {
    margin: 0 0 20px;
    max-width: 46ch;
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 1.65;
    color: rgba(255, 255, 255, .68);
}

.bs-crm .bs-crmOfferBanner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bs-crm .bs-crmOfferBanner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 12px;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.bs-crm .bs-crmOfferBanner__btn--primary {
    color: #0b1220;
    background: linear-gradient(135deg, #f0d78c 0%, #d6b15f 50%, #c9a24a 100%);
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 10px 28px rgba(214, 177, 95, .35);
}

.bs-crm .bs-crmOfferBanner__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(214, 177, 95, .45);
}

.bs-crm .bs-crmOfferBanner__btn--ghost {
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .18);
}

.bs-crm .bs-crmOfferBanner__btn--ghost:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .1);
}

.bs-crm .bs-crmOfferBanner__figure {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-width: 0;
    padding: 2px 0 2px clamp(8px, 2vw, 16px);
}

.bs-crm .bs-crmOfferBanner__panel {
    width: 100%;
    max-width: 300px;
    padding: 22px 22px 20px;
    border-radius: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .04) 50%, rgba(5, 55, 154, .12) 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.bs-crm .bs-crmOfferBanner__panelLabel {
    margin: 0 0 16px;
    font-family: Manrope, sans-serif;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(214, 177, 95, .92);
}

.bs-crm .bs-crmOfferBanner__panelList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bs-crm .bs-crmOfferBanner__panelList li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 550;
    line-height: 1.45;
    letter-spacing: -.01em;
    color: rgba(255, 255, 255, .9);
}

.bs-crm .bs-crmOfferBanner__check {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    border-radius: 5px;
    background: linear-gradient(145deg, #f2dc96 0%, #d6b15f 42%, #c9a24a 100%);
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow:
        0 2px 10px rgba(214, 177, 95, .4),
        0 1px 0 rgba(255, 255, 255, .35) inset,
        0 -1px 0 rgba(0, 0, 0, .1) inset;
    position: relative;
}

/* Center checkmark in box (border-drawn tick, rotated) */
.bs-crm .bs-crmOfferBanner__check::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 7px;
    box-sizing: border-box;
    border: solid #0b1220;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -56%) rotate(45deg);
    transform-origin: center;
}

.bs-crm .bs-crmOfferBanner__panelFoot {
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-family: Manrope, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .55);
}

@media (max-width: 720px) {
    .bs-crm .bs-crmOfferBanner__card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bs-crm .bs-crmOfferBanner__lead {
        margin-inline: auto;
    }

    .bs-crm .bs-crmOfferBanner__actions {
        justify-content: center;
    }

    .bs-crm .bs-crmOfferBanner__figure {
        order: -1;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 4px;
    }

    .bs-crm .bs-crmOfferBanner__panel {
        max-width: 420px;
        margin-inline: auto;
        text-align: left;
    }
}

.bs-crm .pricing__table {
    padding-block: clamp(32px, 6vw, 72px);
    background: radial-gradient(900px 400px at 50% 0%, rgba(214, 177, 95, .08), transparent 55%),
        linear-gradient(180deg, #fbfbfd 0%, #ffffff 100%);
}

.bs-crm .pricing__table .heading__block .title {
    color: #0b1220;
    letter-spacing: -.02em;
    font-weight: 650;
    font-family: Manrope, sans-serif;
}

.bs-crm .pricing__table .heading__block ~ h3.enterpise__plan__heading,
.bs-crm .pricing__table .heading__block ~ h3.premium__plan__heading {
    font-family: Manrope, sans-serif;
}

/* Key capabilities: 3 columns on desktop (avoid conflict with aboutus .bs-grid--values) */
.bs-crm .bs-grid--cap6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.bs-crmCapTitle {
    font-size: clamp(18px, 2vw, 24px);
    margin: 0 0 20px;
    letter-spacing: -.02em;
    color: #0b1220;
    font-weight: 650;
}

.bs-crm .bs-about__hero ~ .bs-section .bs-valueCard {
    transition: transform .15s ease, box-shadow .15s ease;
}

.bs-crm .bs-about__hero ~ .bs-section .bs-valueCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(2, 6, 23, .12);
}

.bs-crmBenefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    max-width: 72ch;
}

.bs-crmBenefits li {
    position: relative;
    padding: 16px 18px 16px 46px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--bs-border);
    box-shadow: 0 10px 32px rgba(2, 6, 23, .06);
    color: var(--bs-muted);
    line-height: 1.7;
}

.bs-crmBenefits li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 1.15em;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bs-gold), var(--bs-gold-2));
    box-shadow: 0 6px 14px rgba(214, 177, 95, .35);
}

.bs-crmBenefitsSection .bs-crmBenefits {
    max-width: none;
}

.bs-crmBenefitsFoot {
    margin-top: 18px;
    max-width: none;
}

/* Two-column: copy left, image right */
.bs-crmSplit {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(24px, 4.5vw, 52px);
    align-items: center;
}

.bs-crmSplit__copy {
    min-width: 0;
}

.bs-crmSplit__media {
    min-width: 0;
}

.bs-crmMediaFrame {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 22px 55px rgba(2, 6, 23, .12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.bs-crmMediaFrame img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.bs-crmFaqSection .bs-crmSplit {
    align-items: start;
}

.bs-crmSplit__media--faq {
    position: sticky;
    top: 100px;
}

/* Who should use — 3-up on desktop, matches dark premium pills */
.bs-crmWhoSection .bs-sectionHead {
    margin-bottom: 22px;
}

.bs-crmWhoSection--centered {
    text-align: center;
}

.bs-crmWhoSection--centered .bs-sectionHead {
    max-width: none;
    margin-inline: auto;
    text-align: center;
}

.bs-crmWhoSection--centered .bs-crmWhoList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 100%;
    margin-inline: auto;
}

.bs-crmWhoSection--centered .bs-crmWhoList li {
    flex: 0 1 auto;
    min-width: min(100%, 220px);
    text-align: center;
}

.bs-crmWhoSection--centered .bs-crmWhoFoot {
    max-width: min(72ch, 100%);
    margin-inline: auto !important;
    text-align: center;
}

.bs-crmWhoList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
}

.bs-crmWhoList li {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .94);
    font-weight: 650;
    font-size: 15px;
    letter-spacing: -.01em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    transition: border-color .15s ease, background .15s ease;
}

.bs-crmWhoList li:hover {
    border-color: rgba(214, 177, 95, .35);
    background: rgba(255, 255, 255, .09);
}

.bs-crmWhoFoot {
    margin-top: 24px !important;
    max-width: 62ch;
}

/* Upgrade block */
.bs-crmUpgradeSection {
    padding-top: 0;
}

.bs-crmUpgrade {
    text-align: center;
    padding: clamp(28px, 5vw, 48px);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(214, 177, 95, .14) 0%, rgba(5, 55, 154, .18) 50%, rgba(11, 18, 32, .85) 100%);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.bs-crmUpgrade .bs-h2 {
    margin-bottom: 14px;
}

.bs-crmUpgrade .bs-lead {
    max-width: 68ch;
    margin-inline: auto;
}

.bs-crmUpgradeTagline {
    margin: 18px 0 0;
    font-weight: 650;
    font-size: clamp(15px, 1.35vw, 17px);
    line-height: 1.65;
    color: rgba(255, 255, 255, .94);
    letter-spacing: -.01em;
}

.bs-crmUpgradeActions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

/* FAQ — warm background (not stark black/white), cards on soft cream/stone */
.bs-crmFaqSection {
    background: radial-gradient(1000px 520px at 12% 25%, rgba(214, 177, 95, .16), transparent 58%),
        radial-gradient(900px 480px at 88% 15%, rgba(5, 55, 154, .11), transparent 55%),
        linear-gradient(168deg, #f3efe8 0%, #e9eef5 42%, #f0f3f8 100%);
    color: #0b1220;
}

.bs-crmFaqSection .bs-sectionHead {
    margin-bottom: 18px;
}

.bs-crmFaqSection .bs-h2 {
    color: #0b1220;
}

.bs-crmFaq {
    display: grid;
    gap: 11px;
    max-width: none;
    margin-inline: 0;
}

.bs-crmFaq.bs-crmFaq--soft details {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, .09);
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 32px rgba(2, 6, 23, .06);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.bs-crmFaq.bs-crmFaq--soft details[open] {
    border-color: rgba(214, 177, 95, .42);
    background: #fff;
    box-shadow: 0 16px 44px rgba(2, 6, 23, .1);
}

.bs-crmFaq.bs-crmFaq--soft summary {
    cursor: pointer;
    list-style: none;
    padding: 17px 19px;
    font-weight: 650;
    font-family: Manrope, sans-serif;
    color: #0b1220;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
    letter-spacing: -.01em;
}

.bs-crmFaq.bs-crmFaq--soft summary::-webkit-details-marker {
    display: none;
}

.bs-crmFaq.bs-crmFaq--soft summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(5, 55, 154, .45);
    border-bottom: 2px solid rgba(5, 55, 154, .45);
    transform: rotate(45deg);
    transition: transform .2s ease;
    flex-shrink: 0;
}

.bs-crmFaq.bs-crmFaq--soft details[open] summary::after {
    transform: rotate(225deg);
    border-color: rgba(184, 137, 47, .75);
}

.bs-crmFaq.bs-crmFaq--soft details p {
    margin: 0;
    padding: 0 19px 17px;
    color: rgba(11, 18, 32, .72);
    line-height: 1.75;
    font-size: 14px;
}

.bs-heroTitle{
    font-size: 36px;
}

/* Pricing tables — theme only; logic unchanged */
.bs-crm .pricing__table .heading__block ~ h3.enterpise__plan__heading {
    border-color: rgba(214, 177, 95, .65);
    color: #FFC95A;
    background: rgba(214, 177, 95, .08);
}

.bs-crm .pricing__table .heading__block ~ h3.premium__plan__heading {
    border-color: rgba(5, 55, 154, .55);
    color: #0F6BE9;
    background: rgba(5, 55, 154, .12);
}

.bs-crm .enterprise__table__wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(2, 6, 23, .12);
    border: 1px solid rgba(11, 18, 32, .1);
}

.bs-crm .enterprise__table__wrapper table {
    border-color: rgba(11, 18, 32, .1);
}

.bs-crm .enterprise__table__wrapper table th {
    background: #05379a;
    color: rgba(255, 255, 255, .95);
    border-color: rgba(255, 255, 255, .12);
    font-weight: 600;
    letter-spacing: .02em;
}

.bs-crm .enterprise__table__wrapper .features__wrapper {
    border-color: rgba(11, 18, 32, .1);
    background: #fff;
}

.bs-crm .enterprise__table__wrapper .features__wrapper h3 {
    background: #05379a;
    color: rgba(255, 255, 255, .95);
    border-right: 1px solid rgba(255, 255, 255, .1);
    font-family: Manrope, sans-serif;
}

.bs-crm .enterprise__table__wrapper .features__wrapper .features__list li {
    color: #3d4a5c;
    font-weight: 450;
}

.bs-crm .enterprise__table__wrapper .features__wrapper .features__list svg path {
    fill: #059669;
}

.bs-crm .enterprise__table__wrapper table td {
    border-color: rgba(11, 18, 32, .1);
    background: #fff;
}

.bs-crm .btnPaymentPlanId:hover .price__box {
    border-color: rgba(214, 177, 95, .55);
    background: rgba(214, 177, 95, .06);
}

.bs-crm .btnPaymentPlanId:hover > .price__box::before {
    background: linear-gradient(135deg, #d6b15f, #b8892f);
    border-color: transparent;
}

.bs-crm #tblPlanDetailsEnterprise .price__was,
.bs-crm #tblPlanDetailsPremium .price__was {
    color: #0f172a;
}


.bs-crm #tblPlanDetailsEnterprise td,
.bs-crm #tblPlanDetailsPremium td {
    border-color: rgba(11, 18, 32, 0.1);
}

/* CRM landing: consistent horizontal alignment with site container */
.bs-crm .pricing__table > .container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: clamp(16px, 4vw, 20px);
    box-sizing: border-box;
}

.bs-crm .pricing__table .heading__block {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.bs-crm .pricing__table .heading__block .title {
    margin-top: 0;
}

.bs-crm .bs-about__hero .container,
.bs-crm .bs-section .container {
    box-sizing: border-box;
}

.bs-crm .bs-crmSplit {
    align-items: center;
}

.bs-crm .bs-crmBenefitsSection .bs-crmSplit {
    align-items: stretch;
}

.bs-crm .bs-crmBenefitsSection .bs-crmSplit__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 980px) {
    .bs-crm .bs-grid--cap6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-crmWhoList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-crmSplit {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bs-crmSplit__media--faq {
        position: static;
    }
}

@media (max-width: 560px) {
    .bs-crm .bs-grid--cap6 {
        grid-template-columns: 1fr;
    }

    .bs-crmWhoList {
        grid-template-columns: 1fr;
    }
}
