{"id":116,"date":"2023-10-23T01:31:50","date_gmt":"2023-10-23T01:31:50","guid":{"rendered":"https:\/\/demo2wpopal.b-cdn.net\/fazfood\/?page_id=116"},"modified":"2026-07-10T16:48:52","modified_gmt":"2026-07-10T16:48:52","slug":"menu-restaurant","status":"publish","type":"page","link":"https:\/\/chixyfriedchicken.in\/?page_id=116","title":{"rendered":"Menu Restaurant"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"116\" class=\"elementor elementor-116\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdc48b3 e-flex e-con-boxed e-con e-parent\" data-id=\"fdc48b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba805f3 elementor-widget elementor-widget-html\" data-id=\"ba805f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================= -->\r\n<!-- CHIXY FRIED CHICKEN \u2014 WHATSAPP ORDER MENU SECTION -->\r\n<!-- Paste this entire block into an Elementor \"HTML\" widget -->\r\n<!-- or a WordPress \"Custom HTML\" block -->\r\n<!-- ============================================= -->\r\n\r\n<style>\r\n  .chixy-menu-wrap {\r\n    --chixy-red: #c81d25;\r\n    --chixy-dark: #161412;\r\n    --chixy-gold: #f5b324;\r\n    --chixy-gold2: #ffd35c;\r\n    font-family: 'Poppins', Arial, sans-serif;\r\n    background: var(--chixy-dark);\r\n    padding: 50px 20px 70px;\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-menu-header {\r\n    text-align: center;\r\n    max-width: 700px;\r\n    margin: 0 auto 40px;\r\n  }\r\n  .chixy-menu-header h2 {\r\n    font-size: 38px;\r\n    margin: 0 0 8px;\r\n    background: linear-gradient(180deg, var(--chixy-gold2), var(--chixy-gold));\r\n    -webkit-background-clip: text;\r\n    background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    font-weight: 800;\r\n    letter-spacing: 0.5px;\r\n  }\r\n  .chixy-menu-header p {\r\n    color: #d8d4cf;\r\n    font-size: 16px;\r\n    margin: 0;\r\n  }\r\n\r\n  .chixy-tabs {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    max-width: 1000px;\r\n    margin: 0 auto 36px;\r\n  }\r\n  .chixy-tab-btn {\r\n    background: #2a2622;\r\n    border: 1px solid #3d3833;\r\n    color: #e9e5df;\r\n    padding: 9px 18px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    transition: all .2s ease;\r\n    white-space: nowrap;\r\n  }\r\n  .chixy-tab-btn:hover { background: #3a3530; }\r\n  .chixy-tab-btn.active {\r\n    background: var(--chixy-red);\r\n    border-color: var(--chixy-red);\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\r\n    gap: 24px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .chixy-card {\r\n    background: linear-gradient(180deg, #211e1a, #18160f);\r\n    border: 1px solid #322d27;\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    display: flex;\r\n    flex-direction: column;\r\n    transition: transform .25s ease, box-shadow .25s ease;\r\n    cursor: pointer;\r\n  }\r\n  .chixy-card:hover {\r\n    transform: translateY(-6px);\r\n    box-shadow: 0 14px 30px rgba(0,0,0,0.45);\r\n  }\r\n\r\n  .chixy-card-img {\r\n    position: relative;\r\n    height: 160px;\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 54px;\r\n    overflow: hidden;\r\n  }\r\n  .chixy-card-img img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n  .chixy-card-img span.chixy-badge {\r\n    position: absolute;\r\n    top: 10px;\r\n    left: 10px;\r\n    background: var(--chixy-gold);\r\n    color: #1a1a1a;\r\n    font-size: 11px;\r\n    font-weight: 800;\r\n    padding: 4px 10px;\r\n    border-radius: 20px;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  .chixy-card-body {\r\n    padding: 16px 18px 18px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex: 1;\r\n  }\r\n  .chixy-card-body h3 {\r\n    font-size: 17px;\r\n    margin: 0 0 6px;\r\n    color: #fff;\r\n    font-weight: 700;\r\n  }\r\n  .chixy-card-body .chixy-desc {\r\n    font-size: 12.5px;\r\n    color: #b8b3ac;\r\n    margin: 0 0 12px;\r\n    line-height: 1.5;\r\n    flex: 1;\r\n  }\r\n\r\n  .chixy-card-footer {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    margin-top: auto;\r\n  }\r\n  .chixy-price {\r\n    font-size: 20px;\r\n    font-weight: 800;\r\n    color: var(--chixy-gold2);\r\n  }\r\n  .chixy-price small {\r\n    font-size: 11px;\r\n    color: #9a958d;\r\n    font-weight: 500;\r\n  }\r\n\r\n  .chixy-order-btn {\r\n    background: #25D366;\r\n    color: #fff;\r\n    border: none;\r\n    padding: 9px 16px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    transition: transform .15s ease, background .15s ease;\r\n    text-decoration: none;\r\n  }\r\n  .chixy-order-btn:hover {\r\n    background: #1ebd5a;\r\n    transform: scale(1.05);\r\n    color: #fff;\r\n  }\r\n  .chixy-order-btn svg { width: 15px; height: 15px; fill: #fff; }\r\n\r\n  @media (max-width: 480px) {\r\n    .chixy-menu-header h2 { font-size: 28px; }\r\n    .chixy-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\r\n    .chixy-card-img { height: 110px; font-size: 38px; }\r\n    .chixy-card-body h3 { font-size: 14px; }\r\n    .chixy-price { font-size: 16px; }\r\n    .chixy-order-btn { padding: 7px 10px; font-size: 11px; }\r\n  }\r\n\r\n  \/* ===== Popup (image only, full size) ===== *\/\r\n  .chixy-popup-overlay {\r\n    display: none;\r\n    position: fixed;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background: rgba(0,0,0,0.85);\r\n    z-index: 99999;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 20px;\r\n  }\r\n  .chixy-popup-overlay.active {\r\n    display: flex;\r\n  }\r\n  .chixy-popup-box {\r\n    position: relative;\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    animation: chixyPopIn .25s ease;\r\n    display: flex;\r\n  }\r\n  @keyframes chixyPopIn {\r\n    from { transform: scale(0.9); opacity: 0; }\r\n    to { transform: scale(1); opacity: 1; }\r\n  }\r\n  .chixy-popup-close {\r\n    position: absolute;\r\n    top: -14px;\r\n    right: -14px;\r\n    width: 36px;\r\n    height: 36px;\r\n    background: var(--chixy-gold);\r\n    border: none;\r\n    border-radius: 50%;\r\n    color: #1a1a1a;\r\n    font-size: 20px;\r\n    font-weight: 700;\r\n    line-height: 1;\r\n    cursor: pointer;\r\n    z-index: 2;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.4);\r\n  }\r\n  .chixy-popup-box img {\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    width: auto;\r\n    height: auto;\r\n    object-fit: contain;\r\n    border-radius: 12px;\r\n    display: block;\r\n    box-shadow: 0 10px 40px rgba(0,0,0,0.5);\r\n  }\r\n  .chixy-popup-box .chixy-popup-emoji-fallback {\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    border-radius: 12px;\r\n    width: 300px;\r\n    height: 300px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 100px;\r\n  }\r\n<\/style>\r\n\r\n<div class=\"chixy-menu-wrap\" id=\"chixyMenu\">\r\n\r\n  <div class=\"chixy-menu-header\">\r\n    <h2>\ud83c\udf57 CHIXY MENU<\/h2>\r\n    <p>Crispy. Tasty. Spicy! Tap any item to order instantly on WhatsApp.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-tabs\" id=\"chixyTabs\">\r\n    <button class=\"chixy-tab-btn active\" data-cat=\"all\">All<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"buckets\">Buckets &amp; Family Meals<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"honey\">Honey Chicken<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wraps\">Wraps<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"burgers\">Burgers<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wings\">Wings &amp; Strips<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"kids\">Kids &amp; Starters<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"loaded fries\">Loaded Fries <\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"addons\">Add-Ons<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-grid\" id=\"chixyGrid\"><\/div>\r\n<\/div>\r\n\r\n<!-- Popup -->\r\n<div class=\"chixy-popup-overlay\" id=\"chixyPopupOverlay\">\r\n  <div class=\"chixy-popup-box\" id=\"chixyPopupBox\">\r\n    <!-- filled by JS -->\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  var WA_NUMBER = \"919400228897\";\r\n\r\n  var menu = [\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket A\", desc:\"12 pcs chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw\", price:1299, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.09-AM-1.jpeg\" },\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket B\", desc:\"9 pcs chicken, 1 fries, 3 bun, 3 dips, 2 coleslaw\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.09-AM.jpeg\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 12 pcs Mixed Chicken\", desc:\"12 pcs mixed chicken. Crispy, tasty, spicy!\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-12pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 7 pcs Mixed Chicken\", desc:\"7 pcs mixed chicken. Perfect for the family!\", price:599, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-7pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Chixy Saver\", desc:\"5 pcs chicken, 1 dip\", price:499,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.11-AM.jpeg\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf71\", name:\"Single Meal\", desc:\"2 pcs chicken, 1 fries, 1 dip\", price:299,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.10-AM-2.jpeg\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udc91\", name:\"Couples Meal\", desc:\"4 pcs chicken, 2 fries, 2 dips\", price:589,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.10-AM-1.jpeg\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udd25\", name:\"Chixy Super Value Mix 11 pcs\", desc:\"3 pcs chicken, 3 strips, 5 wings, 2 dips. 100% Halal.\", price:599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_50-AM.png\" },\r\n\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Bucket\", desc:\"12 pcs honey chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw\", price:1599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.10-AM.jpeg\" },\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Saver\", desc:\"3 pcs honey chicken, 3 honey strips, 5 honey wings, 2 dips\", price:779,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-12_44_47-PM.png\" },\r\n\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 3 pcs\", desc:\"Juicy wings, bold flavor!\", price:149,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.48.34-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 6 pcs\", desc:\"Juicy wings, bold flavor!\", price:249,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.50.42-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 9 pcs\", desc:\"Juicy wings, bold flavor!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-7.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 3 pcs\", desc:\"Crunchy outside, juicy inside!\", price:219,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-8.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 6 pcs\", desc:\"Crunchy outside, juicy inside!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-9.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 9 pcs\", desc:\"Crunchy outside, juicy inside!\", price:429,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-10.jpg\" },\r\n\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Royal Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fries, melted cheese, fresh veggies, 1 dip, 1 chicken wing\", price:269,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.11-AM-1.jpeg\" },\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Mini Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-12.jpg\" },\r\n\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chicken Burger\", desc:\"Normal bun, chicken patty, fresh veggies, tasty sauce\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-13.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Beef Burger\", desc:\"Normal bun, beef patty, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-14.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83e\udd6c\", name:\"Veg Burger\", desc:\"Normal bun, veg patty, fresh veggies, tasty sauce \u2014 100% vegetarian\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-15.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Burger\", desc:\"Chicken strips, cheese, fries, veggies, tasty sauce \u2014 loaded with flavor!\", price:139,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-16.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Double Zinger Burger\", desc:\"Sesame bun, double chicken strips, cheese, fries, veggies, sauce \u2014 extra crispy!\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-17.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Value Zinger Burger\", desc:\"Sesame bun, chicken strips, cheese, fries, veggies, sauce, 250ml 7UP, 2 pcs wings\", price:279,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-09-at-11.38.11-AM-2.jpeg\" },\r\n\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Chixy Starter\", desc:\"6 pcs chicken nuggets, 1 bun, 1 fries, 1 drink (200ml)\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-19.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83e\uddd2\", name:\"Chixy Kids Meal\", desc:\"1 pc chicken, 1 fries, 1 fruit juice bottle \u2014 made for little heroes!\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-20.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Butter\", desc:\"Rich & creamy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-22.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Popcorn \u2014 Chilli\", desc:\"Spicy & zesty, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-25-2026-06_37_14-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Classic\", desc:\"Light & crunchy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-25-2026-06_35_42-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf5f\", name:\"Loaded Fries\", desc:\"Crispy golden fries, chicken chunks, cheese sauce, mayo drizzle, spicy sauce, onion crunch, jalape\u00f1os\", price:299,img:'https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-23.jpg' },\r\n\r\n    { cat:\"addons\", emoji:\"\ud83c\udf57\", name:\"Add-On: Fried Chicken (1 pc)\", desc:\"Extra piece of crispy fried chicken\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-24.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf5f\", name:\"Add-On: Fries\", desc:\"Crispy golden fries\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-25.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd57\", name:\"Add-On: Coleslaw\", desc:\"Fresh creamy coleslaw\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-26.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd44\", name:\"Add-On: Mayo\", desc:\"Classic creamy mayo\", price:25,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-27.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Add-On: Red Mayo\", desc:\"Spicy red mayo dip\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-28.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\uddc0\", name:\"Add-On: Cheese Slice\", desc:\"Single cheese slice\", price:15,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-29.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf6f\", name:\"Add-On: Honey Chicken (1 pc)\", desc:\"Sweet honey crunch chicken\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-30.jpg\" }\r\n  ];\r\n\r\n  var grid = document.getElementById('chixyGrid');\r\n  var tabs = document.getElementById('chixyTabs');\r\n  var popupOverlay = document.getElementById('chixyPopupOverlay');\r\n  var popupBox = document.getElementById('chixyPopupBox');\r\n\r\n  function waLink(item) {\r\n    var msg = \"Hi Chixy! I'd like to order: *\" + item.name + \"* (\u20b9\" + item.price + \"). Please confirm availability.\";\r\n    return \"https:\/\/wa.me\/\" + WA_NUMBER + \"?text=\" + encodeURIComponent(msg);\r\n  }\r\n\r\n  function openPopup(item) {\r\n    popupBox.innerHTML =\r\n      '<button class=\"chixy-popup-close\" id=\"chixyPopupClose\" aria-label=\"Close\">&times;<\/button>' +\r\n      (item.img\r\n        ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\">'\r\n        : '<div class=\"chixy-popup-emoji-fallback\">' + item.emoji + '<\/div>'\r\n      );\r\n\r\n    popupOverlay.classList.add('active');\r\n    document.body.style.overflow = 'hidden';\r\n\r\n    document.getElementById('chixyPopupClose').addEventListener('click', closePopup);\r\n  }\r\n\r\n  function closePopup() {\r\n    popupOverlay.classList.remove('active');\r\n    document.body.style.overflow = '';\r\n  }\r\n\r\n  popupOverlay.addEventListener('click', function (e) {\r\n    if (e.target === popupOverlay) closePopup();\r\n  });\r\n\r\n  document.addEventListener('keydown', function (e) {\r\n    if (e.key === 'Escape') closePopup();\r\n  });\r\n\r\n  function render(filter) {\r\n    grid.innerHTML = \"\";\r\n    menu.forEach(function (item) {\r\n      if (filter !== \"all\" && item.cat !== filter) return;\r\n      var card = document.createElement('div');\r\n      card.className = 'chixy-card';\r\n      card.innerHTML =\r\n        '<div class=\"chixy-card-img\">' +\r\n          (item.badge ? '<span class=\"chixy-badge\">' + item.badge + '<\/span>' : '') +\r\n          (item.img ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\" loading=\"lazy\">' : item.emoji) +\r\n        '<\/div>' +\r\n        '<div class=\"chixy-card-body\">' +\r\n          '<h3>' + item.name + '<\/h3>' +\r\n          '<p class=\"chixy-desc\">' + item.desc + '<\/p>' +\r\n          '<div class=\"chixy-card-footer\">' +\r\n            '<div class=\"chixy-price\">\u20b9' + item.price + '<br><small>per item<\/small><\/div>' +\r\n            '<a class=\"chixy-order-btn\" target=\"_blank\" rel=\"noopener\" href=\"' + waLink(item) + '\">' +\r\n              '<svg viewBox=\"0 0 24 24\"><path d=\"M17.5 14.4c-.3-.1-1.8-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5-.1-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.1-.3-.2-.6-.3M12 0a12 12 0 00-10.4 17.9L.1 24l6.3-1.6A12 12 0 1012 0z\"\/><\/svg>' +\r\n              'Order' +\r\n            '<\/a>' +\r\n          '<\/div>' +\r\n        '<\/div>';\r\n\r\n      card.addEventListener('click', function (e) {\r\n        if (e.target.closest('.chixy-order-btn')) return;\r\n        openPopup(item);\r\n      });\r\n\r\n      grid.appendChild(card);\r\n    });\r\n  }\r\n\r\n  tabs.addEventListener('click', function (e) {\r\n    if (!e.target.classList.contains('chixy-tab-btn')) return;\r\n    tabs.querySelectorAll('.chixy-tab-btn').forEach(function (b) { b.classList.remove('active'); });\r\n    e.target.classList.add('active');\r\n    render(e.target.getAttribute('data-cat'));\r\n  });\r\n\r\n  render('all');\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79355bb elementor-widget elementor-widget-html\" data-id=\"79355bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================= -->\r\n<!-- CHIXY FRIED CHICKEN \u2014 WHATSAPP ORDER MENU SECTION -->\r\n<!-- Paste this entire block into an Elementor \"HTML\" widget -->\r\n<!-- or a WordPress \"Custom HTML\" block -->\r\n<!-- ============================================= -->\r\n\r\n<style>\r\n  .chixy-menu-wrap {\r\n    --chixy-red: #c81d25;\r\n    --chixy-dark: #161412;\r\n    --chixy-gold: #f5b324;\r\n    --chixy-gold2: #ffd35c;\r\n    font-family: 'Poppins', Arial, sans-serif;\r\n    background: var(--chixy-dark);\r\n    padding: 50px 20px 70px;\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-menu-header {\r\n    text-align: center;\r\n    max-width: 700px;\r\n    margin: 0 auto 40px;\r\n  }\r\n  .chixy-menu-header h2 {\r\n    font-size: 38px;\r\n    margin: 0 0 8px;\r\n    background: linear-gradient(180deg, var(--chixy-gold2), var(--chixy-gold));\r\n    -webkit-background-clip: text;\r\n    background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    font-weight: 800;\r\n    letter-spacing: 0.5px;\r\n  }\r\n  .chixy-menu-header p {\r\n    color: #d8d4cf;\r\n    font-size: 16px;\r\n    margin: 0;\r\n  }\r\n\r\n  .chixy-tabs {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    max-width: 1000px;\r\n    margin: 0 auto 36px;\r\n  }\r\n  .chixy-tab-btn {\r\n    background: #2a2622;\r\n    border: 1px solid #3d3833;\r\n    color: #e9e5df;\r\n    padding: 9px 18px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    transition: all .2s ease;\r\n    white-space: nowrap;\r\n  }\r\n  .chixy-tab-btn:hover { background: #3a3530; }\r\n  .chixy-tab-btn.active {\r\n    background: var(--chixy-red);\r\n    border-color: var(--chixy-red);\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\r\n    gap: 24px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .chixy-card {\r\n    background: linear-gradient(180deg, #211e1a, #18160f);\r\n    border: 1px solid #322d27;\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    display: flex;\r\n    flex-direction: column;\r\n    transition: transform .25s ease, box-shadow .25s ease;\r\n    cursor: pointer;\r\n  }\r\n  .chixy-card:hover {\r\n    transform: translateY(-6px);\r\n    box-shadow: 0 14px 30px rgba(0,0,0,0.45);\r\n  }\r\n\r\n  .chixy-card-img {\r\n    position: relative;\r\n    height: 160px;\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 54px;\r\n    overflow: hidden;\r\n  }\r\n  .chixy-card-img img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n  .chixy-card-img span.chixy-badge {\r\n    position: absolute;\r\n    top: 10px;\r\n    left: 10px;\r\n    background: var(--chixy-gold);\r\n    color: #1a1a1a;\r\n    font-size: 11px;\r\n    font-weight: 800;\r\n    padding: 4px 10px;\r\n    border-radius: 20px;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  .chixy-card-body {\r\n    padding: 16px 18px 18px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex: 1;\r\n  }\r\n  .chixy-card-body h3 {\r\n    font-size: 17px;\r\n    margin: 0 0 6px;\r\n    color: #fff;\r\n    font-weight: 700;\r\n  }\r\n  .chixy-card-body .chixy-desc {\r\n    font-size: 12.5px;\r\n    color: #b8b3ac;\r\n    margin: 0 0 12px;\r\n    line-height: 1.5;\r\n    flex: 1;\r\n  }\r\n\r\n  .chixy-card-footer {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    margin-top: auto;\r\n  }\r\n  .chixy-price {\r\n    font-size: 20px;\r\n    font-weight: 800;\r\n    color: var(--chixy-gold2);\r\n  }\r\n  .chixy-price small {\r\n    font-size: 11px;\r\n    color: #9a958d;\r\n    font-weight: 500;\r\n  }\r\n\r\n  .chixy-order-btn {\r\n    background: #25D366;\r\n    color: #fff;\r\n    border: none;\r\n    padding: 9px 16px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    transition: transform .15s ease, background .15s ease;\r\n    text-decoration: none;\r\n  }\r\n  .chixy-order-btn:hover {\r\n    background: #1ebd5a;\r\n    transform: scale(1.05);\r\n    color: #fff;\r\n  }\r\n  .chixy-order-btn svg { width: 15px; height: 15px; fill: #fff; }\r\n\r\n  @media (max-width: 480px) {\r\n    .chixy-menu-header h2 { font-size: 28px; }\r\n    .chixy-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\r\n    .chixy-card-img { height: 110px; font-size: 38px; }\r\n    .chixy-card-body h3 { font-size: 14px; }\r\n    .chixy-price { font-size: 16px; }\r\n    .chixy-order-btn { padding: 7px 10px; font-size: 11px; }\r\n  }\r\n\r\n  \/* ===== Popup (image only, full size) ===== *\/\r\n  .chixy-popup-overlay {\r\n    display: none;\r\n    position: fixed;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background: rgba(0,0,0,0.85);\r\n    z-index: 99999;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 20px;\r\n  }\r\n  .chixy-popup-overlay.active {\r\n    display: flex;\r\n  }\r\n  .chixy-popup-box {\r\n    position: relative;\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    animation: chixyPopIn .25s ease;\r\n    display: flex;\r\n  }\r\n  @keyframes chixyPopIn {\r\n    from { transform: scale(0.9); opacity: 0; }\r\n    to { transform: scale(1); opacity: 1; }\r\n  }\r\n  .chixy-popup-close {\r\n    position: absolute;\r\n    top: -14px;\r\n    right: -14px;\r\n    width: 36px;\r\n    height: 36px;\r\n    background: var(--chixy-gold);\r\n    border: none;\r\n    border-radius: 50%;\r\n    color: #1a1a1a;\r\n    font-size: 20px;\r\n    font-weight: 700;\r\n    line-height: 1;\r\n    cursor: pointer;\r\n    z-index: 2;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.4);\r\n  }\r\n  .chixy-popup-box img {\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    width: auto;\r\n    height: auto;\r\n    object-fit: contain;\r\n    border-radius: 12px;\r\n    display: block;\r\n    box-shadow: 0 10px 40px rgba(0,0,0,0.5);\r\n  }\r\n  .chixy-popup-box .chixy-popup-emoji-fallback {\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    border-radius: 12px;\r\n    width: 300px;\r\n    height: 300px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 100px;\r\n  }\r\n<\/style>\r\n\r\n<div class=\"chixy-menu-wrap\" id=\"chixyMenu\">\r\n\r\n  <div class=\"chixy-menu-header\">\r\n    <h2>\ud83c\udf57 CHIXY MENU<\/h2>\r\n    <p>Crispy. Tasty. Spicy! Tap any item to order instantly on WhatsApp.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-tabs\" id=\"chixyTabs\">\r\n    <button class=\"chixy-tab-btn active\" data-cat=\"all\">All<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"buckets\">Buckets &amp; Family Meals<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"honey\">Honey Chicken<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wraps\">Wraps<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"burgers\">Burgers<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wings\">Wings &amp; Strips<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"kids\">Kids &amp; Starters<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"loaded fries\">Loaded Fries <\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"addons\">Add-Ons<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-grid\" id=\"chixyGrid\"><\/div>\r\n<\/div>\r\n\r\n<!-- Popup -->\r\n<div class=\"chixy-popup-overlay\" id=\"chixyPopupOverlay\">\r\n  <div class=\"chixy-popup-box\" id=\"chixyPopupBox\">\r\n    <!-- filled by JS -->\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  var WA_NUMBER = \"919400228897\";\r\n\r\n  var menu = [\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket A\", desc:\"12 pcs chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:1299, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-bucket-a.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket B\", desc:\"9 pcs chicken, 1 fries, 3 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-bucket-a.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 12 pcs Mixed Chicken\", desc:\"12 pcs mixed chicken. Crispy, tasty, spicy!\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-12pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 7 pcs Mixed Chicken\", desc:\"7 pcs mixed chicken. Perfect for the family!\", price:599, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-7pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Chixy Saver\", desc:\"5 pcs chicken, 1 dip, 250ml 7UP bottle\", price:499,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_54_27-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf71\", name:\"Single Meal\", desc:\"2 pcs chicken, 1 fries, 1 dip, 200ml drink\", price:299,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_38-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udc91\", name:\"Couples Meal\", desc:\"4 pcs chicken, 2 fries, 2 dips, 600ml 7UP\", price:589,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_43-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udd25\", name:\"Chixy Super Value Mix 11 pcs\", desc:\"3 pcs chicken, 3 strips, 5 wings, 2 dips. 100% Halal.\", price:599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_50-AM.png\" },\r\n\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Bucket\", desc:\"12 pcs honey chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:1599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-12_41_52-PM.png\" },\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Saver\", desc:\"3 pcs honey chicken, 3 honey strips, 5 honey wings, 2 dips\", price:779,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-12_44_47-PM.png\" },\r\n\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 3 pcs\", desc:\"Juicy wings, bold flavor!\", price:149,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.48.34-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 6 pcs\", desc:\"Juicy wings, bold flavor!\", price:249,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.50.42-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 9 pcs\", desc:\"Juicy wings, bold flavor!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-7.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 3 pcs\", desc:\"Crunchy outside, juicy inside!\", price:219,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-8.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 6 pcs\", desc:\"Crunchy outside, juicy inside!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-9.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 9 pcs\", desc:\"Crunchy outside, juicy inside!\", price:429,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-10.jpg\" },\r\n\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Royal Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fries, melted cheese, fresh veggies, 1 dip, 1 chicken wing\", price:269,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-11.jpg\" },\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Mini Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-12.jpg\" },\r\n\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chicken Burger\", desc:\"Normal bun, chicken patty, fresh veggies, tasty sauce\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-13.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Beef Burger\", desc:\"Normal bun, beef patty, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-14.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83e\udd6c\", name:\"Veg Burger\", desc:\"Normal bun, veg patty, fresh veggies, tasty sauce \u2014 100% vegetarian\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-15.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Burger\", desc:\"Chicken strips, cheese, fries, veggies, tasty sauce \u2014 loaded with flavor!\", price:139,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-16.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Double Zinger Burger\", desc:\"Sesame bun, double chicken strips, cheese, fries, veggies, sauce \u2014 extra crispy!\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-17.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Value Zinger Burger\", desc:\"Sesame bun, chicken strips, cheese, fries, veggies, sauce, 250ml 7UP, 2 pcs wings\", price:279,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-18.jpg\" },\r\n\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Chixy Starter\", desc:\"6 pcs chicken nuggets, 1 bun, 1 fries, 1 drink (200ml)\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-19.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83e\uddd2\", name:\"Chixy Kids Meal\", desc:\"1 pc chicken, 1 fries, 1 fruit juice bottle \u2014 made for little heroes!\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-20.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Butter\", desc:\"Rich & creamy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-22.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Popcorn \u2014 Chilli\", desc:\"Spicy & zesty, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-21-2026-09_02_06-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Classic\", desc:\"Light & crunchy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-21-2026-09_16_40-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf5f\", name:\"Loaded Fries\", desc:\"Crispy golden fries, chicken chunks, cheese sauce, mayo drizzle, spicy sauce, onion crunch, jalape\u00f1os\", price:299,img:'https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-23.jpg' },\r\n\r\n    { cat:\"addons\", emoji:\"\ud83c\udf57\", name:\"Add-On: Fried Chicken (1 pc)\", desc:\"Extra piece of crispy fried chicken\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-24.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf5f\", name:\"Add-On: Fries\", desc:\"Crispy golden fries\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-25.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd57\", name:\"Add-On: Coleslaw\", desc:\"Fresh creamy coleslaw\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-26.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd44\", name:\"Add-On: Mayo\", desc:\"Classic creamy mayo\", price:25,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-27.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Add-On: Red Mayo\", desc:\"Spicy red mayo dip\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-28.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\uddc0\", name:\"Add-On: Cheese Slice\", desc:\"Single cheese slice\", price:15,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-29.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf6f\", name:\"Add-On: Honey Chicken (1 pc)\", desc:\"Sweet honey crunch chicken\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-30.jpg\" }\r\n  ];\r\n\r\n  var grid = document.getElementById('chixyGrid');\r\n  var tabs = document.getElementById('chixyTabs');\r\n  var popupOverlay = document.getElementById('chixyPopupOverlay');\r\n  var popupBox = document.getElementById('chixyPopupBox');\r\n\r\n  function waLink(item) {\r\n    var msg = \"Hi Chixy! I'd like to order: *\" + item.name + \"* (\u20b9\" + item.price + \"). Please confirm availability.\";\r\n    return \"https:\/\/wa.me\/\" + WA_NUMBER + \"?text=\" + encodeURIComponent(msg);\r\n  }\r\n\r\n  function openPopup(item) {\r\n    popupBox.innerHTML =\r\n      '<button class=\"chixy-popup-close\" id=\"chixyPopupClose\" aria-label=\"Close\">&times;<\/button>' +\r\n      (item.img\r\n        ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\">'\r\n        : '<div class=\"chixy-popup-emoji-fallback\">' + item.emoji + '<\/div>'\r\n      );\r\n\r\n    popupOverlay.classList.add('active');\r\n    document.body.style.overflow = 'hidden';\r\n\r\n    document.getElementById('chixyPopupClose').addEventListener('click', closePopup);\r\n  }\r\n\r\n  function closePopup() {\r\n    popupOverlay.classList.remove('active');\r\n    document.body.style.overflow = '';\r\n  }\r\n\r\n  popupOverlay.addEventListener('click', function (e) {\r\n    if (e.target === popupOverlay) closePopup();\r\n  });\r\n\r\n  document.addEventListener('keydown', function (e) {\r\n    if (e.key === 'Escape') closePopup();\r\n  });\r\n\r\n  function render(filter) {\r\n    grid.innerHTML = \"\";\r\n    menu.forEach(function (item) {\r\n      if (filter !== \"all\" && item.cat !== filter) return;\r\n      var card = document.createElement('div');\r\n      card.className = 'chixy-card';\r\n      card.innerHTML =\r\n        '<div class=\"chixy-card-img\">' +\r\n          (item.badge ? '<span class=\"chixy-badge\">' + item.badge + '<\/span>' : '') +\r\n          (item.img ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\" loading=\"lazy\">' : item.emoji) +\r\n        '<\/div>' +\r\n        '<div class=\"chixy-card-body\">' +\r\n          '<h3>' + item.name + '<\/h3>' +\r\n          '<p class=\"chixy-desc\">' + item.desc + '<\/p>' +\r\n          '<div class=\"chixy-card-footer\">' +\r\n            '<div class=\"chixy-price\">\u20b9' + item.price + '<br><small>per item<\/small><\/div>' +\r\n            '<a class=\"chixy-order-btn\" target=\"_blank\" rel=\"noopener\" href=\"' + waLink(item) + '\">' +\r\n              '<svg viewBox=\"0 0 24 24\"><path d=\"M17.5 14.4c-.3-.1-1.8-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5-.1-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.1-.3-.2-.6-.3M12 0a12 12 0 00-10.4 17.9L.1 24l6.3-1.6A12 12 0 1012 0z\"\/><\/svg>' +\r\n              'Order' +\r\n            '<\/a>' +\r\n          '<\/div>' +\r\n        '<\/div>';\r\n\r\n      card.addEventListener('click', function (e) {\r\n        if (e.target.closest('.chixy-order-btn')) return;\r\n        openPopup(item);\r\n      });\r\n\r\n      grid.appendChild(card);\r\n    });\r\n  }\r\n\r\n  tabs.addEventListener('click', function (e) {\r\n    if (!e.target.classList.contains('chixy-tab-btn')) return;\r\n    tabs.querySelectorAll('.chixy-tab-btn').forEach(function (b) { b.classList.remove('active'); });\r\n    e.target.classList.add('active');\r\n    render(e.target.getAttribute('data-cat'));\r\n  });\r\n\r\n  render('all');\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6f07f elementor-widget elementor-widget-html\" data-id=\"5e6f07f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================= -->\r\n<!-- CHIXY FRIED CHICKEN \u2014 WHATSAPP ORDER MENU SECTION -->\r\n<!-- Paste this entire block into an Elementor \"HTML\" widget -->\r\n<!-- or a WordPress \"Custom HTML\" block -->\r\n<!-- ============================================= -->\r\n\r\n<style>\r\n  .chixy-menu-wrap {\r\n    --chixy-red: #c81d25;\r\n    --chixy-dark: #161412;\r\n    --chixy-gold: #f5b324;\r\n    --chixy-gold2: #ffd35c;\r\n    font-family: 'Poppins', Arial, sans-serif;\r\n    background: var(--chixy-dark);\r\n    padding: 50px 20px 70px;\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-menu-header {\r\n    text-align: center;\r\n    max-width: 700px;\r\n    margin: 0 auto 40px;\r\n  }\r\n  .chixy-menu-header h2 {\r\n    font-size: 38px;\r\n    margin: 0 0 8px;\r\n    background: linear-gradient(180deg, var(--chixy-gold2), var(--chixy-gold));\r\n    -webkit-background-clip: text;\r\n    background-clip: text;\r\n    -webkit-text-fill-color: transparent;\r\n    font-weight: 800;\r\n    letter-spacing: 0.5px;\r\n  }\r\n  .chixy-menu-header p {\r\n    color: #d8d4cf;\r\n    font-size: 16px;\r\n    margin: 0;\r\n  }\r\n\r\n  .chixy-tabs {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 10px;\r\n    max-width: 1000px;\r\n    margin: 0 auto 36px;\r\n  }\r\n  .chixy-tab-btn {\r\n    background: #2a2622;\r\n    border: 1px solid #3d3833;\r\n    color: #e9e5df;\r\n    padding: 9px 18px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    transition: all .2s ease;\r\n    white-space: nowrap;\r\n  }\r\n  .chixy-tab-btn:hover { background: #3a3530; }\r\n  .chixy-tab-btn.active {\r\n    background: var(--chixy-red);\r\n    border-color: var(--chixy-red);\r\n    color: #fff;\r\n  }\r\n\r\n  .chixy-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\r\n    gap: 24px;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .chixy-card {\r\n    background: linear-gradient(180deg, #211e1a, #18160f);\r\n    border: 1px solid #322d27;\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    display: flex;\r\n    flex-direction: column;\r\n    transition: transform .25s ease, box-shadow .25s ease;\r\n    cursor: pointer;\r\n  }\r\n  .chixy-card:hover {\r\n    transform: translateY(-6px);\r\n    box-shadow: 0 14px 30px rgba(0,0,0,0.45);\r\n  }\r\n\r\n  .chixy-card-img {\r\n    position: relative;\r\n    height: 160px;\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 54px;\r\n    overflow: hidden;\r\n  }\r\n  .chixy-card-img img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n  .chixy-card-img span.chixy-badge {\r\n    position: absolute;\r\n    top: 10px;\r\n    left: 10px;\r\n    background: var(--chixy-gold);\r\n    color: #1a1a1a;\r\n    font-size: 11px;\r\n    font-weight: 800;\r\n    padding: 4px 10px;\r\n    border-radius: 20px;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  .chixy-card-body {\r\n    padding: 16px 18px 18px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex: 1;\r\n  }\r\n  .chixy-card-body h3 {\r\n    font-size: 17px;\r\n    margin: 0 0 6px;\r\n    color: #fff;\r\n    font-weight: 700;\r\n  }\r\n  .chixy-card-body .chixy-desc {\r\n    font-size: 12.5px;\r\n    color: #b8b3ac;\r\n    margin: 0 0 12px;\r\n    line-height: 1.5;\r\n    flex: 1;\r\n  }\r\n\r\n  .chixy-card-footer {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    margin-top: auto;\r\n  }\r\n  .chixy-price {\r\n    font-size: 20px;\r\n    font-weight: 800;\r\n    color: var(--chixy-gold2);\r\n  }\r\n  .chixy-price small {\r\n    font-size: 11px;\r\n    color: #9a958d;\r\n    font-weight: 500;\r\n  }\r\n\r\n  .chixy-order-btn {\r\n    background: #25D366;\r\n    color: #fff;\r\n    border: none;\r\n    padding: 9px 16px;\r\n    border-radius: 30px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 6px;\r\n    transition: transform .15s ease, background .15s ease;\r\n    text-decoration: none;\r\n  }\r\n  .chixy-order-btn:hover {\r\n    background: #1ebd5a;\r\n    transform: scale(1.05);\r\n    color: #fff;\r\n  }\r\n  .chixy-order-btn svg { width: 15px; height: 15px; fill: #fff; }\r\n\r\n  @media (max-width: 480px) {\r\n    .chixy-menu-header h2 { font-size: 28px; }\r\n    .chixy-grid { grid-template-columns: 1fr 1fr; gap: 14px; }\r\n    .chixy-card-img { height: 110px; font-size: 38px; }\r\n    .chixy-card-body h3 { font-size: 14px; }\r\n    .chixy-price { font-size: 16px; }\r\n    .chixy-order-btn { padding: 7px 10px; font-size: 11px; }\r\n  }\r\n\r\n  \/* ===== Popup (image only, full size) ===== *\/\r\n  .chixy-popup-overlay {\r\n    display: none;\r\n    position: fixed;\r\n    top: 0; left: 0; right: 0; bottom: 0;\r\n    background: rgba(0,0,0,0.85);\r\n    z-index: 99999;\r\n    align-items: center;\r\n    justify-content: center;\r\n    padding: 20px;\r\n  }\r\n  .chixy-popup-overlay.active {\r\n    display: flex;\r\n  }\r\n  .chixy-popup-box {\r\n    position: relative;\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    animation: chixyPopIn .25s ease;\r\n    display: flex;\r\n  }\r\n  @keyframes chixyPopIn {\r\n    from { transform: scale(0.9); opacity: 0; }\r\n    to { transform: scale(1); opacity: 1; }\r\n  }\r\n  .chixy-popup-close {\r\n    position: absolute;\r\n    top: -14px;\r\n    right: -14px;\r\n    width: 36px;\r\n    height: 36px;\r\n    background: var(--chixy-gold);\r\n    border: none;\r\n    border-radius: 50%;\r\n    color: #1a1a1a;\r\n    font-size: 20px;\r\n    font-weight: 700;\r\n    line-height: 1;\r\n    cursor: pointer;\r\n    z-index: 2;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    box-shadow: 0 4px 12px rgba(0,0,0,0.4);\r\n  }\r\n  .chixy-popup-box img {\r\n    max-width: 92vw;\r\n    max-height: 92vh;\r\n    width: auto;\r\n    height: auto;\r\n    object-fit: contain;\r\n    border-radius: 12px;\r\n    display: block;\r\n    box-shadow: 0 10px 40px rgba(0,0,0,0.5);\r\n  }\r\n  .chixy-popup-box .chixy-popup-emoji-fallback {\r\n    background: linear-gradient(135deg, #d9831f, #c81d25);\r\n    border-radius: 12px;\r\n    width: 300px;\r\n    height: 300px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 100px;\r\n  }\r\n<\/style>\r\n\r\n<div class=\"chixy-menu-wrap\" id=\"chixyMenu\">\r\n\r\n  <div class=\"chixy-menu-header\">\r\n    <h2>\ud83c\udf57 CHIXY MENU<\/h2>\r\n    <p>Crispy. Tasty. Spicy! Tap any item to order instantly on WhatsApp.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-tabs\" id=\"chixyTabs\">\r\n    <button class=\"chixy-tab-btn active\" data-cat=\"all\">All<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"buckets\">Buckets &amp; Family Meals<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"honey\">Honey Chicken<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wraps\">Wraps<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"burgers\">Burgers<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"wings\">Wings &amp; Strips<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"kids\">Kids &amp; Starters<\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"loaded fries\">Loaded Fries <\/button>\r\n    <button class=\"chixy-tab-btn\" data-cat=\"addons\">Add-Ons<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"chixy-grid\" id=\"chixyGrid\"><\/div>\r\n<\/div>\r\n\r\n<!-- Popup -->\r\n<div class=\"chixy-popup-overlay\" id=\"chixyPopupOverlay\">\r\n  <div class=\"chixy-popup-box\" id=\"chixyPopupBox\">\r\n    <!-- filled by JS -->\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function () {\r\n  var WA_NUMBER = \"919400228897\";\r\n\r\n  var menu = [\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket A\", desc:\"12 pcs chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:1299, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-bucket-a.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83e\udea3\", name:\"Family Bucket B\", desc:\"9 pcs chicken, 1 fries, 3 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-bucket-a.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 12 pcs Mixed Chicken\", desc:\"12 pcs mixed chicken. Crispy, tasty, spicy!\", price:999, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-12pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Family Meal \u2014 7 pcs Mixed Chicken\", desc:\"7 pcs mixed chicken. Perfect for the family!\", price:599, img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/family-meal-7pcs.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf57\", name:\"Chixy Saver\", desc:\"5 pcs chicken, 1 dip, 250ml 7UP bottle\", price:499,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_54_27-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83c\udf71\", name:\"Single Meal\", desc:\"2 pcs chicken, 1 fries, 1 dip, 200ml drink\", price:299,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_38-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udc91\", name:\"Couples Meal\", desc:\"4 pcs chicken, 2 fries, 2 dips, 600ml 7UP\", price:589,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_43-AM.png\" },\r\n    { cat:\"buckets\", emoji:\"\ud83d\udd25\", name:\"Chixy Super Value Mix 11 pcs\", desc:\"3 pcs chicken, 3 strips, 5 wings, 2 dips. 100% Halal.\", price:599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-07_58_50-AM.png\" },\r\n\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Bucket\", desc:\"12 pcs honey chicken, 2 fries, 4 bun, 3 dips, 2 coleslaw, 250ml 7UP\", price:1599,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-12_41_52-PM.png\" },\r\n    { cat:\"honey\", emoji:\"\ud83c\udf6f\", name:\"Chixy Honey Saver\", desc:\"3 pcs honey chicken, 3 honey strips, 5 honey wings, 2 dips\", price:779,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-20-2026-12_44_47-PM.png\" },\r\n\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 3 pcs\", desc:\"Juicy wings, bold flavor!\", price:149,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.48.34-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 6 pcs\", desc:\"Juicy wings, bold flavor!\", price:249,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-20-at-12.50.42-PM.jpeg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf57\", name:\"Wings \u2014 9 pcs\", desc:\"Juicy wings, bold flavor!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-7.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 3 pcs\", desc:\"Crunchy outside, juicy inside!\", price:219,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-8.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 6 pcs\", desc:\"Crunchy outside, juicy inside!\", price:349,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-9.jpg\" },\r\n    { cat:\"wings\", emoji:\"\ud83c\udf62\", name:\"Strips \u2014 9 pcs\", desc:\"Crunchy outside, juicy inside!\", price:429,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-10.jpg\" },\r\n\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Royal Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fries, melted cheese, fresh veggies, 1 dip, 1 chicken wing\", price:269,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-11.jpg\" },\r\n    { cat:\"wraps\", emoji:\"\ud83c\udf2f\", name:\"Mini Zinger Wrap\", desc:\"Soft tortilla, chicken strips, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-12.jpg\" },\r\n\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chicken Burger\", desc:\"Normal bun, chicken patty, fresh veggies, tasty sauce\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-13.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Beef Burger\", desc:\"Normal bun, beef patty, fresh veggies, tasty sauce\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-14.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83e\udd6c\", name:\"Veg Burger\", desc:\"Normal bun, veg patty, fresh veggies, tasty sauce \u2014 100% vegetarian\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-15.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Burger\", desc:\"Chicken strips, cheese, fries, veggies, tasty sauce \u2014 loaded with flavor!\", price:139,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-16.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Chixy Double Zinger Burger\", desc:\"Sesame bun, double chicken strips, cheese, fries, veggies, sauce \u2014 extra crispy!\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-17.jpg\" },\r\n    { cat:\"burgers\", emoji:\"\ud83c\udf54\", name:\"Value Zinger Burger\", desc:\"Sesame bun, chicken strips, cheese, fries, veggies, sauce, 250ml 7UP, 2 pcs wings\", price:279,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-18.jpg\" },\r\n\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Chixy Starter\", desc:\"6 pcs chicken nuggets, 1 bun, 1 fries, 1 drink (200ml)\", price:199,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-19.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83e\uddd2\", name:\"Chixy Kids Meal\", desc:\"1 pc chicken, 1 fries, 1 fruit juice bottle \u2014 made for little heroes!\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-20.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Butter\", desc:\"Rich & creamy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-22.jpg\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Popcorn \u2014 Chilli\", desc:\"Spicy & zesty, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-21-2026-09_02_06-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf7f\", name:\"Popcorn \u2014 Classic\", desc:\"Light & crunchy, popped to perfection\", price:50,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/ChatGPT-Image-Jun-21-2026-09_16_40-AM.png\" },\r\n    { cat:\"kids\", emoji:\"\ud83c\udf5f\", name:\"Loaded Fries\", desc:\"Crispy golden fries, chicken chunks, cheese sauce, mayo drizzle, spicy sauce, onion crunch, jalape\u00f1os\", price:299,img:'https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-23.jpg' },\r\n\r\n    { cat:\"addons\", emoji:\"\ud83c\udf57\", name:\"Add-On: Fried Chicken (1 pc)\", desc:\"Extra piece of crispy fried chicken\", price:99,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-24.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf5f\", name:\"Add-On: Fries\", desc:\"Crispy golden fries\", price:75,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-25.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd57\", name:\"Add-On: Coleslaw\", desc:\"Fresh creamy coleslaw\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-26.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\udd44\", name:\"Add-On: Mayo\", desc:\"Classic creamy mayo\", price:25,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-27.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf36\ufe0f\", name:\"Add-On: Red Mayo\", desc:\"Spicy red mayo dip\", price:30,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-28.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83e\uddc0\", name:\"Add-On: Cheese Slice\", desc:\"Single cheese slice\", price:15,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-29.jpg\" },\r\n    { cat:\"addons\", emoji:\"\ud83c\udf6f\", name:\"Add-On: Honey Chicken (1 pc)\", desc:\"Sweet honey crunch chicken\", price:169,img:\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2026\/06\/image-30.jpg\" }\r\n  ];\r\n\r\n  var grid = document.getElementById('chixyGrid');\r\n  var tabs = document.getElementById('chixyTabs');\r\n  var popupOverlay = document.getElementById('chixyPopupOverlay');\r\n  var popupBox = document.getElementById('chixyPopupBox');\r\n\r\n  function waLink(item) {\r\n    var msg = \"Hi Chixy! I'd like to order: *\" + item.name + \"* (\u20b9\" + item.price + \"). Please confirm availability.\";\r\n    return \"https:\/\/wa.me\/\" + WA_NUMBER + \"?text=\" + encodeURIComponent(msg);\r\n  }\r\n\r\n  function openPopup(item) {\r\n    popupBox.innerHTML =\r\n      '<button class=\"chixy-popup-close\" id=\"chixyPopupClose\" aria-label=\"Close\">&times;<\/button>' +\r\n      (item.img\r\n        ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\">'\r\n        : '<div class=\"chixy-popup-emoji-fallback\">' + item.emoji + '<\/div>'\r\n      );\r\n\r\n    popupOverlay.classList.add('active');\r\n    document.body.style.overflow = 'hidden';\r\n\r\n    document.getElementById('chixyPopupClose').addEventListener('click', closePopup);\r\n  }\r\n\r\n  function closePopup() {\r\n    popupOverlay.classList.remove('active');\r\n    document.body.style.overflow = '';\r\n  }\r\n\r\n  popupOverlay.addEventListener('click', function (e) {\r\n    if (e.target === popupOverlay) closePopup();\r\n  });\r\n\r\n  document.addEventListener('keydown', function (e) {\r\n    if (e.key === 'Escape') closePopup();\r\n  });\r\n\r\n  function render(filter) {\r\n    grid.innerHTML = \"\";\r\n    menu.forEach(function (item) {\r\n      if (filter !== \"all\" && item.cat !== filter) return;\r\n      var card = document.createElement('div');\r\n      card.className = 'chixy-card';\r\n      card.innerHTML =\r\n        '<div class=\"chixy-card-img\">' +\r\n          (item.badge ? '<span class=\"chixy-badge\">' + item.badge + '<\/span>' : '') +\r\n          (item.img ? '<img decoding=\"async\" src=\"' + item.img + '\" alt=\"' + item.name + '\" loading=\"lazy\">' : item.emoji) +\r\n        '<\/div>' +\r\n        '<div class=\"chixy-card-body\">' +\r\n          '<h3>' + item.name + '<\/h3>' +\r\n          '<p class=\"chixy-desc\">' + item.desc + '<\/p>' +\r\n          '<div class=\"chixy-card-footer\">' +\r\n            '<div class=\"chixy-price\">\u20b9' + item.price + '<br><small>per item<\/small><\/div>' +\r\n            '<a class=\"chixy-order-btn\" target=\"_blank\" rel=\"noopener\" href=\"' + waLink(item) + '\">' +\r\n              '<svg viewBox=\"0 0 24 24\"><path d=\"M17.5 14.4c-.3-.1-1.8-.9-2-1-.3-.1-.5-.1-.7.1-.2.3-.8 1-.9 1.1-.2.2-.3.2-.6.1-.3-.1-1.3-.5-2.4-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6.1-.1.3-.3.4-.5.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5-.1-.1-.7-1.6-.9-2.2-.2-.6-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.8-.7 2-1.4.2-.7.2-1.3.2-1.4-.1-.1-.3-.2-.6-.3M12 0a12 12 0 00-10.4 17.9L.1 24l6.3-1.6A12 12 0 1012 0z\"\/><\/svg>' +\r\n              'Order' +\r\n            '<\/a>' +\r\n          '<\/div>' +\r\n        '<\/div>';\r\n\r\n      card.addEventListener('click', function (e) {\r\n        if (e.target.closest('.chixy-order-btn')) return;\r\n        openPopup(item);\r\n      });\r\n\r\n      grid.appendChild(card);\r\n    });\r\n  }\r\n\r\n  tabs.addEventListener('click', function (e) {\r\n    if (!e.target.classList.contains('chixy-tab-btn')) return;\r\n    tabs.querySelectorAll('.chixy-tab-btn').forEach(function (b) { b.classList.remove('active'); });\r\n    e.target.classList.add('active');\r\n    render(e.target.getAttribute('data-cat'));\r\n  });\r\n\r\n  render('all');\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2199343 e-flex e-con-boxed e-con e-parent\" data-id=\"2199343\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7aa613c e-con-full e-flex e-con e-child\" data-id=\"7aa613c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9c3654 elementor-widget elementor-widget-heading\" data-id=\"f9c3654\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Super <br> Delicious<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5e4b4a elementor-widget elementor-widget-text-editor\" data-id=\"d5e4b4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tCALL US NOW: \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-02114e5 elementor-widget elementor-widget-heading\" data-id=\"02114e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\"><a href=\"tel:%209400228897\">9400228897<\/a><\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c854f03 show-effect-yes elementor-button-default elementor-widget elementor-widget-button\" data-id=\"c854f03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fazfood-icon- fazfood-icon-arrow-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">ORDER NOW<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8224d34 elementor-absolute elementor-widget-laptop__width-initial elementor-widget elementor-widget-image\" data-id=\"8224d34\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"577\" height=\"550\" src=\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img2.png\" class=\"attachment-full size-full wp-image-653\" alt=\"\" srcset=\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img2.png 577w, https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img2-300x286.png 300w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3049654 e-con-full e-flex e-con e-child\" data-id=\"3049654\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec74e90 elementor-widget elementor-widget-heading\" data-id=\"ec74e90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">30 Minutes<br> Delivery!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f9d810 elementor-widget elementor-widget-text-editor\" data-id=\"5f9d810\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIf you\u2019re having a meeting, working late <br>at night and need an extra push.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65dc6fe elementor-absolute elementor-widget-laptop__width-initial elementor-widget elementor-widget-image\" data-id=\"65dc6fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"476\" height=\"404\" src=\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img3.png\" class=\"attachment-full size-full wp-image-654\" alt=\"\" srcset=\"https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img3.png 476w, https:\/\/chixyfriedchicken.in\/wp-content\/uploads\/2023\/10\/menu-img3-300x255.png 300w\" sizes=\"(max-width: 476px) 100vw, 476px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf57 CHIXY MENU Crispy. Tasty. Spicy! Tap any item to order instantly on WhatsApp. All Buckets &amp; Family Meals Honey Chicken Wraps Burgers Wings &amp; Strips Kids &amp; Starters Loaded Fries Add-Ons \ud83c\udf57 CHIXY MENU Crispy. Tasty. Spicy! Tap any item to order instantly on WhatsApp. All Buckets &amp; Family Meals Honey Chicken Wraps Burgers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-116","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/pages\/116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=116"}],"version-history":[{"count":15,"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/pages\/116\/revisions"}],"predecessor-version":[{"id":6886,"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=\/wp\/v2\/pages\/116\/revisions\/6886"}],"wp:attachment":[{"href":"https:\/\/chixyfriedchicken.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}