 .check-list div::before {
            content: "";
            display: inline-block;
            width: 30px;
            height: 100%;
            /* background-image: url(/wp-content/themes/tally/assets/images/oval-circle-with-tick-mark.svg); */
            background-image: url(/wp-content/themes/tally/assets/images/oval-circle-with-tick-mark.svg);
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 8px;
            vertical-align: middle;
            background-position: 0px 2px;
        }

        .form-check-input {
            margin-right: 8px;
        }

        .sectionbg {
            /* background: url(/wp-content/themes/tally/assets/images/prime-page-bg-image.svg); */
            background: url(/wp-content/themes/tally/assets/images/prime-page-bg-image.svg);
            background-repeat: no-repeat;
            background-position-y: 0rem;
            background-size: cover;
            background-color: var(--color-light-sky);
            /* height: 48rem; */

        }

        .pricing-features ul li {
            /* background: url(/wp-content/themes/tally/assets/images/black-check-mark.svg) no-repeat left 7px; */
            background: url(/wp-content/themes/tally/assets/images/black-check-mark.svg) no-repeat left 7px;
        }

        .extra-feature ul,
        .pricing-features ul {
            font-size: 1rem 16px;
            padding: 0;
            margin: 0;
            list-style-type: none;
            padding: 0;
            text-align: left;

        }

        .extra-feature ul li {
            background: url('/wp-content/themes/tally/assets/images/black-check-mark.svg') no-repeat left 7px;
        }


        .extra-feature li,
        .pricing-features li {
            padding-left: 28px;
            background-position: left 7px;
            background-repeat: no-repeat;
        }

        .extra-feature li:nth-child(1) {
            background-image: url('/wp-content/themes/tally/assets/images/icons/loan.svg');
            background-size: 20px;

        }

        .extra-feature li:nth-child(2) {
            background-image: url('/wp-content/themes/tally/assets/images/icons/hire-gstp.svg');
            background-size: 20px;

        }

        .extra-feature li:nth-child(3) {
            background-image: url('/wp-content/themes/tally/assets/images/icons/resources.svg');
            background-size: 20px;

        }

        .extra-feature li:nth-child(4) {
            background-image: url('/wp-content/uploads/2025/02/Multiple%E2%80%A8Pricing-levels.svg');
            background-size: 20px;

        }

        .hidden-feature {
            max-height: 0;
            overflow: hidden;
            transition: all 0.9s ease;

        }

        .hidden-feature.show {
            max-height: 500px;
            /* adjust based on content height */
            /* padding: 15px 1rem; */
        }

        .arrow-btn {
            cursor: pointer;
            text-align: center;
            color: #0078d4;
            font-size: 1.5rem;
        }

        .arrow-btn:hover {
            color: #0056a3;
        }

        /* second section */

        .highlight {
            border-bottom: 4px solid #fdd835;
            display: inline-block;
            line-height: 1.2;
        }

        .nav-pills .nav-link.active {
            background-color: var(--color-light-blue) !important;
        }

        .nav-pills .nav-link {
            color: var(--color-gray);
        }

        .features_content ul {
            list-style: none;
            padding: 0;
        }

        .features_content ul li {
            padding: 0 0 0 25px;
            position: relative;
        }

        .features_content li::before {
            content: '» ';
            color: var(--color-light-blue) !important;
            ;
            font-weight: bold;
            position: absolute;
            left: 0;
            font-size: 20px;
        }


        .bg-splash {}



        /* 4th section */
        .feature-tick-list {
            list-style: none;
            padding: 0;
            margin: 0;

        }

        .feature-tick-list ul {
            list-style: none;
            padding: 0;
            margin: 0;
            list-style: none;
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
            list-style-position: inside;
            padding-left: 0;
            /* optional */
            gap: 2rem;
        }

        .feature-tick-list li {
            position: relative;
            padding-left: 35px;
            /* space for tick mark */
            margin-bottom: 10px;
            /* spacing between list items */
        }

        .feature-tick-list li::before {
            content: "";
            background: url(/wp-content/themes/tally/assets/images/oval-circle-with-tick-mark.svg) no-repeat center center;
            background-size: contain;
            width: 25px;
            height: 25px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 2px;
            /* Adjust vertically as needed */
        }

        .accordion-button:not(.collapsed) {
            background-color: transparent !important;
        }

        .accordion-button:focus {
            z-index: 3;
            outline: 0;
            box-shadow: none;
        }

        .accordion-item {
            border-width: 0 0 2px 0;
        }

        .accordion-button:not(.collapsed) {
            box-shadow: none !important;
        }

        /* 
        .accordion-button::after {
            background-image: none !important;
            content: '+';
            font-size: 1.5rem;
            color: #0078d4;
        }

        .accordion-button:not(.collapsed)::after {
            content: '-';
        } */


        /* slider section */
        .section-heading {
            font-weight: 600;
        }

        .slider-wrapper {
            position: relative;
        }

        .custom-arrows {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .arrow-btn {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }

        .arrow-btn img {
            width: 30px;
            height: 30px;
        }

        .slick-slide {
            padding: 0 10px;
        }

        .video-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
            transition: 0.3s;
        }

        .video-card img.main-image {
            width: 100%;
            display: block;
        }

        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            z-index: 10;
        }

        .slick-track {
            display: flex;
            align-items: center;
        }

        /* Arrow positioning */
        .arrow-container {
            display: flex;
            justify-content: flex-end;
            gap: 20px;
        }

        /* Arrow position on mobile */
        @media (max-width: 767px) {
            .arrow-container {
                justify-content: center;
                margin-top: 15px;
            }
        }

        /* Counter style */
        .counter {
            font-weight: 500;
            font-size: 14px;
            color: #333;
        }


        /*  */




        .feature-card {
            transition: box-shadow 0.3s ease;
            text-align: left;
        }

        .feature-card:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .bg-curb {
            background: url(/wp-content/themes/tally/assets/images/blue-brand-line2.svg);
            background-repeat: no-repeat;
            background-position: right center;
        }

        /* faq */


        .faq-container {
            background-color: #f9fcff;
            padding: 60px 0;
        }

        .faq-title {
            font-weight: 700;
        }

        .faq-accordion .accordion-button {
            background-color: #ffffff;
            font-weight: 500;
            font-size: 1rem;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            background-color: #e8f6ff !important;
            box-shadow: none;
        }

        .faq-accordion .accordion-body {
            font-size: 0.95rem;
        }

        .faq-accordion .accordion-item {
            border: none;
            border-bottom: 1px solid #dee2e6;
        }

        .text-yellow {
            color: var(--color-dark-orange);
            text-wrap: nowrap;
            text-wrap-mode: nowrap;
        }


        /*  */

        .otherFeatureImg {
            max-height: 200px;
            margin: 0 0 10px 0;
        }



        .otfeature-img {
            min-height: 100px;
        }

        #reportAccordion .accordion-button {
            padding: 0 !important;
        }
.form-group-sec {
            margin-bottom: 14px;
        }

        /*  */
        .trial-toggle .btn {
            border-radius: 0.375rem;
            border: none;
            color: var(--color-gray);
        }

        .trial-toggle .btn.active {
            background-color: var(--color-light-blue);
            color: white;
        }

        .trial-toggle .btn:hover {
            background-color: var(--color-light-blue) !important;
            color: white;
        }

        .trial-price-card {
            background-color: #fff;
            border-radius: 0.5rem;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            padding: 1.5rem;
            position: relative;
            height: 100%;
        }

        .w-fit {
            width: fit-content !important;
        }

        /* Extra small devices (phones, portrait) */
        @media (max-width: 575px) {
            .sectionbg {
                background-position-y: 0 !important;
                /* height: 700px !important; */
            }

            .feature-tick-list ul {
                list-style: none;
                padding: 0;
                margin: 0;
                list-style: none;
                columns: 1;
                -webkit-columns: 1;
                -moz-columns: 1;
                list-style-position: inside;
                padding-left: 0;
                /* optional */
                gap: 2rem;
            }
        }

        /* Small devices (phones landscape, small tablets) */
        @media (min-width: 576px) and (max-width: 767px) {
            .sectionbg {
                background-position-y: -20px !important;
                /* height: 700px !important; */
            }
        }

        /* Medium devices (tablets) */
        @media (min-width: 768px) and (max-width: 991px) {
            .sectionbg {
                background-position-y: -40px !important;
                /* height: 600px !important; */
            }
        }

        /* Large devices (laptops/desktops) */
        @media (min-width: 992px) and (max-width: 1199px) {
            .sectionbg {
                background-position-y: -15px !important;
                /* height: 600px !important; */
            }
        }

        /* Extra large devices (large desktops) */
        @media (min-width: 1200px) and (max-width: 1599px) {
            .sectionbg {
                background-position-y: -145px !important;
                /* height: 500px !important; */
            }
        }

        /* Ultra-wide screens */
        @media (min-width: 1600px) and (max-width: 1999px) {
            .sectionbg {
                background-position-y: -270px !important;
                /* height: 700px !important; */
            }
        }

        /* Super ultra-wide screens */
        @media (min-width: 2000px) {
            .sectionbg {
                background-position-y: -473px !important;
                /* height: 830px !important; */
            }
        }
.clsRatingDiv {
            border: 1px solid #000000;
            border-radius: 5px;
            padding: 10px;
            display: flex;
            text-align: center;
            color: #000000;
            text-decoration: none;
            background-color: #fff;
        }

        .free-trial-form {
            box-shadow: 0px 0px 5px 0px #00000040;
            background: #ffffff;
            border-radius: 8px;
            max-width: 80%;
        }

        .FeatName {
            border-radius: 8px;
            border: 0.87px solid #C8C8C9;
            width: 100%;
            padding: 0.5rem;
            margin-bottom: 0.7rem;
            outline: 0;
            font-size: .85rem;
        }

        @media (max-width: 576px) {
            .clsRatingDiv {
                width: 85%;
                position: relative;
                left: 25px;
            }
        }

        @media (max-width:1024px) {
            .free-trial-form {
                max-width: 100%;
            }
        }