        .header-mid{
            color: black;
        }
        .btn-brown, .btn-brown:hover {
            background-color: #F69946;
            border-color: #F69946;
            color: #fff;
        }
        .btn-brown img {
            filter: brightness(0) invert(1);
        }
        .about-title h5 span, .section-title.second-title h5 span, .stitle span {
            color: #F69946;
        }
        .faq-btn[aria-expanded="true"], .faq-btn:hover {
            color: #F69946;
        }
        .abox .icon {
            background: #F69946;
        }
        .footer-bg {
            background-color: #40332E;
        }
        .brand-active .single-brand img {
            filter: grayscale(0) opacity(0.8);
            transition: all 0.3s;
        }
        .brand-active .single-brand:hover img {
            filter: grayscale(0) opacity(1);
        }
        .philosophy-text {
            font-style: italic;
            border-left: 3px solid #F69946;
            padding-left: 20px;
            margin: 20px 0;
        }
        .insect-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 15px;
        }
        .insect-list span {
            background: #F6994620;
            color: #40332E;
            padding: 6px 15px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 500;
            border: 1px solid #F6994660;
        }
        .core-value-box {
            background: #fff9f0;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 20px;
            transition: all 0.3s;
        }
        .core-value-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }
        .core-value-box h5 {
            color: #F69946;
            font-weight: 700;
        }