{"id":301,"date":"2026-07-08T14:41:29","date_gmt":"2026-07-08T14:41:29","guid":{"rendered":"https:\/\/eventhing-studio.shop\/?page_id=301"},"modified":"2026-07-08T14:44:33","modified_gmt":"2026-07-08T14:44:33","slug":"301-2","status":"publish","type":"page","link":"https:\/\/eventhing-studio.shop\/?page_id=301","title":{"rendered":""},"content":{"rendered":"\n<?php\n\/* Template Name: EVENTHING SG Full Page *\/\n?>\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <meta name=\"description\" content=\"EVENTHING SG \u2013 Premium event styling and party planning in Singapore. Live food stations, balloon decorations, and more.\" \/>\n    <title>EVENTHING SG \u2013 Premium Event Styling &#038; Party Planning Singapore<\/title>\n\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;family=Poppins:wght@300;400;500;600;700&#038;family=Montserrat:wght@500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n\n    <!-- Font Awesome 6 (Free) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" \/>\n\n    <style>\n        \/* ===== RESET & BASE ===== *\/\n        *,\n        *::before,\n        *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --white: #FFFFFF;\n            --soft-ivory: #FAF8F5;\n            --warm-beige: #F6F1EB;\n            --champagne: #C9A46A;\n            --champagne-dark: #B8925A;\n            --sage: #A8B89C;\n            --dusty-blue: #AFC6D8;\n            --blush: #F4D8DD;\n            --terracotta: #D8906A;\n            --charcoal: #2C2C2C;\n            --shadow-sm: 0 4px 20px rgba(44, 44, 44, 0.06);\n            --shadow-md: 0 8px 40px rgba(44, 44, 44, 0.08);\n            --shadow-lg: 0 20px 60px rgba(44, 44, 44, 0.10);\n            --radius: 18px;\n            --radius-sm: 10px;\n            --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            --font-heading: 'Playfair Display', serif;\n            --font-subheading: 'Cormorant Garamond', serif;\n            --font-body: 'Poppins', sans-serif;\n            --font-label: 'Montserrat', sans-serif;\n        }\n\n        html {\n            scroll-behavior: smooth;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        body {\n            font-family: var(--font-body);\n            background-color: var(--white);\n            color: var(--charcoal);\n            line-height: 1.7;\n            overflow-x: hidden;\n            margin: 0;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n        ul {\n            list-style: none;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        .section-padding {\n            padding: 80px 0;\n        }\n\n        .section-padding-sm {\n            padding: 60px 0;\n        }\n\n        .text-center {\n            text-align: center;\n        }\n\n        \/* ===== TYPOGRAPHY ===== *\/\n        .heading-primary {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.2rem, 5.5vw, 4.2rem);\n            line-height: 1.15;\n            letter-spacing: -0.02em;\n        }\n\n        .heading-secondary {\n            font-family: var(--font-subheading);\n            font-weight: 600;\n            font-size: clamp(1.8rem, 4vw, 3rem);\n            line-height: 1.2;\n        }\n\n        .heading-tertiary {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(1.3rem, 2.2vw, 1.8rem);\n            line-height: 1.3;\n        }\n\n        .subtitle {\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            color: var(--champagne);\n            margin-bottom: 8px;\n        }\n\n        .body-text {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: 1.05rem;\n            color: #555;\n            max-width: 640px;\n            margin: 0 auto;\n        }\n\n        .body-text strong {\n            font-weight: 600;\n            color: var(--charcoal);\n        }\n\n        .gold-underline {\n            display: inline-block;\n            position: relative;\n        }\n        .gold-underline::after {\n            content: '';\n            position: absolute;\n            bottom: -6px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 3px;\n            background: var(--champagne);\n            border-radius: 4px;\n        }\n\n        \/* ===== BUTTONS ===== *\/\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.95rem;\n            padding: 14px 34px;\n            border-radius: 50px;\n            border: none;\n            cursor: pointer;\n            transition: var(--transition);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .btn-primary {\n            background: var(--champagne);\n            color: var(--white);\n            box-shadow: 0 6px 24px rgba(201, 164, 106, 0.35);\n        }\n        .btn-primary:hover {\n            background: var(--champagne-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 10px 32px rgba(201, 164, 106, 0.45);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: var(--charcoal);\n            border: 2px solid var(--charcoal);\n        }\n        .btn-secondary:hover {\n            background: var(--charcoal);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .btn-outline-gold {\n            background: transparent;\n            color: var(--champagne);\n            border: 2px solid var(--champagne);\n        }\n        .btn-outline-gold:hover {\n            background: var(--champagne);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .btn-white {\n            background: var(--white);\n            color: var(--charcoal);\n        }\n        .btn-white:hover {\n            background: var(--soft-ivory);\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-md);\n        }\n\n        .btn-gold {\n            background: var(--champagne);\n            color: var(--white);\n        }\n        .btn-gold:hover {\n            background: var(--champagne-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 28px rgba(201, 164, 106, 0.4);\n        }\n\n        .btn-small {\n            padding: 10px 24px;\n            font-size: 0.85rem;\n        }\n\n        \/* ===== NAVIGATION ===== *\/\n        .navbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            padding: 16px 0;\n            transition: var(--transition);\n            background: transparent;\n        }\n\n        .navbar.scrolled {\n            background: rgba(255, 255, 255, 0.92);\n            backdrop-filter: blur(14px);\n            -webkit-backdrop-filter: blur(14px);\n            box-shadow: 0 2px 30px rgba(44, 44, 44, 0.06);\n            padding: 10px 0;\n        }\n\n        .navbar .container {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .logo img {\n            height: 42px;\n            width: auto;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .navbar.scrolled .logo img {\n            filter: brightness(0);\n        }\n\n        .nav-links {\n            display: flex;\n            align-items: center;\n            gap: 32px;\n        }\n\n        .nav-links a {\n            font-family: var(--font-body);\n            font-weight: 500;\n            font-size: 0.9rem;\n            color: rgba(255, 255, 255, 0.8);\n            transition: var(--transition);\n            position: relative;\n            cursor: pointer;\n        }\n\n        .navbar.scrolled .nav-links a {\n            color: var(--charcoal);\n        }\n\n        .nav-links a:hover {\n            color: var(--champagne);\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -4px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--champagne);\n            transition: var(--transition);\n        }\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .nav-cta {\n            background: var(--champagne);\n            color: var(--white) !important;\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-weight: 600 !important;\n        }\n        .nav-cta:hover {\n            background: var(--champagne-dark) !important;\n            color: var(--white) !important;\n        }\n        .nav-cta::after {\n            display: none !important;\n        }\n\n        .hamburger {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 4px;\n            background: none;\n            border: none;\n            z-index: 1001;\n        }\n\n        .hamburger span {\n            display: block;\n            width: 28px;\n            height: 2.5px;\n            background: var(--white);\n            border-radius: 4px;\n            transition: var(--transition);\n        }\n\n        .navbar.scrolled .hamburger span {\n            background: var(--charcoal);\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: rotate(45deg) translate(5px, 5px);\n        }\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n        .hamburger.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(5px, -5px);\n        }\n\n        \/* ===== PAGE NAVIGATION ===== *\/\n        .page {\n            display: none;\n        }\n        .page.active {\n            display: block;\n        }\n\n        \/* ===== HERO ===== *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);\n            overflow: hidden;\n        }\n\n        .hero-bg {\n            position: absolute;\n            inset: 0;\n            background:\n                url('https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/c13e6321-dda3-4bd4-9780-d8c19cbaf4e3-1.png') center center \/ cover no-repeat;\n            opacity: 0.45;\n            transform: scale(1.05);\n            animation: heroZoom 20s ease-in-out infinite alternate;\n        }\n\n        @keyframes heroZoom {\n            0% {\n                transform: scale(1.05);\n            }\n            100% {\n                transform: scale(1.15);\n            }\n        }\n\n        .hero-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(180deg, rgba(44, 44, 44, 0.3) 0%, rgba(44, 44, 44, 0.7) 100%);\n        }\n\n        .hero .container {\n            position: relative;\n            z-index: 2;\n            padding: 120px 24px 80px;\n        }\n\n        .hero-content {\n            max-width: 720px;\n            color: var(--white);\n        }\n\n        .hero-badge {\n            display: inline-block;\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.15);\n            backdrop-filter: blur(6px);\n            padding: 6px 20px;\n            border-radius: 50px;\n            border: 1px solid rgba(201, 164, 106, 0.2);\n            margin-bottom: 20px;\n        }\n\n        .hero h1 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.6rem, 6.5vw, 4.8rem);\n            line-height: 1.08;\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n        }\n\n        .hero h1 .highlight {\n            color: var(--champagne);\n            position: relative;\n        }\n\n        .hero p {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: clamp(1rem, 1.3vw, 1.2rem);\n            color: rgba(255, 255, 255, 0.8);\n            max-width: 560px;\n            margin-bottom: 36px;\n            line-height: 1.8;\n        }\n\n        .hero-buttons {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 16px;\n        }\n\n        .hero-buttons .btn {\n            min-width: 180px;\n        }\n\n        .hero-stats {\n            display: flex;\n            gap: 48px;\n            margin-top: 56px;\n            padding-top: 40px;\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        .hero-stats .stat {\n            text-align: left;\n        }\n\n        .hero-stats .stat-number {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.8rem;\n            color: var(--champagne);\n            display: block;\n        }\n\n        .hero-stats .stat-label {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: 0.85rem;\n            color: rgba(255, 255, 255, 0.6);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        \/* ===== SECTION HEADERS ===== *\/\n        .section-header {\n            text-align: center;\n            max-width: 720px;\n            margin: 0 auto 56px;\n        }\n\n        .section-header .subtitle {\n            margin-bottom: 10px;\n        }\n\n        .section-header h2 {\n            margin-bottom: 16px;\n        }\n\n        .section-header p {\n            font-family: var(--font-body);\n            font-weight: 300;\n            color: #666;\n            font-size: 1.05rem;\n        }\n\n        \/* ===== PROMOTION BANNER ===== *\/\n        .promo-banner {\n            background: var(--soft-ivory);\n            padding: 40px 0;\n        }\n\n        .promo-banner .promo-image {\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-md);\n            transition: var(--transition);\n        }\n\n        .promo-banner .promo-image:hover {\n            transform: scale(1.01);\n            box-shadow: var(--shadow-lg);\n        }\n\n        .promo-banner .promo-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ===== ABOUT ===== *\/\n        .about {\n            background: var(--soft-ivory);\n        }\n\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .about-image {\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-lg);\n            position: relative;\n        }\n\n        .about-image img {\n            width: 100%;\n            height: 480px;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .about-image:hover img {\n            transform: scale(1.02);\n        }\n\n        .about-image .floating-badge {\n            position: absolute;\n            bottom: -18px;\n            right: -18px;\n            background: var(--white);\n            padding: 16px 24px;\n            border-radius: var(--radius-sm);\n            box-shadow: var(--shadow-md);\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            font-family: var(--font-body);\n            font-weight: 500;\n        }\n\n        .about-image .floating-badge i {\n            color: var(--champagne);\n            font-size: 1.6rem;\n        }\n\n        .about-content h2 {\n            margin-bottom: 16px;\n        }\n\n        .about-content p {\n            color: #555;\n            margin-bottom: 16px;\n            font-weight: 300;\n            line-height: 1.9;\n        }\n\n        .about-content .about-features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px 24px;\n            margin: 24px 0 32px;\n        }\n\n        .about-content .about-features li {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 400;\n            font-size: 0.95rem;\n        }\n\n        .about-content .about-features li i {\n            color: var(--champagne);\n            font-size: 1rem;\n            width: 20px;\n        }\n\n        \/* ===== SERVICES ===== *\/\n        .services {\n            background: var(--white);\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n            gap: 28px;\n        }\n\n        .service-card {\n            background: var(--soft-ivory);\n            padding: 32px 24px 28px;\n            border-radius: var(--radius);\n            transition: var(--transition);\n            border: 1px solid transparent;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-md);\n            border-color: rgba(201, 164, 106, 0.2);\n            background: var(--white);\n        }\n\n        .service-card .icon-wrap {\n            width: 64px;\n            height: 64px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.10);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px;\n            font-size: 1.6rem;\n            color: var(--champagne);\n            transition: var(--transition);\n        }\n\n        .service-card:hover .icon-wrap {\n            background: var(--champagne);\n            color: var(--white);\n            transform: scale(1.05);\n        }\n\n        .service-card h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 6px;\n        }\n\n        .service-card p {\n            font-size: 0.9rem;\n            color: #777;\n            font-weight: 300;\n            line-height: 1.6;\n        }\n\n        .service-card .tag-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 6px 12px;\n            margin-top: 14px;\n        }\n\n        .service-card .tag-list span {\n            font-size: 0.75rem;\n            font-weight: 500;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.08);\n            padding: 2px 12px;\n            border-radius: 20px;\n        }\n\n        .service-category {\n            margin-bottom: 48px;\n        }\n        .service-category:last-child {\n            margin-bottom: 0;\n        }\n\n        .service-category .cat-title {\n            font-family: var(--font-subheading);\n            font-weight: 600;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: var(--charcoal);\n            text-align: center;\n        }\n\n        \/* ===== FOOD LIVE STATIONS (Homepage - No Pricing) ===== *\/\n        .food-stations-home {\n            background: var(--soft-ivory);\n        }\n\n        .food-stations-home-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 24px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .food-station-home-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n        }\n\n        .food-station-home-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .food-station-home-card .station-image {\n            height: 160px;\n            overflow: hidden;\n        }\n\n        .food-station-home-card .station-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .food-station-home-card:hover .station-image img {\n            transform: scale(1.04);\n        }\n\n        .food-station-home-card .station-content {\n            padding: 16px 16px 20px;\n            text-align: center;\n        }\n\n        .food-station-home-card .station-content h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1rem;\n            margin-bottom: 4px;\n        }\n\n        .food-station-home-card .station-content p {\n            font-size: 0.8rem;\n            color: #777;\n            font-weight: 300;\n            line-height: 1.5;\n        }\n\n        .food-station-home-card .station-content .btn {\n            margin-top: 10px;\n            width: 100%;\n        }\n\n        \/* ===== FOOD LIVE STATIONS PAGE (Full with Pricing) ===== *\/\n        .food-stations-page {\n            background: var(--soft-ivory);\n            min-height: 100vh;\n            padding-top: 100px;\n        }\n\n        .food-stations-page .page-hero {\n            background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);\n            padding: 80px 0 60px;\n            color: var(--white);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .food-stations-page .page-hero::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: url('https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png') center center \/ cover no-repeat;\n            opacity: 0.15;\n        }\n\n        .food-stations-page .page-hero .container {\n            position: relative;\n            z-index: 1;\n        }\n\n        .food-stations-page .page-hero h1 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.4rem, 5vw, 3.8rem);\n            margin-bottom: 12px;\n        }\n\n        .food-stations-page .page-hero h1 .highlight {\n            color: var(--champagne);\n        }\n\n        .food-stations-page .page-hero p {\n            font-weight: 300;\n            color: rgba(255, 255, 255, 0.8);\n            max-width: 640px;\n            margin: 0 auto;\n            font-size: 1.05rem;\n        }\n\n        .food-stations-page .page-hero .hero-badge {\n            display: inline-block;\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.15);\n            backdrop-filter: blur(6px);\n            padding: 6px 20px;\n            border-radius: 50px;\n            border: 1px solid rgba(201, 164, 106, 0.2);\n            margin-bottom: 16px;\n        }\n\n        \/* Bundle Promo Banner *\/\n        .bundle-promo {\n            background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-dark) 100%);\n            padding: 20px 24px;\n            border-radius: var(--radius);\n            margin: 0 auto 40px;\n            max-width: 900px;\n            text-align: center;\n            color: var(--white);\n        }\n\n        .bundle-promo h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(1.3rem, 2.5vw, 1.8rem);\n            margin-bottom: 4px;\n        }\n\n        .bundle-promo p {\n            font-weight: 400;\n            font-size: 1rem;\n            opacity: 0.95;\n        }\n\n        .bundle-promo .highlight-text {\n            font-size: 1.2rem;\n            font-weight: 700;\n        }\n\n        .food-stations-grid-full {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 28px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .food-station-full-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n            display: flex;\n            flex-direction: column;\n        }\n\n        .food-station-full-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .food-station-full-card .station-image {\n            height: 200px;\n            overflow: hidden;\n            flex-shrink: 0;\n        }\n\n        .food-station-full-card .station-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .food-station-full-card:hover .station-image img {\n            transform: scale(1.04);\n        }\n\n        .food-station-full-card .station-content {\n            padding: 20px 22px 24px;\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .food-station-full-card .station-content h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-bottom: 4px;\n        }\n\n        .food-station-full-card .station-content .price {\n            font-family: var(--font-body);\n            font-weight: 600;\n            color: var(--champagne);\n            font-size: 1.2rem;\n            margin: 6px 0;\n        }\n\n        .food-station-full-card .station-content .price span {\n            font-weight: 300;\n            color: #999;\n            font-size: 0.9rem;\n        }\n\n        .food-station-full-card .station-content .description {\n            font-size: 0.9rem;\n            color: #555;\n            font-weight: 300;\n            line-height: 1.6;\n            margin-bottom: 10px;\n        }\n\n        .food-station-full-card .station-content .includes {\n            margin: 6px 0 12px;\n            padding-left: 4px;\n        }\n\n        .food-station-full-card .station-content .includes li {\n            font-size: 0.85rem;\n            color: #666;\n            font-weight: 300;\n            padding: 2px 0;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .food-station-full-card .station-content .includes li i {\n            color: var(--champagne);\n            font-size: 0.7rem;\n            margin-top: 6px;\n            flex-shrink: 0;\n        }\n\n        .food-station-full-card .station-content .bonus {\n            font-size: 0.85rem;\n            color: var(--champagne);\n            font-weight: 500;\n            margin: 6px 0 12px;\n            background: rgba(201, 164, 106, 0.08);\n            padding: 6px 12px;\n            border-radius: 6px;\n            display: inline-block;\n            align-self: flex-start;\n        }\n\n        .food-station-full-card .station-content .btn {\n            width: 100%;\n            margin-top: auto;\n        }\n\n        \/* Why Choose Section on Food Page *\/\n        .why-food-stations {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 40px 36px;\n            margin-top: 50px;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .why-food-stations h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.5rem;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .why-food-stations .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 16px;\n        }\n\n        .why-food-stations .why-item {\n            text-align: center;\n            padding: 16px 12px;\n            border-radius: var(--radius-sm);\n            background: var(--soft-ivory);\n            transition: var(--transition);\n        }\n\n        .why-food-stations .why-item:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .why-food-stations .why-item i {\n            font-size: 1.6rem;\n            color: var(--champagne);\n            margin-bottom: 6px;\n            display: block;\n        }\n\n        .why-food-stations .why-item h4 {\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 2px;\n        }\n\n        .why-food-stations .why-item p {\n            font-size: 0.78rem;\n            color: #888;\n            font-weight: 300;\n        }\n\n        \/* ===== PACKAGES (Backdrop & Balloon) ===== *\/\n        .packages {\n            background: var(--soft-ivory);\n        }\n\n        .packages-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .package-wrapper {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 32px 28px 28px;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .package-wrapper:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.2);\n        }\n\n        .package-wrapper.featured {\n            border-color: var(--champagne);\n            background: linear-gradient(180deg, var(--white) 0%, #fcf9f6 100%);\n        }\n\n        .package-wrapper .badge {\n            display: inline-block;\n            background: var(--champagne);\n            color: var(--white);\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 4px 18px;\n            border-radius: 50px;\n            margin-bottom: 12px;\n        }\n\n        .package-wrapper .pkg-name {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.6rem;\n            margin-bottom: 4px;\n        }\n\n        .package-wrapper .pkg-price {\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--champagne);\n            font-family: var(--font-heading);\n            margin: 8px 0 2px;\n        }\n\n        .package-wrapper .pkg-price span {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #999;\n            font-family: var(--font-body);\n        }\n\n        .package-wrapper .pkg-old-price {\n            font-size: 0.95rem;\n            color: #aaa;\n            text-decoration: line-through;\n            font-weight: 300;\n        }\n\n        .package-wrapper .pkg-desc {\n            font-size: 0.9rem;\n            color: #666;\n            font-weight: 300;\n            margin: 8px 0 18px;\n        }\n\n        .package-wrapper .pkg-features {\n            margin: 8px 0 18px;\n        }\n\n        .package-wrapper .pkg-features li {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 0.9rem;\n            font-weight: 300;\n            color: #555;\n            padding: 4px 0;\n        }\n\n        .package-wrapper .pkg-features li i {\n            color: var(--champagne);\n            font-size: 0.8rem;\n            width: 18px;\n        }\n\n        .package-wrapper .pkg-addons {\n            background: var(--soft-ivory);\n            border-radius: var(--radius-sm);\n            padding: 14px 18px;\n            margin: 8px 0 20px;\n        }\n\n        .package-wrapper .pkg-addons p {\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: var(--charcoal);\n            margin-bottom: 4px;\n        }\n\n        .package-wrapper .pkg-addons span {\n            font-size: 0.8rem;\n            color: #777;\n            font-weight: 300;\n            display: inline-block;\n            margin-right: 8px;\n        }\n\n        .package-wrapper .btn {\n            width: 100%;\n            margin-top: 8px;\n        }\n\n        .package-gallery {\n            margin-top: 24px;\n            border-top: 1px solid rgba(201, 164, 106, 0.15);\n            padding-top: 20px;\n        }\n\n        .package-gallery h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.9rem;\n            color: var(--charcoal);\n            margin-bottom: 12px;\n            letter-spacing: 0.05em;\n        }\n\n        .package-gallery .gallery-thumbs {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));\n            gap: 10px;\n        }\n\n        .package-gallery .gallery-thumbs a {\n            display: block;\n            border-radius: 6px;\n            overflow: hidden;\n            aspect-ratio: 1 \/ 1;\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .package-gallery .gallery-thumbs a:hover {\n            border-color: var(--champagne);\n            transform: scale(1.04);\n        }\n\n        .package-gallery .gallery-thumbs img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* ===== WHY CHOOSE ===== *\/\n        .why-choose {\n            background: var(--white);\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 24px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .why-item {\n            text-align: center;\n            padding: 24px 16px;\n            border-radius: var(--radius-sm);\n            transition: var(--transition);\n            background: var(--soft-ivory);\n        }\n\n        .why-item:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-sm);\n            background: var(--white);\n        }\n\n        .why-item .icon-wrap {\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.08);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 12px;\n            font-size: 1.4rem;\n            color: var(--champagne);\n            transition: var(--transition);\n        }\n\n        .why-item:hover .icon-wrap {\n            background: var(--champagne);\n            color: var(--white);\n        }\n\n        .why-item h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.95rem;\n            margin-bottom: 2px;\n        }\n\n        .why-item p {\n            font-size: 0.8rem;\n            color: #888;\n            font-weight: 300;\n        }\n\n        \/* ===== GALLERY ===== *\/\n        .gallery {\n            background: var(--soft-ivory);\n        }\n\n        .gallery-masonry {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            grid-auto-rows: 220px;\n            gap: 16px;\n        }\n\n        .gallery-masonry .gallery-item {\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            position: relative;\n            cursor: pointer;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover {\n            transform: scale(1.02);\n            box-shadow: var(--shadow-md);\n        }\n\n        .gallery-masonry .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover img {\n            transform: scale(1.06);\n        }\n\n        .gallery-masonry .gallery-item .gallery-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(0deg, rgba(44, 44, 44, 0.5) 0%, transparent 60%);\n            display: flex;\n            align-items: flex-end;\n            padding: 16px;\n            opacity: 0;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover .gallery-overlay {\n            opacity: 1;\n        }\n\n        .gallery-masonry .gallery-item .gallery-overlay span {\n            color: var(--white);\n            font-weight: 400;\n            font-size: 0.85rem;\n            letter-spacing: 0.02em;\n        }\n\n        .gallery-masonry .item-tall {\n            grid-row: span 2;\n        }\n        .gallery-masonry .item-wide {\n            grid-column: span 2;\n        }\n        .gallery-masonry .item-large {\n            grid-column: span 2;\n            grid-row: span 2;\n        }\n\n        \/* ===== TESTIMONIALS ===== *\/\n        .testimonials {\n            background: var(--white);\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 24px;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        .testimonial-image-card {\n            background: var(--soft-ivory);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .testimonial-image-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .testimonial-image-card img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .testimonial-image-card:hover img {\n            transform: scale(1.02);\n        }\n\n        \/* ===== FAQ ===== *\/\n        .faq {\n            background: var(--soft-ivory);\n        }\n\n        .faq-list {\n            max-width: 800px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .faq-item {\n            background: var(--white);\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n            transition: var(--transition);\n        }\n\n        .faq-item:hover {\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .faq-question {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 18px 24px;\n            cursor: pointer;\n            font-family: var(--font-body);\n            font-weight: 500;\n            font-size: 1rem;\n            background: none;\n            border: none;\n            width: 100%;\n            text-align: left;\n            color: var(--charcoal);\n            gap: 16px;\n            transition: var(--transition);\n        }\n\n        .faq-question:hover {\n            color: var(--champagne);\n        }\n\n        .faq-question i {\n            color: var(--champagne);\n            transition: var(--transition);\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .faq-item.active .faq-question i {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.3s ease;\n            padding: 0 24px;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 300px;\n            padding: 0 24px 20px;\n        }\n\n        .faq-answer p {\n            font-weight: 300;\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.8;\n        }\n\n        \/* ===== CONTACT ===== *\/\n        .contact {\n            background: var(--white);\n        }\n\n        .contact-wrapper {\n            display: grid;\n            grid-template-columns: 1fr 1.2fr;\n            gap: 60px;\n            align-items: start;\n        }\n\n        .contact-info h2 {\n            margin-bottom: 12px;\n        }\n\n        .contact-info p {\n            color: #666;\n            font-weight: 300;\n            margin-bottom: 28px;\n        }\n\n        .contact-info .info-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 16px;\n            margin-bottom: 18px;\n        }\n\n        .contact-info .info-item i {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.08);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--champagne);\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .contact-info .info-item .label {\n            font-weight: 500;\n            font-size: 0.85rem;\n            color: var(--charcoal);\n        }\n\n        .contact-info .info-item .value {\n            font-weight: 300;\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        .contact-form {\n            background: var(--soft-ivory);\n            padding: 40px 36px;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .contact-form .form-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n\n        .contact-form .form-group {\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n\n        .contact-form .form-group.full {\n            grid-column: 1 \/ -1;\n        }\n\n        .contact-form label {\n            font-weight: 500;\n            font-size: 0.8rem;\n            color: #555;\n            font-family: var(--font-label);\n            letter-spacing: 0.03em;\n        }\n\n        .contact-form label .required {\n            color: #e74c3c;\n            margin-left: 2px;\n        }\n\n        .contact-form input,\n        .contact-form select,\n        .contact-form textarea {\n            padding: 12px 16px;\n            border-radius: var(--radius-sm);\n            border: 1px solid #e8e3dc;\n            font-family: var(--font-body);\n            font-size: 0.95rem;\n            transition: var(--transition);\n            background: var(--white);\n            width: 100%;\n            color: var(--charcoal);\n        }\n\n        .contact-form input:focus,\n        .contact-form select:focus,\n        .contact-form textarea:focus {\n            outline: none;\n            border-color: var(--champagne);\n            box-shadow: 0 0 0 4px rgba(201, 164, 106, 0.1);\n        }\n\n        .contact-form textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n\n        .contact-form .form-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 14px;\n            margin-top: 8px;\n        }\n\n        .contact-form .form-actions .btn {\n            flex: 1;\n            min-width: 160px;\n        }\n\n        \/* ===== FOOTER ===== *\/\n        .footer {\n            background: var(--charcoal);\n            color: rgba(255, 255, 255, 0.7);\n            padding: 60px 0 30px;\n            margin-top: 40px;\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr 1fr;\n            gap: 40px;\n            padding-bottom: 40px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.06);\n        }\n\n        .footer-brand .logo img {\n            height: 45px;\n            width: auto;\n            display: block;\n            margin-bottom: 12px;\n            filter: brightness(0) invert(1);\n        }\n\n        .footer-brand p {\n            font-weight: 300;\n            font-size: 0.95rem;\n            max-width: 280px;\n            line-height: 1.8;\n        }\n\n        .footer-brand .socials {\n            display: flex;\n            gap: 14px;\n            margin-top: 18px;\n        }\n\n        .footer-brand .socials a {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: var(--transition);\n            color: rgba(255, 255, 255, 0.6);\n            font-size: 1rem;\n        }\n\n        .footer-brand .socials a:hover {\n            background: var(--champagne);\n            border-color: var(--champagne);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .footer h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 1rem;\n            color: var(--white);\n            margin-bottom: 16px;\n        }\n\n        .footer ul li {\n            margin-bottom: 8px;\n        }\n\n        .footer ul li a {\n            font-weight: 300;\n            font-size: 0.9rem;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n\n        .footer ul li a:hover {\n            color: var(--champagne);\n        }\n\n        .footer-bottom {\n            padding-top: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 16px;\n            font-size: 0.85rem;\n            font-weight: 300;\n        }\n\n        .footer-bottom span {\n            color: var(--champagne);\n        }\n\n        \/* ===== SCROLL ANIMATIONS ===== *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .reveal.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1024px) {\n            .about-grid {\n                gap: 40px;\n            }\n            .gallery-masonry {\n                grid-template-columns: repeat(3, 1fr);\n                grid-auto-rows: 180px;\n            }\n            .gallery-masonry .item-large {\n                grid-column: span 2;\n                grid-row: span 2;\n            }\n            .footer-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 32px;\n            }\n            .packages-grid {\n                grid-template-columns: 1fr;\n                max-width: 600px;\n            }\n        }\n\n        @media (max-width: 900px) {\n            .contact-wrapper {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .contact-form .form-grid {\n                grid-template-columns: 1fr;\n            }\n            .contact-form .form-group.full {\n                grid-column: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hamburger {\n                display: flex;\n            }\n\n            .nav-links {\n                position: fixed;\n                top: 0;\n                right: -100%;\n                width: 75%;\n                max-width: 340px;\n                height: 100vh;\n                background: var(--white);\n                flex-direction: column;\n                justify-content: center;\n                padding: 40px 32px;\n                gap: 20px;\n                box-shadow: var(--shadow-lg);\n                transition: var(--transition);\n                align-items: flex-start;\n            }\n\n            .nav-links.open {\n                right: 0;\n            }\n\n            .nav-links a {\n                color: var(--charcoal) !important;\n                font-size: 1.1rem;\n            }\n\n            .nav-links .nav-cta {\n                margin-top: 8px;\n            }\n\n            .navbar.scrolled .hamburger span {\n                background: var(--charcoal);\n            }\n\n            .hero h1 {\n                font-size: clamp(2rem, 8vw, 2.8rem);\n            }\n            .hero-stats {\n                gap: 24px;\n                flex-wrap: wrap;\n            }\n            .hero-buttons .btn {\n                min-width: 140px;\n                width: 100%;\n            }\n\n            .about-grid {\n                grid-template-columns: 1fr;\n                gap: 32px;\n            }\n            .about-image img {\n                height: 320px;\n            }\n            .about-image .floating-badge {\n                bottom: 10px;\n                right: 10px;\n                padding: 12px 18px;\n                font-size: 0.85rem;\n            }\n            .about-content .about-features {\n                grid-template-columns: 1fr;\n            }\n\n            .gallery-masonry {\n                grid-template-columns: repeat(2, 1fr);\n                grid-auto-rows: 140px;\n                gap: 10px;\n            }\n            .gallery-masonry .item-large {\n                grid-column: span 2;\n                grid-row: span 1;\n            }\n            .gallery-masonry .item-tall {\n                grid-row: span 1;\n            }\n            .gallery-masonry .item-wide {\n                grid-column: span 1;\n            }\n\n            .footer-grid {\n                grid-template-columns: 1fr;\n                gap: 28px;\n            }\n            .footer-bottom {\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .section-padding {\n                padding: 56px 0;\n            }\n            .section-padding-sm {\n                padding: 40px 0;\n            }\n            .section-header {\n                margin-bottom: 36px;\n            }\n\n            .why-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .contact-form {\n                padding: 28px 20px;\n            }\n\n            .services-grid {\n                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            }\n\n            .food-stations-home-grid {\n                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n            }\n            .food-station-home-card .station-image {\n                height: 120px;\n            }\n\n            .food-stations-grid-full {\n                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            }\n            .food-station-full-card .station-image {\n                height: 160px;\n            }\n\n            .package-gallery .gallery-thumbs {\n                grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));\n            }\n\n            .testimonials-grid {\n                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            }\n\n            .food-stations-page {\n                padding-top: 80px;\n            }\n            .food-stations-page .page-hero {\n                padding: 60px 0 40px;\n            }\n\n            .why-food-stations .why-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 0 16px;\n            }\n\n            .hero .container {\n                padding: 100px 16px 60px;\n            }\n\n            .logo img {\n                height: 34px;\n            }\n\n            .why-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .why-item {\n                padding: 16px 12px;\n            }\n            .why-item .icon-wrap {\n                width: 44px;\n                height: 44px;\n                font-size: 1.1rem;\n            }\n\n            .gallery-masonry {\n                grid-auto-rows: 120px;\n                gap: 8px;\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 14px;\n            }\n            .service-card {\n                padding: 20px 14px;\n            }\n            .service-card .icon-wrap {\n                width: 48px;\n                height: 48px;\n                font-size: 1.2rem;\n            }\n\n            .food-stations-home-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .food-station-home-card .station-image {\n                height: 100px;\n            }\n            .food-station-home-card .station-content h3 {\n                font-size: 0.85rem;\n            }\n            .food-station-home-card .station-content p {\n                font-size: 0.7rem;\n            }\n\n            .food-stations-grid-full {\n                grid-template-columns: 1fr;\n                max-width: 400px;\n                margin: 0 auto;\n            }\n\n            .package-wrapper {\n                padding: 24px 16px;\n            }\n            .package-gallery .gallery-thumbs {\n                grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));\n                gap: 6px;\n            }\n\n            .contact-form .form-actions .btn {\n                min-width: 100%;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .why-food-stations .why-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .why-food-stations {\n                padding: 24px 16px;\n            }\n        }\n\n        \/* ===== WHATSAPP FLOAT ===== *\/\n        .whatsapp-float {\n            position: fixed;\n            bottom: 28px;\n            right: 28px;\n            z-index: 999;\n            background: #25D366;\n            color: var(--white);\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8rem;\n            box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);\n            transition: var(--transition);\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        .whatsapp-float:hover {\n            transform: scale(1.08);\n            box-shadow: 0 8px 40px rgba(37, 211, 102, 0.5);\n        }\n\n        @keyframes pulse {\n            0%,\n            100% {\n                box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);\n            }\n            50% {\n                box-shadow: 0 6px 50px rgba(37, 211, 102, 0.55);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .whatsapp-float {\n                width: 48px;\n                height: 48px;\n                font-size: 1.4rem;\n                bottom: 16px;\n                right: 16px;\n            }\n        }\n\n        \/* ===== BACK TO HOME ===== *\/\n        .back-to-home {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-family: var(--font-body);\n            font-weight: 500;\n            color: var(--champagne);\n            transition: var(--transition);\n            cursor: pointer;\n            margin-top: 8px;\n        }\n\n        .back-to-home:hover {\n            color: var(--champagne-dark);\n            transform: translateX(-4px);\n        }\n\n        \/* ===== HALAL BADGE ===== *\/\n        .halal-badge {\n            display: inline-block;\n            background: #2d7d46;\n            color: var(--white);\n            font-size: 0.65rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 2px 12px;\n            border-radius: 20px;\n            margin-left: 8px;\n            vertical-align: middle;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- ===== NAVIGATION ===== -->\n    <nav class=\"navbar\" id=\"navbar\" role=\"navigation\" aria-label=\"Main navigation\">\n        <div class=\"container\">\n            <a href=\"#\" class=\"logo\" onclick=\"showPage('home')\">\n                <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Pink-Modern-Event-Planner-Logo-1.png\" alt=\"EVENTHING SG Logo\" \/>\n            <\/a>\n\n            <ul class=\"nav-links\" id=\"navLinks\" role=\"menubar\">\n                <li role=\"none\"><a onclick=\"showPage('home')\" role=\"menuitem\">Home<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('about')\" role=\"menuitem\">About<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('services')\" role=\"menuitem\">Services<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('food-stations')\" role=\"menuitem\">Live Stations<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('packages')\" role=\"menuitem\">Packages<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('gallery')\" role=\"menuitem\">Gallery<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('contact')\" role=\"menuitem\" class=\"nav-cta\">Get a Quote<\/a><\/li>\n            <\/ul>\n\n            <button class=\"hamburger\" id=\"hamburger\" aria-label=\"Toggle menu\" aria-expanded=\"false\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n        <\/div>\n    <\/nav>\n\n    <!-- ============================================================ -->\n    <!-- ===== PAGE: HOMEPAGE ===== -->\n    <!-- ============================================================ -->\n    <div class=\"page active\" id=\"page-home\">\n\n        <!-- ===== HERO ===== -->\n        <section class=\"hero\" id=\"home\" aria-labelledby=\"hero-title\">\n            <div class=\"hero-bg\" aria-hidden=\"true\"><\/div>\n            <div class=\"hero-overlay\" aria-hidden=\"true\"><\/div>\n\n            <div class=\"container\">\n                <div class=\"hero-content\">\n                    <div class=\"hero-badge\">\u2726 Singapore&#8217;s Premier Event Stylist<\/div>\n                    <h1 id=\"hero-title\">\n                        Creating Beautiful <br \/><span class=\"highlight\">Celebrations<\/span> for Every Occasion\n                    <\/h1>\n                    <p>\n                        From birthdays and baby showers to weddings, corporate events, and grand openings,\n                        EVENTHING SG transforms your ideas into unforgettable celebrations with premium\n                        decorations, balloon styling, live food stations, and personalised event experiences\n                        across Singapore.\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20enquire%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fas fa-pen-fancy\"><\/i> Get a Free Quote\n                        <\/a>\n                        <a onclick=\"showPage('food-stations')\" class=\"btn btn-white\" style=\"cursor:pointer;\">\n                            <i class=\"fas fa-utensils\"><\/i> View Live Stations\n                        <\/a>\n                    <\/div>\n\n                    <div class=\"hero-stats\">\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">300+<\/span>\n                            <span class=\"stat-label\">Events Styled<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">98%<\/span>\n                            <span class=\"stat-label\">Client Satisfaction<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">4.9\u2605<\/span>\n                            <span class=\"stat-label\">Average Rating<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== PROMOTION BANNER ===== -->\n        <section class=\"promo-banner\" aria-label=\"Current Promotion\">\n            <div class=\"container\">\n                <div class=\"promo-image reveal\">\n                    <img decoding=\"async\"\n                    src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/d3cb036a-18b7-441f-ac41-ee4fbf310809-1.png\"\n                    alt=\"Current Promotion - EVENTHING SG\"\n                    loading=\"lazy\"\n                    width=\"1200\"\n                    height=\"400\"\n                    \/>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== ABOUT ===== -->\n        <section class=\"about section-padding\" id=\"about\" aria-labelledby=\"about-title\">\n            <div class=\"container\">\n                <div class=\"about-grid\">\n                    <div class=\"about-image reveal\">\n                        <img decoding=\"async\"\n                        src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Dec-18-2025-05_12_36-PM.png\"\n                        alt=\"EVENTHING SG team crafting beautiful celebrations with love and dedication\"\n                        loading=\"lazy\"\n                        width=\"800\"\n                        height=\"480\"\n                        \/>\n                        <div class=\"floating-badge\">\n                            <i class=\"fas fa-heart\"><\/i>\n                            <span>Handcrafted with Love<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"about-content reveal\">\n                        <span class=\"subtitle\">About EVENTHING SG<\/span>\n                        <h2 class=\"heading-secondary\" id=\"about-title\">\n                            Your One-Stop Event Styling &amp; Party Planning Partner\n                        <\/h2>\n                        <p>\n                            At <strong>EVENTHING SG<\/strong>, we pour our <strong>passion and dedication<\/strong> into every celebration we craft. Each decoration is <strong>handcrafted with love<\/strong>, ensuring every detail is perfect for your special day.\n                        <\/p>\n                        <p>\n                            Our mission is simple: to make our customers happy. Whether you are planning a child&#8217;s birthday, a wedding, baby shower, proposal, corporate event, festive celebration, or grand opening, our team creates beautiful experiences that leave lasting memories.\n                        <\/p>\n                        <p>\n                            From elegant decorations and premium balloon styling to live food stations and customised party details, we handle every element with creativity, professionalism, and attention to detail.\n                        <\/p>\n                        <ul class=\"about-features\">\n                            <li><i class=\"fas fa-check-circle\"><\/i> Fully Customised Designs<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> Professional Team<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> Premium Balloon Styling<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> One-Stop Event Services<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20plan%20an%20event%20with%20you.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fas fa-calendar-check\"><\/i> Let&#8217;s Plan Your Event\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== SERVICES ===== -->\n        <section class=\"services section-padding\" id=\"services\" aria-labelledby=\"services-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">What We Offer<\/span>\n                    <h2 class=\"heading-secondary\" id=\"services-title\">Premium Event Services <span class=\"gold-underline\">in Singapore<\/span><\/h2>\n                    <p>From concept to creation, we bring your vision to life with elegance and precision.<\/p>\n                <\/div>\n\n                <!-- Event Decorations -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Event Decorations<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-paint-brush\"><\/i><\/div>\n                            <h3>Selected Plain Backdrop with Custom Name<\/h3>\n                            <p>Elegant plain backdrops personalised with your name or message<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-balloon\"><\/i><\/div>\n                            <h3>Balloon Styling<\/h3>\n                            <p>Premium balloon garlands, arches &amp; sculptures<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-seedling\"><\/i><\/div>\n                            <h3>Floral Decorations<\/h3>\n                            <p>Fresh blooms &amp; botanical accents for every occasion<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-door-open\"><\/i><\/div>\n                            <h3>Entrance Decorations<\/h3>\n                            <p>First impressions that wow your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-stage\"><\/i><\/div>\n                            <h3>Stage Decorations<\/h3>\n                            <p>Professional staging for events of all sizes<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-camera\"><\/i><\/div>\n                            <h3>Photo Booth Styling<\/h3>\n                            <p>Instagram-worthy backdrops &amp; props<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-archway\"><\/i><\/div>\n                            <h3>Venue Styling<\/h3>\n                            <p>Complete venue transformation from floor to ceiling<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Celebration Types -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Celebrations We Style<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\"><h3>Kids Birthday Parties<\/h3><div class=\"tag-list\"><span>Safari<\/span><span>Dinosaur<\/span><span>Princess<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Adult Birthday Parties<\/h3><div class=\"tag-list\"><span>Elegant<\/span><span>Glam<\/span><span>Themed<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Baby Showers<\/h3><div class=\"tag-list\"><span>Pastel<\/span><span>Woodland<\/span><span>Whimsical<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Gender Reveal Parties<\/h3><div class=\"tag-list\"><span>Balloon Pop<\/span><span>Smoke<\/span><span>Creative<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>ROM &amp; Weddings<\/h3><div class=\"tag-list\"><span>Romantic<\/span><span>Luxury<\/span><span>Intimate<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Engagement Parties<\/h3><div class=\"tag-list\"><span>Elegant<\/span><span>Photogenic<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Proposals<\/h3><div class=\"tag-list\"><span>Surprise<\/span><span>Romantic<\/span><span>Personalised<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Corporate Events<\/h3><div class=\"tag-list\"><span>Professional<\/span><span>Branded<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Family Day<\/h3><div class=\"tag-list\"><span>Fun<\/span><span>Interactive<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>School Events<\/h3><div class=\"tag-list\"><span>Creative<\/span><span>Educational<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Graduation<\/h3><div class=\"tag-list\"><span>Celebratory<\/span><span>Memorable<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Grand Openings<\/h3><div class=\"tag-list\"><span>Ribbon<\/span><span>Balloons<\/span><span>Impact<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Festive Celebrations<\/h3><div class=\"tag-list\"><span>CNY<\/span><span>Christmas<\/span><span>Diwali<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Community Events<\/h3><div class=\"tag-list\"><span>Inclusive<\/span><span>Vibrant<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Private Parties<\/h3><div class=\"tag-list\"><span>Exclusive<\/span><span>Tailored<\/span><\/div><\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Entertainment -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Entertainment<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-bounce\"><\/i><\/div>\n                            <h3>Bouncy Castle<\/h3>\n                            <p>From <strong>$90<\/strong> for 2 hours. Safe, fun inflatables for kids of all ages<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-hat-wizard\"><\/i><\/div>\n                            <h3>Magician<\/h3>\n                            <p>From <strong>$350<\/strong> for 30 mins. Interactive magic shows that delight<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-mask\"><\/i><\/div>\n                            <h3>Mascot<\/h3>\n                            <p>From <strong>$180<\/strong> for 35 mins. Beloved characters to entertain your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-paint-roller\"><\/i><\/div>\n                            <h3>Craft Booth<\/h3>\n                            <p>From <strong>$180<\/strong> onwards. DIY Decoden, Shrink Dink, Batik Painting, Glass Painting, and many more!<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-gamepad\"><\/i><\/div>\n                            <h3>Games &amp; Activities<\/h3>\n                            <p>From <strong>$150<\/strong> onwards. Custom games &amp; carnival activities<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Personalised Products -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Personalised Products<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-sign\"><\/i><\/div>\n                            <h3>Welcome Boards<\/h3>\n                            <p>Custom welcome signs with your event details<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-gift\"><\/i><\/div>\n                            <h3>Goodie Bags<\/h3>\n                            <p>Curated take-home gifts for your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-birthday-cake\"><\/i><\/div>\n                            <h3>Cake Toppers<\/h3>\n                            <p>Personalised toppers that match your theme<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-map-signs\"><\/i><\/div>\n                            <h3>Custom Signages<\/h3>\n                            <p>Directional &amp; decorative signs for your venue<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-envelope\"><\/i><\/div>\n                            <h3>Invitation Cards<\/h3>\n                            <p>Printed invites that set the tone<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-envelope-open-text\"><\/i><\/div>\n                            <h3>Digital Invitations<\/h3>\n                            <p>Elegant e-invites for modern celebrations<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-print\"><\/i><\/div>\n                            <h3>Party Printables<\/h3>\n                            <p>Banners, labels &amp; decor printables<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== FOOD LIVE STATIONS (Homepage - No Pricing) ===== -->\n        <section class=\"food-stations-home section-padding\" id=\"food-stations-home\" aria-labelledby=\"food-stations-home-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Live Food Stations<\/span>\n                    <h2 class=\"heading-secondary\" id=\"food-stations-home-title\">Delicious <span class=\"gold-underline\">Live Stations<\/span> for Your Event<\/h2>\n                    <p>Freshly prepared on-site to delight your guests and elevate the celebration.<\/p>\n                    <a onclick=\"showPage('food-stations')\" class=\"btn btn-primary\" style=\"margin-top: 16px; cursor:pointer;\">\n                        <i class=\"fas fa-utensils\"><\/i> View All Stations &amp; Pricing\n                    <\/a>\n                <\/div>\n\n                <div class=\"food-stations-home-grid\">\n                    <!-- Waffle -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Waffle live station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Waffle Station<\/h3>\n                            <p>Fresh, fluffy waffles with a variety of toppings<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Popcorn -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Popcorn-Station-Eventhing-sG-1.png\" alt=\"Popcorn station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Popcorn Station<\/h3>\n                            <p>Gourmet popcorn in custom flavours<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Candy Floss -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Candy-Floss-Station-Eventhing-SG.png\" alt=\"Candy floss station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Candy Floss<\/h3>\n                            <p>Fluffy cotton candy in vibrant colours<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Hotdog Bun -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/hotdog-bun-station-eventhing-sg.png\" alt=\"Hotdog bun station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Hotdog Bun<\/h3>\n                            <p>Grilled halal hotdogs in soft buns<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Takoyaki -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Takoyaki-Staion-Eventhing-SG.png\" alt=\"Takoyaki station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Takoyaki Station<\/h3>\n                            <p>Japanese-style balls with halal ingredients<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Muah Chee -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Muah chee station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Muah Chee<\/h3>\n                            <p>Classic glutinous rice snack with peanuts<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"text-center\" style=\"margin-top: 32px;\">\n                    <p style=\"font-weight: 300; color: #777; font-size: 0.95rem;\">\n                        <i class=\"fas fa-plus-circle\" style=\"color: var(--champagne);\"><\/i>\n                        More stations available \u2014 including Mini Pancakes, Kacang Puteh, Beverage Station &amp; more!\n                    <\/p>\n                    <a onclick=\"showPage('food-stations')\" class=\"btn btn-primary\" style=\"margin-top: 16px; cursor:pointer;\">\n                        <i class=\"fas fa-utensils\"><\/i> View Full Menu &amp; Pricing\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== PACKAGES (Backdrop & Balloon Decoration) ===== -->\n        <section class=\"packages section-padding\" id=\"packages\" aria-labelledby=\"packages-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Packages<\/span>\n                    <h2 class=\"heading-secondary\" id=\"packages-title\">Backdrop &amp; Balloon <span class=\"gold-underline\">Decoration Packages<\/span><\/h2>\n                    <p>Choose the perfect backdrop and balloon styling package for your celebration.<\/p>\n                <\/div>\n\n                <div class=\"packages-grid\">\n                    <!-- Elegant Bliss -->\n                    <div class=\"package-wrapper reveal\">\n                        <span class=\"badge\">Elegant Bliss<\/span>\n                        <h3 class=\"pkg-name\">Elegant Bliss<\/h3>\n                        <div class=\"pkg-price\">$260 <span>\/ package<\/span><\/div>\n                        <div class=\"pkg-old-price\">~~$280~~<\/div>\n                        <p class=\"pkg-desc\">Perfect for intimate celebrations with elegant styling.<\/p>\n                        <ul class=\"pkg-features\">\n                            <li><i class=\"fas fa-check\"><\/i> Premium Balloon Garland<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Selected Plain Backdrop with Custom Name<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Professional Setup &amp; Dismantling<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Elegant%20Bliss%20package%20(%24260).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Book Elegant Bliss<\/a>\n\n                        <div class=\"package-gallery\">\n                            <h4>\u2728 Elegant Bliss Gallery<\/h4>\n                            <div class=\"gallery-thumbs\">\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/safari-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/safari-1.png\" alt=\"Safari theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-02-19-at-18.36.29.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-02-19-at-18.36.29.jpeg\" alt=\"Elegant setup 1\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2024-12-27-at-02-28-51.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2024-12-27-at-02-28-51.jpeg\" alt=\"Elegant setup 2\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-12-04-at-11-12-43.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-12-04-at-11-12-43.jpeg\" alt=\"Elegant setup 3\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-4.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-4.png\" alt=\"Design 4\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-product-image-5.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-product-image-5.png\" alt=\"Product 5\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/barbieqq-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/barbieqq-1.png\" alt=\"Barbie theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-9-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-9-1.png\" alt=\"Design 9\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/cillian.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/cillian.png\" alt=\"Cillian\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/amelia.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/amelia.png\" alt=\"Amelia\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Grand Celebration -->\n                    <div class=\"package-wrapper featured reveal\">\n                        <span class=\"badge\">Grand Celebration<\/span>\n                        <h3 class=\"pkg-name\">Grand Celebration<\/h3>\n                        <div class=\"pkg-price\">From $310 <span>\/ package<\/span><\/div>\n                        <p class=\"pkg-desc\">Perfect for larger celebrations with premium styling.<\/p>\n                        <ul class=\"pkg-features\">\n                            <li><i class=\"fas fa-check\"><\/i> Premium Balloon Styling<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Selected Plain Backdrop with Custom Name<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> A2 Personalised Welcome Board<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Professional Setup &amp; Dismantling<\/li>\n                        <\/ul>\n                        <div class=\"pkg-addons\">\n                            <p>Recommended Add-ons:<\/p>\n                            <span>Fresh Waffle Station<\/span>\n                            <span>Bouncy Castle<\/span>\n                            <span>Personalised Goodie Bags<\/span>\n                            <span>Magician<\/span>\n                            <span>Craft Booth<\/span>\n                            <span>Mascots<\/span>\n                        <\/div>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Grand%20Celebration%20package%20(From%20%24310).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Get Quotation<\/a>\n\n                        <div class=\"package-gallery\">\n                            <h4>\u2728 Grand Celebration Gallery<\/h4>\n                            <div class=\"gallery-thumbs\">\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Grand 1\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" alt=\"Grand 2\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" alt=\"Grand 3\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== WHY CHOOSE ===== -->\n        <section class=\"why-choose section-padding-sm\" aria-labelledby=\"why-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Why Choose Us<\/span>\n                    <h2 class=\"heading-secondary\" id=\"why-title\">The EVENTHING <span class=\"gold-underline\">Difference<\/span><\/h2>\n                <\/div>\n\n                <div class=\"why-grid\">\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-palette\"><\/i><\/div><h4>Fully Customised Designs<\/h4><p>Every event is uniquely yours<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-user-tie\"><\/i><\/div><h4>Professional Team<\/h4><p>Experienced &amp; passionate<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-balloon\"><\/i><\/div><h4>Premium Balloon Styling<\/h4><p>High-quality materials &amp; artistry<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-lightbulb\"><\/i><\/div><h4>Creative Event Concepts<\/h4><p>Fresh ideas for every celebration<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-concierge-bell\"><\/i><\/div><h4>One-Stop Event Services<\/h4><p>Everything under one roof<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-hand-holding-heart\"><\/i><\/div><h4>Affordable Packages<\/h4><p>Quality without the premium price<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-heart\"><\/i><\/div><h4>Personalised Experience<\/h4><p>We listen &amp; deliver<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-shield-alt\"><\/i><\/div><h4>Reliable Service<\/h4><p>Punctual &amp; professional<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-camera-retro\"><\/i><\/div><h4>Instagram-worthy Setups<\/h4><p>Stunning visuals for your memories<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-map-pin\"><\/i><\/div><h4>Serving Events Across Singapore<\/h4><p>Island-wide coverage<\/p><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== GALLERY ===== -->\n        <section class=\"gallery section-padding\" id=\"gallery\" aria-labelledby=\"gallery-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Work<\/span>\n                    <h2 class=\"heading-secondary\" id=\"gallery-title\">Gallery <span class=\"gold-underline\">of Celebrations<\/span><\/h2>\n                    <p>Real events styled by EVENTHING SG across Singapore.<\/p>\n                <\/div>\n\n                <div class=\"gallery-masonry\">\n                    <div class=\"gallery-item item-tall reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Elegant event decoration\" loading=\"lazy\" width=\"600\" height=\"800\" \/>\n                        <div class=\"gallery-overlay\"><span>Elegant Setup<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue themed decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Blue Theme<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-tall reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" alt=\"Luxury event styling\" loading=\"lazy\" width=\"600\" height=\"800\" \/>\n                        <div class=\"gallery-overlay\"><span>Luxury Styling<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess themed party\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Princess Theme<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-wide reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq event decoration\" loading=\"lazy\" width=\"800\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Syafiq&#8217;s Celebration<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin event\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Muhaymin&#8217;s Party<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" alt=\"Grand celebration styling\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Grand Celebration<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Balloon Styling<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-wide reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Elegant event backdrop\" loading=\"lazy\" width=\"800\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Elegant Backdrop<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Princess Balloons<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq event styling\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Syafiq&#8217;s Event<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Muhaymin&#8217;s Celebration<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== TESTIMONIALS ===== -->\n        <section class=\"testimonials section-padding\" id=\"testimonials\" aria-labelledby=\"testimonials-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Testimonials<\/span>\n                    <h2 class=\"heading-secondary\" id=\"testimonials-title\">What Our <span class=\"gold-underline\">Customers Say<\/span><\/h2>\n                    <p>Real reviews from our happy customers across Singapore.<\/p>\n                <\/div>\n\n                <div class=\"testimonials-grid\">\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment.png\" alt=\"Customer testimonial 1\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment3.png\" alt=\"Customer testimonial 2\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment2.png\" alt=\"Customer testimonial 3\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/comment.png\" alt=\"Customer testimonial 4\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.53.14.jpeg\" alt=\"Customer testimonial 5\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.54.20.jpeg\" alt=\"Customer testimonial 6\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.56.44.jpeg\" alt=\"Customer testimonial 7\" loading=\"lazy\" \/>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== FAQ ===== -->\n        <section class=\"faq section-padding\" id=\"faq\" aria-labelledby=\"faq-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">FAQs<\/span>\n                    <h2 class=\"heading-secondary\" id=\"faq-title\">Frequently Asked <span class=\"gold-underline\">Questions<\/span><\/h2>\n                <\/div>\n\n                <div class=\"faq-list\">\n                    <div class=\"faq-item active reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"true\">\n                            How early should I book?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>We recommend booking at least <strong>2\u20134 weeks<\/strong> in advance, especially for weekends and peak seasons (school holidays, festive periods). For larger events or custom projects, we suggest <strong>6\u20138 weeks<\/strong> to ensure availability and ample planning time.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Can I customise my package?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Absolutely! Every event is unique. We offer fully customisable packages \u2014 you can mix and match services, choose your colour palette, select add-ons, and we will tailor everything to your theme, budget, and vision.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Do you provide setup and dismantling?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Yes, every package includes <strong>professional setup and dismantling<\/strong>. Our team arrives early to ensure everything is perfect before your guests arrive, and we handle the takedown after the event so you can focus on enjoying the celebration.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Do you travel across Singapore?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Yes! We serve events <strong>island-wide in Singapore<\/strong>, including homes, function rooms, hotels, restaurants, and outdoor venues. Travel within Singapore is included in our packages.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Can I combine multiple services?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Of course! We are a <strong>one-stop event styling company<\/strong>. You can combine decorations, balloon styling, live stations, entertainment, and personalised products into a single seamless package with a coordinated theme.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            How do I confirm my booking?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Once we have discussed your event details and finalised the quotation, we will send you a <strong>booking confirmation and invoice<\/strong>. A deposit is required to secure your date, with the balance due before the event.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== CONTACT ===== -->\n        <section class=\"contact section-padding\" id=\"contact\" aria-labelledby=\"contact-title\">\n            <div class=\"container\">\n                <div class=\"contact-wrapper\">\n                    <div class=\"contact-info reveal\">\n                        <span class=\"subtitle\">Get in Touch<\/span>\n                        <h2 class=\"heading-secondary\" id=\"contact-title\">Let&#8217;s Create <span class=\"gold-underline\">Something Beautiful<\/span><\/h2>\n                        <p>Tell us about your celebration, and we will design an unforgettable experience tailored just for you.<\/p>\n\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-phone-alt\"><\/i>\n                            <div><div class=\"label\">Call \/ WhatsApp<\/div><div class=\"value\">+65 8806 2831<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                            <div><div class=\"label\">Email<\/div><div class=\"value\">eventhingsg@gmail.com<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                            <div><div class=\"label\">Serving<\/div><div class=\"value\">Singapore (Island-wide)<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-clock\"><\/i>\n                            <div><div class=\"label\">Hours<\/div><div class=\"value\">Mon \u2013 Sat: 10am \u2013 8pm<\/div><\/div>\n                        <\/div>\n\n                        <div style=\"display:flex; gap:12px; margin-top:12px;\">\n                            <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                            <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                            <a href=\"#\" aria-label=\"WhatsApp\"><i class=\"fab fa-whatsapp\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                        <\/div>\n                    <\/div>\n\n                    <form class=\"contact-form reveal\" id=\"contactForm\" novalidate>\n                        <h3 style=\"font-family:var(--font-heading);font-weight:700;font-size:1.4rem;margin-bottom:16px;\">Request a Quote<\/h3>\n                        <div class=\"form-grid\">\n                            <div class=\"form-group\">\n                                <label for=\"name\">Full Name <span class=\"required\">*<\/span><\/label>\n                                <input type=\"text\" id=\"name\" placeholder=\"Your name\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"phone\">Phone Number <span class=\"required\">*<\/span><\/label>\n                                <input type=\"tel\" id=\"phone\" placeholder=\"+65 9123 4567\" required \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"email\">Email Address<\/label>\n                                <input type=\"email\" id=\"email\" placeholder=\"you@example.com\" \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventDate\">Event Date <span class=\"required\">*<\/span><\/label>\n                                <input type=\"date\" id=\"eventDate\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventTime\">Event Time <span class=\"required\">*<\/span><\/label>\n                                <input type=\"time\" id=\"eventTime\" required \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"venue\">Venue <span class=\"required\">*<\/span><\/label>\n                                <input type=\"text\" id=\"venue\" placeholder=\"Venue name or address\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventType\">Event Type<\/label>\n                                <select id=\"eventType\">\n                                    <option value=\"\">Select one<\/option>\n                                    <option>Kids Birthday Party<\/option>\n                                    <option>Adult Birthday Party<\/option>\n                                    <option>Baby Shower<\/option>\n                                    <option>Gender Reveal<\/option>\n                                    <option>Wedding \/ ROM<\/option>\n                                    <option>Engagement Party<\/option>\n                                    <option>Proposal<\/option>\n                                    <option>Corporate Event<\/option>\n                                    <option>Family Day<\/option>\n                                    <option>School Event<\/option>\n                                    <option>Graduation<\/option>\n                                    <option>Grand Opening<\/option>\n                                    <option>Festive Celebration<\/option>\n                                    <option>Community Event<\/option>\n                                    <option>Private Party<\/option>\n                                    <option>Other<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"serviceType\">Type of Service <span class=\"required\">*<\/span><\/label>\n                                <select id=\"serviceType\" required>\n                                    <option value=\"\">Select one<\/option>\n                                    <option>Backdrop &#038; Balloon Decoration<\/option>\n                                    <option>Live Food Station<\/option>\n                                    <option>Entertainment<\/option>\n                                    <option>Personalised Products<\/option>\n                                    <option>Full Event Styling Package<\/option>\n                                    <option>Other<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"guests\">Number of Guests<\/label>\n                                <input type=\"number\" id=\"guests\" placeholder=\"e.g. 30\" min=\"1\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"theme\">Theme \/ Colour Palette<\/label>\n                                <input type=\"text\" id=\"theme\" placeholder=\"e.g. Safari, Pastel, Elegant Gold\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"message\">Your Message<\/label>\n                                <textarea id=\"message\" placeholder=\"Tell us about your celebration, your vision, and any special requests\u2026\" rows=\"4\"><\/textarea>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"referencePhoto\">Upload Reference Photo (Optional)<\/label>\n                                <input type=\"file\" id=\"referencePhoto\" accept=\"image\/*\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <div class=\"form-actions\">\n                                    <button type=\"submit\" class=\"btn btn-primary\">\n                                        <i class=\"fas fa-paper-plane\"><\/i> Request a Quote\n                                    <\/button>\n                                    <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20have%20a%20general%20enquiry%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-outline-gold\">\n                                        <i class=\"fab fa-whatsapp\"><\/i> WhatsApp Us\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n    <!-- ===== END PAGE: HOMEPAGE ===== -->\n\n\n    <!-- ============================================================ -->\n    <!-- ===== PAGE: FOOD LIVE STATIONS ===== -->\n    <!-- ============================================================ -->\n    <div class=\"page\" id=\"page-food-stations\">\n\n        <!-- ===== FOOD STATIONS PAGE HERO ===== -->\n        <section class=\"food-stations-page\">\n            <div class=\"page-hero\">\n                <div class=\"container\">\n                    <div class=\"hero-badge\">\u2726 Live Food Stations<\/div>\n                    <h1>Live Food Stations for Events in <span class=\"highlight\">Singapore<\/span><\/h1>\n                    <p>Fun, Fresh &amp; Halal-Friendly! Perfect for birthdays, school events, carnivals, and corporate functions. Each station is fully set up with staff, themed signage, and halal-certified ingredients where applicable.<\/p>\n                    <div style=\"margin-top: 20px;\">\n                        <a onclick=\"showPage('home')\" class=\"back-to-home\" style=\"color: var(--champagne); cursor:pointer;\">\n                            <i class=\"fas fa-arrow-left\"><\/i> Back to Home\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"container\">\n\n                <!-- Bundle Promo -->\n                <div class=\"bundle-promo reveal\">\n                    <h3>\ud83d\udce3 Bundle &amp; Save!<\/h3>\n                    <p>Book <span class=\"highlight-text\">2 or more stations<\/span> and enjoy <span class=\"highlight-text\">10% OFF<\/span> your total!<\/p>\n                <\/div>\n\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Menu<\/span>\n                    <h2 class=\"heading-secondary\">Live Station <span class=\"gold-underline\">Pricing &amp; Details<\/span><\/h2>\n                    <p>All packages include full setup, serving staff, and custom themed signage to match your event.<\/p>\n                <\/div>\n\n                <div class=\"food-stations-grid-full\">\n\n                    <!-- Waffle Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Waffle live station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\uddc7 Waffle Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$300 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Serve up warm, golden waffles with your choice of toppings! This food live station for events is always a crowd favorite.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (1\/4 waffle per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 2 Waffle Machines, 1 Operator<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 Toppings: Chocolate, Strawberry &amp; Maple Syrup, Marshmallows, Caramel Drizzle, Biscoff Crumbs, Sprinkles<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Minimum of 2 hours<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage to match your party look<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Waffle%20Station%20(%24300%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Mini Pancake Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Mini Pancake station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd5e Mini Pancake Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$299 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Fluffy and fun! These bite-sized pancakes are a hit at any kids&#8217; party food station in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (3\u20134 mini pancakes per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Plates, Cutlery &amp; 1 Operator<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 sweet toppings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Waffle machine included<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Custom Signboard with your party theme!<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Mini%20Pancake%20Station%20(%24299%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Popcorn Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Popcorn-Station-Eventhing-sG-1.png\" alt=\"Popcorn station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf7f Popcorn Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$320 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Add a carnival feel with this classic carnival food live station.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow sweet popcorn (served in popcorn boxes)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Halal-certified ingredients<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator &amp; Popcorn Machine<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage included<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Popcorn%20Station%20(%24320%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Candy Floss Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Candy-Floss-Station-Eventhing-SG.png\" alt=\"Candy floss station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\u2601\ufe0f Candy Floss Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A must-have at any mobile food station setup! Sweet cotton candy spun fresh on sticks.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Unlimited servings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Staff, Candy Floss Machine<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Wooden serving sticks<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Custom A3 Signage to match your event vibe<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Candy%20Floss%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Kacang Puteh Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Kacang Puteh station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd5c Kacang Puteh Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$280 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A nostalgic treat in traditional paper cones \u2013 perfect for Racial Harmony Day or school events.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow snacks until jars run out<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 assorted snacks: Murukku, Green Peas, Tapioca Chips &amp; more<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Traditional Display Setup<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage included<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Kacang%20Puteh%20Station%20(%24280%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Beverage Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Flavoured-drink.png\" alt=\"Beverage station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\uddc3 Beverage Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Keep your guests refreshed with this halal food station rental in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Up to 100\u2013150 servings in 300ml cups<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 2 Popular Flavors<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Staff, Disposable cups with lids &amp; straws<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Signboard designed to match your theme<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Beverage%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Takoyaki Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Takoyaki-Staion-Eventhing-SG.png\" alt=\"Takoyaki station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf61 Takoyaki Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$580 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A savory hit at any party food station package! Japanese-style balls, made live with halal ingredients.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> 100\u2013120 servings (3 balls per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 3 Flavors: Chicken Ham, Crab Stick, Chicken Sausage<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 4 Toppings: Halal Bonito Flakes, Sauce, Seaweed, Mayo<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Paper Boxes<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Custom A3 Signboard to draw attention to your station!<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Takoyaki%20Station%20(%24580%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Muah Chee Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Muah chee station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd62 Muah Chee Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Classic glutinous rice snack coated with crushed peanuts and sugar. A warm, nostalgic option for food live station for events in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (4\u20135 pieces per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Full setup<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Plates &amp; Cutlery<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Signboard themed for your party<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Muah%20Chee%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Hotdog Bun Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/hotdog-bun-station-eventhing-sg.png\" alt=\"Hotdog bun station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf2d Hotdog Bun Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$350 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A hearty favorite at any birthday party food station Singapore! Grilled halal hotdogs in soft buns.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> 100\u2013120 servings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 3 Condiments: Chili, Ketchup, Mayo<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Paper Trays<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Custom Signage to match your event look<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Hotdog%20Bun%20Station%20(%24350%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Why Choose Section -->\n                <div class=\"why-food-stations reveal\">\n                    <h3>\ud83c\udf89 Why Choose Our Food Live Station Packages?<\/h3>\n                    <div class=\"why-grid\">\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Full Setup &amp; Staff<\/h4>\n                            <p>All packages include complete setup and serving staff<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Halal-Certified<\/h4>\n                            <p>Most ingredients are Halal-certified for Muslim-friendly events<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Perfect for All Events<\/h4>\n                            <p>Birthdays, school events, corporate functions &amp; community carnivals<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Custom Signage<\/h4>\n                            <p>Themed signage matches your party theme perfectly<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Trusted Provider<\/h4>\n                            <p>Live food station Singapore for all age groups<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"text-center\" style=\"margin-top: 40px;\">\n                    <p style=\"font-weight: 300; color: #777; font-size: 0.95rem;\">\n                        <i class=\"fas fa-plus-circle\" style=\"color: var(--champagne);\"><\/i>\n                        More stations available upon request \u2014 let us customise the perfect menu for your event.\n                    <\/p>\n                    <div style=\"display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px;\">\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20enquire%20about%20your%20Live%20Food%20Stations%20and%20bundle%20deals.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fab fa-whatsapp\"><\/i> Enquire About Live Stations\n                        <\/a>\n                        <a onclick=\"showPage('home')\" class=\"btn btn-outline-gold\" style=\"cursor:pointer;\">\n                            <i class=\"fas fa-arrow-left\"><\/i> Back to Home\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n    <!-- ===== END PAGE: FOOD LIVE STATIONS ===== -->\n\n\n    <!-- ===== FOOTER ===== -->\n    <footer class=\"footer\" role=\"contentinfo\">\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                <div class=\"footer-brand\">\n                    <a href=\"#\" class=\"logo\" onclick=\"showPage('home')\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Pink-Modern-Event-Planner-Logo-1.png\" alt=\"EVENTHING SG Logo\" \/>\n                    <\/a>\n                    <p>Creating Beautiful Celebrations for Every Occasion.<\/p>\n                    <div class=\"socials\">\n                        <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                        <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                        <a href=\"https:\/\/wa.me\/6588062831\" target=\"_blank\" rel=\"noopener\" aria-label=\"WhatsApp\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n\n                <div>\n                    <h4>Quick Links<\/h4>\n                    <ul>\n                        <li><a onclick=\"showPage('home')\">Home<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('about')\">About<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Services<\/a><\/li>\n                        <li><a onclick=\"showPage('food-stations')\">Live Stations<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('packages')\">Packages<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('gallery')\">Gallery<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h4>Services<\/h4>\n                    <ul>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Balloon Decoration<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Event Styling<\/a><\/li>\n                        <li><a onclick=\"showPage('food-stations')\">Live Stations<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Entertainment<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Personalised Products<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h4>Contact<\/h4>\n                    <ul>\n                        <li><a href=\"tel:+6588062831\">+65 8806 2831<\/a><\/li>\n                        <li><a href=\"mailto:eventhingsg@gmail.com\">eventhingsg@gmail.com<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('contact')\">Get a Quote<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('faq')\">FAQs<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"footer-bottom\">\n                <span>&copy; 2026 EVENTHING SG. All rights reserved.<\/span>\n                <span>Premium Event Styling &bull; Singapore<\/span>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- ===== WHATSAPP FLOAT ===== -->\n    <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20have%20a%20question%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"whatsapp-float\" aria-label=\"Chat on WhatsApp\">\n        <i class=\"fab fa-whatsapp\"><\/i>\n    <\/a>\n\n\n    <!-- ===== JAVASCRIPT ===== -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n\n            \/\/ ===== PAGE NAVIGATION =====\n            window.showPage = function(pageId) {\n                \/\/ Hide all pages\n                document.querySelectorAll('.page').forEach(function(page) {\n                    page.classList.remove('active');\n                });\n\n                \/\/ Show target page\n                var targetPage = document.getElementById('page-' + pageId);\n                if (targetPage) {\n                    targetPage.classList.add('active');\n                }\n\n                \/\/ Close mobile menu if open\n                var navLinks = document.getElementById('navLinks');\n                var hamburger = document.getElementById('hamburger');\n                if (navLinks.classList.contains('open')) {\n                    navLinks.classList.remove('open');\n                    hamburger.classList.remove('active');\n                    hamburger.setAttribute('aria-expanded', 'false');\n                    document.body.style.overflow = '';\n                }\n\n                \/\/ Scroll to top\n                window.scrollTo({\n                    top: 0,\n                    behavior: 'smooth'\n                });\n\n                \/\/ Reset navbar state based on scroll\n                setTimeout(function() {\n                    var navbar = document.getElementById('navbar');\n                    var currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n                    if (currentScroll > 50) {\n                        navbar.classList.add('scrolled');\n                    } else {\n                        navbar.classList.remove('scrolled');\n                    }\n                }, 100);\n            };\n\n            \/\/ ===== SCROLL TO SECTION (for homepage) =====\n            window.scrollToSection = function(sectionId) {\n                setTimeout(function() {\n                    var section = document.getElementById(sectionId);\n                    if (section) {\n                        var offsetTop = section.getBoundingClientRect().top + window.pageYOffset - 80;\n                        window.scrollTo({\n                            top: offsetTop,\n                            behavior: 'smooth'\n                        });\n                    }\n                }, 300);\n            };\n\n            \/\/ ===== NAVBAR SCROLL =====\n            const navbar = document.getElementById('navbar');\n            window.addEventListener('scroll', function() {\n                const currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n                if (currentScroll > 50) {\n                    navbar.classList.add('scrolled');\n                } else {\n                    navbar.classList.remove('scrolled');\n                }\n            });\n\n            \/\/ ===== MOBILE MENU =====\n            const hamburger = document.getElementById('hamburger');\n            const navLinks = document.getElementById('navLinks');\n\n            hamburger.addEventListener('click', function() {\n                const isOpen = navLinks.classList.toggle('open');\n                hamburger.classList.toggle('active');\n                hamburger.setAttribute('aria-expanded', isOpen);\n                document.body.style.overflow = isOpen ? 'hidden' : '';\n            });\n\n            \/\/ Close menu on link click (for nav links inside)\n            navLinks.querySelectorAll('a').forEach(function(link) {\n                link.addEventListener('click', function() {\n                    navLinks.classList.remove('open');\n                    hamburger.classList.remove('active');\n                    hamburger.setAttribute('aria-expanded', 'false');\n                    document.body.style.overflow = '';\n                });\n            });\n\n            \/\/ ===== FAQ ACCORDION =====\n            const faqItems = document.querySelectorAll('.faq-item');\n            faqItems.forEach(function(item) {\n                const question = item.querySelector('.faq-question');\n                question.addEventListener('click', function() {\n                    const isActive = item.classList.contains('active');\n                    \/\/ Close all\n                    faqItems.forEach(function(i) {\n                        i.classList.remove('active');\n                        i.querySelector('.faq-question').setAttribute('aria-expanded', 'false');\n                    });\n                    \/\/ Toggle current\n                    if (!isActive) {\n                        item.classList.add('active');\n                        item.querySelector('.faq-question').setAttribute('aria-expanded', 'true');\n                    }\n                });\n            });\n\n            \/\/ ===== SCROLL REVEAL (Intersection Observer) =====\n            const revealElements = document.querySelectorAll('.reveal');\n\n            const revealObserver = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                    }\n                });\n            }, {\n                threshold: 0.12,\n                rootMargin: '0px 0px -20px 0px'\n            });\n\n            revealElements.forEach(function(el) {\n                revealObserver.observe(el);\n            });\n\n            \/\/ ===== CONTACT FORM =====\n            const form = document.getElementById('contactForm');\n            form.addEventListener('submit', function(e) {\n                e.preventDefault();\n\n                \/\/ Get required fields\n                const name = document.getElementById('name').value.trim();\n                const phone = document.getElementById('phone').value.trim();\n                const eventDate = document.getElementById('eventDate').value;\n                const eventTime = document.getElementById('eventTime').value;\n                const venue = document.getElementById('venue').value.trim();\n                const serviceType = document.getElementById('serviceType').value;\n\n                \/\/ Validate required fields\n                if (!name || !phone || !eventDate || !eventTime || !venue || !serviceType) {\n                    alert('Please fill in all required fields marked with * (Name, Phone, Event Date, Event Time, Venue, and Type of Service).');\n                    return;\n                }\n\n                if (phone.length < 8) {\n                    alert('Please enter a valid phone number.');\n                    return;\n                }\n\n                \/\/ Build WhatsApp message\n                const message = 'Hello EVENTHING SG! I would like to request a quote for my event.%0A%0A' +\n                    'Name: ' + name + '%0A' +\n                    'Phone: ' + phone + '%0A' +\n                    'Email: ' + (document.getElementById('email').value.trim() || 'Not provided') + '%0A' +\n                    'Event Date: ' + eventDate + '%0A' +\n                    'Event Time: ' + eventTime + '%0A' +\n                    'Venue: ' + venue + '%0A' +\n                    'Event Type: ' + (document.getElementById('eventType').value || 'Not specified') + '%0A' +\n                    'Service Type: ' + serviceType + '%0A' +\n                    'Guests: ' + (document.getElementById('guests').value || 'Not specified') + '%0A' +\n                    'Theme: ' + (document.getElementById('theme').value || 'Not specified') + '%0A' +\n                    'Message: ' + (document.getElementById('message').value.trim() || 'No message provided');\n\n                const whatsappUrl = 'https:\/\/wa.me\/6588062831?text=' + message;\n                window.open(whatsappUrl, '_blank');\n\n                alert('Thank you for your enquiry! You will be redirected to WhatsApp to continue the conversation with our team.');\n            });\n\n            \/\/ ===== SMOOTH SCROLL FOR ANCHOR LINKS (on homepage) =====\n            document.querySelectorAll('#page-home a[href^=\"#\"]').forEach(function(anchor) {\n                anchor.addEventListener('click', function(e) {\n                    const targetId = this.getAttribute('href');\n                    if (targetId === '#') return;\n                    const target = document.querySelector(targetId);\n                    if (target) {\n                        e.preventDefault();\n                        const offsetTop = target.getBoundingClientRect().top + window.pageYOffset - 80;\n                        window.scrollTo({\n                            top: offsetTop,\n                            behavior: 'smooth'\n                        });\n                    }\n                });\n            });\n\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<?php\n\/* Template Name: EVENTHING SG Full Page *\/\n?>\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <meta name=\"description\" content=\"EVENTHING SG \u2013 Premium event styling and party planning in Singapore. Live food stations, balloon decorations, and more.\" \/>\n    <title>EVENTHING SG \u2013 Premium Event Styling & Party Planning Singapore<\/title>\n\n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,700&#038;family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&#038;family=Poppins:wght@300;400;500;600;700&#038;family=Montserrat:wght@500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n\n    <!-- Font Awesome 6 (Free) -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\" \/>\n\n    <style>\n        \/* ===== RESET & BASE ===== *\/\n        *,\n        *::before,\n        *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --white: #FFFFFF;\n            --soft-ivory: #FAF8F5;\n            --warm-beige: #F6F1EB;\n            --champagne: #C9A46A;\n            --champagne-dark: #B8925A;\n            --sage: #A8B89C;\n            --dusty-blue: #AFC6D8;\n            --blush: #F4D8DD;\n            --terracotta: #D8906A;\n            --charcoal: #2C2C2C;\n            --shadow-sm: 0 4px 20px rgba(44, 44, 44, 0.06);\n            --shadow-md: 0 8px 40px rgba(44, 44, 44, 0.08);\n            --shadow-lg: 0 20px 60px rgba(44, 44, 44, 0.10);\n            --radius: 18px;\n            --radius-sm: 10px;\n            --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n            --font-heading: 'Playfair Display', serif;\n            --font-subheading: 'Cormorant Garamond', serif;\n            --font-body: 'Poppins', sans-serif;\n            --font-label: 'Montserrat', sans-serif;\n        }\n\n        html {\n            scroll-behavior: smooth;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        body {\n            font-family: var(--font-body);\n            background-color: var(--white);\n            color: var(--charcoal);\n            line-height: 1.7;\n            overflow-x: hidden;\n            margin: 0;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n        ul {\n            list-style: none;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        .section-padding {\n            padding: 80px 0;\n        }\n\n        .section-padding-sm {\n            padding: 60px 0;\n        }\n\n        .text-center {\n            text-align: center;\n        }\n\n        \/* ===== TYPOGRAPHY ===== *\/\n        .heading-primary {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.2rem, 5.5vw, 4.2rem);\n            line-height: 1.15;\n            letter-spacing: -0.02em;\n        }\n\n        .heading-secondary {\n            font-family: var(--font-subheading);\n            font-weight: 600;\n            font-size: clamp(1.8rem, 4vw, 3rem);\n            line-height: 1.2;\n        }\n\n        .heading-tertiary {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(1.3rem, 2.2vw, 1.8rem);\n            line-height: 1.3;\n        }\n\n        .subtitle {\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.12em;\n            color: var(--champagne);\n            margin-bottom: 8px;\n        }\n\n        .body-text {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: 1.05rem;\n            color: #555;\n            max-width: 640px;\n            margin: 0 auto;\n        }\n\n        .body-text strong {\n            font-weight: 600;\n            color: var(--charcoal);\n        }\n\n        .gold-underline {\n            display: inline-block;\n            position: relative;\n        }\n        .gold-underline::after {\n            content: '';\n            position: absolute;\n            bottom: -6px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 3px;\n            background: var(--champagne);\n            border-radius: 4px;\n        }\n\n        \/* ===== BUTTONS ===== *\/\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.95rem;\n            padding: 14px 34px;\n            border-radius: 50px;\n            border: none;\n            cursor: pointer;\n            transition: var(--transition);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .btn-primary {\n            background: var(--champagne);\n            color: var(--white);\n            box-shadow: 0 6px 24px rgba(201, 164, 106, 0.35);\n        }\n        .btn-primary:hover {\n            background: var(--champagne-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 10px 32px rgba(201, 164, 106, 0.45);\n        }\n\n        .btn-secondary {\n            background: transparent;\n            color: var(--charcoal);\n            border: 2px solid var(--charcoal);\n        }\n        .btn-secondary:hover {\n            background: var(--charcoal);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .btn-outline-gold {\n            background: transparent;\n            color: var(--champagne);\n            border: 2px solid var(--champagne);\n        }\n        .btn-outline-gold:hover {\n            background: var(--champagne);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .btn-white {\n            background: var(--white);\n            color: var(--charcoal);\n        }\n        .btn-white:hover {\n            background: var(--soft-ivory);\n            transform: translateY(-2px);\n            box-shadow: var(--shadow-md);\n        }\n\n        .btn-gold {\n            background: var(--champagne);\n            color: var(--white);\n        }\n        .btn-gold:hover {\n            background: var(--champagne-dark);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 28px rgba(201, 164, 106, 0.4);\n        }\n\n        .btn-small {\n            padding: 10px 24px;\n            font-size: 0.85rem;\n        }\n\n        \/* ===== NAVIGATION ===== *\/\n        .navbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            padding: 16px 0;\n            transition: var(--transition);\n            background: transparent;\n        }\n\n        .navbar.scrolled {\n            background: rgba(255, 255, 255, 0.92);\n            backdrop-filter: blur(14px);\n            -webkit-backdrop-filter: blur(14px);\n            box-shadow: 0 2px 30px rgba(44, 44, 44, 0.06);\n            padding: 10px 0;\n        }\n\n        .navbar .container {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n\n        .logo img {\n            height: 42px;\n            width: auto;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .navbar.scrolled .logo img {\n            filter: brightness(0);\n        }\n\n        .nav-links {\n            display: flex;\n            align-items: center;\n            gap: 32px;\n        }\n\n        .nav-links a {\n            font-family: var(--font-body);\n            font-weight: 500;\n            font-size: 0.9rem;\n            color: rgba(255, 255, 255, 0.8);\n            transition: var(--transition);\n            position: relative;\n            cursor: pointer;\n        }\n\n        .navbar.scrolled .nav-links a {\n            color: var(--charcoal);\n        }\n\n        .nav-links a:hover {\n            color: var(--champagne);\n        }\n\n        .nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -4px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--champagne);\n            transition: var(--transition);\n        }\n        .nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .nav-cta {\n            background: var(--champagne);\n            color: var(--white) !important;\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-weight: 600 !important;\n        }\n        .nav-cta:hover {\n            background: var(--champagne-dark) !important;\n            color: var(--white) !important;\n        }\n        .nav-cta::after {\n            display: none !important;\n        }\n\n        .hamburger {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 4px;\n            background: none;\n            border: none;\n            z-index: 1001;\n        }\n\n        .hamburger span {\n            display: block;\n            width: 28px;\n            height: 2.5px;\n            background: var(--white);\n            border-radius: 4px;\n            transition: var(--transition);\n        }\n\n        .navbar.scrolled .hamburger span {\n            background: var(--charcoal);\n        }\n\n        .hamburger.active span:nth-child(1) {\n            transform: rotate(45deg) translate(5px, 5px);\n        }\n        .hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n        .hamburger.active span:nth-child(3) {\n            transform: rotate(-45deg) translate(5px, -5px);\n        }\n\n        \/* ===== PAGE NAVIGATION ===== *\/\n        .page {\n            display: none;\n        }\n        .page.active {\n            display: block;\n        }\n\n        \/* ===== HERO ===== *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            position: relative;\n            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);\n            overflow: hidden;\n        }\n\n        .hero-bg {\n            position: absolute;\n            inset: 0;\n            background:\n                url('https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/c13e6321-dda3-4bd4-9780-d8c19cbaf4e3-1.png') center center \/ cover no-repeat;\n            opacity: 0.45;\n            transform: scale(1.05);\n            animation: heroZoom 20s ease-in-out infinite alternate;\n        }\n\n        @keyframes heroZoom {\n            0% {\n                transform: scale(1.05);\n            }\n            100% {\n                transform: scale(1.15);\n            }\n        }\n\n        .hero-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(180deg, rgba(44, 44, 44, 0.3) 0%, rgba(44, 44, 44, 0.7) 100%);\n        }\n\n        .hero .container {\n            position: relative;\n            z-index: 2;\n            padding: 120px 24px 80px;\n        }\n\n        .hero-content {\n            max-width: 720px;\n            color: var(--white);\n        }\n\n        .hero-badge {\n            display: inline-block;\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.15);\n            backdrop-filter: blur(6px);\n            padding: 6px 20px;\n            border-radius: 50px;\n            border: 1px solid rgba(201, 164, 106, 0.2);\n            margin-bottom: 20px;\n        }\n\n        .hero h1 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.6rem, 6.5vw, 4.8rem);\n            line-height: 1.08;\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n        }\n\n        .hero h1 .highlight {\n            color: var(--champagne);\n            position: relative;\n        }\n\n        .hero p {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: clamp(1rem, 1.3vw, 1.2rem);\n            color: rgba(255, 255, 255, 0.8);\n            max-width: 560px;\n            margin-bottom: 36px;\n            line-height: 1.8;\n        }\n\n        .hero-buttons {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 16px;\n        }\n\n        .hero-buttons .btn {\n            min-width: 180px;\n        }\n\n        .hero-stats {\n            display: flex;\n            gap: 48px;\n            margin-top: 56px;\n            padding-top: 40px;\n            border-top: 1px solid rgba(255, 255, 255, 0.08);\n        }\n\n        .hero-stats .stat {\n            text-align: left;\n        }\n\n        .hero-stats .stat-number {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.8rem;\n            color: var(--champagne);\n            display: block;\n        }\n\n        .hero-stats .stat-label {\n            font-family: var(--font-body);\n            font-weight: 300;\n            font-size: 0.85rem;\n            color: rgba(255, 255, 255, 0.6);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n\n        \/* ===== SECTION HEADERS ===== *\/\n        .section-header {\n            text-align: center;\n            max-width: 720px;\n            margin: 0 auto 56px;\n        }\n\n        .section-header .subtitle {\n            margin-bottom: 10px;\n        }\n\n        .section-header h2 {\n            margin-bottom: 16px;\n        }\n\n        .section-header p {\n            font-family: var(--font-body);\n            font-weight: 300;\n            color: #666;\n            font-size: 1.05rem;\n        }\n\n        \/* ===== PROMOTION BANNER ===== *\/\n        .promo-banner {\n            background: var(--soft-ivory);\n            padding: 40px 0;\n        }\n\n        .promo-banner .promo-image {\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-md);\n            transition: var(--transition);\n        }\n\n        .promo-banner .promo-image:hover {\n            transform: scale(1.01);\n            box-shadow: var(--shadow-lg);\n        }\n\n        .promo-banner .promo-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ===== ABOUT ===== *\/\n        .about {\n            background: var(--soft-ivory);\n        }\n\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .about-image {\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-lg);\n            position: relative;\n        }\n\n        .about-image img {\n            width: 100%;\n            height: 480px;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .about-image:hover img {\n            transform: scale(1.02);\n        }\n\n        .about-image .floating-badge {\n            position: absolute;\n            bottom: -18px;\n            right: -18px;\n            background: var(--white);\n            padding: 16px 24px;\n            border-radius: var(--radius-sm);\n            box-shadow: var(--shadow-md);\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            font-family: var(--font-body);\n            font-weight: 500;\n        }\n\n        .about-image .floating-badge i {\n            color: var(--champagne);\n            font-size: 1.6rem;\n        }\n\n        .about-content h2 {\n            margin-bottom: 16px;\n        }\n\n        .about-content p {\n            color: #555;\n            margin-bottom: 16px;\n            font-weight: 300;\n            line-height: 1.9;\n        }\n\n        .about-content .about-features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px 24px;\n            margin: 24px 0 32px;\n        }\n\n        .about-content .about-features li {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 400;\n            font-size: 0.95rem;\n        }\n\n        .about-content .about-features li i {\n            color: var(--champagne);\n            font-size: 1rem;\n            width: 20px;\n        }\n\n        \/* ===== SERVICES ===== *\/\n        .services {\n            background: var(--white);\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n            gap: 28px;\n        }\n\n        .service-card {\n            background: var(--soft-ivory);\n            padding: 32px 24px 28px;\n            border-radius: var(--radius);\n            transition: var(--transition);\n            border: 1px solid transparent;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .service-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-md);\n            border-color: rgba(201, 164, 106, 0.2);\n            background: var(--white);\n        }\n\n        .service-card .icon-wrap {\n            width: 64px;\n            height: 64px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.10);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px;\n            font-size: 1.6rem;\n            color: var(--champagne);\n            transition: var(--transition);\n        }\n\n        .service-card:hover .icon-wrap {\n            background: var(--champagne);\n            color: var(--white);\n            transform: scale(1.05);\n        }\n\n        .service-card h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.1rem;\n            margin-bottom: 6px;\n        }\n\n        .service-card p {\n            font-size: 0.9rem;\n            color: #777;\n            font-weight: 300;\n            line-height: 1.6;\n        }\n\n        .service-card .tag-list {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 6px 12px;\n            margin-top: 14px;\n        }\n\n        .service-card .tag-list span {\n            font-size: 0.75rem;\n            font-weight: 500;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.08);\n            padding: 2px 12px;\n            border-radius: 20px;\n        }\n\n        .service-category {\n            margin-bottom: 48px;\n        }\n        .service-category:last-child {\n            margin-bottom: 0;\n        }\n\n        .service-category .cat-title {\n            font-family: var(--font-subheading);\n            font-weight: 600;\n            font-size: 1.6rem;\n            margin-bottom: 20px;\n            color: var(--charcoal);\n            text-align: center;\n        }\n\n        \/* ===== FOOD LIVE STATIONS (Homepage - No Pricing) ===== *\/\n        .food-stations-home {\n            background: var(--soft-ivory);\n        }\n\n        .food-stations-home-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n            gap: 24px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .food-station-home-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n        }\n\n        .food-station-home-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .food-station-home-card .station-image {\n            height: 160px;\n            overflow: hidden;\n        }\n\n        .food-station-home-card .station-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .food-station-home-card:hover .station-image img {\n            transform: scale(1.04);\n        }\n\n        .food-station-home-card .station-content {\n            padding: 16px 16px 20px;\n            text-align: center;\n        }\n\n        .food-station-home-card .station-content h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1rem;\n            margin-bottom: 4px;\n        }\n\n        .food-station-home-card .station-content p {\n            font-size: 0.8rem;\n            color: #777;\n            font-weight: 300;\n            line-height: 1.5;\n        }\n\n        .food-station-home-card .station-content .btn {\n            margin-top: 10px;\n            width: 100%;\n        }\n\n        \/* ===== FOOD LIVE STATIONS PAGE (Full with Pricing) ===== *\/\n        .food-stations-page {\n            background: var(--soft-ivory);\n            min-height: 100vh;\n            padding-top: 100px;\n        }\n\n        .food-stations-page .page-hero {\n            background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);\n            padding: 80px 0 60px;\n            color: var(--white);\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .food-stations-page .page-hero::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: url('https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png') center center \/ cover no-repeat;\n            opacity: 0.15;\n        }\n\n        .food-stations-page .page-hero .container {\n            position: relative;\n            z-index: 1;\n        }\n\n        .food-stations-page .page-hero h1 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(2.4rem, 5vw, 3.8rem);\n            margin-bottom: 12px;\n        }\n\n        .food-stations-page .page-hero h1 .highlight {\n            color: var(--champagne);\n        }\n\n        .food-stations-page .page-hero p {\n            font-weight: 300;\n            color: rgba(255, 255, 255, 0.8);\n            max-width: 640px;\n            margin: 0 auto;\n            font-size: 1.05rem;\n        }\n\n        .food-stations-page .page-hero .hero-badge {\n            display: inline-block;\n            font-family: var(--font-label);\n            font-weight: 500;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 0.2em;\n            color: var(--champagne);\n            background: rgba(201, 164, 106, 0.15);\n            backdrop-filter: blur(6px);\n            padding: 6px 20px;\n            border-radius: 50px;\n            border: 1px solid rgba(201, 164, 106, 0.2);\n            margin-bottom: 16px;\n        }\n\n        \/* Bundle Promo Banner *\/\n        .bundle-promo {\n            background: linear-gradient(135deg, var(--champagne) 0%, var(--champagne-dark) 100%);\n            padding: 20px 24px;\n            border-radius: var(--radius);\n            margin: 0 auto 40px;\n            max-width: 900px;\n            text-align: center;\n            color: var(--white);\n        }\n\n        .bundle-promo h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: clamp(1.3rem, 2.5vw, 1.8rem);\n            margin-bottom: 4px;\n        }\n\n        .bundle-promo p {\n            font-weight: 400;\n            font-size: 1rem;\n            opacity: 0.95;\n        }\n\n        .bundle-promo .highlight-text {\n            font-size: 1.2rem;\n            font-weight: 700;\n        }\n\n        .food-stations-grid-full {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n            gap: 28px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .food-station-full-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n            display: flex;\n            flex-direction: column;\n        }\n\n        .food-station-full-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .food-station-full-card .station-image {\n            height: 200px;\n            overflow: hidden;\n            flex-shrink: 0;\n        }\n\n        .food-station-full-card .station-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .food-station-full-card:hover .station-image img {\n            transform: scale(1.04);\n        }\n\n        .food-station-full-card .station-content {\n            padding: 20px 22px 24px;\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .food-station-full-card .station-content h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-bottom: 4px;\n        }\n\n        .food-station-full-card .station-content .price {\n            font-family: var(--font-body);\n            font-weight: 600;\n            color: var(--champagne);\n            font-size: 1.2rem;\n            margin: 6px 0;\n        }\n\n        .food-station-full-card .station-content .price span {\n            font-weight: 300;\n            color: #999;\n            font-size: 0.9rem;\n        }\n\n        .food-station-full-card .station-content .description {\n            font-size: 0.9rem;\n            color: #555;\n            font-weight: 300;\n            line-height: 1.6;\n            margin-bottom: 10px;\n        }\n\n        .food-station-full-card .station-content .includes {\n            margin: 6px 0 12px;\n            padding-left: 4px;\n        }\n\n        .food-station-full-card .station-content .includes li {\n            font-size: 0.85rem;\n            color: #666;\n            font-weight: 300;\n            padding: 2px 0;\n            display: flex;\n            align-items: flex-start;\n            gap: 8px;\n        }\n\n        .food-station-full-card .station-content .includes li i {\n            color: var(--champagne);\n            font-size: 0.7rem;\n            margin-top: 6px;\n            flex-shrink: 0;\n        }\n\n        .food-station-full-card .station-content .bonus {\n            font-size: 0.85rem;\n            color: var(--champagne);\n            font-weight: 500;\n            margin: 6px 0 12px;\n            background: rgba(201, 164, 106, 0.08);\n            padding: 6px 12px;\n            border-radius: 6px;\n            display: inline-block;\n            align-self: flex-start;\n        }\n\n        .food-station-full-card .station-content .btn {\n            width: 100%;\n            margin-top: auto;\n        }\n\n        \/* Why Choose Section on Food Page *\/\n        .why-food-stations {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 40px 36px;\n            margin-top: 50px;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .why-food-stations h3 {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.5rem;\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .why-food-stations .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 16px;\n        }\n\n        .why-food-stations .why-item {\n            text-align: center;\n            padding: 16px 12px;\n            border-radius: var(--radius-sm);\n            background: var(--soft-ivory);\n            transition: var(--transition);\n        }\n\n        .why-food-stations .why-item:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .why-food-stations .why-item i {\n            font-size: 1.6rem;\n            color: var(--champagne);\n            margin-bottom: 6px;\n            display: block;\n        }\n\n        .why-food-stations .why-item h4 {\n            font-size: 0.9rem;\n            font-weight: 600;\n            margin-bottom: 2px;\n        }\n\n        .why-food-stations .why-item p {\n            font-size: 0.78rem;\n            color: #888;\n            font-weight: 300;\n        }\n\n        \/* ===== PACKAGES (Backdrop & Balloon) ===== *\/\n        .packages {\n            background: var(--soft-ivory);\n        }\n\n        .packages-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .package-wrapper {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 32px 28px 28px;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .package-wrapper:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.2);\n        }\n\n        .package-wrapper.featured {\n            border-color: var(--champagne);\n            background: linear-gradient(180deg, var(--white) 0%, #fcf9f6 100%);\n        }\n\n        .package-wrapper .badge {\n            display: inline-block;\n            background: var(--champagne);\n            color: var(--white);\n            font-size: 0.7rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 4px 18px;\n            border-radius: 50px;\n            margin-bottom: 12px;\n        }\n\n        .package-wrapper .pkg-name {\n            font-family: var(--font-heading);\n            font-weight: 700;\n            font-size: 1.6rem;\n            margin-bottom: 4px;\n        }\n\n        .package-wrapper .pkg-price {\n            font-size: 2rem;\n            font-weight: 700;\n            color: var(--champagne);\n            font-family: var(--font-heading);\n            margin: 8px 0 2px;\n        }\n\n        .package-wrapper .pkg-price span {\n            font-size: 1rem;\n            font-weight: 400;\n            color: #999;\n            font-family: var(--font-body);\n        }\n\n        .package-wrapper .pkg-old-price {\n            font-size: 0.95rem;\n            color: #aaa;\n            text-decoration: line-through;\n            font-weight: 300;\n        }\n\n        .package-wrapper .pkg-desc {\n            font-size: 0.9rem;\n            color: #666;\n            font-weight: 300;\n            margin: 8px 0 18px;\n        }\n\n        .package-wrapper .pkg-features {\n            margin: 8px 0 18px;\n        }\n\n        .package-wrapper .pkg-features li {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-size: 0.9rem;\n            font-weight: 300;\n            color: #555;\n            padding: 4px 0;\n        }\n\n        .package-wrapper .pkg-features li i {\n            color: var(--champagne);\n            font-size: 0.8rem;\n            width: 18px;\n        }\n\n        .package-wrapper .pkg-addons {\n            background: var(--soft-ivory);\n            border-radius: var(--radius-sm);\n            padding: 14px 18px;\n            margin: 8px 0 20px;\n        }\n\n        .package-wrapper .pkg-addons p {\n            font-size: 0.8rem;\n            font-weight: 500;\n            color: var(--charcoal);\n            margin-bottom: 4px;\n        }\n\n        .package-wrapper .pkg-addons span {\n            font-size: 0.8rem;\n            color: #777;\n            font-weight: 300;\n            display: inline-block;\n            margin-right: 8px;\n        }\n\n        .package-wrapper .btn {\n            width: 100%;\n            margin-top: 8px;\n        }\n\n        .package-gallery {\n            margin-top: 24px;\n            border-top: 1px solid rgba(201, 164, 106, 0.15);\n            padding-top: 20px;\n        }\n\n        .package-gallery h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.9rem;\n            color: var(--charcoal);\n            margin-bottom: 12px;\n            letter-spacing: 0.05em;\n        }\n\n        .package-gallery .gallery-thumbs {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));\n            gap: 10px;\n        }\n\n        .package-gallery .gallery-thumbs a {\n            display: block;\n            border-radius: 6px;\n            overflow: hidden;\n            aspect-ratio: 1 \/ 1;\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .package-gallery .gallery-thumbs a:hover {\n            border-color: var(--champagne);\n            transform: scale(1.04);\n        }\n\n        .package-gallery .gallery-thumbs img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        \/* ===== WHY CHOOSE ===== *\/\n        .why-choose {\n            background: var(--white);\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            gap: 24px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .why-item {\n            text-align: center;\n            padding: 24px 16px;\n            border-radius: var(--radius-sm);\n            transition: var(--transition);\n            background: var(--soft-ivory);\n        }\n\n        .why-item:hover {\n            transform: translateY(-4px);\n            box-shadow: var(--shadow-sm);\n            background: var(--white);\n        }\n\n        .why-item .icon-wrap {\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.08);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 12px;\n            font-size: 1.4rem;\n            color: var(--champagne);\n            transition: var(--transition);\n        }\n\n        .why-item:hover .icon-wrap {\n            background: var(--champagne);\n            color: var(--white);\n        }\n\n        .why-item h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 0.95rem;\n            margin-bottom: 2px;\n        }\n\n        .why-item p {\n            font-size: 0.8rem;\n            color: #888;\n            font-weight: 300;\n        }\n\n        \/* ===== GALLERY ===== *\/\n        .gallery {\n            background: var(--soft-ivory);\n        }\n\n        .gallery-masonry {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            grid-auto-rows: 220px;\n            gap: 16px;\n        }\n\n        .gallery-masonry .gallery-item {\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            position: relative;\n            cursor: pointer;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover {\n            transform: scale(1.02);\n            box-shadow: var(--shadow-md);\n        }\n\n        .gallery-masonry .gallery-item img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover img {\n            transform: scale(1.06);\n        }\n\n        .gallery-masonry .gallery-item .gallery-overlay {\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(0deg, rgba(44, 44, 44, 0.5) 0%, transparent 60%);\n            display: flex;\n            align-items: flex-end;\n            padding: 16px;\n            opacity: 0;\n            transition: var(--transition);\n        }\n\n        .gallery-masonry .gallery-item:hover .gallery-overlay {\n            opacity: 1;\n        }\n\n        .gallery-masonry .gallery-item .gallery-overlay span {\n            color: var(--white);\n            font-weight: 400;\n            font-size: 0.85rem;\n            letter-spacing: 0.02em;\n        }\n\n        .gallery-masonry .item-tall {\n            grid-row: span 2;\n        }\n        .gallery-masonry .item-wide {\n            grid-column: span 2;\n        }\n        .gallery-masonry .item-large {\n            grid-column: span 2;\n            grid-row: span 2;\n        }\n\n        \/* ===== TESTIMONIALS ===== *\/\n        .testimonials {\n            background: var(--white);\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 24px;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        .testimonial-image-card {\n            background: var(--soft-ivory);\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            transition: var(--transition);\n            border: 1px solid rgba(201, 164, 106, 0.08);\n        }\n\n        .testimonial-image-card:hover {\n            transform: translateY(-6px);\n            box-shadow: var(--shadow-lg);\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .testimonial-image-card img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: var(--transition);\n        }\n\n        .testimonial-image-card:hover img {\n            transform: scale(1.02);\n        }\n\n        \/* ===== FAQ ===== *\/\n        .faq {\n            background: var(--soft-ivory);\n        }\n\n        .faq-list {\n            max-width: 800px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .faq-item {\n            background: var(--white);\n            border-radius: var(--radius-sm);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            border: 1px solid rgba(201, 164, 106, 0.06);\n            transition: var(--transition);\n        }\n\n        .faq-item:hover {\n            border-color: rgba(201, 164, 106, 0.15);\n        }\n\n        .faq-question {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 18px 24px;\n            cursor: pointer;\n            font-family: var(--font-body);\n            font-weight: 500;\n            font-size: 1rem;\n            background: none;\n            border: none;\n            width: 100%;\n            text-align: left;\n            color: var(--charcoal);\n            gap: 16px;\n            transition: var(--transition);\n        }\n\n        .faq-question:hover {\n            color: var(--champagne);\n        }\n\n        .faq-question i {\n            color: var(--champagne);\n            transition: var(--transition);\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .faq-item.active .faq-question i {\n            transform: rotate(180deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease, padding 0.3s ease;\n            padding: 0 24px;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 300px;\n            padding: 0 24px 20px;\n        }\n\n        .faq-answer p {\n            font-weight: 300;\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.8;\n        }\n\n        \/* ===== CONTACT ===== *\/\n        .contact {\n            background: var(--white);\n        }\n\n        .contact-wrapper {\n            display: grid;\n            grid-template-columns: 1fr 1.2fr;\n            gap: 60px;\n            align-items: start;\n        }\n\n        .contact-info h2 {\n            margin-bottom: 12px;\n        }\n\n        .contact-info p {\n            color: #666;\n            font-weight: 300;\n            margin-bottom: 28px;\n        }\n\n        .contact-info .info-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 16px;\n            margin-bottom: 18px;\n        }\n\n        .contact-info .info-item i {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            background: rgba(201, 164, 106, 0.08);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--champagne);\n            font-size: 1rem;\n            flex-shrink: 0;\n        }\n\n        .contact-info .info-item .label {\n            font-weight: 500;\n            font-size: 0.85rem;\n            color: var(--charcoal);\n        }\n\n        .contact-info .info-item .value {\n            font-weight: 300;\n            color: #666;\n            font-size: 0.95rem;\n        }\n\n        .contact-form {\n            background: var(--soft-ivory);\n            padding: 40px 36px;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .contact-form .form-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n\n        .contact-form .form-group {\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n\n        .contact-form .form-group.full {\n            grid-column: 1 \/ -1;\n        }\n\n        .contact-form label {\n            font-weight: 500;\n            font-size: 0.8rem;\n            color: #555;\n            font-family: var(--font-label);\n            letter-spacing: 0.03em;\n        }\n\n        .contact-form label .required {\n            color: #e74c3c;\n            margin-left: 2px;\n        }\n\n        .contact-form input,\n        .contact-form select,\n        .contact-form textarea {\n            padding: 12px 16px;\n            border-radius: var(--radius-sm);\n            border: 1px solid #e8e3dc;\n            font-family: var(--font-body);\n            font-size: 0.95rem;\n            transition: var(--transition);\n            background: var(--white);\n            width: 100%;\n            color: var(--charcoal);\n        }\n\n        .contact-form input:focus,\n        .contact-form select:focus,\n        .contact-form textarea:focus {\n            outline: none;\n            border-color: var(--champagne);\n            box-shadow: 0 0 0 4px rgba(201, 164, 106, 0.1);\n        }\n\n        .contact-form textarea {\n            resize: vertical;\n            min-height: 100px;\n        }\n\n        .contact-form .form-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 14px;\n            margin-top: 8px;\n        }\n\n        .contact-form .form-actions .btn {\n            flex: 1;\n            min-width: 160px;\n        }\n\n        \/* ===== FOOTER ===== *\/\n        .footer {\n            background: var(--charcoal);\n            color: rgba(255, 255, 255, 0.7);\n            padding: 60px 0 30px;\n            margin-top: 40px;\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: 2fr 1fr 1fr 1fr;\n            gap: 40px;\n            padding-bottom: 40px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.06);\n        }\n\n        .footer-brand .logo img {\n            height: 45px;\n            width: auto;\n            display: block;\n            margin-bottom: 12px;\n            filter: brightness(0) invert(1);\n        }\n\n        .footer-brand p {\n            font-weight: 300;\n            font-size: 0.95rem;\n            max-width: 280px;\n            line-height: 1.8;\n        }\n\n        .footer-brand .socials {\n            display: flex;\n            gap: 14px;\n            margin-top: 18px;\n        }\n\n        .footer-brand .socials a {\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: var(--transition);\n            color: rgba(255, 255, 255, 0.6);\n            font-size: 1rem;\n        }\n\n        .footer-brand .socials a:hover {\n            background: var(--champagne);\n            border-color: var(--champagne);\n            color: var(--white);\n            transform: translateY(-2px);\n        }\n\n        .footer h4 {\n            font-family: var(--font-body);\n            font-weight: 600;\n            font-size: 1rem;\n            color: var(--white);\n            margin-bottom: 16px;\n        }\n\n        .footer ul li {\n            margin-bottom: 8px;\n        }\n\n        .footer ul li a {\n            font-weight: 300;\n            font-size: 0.9rem;\n            transition: var(--transition);\n            cursor: pointer;\n        }\n\n        .footer ul li a:hover {\n            color: var(--champagne);\n        }\n\n        .footer-bottom {\n            padding-top: 24px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 16px;\n            font-size: 0.85rem;\n            font-weight: 300;\n        }\n\n        .footer-bottom span {\n            color: var(--champagne);\n        }\n\n        \/* ===== SCROLL ANIMATIONS ===== *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(40px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n\n        .reveal.visible {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* ===== RESPONSIVE ===== *\/\n        @media (max-width: 1024px) {\n            .about-grid {\n                gap: 40px;\n            }\n            .gallery-masonry {\n                grid-template-columns: repeat(3, 1fr);\n                grid-auto-rows: 180px;\n            }\n            .gallery-masonry .item-large {\n                grid-column: span 2;\n                grid-row: span 2;\n            }\n            .footer-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 32px;\n            }\n            .packages-grid {\n                grid-template-columns: 1fr;\n                max-width: 600px;\n            }\n        }\n\n        @media (max-width: 900px) {\n            .contact-wrapper {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .contact-form .form-grid {\n                grid-template-columns: 1fr;\n            }\n            .contact-form .form-group.full {\n                grid-column: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hamburger {\n                display: flex;\n            }\n\n            .nav-links {\n                position: fixed;\n                top: 0;\n                right: -100%;\n                width: 75%;\n                max-width: 340px;\n                height: 100vh;\n                background: var(--white);\n                flex-direction: column;\n                justify-content: center;\n                padding: 40px 32px;\n                gap: 20px;\n                box-shadow: var(--shadow-lg);\n                transition: var(--transition);\n                align-items: flex-start;\n            }\n\n            .nav-links.open {\n                right: 0;\n            }\n\n            .nav-links a {\n                color: var(--charcoal) !important;\n                font-size: 1.1rem;\n            }\n\n            .nav-links .nav-cta {\n                margin-top: 8px;\n            }\n\n            .navbar.scrolled .hamburger span {\n                background: var(--charcoal);\n            }\n\n            .hero h1 {\n                font-size: clamp(2rem, 8vw, 2.8rem);\n            }\n            .hero-stats {\n                gap: 24px;\n                flex-wrap: wrap;\n            }\n            .hero-buttons .btn {\n                min-width: 140px;\n                width: 100%;\n            }\n\n            .about-grid {\n                grid-template-columns: 1fr;\n                gap: 32px;\n            }\n            .about-image img {\n                height: 320px;\n            }\n            .about-image .floating-badge {\n                bottom: 10px;\n                right: 10px;\n                padding: 12px 18px;\n                font-size: 0.85rem;\n            }\n            .about-content .about-features {\n                grid-template-columns: 1fr;\n            }\n\n            .gallery-masonry {\n                grid-template-columns: repeat(2, 1fr);\n                grid-auto-rows: 140px;\n                gap: 10px;\n            }\n            .gallery-masonry .item-large {\n                grid-column: span 2;\n                grid-row: span 1;\n            }\n            .gallery-masonry .item-tall {\n                grid-row: span 1;\n            }\n            .gallery-masonry .item-wide {\n                grid-column: span 1;\n            }\n\n            .footer-grid {\n                grid-template-columns: 1fr;\n                gap: 28px;\n            }\n            .footer-bottom {\n                flex-direction: column;\n                text-align: center;\n            }\n\n            .section-padding {\n                padding: 56px 0;\n            }\n            .section-padding-sm {\n                padding: 40px 0;\n            }\n            .section-header {\n                margin-bottom: 36px;\n            }\n\n            .why-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .contact-form {\n                padding: 28px 20px;\n            }\n\n            .services-grid {\n                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n            }\n\n            .food-stations-home-grid {\n                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n            }\n            .food-station-home-card .station-image {\n                height: 120px;\n            }\n\n            .food-stations-grid-full {\n                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            }\n            .food-station-full-card .station-image {\n                height: 160px;\n            }\n\n            .package-gallery .gallery-thumbs {\n                grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));\n            }\n\n            .testimonials-grid {\n                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            }\n\n            .food-stations-page {\n                padding-top: 80px;\n            }\n            .food-stations-page .page-hero {\n                padding: 60px 0 40px;\n            }\n\n            .why-food-stations .why-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .container {\n                padding: 0 16px;\n            }\n\n            .hero .container {\n                padding: 100px 16px 60px;\n            }\n\n            .logo img {\n                height: 34px;\n            }\n\n            .why-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .why-item {\n                padding: 16px 12px;\n            }\n            .why-item .icon-wrap {\n                width: 44px;\n                height: 44px;\n                font-size: 1.1rem;\n            }\n\n            .gallery-masonry {\n                grid-auto-rows: 120px;\n                gap: 8px;\n            }\n\n            .services-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 14px;\n            }\n            .service-card {\n                padding: 20px 14px;\n            }\n            .service-card .icon-wrap {\n                width: 48px;\n                height: 48px;\n                font-size: 1.2rem;\n            }\n\n            .food-stations-home-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .food-station-home-card .station-image {\n                height: 100px;\n            }\n            .food-station-home-card .station-content h3 {\n                font-size: 0.85rem;\n            }\n            .food-station-home-card .station-content p {\n                font-size: 0.7rem;\n            }\n\n            .food-stations-grid-full {\n                grid-template-columns: 1fr;\n                max-width: 400px;\n                margin: 0 auto;\n            }\n\n            .package-wrapper {\n                padding: 24px 16px;\n            }\n            .package-gallery .gallery-thumbs {\n                grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));\n                gap: 6px;\n            }\n\n            .contact-form .form-actions .btn {\n                min-width: 100%;\n            }\n\n            .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .why-food-stations .why-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .why-food-stations {\n                padding: 24px 16px;\n            }\n        }\n\n        \/* ===== WHATSAPP FLOAT ===== *\/\n        .whatsapp-float {\n            position: fixed;\n            bottom: 28px;\n            right: 28px;\n            z-index: 999;\n            background: #25D366;\n            color: var(--white);\n            width: 56px;\n            height: 56px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8rem;\n            box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);\n            transition: var(--transition);\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        .whatsapp-float:hover {\n            transform: scale(1.08);\n            box-shadow: 0 8px 40px rgba(37, 211, 102, 0.5);\n        }\n\n        @keyframes pulse {\n            0%,\n            100% {\n                box-shadow: 0 6px 30px rgba(37, 211, 102, 0.35);\n            }\n            50% {\n                box-shadow: 0 6px 50px rgba(37, 211, 102, 0.55);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .whatsapp-float {\n                width: 48px;\n                height: 48px;\n                font-size: 1.4rem;\n                bottom: 16px;\n                right: 16px;\n            }\n        }\n\n        \/* ===== BACK TO HOME ===== *\/\n        .back-to-home {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            font-family: var(--font-body);\n            font-weight: 500;\n            color: var(--champagne);\n            transition: var(--transition);\n            cursor: pointer;\n            margin-top: 8px;\n        }\n\n        .back-to-home:hover {\n            color: var(--champagne-dark);\n            transform: translateX(-4px);\n        }\n\n        \/* ===== HALAL BADGE ===== *\/\n        .halal-badge {\n            display: inline-block;\n            background: #2d7d46;\n            color: var(--white);\n            font-size: 0.65rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 2px 12px;\n            border-radius: 20px;\n            margin-left: 8px;\n            vertical-align: middle;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- ===== NAVIGATION ===== -->\n    <nav class=\"navbar\" id=\"navbar\" role=\"navigation\" aria-label=\"Main navigation\">\n        <div class=\"container\">\n            <a href=\"#\" class=\"logo\" onclick=\"showPage('home')\">\n                <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Pink-Modern-Event-Planner-Logo-1.png\" alt=\"EVENTHING SG Logo\" \/>\n            <\/a>\n\n            <ul class=\"nav-links\" id=\"navLinks\" role=\"menubar\">\n                <li role=\"none\"><a onclick=\"showPage('home')\" role=\"menuitem\">Home<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('about')\" role=\"menuitem\">About<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('services')\" role=\"menuitem\">Services<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('food-stations')\" role=\"menuitem\">Live Stations<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('packages')\" role=\"menuitem\">Packages<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('gallery')\" role=\"menuitem\">Gallery<\/a><\/li>\n                <li role=\"none\"><a onclick=\"showPage('home'); scrollToSection('contact')\" role=\"menuitem\" class=\"nav-cta\">Get a Quote<\/a><\/li>\n            <\/ul>\n\n            <button class=\"hamburger\" id=\"hamburger\" aria-label=\"Toggle menu\" aria-expanded=\"false\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n        <\/div>\n    <\/nav>\n\n    <!-- ============================================================ -->\n    <!-- ===== PAGE: HOMEPAGE ===== -->\n    <!-- ============================================================ -->\n    <div class=\"page active\" id=\"page-home\">\n\n        <!-- ===== HERO ===== -->\n        <section class=\"hero\" id=\"home\" aria-labelledby=\"hero-title\">\n            <div class=\"hero-bg\" aria-hidden=\"true\"><\/div>\n            <div class=\"hero-overlay\" aria-hidden=\"true\"><\/div>\n\n            <div class=\"container\">\n                <div class=\"hero-content\">\n                    <div class=\"hero-badge\">\u2726 Singapore's Premier Event Stylist<\/div>\n                    <h1 id=\"hero-title\">\n                        Creating Beautiful <br \/><span class=\"highlight\">Celebrations<\/span> for Every Occasion\n                    <\/h1>\n                    <p>\n                        From birthdays and baby showers to weddings, corporate events, and grand openings,\n                        EVENTHING SG transforms your ideas into unforgettable celebrations with premium\n                        decorations, balloon styling, live food stations, and personalised event experiences\n                        across Singapore.\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20enquire%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fas fa-pen-fancy\"><\/i> Get a Free Quote\n                        <\/a>\n                        <a onclick=\"showPage('food-stations')\" class=\"btn btn-white\" style=\"cursor:pointer;\">\n                            <i class=\"fas fa-utensils\"><\/i> View Live Stations\n                        <\/a>\n                    <\/div>\n\n                    <div class=\"hero-stats\">\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">300+<\/span>\n                            <span class=\"stat-label\">Events Styled<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">98%<\/span>\n                            <span class=\"stat-label\">Client Satisfaction<\/span>\n                        <\/div>\n                        <div class=\"stat\">\n                            <span class=\"stat-number\">4.9\u2605<\/span>\n                            <span class=\"stat-label\">Average Rating<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== PROMOTION BANNER ===== -->\n        <section class=\"promo-banner\" aria-label=\"Current Promotion\">\n            <div class=\"container\">\n                <div class=\"promo-image reveal\">\n                    <img decoding=\"async\"\n                    src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/d3cb036a-18b7-441f-ac41-ee4fbf310809-1.png\"\n                    alt=\"Current Promotion - EVENTHING SG\"\n                    loading=\"lazy\"\n                    width=\"1200\"\n                    height=\"400\"\n                    \/>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== ABOUT ===== -->\n        <section class=\"about section-padding\" id=\"about\" aria-labelledby=\"about-title\">\n            <div class=\"container\">\n                <div class=\"about-grid\">\n                    <div class=\"about-image reveal\">\n                        <img decoding=\"async\"\n                        src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/ChatGPT-Image-Dec-18-2025-05_12_36-PM.png\"\n                        alt=\"EVENTHING SG team crafting beautiful celebrations with love and dedication\"\n                        loading=\"lazy\"\n                        width=\"800\"\n                        height=\"480\"\n                        \/>\n                        <div class=\"floating-badge\">\n                            <i class=\"fas fa-heart\"><\/i>\n                            <span>Handcrafted with Love<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"about-content reveal\">\n                        <span class=\"subtitle\">About EVENTHING SG<\/span>\n                        <h2 class=\"heading-secondary\" id=\"about-title\">\n                            Your One-Stop Event Styling &amp; Party Planning Partner\n                        <\/h2>\n                        <p>\n                            At <strong>EVENTHING SG<\/strong>, we pour our <strong>passion and dedication<\/strong> into every celebration we craft. Each decoration is <strong>handcrafted with love<\/strong>, ensuring every detail is perfect for your special day.\n                        <\/p>\n                        <p>\n                            Our mission is simple: to make our customers happy. Whether you are planning a child's birthday, a wedding, baby shower, proposal, corporate event, festive celebration, or grand opening, our team creates beautiful experiences that leave lasting memories.\n                        <\/p>\n                        <p>\n                            From elegant decorations and premium balloon styling to live food stations and customised party details, we handle every element with creativity, professionalism, and attention to detail.\n                        <\/p>\n                        <ul class=\"about-features\">\n                            <li><i class=\"fas fa-check-circle\"><\/i> Fully Customised Designs<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> Professional Team<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> Premium Balloon Styling<\/li>\n                            <li><i class=\"fas fa-check-circle\"><\/i> One-Stop Event Services<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20plan%20an%20event%20with%20you.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fas fa-calendar-check\"><\/i> Let's Plan Your Event\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== SERVICES ===== -->\n        <section class=\"services section-padding\" id=\"services\" aria-labelledby=\"services-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">What We Offer<\/span>\n                    <h2 class=\"heading-secondary\" id=\"services-title\">Premium Event Services <span class=\"gold-underline\">in Singapore<\/span><\/h2>\n                    <p>From concept to creation, we bring your vision to life with elegance and precision.<\/p>\n                <\/div>\n\n                <!-- Event Decorations -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Event Decorations<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-paint-brush\"><\/i><\/div>\n                            <h3>Selected Plain Backdrop with Custom Name<\/h3>\n                            <p>Elegant plain backdrops personalised with your name or message<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-balloon\"><\/i><\/div>\n                            <h3>Balloon Styling<\/h3>\n                            <p>Premium balloon garlands, arches &amp; sculptures<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-seedling\"><\/i><\/div>\n                            <h3>Floral Decorations<\/h3>\n                            <p>Fresh blooms &amp; botanical accents for every occasion<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-door-open\"><\/i><\/div>\n                            <h3>Entrance Decorations<\/h3>\n                            <p>First impressions that wow your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-stage\"><\/i><\/div>\n                            <h3>Stage Decorations<\/h3>\n                            <p>Professional staging for events of all sizes<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-camera\"><\/i><\/div>\n                            <h3>Photo Booth Styling<\/h3>\n                            <p>Instagram-worthy backdrops &amp; props<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-archway\"><\/i><\/div>\n                            <h3>Venue Styling<\/h3>\n                            <p>Complete venue transformation from floor to ceiling<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Celebration Types -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Celebrations We Style<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\"><h3>Kids Birthday Parties<\/h3><div class=\"tag-list\"><span>Safari<\/span><span>Dinosaur<\/span><span>Princess<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Adult Birthday Parties<\/h3><div class=\"tag-list\"><span>Elegant<\/span><span>Glam<\/span><span>Themed<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Baby Showers<\/h3><div class=\"tag-list\"><span>Pastel<\/span><span>Woodland<\/span><span>Whimsical<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Gender Reveal Parties<\/h3><div class=\"tag-list\"><span>Balloon Pop<\/span><span>Smoke<\/span><span>Creative<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>ROM &amp; Weddings<\/h3><div class=\"tag-list\"><span>Romantic<\/span><span>Luxury<\/span><span>Intimate<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Engagement Parties<\/h3><div class=\"tag-list\"><span>Elegant<\/span><span>Photogenic<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Proposals<\/h3><div class=\"tag-list\"><span>Surprise<\/span><span>Romantic<\/span><span>Personalised<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Corporate Events<\/h3><div class=\"tag-list\"><span>Professional<\/span><span>Branded<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Family Day<\/h3><div class=\"tag-list\"><span>Fun<\/span><span>Interactive<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>School Events<\/h3><div class=\"tag-list\"><span>Creative<\/span><span>Educational<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Graduation<\/h3><div class=\"tag-list\"><span>Celebratory<\/span><span>Memorable<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Grand Openings<\/h3><div class=\"tag-list\"><span>Ribbon<\/span><span>Balloons<\/span><span>Impact<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Festive Celebrations<\/h3><div class=\"tag-list\"><span>CNY<\/span><span>Christmas<\/span><span>Diwali<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Community Events<\/h3><div class=\"tag-list\"><span>Inclusive<\/span><span>Vibrant<\/span><\/div><\/div>\n                        <div class=\"service-card\"><h3>Private Parties<\/h3><div class=\"tag-list\"><span>Exclusive<\/span><span>Tailored<\/span><\/div><\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Entertainment -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Entertainment<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-bounce\"><\/i><\/div>\n                            <h3>Bouncy Castle<\/h3>\n                            <p>From <strong>$90<\/strong> for 2 hours. Safe, fun inflatables for kids of all ages<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-hat-wizard\"><\/i><\/div>\n                            <h3>Magician<\/h3>\n                            <p>From <strong>$350<\/strong> for 30 mins. Interactive magic shows that delight<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-mask\"><\/i><\/div>\n                            <h3>Mascot<\/h3>\n                            <p>From <strong>$180<\/strong> for 35 mins. Beloved characters to entertain your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-paint-roller\"><\/i><\/div>\n                            <h3>Craft Booth<\/h3>\n                            <p>From <strong>$180<\/strong> onwards. DIY Decoden, Shrink Dink, Batik Painting, Glass Painting, and many more!<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-gamepad\"><\/i><\/div>\n                            <h3>Games &amp; Activities<\/h3>\n                            <p>From <strong>$150<\/strong> onwards. Custom games &amp; carnival activities<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Personalised Products -->\n                <div class=\"service-category reveal\">\n                    <h3 class=\"cat-title\">\u2726 Personalised Products<\/h3>\n                    <div class=\"services-grid\">\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-sign\"><\/i><\/div>\n                            <h3>Welcome Boards<\/h3>\n                            <p>Custom welcome signs with your event details<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-gift\"><\/i><\/div>\n                            <h3>Goodie Bags<\/h3>\n                            <p>Curated take-home gifts for your guests<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-birthday-cake\"><\/i><\/div>\n                            <h3>Cake Toppers<\/h3>\n                            <p>Personalised toppers that match your theme<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-map-signs\"><\/i><\/div>\n                            <h3>Custom Signages<\/h3>\n                            <p>Directional &amp; decorative signs for your venue<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-envelope\"><\/i><\/div>\n                            <h3>Invitation Cards<\/h3>\n                            <p>Printed invites that set the tone<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-envelope-open-text\"><\/i><\/div>\n                            <h3>Digital Invitations<\/h3>\n                            <p>Elegant e-invites for modern celebrations<\/p>\n                        <\/div>\n                        <div class=\"service-card\">\n                            <div class=\"icon-wrap\"><i class=\"fas fa-print\"><\/i><\/div>\n                            <h3>Party Printables<\/h3>\n                            <p>Banners, labels &amp; decor printables<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== FOOD LIVE STATIONS (Homepage - No Pricing) ===== -->\n        <section class=\"food-stations-home section-padding\" id=\"food-stations-home\" aria-labelledby=\"food-stations-home-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Live Food Stations<\/span>\n                    <h2 class=\"heading-secondary\" id=\"food-stations-home-title\">Delicious <span class=\"gold-underline\">Live Stations<\/span> for Your Event<\/h2>\n                    <p>Freshly prepared on-site to delight your guests and elevate the celebration.<\/p>\n                    <a onclick=\"showPage('food-stations')\" class=\"btn btn-primary\" style=\"margin-top: 16px; cursor:pointer;\">\n                        <i class=\"fas fa-utensils\"><\/i> View All Stations &amp; Pricing\n                    <\/a>\n                <\/div>\n\n                <div class=\"food-stations-home-grid\">\n                    <!-- Waffle -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Waffle live station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Waffle Station<\/h3>\n                            <p>Fresh, fluffy waffles with a variety of toppings<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Popcorn -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Popcorn-Station-Eventhing-sG-1.png\" alt=\"Popcorn station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Popcorn Station<\/h3>\n                            <p>Gourmet popcorn in custom flavours<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Candy Floss -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Candy-Floss-Station-Eventhing-SG.png\" alt=\"Candy floss station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Candy Floss<\/h3>\n                            <p>Fluffy cotton candy in vibrant colours<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Hotdog Bun -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/hotdog-bun-station-eventhing-sg.png\" alt=\"Hotdog bun station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Hotdog Bun<\/h3>\n                            <p>Grilled halal hotdogs in soft buns<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Takoyaki -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Takoyaki-Staion-Eventhing-SG.png\" alt=\"Takoyaki station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Takoyaki Station<\/h3>\n                            <p>Japanese-style balls with halal ingredients<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                    <!-- Muah Chee -->\n                    <div class=\"food-station-home-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Muah chee station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>Muah Chee<\/h3>\n                            <p>Classic glutinous rice snack with peanuts<\/p>\n                            <a onclick=\"showPage('food-stations')\" class=\"btn btn-gold btn-small\" style=\"cursor:pointer;\">Check Rates<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"text-center\" style=\"margin-top: 32px;\">\n                    <p style=\"font-weight: 300; color: #777; font-size: 0.95rem;\">\n                        <i class=\"fas fa-plus-circle\" style=\"color: var(--champagne);\"><\/i>\n                        More stations available \u2014 including Mini Pancakes, Kacang Puteh, Beverage Station &amp; more!\n                    <\/p>\n                    <a onclick=\"showPage('food-stations')\" class=\"btn btn-primary\" style=\"margin-top: 16px; cursor:pointer;\">\n                        <i class=\"fas fa-utensils\"><\/i> View Full Menu &amp; Pricing\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== PACKAGES (Backdrop & Balloon Decoration) ===== -->\n        <section class=\"packages section-padding\" id=\"packages\" aria-labelledby=\"packages-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Packages<\/span>\n                    <h2 class=\"heading-secondary\" id=\"packages-title\">Backdrop &amp; Balloon <span class=\"gold-underline\">Decoration Packages<\/span><\/h2>\n                    <p>Choose the perfect backdrop and balloon styling package for your celebration.<\/p>\n                <\/div>\n\n                <div class=\"packages-grid\">\n                    <!-- Elegant Bliss -->\n                    <div class=\"package-wrapper reveal\">\n                        <span class=\"badge\">Elegant Bliss<\/span>\n                        <h3 class=\"pkg-name\">Elegant Bliss<\/h3>\n                        <div class=\"pkg-price\">$260 <span>\/ package<\/span><\/div>\n                        <div class=\"pkg-old-price\">~~$280~~<\/div>\n                        <p class=\"pkg-desc\">Perfect for intimate celebrations with elegant styling.<\/p>\n                        <ul class=\"pkg-features\">\n                            <li><i class=\"fas fa-check\"><\/i> Premium Balloon Garland<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Selected Plain Backdrop with Custom Name<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Professional Setup &amp; Dismantling<\/li>\n                        <\/ul>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Elegant%20Bliss%20package%20(%24260).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Book Elegant Bliss<\/a>\n\n                        <div class=\"package-gallery\">\n                            <h4>\u2728 Elegant Bliss Gallery<\/h4>\n                            <div class=\"gallery-thumbs\">\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/safari-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/safari-1.png\" alt=\"Safari theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-02-19-at-18.36.29.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-02-19-at-18.36.29.jpeg\" alt=\"Elegant setup 1\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2024-12-27-at-02-28-51.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2024-12-27-at-02-28-51.jpeg\" alt=\"Elegant setup 2\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-12-04-at-11-12-43.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-12-04-at-11-12-43.jpeg\" alt=\"Elegant setup 3\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-4.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-4.png\" alt=\"Design 4\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-product-image-5.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-product-image-5.png\" alt=\"Product 5\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/barbieqq-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/barbieqq-1.png\" alt=\"Barbie theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-9-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/untitled-design-9-1.png\" alt=\"Design 9\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/cillian.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/cillian.png\" alt=\"Cillian\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/amelia.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/amelia.png\" alt=\"Amelia\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Grand Celebration -->\n                    <div class=\"package-wrapper featured reveal\">\n                        <span class=\"badge\">Grand Celebration<\/span>\n                        <h3 class=\"pkg-name\">Grand Celebration<\/h3>\n                        <div class=\"pkg-price\">From $310 <span>\/ package<\/span><\/div>\n                        <p class=\"pkg-desc\">Perfect for larger celebrations with premium styling.<\/p>\n                        <ul class=\"pkg-features\">\n                            <li><i class=\"fas fa-check\"><\/i> Premium Balloon Styling<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Selected Plain Backdrop with Custom Name<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> A2 Personalised Welcome Board<\/li>\n                            <li><i class=\"fas fa-check\"><\/i> Professional Setup &amp; Dismantling<\/li>\n                        <\/ul>\n                        <div class=\"pkg-addons\">\n                            <p>Recommended Add-ons:<\/p>\n                            <span>Fresh Waffle Station<\/span>\n                            <span>Bouncy Castle<\/span>\n                            <span>Personalised Goodie Bags<\/span>\n                            <span>Magician<\/span>\n                            <span>Craft Booth<\/span>\n                            <span>Mascots<\/span>\n                        <\/div>\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Grand%20Celebration%20package%20(From%20%24310).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Get Quotation<\/a>\n\n                        <div class=\"package-gallery\">\n                            <h4>\u2728 Grand Celebration Gallery<\/h4>\n                            <div class=\"gallery-thumbs\">\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Grand 1\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" alt=\"Grand 2\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess theme\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                                <a href=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" alt=\"Grand 3\" loading=\"lazy\" width=\"200\" height=\"200\" \/><\/a>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== WHY CHOOSE ===== -->\n        <section class=\"why-choose section-padding-sm\" aria-labelledby=\"why-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Why Choose Us<\/span>\n                    <h2 class=\"heading-secondary\" id=\"why-title\">The EVENTHING <span class=\"gold-underline\">Difference<\/span><\/h2>\n                <\/div>\n\n                <div class=\"why-grid\">\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-palette\"><\/i><\/div><h4>Fully Customised Designs<\/h4><p>Every event is uniquely yours<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-user-tie\"><\/i><\/div><h4>Professional Team<\/h4><p>Experienced &amp; passionate<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-balloon\"><\/i><\/div><h4>Premium Balloon Styling<\/h4><p>High-quality materials &amp; artistry<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-lightbulb\"><\/i><\/div><h4>Creative Event Concepts<\/h4><p>Fresh ideas for every celebration<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-concierge-bell\"><\/i><\/div><h4>One-Stop Event Services<\/h4><p>Everything under one roof<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-hand-holding-heart\"><\/i><\/div><h4>Affordable Packages<\/h4><p>Quality without the premium price<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-heart\"><\/i><\/div><h4>Personalised Experience<\/h4><p>We listen &amp; deliver<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-shield-alt\"><\/i><\/div><h4>Reliable Service<\/h4><p>Punctual &amp; professional<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-camera-retro\"><\/i><\/div><h4>Instagram-worthy Setups<\/h4><p>Stunning visuals for your memories<\/p><\/div>\n                    <div class=\"why-item reveal\"><div class=\"icon-wrap\"><i class=\"fas fa-map-pin\"><\/i><\/div><h4>Serving Events Across Singapore<\/h4><p>Island-wide coverage<\/p><\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== GALLERY ===== -->\n        <section class=\"gallery section-padding\" id=\"gallery\" aria-labelledby=\"gallery-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Work<\/span>\n                    <h2 class=\"heading-secondary\" id=\"gallery-title\">Gallery <span class=\"gold-underline\">of Celebrations<\/span><\/h2>\n                    <p>Real events styled by EVENTHING SG across Singapore.<\/p>\n                <\/div>\n\n                <div class=\"gallery-masonry\">\n                    <div class=\"gallery-item item-tall reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Elegant event decoration\" loading=\"lazy\" width=\"600\" height=\"800\" \/>\n                        <div class=\"gallery-overlay\"><span>Elegant Setup<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue themed decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Blue Theme<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-tall reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-52-17.jpeg\" alt=\"Luxury event styling\" loading=\"lazy\" width=\"600\" height=\"800\" \/>\n                        <div class=\"gallery-overlay\"><span>Luxury Styling<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess themed party\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Princess Theme<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-wide reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq event decoration\" loading=\"lazy\" width=\"800\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Syafiq's Celebration<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin event\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Muhaymin's Party<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2025-06-22-at-23-53-03.jpeg\" alt=\"Grand celebration styling\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Grand Celebration<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/blue-1-1.png\" alt=\"Blue balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Balloon Styling<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item item-wide reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/whatsapp-image-2026-05-19-at-22.04.29.jpeg\" alt=\"Elegant event backdrop\" loading=\"lazy\" width=\"800\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Elegant Backdrop<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/princess.png\" alt=\"Princess balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Princess Balloons<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/syafiq.png\" alt=\"Syafiq event styling\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Syafiq's Event<\/span><\/div>\n                    <\/div>\n                    <div class=\"gallery-item reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhingsg.wordpress.com\/wp-content\/uploads\/2026\/05\/muhaymin-1.png\" alt=\"Muhaymin balloon decoration\" loading=\"lazy\" width=\"600\" height=\"400\" \/>\n                        <div class=\"gallery-overlay\"><span>Muhaymin's Celebration<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== TESTIMONIALS ===== -->\n        <section class=\"testimonials section-padding\" id=\"testimonials\" aria-labelledby=\"testimonials-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Testimonials<\/span>\n                    <h2 class=\"heading-secondary\" id=\"testimonials-title\">What Our <span class=\"gold-underline\">Customers Say<\/span><\/h2>\n                    <p>Real reviews from our happy customers across Singapore.<\/p>\n                <\/div>\n\n                <div class=\"testimonials-grid\">\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment.png\" alt=\"Customer testimonial 1\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment3.png\" alt=\"Customer testimonial 2\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/customer-comment2.png\" alt=\"Customer testimonial 3\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/comment.png\" alt=\"Customer testimonial 4\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.53.14.jpeg\" alt=\"Customer testimonial 5\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.54.20.jpeg\" alt=\"Customer testimonial 6\" loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"testimonial-image-card reveal\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2024-11-30-at-20.56.44.jpeg\" alt=\"Customer testimonial 7\" loading=\"lazy\" \/>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== FAQ ===== -->\n        <section class=\"faq section-padding\" id=\"faq\" aria-labelledby=\"faq-title\">\n            <div class=\"container\">\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">FAQs<\/span>\n                    <h2 class=\"heading-secondary\" id=\"faq-title\">Frequently Asked <span class=\"gold-underline\">Questions<\/span><\/h2>\n                <\/div>\n\n                <div class=\"faq-list\">\n                    <div class=\"faq-item active reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"true\">\n                            How early should I book?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>We recommend booking at least <strong>2\u20134 weeks<\/strong> in advance, especially for weekends and peak seasons (school holidays, festive periods). For larger events or custom projects, we suggest <strong>6\u20138 weeks<\/strong> to ensure availability and ample planning time.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Can I customise my package?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Absolutely! Every event is unique. We offer fully customisable packages \u2014 you can mix and match services, choose your colour palette, select add-ons, and we will tailor everything to your theme, budget, and vision.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Do you provide setup and dismantling?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Yes, every package includes <strong>professional setup and dismantling<\/strong>. Our team arrives early to ensure everything is perfect before your guests arrive, and we handle the takedown after the event so you can focus on enjoying the celebration.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Do you travel across Singapore?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Yes! We serve events <strong>island-wide in Singapore<\/strong>, including homes, function rooms, hotels, restaurants, and outdoor venues. Travel within Singapore is included in our packages.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            Can I combine multiple services?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Of course! We are a <strong>one-stop event styling company<\/strong>. You can combine decorations, balloon styling, live stations, entertainment, and personalised products into a single seamless package with a coordinated theme.<\/p>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"faq-item reveal\">\n                        <button class=\"faq-question\" aria-expanded=\"false\">\n                            How do I confirm my booking?\n                            <i class=\"fas fa-chevron-down\"><\/i>\n                        <\/button>\n                        <div class=\"faq-answer\">\n                            <p>Once we have discussed your event details and finalised the quotation, we will send you a <strong>booking confirmation and invoice<\/strong>. A deposit is required to secure your date, with the balance due before the event.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- ===== CONTACT ===== -->\n        <section class=\"contact section-padding\" id=\"contact\" aria-labelledby=\"contact-title\">\n            <div class=\"container\">\n                <div class=\"contact-wrapper\">\n                    <div class=\"contact-info reveal\">\n                        <span class=\"subtitle\">Get in Touch<\/span>\n                        <h2 class=\"heading-secondary\" id=\"contact-title\">Let's Create <span class=\"gold-underline\">Something Beautiful<\/span><\/h2>\n                        <p>Tell us about your celebration, and we will design an unforgettable experience tailored just for you.<\/p>\n\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-phone-alt\"><\/i>\n                            <div><div class=\"label\">Call \/ WhatsApp<\/div><div class=\"value\">+65 8806 2831<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-envelope\"><\/i>\n                            <div><div class=\"label\">Email<\/div><div class=\"value\">eventhingsg@gmail.com<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-map-marker-alt\"><\/i>\n                            <div><div class=\"label\">Serving<\/div><div class=\"value\">Singapore (Island-wide)<\/div><\/div>\n                        <\/div>\n                        <div class=\"info-item\">\n                            <i class=\"fas fa-clock\"><\/i>\n                            <div><div class=\"label\">Hours<\/div><div class=\"value\">Mon \u2013 Sat: 10am \u2013 8pm<\/div><\/div>\n                        <\/div>\n\n                        <div style=\"display:flex; gap:12px; margin-top:12px;\">\n                            <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                            <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                            <a href=\"#\" aria-label=\"WhatsApp\"><i class=\"fab fa-whatsapp\" style=\"font-size:1.6rem;color:#888;transition:var(--transition);\"><\/i><\/a>\n                        <\/div>\n                    <\/div>\n\n                    <form class=\"contact-form reveal\" id=\"contactForm\" novalidate>\n                        <h3 style=\"font-family:var(--font-heading);font-weight:700;font-size:1.4rem;margin-bottom:16px;\">Request a Quote<\/h3>\n                        <div class=\"form-grid\">\n                            <div class=\"form-group\">\n                                <label for=\"name\">Full Name <span class=\"required\">*<\/span><\/label>\n                                <input type=\"text\" id=\"name\" placeholder=\"Your name\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"phone\">Phone Number <span class=\"required\">*<\/span><\/label>\n                                <input type=\"tel\" id=\"phone\" placeholder=\"+65 9123 4567\" required \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"email\">Email Address<\/label>\n                                <input type=\"email\" id=\"email\" placeholder=\"you@example.com\" \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventDate\">Event Date <span class=\"required\">*<\/span><\/label>\n                                <input type=\"date\" id=\"eventDate\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventTime\">Event Time <span class=\"required\">*<\/span><\/label>\n                                <input type=\"time\" id=\"eventTime\" required \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"venue\">Venue <span class=\"required\">*<\/span><\/label>\n                                <input type=\"text\" id=\"venue\" placeholder=\"Venue name or address\" required \/>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"eventType\">Event Type<\/label>\n                                <select id=\"eventType\">\n                                    <option value=\"\">Select one<\/option>\n                                    <option>Kids Birthday Party<\/option>\n                                    <option>Adult Birthday Party<\/option>\n                                    <option>Baby Shower<\/option>\n                                    <option>Gender Reveal<\/option>\n                                    <option>Wedding \/ ROM<\/option>\n                                    <option>Engagement Party<\/option>\n                                    <option>Proposal<\/option>\n                                    <option>Corporate Event<\/option>\n                                    <option>Family Day<\/option>\n                                    <option>School Event<\/option>\n                                    <option>Graduation<\/option>\n                                    <option>Grand Opening<\/option>\n                                    <option>Festive Celebration<\/option>\n                                    <option>Community Event<\/option>\n                                    <option>Private Party<\/option>\n                                    <option>Other<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"serviceType\">Type of Service <span class=\"required\">*<\/span><\/label>\n                                <select id=\"serviceType\" required>\n                                    <option value=\"\">Select one<\/option>\n                                    <option>Backdrop & Balloon Decoration<\/option>\n                                    <option>Live Food Station<\/option>\n                                    <option>Entertainment<\/option>\n                                    <option>Personalised Products<\/option>\n                                    <option>Full Event Styling Package<\/option>\n                                    <option>Other<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"form-group\">\n                                <label for=\"guests\">Number of Guests<\/label>\n                                <input type=\"number\" id=\"guests\" placeholder=\"e.g. 30\" min=\"1\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"theme\">Theme \/ Colour Palette<\/label>\n                                <input type=\"text\" id=\"theme\" placeholder=\"e.g. Safari, Pastel, Elegant Gold\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"message\">Your Message<\/label>\n                                <textarea id=\"message\" placeholder=\"Tell us about your celebration, your vision, and any special requests\u2026\" rows=\"4\"><\/textarea>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <label for=\"referencePhoto\">Upload Reference Photo (Optional)<\/label>\n                                <input type=\"file\" id=\"referencePhoto\" accept=\"image\/*\" \/>\n                            <\/div>\n                            <div class=\"form-group full\">\n                                <div class=\"form-actions\">\n                                    <button type=\"submit\" class=\"btn btn-primary\">\n                                        <i class=\"fas fa-paper-plane\"><\/i> Request a Quote\n                                    <\/button>\n                                    <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20have%20a%20general%20enquiry%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-outline-gold\">\n                                        <i class=\"fab fa-whatsapp\"><\/i> WhatsApp Us\n                                    <\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n    <!-- ===== END PAGE: HOMEPAGE ===== -->\n\n\n    <!-- ============================================================ -->\n    <!-- ===== PAGE: FOOD LIVE STATIONS ===== -->\n    <!-- ============================================================ -->\n    <div class=\"page\" id=\"page-food-stations\">\n\n        <!-- ===== FOOD STATIONS PAGE HERO ===== -->\n        <section class=\"food-stations-page\">\n            <div class=\"page-hero\">\n                <div class=\"container\">\n                    <div class=\"hero-badge\">\u2726 Live Food Stations<\/div>\n                    <h1>Live Food Stations for Events in <span class=\"highlight\">Singapore<\/span><\/h1>\n                    <p>Fun, Fresh &amp; Halal-Friendly! Perfect for birthdays, school events, carnivals, and corporate functions. Each station is fully set up with staff, themed signage, and halal-certified ingredients where applicable.<\/p>\n                    <div style=\"margin-top: 20px;\">\n                        <a onclick=\"showPage('home')\" class=\"back-to-home\" style=\"color: var(--champagne); cursor:pointer;\">\n                            <i class=\"fas fa-arrow-left\"><\/i> Back to Home\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"container\">\n\n                <!-- Bundle Promo -->\n                <div class=\"bundle-promo reveal\">\n                    <h3>\ud83d\udce3 Bundle &amp; Save!<\/h3>\n                    <p>Book <span class=\"highlight-text\">2 or more stations<\/span> and enjoy <span class=\"highlight-text\">10% OFF<\/span> your total!<\/p>\n                <\/div>\n\n                <div class=\"section-header reveal\">\n                    <span class=\"subtitle\">Our Menu<\/span>\n                    <h2 class=\"heading-secondary\">Live Station <span class=\"gold-underline\">Pricing &amp; Details<\/span><\/h2>\n                    <p>All packages include full setup, serving staff, and custom themed signage to match your event.<\/p>\n                <\/div>\n\n                <div class=\"food-stations-grid-full\">\n\n                    <!-- Waffle Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Waffle live station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\uddc7 Waffle Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$300 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Serve up warm, golden waffles with your choice of toppings! This food live station for events is always a crowd favorite.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (1\/4 waffle per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 2 Waffle Machines, 1 Operator<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 Toppings: Chocolate, Strawberry &amp; Maple Syrup, Marshmallows, Caramel Drizzle, Biscoff Crumbs, Sprinkles<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Minimum of 2 hours<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage to match your party look<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Waffle%20Station%20(%24300%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Mini Pancake Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/waffle-station-eventhing-sg.png\" alt=\"Mini Pancake station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd5e Mini Pancake Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$299 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Fluffy and fun! These bite-sized pancakes are a hit at any kids' party food station in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (3\u20134 mini pancakes per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Plates, Cutlery &amp; 1 Operator<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 sweet toppings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Waffle machine included<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Custom Signboard with your party theme!<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Mini%20Pancake%20Station%20(%24299%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Popcorn Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Popcorn-Station-Eventhing-sG-1.png\" alt=\"Popcorn station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf7f Popcorn Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$320 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Add a carnival feel with this classic carnival food live station.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow sweet popcorn (served in popcorn boxes)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Halal-certified ingredients<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator &amp; Popcorn Machine<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage included<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Popcorn%20Station%20(%24320%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Candy Floss Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Candy-Floss-Station-Eventhing-SG.png\" alt=\"Candy floss station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\u2601\ufe0f Candy Floss Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A must-have at any mobile food station setup! Sweet cotton candy spun fresh on sticks.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Unlimited servings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Staff, Candy Floss Machine<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Wooden serving sticks<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Custom A3 Signage to match your event vibe<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Candy%20Floss%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Kacang Puteh Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Kacang Puteh station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd5c Kacang Puteh Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$280 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A nostalgic treat in traditional paper cones \u2013 perfect for Racial Harmony Day or school events.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow snacks until jars run out<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 5\u20137 assorted snacks: Murukku, Green Peas, Tapioca Chips &amp; more<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Traditional Display Setup<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Themed A3 Signage included<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Kacang%20Puteh%20Station%20(%24280%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Beverage Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Flavoured-drink.png\" alt=\"Beverage station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\uddc3 Beverage Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Keep your guests refreshed with this halal food station rental in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Up to 100\u2013150 servings in 300ml cups<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 2 Popular Flavors<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Staff, Disposable cups with lids &amp; straws<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Signboard designed to match your theme<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Beverage%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Takoyaki Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Takoyaki-Staion-Eventhing-SG.png\" alt=\"Takoyaki station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf61 Takoyaki Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$580 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A savory hit at any party food station package! Japanese-style balls, made live with halal ingredients.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> 100\u2013120 servings (3 balls per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 3 Flavors: Chicken Ham, Crab Stick, Chicken Sausage<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 4 Toppings: Halal Bonito Flakes, Sauce, Seaweed, Mayo<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Paper Boxes<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: Custom A3 Signboard to draw attention to your station!<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Takoyaki%20Station%20(%24580%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Muah Chee Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Muah-chee-Station-Eventhing-SG.png\" alt=\"Muah chee station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83e\udd62 Muah Chee Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$250 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">Classic glutinous rice snack coated with crushed peanuts and sugar. A warm, nostalgic option for food live station for events in Singapore.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> Free-flow servings (4\u20135 pieces per guest)<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Full setup<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> Plates &amp; Cutlery<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Signboard themed for your party<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Muah%20Chee%20Station%20(%24250%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <!-- Hotdog Bun Station -->\n                    <div class=\"food-station-full-card reveal\">\n                        <div class=\"station-image\">\n                            <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/hotdog-bun-station-eventhing-sg.png\" alt=\"Hotdog bun station\" loading=\"lazy\" width=\"400\" height=\"300\" \/>\n                        <\/div>\n                        <div class=\"station-content\">\n                            <h3>\ud83c\udf2d Hotdog Bun Station <span class=\"halal-badge\">Halal<\/span><\/h3>\n                            <div class=\"price\">$350 <span>\/ 2 hours<\/span><\/div>\n                            <p class=\"description\">A hearty favorite at any birthday party food station Singapore! Grilled halal hotdogs in soft buns.<\/p>\n                            <ul class=\"includes\">\n                                <li><i class=\"fas fa-check-circle\"><\/i> 100\u2013120 servings<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 3 Condiments: Chili, Ketchup, Mayo<\/li>\n                                <li><i class=\"fas fa-check-circle\"><\/i> 1 Operator, Paper Trays<\/li>\n                            <\/ul>\n                            <div class=\"bonus\">\u2728 Bonus: A3 Custom Signage to match your event look<\/div>\n                            <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20am%20interested%20in%20the%20Hotdog%20Bun%20Station%20(%24350%20for%202%20hours).\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-gold\">Enquire Now<\/a>\n                        <\/div>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Why Choose Section -->\n                <div class=\"why-food-stations reveal\">\n                    <h3>\ud83c\udf89 Why Choose Our Food Live Station Packages?<\/h3>\n                    <div class=\"why-grid\">\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Full Setup &amp; Staff<\/h4>\n                            <p>All packages include complete setup and serving staff<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Halal-Certified<\/h4>\n                            <p>Most ingredients are Halal-certified for Muslim-friendly events<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Perfect for All Events<\/h4>\n                            <p>Birthdays, school events, corporate functions &amp; community carnivals<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Custom Signage<\/h4>\n                            <p>Themed signage matches your party theme perfectly<\/p>\n                        <\/div>\n                        <div class=\"why-item\">\n                            <i class=\"fas fa-check-circle\"><\/i>\n                            <h4>Trusted Provider<\/h4>\n                            <p>Live food station Singapore for all age groups<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"text-center\" style=\"margin-top: 40px;\">\n                    <p style=\"font-weight: 300; color: #777; font-size: 0.95rem;\">\n                        <i class=\"fas fa-plus-circle\" style=\"color: var(--champagne);\"><\/i>\n                        More stations available upon request \u2014 let us customise the perfect menu for your event.\n                    <\/p>\n                    <div style=\"display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px;\">\n                        <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20would%20like%20to%20enquire%20about%20your%20Live%20Food%20Stations%20and%20bundle%20deals.\" target=\"_blank\" rel=\"noopener\" class=\"btn btn-primary\">\n                            <i class=\"fab fa-whatsapp\"><\/i> Enquire About Live Stations\n                        <\/a>\n                        <a onclick=\"showPage('home')\" class=\"btn btn-outline-gold\" style=\"cursor:pointer;\">\n                            <i class=\"fas fa-arrow-left\"><\/i> Back to Home\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n    <\/div>\n    <!-- ===== END PAGE: FOOD LIVE STATIONS ===== -->\n\n\n    <!-- ===== FOOTER ===== -->\n    <footer class=\"footer\" role=\"contentinfo\">\n        <div class=\"container\">\n            <div class=\"footer-grid\">\n                <div class=\"footer-brand\">\n                    <a href=\"#\" class=\"logo\" onclick=\"showPage('home')\">\n                        <img decoding=\"async\" src=\"https:\/\/eventhing-studio.shop\/wp-content\/uploads\/2026\/07\/Pink-Modern-Event-Planner-Logo-1.png\" alt=\"EVENTHING SG Logo\" \/>\n                    <\/a>\n                    <p>Creating Beautiful Celebrations for Every Occasion.<\/p>\n                    <div class=\"socials\">\n                        <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                        <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\n                        <a href=\"https:\/\/wa.me\/6588062831\" target=\"_blank\" rel=\"noopener\" aria-label=\"WhatsApp\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n\n                <div>\n                    <h4>Quick Links<\/h4>\n                    <ul>\n                        <li><a onclick=\"showPage('home')\">Home<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('about')\">About<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Services<\/a><\/li>\n                        <li><a onclick=\"showPage('food-stations')\">Live Stations<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('packages')\">Packages<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('gallery')\">Gallery<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h4>Services<\/h4>\n                    <ul>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Balloon Decoration<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Event Styling<\/a><\/li>\n                        <li><a onclick=\"showPage('food-stations')\">Live Stations<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Entertainment<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('services')\">Personalised Products<\/a><\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h4>Contact<\/h4>\n                    <ul>\n                        <li><a href=\"tel:+6588062831\">+65 8806 2831<\/a><\/li>\n                        <li><a href=\"mailto:eventhingsg@gmail.com\">eventhingsg@gmail.com<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('contact')\">Get a Quote<\/a><\/li>\n                        <li><a onclick=\"showPage('home'); scrollToSection('faq')\">FAQs<\/a><\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"footer-bottom\">\n                <span>&copy; 2026 EVENTHING SG. All rights reserved.<\/span>\n                <span>Premium Event Styling &bull; Singapore<\/span>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <!-- ===== WHATSAPP FLOAT ===== -->\n    <a href=\"https:\/\/wa.me\/6588062831?text=Hello%20EVENTHING%20SG!%20I%20have%20a%20question%20about%20your%20services.\" target=\"_blank\" rel=\"noopener\" class=\"whatsapp-float\" aria-label=\"Chat on WhatsApp\">\n        <i class=\"fab fa-whatsapp\"><\/i>\n    <\/a>\n\n\n    <!-- ===== JAVASCRIPT ===== -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n\n            \/\/ ===== PAGE NAVIGATION =====\n            window.showPage = function(pageId) {\n                \/\/ Hide all pages\n                document.querySelectorAll('.page').forEach(function(page) {\n                    page.classList.remove('active');\n                });\n\n                \/\/ Show target page\n                var targetPage = document.getElementById('page-' + pageId);\n                if (targetPage) {\n                    targetPage.classList.add('active');\n                }\n\n                \/\/ Close mobile menu if open\n                var navLinks = document.getElementById('navLinks');\n                var hamburger = document.getElementById('hamburger');\n                if (navLinks.classList.contains('open')) {\n                    navLinks.classList.remove('open');\n                    hamburger.classList.remove('active');\n                    hamburger.setAttribute('aria-expanded', 'false');\n                    document.body.style.overflow = '';\n                }\n\n                \/\/ Scroll to top\n                window.scrollTo({\n                    top: 0,\n                    behavior: 'smooth'\n                });\n\n                \/\/ Reset navbar state based on scroll\n                setTimeout(function() {\n                    var navbar = document.getElementById('navbar');\n                    var currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n                    if (currentScroll > 50) {\n                        navbar.classList.add('scrolled');\n                    } else {\n                        navbar.classList.remove('scrolled');\n                    }\n                }, 100);\n            };\n\n            \/\/ ===== SCROLL TO SECTION (for homepage) =====\n            window.scrollToSection = function(sectionId) {\n                setTimeout(function() {\n                    var section = document.getElementById(sectionId);\n                    if (section) {\n                        var offsetTop = section.getBoundingClientRect().top + window.pageYOffset - 80;\n                        window.scrollTo({\n                            top: offsetTop,\n                            behavior: 'smooth'\n                        });\n                    }\n                }, 300);\n            };\n\n            \/\/ ===== NAVBAR SCROLL =====\n            const navbar = document.getElementById('navbar');\n            window.addEventListener('scroll', function() {\n                const currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n                if (currentScroll > 50) {\n                    navbar.classList.add('scrolled');\n                } else {\n                    navbar.classList.remove('scrolled');\n                }\n            });\n\n            \/\/ ===== MOBILE MENU =====\n            const hamburger = document.getElementById('hamburger');\n            const navLinks = document.getElementById('navLinks');\n\n            hamburger.addEventListener('click', function() {\n                const isOpen = navLinks.classList.toggle('open');\n                hamburger.classList.toggle('active');\n                hamburger.setAttribute('aria-expanded', isOpen);\n                document.body.style.overflow = isOpen ? 'hidden' : '';\n            });\n\n            \/\/ Close menu on link click (for nav links inside)\n            navLinks.querySelectorAll('a').forEach(function(link) {\n                link.addEventListener('click', function() {\n                    navLinks.classList.remove('open');\n                    hamburger.classList.remove('active');\n                    hamburger.setAttribute('aria-expanded', 'false');\n                    document.body.style.overflow = '';\n                });\n            });\n\n            \/\/ ===== FAQ ACCORDION =====\n            const faqItems = document.querySelectorAll('.faq-item');\n            faqItems.forEach(function(item) {\n                const question = item.querySelector('.faq-question');\n                question.addEventListener('click', function() {\n                    const isActive = item.classList.contains('active');\n                    \/\/ Close all\n                    faqItems.forEach(function(i) {\n                        i.classList.remove('active');\n                        i.querySelector('.faq-question').setAttribute('aria-expanded', 'false');\n                    });\n                    \/\/ Toggle current\n                    if (!isActive) {\n                        item.classList.add('active');\n                        item.querySelector('.faq-question').setAttribute('aria-expanded', 'true');\n                    }\n                });\n            });\n\n            \/\/ ===== SCROLL REVEAL (Intersection Observer) =====\n            const revealElements = document.querySelectorAll('.reveal');\n\n            const revealObserver = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('visible');\n                    }\n                });\n            }, {\n                threshold: 0.12,\n                rootMargin: '0px 0px -20px 0px'\n            });\n\n            revealElements.forEach(function(el) {\n                revealObserver.observe(el);\n            });\n\n            \/\/ ===== CONTACT FORM =====\n            const form = document.getElementById('contactForm');\n            form.addEventListener('submit', function(e) {\n                e.preventDefault();\n\n                \/\/ Get required fields\n                const name = document.getElementById('name').value.trim();\n                const phone = document.getElementById('phone').value.trim();\n                const eventDate = document.getElementById('eventDate').value;\n                const eventTime = document.getElementById('eventTime').value;\n                const venue = document.getElementById('venue').value.trim();\n                const serviceType = document.getElementById('serviceType').value;\n\n                \/\/ Validate required fields\n                if (!name || !phone || !eventDate || !eventTime || !venue || !serviceType) {\n                    alert('Please fill in all required fields marked with * (Name, Phone, Event Date, Event Time, Venue, and Type of Service).');\n                    return;\n                }\n\n                if (phone.length < 8) {\n                    alert('Please enter a valid phone number.');\n                    return;\n                }\n\n                \/\/ Build WhatsApp message\n                const message = 'Hello EVENTHING SG! I would like to request a quote for my event.%0A%0A' +\n                    'Name: ' + name + '%0A' +\n                    'Phone: ' + phone + '%0A' +\n                    'Email: ' + (document.getElementById('email').value.trim() || 'Not provided') + '%0A' +\n                    'Event Date: ' + eventDate + '%0A' +\n                    'Event Time: ' + eventTime + '%0A' +\n                    'Venue: ' + venue + '%0A' +\n                    'Event Type: ' + (document.getElementById('eventType').value || 'Not specified') + '%0A' +\n                    'Service Type: ' + serviceType + '%0A' +\n                    'Guests: ' + (document.getElementById('guests').value || 'Not specified') + '%0A' +\n                    'Theme: ' + (document.getElementById('theme').value || 'Not specified') + '%0A' +\n                    'Message: ' + (document.getElementById('message').value.trim() || 'No message provided');\n\n                const whatsappUrl = 'https:\/\/wa.me\/6588062831?text=' + message;\n                window.open(whatsappUrl, '_blank');\n\n                alert('Thank you for your enquiry! You will be redirected to WhatsApp to continue the conversation with our team.');\n            });\n\n            \/\/ ===== SMOOTH SCROLL FOR ANCHOR LINKS (on homepage) =====\n            document.querySelectorAll('#page-home a[href^=\"#\"]').forEach(function(anchor) {\n                anchor.addEventListener('click', function(e) {\n                    const targetId = this.getAttribute('href');\n                    if (targetId === '#') return;\n                    const target = document.querySelector(targetId);\n                    if (target) {\n                        e.preventDefault();\n                        const offsetTop = target.getBoundingClientRect().top + window.pageYOffset - 80;\n                        window.scrollTo({\n                            top: offsetTop,\n                            behavior: 'smooth'\n                        });\n                    }\n                });\n            });\n\n        });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>EVENTHING SG \u2013 Premium Event Styling &#038; Party Planning Singapore Home About Services Live Stations Packages Gallery Get a Quote \u2726 Singapore&#8217;s Premier Event Stylist Creating Beautiful Celebrations for Every Occasion From birthdays and baby showers to weddings, corporate events, and grand openings, EVENTHING SG transforms your ideas into unforgettable celebrations with premium decorations, balloon [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-301","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/pages\/301","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=301"}],"version-history":[{"count":2,"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/pages\/301\/revisions"}],"predecessor-version":[{"id":303,"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=\/wp\/v2\/pages\/301\/revisions\/303"}],"wp:attachment":[{"href":"https:\/\/eventhing-studio.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}