{"id":5622,"date":"2026-04-01T00:00:00","date_gmt":"2026-04-01T00:00:00","guid":{"rendered":"https:\/\/fonttor.com\/?page_id=5622"},"modified":"2026-05-20T02:58:39","modified_gmt":"2026-05-20T02:58:39","slug":"heart","status":"publish","type":"page","link":"https:\/\/fonttor.com\/heart\/","title":{"rendered":"Heart Font Generator \u2013 Create Instantly Free"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5622\" class=\"elementor elementor-5622\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf7456e e-con-full e-flex e-con e-parent\" data-id=\"bf7456e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33922dd elementor-widget elementor-widget-shortcode\" data-id=\"33922dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- \r\n  INSTRUCTIONS FOR WORDPRESS:\r\n  1. For a true full-width background, add a \"Full Width\" section\/block in your page editor first.\r\n  2. Add a \"Custom HTML\" block inside that full-width section.\r\n  3. Copy this entire code block and paste it inside the \"Custom HTML\" block.\r\n-->\r\n\r\n<div class=\"heart-font-generator-wrapper\">\r\n\r\n    <!-- \r\n      All CSS is scoped under '.heart-font-generator-wrapper' to prevent conflicts. \r\n    -->\r\n    <style>\r\n        \/* --- General Setup & Variables (Black+Navy Theme) --- *\/\r\n        .heart-font-generator-wrapper {\r\n            --gradient-1: #0F2027;\r\n            --gradient-2: #203A43;\r\n            --gradient-3: #2C5364;\r\n            --gradient-4: #000000;\r\n            --text-color: #ffffff;\r\n            --bg-color-rgba: rgba(255, 255, 255, 0.07);\r\n            --border-color-rgba: rgba(255, 255, 255, 0.2);\r\n            --shadow-color: rgba(0, 0, 0, 0.3);\r\n            --accent-color: #08f7fe; \/* Primary Accent (Cyan) *\/\r\n            --card-bg-color-rgba: rgba(255, 255, 255, 0.05);\r\n            \/* --- Secondary Accent Colors for Cards --- *\/\r\n            --accent-color-2: #f021b2; \/* Magenta\/Pink *\/\r\n            --accent-color-3: #39ff14; \/* Electric Green *\/\r\n        }\r\n        \r\n        .heart-font-generator-wrapper {\r\n            font-family: 'Poppins', sans-serif;\r\n            color: var(--text-color);\r\n            background: linear-gradient(-45deg, var(--gradient-1), var(--gradient-2), var(--gradient-3), var(--gradient-4));\r\n            padding: 1rem 1rem;\r\n            width: 100%;\r\n        }\r\n\r\n        .heart-font-generator-wrapper * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n        \/* --- Header --- *\/\r\n        .heart-font-generator-wrapper .header { text-align: center; margin: 2.5rem auto; max-width: 1200px; }\r\n        .heart-font-generator-wrapper .header h1 { font-size: 2.8rem; font-weight: 700; text-shadow: 0 0 10px rgba(8, 247, 254, 0.3), 0 0 5px rgba(0, 0, 0, 0.5); color:#85a9a1; line-height: 1.2; }\r\n        .heart-font-generator-wrapper .header p { font-size: 1.1rem; opacity: 0.9; max-width: 1200px; margin: 0.5rem auto 0; color: var(--text-color); }\r\n\r\n        \/* --- Main App Container --- *\/\r\n        .heart-font-generator-wrapper .app-container { width: 100%; max-width: 1200px; background: var(--bg-color-rgba); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 20px; border: 1px solid var(--border-color-rgba); box-shadow: 0 8px 32px 0 var(--shadow-color); padding: 2.5rem; display: grid; grid-template-columns: 1fr; gap: 2.5rem; margin: 0 auto; }\r\n\r\n        \/* --- App Controls & IO --- *\/\r\n        .heart-font-generator-wrapper .controls-panel,\r\n        .heart-font-generator-wrapper .io-panel { display: flex; flex-direction: column; gap: 1.5rem; }\r\n        .heart-font-generator-wrapper .control-group { display: flex; flex-direction: column; gap: 0.5rem; }\r\n        .heart-font-generator-wrapper label { font-weight: 500; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.9; color: var(--text-color); }\r\n        .heart-font-generator-wrapper .custom-select,\r\n        .heart-font-generator-wrapper button,\r\n        .heart-font-generator-wrapper .text-area { background: var(--bg-color-rgba); border: 1px solid var(--border-color-rgba); border-radius: 10px; color: var(--text-color); padding: 0.8rem 1rem; font-family: 'Poppins', sans-serif; font-size: 1rem; transition: all 0.3s ease; }\r\n        .heart-font-generator-wrapper .custom-select:focus,\r\n        .heart-font-generator-wrapper button:focus,\r\n        .heart-font-generator-wrapper .text-area:focus { outline: none; box-shadow: 0 0 0 3px var(--accent-color); border-color: var(--accent-color); }\r\n        .heart-font-generator-wrapper .custom-select { -webkit-appearance: none; appearance: none; background-image: url(\"data:image\/svg+xml,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'\/%3e%3c\/svg%3e\"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1em; }\r\n        .heart-font-generator-wrapper option { background-color: #0F2027; color: white; }\r\n        .heart-font-generator-wrapper .btn { cursor: pointer; font-weight: 600; display: flex; justify-content: center; align-items: center; gap: 0.5rem; line-height: 1; text-shadow: 1px 1px 2px rgba(0,0,0,0.4); }\r\n        .heart-font-generator-wrapper .btn-primary { background-color: var(--accent-color); border-color: var(--accent-color); color: #000; }\r\n        .heart-font-generator-wrapper .btn:hover { transform: translateY(-2px); box-shadow: 0 4px 20px 0 var(--shadow-color); }\r\n        .heart-font-generator-wrapper .btn-secondary { background: transparent; }\r\n        .heart-font-generator-wrapper .btn svg { width: 18px; height: 18px; stroke-width: 2; }\r\n        .heart-font-generator-wrapper .text-area { width: 100%; min-height: 200px; resize: vertical; }\r\n        .heart-font-generator-wrapper .text-area::placeholder { color: rgba(255, 255, 255, 0.5); }\r\n        .heart-font-generator-wrapper #hfg-output-text { min-height: 200px; max-height: 400px; overflow-y: auto; background: rgba(0,0,0,0.25); padding: 1rem; border-radius: 10px; white-space: pre-wrap; word-break: break-all; transition: background 0.3s ease; scrollbar-width: none; }\r\n.heart-font-generator-wrapper #hfg-output-text::-webkit-scrollbar { width: 0; height: 0; }\r\n        .heart-font-generator-wrapper .output-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.5rem; flex-wrap: wrap; gap: 0.5rem; }\r\n        .heart-font-generator-wrapper .info-counters { display: flex; justify-content: flex-end; gap: 1rem; font-size: 0.8rem; opacity: 0.8; margin-top: 0.5rem; }\r\n\r\n        \/* --- Content Sections --- *\/\r\n        .heart-font-generator-wrapper .hfg-content-container { max-width: 1200px; margin: 5rem auto 0; padding: 0 1rem; }\r\n        .heart-font-generator-wrapper .hfg-section-title { font-size: 2.5rem; font-weight: 700; text-align: center; margin-bottom: 3rem; color: #7fabcb; text-shadow: 0 0 10px rgba(8, 247, 254, 0.3); }\r\n        .heart-font-generator-wrapper .hfg-content-block { margin-bottom: 4rem; background: #114545; padding: 25px; border-radius: 15px; }\r\n        .heart-font-generator-wrapper .hfg-content-block h3 { font-size: 1.8rem; margin-bottom: 1.5rem; text-align: center; font-weight: 700; }\r\n        .heart-font-generator-wrapper .hfg-content-block p { font-size: 1rem; line-height: 1.8; opacity: 0.9; max-width: 800px; margin: 0 auto 1.5rem auto; text-align: center; }\r\n        \r\n        \/* -- NEW: Gradient Text for Headers -- *\/\r\n        .hfg-gradient-text { background-clip: text; -webkit-background-clip: text; color: transparent; }\r\n        .hfg-content-block.how-to-use h3 { background-image: linear-gradient(90deg, #fff, var(--accent-color)); }\r\n        .hfg-content-block.features h3 { background-image: linear-gradient(90deg, #fff, var(--accent-color-2)); }\r\n        .hfg-content-block.usage h3 { background-image: linear-gradient(90deg, #fff, var(--accent-color)); }\r\n        .hfg-content-block.style-guide h3 { background-image: linear-gradient(90deg, #fff, var(--accent-color-3)); }\r\n        .hfg-content-block.faq h3 { background-image: linear-gradient(90deg, #fff, var(--accent-color)); }\r\n        \r\n        \/* -- NEW: Section Divider -- *\/\r\n        .hfg-divider { display: flex; align-items: center; justify-content: center; margin: 4rem auto; }\r\n        .hfg-divider::before, .hfg-divider::after { content: ''; flex-grow: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent); }\r\n        .hfg-divider::before { background: linear-gradient(to right, transparent, rgba(255,255,255,0.3)); }\r\n        .hfg-divider::after { background: linear-gradient(to left, transparent, rgba(255,255,255,0.3)); }\r\n        .hfg-divider .divider-icon { color: var(--accent-color); margin: 0 1rem; }\r\n        .hfg-divider .divider-icon svg { width: 24px; height: 24px; fill: var(--accent-color); filter: drop-shadow(0 0 5px var(--accent-color)); }\r\n        \r\n        \/* Card Layout for Lists *\/\r\n        .heart-font-generator-wrapper .hfg-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }\r\n        .heart-font-generator-wrapper .hfg-card { background: var(--card-bg-color-rgba); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-radius: 15px; border: 1px solid var(--border-color-rgba); padding: 2rem; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }\r\n        .heart-font-generator-wrapper .hfg-card h4 { font-size: 1.2rem; font-weight: 600; color: var(--text-color); margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.75rem; }\r\n        .heart-font-generator-wrapper .card-icon { width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; flex-shrink: 0; border-radius: 10px; }\r\n        .heart-font-generator-wrapper .card-icon svg { width: 24px; height: 24px; stroke-width: 2; }\r\n        .heart-font-generator-wrapper .hfg-card p { font-size: 0.95rem; line-height: 1.6; margin: 0; opacity: 0.85; }\r\n\r\n        \/* --- Colored Card Section Variations --- *\/\r\n        .hfg-content-block.how-to-use .card-icon { background-color: rgba(8, 247, 254, 0.1); color: var(--accent-color); }\r\n        .hfg-content-block.how-to-use .hfg-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px 0 var(--shadow-color); border-color: var(--accent-color); }\r\n\r\n        .hfg-content-block.features .card-icon { background-color: rgba(240, 33, 178, 0.1); color: var(--accent-color-2); }\r\n        .hfg-content-block.features .hfg-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px 0 var(--shadow-color); border-color: var(--accent-color-2); }\r\n\r\n        .hfg-content-block.style-guide .card-icon { background-color: rgba(57, 255, 20, 0.1); color: var(--accent-color-3); }\r\n        .hfg-content-block.style-guide .hfg-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px 0 var(--shadow-color); border-color: var(--accent-color-3); }\r\n\r\n        \/* -- NEW: \"Where to Use\" List Styling -- *\/\r\n        .hfg-usage-list { list-style: none; padding-left: 1.5rem; max-width: 800px; margin: 2rem auto; position: relative; }\r\n        .hfg-usage-list::before { content: ''; position: absolute; left: 0; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(to bottom, transparent, var(--accent-color), transparent); border-radius: 2px; }\r\n        .hfg-usage-item { position: relative; margin-bottom: 2rem; padding-left: 2.5rem; text-align: left; }\r\n        .hfg-usage-item::before { content: ''; position: absolute; left: -10px; top: 9px; width: 20px; height: 2px; background: var(--accent-color); }\r\n        .hfg-usage-item .usage-icon { position: absolute; left: -18px; top: 0; width: 36px; height: 36px; background: var(--gradient-1); border: 2px solid var(--accent-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--accent-color); }\r\n        .hfg-usage-item .usage-icon svg { width: 18px; height: 18px; }\r\n        .hfg-usage-item strong { font-size: 1.1rem; color: var(--text-color); display: block; margin-bottom: 0.25rem; }\r\n        .hfg-usage-item p { margin: 0; text-align: left; }\r\n\r\n        \/* FAQ Section Styling *\/\r\n        .heart-font-generator-wrapper .faq-item { background: var(--card-bg-color-rgba); border: 1px solid var(--border-color-rgba); border-radius: 10px; margin-bottom: 1rem; transition: background-color 0.3s ease; }\r\n        .heart-font-generator-wrapper .faq-item[open] { background-color: var(--bg-color-rgba); border-color: var(--accent-color); }\r\n        .heart-font-generator-wrapper .faq-item summary { font-size: 1.1rem; font-weight: 600; padding: 1.25rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }\r\n        .heart-font-generator-wrapper .faq-item summary::-webkit-details-marker { display: none; }\r\n        .heart-font-generator-wrapper .faq-item summary::after { content: '+'; font-size: 1.5rem; font-weight: 300; color: var(--accent-color); transition: transform 0.3s ease; }\r\n        .heart-font-generator-wrapper .faq-item[open] summary::after { transform: rotate(45deg); }\r\n        .heart-font-generator-wrapper .faq-content { padding: 0 1.25rem 1.25rem 1.25rem; font-size: 1rem; line-height: 1.7; opacity: 0.9; }\r\n\r\n        \/* --- Responsive Design --- *\/\r\n        @media (min-width: 992px) { .heart-font-generator-wrapper .app-container { grid-template-columns: 350px 1fr; } }\r\n        @media (max-width: 1024px) { .heart-font-generator-wrapper .header h1 { font-size: 2.5rem; } .heart-font-generator-wrapper .hfg-section-title { font-size: 1.8rem; } .heart-font-generator-wrapper .hfg-card-grid { grid-template-columns: repeat(2, 1fr); } }\r\n        @media (max-width: 768px) { .heart-font-generator-wrapper { padding: 2rem 1rem; } .heart-font-generator-wrapper .header h1 { font-size: 1.8rem; } .heart-font-generator-wrapper .header p { font-size: 1rem; } .heart-font-generator-wrapper .app-container { padding: 1.5rem; gap: 1.5rem; } .heart-font-generator-wrapper .hfg-content-container { margin-top: 4rem; } .heart-font-generator-wrapper .hfg-section-title { font-size: 1.8rem; margin-bottom: 2rem; } .heart-font-generator-wrapper .hfg-content-block h3 { font-size: 1.6rem; } .heart-font-generator-wrapper .hfg-card { padding: 1.5rem; } }\r\n        @media (max-width: 576px) { .heart-font-generator-wrapper .hfg-card-grid { grid-template-columns: 1fr; } .heart-font-generator-wrapper .text-area { min-height: 150px; } .heart-font-generator-wrapper #hfg-output-text { min-height: 150px; } .heart-font-generator-wrapper .header h1 { font-size: 2rem; } .heart-font-generator-wrapper .header p { font-size: 0.9rem; } .hfg-usage-list { padding-left: 0.5rem; } .hfg-usage-item { padding-left: 2rem; } }\r\n        @media (max-width: 375px) { .heart-font-generator-wrapper { padding: 2rem 0.75rem; } .heart-font-generator-wrapper .app-container { padding: 1rem; } .heart-font-generator-wrapper .header h1 { font-size: 1.8rem; } }\r\n\r\n    <\/style>\r\n\r\n    <!-- HTML structure for the tool -->\r\n    <header class=\"header\">\r\n \u00a0 \u00a0 \u00a0 \u00a0<h1>Heart Font Generator \u2013 Make Every Word Feel Like Love<\/h1>\r\n        <p>Create beautiful, heart-filled text for your social media, messages, and more! Instantly transform your words into expressions of love and affection.<\/p>\r\n    <\/header>\r\n\r\n    <div class=\"app-container\">\r\n        <!-- App content remains unchanged -->\r\n        <aside class=\"controls-panel\">\r\n            <div class=\"control-group\">\r\n                <label for=\"hfg-style-select\">Generation Style (Required)<\/label>\r\n                <select id=\"hfg-style-select\" class=\"custom-select\">\r\n                    <option value=\"between-letters\" selected>Hearts Between Letters<\/option>\r\n                    <option value=\"around-words\">Hearts Around Words<\/option>\r\n                    <option value=\"vowels-to-hearts\">Vowels to Hearts<\/option>\r\n                    <option value=\"heart-border\">Heart Border<\/option>\r\n                    <option value=\"bubble-hearts\">Bubble Hearts<\/option>\r\n                <\/select>\r\n            <\/div>\r\n            \r\n            <div class=\"control-group\">\r\n                <label for=\"hfg-heart-select\">Choose Your Heart (Optional)<\/label>\r\n                <select id=\"hfg-heart-select\" class=\"custom-select\">\r\n                    <option value=\"\u2764\ufe0f\">\u2764\ufe0f Red Heart<\/option>\r\n                    <option value=\"\ud83d\udc96\">\ud83d\udc96 Sparkling Heart<\/option>\r\n                    <option value=\"\ud83d\udc99\">\ud83d\udc99 Blue Heart<\/option>\r\n                    <option value=\"\ud83d\udda4\">\ud83d\udda4 Black Heart<\/option>\r\n                    <option value=\"\ud83e\udd0d\">\ud83e\udd0d White Heart<\/option>\r\n                    <option value=\"\ud83e\udde1\">\ud83e\udde1 Orange Heart<\/option>\r\n                    <option value=\"\ud83d\udc9c\">\ud83d\udc9c Purple Heart<\/option>\r\n                    <option value=\"\u2661\">\u2661 White Heart Outline<\/option>\r\n                    <option value=\"\u2665\">\u2665 Black Heart Suit<\/option>\r\n                    <option value=\"\ud83d\udc98\">\ud83d\udc98 Heart with Arrow<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <div class=\"control-group\">\r\n                <label for=\"hfg-decoration-select\">Add Extra Sparkle (Optional)<\/label>\r\n                <select id=\"hfg-decoration-select\" class=\"custom-select\">\r\n                    <option value=\"none\" selected>None<\/option>\r\n                    <option value=\"sparkles\">\u2728 Sparkles<\/option>\r\n                    <option value=\"stars\">\u2727 Stars<\/option>\r\n                    <option value=\"dots\">\u22b9 Dots<\/option>\r\n                    <option value=\"flowers\">\ud83c\udf38 Flowers<\/option>\r\n                <\/select>\r\n            <\/div>\r\n\r\n            <button id=\"hfg-clear-btn\" class=\"btn btn-secondary\">\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"3 6 5 6 21 6\"><\/polyline><path d=\"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\"><\/path><line x1=\"10\" y1=\"11\" x2=\"10\" y2=\"17\"><\/line><line x1=\"14\" y1=\"11\" x2=\"14\" y2=\"17\"><\/line><\/svg>\r\n                Clear Input\r\n            <\/button>\r\n        <\/aside>\r\n        <main class=\"io-panel\">\r\n            <div>\r\n                <label for=\"hfg-input-text\">Your Text Here<\/label>\r\n                <textarea id=\"hfg-input-text\" class=\"text-area\" placeholder=\"Type or paste something lovely...\"><\/textarea>\r\n                <div class=\"info-counters\">\r\n                    <span id=\"hfg-char-count\">Characters: 0<\/span>\r\n                    <span id=\"hfg-word-count\">Words: 0<\/span>\r\n                <\/div>\r\n            <\/div>\r\n            <div>\r\n                 <div class=\"output-header\">\r\n                    <label for=\"hfg-output-text\">Your Heart Font<\/label>\r\n                    <button id=\"hfg-copy-btn\" class=\"btn btn-primary\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect><path d=\"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path><\/svg>\r\n                        Copy to Clipboard\r\n                    <\/button>\r\n                <\/div>\r\n                <div id=\"hfg-output-text\">Your lovely text will appear here...<\/div>\r\n            <\/div>\r\n        <\/main>\r\n    <\/div>\r\n        \r\n        \r\n    <!-- JavaScript logic (remains unchanged) -->\r\n    <script>\r\n    (() => {\r\n        const wrapper = document.querySelector('.heart-font-generator-wrapper');\r\n        if (!wrapper) return;\r\n        const inputText = wrapper.querySelector('#hfg-input-text');\r\n        const outputText = wrapper.querySelector('#hfg-output-text');\r\n        const styleSelect = wrapper.querySelector('#hfg-style-select');\r\n        const heartSelect = wrapper.querySelector('#hfg-heart-select');\r\n        const decorationSelect = wrapper.querySelector('#hfg-decoration-select');\r\n        const copyBtn = wrapper.querySelector('#hfg-copy-btn');\r\n        const clearBtn = wrapper.querySelector('#hfg-clear-btn');\r\n        const charCount = wrapper.querySelector('#hfg-char-count');\r\n        const wordCount = wrapper.querySelector('#hfg-word-count');\r\n        if (!inputText || !outputText || !styleSelect || !heartSelect || !decorationSelect || !copyBtn || !clearBtn || !charCount || !wordCount) {\r\n            console.error('Heart Font Generator: A required element was not found.');\r\n            return;\r\n        }\r\n        const generateHeartText = () => {\r\n            const text = inputText.value;\r\n            const style = styleSelect.value;\r\n            const heart = heartSelect.value;\r\n            const decorations = { none: '', sparkles: '\u2728', stars: '\u2727', dots: '\u22b9', flowers: '\ud83c\udf38' };\r\n            const decoration = decorations[decorationSelect.value] || '';\r\n            if (text.trim() === '') {\r\n                outputText.textContent = 'Your lovely text will appear here...';\r\n                updateCounters(text);\r\n                return;\r\n            }\r\n            let result = '';\r\n            const addDecoration = (str, isBorder = false) => {\r\n                if (decoration === '' || isBorder) return str;\r\n                let decorated = str.split('').join(decoration);\r\n                decorated = decorated.replace(\/\\s+([\u2728\u2727\u22b9\ud83c\udf38])\/g, '$1');\r\n                decorated = decorated.replace(\/([\u2728\u2727\u22b9\ud83c\udf38])\\s+\/g, '$1');\r\n                return decorated;\r\n            }\r\n            switch (style) {\r\n                case 'between-letters': \r\n                    result = text.split('').join(heart); \r\n                    result = addDecoration(result);\r\n                    break;\r\n                case 'around-words': \r\n                    result = text.split(' ').filter(word => word.length > 0).join(` ${heart} `); \r\n                    result = addDecoration(result);\r\n                    break;\r\n                case 'vowels-to-hearts': \r\n                    result = text.replace(\/[aeiou]\/gi, heart); \r\n                    result = addDecoration(result);\r\n                    break;\r\n                case 'heart-border':\r\n                    const lines = text.split('\\n');\r\n                    const maxLength = lines.length > 0 ? Math.max(...lines.map(line => line.length)) : 0;\r\n                    const border = heart.repeat(Math.floor(maxLength \/ 2) + 4);\r\n                    const paddedLines = lines.map(line => `${heart} ${line.padEnd(maxLength)} ${heart}`);\r\n                    result = `${border}\\n${paddedLines.join('\\n')}\\n${border}`;\r\n                    break;\r\n                case 'bubble-hearts':\r\n                    const bubbleMap = { 'a':'\u24d0','b':'\u24d1','c':'\u24d2','d':'\u24d3','e':'\u24d4','f':'\u24d5','g':'\u24d6','h':'\u24d7','i':'\u24d8','j':'\u24d9','k':'\u24da','l':'\u24db','m':'\u24dc','n':'\u24dd','o':'\u24de','p':'\u24df','q':'\u24e0','r':'\u24e1','s':'\u24e2','t':'\u24e3','u':'\u24e4','v':'\u24e5','w':'\u24e6','x':'\u24e7','y':'\u24e8','z':'\u24e9', 'A':'\u24b6','B':'\u24b7','C':'\u24b8','D':'\u24b9','E':'\u24ba','F':'\u24bb','G':'\u24bc','H':'\u24bd','I':'\u24be','J':'\u24bf','K':'\u24c0','L':'\u24c1','M':'\u24c2','N':'\u24c3','O':'\u24c4','P':'\u24c5','Q':'\u24c6','R':'\u24c7','S':'\u24c8','T':'\u24c9','U':'\u24ca','V':'\u24cb','W':'\u24cc','X':'\u24cd','Y':'\u24ce','Z':'\u24cf' };\r\n                    let bubbledText = text.split('').map(char => bubbleMap[char] || char).join('');\r\n                    result = bubbledText.split(' ').join(` ${heart} `);\r\n                    result = addDecoration(result);\r\n                    break;\r\n                default:\r\n                    result = text;\r\n            }\r\n            outputText.textContent = result;\r\n            updateCounters(text);\r\n        };\r\n        const updateCounters = (text) => {\r\n            charCount.textContent = `Characters: ${text.length}`;\r\n            wordCount.textContent = `Words: ${text.trim() ? text.trim().split(\/\\s+\/).length : 0}`;\r\n        }\r\n        [inputText, styleSelect, heartSelect, decorationSelect].forEach(element => {\r\n            element.addEventListener('input', generateHeartText);\r\n            element.addEventListener('change', generateHeartText);\r\n        });\r\n        clearBtn.addEventListener('click', () => { \r\n            inputText.value = ''; \r\n            generateHeartText(); \r\n            inputText.focus();\r\n        });\r\n        copyBtn.addEventListener('click', () => {\r\n            if (outputText.textContent && outputText.textContent !== 'Your lovely text will appear here...') {\r\n                navigator.clipboard.writeText(outputText.textContent).then(() => {\r\n                    const originalContent = copyBtn.innerHTML;\r\n                    const originalBg = copyBtn.style.backgroundColor;\r\n                    const originalColor = copyBtn.style.color;\r\n                    copyBtn.innerHTML = '\u2705 Copied!';\r\n                    copyBtn.style.backgroundColor = '#28a745';\r\n                    copyBtn.style.color = '#fff';\r\n                    setTimeout(() => {\r\n                        copyBtn.innerHTML = originalContent;\r\n                        copyBtn.style.backgroundColor = originalBg;\r\n                        copyBtn.style.color = originalColor;\r\n                    }, 2000);\r\n                }).catch(err => console.error('Heart Font Generator: Failed to copy text: ', err));\r\n            }\r\n        });\r\n        generateHeartText(); \r\n    })();\r\n    <\/script>\r\n<\/div>\r\n\r\n<!-- Content Section Start From Here  -->\r\n\r\n<div class=\"fgheartfontgenerator-content-wrapper\">\r\n\r\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n\r\n<style>\r\n.fgheartfontgenerator-content-wrapper,\r\n.fgheartfontgenerator-content-wrapper * {\r\n  box-sizing: border-box;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper {\r\n  --fg-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\r\n  --fg-text: #10201f;\r\n  --fg-muted: #5d6f70;\r\n  --fg-border: rgba(15, 23, 42, 0.12);\r\n  --fg-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);\r\n  --fg-radius: 24px;\r\n  --fg-brand-1: #E11D48;\r\n  --fg-brand-2: #FB7185;\r\n  --fg-brand-3: #FFE4E6;\r\n  --fg-soft: #fff1f2;\r\n  --fg-glow: rgba(225,29,72,.16);\r\n  width: 100%;\r\n  display: block;\r\n  font-family: var(--fg-font) !important;\r\n  color: var(--fg-text) !important;\r\n  overflow: hidden;\r\n  -webkit-font-smoothing: antialiased;\r\n  text-rendering: geometricPrecision;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper h1,\r\n.fgheartfontgenerator-content-wrapper h2,\r\n.fgheartfontgenerator-content-wrapper h3,\r\n.fgheartfontgenerator-content-wrapper h4,\r\n.fgheartfontgenerator-content-wrapper h5,\r\n.fgheartfontgenerator-content-wrapper h6,\r\n.fgheartfontgenerator-content-wrapper p {\r\n  margin-top: 0 !important;\r\n  margin-bottom: 0 !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-content-section {\r\n  width: 100%;\r\n  display: block;\r\n  padding: 74px 20px;\r\n  position: relative;\r\n  overflow: hidden;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-white {\r\n  background: #ffffff !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-soft {\r\n  background:\r\n    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.30), transparent 24%),\r\n    linear-gradient(135deg, #016B61 0%, #70B2B2 52%, #9ECFD4 100%) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-inner-container {\r\n  width: 100%;\r\n  max-width: 1200px;\r\n  margin-left: auto;\r\n  margin-right: auto;\r\n  position: relative;\r\n  z-index: 1;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-heading-wrap {\r\n  max-width: 860px;\r\n  margin: 0 auto 36px auto;\r\n  text-align: center;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-title {\r\n  margin: 0 0 12px 0 !important;\r\n  padding: 0 !important;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: clamp(24px, 2.7vw, 35px) !important;\r\n  font-weight: 760 !important;\r\n  line-height: 1.22 !important;\r\n  letter-spacing: -0.025em !important;\r\n  color: #10201f !important;\r\n  text-align: center !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-soft .fgheartfontgenerator-section-title {\r\n  color: #ffffff !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-keyword-gradient {\r\n  background: linear-gradient(135deg, var(--fg-brand-1), var(--fg-brand-2), var(--fg-brand-3));\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  background-clip: text;\r\n  display: inline-block;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-soft .fgheartfontgenerator-keyword-gradient {\r\n  background: linear-gradient(135deg, #ffffff 0%, #efffff 50%, #dff7f8 100%);\r\n  -webkit-background-clip: text;\r\n  -webkit-text-fill-color: transparent;\r\n  background-clip: text;\r\n  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-subtitle {\r\n  margin: 0 auto !important;\r\n  padding: 0 !important;\r\n  max-width: 760px;\r\n  text-align: center !important;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: clamp(15px, 1.45vw, 17px) !important;\r\n  font-weight: 400 !important;\r\n  line-height: 1.68 !important;\r\n  color: var(--fg-muted) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-soft .fgheartfontgenerator-section-subtitle {\r\n  color: rgba(255, 255, 255, 0.90) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid {\r\n  display: grid !important;\r\n  grid-template-columns: repeat(3, minmax(0, 1fr));\r\n  gap: 22px;\r\n  align-items: stretch;\r\n  width: 100%;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-second-grid {\r\n  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card {\r\n  --card-c1: var(--fg-brand-1);\r\n  --card-c2: var(--fg-brand-2);\r\n  --card-soft: var(--fg-soft);\r\n  --card-glow: var(--fg-glow);\r\n  --fg-mx: 50%;\r\n  --fg-my: 18%;\r\n  --fg-tilt-x: 0deg;\r\n  --fg-tilt-y: 0deg;\r\n  position: relative;\r\n  width: 100%;\r\n  min-height: 100%;\r\n  display: flex !important;\r\n  flex-direction: column;\r\n  padding: 26px;\r\n  border: 1px solid var(--fg-border);\r\n  border-radius: var(--fg-radius);\r\n  background:\r\n    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--card-glow), transparent 34%),\r\n    linear-gradient(180deg, rgba(255,255,255,0.99), rgba(255,255,255,0.94));\r\n  box-shadow: var(--fg-shadow);\r\n  transform: translateY(18px);\r\n  opacity: 0;\r\n  transition: transform 420ms ease, opacity 420ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;\r\n  overflow: hidden;\r\n  isolation: isolate;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(1) {\r\n  --card-c1: #E11D48;\r\n  --card-c2: #FB7185;\r\n  --card-soft: #fff1f2;\r\n  --card-glow: rgba(225,29,72,.16);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(2) {\r\n  --card-c1: #0f766e;\r\n  --card-c2: #2dd4bf;\r\n  --card-soft: rgba(204, 251, 241, 0.96);\r\n  --card-glow: rgba(20, 184, 166, 0.17);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(3) {\r\n  --card-c1: #2563eb;\r\n  --card-c2: #06b6d4;\r\n  --card-soft: rgba(224, 242, 254, 0.96);\r\n  --card-glow: rgba(37, 99, 235, 0.15);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(4) {\r\n  --card-c1: #7c3aed;\r\n  --card-c2: #a855f7;\r\n  --card-soft: rgba(243, 232, 255, 0.96);\r\n  --card-glow: rgba(124, 58, 237, 0.15);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(5) {\r\n  --card-c1: #f97316;\r\n  --card-c2: #f59e0b;\r\n  --card-soft: rgba(255, 247, 237, 0.96);\r\n  --card-glow: rgba(249, 115, 22, 0.15);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(6) {\r\n  --card-c1: #db2777;\r\n  --card-c2: #ec4899;\r\n  --card-soft: rgba(252, 231, 243, 0.96);\r\n  --card-glow: rgba(219, 39, 119, 0.15);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(7) {\r\n  --card-c1: #0891b2;\r\n  --card-c2: #22c55e;\r\n  --card-soft: rgba(236, 253, 245, 0.96);\r\n  --card-glow: rgba(34, 197, 94, 0.16);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid .fgheartfontgenerator-feature-card:nth-child(8) {\r\n  --card-c1: #4f46e5;\r\n  --card-c2: #06b6d4;\r\n  --card-soft: rgba(238, 242, 255, 0.96);\r\n  --card-glow: rgba(79, 70, 229, 0.15);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card.fgheartfontgenerator-card-visible {\r\n  transform: translateY(0);\r\n  opacity: 1;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card::before,\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  pointer-events: none;\r\n  z-index: 0;\r\n  transition: opacity 320ms ease, transform 420ms ease, width 320ms ease, height 320ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card::before {\r\n  width: 180px;\r\n  height: 180px;\r\n  right: -78px;\r\n  top: -78px;\r\n  border-radius: 999px;\r\n  background: radial-gradient(circle, var(--card-glow), transparent 72%);\r\n  opacity: 0;\r\n  transform: scale(0.76);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card::after {\r\n  width: 0;\r\n  height: 3px;\r\n  left: 26px;\r\n  bottom: 0;\r\n  border-radius: 999px;\r\n  background: linear-gradient(90deg, var(--card-c1), var(--card-c2));\r\n  opacity: 0;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card:hover {\r\n  border-color: rgba(15, 23, 42, 0.16);\r\n  box-shadow: 0 24px 58px var(--card-glow);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card:hover::before {\r\n  opacity: 1;\r\n  transform: scale(1);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap {\r\n  width: 72px !important;\r\n  height: 72px !important;\r\n  min-width: 72px !important;\r\n  min-height: 72px !important;\r\n  display: inline-flex !important;\r\n  align-items: center !important;\r\n  justify-content: center !important;\r\n  flex: 0 0 auto !important;\r\n  border-radius: 22px;\r\n  margin: 0 0 20px 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  border: none !important;\r\n  overflow: visible !important;\r\n  isolation: isolate;\r\n  background: transparent !important;\r\n  color: var(--card-c1) !important;\r\n  transition: transform 280ms ease, border-radius 280ms ease, color 280ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap::before {\r\n  content: \"\";\r\n  position: absolute;\r\n  inset: 0;\r\n  border-radius: 22px;\r\n  background:\r\n    linear-gradient(145deg, rgba(255,255,255,0.96), var(--card-soft)),\r\n    radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%);\r\n  border: 1px solid rgba(255,255,255,0.76);\r\n  box-shadow:\r\n    inset 0 1px 0 rgba(255,255,255,0.96),\r\n    0 12px 26px rgba(15, 23, 42, 0.08),\r\n    0 0 0 6px rgba(15, 23, 42, 0.035);\r\n  z-index: 1;\r\n  transition: transform 280ms ease, border-radius 280ms ease, background 280ms ease, box-shadow 280ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap::after {\r\n  display: none !important;\r\n  content: none !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap i {\r\n  font-size: 26px !important;\r\n  line-height: 1 !important;\r\n  display: inline-block !important;\r\n  position: relative;\r\n  z-index: 3;\r\n  color: var(--card-c1) !important;\r\n  -webkit-text-fill-color: var(--card-c1) !important;\r\n  background: none !important;\r\n  filter: none !important;\r\n  transition: transform 280ms ease, color 280ms ease, -webkit-text-fill-color 280ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-title {\r\n  margin: 0 0 11px 0 !important;\r\n  padding: 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: 18.5px !important;\r\n  font-weight: 620 !important;\r\n  line-height: 1.35 !important;\r\n  letter-spacing: -0.01em !important;\r\n  color: #10201f !important;\r\n  transition: color 260ms ease, transform 260ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-title::after {\r\n  content: \"\";\r\n  display: block;\r\n  width: 0;\r\n  height: 2px;\r\n  margin-top: 9px;\r\n  border-radius: 20px;\r\n  background: linear-gradient(90deg, var(--card-c1), var(--card-c2));\r\n  transition: width 300ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-text {\r\n  margin: 0 !important;\r\n  padding: 0 !important;\r\n  position: relative;\r\n  z-index: 1;\r\n  font-family: var(--fg-font) !important;\r\n  font-size: 15px !important;\r\n  font-weight: 400 !important;\r\n  line-height: 1.72 !important;\r\n  color: var(--fg-muted) !important;\r\n  flex: 1 1 auto;\r\n  transition: transform 260ms ease, color 260ms ease;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover {\r\n  transform: translateY(-8px) translateX(5px) rotate(-0.7deg);\r\n  background:\r\n    radial-gradient(circle at 92% 18%, var(--card-glow), transparent 28%),\r\n    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.96)) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover::after {\r\n  width: 62px;\r\n  opacity: 1;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap {\r\n  transform: translateY(-7px) translateX(5px) rotate(-5deg) scale(1.06);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap::before {\r\n  border-radius: 28px 16px 28px 16px;\r\n  background: linear-gradient(145deg, var(--card-c1), var(--card-c2)) !important;\r\n  box-shadow:\r\n    0 16px 34px var(--card-glow),\r\n    0 0 0 6px rgba(15, 23, 42, 0.06),\r\n    inset 0 1px 0 rgba(255,255,255,0.28) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap i {\r\n  color: #ffffff !important;\r\n  -webkit-text-fill-color: #ffffff !important;\r\n  transform: scale(1.12) rotate(5deg);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateX(5px);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title::after {\r\n  width: 50px;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-one .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-text {\r\n  transform: translateX(5px);\r\n  color: #4d6262 !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card {\r\n  transform-style: preserve-3d;\r\n  perspective: 900px;\r\n  border: 1.5px solid rgba(255, 255, 255, 0.45) !important;\r\n  background:\r\n    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.58), transparent 36%),\r\n    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)) !important;\r\n  backdrop-filter: blur(10px);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card::after {\r\n  left: 50%;\r\n  bottom: auto;\r\n  top: 0;\r\n  width: 0;\r\n  height: 4px;\r\n  transform: translateX(-50%);\r\n  opacity: 0;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover {\r\n  transform: translateY(-9px) rotateX(var(--fg-tilt-y)) rotateY(var(--fg-tilt-x));\r\n  border-color: rgba(255,255,255,0.92) !important;\r\n  box-shadow:\r\n    0 26px 62px rgba(15, 23, 42, 0.18),\r\n    0 0 0 3px rgba(255,255,255,0.22),\r\n    0 0 0 8px rgba(255,255,255,0.10) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover::after {\r\n  width: calc(100% - 52px);\r\n  opacity: 1;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap {\r\n  transform: translateZ(20px) translateY(-7px) scale(1.07);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap::before {\r\n  border-radius: 50%;\r\n  background: linear-gradient(145deg, var(--card-c1), var(--card-c2)) !important;\r\n  box-shadow:\r\n    0 16px 36px var(--card-glow),\r\n    0 0 0 7px rgba(255,255,255,0.14),\r\n    inset 0 1px 0 rgba(255,255,255,0.32) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap i {\r\n  color: #ffffff !important;\r\n  -webkit-text-fill-color: #ffffff !important;\r\n  transform: rotateY(180deg) scale(1.1);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateY(-3px);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title::after {\r\n  width: 52px;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-two .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-text {\r\n  color: #4d6262 !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card::before {\r\n  width: 120px;\r\n  height: 120px;\r\n  right: 18px;\r\n  top: 18px;\r\n  border-radius: 999px;\r\n  background: radial-gradient(circle, var(--card-glow), transparent 70%);\r\n  opacity: 0;\r\n  transform: scale(0.7);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card::after {\r\n  width: 10px;\r\n  height: 10px;\r\n  left: auto;\r\n  right: 24px;\r\n  bottom: 24px;\r\n  border-radius: 999px;\r\n  background: linear-gradient(135deg, var(--card-c1), var(--card-c2));\r\n  opacity: 0;\r\n  transform: scale(0.4);\r\n  box-shadow: 0 0 0 0 var(--card-glow);\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover {\r\n  transform: translateY(-7px) scale(1.012) !important;\r\n  border-color: rgba(15, 23, 42, 0.16) !important;\r\n  box-shadow: 0 24px 58px var(--card-glow) !important;\r\n  background:\r\n    radial-gradient(circle at 88% 18%, var(--card-glow), transparent 28%),\r\n    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0.96)) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover::before {\r\n  opacity: 1 !important;\r\n  transform: scale(1) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover::after {\r\n  opacity: 1 !important;\r\n  transform: scale(1) !important;\r\n  box-shadow: 0 0 0 8px rgba(15, 23, 42, 0.035) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap {\r\n  transform: translateY(-8px) scale(1.065) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap::before {\r\n  border-radius: 50% !important;\r\n  background:\r\n    linear-gradient(145deg, rgba(255,255,255,0.96), var(--card-soft)),\r\n    radial-gradient(circle at 24% 18%, rgba(255,255,255,1), transparent 42%) !important;\r\n  box-shadow:\r\n    inset 0 1px 0 rgba(255,255,255,0.96),\r\n    0 14px 30px var(--card-glow),\r\n    0 0 0 6px rgba(15, 23, 42, 0.035) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-icon-wrap i {\r\n  color: var(--card-c1) !important;\r\n  -webkit-text-fill-color: var(--card-c1) !important;\r\n  transform: translateY(-1px) scale(1.12) rotate(5deg) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title {\r\n  color: var(--card-c1) !important;\r\n  transform: translateY(-3px) !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-title::after {\r\n  width: 56px !important;\r\n}\r\n\r\n.fgheartfontgenerator-content-wrapper .fgheartfontgenerator-interaction-three .fgheartfontgenerator-feature-card:hover .fgheartfontgenerator-card-text {\r\n  transform: translateY(-2px) !important;\r\n  color: #4d6262 !important;\r\n}\r\n\r\n@media (max-width: 1100px) {\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-second-grid {\r\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\r\n  }\r\n}\r\n\r\n@media (max-width: 980px) {\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-content-section {\r\n    padding: 64px 18px;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid {\r\n    grid-template-columns: repeat(2, minmax(0, 1fr));\r\n  }\r\n}\r\n\r\n@media (max-width: 640px) {\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-content-section {\r\n    padding: 52px 16px;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-section-heading-wrap {\r\n    margin-bottom: 28px;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-grid,\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-second-grid {\r\n    grid-template-columns: 1fr !important;\r\n    gap: 18px;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-feature-card {\r\n    padding: 24px;\r\n    border-radius: 20px;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap {\r\n    width: 60px !important;\r\n    height: 60px !important;\r\n    min-width: 60px !important;\r\n    min-height: 60px !important;\r\n    border-radius: 20px !important;\r\n    margin-bottom: 18px !important;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap::before {\r\n    border-radius: 20px !important;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-icon-wrap i {\r\n    font-size: 21px !important;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-title {\r\n    font-size: 18px !important;\r\n  }\r\n\r\n  .fgheartfontgenerator-content-wrapper .fgheartfontgenerator-card-text {\r\n    font-size: 15px !important;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<section class=\"fgheartfontgenerator-content-section fgheartfontgenerator-section-white fgheartfontgenerator-interaction-one\">\r\n<div class=\"fgheartfontgenerator-inner-container\">\r\n\r\n<div class=\"fgheartfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fgheartfontgenerator-section-title\">What Is a <span class=\"fgheartfontgenerator-keyword-gradient\">Heart Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fgheartfontgenerator-section-subtitle\">A Heart Font Generator turns normal text into romantic, soft, cute, and expressive font styles for bios, captions, names, posts, profiles, and creative designs.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fgheartfontgenerator-card-grid\">\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-heart-pulse\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Heart Style Output<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">A Heart Font Generator converts plain words into romantic, soft, cute, and expressive text that feels more unique, expressive, and useful for creative pages.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-swatchbook\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Creative Font Variations<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Users can explore different heart looks for names, captions, headings, bios, comments, and short social posts.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-bezier-curve\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Decorative Letter Style<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">The generated output helps normal letters feel more visual, polished, and memorable without manual design work.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-i-cursor\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Simple Text Input<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Users only need to type or paste normal text, and the tool instantly creates heart-style font versions.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-clipboard\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Copy and Paste Ready<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Generated font styles can be copied quickly and pasted into social media, messaging apps, profiles, or content editors.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-layer-group\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Multiple Style Choices<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">A good generator gives users multiple options so they can match the style with their mood, brand, profile, or design idea.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<section class=\"fgheartfontgenerator-content-section fgheartfontgenerator-section-soft fgheartfontgenerator-interaction-two\">\r\n<div class=\"fgheartfontgenerator-inner-container\">\r\n\r\n<div class=\"fgheartfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fgheartfontgenerator-section-title\">Why Use a <span class=\"fgheartfontgenerator-keyword-gradient\">Heart Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fgheartfontgenerator-section-subtitle\">It helps users create attractive styled text without design software, font downloads, or manually searching for special characters.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fgheartfontgenerator-card-grid fgheartfontgenerator-second-grid\">\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-bolt-lightning\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Fast Style Creation<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Users can create heart-style fonts quickly instead of designing each letter or searching for special characters manually.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-star\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Better Visual Appeal<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Styled text helps plain words stand out with a stronger mood, better personality, and more attractive presentation.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-mobile-screen-button\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Social Media Friendly<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">The generated styles can be used on Instagram, TikTok, Facebook, Discord, WhatsApp, and other popular platforms.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-gem\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Personal Expression<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">It helps users express a theme, mood, fandom, aesthetic, or creative personality through simple text styling.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-shapes\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Symbol Decoration<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Many styles include decorative symbols, spacing effects, and special characters for a more polished visual result.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-id-badge\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Username Ideas<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Generated styles can make usernames, display names, nicknames, and profile headings look more unique and memorable.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-comments\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Caption Styling<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Stylish text can improve captions, comments, quotes, and status updates by making them more expressive and eye-catching.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-border-all\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Multiple Options<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">A useful generator shows several variations at once so users can compare, copy, and test the best-looking version.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<section class=\"fgheartfontgenerator-content-section fgheartfontgenerator-section-white fgheartfontgenerator-interaction-three\">\r\n<div class=\"fgheartfontgenerator-inner-container\">\r\n\r\n<div class=\"fgheartfontgenerator-section-heading-wrap\">\r\n<h2 class=\"fgheartfontgenerator-section-title\">How to Use a <span class=\"fgheartfontgenerator-keyword-gradient\">Heart Font Generator<\/span>?<\/h2>\r\n<h3 class=\"fgheartfontgenerator-section-subtitle\">Type your text, choose a font style, preview the output, copy your favorite version, and paste it wherever you want.<\/h3>\r\n<\/div>\r\n\r\n<div class=\"fgheartfontgenerator-card-grid\">\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-pen-to-square\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Enter Your Text<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Start by typing a name, phrase, caption, quote, username, message, or short line that you want to style.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-list-check\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Choose a Font Style<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Look through the generated font styles and choose the version that best matches your profile, post, or design idea.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-magnifying-glass\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Preview the Result<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Check how the font looks before using it, especially when the output includes symbols, spacing, or fancy characters.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-paste\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Copy the Text<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Use the copy option to grab the selected font style without manually highlighting or retyping the output.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-share-from-square\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Paste Anywhere<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Paste the styled text into bios, comments, captions, usernames, posts, messages, or design tools.<\/p>\r\n<\/article>\r\n\r\n<article class=\"fgheartfontgenerator-feature-card\">\r\n<div class=\"fgheartfontgenerator-icon-wrap\">\r\n<i class=\"fa-solid fa-repeat\"><\/i>\r\n<\/div>\r\n<h4 class=\"fgheartfontgenerator-card-title\">Try More Styles<\/h4>\r\n<p class=\"fgheartfontgenerator-card-text\">Try different text lengths, styles, and symbols until the final version feels clear, attractive, and ready to use.<\/p>\r\n<\/article>\r\n\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n\r\n<script>\r\n(function () {\r\n  var wrapper = document.querySelector(\".fgheartfontgenerator-content-wrapper\");\r\n  if (!wrapper) { return; }\r\n\r\n  var cards = wrapper.querySelectorAll(\".fgheartfontgenerator-feature-card\");\r\n\r\n  if (\"IntersectionObserver\" in window) {\r\n    var observer = new IntersectionObserver(function (entries) {\r\n      entries.forEach(function (entry) {\r\n        if (entry.isIntersecting) {\r\n          entry.target.classList.add(\"fgheartfontgenerator-card-visible\");\r\n          observer.unobserve(entry.target);\r\n        }\r\n      });\r\n    }, { threshold: 0.16 });\r\n\r\n    cards.forEach(function (card, index) {\r\n      card.style.transitionDelay = (index % 8) * 45 + \"ms\";\r\n      observer.observe(card);\r\n    });\r\n  } else {\r\n    cards.forEach(function (card) {\r\n      card.classList.add(\"fgheartfontgenerator-card-visible\");\r\n    });\r\n  }\r\n\r\n  cards.forEach(function (card) {\r\n    card.addEventListener(\"mousemove\", function (event) {\r\n      var rect = card.getBoundingClientRect();\r\n      var x = ((event.clientX - rect.left) \/ rect.width) * 100;\r\n      var y = ((event.clientY - rect.top) \/ rect.height) * 100;\r\n      var tiltX = ((x - 50) \/ 50) * 2.4;\r\n      var tiltY = ((50 - y) \/ 50) * 2.4;\r\n      card.style.setProperty(\"--fg-mx\", x.toFixed(2) + \"%\");\r\n      card.style.setProperty(\"--fg-my\", y.toFixed(2) + \"%\");\r\n      card.style.setProperty(\"--fg-tilt-x\", tiltX.toFixed(2) + \"deg\");\r\n      card.style.setProperty(\"--fg-tilt-y\", tiltY.toFixed(2) + \"deg\");\r\n    });\r\n\r\n    card.addEventListener(\"mouseleave\", function () {\r\n      card.style.setProperty(\"--fg-mx\", \"50%\");\r\n      card.style.setProperty(\"--fg-my\", \"18%\");\r\n      card.style.setProperty(\"--fg-tilt-x\", \"0deg\");\r\n      card.style.setProperty(\"--fg-tilt-y\", \"0deg\");\r\n    });\r\n  });\r\n})();\r\n<\/script>\r\n\r\n<\/div>\r\n\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-homepage.php","meta":{"footnotes":""},"class_list":["post-5622","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5622","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/comments?post=5622"}],"version-history":[{"count":5,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5622\/revisions"}],"predecessor-version":[{"id":5639,"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/pages\/5622\/revisions\/5639"}],"wp:attachment":[{"href":"https:\/\/fonttor.com\/wp-json\/wp\/v2\/media?parent=5622"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}