    :root {
        --primary-color: #4B3F99;
        --normal-gradient: linear-gradient(270deg, #261B70 0%, #4B3F99 100%);
        --neon-gradient: linear-gradient(270deg, #F112F5 0%, #B432FF 100%);
        --button-gradient: linear-gradient(270deg, #261B70 0%, #4B3F99 100%);
        --other-case-study-gradient: linear-gradient(108.34deg, #F1EFFF 5.31%, rgba(219, 255, 255, 0.2) 27.63%, #EAF7FF 49.96%, #EAF4FF 72.28%, rgba(219, 212, 255, 0.2) 94.61%);
    }

    #hero-section {
        background: url(../images/nipeleke-multi-service-marketplace-solution/hero-section-bg.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #services-we-provide-section .challenge-card:hover {
        box-shadow: 0px 10px 30px 0px #0000FF00;
    }

    .provide-content-bg {
        background: radial-gradient(50% 69.17% at 50% 50%, rgba(219, 213, 255, 0.3) 0%, rgba(233, 229, 255, 0.3) 100%);
    }

    .keywords-border-box {
        background: #EBE8FF;
        padding: 5px 15px;
    }

    #what-we-provide-section .section-title h2 {
        line-height: 1.2;
        margin-bottom: 10px;
    }

    #what-we-provide-section .section-description {
        margin-bottom: 15px;
    }

    #tech-stack-section .section-title p {
        max-width: 65%;
        margin: 0 auto;
    }

    #ui-section {
        background-image: url(../images/nipeleke-multi-service-marketplace-solution/ui-slider-bg-image.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #features-section .feature-list {
        background: #4B3F990D;
    }

    #features-section .feature-icon {
        background: linear-gradient(#FFFFFF, #FFFFFF) padding-box,
            linear-gradient(135deg, rgba(75, 63, 153, 0.4) 0%, rgba(75, 63, 153, 0) 100%) border-box;
    }

    #how-we-develop-clone-app .tabs-section {
        background: #4B3F990D;
        border: 1px solid #4B3F9980;
        box-shadow: 0px 0px 20px 0px #00FF0000;
    }

    #how-we-develop-clone-app .nav-tabs .nav-link.active {
        border: 2px solid #4B3F9980;
    }

    #tech-stack-section .tech-stack-card:hover {
        box-shadow: 0px 10px 30px 0px #0000FF00;
    }

    #tech-stack-section .tech-stack-card:hover svg path {
        fill: url(#paint0_linear_678_2);
    }

    @media only screen and (max-width: 1400px) {
        #tech-stack-section .section-title p {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 768px) {
        #hero-section {
            background: linear-gradient(167.4deg, #120A1A 0.91%, #260B3D 50.23%, #14081F 99.55%);
        }

        #ui-section {
            background: linear-gradient(167.4deg, #1F0139 0.91%, #250148 50.23%, #270951 99.55%);
        }
    }