{"id":610,"date":"2025-08-31T00:56:46","date_gmt":"2025-08-30T17:56:46","guid":{"rendered":"https:\/\/hatyaicity.com\/?page_id=610"},"modified":"2025-10-21T16:52:06","modified_gmt":"2025-10-21T09:52:06","slug":"attractions","status":"publish","type":"page","link":"https:\/\/hatyaicity.com\/th\/attractions\/","title":{"rendered":"\u0e2a\u0e16\u0e32\u0e19\u0e17\u0e35\u0e48\u0e17\u0e48\u0e2d\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e27"},"content":{"rendered":"\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    <title>45 Best Hat Yai Tourist Attractions &#8211; Complete Guide<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        :root {\n            --primary: #e74c3c;\n            --primary-dark: #c0392b;\n            --secondary: #3498db;\n            --accent: #f39c12;\n            --text: #2c3e50;\n            --text-light: #7f8c8d;\n            --background: #f9f9f9;\n            --surface: #ffffff;\n            --border: #e0e0e0;\n            --beige: #d6b36a;\n            --beige-dark: #c19d4d;\n        }\n        \n        body {\n            line-height: 1.6;\n            color: var(--text);\n            background-color: var(--background);\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Wat-Temple.jpg');\n            background-size: cover;\n            background-position: center;\n            color: white;\n            padding: 100px 0;\n            text-align: center;\n        }\n        \n        .hero h1 {\n            font-size: 2.8rem;\n            margin-bottom: 20px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.5);\n        }\n        \n        .hero p {\n            font-size: 1.2rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background-color: var(--primary);\n            color: white;\n            padding: 14px 32px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: background-color 0.3s;\n            margin: 5px;\n        }\n        \n        .cta-button:hover {\n            background-color: var(--primary-dark);\n        }\n        \n        .secondary-button {\n            display: inline-block;\n            background-color: var(--beige);\n            color: #333;\n            border: 2px solid var(--beige);\n            padding: 12px 30px;\n            border-radius: 5px;\n            text-decoration: none;\n            font-weight: bold;\n            transition: all 0.3s;\n            margin: 5px;\n        }\n        \n        .secondary-button:hover {\n            background-color: var(--beige-dark);\n            border-color: var(--beige-dark);\n            color: #333;\n        }\n        \n        \/* Quick Navigation *\/\n        .quick-nav {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 30px 0;\n            padding: 15px;\n            background-color: var(--surface);\n            border-radius: 10px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        \n        .quick-nav a {\n            background-color: var(--surface);\n            color: var(--primary);\n            padding: 8px 16px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 0.9rem;\n            border: 1px solid var(--primary);\n            transition: all 0.3s;\n        }\n        \n        .quick-nav a:hover {\n            background-color: var(--primary);\n            color: white;\n        }\n        \n        \/* Section Styles *\/\n        section {\n            padding: 60px 0;\n        }\n        \n        section:nth-child(even) {\n            background-color: var(--surface);\n        }\n        \n        h2 {\n            font-size: 2.2rem;\n            margin-bottom: 25px;\n            color: var(--text);\n            text-align: center;\n        }\n        \n        h3 {\n            font-size: 1.6rem;\n            margin: 35px 0 20px;\n            color: var(--text);\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--primary);\n        }\n        \n        p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Category Intro *\/\n        .category-intro {\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto 40px;\n        }\n        \n        \/* Attractions Grid *\/\n        .attractions-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n        \n        .attraction-card {\n            background: var(--surface);\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        \n        .attraction-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.15);\n        }\n        \n        .attraction-image {\n            height: 220px;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .attraction-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s;\n        }\n        \n        .attraction-card:hover .attraction-image img {\n            transform: scale(1.05);\n        }\n        \n        .attraction-category {\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            background-color: var(--primary);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 0.8rem;\n            font-weight: bold;\n        }\n        \n        .attraction-content {\n            padding: 20px;\n        }\n        \n        .attraction-title {\n            font-size: 1.3rem;\n            margin-bottom: 12px;\n            color: var(--text);\n        }\n        \n        .attraction-meta {\n            color: var(--text-light);\n            font-size: 0.9rem;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .attraction-description {\n            margin-bottom: 20px;\n            color: var(--text);\n        }\n        \n        .attraction-features {\n            margin: 15px 0;\n            padding-left: 20px;\n        }\n        \n        .attraction-features li {\n            margin-bottom: 8px;\n            color: var(--text);\n        }\n        \n        .attraction-pricing {\n            background-color: #f8f9fa;\n            padding: 12px;\n            border-radius: 8px;\n            margin: 15px 0;\n            font-size: 0.9rem;\n        }\n        \n        .attraction-cta {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-top: 20px;\n            padding-top: 15px;\n            border-top: 1px solid var(--border);\n        }\n        \n        \/* Map Section *\/\n        .map-container {\n            height: 500px;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            margin: 40px 0;\n        }\n        \n        \/* Planning Section *\/\n        .planning-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .planning-card {\n            background: var(--surface);\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            text-align: center;\n        }\n        \n        .planning-card h3 {\n            font-size: 1.4rem;\n            margin: 0 0 15px;\n            border: none;\n            padding: 0;\n        }\n        \n        \/* FAQ Section *\/\n        .faq-item {\n            margin-bottom: 25px;\n            border-bottom: 1px solid var(--border);\n            padding-bottom: 25px;\n        }\n        \n        .faq-question {\n            font-weight: bold;\n            font-size: 1.1rem;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .faq-answer {\n            margin-top: 10px;\n            padding: 15px;\n            background-color: #f8f9fa;\n            border-radius: 8px;\n        }\n        \n        \/* Footer *\/\n        footer {\n            background-color: var(--text);\n            color: white;\n            padding: 50px 0 20px;\n            text-align: center;\n        }\n        \n        .footer-links {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-bottom: 30px;\n        }\n        \n        .footer-links a {\n            color: white;\n            margin: 0 15px;\n            text-decoration: none;\n        }\n        \n        .footer-links a:hover {\n            text-decoration: underline;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .attractions-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .hero h1 {\n                font-size: 2.2rem;\n            }\n            \n            .hero p {\n                font-size: 1rem;\n            }\n            \n            .cta-button, .secondary-button {\n                display: block;\n                margin: 10px auto;\n                width: 80%;\n                text-align: center;\n            }\n            \n            .planning-cards {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Custom styles for Hat Yai attractions *\/\n        .beige-button {\n            background-color: var(--beige);\n            color: #333;\n        }\n        \n        .beige-button:hover {\n            background-color: var(--beige-dark);\n            color: #333;\n        }\n        \n        .underline {\n            text-decoration: underline;\n        }\n        \n        .intro {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 20px;\n            background-color: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n        }\n        \n        .attractions-count {\n            font-size: 1.8rem;\n            font-weight: bold;\n            color: #2c5282;\n            margin: 20px 0;\n        }\n        \n        .tips {\n            background-color: #fff9e6;\n            padding: 10px 15px;\n            border-left: 4px solid var(--beige);\n            margin-top: 15px;\n            border-radius: 4px;\n            font-size: 0.9rem;\n        }\n        \n        .tips strong {\n            color: var(--beige-dark);\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <h1>Discover 45 Amazing Tourist Attractions in Hat Yai<\/h1>\n            <p>Your complete guide Hat Yai Tourist Attractions and to the best things to do in Southern Thailand&#8217;s vibrant city &#8211; from majestic temples and bustling markets to family-friendly adventures and cultural experiences<\/p>\n            \n            <div class=\"quick-nav\">\n                <a href=\"#shopping\">Shopping Malls<\/a>\n                <a href=\"#markets\">Markets<\/a>\n                <a href=\"#parks\">Parks &#038; Nature<\/a>\n                <a href=\"#temples\">Temples &#038; Religious<\/a>\n                <a href=\"#museums\">Museums &#038; Culture<\/a>\n                <a href=\"#daytrips\">Day Trips<\/a>\n            <\/div>\n            \n            <a href=\"#shopping\" class=\"cta-button\">Explore Attractions<\/a>\n            <a href=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Attractions-Map-Quick-Reference.png\" class=\"secondary-button\">VIEW ON MAP<\/a>\n        <\/div>\n    <\/section>\n\n    <div class=\"container\">\n        <div class=\"intro\">\n            <div class=\"attractions-count\">45 Must-Visit Attractions in Hat Yai<\/div>\n            <p>This guide lists 45 Hat Yai tourist attractions in and around Hat Yai, Thailand. Each entry includes a short description, location context, typical hours, entrance fees (when available), a Google Maps link, and a quick tip.<\/p>\n            <p class=\"underline\">Hours and fees may change; please verify before visiting.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Shopping Malls Section -->\n    <section id=\"shopping\">\n        <div class=\"container\">\n            <h2>Shopping Malls<\/h2>\n            <div class=\"category-intro\">\n                <p>Discover Hat Yai&#8217;s modern shopping destinations offering everything from international brands to local products.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Central Festival Hatyai -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Central-Festival-Hat-Yai-Shopping-Mall.jpg\" alt=\"Central Festival Hatyai shopping mall\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Central Festival Hatyai<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (23,102 reviews) | City Center<\/div>\n                        <p class=\"attraction-description\">Southern Thailand&#8217;s flagship shopping mall with 200+ stores, diverse dining, a cineplex and event spaces. Ideal for families, movie-goers and anyone wanting air-conditioned comfort.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 10:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=CentralFestival+Hatyai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check the mall&#8217;s event board for weekend promotions.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Lee Garden Plaza -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Lee-Garden-Plaza-Hat-Yai-Downtown-Lee-Gardens-area-vertical-shopping-complex.jpg\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Lee Garden Plaza<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (2,534 reviews) | Downtown<\/div>\n                        <p class=\"attraction-description\">Vertical shopping complex anchored by caf\u00e9s, boutiques and casual restaurants. The plaza and surrounding streets come alive in the evenings with street snacks and pop-up stalls.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 9:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Lee+Garden+Plaza+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Combine with the Lee Gardens night stalls on weekends.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Odean Shopping Mall -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Odean-Shopping-Mall-\u2014-Downtown-Hat-Yai.jpg\" alt=\"Odean Shopping Mall\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Odean Shopping Mall<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,823 reviews) | Downtown<\/div>\n                        <p class=\"attraction-description\">Popular mid-sized mall focusing on affordable fashion, cosmetics and eateries. Convenient stop while exploring nearby markets.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 9:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Odean+Shopping+Mall+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Pair this visit with a walk to nearby Santisuk Market.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Diana Shopping Complex -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Diana-Complex-Shopping-Center-Mall-Hat-Yai.webp\" alt=\"Diana Shopping Complex\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Diana Shopping Complex<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.0 (1,278 reviews) | City Center<\/div>\n                        <p class=\"attraction-description\">An older-style mall known for budget items, local clothing and small arcades. Nostalgic atmosphere and good for bargain hunting.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 9:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Diana+Complex+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Great for quick, low-cost finds.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Robinson Department Store -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Robinson-Department-Store-Hat-Yai\u2014-Central-Downtown.jpg\" alt=\"Robinson Department Store\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Robinson Department Store<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (1,834 reviews) | Central\/Downtown<\/div>\n                        <p class=\"attraction-description\">Well-known Thai department store chain stocking apparel, cosmetics and household goods. Clean facilities and air-conditioning make it a comfortable stop.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 9:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Robinson+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Look for seasonal sales on clothing sections.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Big C Extra -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Big-C-Extra-Hypermarket-Hat-Yai-\u2014-City-Center-fringe.webp\" alt=\"Big C Extra\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Big C Extra (Hypermarket)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,554 reviews) | City Center fringe<\/div>\n                        <p class=\"attraction-description\">Large hypermarket offering Thai snacks, packaged goods and souvenirs in bulk. Handy for last-minute shopping before travel.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 11:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Big+C+Extra+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Good for buying local snacks to take home.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Lotus's (Tesco Lotus) -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Lotuss-Tesco-Lotus-Hat-Yai-\u2014-City-Center-fringe.jpg\" alt=\"Lotus's\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Lotus&#8217;s (Tesco Lotus)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.1 (1,341 reviews) | City Center fringe<\/div>\n                        <p class=\"attraction-description\">Supermarket and lifestyle store with a food court and value goods. Often less crowded than the central malls during midday.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 10:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Lotus%27s+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Try local packaged snacks in the aisles.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Makro Wholesale -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Makro-Wholesale-Shop-Hat-Yai\u2014-Outskirts-Khlong-Hae-side.jpg\" alt=\"Makro Wholesale\">\n                        <div class=\"attraction-category\">Shopping<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Makro Wholesale<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.0 (1,178 reviews) | Outskirts (Khlong Hae side)<\/div>\n                        <p class=\"attraction-description\">Warehouse-style store for bulk groceries and household items. Practical for longer stays or group travel shopping.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 7:00 AM \u2013 9:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Makro+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring a larger bag if buying in bulk.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Markets Section -->\n    <section id=\"markets\" style=\"background-color: #f8f9fa;\">\n        <div class=\"container\">\n            <h2>Markets<\/h2>\n            <div class=\"category-intro\">\n                <p>Experience the vibrant local culture at Hat Yai&#8217;s diverse markets offering everything from fresh produce to souvenirs.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Kim Yong Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Kim-Yong-Market-Hat-Yai-\u2014-Downtown-core.jpg\" alt=\"Kim Yong Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Kim Yong Market<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (2,345 reviews) | Downtown core<\/div>\n                        <p class=\"attraction-description\">Hat Yai&#8217;s bustling central market selling dried fruit, nuts, clothing and electronics. A great place to sample local street snacks and observe daily life.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 6:00 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/hatyaicity.com\/kim-yong-market-hat-yai-ultimate-guide-2025\/\" class=\"cta-button beige-button\">KIM YONG MARKET GUIDE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Visit early morning for the freshest produce and fewer crowds.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Santisuk Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Santisuk-Market-Hat-Yai-\u2014-Near-Kim-Yong-Downtown.jpg\" alt=\"Santisuk Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Santisuk Market<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,876 reviews) | Near Kim Yong (Downtown)<\/div>\n                        <p class=\"attraction-description\">A maze of stalls offering clothing, souvenirs and local foods\u2014slightly more local and less touristy than the main bazaar. Bargaining is common and part of the experience.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Santisuk+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Carry small bills for quicker purchases.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Suntisook Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Santisuk-Market-Hat-Yai-\u2014-Near-Kim-Yong-Downtown.jpg\" alt=\"Suntisook Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Suntisook Market<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,556 reviews) | Downtown belt<\/div>\n                        <p class=\"attraction-description\">Market known for imported snacks, beauty items and gadgets. Good spot for assembling gift boxes or sampling international treats sold locally.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Suntisook+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check labels when buying imported food items.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Greenway Night Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Greenway-Night-Market-\u2014-Central-Hat-Yai-student-area.jpg\" alt=\"Greenway Night Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Greenway Night Market<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (2,134 reviews) | Central Hat Yai (student area)<\/div>\n                        <p class=\"attraction-description\">Trendy evening bazaar with second-hand fashion, handmade crafts and a large food section. Young and lively, ideal for a late stroll and casual shopping.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 4:00 PM \u2013 10:00 PM (often closed Tue)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Greenway+Night+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Arrive early on weekends to avoid crowds.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- ASEAN Night Bazaar -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/ASEAN-Night-Bazaar-Hat-Yai-Trade-Bazaar-\u2014-City-Center-covered-market.jpg\" alt=\"ASEAN Night Bazaar\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">ASEAN Night Bazaar (Trade Bazaar)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.6 (2,412 reviews) | City Center (covered market)<\/div>\n                        <p class=\"attraction-description\">Large covered night market packed with souvenirs, clothing and Thai snacks. Weather-proof shopping makes it popular during rainy season evenings.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 4:00 PM \u2013 10:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=ASEAN+Night+Bazaar+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring cash; ATM access inside mall nearby.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Lee Gardens Night Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Lee-Gardens-Night-Market-Hat-Yai-Weekend-near-Lee-Gardens-Plaza-Hotel-Hat-Yao.jpg\" alt=\"Lee Gardens Night Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Lee Gardens Night Market (Weekend)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (1,879 reviews) | Lee Gardens area (weekends)<\/div>\n                        <p class=\"attraction-description\">Weekend pop-up stalls around Lee Gardens with tees, toys and street snacks. Lively photo spots and a relaxed atmosphere for casual browsing.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 5:00 PM \u2013 10:00 PM, Fri\u2013Sun\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Lee+Gardens+Night+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Best combined with dinner at one of the plaza restaurants.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Santisuk Night Stalls -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Santisuk-Market-Hat-Yai-\u2014-Near-Kim-Yong-Downtown.jpg\" alt=\"Santisuk Night Stalls\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Santisuk Night Stalls<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,341 reviews) | Santisuk area (evenings)<\/div>\n                        <p class=\"attraction-description\">Evening spill-over stalls selling snacks, accessories and casual clothing\u2014local flavor without tourist frills. Good for light snacking and browsing after dinner.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 5:00 PM \u2013 9:00 PM daily (typical)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Santisuk+Night+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Cash is king; small denominations are handy.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- ASEAN Trade Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/ASEAN-Night-Bazaar-in-Hat-Yai-with-colorful-stalls-and-shopping-opportunities-1.jpg\" alt=\"ASEAN Trade Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">ASEAN Trade Market (indoor zone)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,656 reviews) | Beside ASEAN Bazaar<\/div>\n                        <p class=\"attraction-description\">Semi-indoor section adjacent to the night bazaar offering clothing, accessories and small electronics. Weather-proof and comfortable for evening shopping.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 4:00 PM \u2013 10:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Asean+Trade+Market+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check product quality on small electronics before buying.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Downtown Food Alleyways -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Kim-Yong-Market-Hat-Yai-Street-Food-Dry-Food-Best-market-in-Hat-Yai-1-1.jpg\" alt=\"Downtown Food Alleyways\">\n                        <div class=\"attraction-category\">Food<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Downtown Food Alleyways (recommended routes)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (2,860 reviews) | Downtown clusters<\/div>\n                        <p class=\"attraction-description\">Concentrated street-food areas where locals gather for late-night noodles, seafood snacks and desserts. Ideal for adventurous eaters and tasting tours.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (pay for food)<br>\n                            <strong>Hours:<\/strong> Evenings typically 5:00 PM \u2013 11:00 PM\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+food+alley\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Try small bites instead of large dishes to sample more flavors.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Parks & Nature Section -->\n    <section id=\"parks\">\n        <div class=\"container\">\n            <h2>Parks &#038; Nature<\/h2>\n            <div class=\"category-intro\">\n                <p>Explore Hat Yai&#8217;s natural beauty through its parks, gardens, and outdoor attractions.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Hat Yai Municipal Park -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Municipal-Park.jpg\" alt=\"Hat Yai Municipal Park\">\n                        <div class=\"attraction-category\">Park<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hat Yai Municipal Park<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (12,160 reviews) | Kho Hong Hill<\/div>\n                        <p class=\"attraction-description\">Expansive hillside park with lakes, gardens, shrines and viewpoints. Cable car access links the main peaks; ideal for panoramic city views and sunset photos.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (park); small fees for specific attractions<br>\n                            <strong>Hours:<\/strong> 6:00 AM \u2013 8:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/hatyaicity.com\/hatyai-municipal-park-guide\/\" class=\"cta-button beige-button\">HATYAI MUNICIPAL PARK GUIDE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Wear comfortable shoes for walking the hill trails.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Hat Yai Cable Car -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Cable-Car-\u2014-Inside-Hat-Yai-Municipal-Park-1.webp\" alt=\"Hat Yai Cable Car\">\n                        <div class=\"attraction-category\">Attraction<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hat Yai Cable Car<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.6 (1,978 reviews) | Inside Municipal Park<\/div>\n                        <p class=\"attraction-description\">Short scenic gondola ride over forested slopes connecting hilltop sights. Excellent for families and photographers seeking city panoramas.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Thai Adult 200 THB \/ Child 100 THB; Foreigner rates may be higher (~300 THB)<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 8:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/hatyaicity.com\/hatyai-municipal-park-guide\/\" class=\"cta-button beige-button\">HATYAI CABLE CAR GUIDE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Avoid rainy days for best visibility.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Standing Buddha -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Standing-Buddha-Phra-Phutthamongkol-Maharat-at-Hat-Yai-Municipal-Park-Hat-Yai-district-Songkhla-province.jpg\" alt=\"Standing Buddha\">\n                        <div class=\"attraction-category\">Religious<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Standing Buddha (Phra Phutthamongkol Maharat)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (2,374 reviews) | Municipal Park summit<\/div>\n                        <p class=\"attraction-description\">Impressive golden standing Buddha overlooking Hat Yai from the park summit. Quiet place for reflection with great sunrise and sunset light.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 6:00 AM \u2013 7:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Phra+Phutthamongkol+Maharaj+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring a hat\u2014the ridge can be windy but sunny.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Stainless-Steel Pagoda -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Phra-Maha-Chedi-Tripob-Trimongkol-Stainless-Steel-Pagoda-\u2014-Kho-Hong-hillline.jpg\" alt=\"Stainless-Steel Pagoda\">\n                        <div class=\"attraction-category\">Religious<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Phra Maha Chedi Tripob Trimongkol (Stainless-Steel Pagoda)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.8 (2,553 reviews) | Kho Hong hillline<\/div>\n                        <p class=\"attraction-description\">A unique stainless-steel chedi that shimmers in daylight and is illuminated at night. A favorite for architecture and spiritual photography.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (donations welcome)<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 8:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Phra+Maha+Chedi+Tripob+Trimongkol\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Visit at dusk to capture the lighting.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Guan Yin Statue & Shrine -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Guan-Yin-Statue-Shrine-Hatyai-Hill-Kuan-Yin-Temple-Kuan-Yin.jpg\" alt=\"Guan Yin Statue &#038; Shrine\">\n                        <div class=\"attraction-category\">Religious<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Guan Yin Statue &#038; Shrine<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (1,860 reviews) | Municipal Park complex<\/div>\n                        <p class=\"attraction-description\">Tall white Guan Yin statue set in calm gardens and landscaped terraces. Photogenic and peaceful\u2014often quieter than the main temples.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 7:00 AM \u2013 7:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Guan+Yin+Hat+Yai+Park\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Good for meditation and quiet photography.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Dragon Head Tunnel & Viewpoint -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Dragon-Head-Tunnel-Viewpoint-Hat-Yai-Municipal-Park.jpg\" alt=\"Dragon Head Tunnel &#038; Viewpoint\">\n                        <div class=\"attraction-category\">Attraction<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Dragon Head Tunnel &#038; Viewpoint<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,635 reviews) | Municipal Park<\/div>\n                        <p class=\"attraction-description\">Walk through a dragon&#8217;s mouth to reach hill paths and lookout spots. Playful installation popular with families and kids.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Park hours (6:00 AM \u2013 8:00 PM)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Dragon+Head+Hat+Yai+Park\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Kids enjoy the dragon walk; bring water on hot days.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Hat Yai Park Lake Zone -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Park-Lake-Zone.webp\" alt=\"Hat Yai Park Lake Zone\">\n                        <div class=\"attraction-category\">Park<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hat Yai Park Lake Zone<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,423 reviews) | Lower Municipal Park area<\/div>\n                        <p class=\"attraction-description\">Relaxing lakeside area with shaded paths and pedal-boat rentals (seasonal). A pleasant break between temple visits and market shopping.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (lake activities may charge)<br>\n                            <strong>Hours:<\/strong> 7:00 AM \u2013 7:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+Park+Lake\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Boat kiosks may close during heavy rain.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ton Nga Chang Waterfall -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Ton-Nga-Chang-Waterfall-Ton-Nga-Chang-Wildlife-Sanctuary.jpg\" alt=\"Ton Nga Chang Waterfall\">\n                        <div class=\"attraction-category\">Nature<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Ton Nga Chang Waterfall (Ton Nga Chang Wildlife Sanctuary)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (1,860 reviews) | Outskirts (~30-45 min drive)<\/div>\n                        <p class=\"attraction-description\">Multi-tiered waterfall set in a protected wildlife sanctuary with trails and swimming areas. A refreshing nature day-trip from Hat Yai with picnic spots and shady pools.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Adults 20-200 THB (varies by visitor nationality); Kids discounted<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 4:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Ton+Nga+Chang+Waterfall\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring insect repellent and water shoes for rocky pools.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Tinsulanon Park -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/General-Prem-Tinsulanonda-Historical-Park-Hat-Yai-Songhkla.jpg\" alt=\"Tinsulanon Park\">\n                        <div class=\"attraction-category\">Park<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Tinsulanon Park<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,505 reviews) | Songkhla Lake area (near Hat Yai)<\/div>\n                        <p class=\"attraction-description\">Lakeside park offering breezy walks, local sculptures and pleasant benches for sunsets. Family-friendly and calm in the evenings.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 6:00 AM \u2013 7:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Tinsulanon+Park\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring a picnic blanket for an early evening visit.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Temples & Religious Sites Section -->\n    <section id=\"temples\" style=\"background-color: #f8f9fa;\">\n        <div class=\"container\">\n            <h2>Temples &#038; Religious Sites<\/h2>\n            <div class=\"category-intro\">\n                <p>Discover Hat Yai&#8217;s spiritual side through its beautiful temples, shrines, and religious monuments.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Wat Hat Yai Nai -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Wat-Hat-Yai-Nai-Mahattamangkalaram-Temple.jpg\" alt=\"Wat Hat Yai Nai\">\n                        <div class=\"attraction-category\">Temple<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Wat Hat Yai Nai (Mahattamangkalaram Temple)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (2,433 reviews) | Near Downtown (~3 km)<\/div>\n                        <p class=\"attraction-description\">Temple famous for its 35-meter reclining Buddha and ornate grounds. A calm, spiritual stop that&#8217;s free to enter and popular with both locals and visitors.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (donations welcome)<br>\n                            <strong>Hours:<\/strong> 7:00 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Wat+Hat+Yai+Nai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Respectful dress required; avoid loud behavior.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Wat Khok Saman Khun -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Wat-Khok-Saman-Khun-Hat-Yai-Songhkla-scaled.jpg\" alt=\"Wat Khok Saman Khun\">\n                        <div class=\"attraction-category\">Temple<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Wat Khok Saman Khun<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (1,256 reviews) | Suburban Hat Yai<\/div>\n                        <p class=\"attraction-description\">Beautifully decorated temple noted for its intricate exterior and peaceful compound. Off-the-beaten-path gem for visitors seeking photogenic architecture.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Often free; small donation\/fee may apply (20-60 THB)<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Wat+Khok+Saman+Khun\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring a scarf if planning to enter inner halls.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Our Lady of Lourdes Church -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Our-Lady-of-Lourdes-Church-Hat-Yai.jpg\" alt=\"Our Lady of Lourdes Church\">\n                        <div class=\"attraction-category\">Church<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Our Lady of Lourdes Church<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (904 reviews) | City Center<\/div>\n                        <p class=\"attraction-description\">Historic red-brick Catholic church with a quiet interior and classic architecture. A peaceful interlude amid the bustle of downtown Hat Yai.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 6:00 PM (services Sun AM)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Our+Lady+of+Lourdes+Church+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Ideal stop between morning market visits.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Songkhla Central Mosque -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Songkhla-Central-Mosque-Masjid-Songkhla.jpg\" alt=\"Songkhla Central Mosque\">\n                        <div class=\"attraction-category\">Mosque<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Songkhla Central Mosque (Masjid Songkhla)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.6 (8,199 reviews) | Hat Yai-Songkhla Rd (near outskirts)<\/div>\n                        <p class=\"attraction-description\">Striking mosque with reflective pools and graceful domes; impressive at sunset. Visitors should dress modestly and observe local customs when visiting.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Courtyard daylight hours; prayer areas restricted during services\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Songkhla+Central+Mosque\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Cover shoulders and knees; remove shoes before entering prayer areas.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Downtown Chinese Shrines -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Downtown-Chinese-Shrines.jpg\" alt=\"Downtown Chinese Shrines\">\n                        <div class=\"attraction-category\">Shrine<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Downtown Chinese Shrines<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (889 reviews) | Old Town grid (Downtown)<\/div>\n                        <p class=\"attraction-description\">Small ornate Chinese shrines tucked between shopfronts, often bedecked with lanterns and offerings. Wonderful to visit during local festivals for lively ceremonies.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Varies by shrine; daytime\u2013evening\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Chinese+Shrine+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Photography is usually welcome but be respectful during rituals.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Museums & Cultural Sites Section -->\n    <section id=\"museums\">\n        <div class=\"container\">\n            <h2>Museums &#038; Cultural Sites<\/h2>\n            <div class=\"category-intro\">\n                <p>Explore Hat Yai&#8217;s rich cultural heritage through its museums, galleries, and historical sites.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Magic Eye 3D Art Museum -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Magic-Eye-3D-Art-Museum-\u2014-Downtown-Kanchanavanich-Rd-1.jpg\" alt=\"Magic Eye 3D Art Museum\">\n                        <div class=\"attraction-category\">Museum<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Magic Eye 3D Art Museum<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (2,145 reviews) | Downtown (Kanchanavanich Rd)<\/div>\n                        <p class=\"attraction-description\">Interactive trick-art museum where painted scenes create 3D photo illusions. Family-friendly attraction built for hands-on photo opportunities.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Adults 300-400 THB | Kids 200-300 THB<br>\n                            <strong>Hours:<\/strong> 8:30 AM \u2013 5:30 PM daily (check locally)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Magic+Eye+3D+Museum+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Bring a compact camera and get creative with poses.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Hatyai Ice Dome -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hatyai-Ice-Dome.jpg\" alt=\"Hatyai Ice Dome\">\n                        <div class=\"attraction-category\">Attraction<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hatyai Vijit Ice Dome (seasonal\/exhibition)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,745 reviews) | City Center (event venue)<\/div>\n                        <p class=\"attraction-description\">Indoor chilly attraction showcasing ice sculptures and thematic installations\u2014fun for cooling off in tropical heat. Jackets are usually supplied for visitors.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Adults 300-400 THB | Kids 150-250 THB (varies by exhibit)<br>\n                            <strong>Hours:<\/strong> Varies by event\/season; check local listings\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hatyai+Ice+Dome\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check opening dates\u2014this can be seasonal.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Princess Maha Chakri Sirindhorn Natural History Museum -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Princess-Maha-Chakri-Sirindhorn-Natural-History-Museum-PSU-Hat-Yai-Songhkla.jpg\" alt=\"Princess Maha Chakri Sirindhorn Natural History Museum\">\n                        <div class=\"attraction-category\">Museum<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Princess Maha Chakri Sirindhorn Natural History Museum (PSU)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.1 (1,231 reviews) | Prince of Songkla University campus<\/div>\n                        <p class=\"attraction-description\">Small natural history museum with displays on local fauna, fossils and regional biodiversity. Informative and well-suited to curious travelers and families.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Adults 50-100 THB; students\/children often discounted<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 4:00 PM, Tue\u2013Sun (often closed Mon)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Princess+Maha+Chakri+Sirindhorn+Natural+History+Museum+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Great rainy-day option; check PSU term times.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- PSU Planetarium & Science Center -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/PSU-Planetarium-Science-Center-Hat-Yai.jpg\" alt=\"PSU Planetarium &#038; Science Center\">\n                        <div class=\"attraction-category\">Museum<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">PSU Planetarium &#038; Science Center<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,508 reviews) | PSU \/ Municipal Park area<\/div>\n                        <p class=\"attraction-description\">Retro-style planetarium offering scheduled shows and science exhibits. Kid-friendly and educational\u2014best to check showtimes in advance.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Per-show fees are common (approx 30-80 THB)<br>\n                            <strong>Hours:<\/strong> Showtimes vary; typically mid-morning and afternoon\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=PSU+Planetarium+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Call ahead or check the university schedule for showtimes.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Common Art Gallery -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Common-Art-Gallery-Lee-Gardens-Lee-Gardens-Plaza-Hat-Yai.jpg\" alt=\"Common Art Gallery\">\n                        <div class=\"attraction-category\">Gallery<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Common Art Gallery (Lee Gardens)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.0 (934 reviews) | Lee Gardens hotel\/gallery space<\/div>\n                        <p class=\"attraction-description\">Boutique gallery showcasing contemporary Southern Thai artists and rotating exhibitions. Easy to combine with a coffee stop at the plaza.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 7:00 PM (hotel hours)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Common+Art+Gallery+Lee+Gardens+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check for opening exhibitions and artist talks.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Hat Yai Junction Railway Station -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Junction-Railway-Station.jpg\" alt=\"Hat Yai Junction Railway Station\">\n                        <div class=\"attraction-category\">Historic Site<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hat Yai Junction Railway Station<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (1,123 reviews) | City Center (rail hub)<\/div>\n                        <p class=\"attraction-description\">Historic southern rail gateway with old-style platforms and steady passenger flow. Photogenic architecture and a glimpse into Thailand&#8217;s railway culture.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (public areas)<br>\n                            <strong>Hours:<\/strong> Station is operational early\u2013late (trains start ~5:00 AM)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+Junction+Railway+Station\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Arrive early to observe morning departures.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Hat Yai Clock Tower -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat-Yai-Clock-Tower.jpg\" alt=\"Hat Yai Clock Tower\">\n                        <div class=\"attraction-category\">Landmark<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Hat Yai Clock Tower<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.1 (867 reviews) | Downtown roundabout<\/div>\n                        <p class=\"attraction-description\">A local architectural focal point and common meeting place in the city center. Good for quick photos and orienting yourself in downtown Hat Yai.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Outdoor landmark (24\/7)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+Clock+Tower\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Use as a meeting point when exploring nearby markets.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Nipat-U-Tid Road Shophouses -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Nipat-U-Tid-Road-Shophouses-historic-facades.jpg\" alt=\"Nipat-U-Tid Road Shophouses\">\n                        <div class=\"attraction-category\">Historic Site<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Nipat-U-Tid Road Shophouses (historic facades)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,539 reviews) | Downtown spines<\/div>\n                        <p class=\"attraction-description\">Rows of Sino-Portuguese shop-house facades now housing caf\u00e9s, boutiques and tailors. Charming streetscape that rewards slow walking and photography.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Shop hours vary; generally 9:00 AM \u2013 9:00 PM\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Nipat+U+Tid+Road+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Look up at architectural details on the upper floors.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Downtown Street Art Trail -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Downtown-Street-Art-Trail-\u2014-Old-Town-blocks-Songhkla.jpg\" alt=\"Downtown Street Art Trail\">\n                        <div class=\"attraction-category\">Cultural<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Downtown Street Art Trail<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (1,324 reviews) | Old Town blocks<\/div>\n                        <p class=\"attraction-description\">Murals and small public installations brighten alleyways and walls\u2014great for a self-guided photo walk. Many pieces reflect local culture and island life themes.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Daylight hours recommended\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+Street+Art\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> A wide-angle lens helps capture larger murals.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Common Art \/ Boutique Galleries -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Common-Art-Gallery-Lee-Gardens-Lee-Gardens-Plaza-Hat-Yai.jpg\" alt=\"Common Art \/ Boutique Galleries\">\n                        <div class=\"attraction-category\">Gallery<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Common Art \/ Boutique Galleries (various)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.2 (956 reviews) | Downtown &#038; Lee Gardens<\/div>\n                        <p class=\"attraction-description\">Small contemporary galleries showcasing Southern Thai artists; rotating exhibitions and pop-up shows. Pleasant stops for art lovers and collectors.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Often free (some exhibits ticketed)<br>\n                            <strong>Hours:<\/strong> 10:00 AM \u2013 7:00 PM (varies)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+art+galleries\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Ask gallery staff about local artist events during your visit.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Day Trips Section -->\n    <section id=\"daytrips\" style=\"background-color: #f8f9fa;\">\n        <div class=\"container\">\n            <h2>Day Trips &#038; Nearby Attractions<\/h2>\n            <div class=\"category-intro\">\n                <p>Explore beyond Hat Yai with these fascinating day trip destinations in the surrounding area.<\/p>\n            <\/div>\n            \n            <div class=\"attractions-grid\">\n                <!-- Khlong Hae Floating Market -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Khlong-Hae-Floating-Market-Khlong-Hae-area-NW-of-center-Hat-Yai-Klonghae-Famous-Floating-Market-in-Southern-Thailand.jpg\" alt=\"Khlong Hae Floating Market\">\n                        <div class=\"attraction-category\">Market<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Khlong Hae Floating Market<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.6 (12,256 reviews) | Khlong Hae area (NW of center)<\/div>\n                        <p class=\"attraction-description\">Southern Thailand&#8217;s best-known floating market, operating mainly on weekends with vendors selling grilled and fried specialties from boats. Colorful, atmospheric and a photographer&#8217;s favorite at dusk.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (pay for purchases)<br>\n                            <strong>Hours:<\/strong> Typically Fri\u2013Sun, 3:00 PM \u2013 9:00 PM (check local days)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/hatyaicity.com\/khlong-hae-floating-market-hat-yai-songhkla\/\" class=\"cta-button beige-button\">KHLONG HAE FLOATING MARKET GUIDE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Expect local crowds on weekends\u2014arrive early to beat traffic.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Tang Kuan Hill Lift & Viewpoint -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Tang-Kuan-Hill-Lift-Viewpoint-Hat-Yai.webp\" alt=\"Tang Kuan Hill Lift &#038; Viewpoint\">\n                        <div class=\"attraction-category\">Viewpoint<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Tang Kuan Hill Lift &#038; Viewpoint<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.5 (1,955 reviews) | Songkhla (day-trip)<\/div>\n                        <p class=\"attraction-description\">Hilltop lift and walkway with panoramic sea and lake views; cheeky monkeys are common on the path. Popular half-day trip from Hat Yai with photogenic overlooks.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Lift fee approx: Adults 30-50 THB; Kids lower<br>\n                            <strong>Hours:<\/strong> 8:30 AM \u2013 6:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Tang+Kuan+Hill\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Watch your belongings around monkeys; they are curious.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Samila Beach & Mermaid Statue -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Samila-Beach-Mermaid-Statue-Songhkla-Hat-Yai.jpg\" alt=\"Samila Beach &#038; Mermaid Statue\">\n                        <div class=\"attraction-category\">Beach<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Samila Beach &#038; Mermaid Statue<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.7 (8,532 reviews) | Songkhla (coastal day-trip)<\/div>\n                        <p class=\"attraction-description\">Broad sand beach with the iconic golden mermaid statue and seaside promenade. Relaxed atmosphere and lovely sunset vantage points.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (all ages)<br>\n                            <strong>Hours:<\/strong> Outdoor area (24\/7)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Samila+Beach\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Evening is the best time for cooler temperatures and sunsets.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Songkhla Old Town -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Songkhla-Old-Town-Heritage-District.jpg\" alt=\"Songkhla Old Town\">\n                        <div class=\"attraction-category\">Historic<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Songkhla Old Town (Heritage District)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.6 (2,846 reviews) | Songkhla (near Samila)<\/div>\n                        <p class=\"attraction-description\">Charming streets of Sino-Portuguese buildings, caf\u00e9s and murals\u2014ideal for slow wandering and photography. Plenty of small galleries and cultural shops to explore.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Free (public areas)<br>\n                            <strong>Hours:<\/strong> Daytime\u2013evening depending on shops\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Songkhla+Old+Town\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Combine with a visit to the Songkhla National Museum.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Songkhla National Museum -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Songkhla-National-Museum.webp\" alt=\"Songkhla National Museum\">\n                        <div class=\"attraction-category\">Museum<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Songkhla National Museum<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.4 (1,460 reviews) | Songkhla Old Town<\/div>\n                        <p class=\"attraction-description\">Restored governor&#8217;s residence exhibiting regional archaeology, trade history and local crafts. Informative displays that cover the peninsula&#8217;s past.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Approx: Thais 30 THB; Foreigners ~150 THB; concessions for students\/children<br>\n                            <strong>Hours:<\/strong> 9:00 AM \u2013 4:00 PM, Wed\u2013Sun (check local closures)\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Songkhla+National+Museum\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Closed some weekdays\u2014confirm opening days before planning.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Chira Nakhon Stadium -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Chira-Nakhon-Stadium-Songhkla-Hat-Yai.jpg\" alt=\"Chira Nakhon Stadium\">\n                        <div class=\"attraction-category\">Stadium<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Chira Nakhon Stadium<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.0 (700 reviews) | Hat Yai (sports precinct)<\/div>\n                        <p class=\"attraction-description\">Local football stadium sometimes hosting regional matches and events. Good spot to catch local sporting life if timing aligns with fixtures.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Varies by event (stadium public areas free)<br>\n                            <strong>Hours:<\/strong> Event-based; stadium operational daytime\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Chira+Nakhon+Stadium+Hat+Yai\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Check local sports schedules if interested in attending a match.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Bullfighting Arena -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Bullfighting-Arena-traditional-venue-Hat-Yai.jpg\" alt=\"Bullfighting Arena\">\n                        <div class=\"attraction-category\">Cultural<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Bullfighting Arena (traditional venue)<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 3.9 (611 reviews) | Periphery of Hat Yai<\/div>\n                        <p class=\"attraction-description\">A cultural venue for traditional southern Thai bullfighting events (not to be confused with Spanish bullfights). Occasional events reflect local customs and rural entertainment.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Varies by event<br>\n                            <strong>Hours:<\/strong> Event-based\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/maps.google.com\/?q=Hat+Yai+bullfighting+arena\" class=\"cta-button beige-button\" target=\"_blank\" rel=\"noopener\">HOW TO GET THERE<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Events are seasonal\u2014ask locally for schedules.\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Chang Puak Elephant Camp -->\n                <div class=\"attraction-card\">\n                    <div class=\"attraction-image\">\n                        <img decoding=\"async\" src=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/10\/chang-puak-elephant-camp-hat-yai-entrance.jpeg\" alt=\"Chang Puak Elephant Camp\">\n                        <div class=\"attraction-category\">Nature &#038; Animals<\/div>\n                    <\/div>\n                    <div class=\"attraction-content\">\n                        <h3 class=\"attraction-title\">Chang Puak Elephant Camp<\/h3>\n                        <div class=\"attraction-meta\">\u2b50 4.3 (1,845 reviews) | Thung Yai, Hat Yai<\/div>\n                        <p class=\"attraction-description\">Popular elephant camp offering elephant rides, shows, ATV adventures and family-friendly animal experiences. Located just 30 minutes from Hat Yai city center.<\/p>\n                        <div class=\"attraction-pricing\">\n                            <strong>Entrance:<\/strong> Packages from 300-1,200 THB<br>\n                            <strong>Hours:<\/strong> 8:00 AM \u2013 5:00 PM daily\n                        <\/div>\n                        <div class=\"attraction-cta\">\n                            <a href=\"https:\/\/hatyaicity.com\/chang-puak-elephant-camp-hat-yai\/\" class=\"cta-button beige-button\">VIEW DETAILS<\/a>\n                        <\/div>\n                        <div class=\"tips\">\n                            <strong>Tips:<\/strong> Visit in the morning for cooler temperatures and smaller crowds.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Map Section -->\n    <section id=\"map\" style=\"background-color: #f8f9fa;\">\n        <div class=\"container\">\n            <h2>Hat Yai Attractions Map<\/h2>\n            <div class=\"category-intro\">\n                <p>Use our interactive map to plan your itinerary and locate all the top attractions in and around Hat Yai.<\/p>\n            <\/div>\n            \n            <div class=\"map-container\">\n                <!-- Google Maps iframe would be embedded here -->\n                <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d1012380.5459669632!2d100.054937!3d7.006917!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304d2f7e2c0018a5%3A0x72a84ddeafde2f45!2sHat%20Yai%2C%20Songkhla%2C%20Thailand!5e0!3m2!1sen!2sus!4v1654567890123!5m2!1sen!2sus\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"><\/iframe>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Planning Section -->\n    <section id=\"planning\">\n        <div class=\"container\">\n            <h2>Plan Your Hat Yai Visit<\/h2>\n            <div class=\"category-intro\">\n                <p>Make the most of your trip with our essential planning resources and recommendations.<\/p>\n            <\/div>\n            \n            <div class=\"planning-cards\">\n                <div class=\"planning-card\">\n                    <h3>Best Time to Visit<\/h3>\n                    <p>The ideal time to visit Hat Yai is between December and February when the weather is cooler and drier. Avoid the rainy season from September to November.<\/p>\n                <\/div>\n                \n                <div class=\"planning-card\">\n                    <h3>Getting Around<\/h3>\n                    <p>Tuk-tuks, songthaews (shared taxis), and motorbike taxis are abundant. For more flexibility, consider renting a car or motorbike.<\/p>\n                <\/div>\n                \n                <div class=\"planning-card\">\n                    <h3>Where to Stay<\/h3>\n                    <p>Stay in central Hat Yai for easy access to markets and attractions, or choose accommodations near the airport for convenience.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div style=\"text-align: center; margin-top: 40px;\">\n                <a href=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat_Yai_Attractions_Guide_45_Best_Spots.pdf\" class=\"cta-button\">Download Complete Guide (PDF)<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ Section -->\n    <section id=\"faq\" style=\"background-color: #f8f9fa;\">\n        <div class=\"container\">\n            <h2>Frequently Asked Questions<\/h2>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What are the must-visit attractions in Hat Yai?<\/div>\n                <div class=\"faq-answer\">\n                    <p>The top attractions in Hat Yai include Wat Hat Yai Nai (with its giant reclining Buddha), Kim Yong Market, ASEAN Night Bazaar, Hat Yai Municipal Park, and Central Festival shopping mall. For families, Magic Eye 3D Museum and Water World are highly recommended.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">How many days should I spend in Hat Yai?<\/div>\n                <div class=\"faq-answer\">\n                    <p>We recommend spending 2-3 days in Hat Yai to experience the main attractions, markets, and nearby day trip options. This allows enough time to explore the city at a relaxed pace without feeling rushed.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">Is Hat Yai suitable for family travel?<\/div>\n                <div class=\"faq-answer\">\n                    <p>Yes, Hat Yai is very family-friendly with attractions like water parks, interactive museums, parks with playgrounds, and many shopping malls with entertainment facilities. The city is generally safe and welcoming to visitors of all ages.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <div class=\"faq-question\">What is the best way to get to Hat Yai?<\/div>\n                <div class=\"faq-answer\">\n                    <p>Hat Yai is easily accessible by air through Hat Yai International Airport, by train via Hat Yai Railway Station, or by bus. Many visitors also arrive by road from Malaysia or other parts of Thailand.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Final CTA Section -->\n    <section style=\"background-color: #2c3e50; color: white; text-align: center;\">\n        <div class=\"container\">\n            <h2>Ready to Explore Hat Yai?<\/h2>\n            <p style=\"margin-bottom: 30px;\">Start planning your unforgettable journey to Southern Thailand&#8217;s vibrant city with our complete resources<\/p>\n            <a href=\"https:\/\/hatyaicity.com\/recommends\/hat-yai-city-hotels-central\/\" class=\"cta-button\">FIND HOTELS IN HAT YAI<\/a>\n            <a href=\"https:\/\/hatyaicity.com\/wp-content\/uploads\/2025\/09\/Hat_Yai_Attractions_Guide_45_Best_Spots.pdf\" class=\"secondary-button\">DOWNLOAD TRAVEL GUIDE<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-links\">\n                <a href=\"https:\/\/hatyaicity.com\">Home<\/a>\n                <a href=\"https:\/\/hatyaicity.com\/attractions\">Attractions<\/a>\n                <a href=\"https:\/\/hatyaicity.com\/hat-yai-hotels\">Hotels<\/a>\n                <a href=\"https:\/\/hatyaicity.com\/food-nightlife\">Food &#038; Nightlife<\/a>\n                <a href=\"https:\/\/hatyaicity.com\/transport\">Transport<\/a>\n                <a href=\"https:\/\/hatyaicity.com\/contact\">Contact<\/a>\n            <\/div>\n            <p>This guide is for informational purposes only. Hours, fees, and details may change; please check with venues directly before visiting. Some photos does not represent real attractions. We will make our own photos. We promise \ud83d\ude09<\/p>\n            <p>Download the latest version at <a href=\"http:\/\/www.hatyaicity.com\" style=\"color: #fff;\">www.hatyaicity.com<\/a><\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- JavaScript for interactive elements -->\n    <script>\n        \/\/ FAQ toggle functionality\n        document.querySelectorAll('.faq-question').forEach(question => {\n            question.addEventListener('click', () => {\n                const answer = question.nextElementSibling;\n                answer.style.display = answer.style.display === 'block' ? 'none' : 'block';\n            });\n        });\n\n        \/\/ Simple JavaScript to handle smooth scrolling\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                \n                const targetId = this.getAttribute('href');\n                if(targetId === '#') return;\n                \n                const targetElement = document.querySelector(targetId);\n                if(targetElement) {\n                    targetElement.scrollIntoView({\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>45 Best Hat Yai Tourist Attractions &#8211; Complete Guide Discover 45 Amazing Tourist Attractions in Hat Yai Your complete guide Hat Yai Tourist Attractions and to the best things to do in Southern Thailand&#8217;s vibrant city &#8211; from majestic temples and bustling markets to family-friendly &hellip; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","footnotes":""},"class_list":["post-610","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages\/610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/comments?post=610"}],"version-history":[{"count":0,"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/pages\/610\/revisions"}],"wp:attachment":[{"href":"https:\/\/hatyaicity.com\/th\/wp-json\/wp\/v2\/media?parent=610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}