{"id":492,"date":"2020-10-26T11:38:49","date_gmt":"2020-10-26T08:38:49","guid":{"rendered":"http:\/\/www.grafas.org\/demo02\/?page_id=492"},"modified":"2025-07-05T17:32:34","modified_gmt":"2025-07-05T17:32:34","slug":"about","status":"publish","type":"page","link":"https:\/\/glownailyu.com\/da\/about\/","title":{"rendered":"About"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"492\" class=\"elementor elementor-492\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-447bb11 elementor-section-height-min-height elementor-section-items-bottom elementor-section-boxed elementor-section-height-default\" data-id=\"447bb11\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-01b2a2e\" data-id=\"01b2a2e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5cf34b4 elementor-widget elementor-widget-heading\" data-id=\"5cf34b4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About US<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75030b6 elementor-widget elementor-widget-woocommerce-breadcrumb\" data-id=\"75030b6\" data-element_type=\"widget\" data-widget_type=\"woocommerce-breadcrumb.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav class=\"woocommerce-breadcrumb\" aria-label=\"Breadcrumb\" data-no-translation=\"\" data-trp-gettext=\"\">Forside<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-71f47ea elementor-hidden-tablet elementor-hidden-phone\" data-id=\"71f47ea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-3ad1109 e-con-full e-flex e-con e-parent\" data-id=\"3ad1109\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-28ca555 e-con-full e-flex e-con e-child\" data-id=\"28ca555\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f119e98 elementor-widget elementor-widget-html\" data-id=\"f119e98\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Continuous Infinite Scrolling Icons<\/title>\r\n    <style>\r\n        body {\r\n            margin: 0;\r\n            padding: 0;\r\n            font-family: Arial, sans-serif;\r\n            background-color: white;\r\n            overflow-x: hidden;\r\n        }\r\n        \r\n        .scroller-container {\r\n            width: 100%;\r\n            overflow: hidden;\r\n            position: relative;\r\n            padding: 30px 0;\r\n            --animation-duration: 30s;\r\n        }\r\n        \r\n        .scroller-track {\r\n            display: flex;\r\n            will-change: transform;\r\n            animation: scroll var(--animation-duration) linear infinite;\r\n        }\r\n        \r\n        .scroller-item {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-right: 60px;\r\n            flex-shrink: 0;\r\n        }\r\n        \r\n        .icon {\r\n            width: 30px;\r\n            height: 30px;\r\n            margin-right: 15px;\r\n            flex-shrink: 0;\r\n            position: relative;\r\n        }\r\n        \r\n        .text {\r\n            color: #FF6B8B;\r\n            font-size: 18px;\r\n            font-weight: 500;\r\n            white-space: nowrap;\r\n        }\r\n        \r\n        \/* \u56fe\u6807\u6837\u5f0f *\/\r\n        .circle {\r\n            width: 30px;\r\n            height: 30px;\r\n            border: 2px solid #FF6B8B;\r\n            border-radius: 50%;\r\n        }\r\n        \r\n        .star {\r\n            width: 30px;\r\n            height: 30px;\r\n            position: relative;\r\n        }\r\n        \r\n        .star:before, .star:after {\r\n            content: \"\";\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 30px;\r\n            height: 30px;\r\n            background: #FF6B8B;\r\n        }\r\n        \r\n        .star:before {\r\n            transform: rotate(45deg);\r\n        }\r\n        \r\n        .star:after {\r\n            transform: rotate(-45deg);\r\n        }\r\n        \r\n        .lightning {\r\n            width: 30px;\r\n            height: 30px;\r\n            position: relative;\r\n        }\r\n        \r\n        .lightning:before {\r\n            content: \"\u26a1\";\r\n            font-size: 25px;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n        \r\n        .bag {\r\n            width: 30px;\r\n            height: 30px;\r\n            position: relative;\r\n        }\r\n        \r\n        .bag:before {\r\n            content: \"\ud83d\udecd\ufe0f\";\r\n            font-size: 25px;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n        \r\n        .leaf {\r\n            width: 30px;\r\n            height: 30px;\r\n            position: relative;\r\n        }\r\n        \r\n        .leaf:before {\r\n            content: \"\ud83c\udf43\";\r\n            font-size: 25px;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n        \r\n        .heart {\r\n            width: 30px;\r\n            height: 30px;\r\n            position: relative;\r\n        }\r\n        \r\n        .heart:before {\r\n            content: \"\u2764\ufe0f\";\r\n            font-size: 25px;\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n        }\r\n        \r\n        @keyframes scroll {\r\n            0% {\r\n                transform: translateX(0);\r\n            }\r\n            100% {\r\n                transform: translateX(-50%);\r\n            }\r\n        }\r\n        \r\n        .scroller-track:hover {\r\n            animation-play-state: paused;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .scroller-item {\r\n                margin-right: 30px;\r\n            }\r\n            .text {\r\n                font-size: 16px;\r\n            }\r\n            .scroller-container {\r\n                --animation-duration: 20s;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"scroller-container\">\r\n        <div class=\"scroller-track\" id=\"scroller\" aria-label=\"Features list\">\r\n            <!-- \u521d\u59cb\u9879\u76ee\u7ec4 -->\r\n            <div class=\"scroller-item\" aria-label=\"No chipping\">\r\n                <div class=\"icon\">\r\n                    <div class=\"circle\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">NO CHIPPING<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Damage free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"star\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">DAMAGE-FREE<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Effortless\">\r\n                <div class=\"icon\">\r\n                    <div class=\"lightning\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">EFFORTLESS<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"No smudging\">\r\n                <div class=\"icon\">\r\n                    <div class=\"bag\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">NO SMUDGING<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"14-free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"leaf\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">14-FREE<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Cruelty free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"heart\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">CRUELTY-FREE<\/div>\r\n            <\/div>\r\n            \r\n            <!-- \u5b8c\u5168\u76f8\u540c\u7684\u526f\u672c\u9879\u76ee\u7ec4 -->\r\n            <div class=\"scroller-item\" aria-label=\"No chipping\">\r\n                <div class=\"icon\">\r\n                    <div class=\"circle\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">NO CHIPPING<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Damage free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"star\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">DAMAGE-FREE<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Effortless\">\r\n                <div class=\"icon\">\r\n                    <div class=\"lightning\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">EFFORTLESS<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"No smudging\">\r\n                <div class=\"icon\">\r\n                    <div class=\"bag\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">NO SMUDGING<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"14-free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"leaf\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">14-FREE<\/div>\r\n            <\/div>\r\n            <div class=\"scroller-item\" aria-label=\"Cruelty free\">\r\n                <div class=\"icon\">\r\n                    <div class=\"heart\"><\/div>\r\n                <\/div>\r\n                <div class=\"text\">CRUELTY-FREE<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function() {\r\n            'use strict';\r\n            \r\n            document.addEventListener('DOMContentLoaded', function() {\r\n                const scroller = document.getElementById('scroller');\r\n                if (!scroller) return;\r\n                \r\n                \/\/ \u786e\u4fdd\u6eda\u52a8\u8f68\u9053\u5bbd\u5ea6\u8db3\u591f\r\n                const updateScrollerWidth = function() {\r\n                    const items = scroller.querySelectorAll('.scroller-item');\r\n                    if (items.length === 0) return;\r\n                    \r\n                    \/\/ \u8ba1\u7b97\u5355\u4e2a\u9879\u76ee\u7ec4\u7684\u5bbd\u5ea6\r\n                    let singleGroupWidth = 0;\r\n                    items.forEach((item, index) => {\r\n                        if (index < 6) { \/\/ \u53ea\u8ba1\u7b97\u7b2c\u4e00\u7ec4\u7684\u5bbd\u5ea6\r\n                            const style = window.getComputedStyle(item);\r\n                            const marginRight = parseFloat(style.marginRight);\r\n                            singleGroupWidth += item.offsetWidth + marginRight;\r\n                        }\r\n                    });\r\n                    \r\n                    \/\/ \u8bbe\u7f6e\u8db3\u591f\u5bbd\u7684\u8f68\u9053\u4ee5\u786e\u4fdd\u65e0\u7f1d\u6eda\u52a8\r\n                    scroller.style.width = (singleGroupWidth * 2) + 'px';\r\n                };\r\n                \r\n                \/\/ \u521d\u59cb\u5316\u5e76\u76d1\u542c\u7a97\u53e3\u53d8\u5316\r\n                updateScrollerWidth();\r\n                window.addEventListener('resize', updateScrollerWidth);\r\n                \r\n                \/\/ \u4f18\u5316\u52a8\u753b\u6027\u80fd\r\n                scroller.style.willChange = 'transform';\r\n            });\r\n        })();\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ce78da5 e-con-full e-flex e-con e-parent\" data-id=\"ce78da5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f959c3e e-con-full e-flex e-con e-child\" data-id=\"f959c3e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6093224 elementor-widget elementor-widget-html\" data-id=\"6093224\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jjy-about-us\" itemscope itemtype=\"https:\/\/schema.org\/Organization\">\r\n  <meta itemprop=\"name\" content=\"Chongqing Jingjiayu Trading Co., Ltd.\">\r\n  <meta itemprop=\"description\" content=\"Premium press-on nails manufacturer offering personalized nail art designs for global fashion lovers.\">\r\n  <link itemprop=\"url\" href=\"https:\/\/yourwebsite.com\">\r\n  \r\n  <section class=\"jjy-hero-section\">\r\n    <div class=\"jjy-hero-content\">\r\n      <h1 class=\"jjy-main-heading\" itemprop=\"headline\">Illuminate Your Style with <span>Personalized Nail Art<\/span><\/h1>\r\n      <p class=\"jjy-hero-text\">Where every nail tells your unique story<\/p>\r\n      <a href=\"#contact\" class=\"jjy-cta-button\">Start Your Nail Journey<\/a>\r\n    <\/div>\r\n    <div class=\"jjy-hero-image\">\r\n      <div class=\"jjy-product-showcase\">\r\n        <div class=\"jjy-product-spin\">\r\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hand-with-pink-gradient-nails-and-purple-sleeve-e1751563751778.webp\" alt=\"Pink gradient nails with purple sleeve\" width=\"400\" height=\"400\">\r\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Dark-blue-nails-with-colorful-stars-lips-in-background.webp\" alt=\"Dark blue nails with colorful stars\" width=\"400\" height=\"400\">\r\n          <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hand-with-yellow-nails-holding-matching-nail-stickers.webp\" alt=\"Yellow nails holding matching nail stickers\" width=\"400\" height=\"400\">\r\n        <\/div>\r\n        <div class=\"jjy-product-glow\"><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-about-section\">\r\n    <div class=\"jjy-about-container\">\r\n      <div class=\"jjy-about-image\">\r\n        <div class=\"jjy-story-product\">\r\n          <div class=\"jjy-story-product-inner\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hand-with-silver-glitter-nails-holding-blue-press-on-nails.webp\" alt=\"Silver glitter nails holding blue press-on nails\" width=\"500\" height=\"500\">\r\n            <div class=\"jjy-story-product-hover\">\r\n              <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Dark-blue-nails-with-white-and-red-star-designs.webp\" alt=\"Dark blue nails with star designs\" width=\"500\" height=\"500\">\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"jjy-story-product-border\"><\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"jjy-about-content\">\r\n        <h2 class=\"jjy-section-title\">Our Story<\/h2>\r\n        <p class=\"jjy-about-text\" itemprop=\"description\">Founded in the vibrant metropolis of Chongqing, China, <strong>Chongqing Jingjiayu Trading Co., Ltd.<\/strong> has emerged as a leading force in the global press-on nail industry. Strategically located in Nan'an District's thriving Tea Garden Road area, we combine Eastern craftsmanship with Western fashion sensibilities to create nail art that transcends borders.<\/p>\r\n        <p class=\"jjy-about-text\">Our journey began with a simple vision: to transform nails from mere adornments into powerful expressions of personal style. Today, we proudly ship our meticulously crafted designs to fashion-forward individuals across the globe.<\/p>\r\n        <div class=\"jjy-stats-container\">\r\n          <div class=\"jjy-stat-item\">\r\n            <span class=\"jjy-stat-number\" data-count=\"10000\">0<\/span>+\r\n            <span class=\"jjy-stat-label\">Designs Created<\/span>\r\n          <\/div>\r\n          <div class=\"jjy-stat-item\">\r\n            <span class=\"jjy-stat-number\" data-count=\"50\">0<\/span>+\r\n            <span class=\"jjy-stat-label\">Countries Served<\/span>\r\n          <\/div>\r\n          <div class=\"jjy-stat-item\">\r\n            <span class=\"jjy-stat-number\" data-count=\"98\">0<\/span>%\r\n            <span class=\"jjy-stat-label\">Client Satisfaction<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-mission-section\">\r\n    <div class=\"jjy-mission-container\">\r\n      <h2 class=\"jjy-section-title jjy-section-title-center\">Our Philosophy<\/h2>\r\n      <p class=\"jjy-mission-statement\">\"Provide every client with a personalized nail experience that illuminates their unique aesthetic.\"<\/p>\r\n      \r\n      <div class=\"jjy-values-grid\">\r\n        <div class=\"jjy-value-card\">\r\n          <div class=\"jjy-value-icon\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"#FF5C5C\"><path d=\"M12 2L4 5v6.09c0 5.05 3.41 9.76 8 10.91 4.59-1.15 8-5.86 8-10.91V5l-8-3zm-1.06 13.54L7.4 12l1.41-1.41 2.12 2.12 4.24-4.24 1.41 1.41-5.64 5.66z\"\/><\/svg>\r\n          <\/div>\r\n          <h3 class=\"jjy-value-title\">Quality Craftsmanship<\/h3>\r\n          <p class=\"jjy-value-desc\">Each nail undergoes 12 quality checks using premium, eco-friendly materials that meet international safety standards.<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-value-card\">\r\n          <div class=\"jjy-value-icon\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"#FF5C5C\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><path d=\"M3.27 6.96L12 12.01l8.73-5.05M12 22.08V12\"\/><\/svg>\r\n          <\/div>\r\n          <h3 class=\"jjy-value-title\">Global Vision<\/h3>\r\n          <p class=\"jjy-value-desc\">We blend Chinese manufacturing excellence with insights from Paris, Milan, and New York fashion trends.<\/p>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-value-card\">\r\n          <div class=\"jjy-value-icon\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"#FF5C5C\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\r\n          <\/div>\r\n          <h3 class=\"jjy-value-title\">Personalization<\/h3>\r\n          <p class=\"jjy-value-desc\">Our design team creates completely customized nails that reflect your personality, occasion, or brand identity.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-products-section\">\r\n    <div class=\"jjy-products-container\">\r\n      <h2 class=\"jjy-section-title jjy-section-title-center\">Our Product Lines<\/h2>\r\n      <p class=\"jjy-section-subtitle\">Three distinct collections to match every style and occasion<\/p>\r\n      \r\n      <div class=\"jjy-products-grid\">\r\n        <a href=\"\/da\/classic-collection\/\" class=\"jjy-product-card\">\r\n          <div class=\"jjy-product-image-container\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/classic-collection.webp\" alt=\"Classic Essentials Nail Collection\" width=\"600\" height=\"600\" class=\"jjy-product-image\">\r\n            <div class=\"jjy-product-overlay\">\r\n              <span>View Collection<\/span>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"jjy-product-content\">\r\n            <h3 class=\"jjy-product-title\">Classic Essentials<\/h3>\r\n            <p class=\"jjy-product-desc\">Timeless designs like minimalist solids, elegant French tips, and versatile patterns for daily wear with consistent quality and comfortable fit.<\/p>\r\n            <ul class=\"jjy-product-features\">\r\n              <li>Office-appropriate styles<\/li>\r\n              <li>Easy application<\/li>\r\n              <li>Long-lasting wear<\/li>\r\n            <\/ul>\r\n          <\/div>\r\n        <\/a>\r\n        \r\n        <a href=\"\/da\/custom-collection\/\" class=\"jjy-product-card\">\r\n          <div class=\"jjy-product-image-container\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/custom-collection.webp\" alt=\"Custom Nail Creations\" width=\"600\" height=\"600\" class=\"jjy-product-image\">\r\n            <div class=\"jjy-product-overlay\">\r\n              <span>View Collection<\/span>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"jjy-product-content\">\r\n            <h3 class=\"jjy-product-title\">Custom Creations<\/h3>\r\n            <p class=\"jjy-product-desc\">Our specialty where we transform your vision into reality with hand-painted details, gems, sequins, and completely personalized designs.<\/p>\r\n            <ul class=\"jjy-product-features\">\r\n              <li>100% unique to you<\/li>\r\n              <li>Collaborative design process<\/li>\r\n              <li>Premium embellishments<\/li>\r\n            <\/ul>\r\n          <\/div>\r\n        <\/a>\r\n        \r\n        <a href=\"\/da\/seasonal-collection\/\" class=\"jjy-product-card\">\r\n          <div class=\"jjy-product-image-container\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/seasonal-collection.webp\" alt=\"Seasonal Nail Collections\" width=\"600\" height=\"600\" class=\"jjy-product-image\">\r\n            <div class=\"jjy-product-overlay\">\r\n              <span>View Collection<\/span>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"jjy-product-content\">\r\n            <h3 class=\"jjy-product-title\">Festival Limited Editions<\/h3>\r\n            <p class=\"jjy-product-desc\">Thematic collections celebrating global holidays and seasonal trends from Christmas sparkle to autumn's rich tones and spring's fresh hues.<\/p>\r\n            <ul class=\"jjy-product-features\">\r\n              <li>Exclusive designs<\/li>\r\n              <li>Trend-forward<\/li>\r\n              <li>Celebration-ready<\/li>\r\n            <\/ul>\r\n          <\/div>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-process-section\">\r\n    <div class=\"jjy-process-container\">\r\n      <h2 class=\"jjy-section-title jjy-section-title-center\">Our Craftsmanship Process<\/h2>\r\n      <p class=\"jjy-section-subtitle\">12 meticulous steps from concept to your fingertips<\/p>\r\n      \r\n      <div class=\"jjy-process-horizontal\">\r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">1<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Design Consultation<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Understanding your vision through sketches and digital mockups<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">2<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Material Selection<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Choosing eco-friendly, hypoallergenic materials that meet international standards<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">3<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Precision Cutting<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Laser-cut to perfect size and shape for optimal fit<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">4<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Artisan Decoration<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Hand-applied embellishments and painting by skilled craftsmen<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">5<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Quality Assurance<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Rigorous 12-point inspection before packaging<\/p>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-process-h-item\">\r\n          <div class=\"jjy-process-h-number\">6<\/div>\r\n          <div class=\"jjy-process-h-content\">\r\n            <h3 class=\"jjy-process-h-title\">Global Shipping<\/h3>\r\n            <p class=\"jjy-process-h-desc\">Carefully packaged and shipped worldwide with tracking<\/p>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-testimonials-section\">\r\n    <div class=\"jjy-testimonials-container\">\r\n      <h2 class=\"jjy-section-title jjy-section-title-center\">What Our Clients Say<\/h2>\r\n      <p class=\"jjy-section-subtitle\">Hear from our satisfied customers worldwide<\/p>\r\n      \r\n      <div class=\"jjy-testimonials-slider\">\r\n        <div class=\"jjy-testimonial-card\">\r\n          <div class=\"jjy-testimonial-avatar\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&auto=format&fit=crop&w=160&h=160&q=80\" alt=\"Sarah K. from London\" width=\"80\" height=\"80\">\r\n          <\/div>\r\n          <div class=\"jjy-testimonial-content\">\r\n            <div class=\"jjy-testimonial-text\">\"The custom nails Jingjiayu created for my wedding were absolutely stunning! They perfectly matched my dress and bouquet. The quality was exceptional - stayed on through all the celebrations!\"<\/div>\r\n            <div class=\"jjy-testimonial-author\">\r\n              <div class=\"jjy-author-name\">Sarah K.<\/div>\r\n              <div class=\"jjy-author-location\">London, UK<\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-testimonial-card\">\r\n          <div class=\"jjy-testimonial-avatar\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1562788869-4ed32648eb72?ixlib=rb-1.2.1&auto=format&fit=crop&w=160&h=160&q=80\" alt=\"Maria G. from Miami\" width=\"80\" height=\"80\">\r\n          <\/div>\r\n          <div class=\"jjy-testimonial-content\">\r\n            <div class=\"jjy-testimonial-text\">\"As a salon owner, I've worked with many suppliers. Jingjiayu stands out for their consistent quality, innovative designs, and reliable shipping. Our clients love their seasonal collections!\"<\/div>\r\n            <div class=\"jjy-testimonial-author\">\r\n              <div class=\"jjy-author-name\">Maria G.<\/div>\r\n              <div class=\"jjy-author-location\">Miami, USA<\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"jjy-testimonial-card\">\r\n          <div class=\"jjy-testimonial-avatar\">\r\n            <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1544005313-94ddf0286df2?ixlib=rb-1.2.1&auto=format&fit=crop&w=160&h=160&q=80\" alt=\"Emma L. from Sydney\" width=\"80\" height=\"80\">\r\n          <\/div>\r\n          <div class=\"jjy-testimonial-content\">\r\n            <div class=\"jjy-testimonial-text\">\"The French tip set is my everyday go-to. They look so natural and last longer than any other press-ons I've tried. The comfortable fit makes them perfect for my busy lifestyle.\"<\/div>\r\n            <div class=\"jjy-testimonial-author\">\r\n              <div class=\"jjy-author-name\">Emma L.<\/div>\r\n              <div class=\"jjy-author-location\">Sydney, Australia<\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"jjy-cta-section\" id=\"contact\">\r\n    <div class=\"jjy-cta-container\">\r\n      <h2 class=\"jjy-cta-title\">Ready to Illuminate Your Style?<\/h2>\r\n      <p class=\"jjy-cta-text\">Whether you're looking for everyday elegance, a completely custom design, or seasonal statement nails, our team is ready to bring your vision to life.<\/p>\r\n      \r\n      <div class=\"jjy-cta-buttons\">\r\n        <a href=\"\/da\/shop\/\" class=\"jjy-cta-button jjy-primary\">Shop Collections<\/a>\r\n        <a href=\"\/da\/custom\/\" class=\"jjy-cta-button jjy-secondary\">Request Custom Design<\/a>\r\n      <\/div>\r\n      \r\n      <div class=\"jjy-contact-info\">\r\n        <div class=\"jjy-contact-item\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"#ffffff\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/><\/svg>\r\n          <span>Tea Garden Road, Nan'an District, Chongqing, China<\/span>\r\n        <\/div>\r\n        <div class=\"jjy-contact-item\">\r\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"#ffffff\"><path d=\"M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\r\n          <span>contact@jingjiayunails.com<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n<\/div>\r\n\r\n<style>\r\n\/* Base Styles *\/\r\n.jjy-about-us {\r\n  font-family: 'Playfair Display', serif;\r\n  color: #333;\r\n  line-height: 1.6;\r\n  overflow-x: hidden;\r\n}\r\n\r\n.jjy-about-us h1,\r\n.jjy-about-us h2,\r\n.jjy-about-us h3 {\r\n  font-weight: 700;\r\n  line-height: 1.3;\r\n  margin-top: 0;\r\n}\r\n\r\n.jjy-main-heading {\r\n  font-size: 2.8rem;\r\n  margin-bottom: 1rem;\r\n}\r\n\r\n.jjy-main-heading span {\r\n  color: #FF5C5C;\r\n}\r\n\r\n.jjy-section-title {\r\n  font-size: 2.2rem;\r\n  position: relative;\r\n  margin-bottom: 1.5rem;\r\n  color: #222;\r\n}\r\n\r\n.jjy-section-title:after {\r\n  content: '';\r\n  display: block;\r\n  width: 60px;\r\n  height: 3px;\r\n  background: #FF5C5C;\r\n  margin: 1rem 0;\r\n}\r\n\r\n.jjy-section-title-center {\r\n  text-align: center;\r\n}\r\n\r\n.jjy-section-title-center:after {\r\n  margin: 1rem auto;\r\n}\r\n\r\n.jjy-section-subtitle {\r\n  font-size: 1.2rem;\r\n  color: #666;\r\n  margin-bottom: 2.5rem;\r\n  text-align: center;\r\n}\r\n\r\n.jjy-cta-button {\r\n  display: inline-block;\r\n  padding: 12px 30px;\r\n  background: #FF5C5C;\r\n  color: white;\r\n  text-decoration: none;\r\n  border-radius: 30px;\r\n  font-weight: 600;\r\n  transition: all 0.3s ease;\r\n  border: 2px solid #FF5C5C;\r\n}\r\n\r\n.jjy-cta-button:hover {\r\n  background: transparent;\r\n  color: #FF5C5C;\r\n}\r\n\r\n.jjy-secondary {\r\n  background: transparent;\r\n  color: #FF5C5C;\r\n}\r\n\r\n.jjy-secondary:hover {\r\n  background: #FF5C5C;\r\n  color: white;\r\n}\r\n\r\n\/* Hero Section *\/\r\n.jjy-hero-section {\r\n  display: flex;\r\n  flex-direction: column;\r\n  min-height: 80vh;\r\n  position: relative;\r\n  padding: 5% 8%;\r\n  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);\r\n}\r\n\r\n.jjy-hero-content {\r\n  z-index: 2;\r\n  max-width: 600px;\r\n  padding-top: 5rem;\r\n}\r\n\r\n.jjy-hero-text {\r\n  font-size: 1.3rem;\r\n  margin-bottom: 2rem;\r\n  color: #555;\r\n}\r\n\r\n.jjy-hero-image {\r\n  position: absolute;\r\n  right: 0;\r\n  top: 0;\r\n  width: 50%;\r\n  height: 100%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n}\r\n\r\n.jjy-product-showcase {\r\n  position: relative;\r\n  width: 80%;\r\n  max-width: 500px;\r\n  perspective: 1000px;\r\n}\r\n\r\n.jjy-product-spin {\r\n  position: relative;\r\n  width: 100%;\r\n  height: 0;\r\n  padding-bottom: 100%;\r\n  transform-style: preserve-3d;\r\n  animation: spin 20s infinite linear;\r\n}\r\n\r\n.jjy-product-spin img {\r\n  position: absolute;\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: contain;\r\n  border-radius: 15px;\r\n  box-shadow: 0 20px 40px rgba(0,0,0,0.15);\r\n  backface-visibility: hidden;\r\n  transition: transform 0.5s ease;\r\n}\r\n\r\n.jjy-product-spin img:nth-child(1) {\r\n  transform: rotateY(0deg) translateZ(150px);\r\n}\r\n\r\n.jjy-product-spin img:nth-child(2) {\r\n  transform: rotateY(120deg) translateZ(150px);\r\n}\r\n\r\n.jjy-product-spin img:nth-child(3) {\r\n  transform: rotateY(240deg) translateZ(150px);\r\n}\r\n\r\n.jjy-product-glow {\r\n  position: absolute;\r\n  top: -10%;\r\n  left: -10%;\r\n  width: 120%;\r\n  height: 120%;\r\n  background: radial-gradient(circle, rgba(255,92,92,0.1) 0%, rgba(255,255,255,0) 70%);\r\n  border-radius: 50%;\r\n  animation: pulse 4s infinite ease-in-out;\r\n}\r\n\r\n\/* About Section *\/\r\n.jjy-about-section {\r\n  padding: 6rem 8%;\r\n  background: white;\r\n}\r\n\r\n.jjy-about-container {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  align-items: center;\r\n  gap: 5%;\r\n}\r\n\r\n.jjy-about-image {\r\n  flex: 1 1 45%;\r\n  min-width: 300px;\r\n  display: flex;\r\n  justify-content: center;\r\n}\r\n\r\n.jjy-story-product {\r\n  position: relative;\r\n  width: 100%;\r\n  max-width: 500px;\r\n}\r\n\r\n.jjy-story-product-inner {\r\n  position: relative;\r\n  width: 100%;\r\n  padding-bottom: 100%;\r\n  border-radius: 15px;\r\n  overflow: hidden;\r\n  box-shadow: 0 20px 40px rgba(0,0,0,0.1);\r\n}\r\n\r\n.jjy-story-product-inner img {\r\n  position: absolute;\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  transition: opacity 0.8s ease;\r\n}\r\n\r\n.jjy-story-product-hover {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  opacity: 0;\r\n}\r\n\r\n.jjy-story-product-inner:hover .jjy-story-product-hover {\r\n  opacity: 1;\r\n}\r\n\r\n.jjy-story-product-border {\r\n  position: absolute;\r\n  top: -10px;\r\n  left: -10px;\r\n  right: -10px;\r\n  bottom: -10px;\r\n  border: 2px solid #FF5C5C;\r\n  border-radius: 20px;\r\n  z-index: -1;\r\n  opacity: 0;\r\n  transition: opacity 0.3s ease;\r\n}\r\n\r\n.jjy-story-product:hover .jjy-story-product-border {\r\n  opacity: 1;\r\n}\r\n\r\n.jjy-about-content {\r\n  flex: 1 1 50%;\r\n  min-width: 300px;\r\n}\r\n\r\n.jjy-about-text {\r\n  margin-bottom: 1.5rem;\r\n  font-size: 1.1rem;\r\n}\r\n\r\n.jjy-stats-container {\r\n  display: flex;\r\n  justify-content: space-between;\r\n  margin-top: 2.5rem;\r\n  flex-wrap: wrap;\r\n  gap: 20px;\r\n}\r\n\r\n.jjy-stat-item {\r\n  text-align: center;\r\n  flex: 1;\r\n  min-width: 100px;\r\n}\r\n\r\n.jjy-stat-number {\r\n  font-size: 2.5rem;\r\n  font-weight: 700;\r\n  color: #FF5C5C;\r\n  display: block;\r\n}\r\n\r\n.jjy-stat-label {\r\n  font-size: 0.9rem;\r\n  color: #666;\r\n}\r\n\r\n\/* Mission Section *\/\r\n.jjy-mission-section {\r\n  padding: 6rem 8%;\r\n  background: #f9f9f9;\r\n}\r\n\r\n.jjy-mission-statement {\r\n  font-size: 1.5rem;\r\n  font-style: italic;\r\n  text-align: center;\r\n  max-width: 800px;\r\n  margin: 0 auto 3rem;\r\n  color: #444;\r\n  position: relative;\r\n}\r\n\r\n.jjy-mission-statement:before,\r\n.jjy-mission-statement:after {\r\n  content: '\"';\r\n  color: #FF5C5C;\r\n  font-size: 2rem;\r\n}\r\n\r\n.jjy-values-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n  gap: 2rem;\r\n  margin-top: 3rem;\r\n}\r\n\r\n.jjy-value-card {\r\n  background: white;\r\n  padding: 2rem;\r\n  border-radius: 10px;\r\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.jjy-value-card:hover {\r\n  transform: translateY(-10px);\r\n}\r\n\r\n.jjy-value-icon {\r\n  width: 60px;\r\n  height: 60px;\r\n  background: rgba(255, 92, 92, 0.1);\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  margin-bottom: 1.5rem;\r\n}\r\n\r\n.jjy-value-icon svg {\r\n  width: 30px;\r\n  height: 30px;\r\n}\r\n\r\n.jjy-value-title {\r\n  font-size: 1.3rem;\r\n  margin-bottom: 1rem;\r\n  color: #222;\r\n}\r\n\r\n.jjy-value-desc {\r\n  font-size: 1rem;\r\n  color: #555;\r\n}\r\n\r\n\/* Products Section *\/\r\n.jjy-products-section {\r\n  padding: 6rem 8%;\r\n  background: white;\r\n}\r\n\r\n.jjy-products-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n  gap: 2rem;\r\n  margin-top: 3rem;\r\n}\r\n\r\n.jjy-product-card {\r\n  border-radius: 10px;\r\n  overflow: hidden;\r\n  box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n  transition: transform 0.3s ease;\r\n  text-decoration: none;\r\n  color: inherit;\r\n  display: block;\r\n}\r\n\r\n.jjy-product-card:hover {\r\n  transform: translateY(-10px);\r\n}\r\n\r\n.jjy-product-image-container {\r\n  position: relative;\r\n  height: 250px;\r\n  overflow: hidden;\r\n}\r\n\r\n.jjy-product-image {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  transition: transform 0.5s ease;\r\n}\r\n\r\n.jjy-product-card:hover .jjy-product-image {\r\n  transform: scale(1.05);\r\n}\r\n\r\n.jjy-product-overlay {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  width: 100%;\r\n  height: 100%;\r\n  background: rgba(255, 92, 92, 0.8);\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  opacity: 0;\r\n  transition: opacity 0.3s ease;\r\n}\r\n\r\n.jjy-product-overlay span {\r\n  color: white;\r\n  font-weight: 600;\r\n  font-size: 1.2rem;\r\n}\r\n\r\n.jjy-product-card:hover .jjy-product-overlay {\r\n  opacity: 1;\r\n}\r\n\r\n.jjy-product-content {\r\n  padding: 1.5rem;\r\n}\r\n\r\n.jjy-product-title {\r\n  font-size: 1.4rem;\r\n  margin-bottom: 1rem;\r\n  color: #222;\r\n}\r\n\r\n.jjy-product-desc {\r\n  font-size: 1rem;\r\n  color: #555;\r\n  margin-bottom: 1rem;\r\n}\r\n\r\n.jjy-product-features {\r\n  padding-left: 1.2rem;\r\n  color: #666;\r\n}\r\n\r\n.jjy-product-features li {\r\n  margin-bottom: 0.5rem;\r\n  position: relative;\r\n}\r\n\r\n.jjy-product-features li:before {\r\n  content: '';\r\n  display: inline-block;\r\n  width: 8px;\r\n  height: 8px;\r\n  background: #FF5C5C;\r\n  border-radius: 50%;\r\n  position: absolute;\r\n  left: -1.2rem;\r\n  top: 0.5rem;\r\n}\r\n\r\n\/* Process Section *\/\r\n.jjy-process-section {\r\n  padding: 6rem 8%;\r\n  background: #f9f9f9;\r\n}\r\n\r\n.jjy-process-horizontal {\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n  justify-content: center;\r\n  gap: 1.5rem;\r\n  margin-top: 3rem;\r\n}\r\n\r\n.jjy-process-h-item {\r\n  flex: 1;\r\n  min-width: 150px;\r\n  max-width: 200px;\r\n  background: white;\r\n  padding: 1.5rem;\r\n  border-radius: 10px;\r\n  box-shadow: 0 5px 15px rgba(0,0,0,0.05);\r\n  text-align: center;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.jjy-process-h-item:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n.jjy-process-h-number {\r\n  width: 40px;\r\n  height: 40px;\r\n  background: #FF5C5C;\r\n  color: white;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  font-size: 1.2rem;\r\n  font-weight: 700;\r\n  margin: 0 auto 1rem;\r\n}\r\n\r\n.jjy-process-h-title {\r\n  font-size: 1.1rem;\r\n  margin-bottom: 0.5rem;\r\n  color: #222;\r\n}\r\n\r\n.jjy-process-h-desc {\r\n  font-size: 0.9rem;\r\n  color: #555;\r\n}\r\n\r\n\/* Testimonials Section *\/\r\n.jjy-testimonials-section {\r\n  padding: 6rem 8%;\r\n  background: white;\r\n}\r\n\r\n.jjy-testimonials-slider {\r\n  display: grid;\r\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n  gap: 2rem;\r\n  margin-top: 3rem;\r\n}\r\n\r\n.jjy-testimonial-card {\r\n  background: #f9f9f9;\r\n  padding: 2rem;\r\n  border-radius: 10px;\r\n  position: relative;\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n  text-align: center;\r\n}\r\n\r\n.jjy-testimonial-card:before {\r\n  content: '\"';\r\n  position: absolute;\r\n  top: 1rem;\r\n  left: 1.5rem;\r\n  font-size: 4rem;\r\n  color: rgba(255, 92, 92, 0.1);\r\n  font-family: serif;\r\n  line-height: 1;\r\n}\r\n\r\n.jjy-testimonial-avatar {\r\n  width: 80px;\r\n  height: 80px;\r\n  border-radius: 50%;\r\n  overflow: hidden;\r\n  margin-bottom: 1.5rem;\r\n  border: 3px solid #FF5C5C;\r\n}\r\n\r\n.jjy-testimonial-avatar img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n.jjy-testimonial-text {\r\n  font-size: 1.1rem;\r\n  font-style: italic;\r\n  color: #444;\r\n  margin-bottom: 1.5rem;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.jjy-author-name {\r\n  font-weight: 700;\r\n  color: #222;\r\n}\r\n\r\n.jjy-author-location {\r\n  font-size: 0.9rem;\r\n  color: #666;\r\n}\r\n\r\n\/* CTA Section *\/\r\n.jjy-cta-section {\r\n  padding: 6rem 8%;\r\n  background: linear-gradient(135deg, #FF5C5C 0%, #ff7b7b 100%);\r\n  color: white;\r\n  text-align: center;\r\n}\r\n\r\n.jjy-cta-title {\r\n  font-size: 2.2rem;\r\n  margin-bottom: 1.5rem;\r\n  color: white;\r\n}\r\n\r\n.jjy-cta-text {\r\n  font-size: 1.2rem;\r\n  max-width: 700px;\r\n  margin: 0 auto 2.5rem;\r\n  opacity: 0.9;\r\n}\r\n\r\n.jjy-cta-buttons {\r\n  display: flex;\r\n  justify-content: center;\r\n  gap: 1.5rem;\r\n  flex-wrap: wrap;\r\n  margin-bottom: 3rem;\r\n}\r\n\r\n.jjy-cta-button.jjy-primary {\r\n  background: white;\r\n  color: #FF5C5C;\r\n}\r\n\r\n.jjy-cta-button.jjy-primary:hover {\r\n  background: rgba(255,255,255,0.9);\r\n}\r\n\r\n.jjy-cta-button.jjy-secondary {\r\n  background: transparent;\r\n  color: white;\r\n  border-color: white;\r\n}\r\n\r\n.jjy-cta-button.jjy-secondary:hover {\r\n  background: white;\r\n  color: #FF5C5C;\r\n}\r\n\r\n.jjy-contact-info {\r\n  display: flex;\r\n  justify-content: center;\r\n  flex-wrap: wrap;\r\n  gap: 2rem;\r\n  margin-top: 2rem;\r\n}\r\n\r\n.jjy-contact-item {\r\n  display: flex;\r\n  align-items: center;\r\n  gap: 0.5rem;\r\n  font-size: 1.1rem;\r\n}\r\n\r\n.jjy-contact-item svg {\r\n  width: 20px;\r\n  height: 20px;\r\n}\r\n\r\n\/* Responsive Adjustments *\/\r\n@media (max-width: 1024px) {\r\n  .jjy-hero-section {\r\n    flex-direction: column;\r\n    padding-top: 2rem;\r\n  }\r\n  \r\n  .jjy-hero-content {\r\n    max-width: 100%;\r\n    padding-top: 2rem;\r\n    text-align: center;\r\n  }\r\n  \r\n  .jjy-hero-image {\r\n    position: relative;\r\n    width: 100%;\r\n    margin-top: 2rem;\r\n  }\r\n  \r\n  .jjy-product-showcase {\r\n    max-width: 400px;\r\n  }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .jjy-main-heading {\r\n    font-size: 2.2rem;\r\n  }\r\n  \r\n  .jjy-section-title {\r\n    font-size: 1.8rem;\r\n  }\r\n  \r\n  .jjy-about-container {\r\n    flex-direction: column;\r\n    gap: 3rem;\r\n  }\r\n  \r\n  .jjy-process-h-item {\r\n    min-width: 100%;\r\n    max-width: 100%;\r\n  }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  .jjy-main-heading {\r\n    font-size: 1.8rem;\r\n  }\r\n  \r\n  .jjy-section-title {\r\n    font-size: 1.5rem;\r\n  }\r\n  \r\n  .jjy-cta-buttons {\r\n    flex-direction: column;\r\n    gap: 1rem;\r\n  }\r\n  \r\n  .jjy-contact-info {\r\n    flex-direction: column;\r\n    gap: 1rem;\r\n  }\r\n}\r\n\r\n\/* Animations *\/\r\n@keyframes spin {\r\n  from { transform: rotateY(0deg); }\r\n  to { transform: rotateY(360deg); }\r\n}\r\n\r\n@keyframes pulse {\r\n  0% { transform: scale(1); opacity: 0.5; }\r\n  50% { transform: scale(1.1); opacity: 0.8; }\r\n  100% { transform: scale(1); opacity: 0.5; }\r\n}\r\n\r\n@keyframes countUp {\r\n  from { opacity: 0; transform: translateY(20px); }\r\n  to { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n.jjy-stat-number {\r\n  animation: countUp 0.6s ease forwards;\r\n  opacity: 0;\r\n}\r\n\r\n.jjy-stat-number:nth-child(1) { animation-delay: 0.2s; }\r\n.jjy-stat-number:nth-child(2) { animation-delay: 0.4s; }\r\n.jjy-stat-number:nth-child(3) { animation-delay: 0.6s; }\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  \/\/ Counter animation\r\n  const counters = document.querySelectorAll('.jjy-stat-number');\r\n  const speed = 200;\r\n  \r\n  function animateCounters() {\r\n    counters.forEach(counter => {\r\n      const target = +counter.getAttribute('data-count');\r\n      const count = +counter.innerText;\r\n      const increment = target \/ speed;\r\n      \r\n      if(count < target) {\r\n        counter.innerText = Math.ceil(count + increment);\r\n        setTimeout(animateCounters, 1);\r\n      } else {\r\n        counter.innerText = target;\r\n      }\r\n    });\r\n  }\r\n  \r\n  \/\/ Intersection Observer for scroll animations\r\n  const observerOptions = {\r\n    threshold: 0.1\r\n  };\r\n  \r\n  const observer = new IntersectionObserver(function(entries, observer) {\r\n    entries.forEach(entry => {\r\n      if(entry.isIntersecting) {\r\n        if(entry.target.classList.contains('jjy-stat-number')) {\r\n          animateCounters();\r\n        }\r\n        entry.target.classList.add('animated');\r\n        observer.unobserve(entry.target);\r\n      }\r\n    });\r\n  }, observerOptions);\r\n  \r\n  counters.forEach(counter => {\r\n    observer.observe(counter);\r\n  });\r\n  \r\n  \/\/ Observe all elements with data-animate attribute\r\n  document.querySelectorAll('[data-animate]').forEach(el => {\r\n    observer.observe(el);\r\n  });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6836991d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6836991d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-61d80b6d\" data-id=\"61d80b6d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-61e5b28e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61e5b28e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-48f94353\" data-id=\"48f94353\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6cd69e55 elementor-widget elementor-widget-heading\" data-id=\"6cd69e55\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Follow Our Instagram<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c0baea3 elementor-widget elementor-widget-text-editor\" data-id=\"5c0baea3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tLorem <a href=\"#\">@ipsum<\/a> dolor sit amet, consectetur adipiscing elit.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6e6d83dc\" data-id=\"6e6d83dc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b6e34c8 elementor-widget elementor-widget-heading\" data-id=\"5b6e34c8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Instagram<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7399212f elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7399212f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ab84cc1\" data-id=\"6ab84cc1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19a31385 elementor-widget elementor-widget-image-carousel\" data-id=\"19a31385\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:600,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Pink-glitter-nails-with-rose-gold-accents-on-white-fur-768x768.webp\" alt=\"Pink glitter nails with rose-gold accents on white fur\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Nude-nails-with-pink-floral-designs-and-glitter-accents-768x768.webp\" alt=\"Nude nails with pink floral designs and glitter accents\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hands-with-decorated-nails-holding-rhinestone-jewelry-box-768x768.webp\" alt=\"Hands with decorated nails holding rhinestone jewelry box\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hand-with-white-almond-nails-gold-leaf-design-and-ring-768x768.webp\" alt=\"Hand with white almond nails, gold leaf design, and ring\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Nail-artist-working-on-clients-nails-in-beauty-salon-768x768.webp\" alt=\"Nail artist working on client&#039;s nails in beauty salon\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Hand-with-artistic-brown-and-gold-floral-nail-designs-768x768.webp\" alt=\"Hand with artistic brown and gold floral nail designs\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Nude-artificial-nails-with-gems-in-clear-box-on-white-768x768.webp\" alt=\"Nude artificial nails with gems in clear box on white\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 sur 8\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/glownailyu.com\/wp-content\/uploads\/2025\/07\/Pink-maroon-almond-nails-with-floral-and-waterdrop-designs-768x768.webp\" alt=\"Pink maroon almond nails with floral and waterdrop designs\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>About US Continuous Infinite Scrolling Icons NO CHIPPING DAMAGE-FREE EFFORTLESS NO SMUDGING 14-FREE CRUELTY-FREE NO CHIPPING DAMAGE-FREE EFFORTLESS NO SMUDGING 14-FREE CRUELTY-FREE Illuminate Your Style with Personalized Nail Art Where every nail tells your unique story Start Your Nail Journey Our Story Founded in the vibrant metropolis of Chongqing, China, Chongqing Jingjiayu Trading Co., Ltd&#8230;.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-492","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/pages\/492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/comments?post=492"}],"version-history":[{"count":0,"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/pages\/492\/revisions"}],"wp:attachment":[{"href":"https:\/\/glownailyu.com\/da\/wp-json\/wp\/v2\/media?parent=492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}