        body {
            background: #212121;
        }

        .text-lime {
            color: var(--lime);
            line-height: 1.3;
        }

        .container {
            min-width: 94%;
        }

        .container-lg {
            max-width: 1340px;
        }

        .features-section {
            background-color: #8B3C961A;
        }

        section.title-sec {
            background-image: url(/img/setup/banner/serkit-banner.webp);
        }

        .feature-item {
            text-align: center;
            color: white;
            padding: 24px 12px;
            transition: all 0.3s ease;
        }

        .feature-item:hover {
            transform: translateY(-5px);
        }

        section.header {
            background-color: #fff !important;
        }

        section.features-section {
            padding: 24px;
        }

        .feature-icon {
            width: 100%;
            height: 60px;
            margin: 0 auto 12px;
            background: transparent;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            transition: all 0.3s ease;
        }

        .feature-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #ecf0f1;
            text-align: left;
        }

        .feature-icon img {
            max-width: 60px;
        }

        .feature-description {
            font-size: 16px;
            color: #bdc3c7;
            line-height: 1.6;
            margin: 0;
            text-align: left;
        }

        .content-wrapper {
            height: 100%;
            min-height: 375px;
        }

        .benefits-section {
            color: white;
        }

        .benefit-card {
            border-radius: 16px;
            padding: 12px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
            background: #8B3C9680;
            height: max-content;
            min-height: 160px;
            align-items: center;

        }

        .benefit-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
            pointer-events: none;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(107, 70, 193, 0.3);
        }

        .benefit-icon {
            width: 84px;
            height: 84px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
        }

        .benefit-icon i {
            font-size: 2rem;
            color: #ffffff;
        }

        .benefit-title {
            font-size: 20px;
            font-weight: 600;
            color: #ffffff;
            position: relative;
            z-index: 2;
            margin: 12px 0;
        }

        .benefit-description {
            font-size: 16px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            position: relative;
            z-index: 2;
        }

        .started-card {
            max-width: 320px;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-align: center;
            align-items: center;
            border-width: 0px;
            border-style: initial;
            border-color: initial;
            border-image: initial;
            margin: 12px 0px;
            background: transparent;
            color: #fff;
        }

        .get-started img {
            height: 90px;
            width: 90px;
            margin: 0px;
            padding: 0px;
            border-radius: 50% !important;
        }

        .industry-benefits-section {
            padding: 1rem 0;
            overflow: hidden;
        }

        .section-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        section.benefits-section {
            margin: 3rem 0;
        }

        .started-card .card-title {
            color: #fff;
        }

        p.card-text {
            color: #fff;
        }

        .cta-content h4 {
            color: #fff;
        }

        .cta-content h6 {
            color: #fff;
        }

        .benefit-cards {
            background: #8B3C9666;
            border-radius: 16px;
            padding: 0;
            height: 360px;
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
            margin: 0 10px;
        }

        .benefit-cards .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 16px 16px 0 0;
        }

        .carrer-form-control {
            font-size: 16px;
            min-height: 54px;
            border: 0;
            color: #c1b8b8ed;
            background-color: #F4F4F41A;
            border-radius: 10px;
        }

        .benefit-cards .card-content {
            padding: 12px;
            position: relative;
            z-index: 2;
            height: max-content;
            display: flex;
            flex-direction: column;
            color: #fff;
            justify-content: space-between;
        }

        h4.get-started-heading {
            font-size: 24px;
        }

        .benefit-cards .card-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 12px;
            color: var(--white);
            line-height: 1.35;
            z-index: 2;
            text-align: center;
        }

        .benefit-cards .card-description {
            font-size: 14px;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
            z-index: 2;
            text-align: center;
            font-weight: 400;
            padding: 0 12px;
        }

        .wrapped .title-head {
            color: #fff;
            font-size: 36px;
            line-height: 1.5;
        }

        button.btn.apply-btn {
            color: #fff !important;
            border-color: #fff !important;
        }

        button.callback-btn.btn {
            border: 1px solid #fff;
            border-radius: 24px;
            color: #fff;
            margin-top: 12px;
            padding: 8px 20px;
        }

        .callback-btn.btn:hover {
            border-color: var(--lime);
            color: var(--lime);
        }

        .wrapped {
            display: flex;
            flex-direction: column;
            align-items: baseline;
            margin-left: 24px;
            margin-top: 18px;
        }

        .benefit-icon img {
            width: 93px;
            height: 100%;
            object-fit: contain;
            padding: 5px;
        }

        section.title-sec {
            height: 530px;
            background-position: center center;
            background-size: cover;
        }

        .benefit-carousel .owl-nav {
            display: none !important;
        }

        .form-control:focus {
            color: #dddddd;
            background-color: #f4f4f42e;
            padding: 12px;
        }

        input.carrer-form-control::placeholder {
            color: #fff !important;
        }

        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .section-title {
                font-size: 2.2rem;
                text-align: center;
            }

            .content-wrapper {
                min-height: max-content;
            }

            .benefit-card {
                margin-bottom: 1.5rem;
            }

            h4.get-started-heading {
                font-size: 22px;
            }

            .section-title {
                font-size: 22px;
                text-align: center;
                padding-left: 0;
            }

            .benefit-cards {
                height: 300px;
                margin: 0 5px;
            }


            .benefit-cards .card-content {
                height: 100px;
                padding: 15px;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .benefit-card {
                height: 100%;
            }
        }

        @media (max-width: 767.98px) {

            .section-title {
                font-size: 1.9rem;
                margin-bottom: 2rem;
            }

            .benefit-card {
                padding: 1.5rem;
                margin-bottom: 1rem;
            }

            .benefit-title {
                font-size: 20px;
                font-weight: 600;
            }

            .benefit-description {
                font-size: 14px;
            }

            .industry-benefits-section {
                padding-bottom: 3rem;
            }

            .benefit-cards .section-title {
                font-size: 18px;
                margin-bottom: 2rem;
            }

            .benefit-cards {
                height: max-content;
                margin: 0 5px;
            }

            .benefit-cards .card-title {
                font-size: 18px;
            }

            .benefit-cards .card-description {
                font-size: 14px;
            }

            .content-wrapper {
                height: 100%;
                min-height: max-content;
            }

            .benefit-card {
                height: 100%;
            }
        }

        /* Animation for cards */
        .benefit-card {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .benefit-card:nth-child(1) {
            animation-delay: 0.1s;
        }

        .benefit-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .benefit-card:nth-child(3) {
            animation-delay: 0.3s;
        }

        .benefit-card:nth-child(4) {
            animation-delay: 0.4s;
        }

        .benefit-card:nth-child(5) {
            animation-delay: 0.5s;
        }

        .benefit-card:nth-child(6) {
            animation-delay: 0.6s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }


        }


        @media screen and (max-width: 576px) {
            .feature-description {
                font-size: 14px;
                text-align: center;
                line-height: 1.35;
            }

            h4.get-started-heading {
                font-size: 20px;
            }

            .content-wrapper {
                min-height: max-content;
            }

            h1.hero-title {
                margin-top: 1rem;
            }

            .feature-item {
                padding: 24px 0px;
                max-width: 180px;
                box-shadow: 0 0 4px -1px #000;
                margin: 24px 8px;
                display: flex;
                flex-direction: column;
                align-items: center;
                border-radius: 12px;
                min-height: 260px;
            }

            .feature-icon {
                justify-content: center;
            }

            .feature-title {
                text-align: center;
            }

            .benefit-icon img {
                margin-bottom: 8px;
            }

            .started-body p {
                font-size: 14px;
            }

            .benefit-cards {
                height: max-content;
                margin: 0 2px;
                min-height: 374px;
                margin-right: 12px;
            }

            .benefit-cards .card-content {
                padding: 12px;
                height: max-content;
                color: #fff;
                min-height: 132px;
            }

            .benefit-title {
                font-size: 18px;
            }

            section.hero-section {
                padding: 24px 0;
            }

            section.features-section {
                padding: 12px 0;
            }

            section.title-sec {
                background-image: url(/img/setup/banner/serkit-banner-mob.png);
            }

            .wrapped .title-head {
                color: #fff;
                font-size: 24px;
            }
        }



        @media screen and (min-width: 1400px) {
            section.title-sec {
                height: 600px;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
            }

            h4.get-started-heading {
                font-size: 28px;
            }

            section.hero-section {
                padding: 54px 0;
            }

            .section-title,
            .cta-content h4,
            h1.hero-title {
                font-size: 28px;
            }
        }