    :root {
        --primary-color: #DC2F29;
        --normal-gradient: linear-gradient(270deg, #B10802 0%, #DC2F29 100%);
        --neon-gradient: linear-gradient(270deg, #F27B14 0%, #DB0700 100%);
        --button-gradient: linear-gradient(270deg, #B10802 0%, #DC2F29 100%);
        --other-case-study-gradient: linear-gradient(107.47deg, #FFE6E9 0%, rgba(227, 255, 183, 0.2) 25%, rgba(255, 227, 199, 0.2) 50%, rgba(255, 154, 171, 0.2) 75%, rgba(255, 166, 163, 0.2) 100%);
    }

    #hero-section {
        background: linear-gradient(99.63deg, #000000 0.34%, #360000 50.17%, #010000 100%);
    }

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

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

    .keywords-border-box {
        background: #FFEEEE;
        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/gofoodpng-food-ordering-app-solutions/ui-section-background.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

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

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

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

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

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

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

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

    @media only screen and (max-width: 768px) {
        #ui-section {
            background: linear-gradient(180deg, #2C0100 0%, #480200 50%, #1A0201 100%);
        }
    }