        
        .placeholder-img {
            width: 100%;
            height: 200px;
            background-color: #ddd;
            margin: 15px 0;
        }

        .herbal-milk-tea-section {
            text-align: center;
            padding: 0 0 50px 0;
        }

        .herbal-milk-tea-banner {
            background: linear-gradient(135deg, rgba(155, 89, 182, 0.7), rgba(52, 152, 219, 0.7));
            color: white;
            padding: 100px 0;

            margin-bottom: 0;
        }

        .herbal-milk-tea-banner h1 {
            font-size: 3rem;
            margin-bottom: 20px;
        }

        .herbal-milk-tea-banner p {
            font-size: 1.2rem;
        }

        .effect-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            padding: 0 20px;
        }

        .effect-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            width: 300px;
            overflow: hidden;
            transition: transform 0.3s;
        }

        .effect-card:hover {
            transform: translateY(-10px);

        }

        .effect-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .effect-card h2 {
            padding: 20px 0 10px;
            color: #333;
        }

        .effect-card p {
            padding: 0 20px 20px;
            color: #666;
        }

        .effect-card p:hover {
            color: #0c0c0c;
        }

        .order-btn {
            display: inline-block;
            background: #e74c3c;
            color: white;
            padding: 10px 20px;
            margin-bottom: 20px;
            border-radius: 5px;
            text-decoration: none;
            transition: background 0.3s;
        }

        .order-btn:hover {
            background: #c0392b;
        }
        .header-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 50px;

        }
      
        .header-container a {
            text-emphasis: none;
            text-decoration: none;
            color: #333;   
        }
        .header-container a h3 {
            background-color: #333;
            color: #333;
            transition: color 0.3s;    
        }

        .header-container a:hover {
            color: #333;
        }

        .header-container a h3 {
            background-color: #333;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
        }

        p {
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .header-container .STYLE20 {
            font-size: 14px;
            color: #666;
            margin: 0;
        }
        .header-container .STYLE20 {
            margin-left: auto;
        }