    :root {
        --primary-color: #F4B400;
        --normal-gradient: linear-gradient(270deg, #996004 0%, #F4B400 100%);
        --neon-gradient: linear-gradient(270deg, #FF6505 0%, #F3E601 100%);
        --button-gradient: linear-gradient(270deg, #996004 0%, #F4B400 100%);
        --other-case-study-gradient: linear-gradient(107.21deg, #FFF6C5 0.62%, rgba(255, 227, 183, 0.2) 25.47%, rgba(253, 219, 84, 0.2) 54.51%, rgba(255, 227, 183, 0.2) 87.58%, rgba(255, 214, 51, 0.2) 100%);
    }

    #hero-section {
        background: url(../images/tuma-go-taxi-bidding-app-solution/hero-section-background.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

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

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

    .keywords-border-box {
        background: #FFF2CE;
        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: linear-gradient(76.98deg, #000000 0.15%, #584100 49.63%, #0C0900 99.11%);
    }

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

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

    #how-we-develop-clone-app .tabs-section {
        background: #F4B4000D;
        border: 1px solid #F4B40080;
        box-shadow: 0px 0px 20px 0px #2A2A2A26;
    }

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

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

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

    @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(180deg, #432F01 0%, #2C1700 50%, #020200 100%);
        }
    }