{"id":6,"date":"2025-10-03T05:17:55","date_gmt":"2025-10-03T05:17:55","guid":{"rendered":"https:\/\/easytoolsforu.com\/?page_id=6"},"modified":"2026-02-01T07:42:00","modified_gmt":"2026-02-01T12:42:00","slug":"home","status":"publish","type":"page","link":"https:\/\/easytoolsforu.com\/","title":{"rendered":"home"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n  <head>\n    <meta charset=\"UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    <title>\n     Easy Tools For U, All Finance Calculator, PDF, Images Tools\n    <\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link\n      rel=\"stylesheet\"\n      href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\n    \/>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <script>\n      tailwind.config = {\n        theme: {\n          extend: {\n            colors: {\n              primary: \"#1e40af\",\n              secondary: \"#0ea5e9\",\n              accent: \"#f59e0b\",\n              success: \"#10b981\",\n              warning: \"#f59e0b\",\n              error: \"#ef4444\",\n            },\n          },\n        },\n      };\n    <\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n    <link\n      href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\"\n      rel=\"stylesheet\"\n    \/>\n    <style>\n      * {\n        font-family: \"Inter\", sans-serif;\n      }\n      .gradient-bg {\n        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n      }\n      .card-hover {\n        transition: all 0.3s ease;\n      }\n      .card-hover:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n      }\n      .fade-in {\n        opacity: 0;\n        transform: translateY(30px);\n        transition: all 0.6s ease;\n      }\n      .fade-in.visible {\n        opacity: 1;\n        transform: translateY(0);\n      }\n      .stats-counter {\n        font-size: 2.5rem;\n        font-weight: 800;\n        color: #1e40af;\n      }\n.site-full-width-container .site-content .woostify-container{\nmargin: 0 !important;\n    padding: 0 !important;\n}\n#view{\nmargin: 0 !important;\n    padding: 0 !important;\n}\n.site-content {\n    margin:  0 !important;\n}\nbutton{border: none}\n\n\nfooter .flex{\njustify-content: start;\n}\n .footer-social a{\njustify-content: center;\n}\n.seo-content{\n  display: none;\n}\n    <\/style>\n  <\/head>\n  <body class=\"bg-gray-50\">\n    <!-- Navigation -->\n    <nav class=\"fixed top-0 z-50 w-full bg-white shadow-lg\">\n      <div class=\"px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <div class=\"flex items-center justify-between \">\n          <!-- Logo -->\n          <a   href=\"\/\" class=\"flex items-center space-x-2\">\n             <img decoding=\"async\" style=\"max-height: 80px;\"  src=\"https:\/\/easytoolsforu.com\/wp-content\/uploads\/2025\/12\/cropped-Rayala.png\" alt=\"\">\n          <\/a>\n\n          <!-- Desktop Menu -->\n          <div class=\"hidden md:block\">\n            <div class=\"flex items-baseline ml-10 space-x-8\">\n              <a href=\"\/\" class=\"text-gray-700 transition hover:text-primary\"\n                >Home<\/a\n              >\n              <a\n                href=\"#about\"\n                class=\"text-gray-700 transition hover:text-primary\"\n                >About<\/a\n              >\n              <a\n                href=\"#tools\"\n                class=\"text-gray-700 transition hover:text-primary\"\n                >Tools<\/a\n              >\n              <a\n                href=\"#features\"\n                class=\"text-gray-700 transition hover:text-primary\"\n                >Features<\/a\n              >\n              <a\n                href=\"\/contact\/\"\n                class=\"text-gray-700 transition hover:text-primary\"\n                >Contact<\/a\n              >\n            <\/div>\n          <\/div>\n\n          <!-- Mobile Menu Button -->\n          <div class=\"md:hidden\">\n            <button\n              id=\"mobile-menu-button\"\n              class=\"text-gray-700 hover:text-primary focus:outline-none\"\n            >\n              <svg\n                class=\"w-6 h-6\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                viewBox=\"0 0 24 24\"\n              >\n                <path\n                  stroke-linecap=\"round\"\n                  stroke-linejoin=\"round\"\n                  stroke-width=\"2\"\n                  d=\"M4 6h16M4 12h16M4 18h16\"\n                ><\/path>\n              <\/svg>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Mobile Menu (hidden by default) -->\n      <div\n        id=\"mobile-menu\"\n        class=\"hidden bg-white border-t border-gray-200 md:hidden\"\n      >\n        <div class=\"px-4 py-3 space-y-2\">\n          <a href=\"\/\" class=\"block text-gray-700 hover:text-primary\">Home<\/a>\n          <a href=\"#about\" class=\"block text-gray-700 hover:text-primary\"\n            >About<\/a\n          >\n          <a href=\"#tools\" class=\"block text-gray-700 hover:text-primary\"\n            >Tools<\/a\n          >\n          <a href=\"#features\" class=\"block text-gray-700 hover:text-primary\"\n            >Features<\/a\n          >\n          <a href=\"\/contact\/\" class=\"block text-gray-700 hover:text-primary\"\n            >Contact<\/a\n          >\n          <a href=\"\/contact\/\" class=\"block text-gray-700 hover:text-primary\"\n            >Contact<\/a\n          >\n        <\/div>\n      <\/div>\n    <\/nav>\n\n    <script>\n      const btn = document.getElementById(\"mobile-menu-button\");\n      const menu = document.getElementById(\"mobile-menu\");\n\n      btn.addEventListener(\"click\", () => {\n        menu.classList.toggle(\"hidden\");\n      });\n    <\/script>\n\n    <!-- Hero Section -->\n    <section\n      id=\"hero\"\n      class=\"relative pt-16 pb-32 overflow-hidden text-white bg-gradient-to-br from-blue-900 via-indigo-800 to-purple-900\"\n    >\n      <div class=\"absolute inset-0 opacity-20\">\n        <img decoding=\"async\"\n          src=\"https:\/\/via.placeholder.com\/1920x1080?text=Financial+Charts+Background\"\n          alt=\"Financial Charts Background\"\n          class=\"object-cover w-full h-full\"\n        \/>\n      <\/div>\n      <div class=\"relative z-10 px-4 py-24 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <div class=\"text-center hero-fade-in\">\n          <h2 class=\"mb-6 text-5xl font-extrabold tracking-tight text-white md:text-7xl\">\n            Easy Tools For U\n            <span class=\"px-2 text-yellow-400 rounded bg-yellow-400\/20\"\n              >Financial Future<\/span\n            >\n          <\/h2>\n          <p\n            class=\"max-w-4xl mx-auto mb-10 text-xl font-light leading-relaxed text-gray-100 md:text-3xl\"\n          >\n            Unlock professional-grade finance calculators, investment planners,\n            and analytical tools to make data-driven decisions and accelerate\n            your path to financial independence.\n          <\/p>\n          <div class=\"flex flex-col justify-center gap-6 mb-16 sm:flex-row\">\n            <a\n              href=\"#tools\"\n              class=\"px-10 py-4 font-bold text-gray-900 transition duration-300 transform bg-yellow-400 rounded-full shadow-lg hover:bg-yellow-500 hover:scale-105 hover:shadow-xl\"\n            >\n              Explore Tools Now\n            <\/a>\n            <a\n              href=\"https:\/\/easytoolsforu.com\/blog\/\"\n              class=\"px-10 py-4 font-bold text-yellow-400 transition duration-300 border-2 border-yellow-400 rounded-full hover:bg-yellow-400 hover:text-gray-900\"\n            >\n             New Blog\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Featured Charts\/Images -->\n        <div\n          class=\"grid grid-cols-1 gap-8 mt-16 md:grid-cols-3 hero-content-slide\"\n        >\n          <div\n            class=\"p-6 transition duration-300 transform shadow-xl bg-white\/10 backdrop-blur-md rounded-xl hover:scale-105\"\n          >\n            <img decoding=\"async\"\n              src=\"https:\/\/img.freepik.com\/premium-vector\/investment-growth_100147-661.jpg\"\n              alt=\"Investment Growth Chart\"\n              class=\"object-cover w-full h-40 mb-4 rounded-lg\"\n            \/>\n            <h3 class=\"mb-2 text-xl font-semibold text-white\">Investment Growth<\/h3>\n            <p class=\"text-gray-300\">\n              Track compound interest and portfolio performance with interactive\n              charts.\n            <\/p>\n          <\/div>\n          <div\n            class=\"p-6 transition duration-300 transform shadow-xl bg-white\/10 backdrop-blur-md rounded-xl hover:scale-105\"\n          >\n            <img decoding=\"async\"\n              src=\"https:\/\/www.affiancefinancial.com\/sites\/affiancefinancial.us1.advisor.ws\/files\/styles\/slider_s\/public\/images\/05_2024_may_blog_post_retirement_planning_by_decade_blog_image.jpg.webp?itok=YilRBGdZ\"\n              alt=\"Retirement Planning Graph\"\n              class=\"object-cover w-full h-40 mb-4 rounded-lg\"\n            \/>\n            <h3 class=\"mb-2 text-xl font-semibold text-white\">Retirement Planning<\/h3>\n            <p class=\"text-gray-300\">\n              Visualize your savings trajectory and retirement goals.\n            <\/p>\n          <\/div>\n          <div\n            class=\"p-6 transition duration-300 transform shadow-xl bg-white\/10 backdrop-blur-md rounded-xl hover:scale-105\"\n          >\n            <img decoding=\"async\"\n              src=\"https:\/\/cdn.boldbi.com\/wp\/pages\/dashboards\/marketing\/online-marketing.png\"\n              alt=\"Market Analysis Dashboard\"\n              class=\"object-cover w-full h-40 mb-4 rounded-lg\"\n            \/>\n            <h3 class=\"mb-2 text-xl font-semibold text-white\">Market Analysis<\/h3>\n            <p class=\"text-gray-300\">\n              Analyze trends with real-time data visualizations.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- JavaScript for Animations and Counters -->\n\n    <!-- About Section -->\n    <section\n      id=\"about\"\n      class=\"relative py-24 overflow-hidden bg-gradient-to-b from-white to-gray-100\"\n    >\n      <!-- Background Pattern -->\n      <div class=\"absolute inset-0 opacity-5\">\n        <svg\n          class=\"w-full h-full\"\n          viewBox=\"0 0 1440 320\"\n          preserveAspectRatio=\"none\"\n        >\n          <path\n            fill=\"#4b5563\"\n            fill-opacity=\"0.3\"\n            d=\"M0,64L48,80C96,96,192,128,288,149.3C384,171,480,181,576,170.7C672,160,768,128,864,117.3C960,107,1056,117,1152,128C1248,139,1344,149,1392,154.7L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"\n          ><\/path>\n        <\/svg>\n      <\/div>\n\n      <div class=\"relative z-10 px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <!-- Header with Image -->\n        <div class=\"mb-16 text-center about-fade-in\">\n          <h2\n            class=\"mb-4 text-4xl font-extrabold tracking-tight text-gray-900 md:text-5xl\"\n          >\n            Why\n            <span class=\"text-yellow-600\">EasyToolsForU<\/span> Stands\n            Out\n          <\/h2>\n          <p\n            class=\"max-w-4xl mx-auto mb-8 text-xl leading-relaxed text-gray-600 md:text-2xl\"\n          >\n            Empowering you with cutting-edge financial tools, unmatched\n            accuracy, and a seamless experience to take control of your\n            financial future.\n          <\/p>\n          <div class=\"max-w-3xl mx-auto about-image\">\n            <img decoding=\"async\"\n              src=\"https:\/\/static-assets.business.amazon.com\/assets\/in\/2nd-feb-2024\/shared\/sfm1.png.transform\/width-2216\/image.jpg\"\n              alt=\"Financial planning illustration with charts and calculators\"\n              class=\"w-full h-auto rounded-lg shadow-lg about-image-anim\"\n            \/>\n          <\/div>\n        <\/div>\n\n        <!-- About Cards -->\n        <div class=\"grid grid-cols-1 gap-8 md:grid-cols-3\">\n          <!-- Card 1: Precision & Accuracy -->\n          <div\n            class=\"relative p-6 transition-all duration-300 bg-white border-t-4 border-yellow-600 rounded-lg shadow-md about-card hover:shadow-lg\"\n          >\n            <div\n              class=\"absolute flex items-center justify-center w-12 h-12 text-white transform -translate-x-1\/2 bg-yellow-600 rounded-full -top-4 left-1\/2\"\n            >\n              <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mt-8 mb-3 text-xl font-semibold text-gray-900\">\n              Precision &#038; Accuracy\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Our tools leverage industry-standard formulas, rigorously tested\n              and updated to deliver reliable financial calculations you can\n              trust.\n            <\/p>\n          <\/div>\n\n          <!-- Card 2: Seamless Experience -->\n          <div\n            class=\"relative p-6 transition-all duration-300 bg-white border-t-4 border-blue-600 rounded-lg shadow-md about-card hover:shadow-lg\"\n          >\n            <div\n              class=\"absolute flex items-center justify-center w-12 h-12 text-white transform -translate-x-1\/2 bg-blue-600 rounded-full -top-4 left-1\/2\"\n            >\n              <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  d=\"M13 6a3 3 0 11-6 0 3 3 0 016 0zM18 8a2 2 0 11-4 0 2 2 0 014 0zM14 15a4 4 0 00-8 0v3h8v-3z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mt-8 mb-3 text-xl font-semibold text-gray-900\">\n              Seamless Experience\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Designed for simplicity, our intuitive interface makes complex\n              financial planning accessible to everyone, no expertise needed.\n            <\/p>\n          <\/div>\n\n          <!-- Card 3: All-in-One Solution -->\n          <div\n            class=\"relative p-6 transition-all duration-300 bg-white border-t-4 border-green-600 rounded-lg shadow-md about-card hover:shadow-lg\"\n          >\n            <div\n              class=\"absolute flex items-center justify-center w-12 h-12 text-white transform -translate-x-1\/2 bg-green-600 rounded-full -top-4 left-1\/2\"\n            >\n              <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mt-8 mb-3 text-xl font-semibold text-gray-900\">\n              All-in-One Solution\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              From EMI calculators to retirement planning, our comprehensive\n              tools cover every aspect of personal and business finance.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Call to Action -->\n        <div class=\"mt-12 text-center about-fade-in\">\n          <a\n            href=\"#tools\"\n            class=\"inline-block px-8 py-3 font-bold text-white transition duration-300 transform bg-yellow-600 rounded-full shadow-lg hover:bg-yellow-700 hover:scale-105\"\n          >\n            Discover Our Tools\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <!-- CSS for Fallback Animations -->\n      <style>\n        \/* Fallback animations for about section *\/\n        .about-fade-in,\n        .about-card,\n        .about-image-anim {\n          opacity: 0;\n          transform: translateY(30px);\n          transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n        }\n\n        .about-fade-in.visible,\n        .about-card.visible,\n        .about-image-anim.visible {\n          opacity: 1;\n          transform: translateY(0);\n        }\n\n        \/* Staggered animation delays for cards and image *\/\n        .about-image-anim {\n          transition-delay: 0.1s;\n        }\n        .about-card:nth-child(1) {\n          transition-delay: 0.2s;\n        }\n        .about-card:nth-child(2) {\n          transition-delay: 0.4s;\n        }\n        .about-card:nth-child(3) {\n          transition-delay: 0.6s;\n        }\n\n        \/* Ensure Tailwind custom animations are defined *\/\n        @tailwind base;\n        @tailwind components;\n        @tailwind utilities;\n\n        @layer utilities {\n          .aboutFadeInUp {\n            animation: aboutFadeInUp 0.8s ease-out forwards;\n          }\n\n          @keyframes aboutFadeInUp {\n            0% {\n              opacity: 0;\n              transform: translateY(30px);\n            }\n            100% {\n              opacity: 1;\n              transform: translateY(0);\n            }\n          }\n        }\n      <\/style>\n\n      <!-- JavaScript for GSAP Animations -->\n      <script>\n        \/\/ Ensure GSAP animations are applied (assumes GSAP and ScrollTrigger are loaded)\n        document.addEventListener(\"DOMContentLoaded\", () => {\n          \/\/ Check if GSAP and ScrollTrigger are loaded\n          const isGSAPLoaded =\n            typeof gsap !== \"undefined\" && typeof ScrollTrigger !== \"undefined\";\n\n          if (isGSAPLoaded) {\n            console.log(\"Applying GSAP animations to About Section\");\n            \/\/ Fade-in animation for header, image, and CTA\n            gsap.fromTo(\n              \".about-fade-in, .about-image-anim\",\n              { opacity: 0, y: 30 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                ease: \"power2.out\",\n                scrollTrigger: {\n                  trigger: \".about-fade-in, .about-image-anim\",\n                  start: \"top 85%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n\n            \/\/ Staggered animations for about cards\n            gsap.fromTo(\n              \".about-card\",\n              { opacity: 0, y: 30 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                ease: \"power2.out\",\n                stagger: 0.2,\n                scrollTrigger: {\n                  trigger: \".about-card\",\n                  start: \"top 85%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n          } else {\n            console.log(\n              \"GSAP not loaded, using fallback CSS animations for About Section\"\n            );\n            \/\/ Fallback IntersectionObserver for CSS animations\n            const observerOptions = {\n              threshold: 0.1,\n              rootMargin: \"0px 0px -50px 0px\",\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n              entries.forEach((entry) => {\n                if (entry.isIntersecting) {\n                  entry.target.classList.add(\"visible\");\n                  observer.unobserve(entry.target);\n                }\n              });\n            }, observerOptions);\n\n            document\n              .querySelectorAll(\n                \".about-fade-in, .about-card, .about-image-anim\"\n              )\n              .forEach((el) => {\n                observer.observe(el);\n              });\n          }\n        });\n      <\/script>\n    <\/section>\n\n    <!-- Tools Section -->\n    <section id=\"tools\" class=\"py-20 bg-gray-50\">\n      <div class=\"px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <!-- Header and Search Bar -->\n        <div class=\"mb-16 text-center fade-in\">\n          <h2 class=\"mb-4 text-4xl font-bold text-gray-900\">\n            Professional Tools Suite\n          <\/h2>\n          <p class=\"max-w-3xl mx-auto text-xl text-gray-600\">\n            Explore our comprehensive suite of tools for finance, PDF editing,\n            image processing, calculators, typing, and code generation.\n          <\/p>\n          <!-- Search Bar and Filter -->\n          <div\n            class=\"flex flex-col items-center justify-center gap-4 mt-8 sm:flex-row\"\n          >\n            <input\n              type=\"text\"\n              id=\"tool-search\"\n              placeholder=\"Search tools...\"\n              class=\"w-full p-3 border border-gray-300 rounded-lg sm:w-96 focus:outline-none focus:ring-2 focus:ring-blue-500\"\n            \/>\n            <select\n              id=\"category-filter\"\n              class=\"p-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500\"\n            >\n              <option value=\"all\">All Categories<\/option>\n              <option value=\"finance\">Finance Tools<\/option>\n              <option value=\"pdf\">PDF Tools<\/option>\n              <option value=\"image\">Image Tools<\/option>\n              <option value=\"calculator\">Calculators<\/option>\n              <option value=\"typing\">Typing Tools<\/option>\n              <option value=\"code\">Code Generators<\/option>\n            <\/select>\n          <\/div>\n        <\/div>\n\n        <!-- Basic Personal Finance Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"finance\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Basic Personal Finance Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/loan_emi_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"loan-emi\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9zM4 13a1 1 0 011-1h1a1 1 0 110 2H5a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Loan EMI Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate monthly EMI for home, car, or personal loans with\n                interest rates.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/sip_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"sip\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-green-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                SIP Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Plan your systematic investment plan and calculate future\n                wealth.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/fd_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"fd\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-teal-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                FD Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate fixed deposit maturity amount and interest earned.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/rd_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"rd\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-yellow-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M8 5a1 1 0 100 2h5.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3a1 1 0 10-1.414 1.414L13.586 5H8zM12 15a1 1 0 100-2H6.414l1.293-1.293a1 1 0 10-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L6.414 15H12z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                RD Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate recurring deposit maturity and monthly savings growth.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/savings_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"savings-goal\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Savings Goal Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Plan how much to save monthly to achieve your financial goals.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/credit-card_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"credit-card\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-red-500 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Credit Card Payoff Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate how long it takes to pay off credit card debt.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Investment Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"finance\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Investment Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/stock\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"stock-calculator\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-green-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Stock Profit\/Loss Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate profit\/loss, percentage returns on stock investments.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/cacr\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"cagr\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                CAGR Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate compound annual growth rate of investments.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/mutual_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"mutual-fund\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-indigo-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Mutual Fund Return Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate mutual fund returns and plan investments.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/retirement_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"retirement\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Retirement Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Plan your retirement corpus and monthly savings needed.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/inflation_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"inflation\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-orange-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Inflation Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate impact of inflation on purchasing power over time.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/risk-reward\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"retirement\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-600 rounded-lg\"\n              >\n                <svg\n                  class=\"w-6 h-6\"\n                  fill=\"currentColor\"\n                  viewBox=\"0 0 20 20\"\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  aria-hidden=\"true\"\n                >\n                  <!-- Triangle warning shape -->\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 2L2 18h16L10 2zM9 8h2v5H9V8zm0 6h2v2H9v-2z\"\n                    clip-rule=\"evenodd\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Risk Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                risk assessment for investments based on volatility and returns.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Tax & Income Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"finance\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Tax &#038; Income Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/income_tax\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"income-tax\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-red-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1zm.008 9.057a1 1 0 011.276.61A5.002 5.002 0 0014.001 13H11a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0v-2.101a7.002 7.002 0 01-11.601-2.566 1 1 0 01.61-1.276z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Income Tax Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate income tax liability and plan tax-saving investments.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/hra_cal\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"hra\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-teal-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 2L3 7v11a1 1 0 001 1h3v-8h6v8h3a1 1 0 001-1V7l-7-5z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                HRA Exemption Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate HRA tax exemption and optimize your tax savings.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/gst\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"gst\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-yellow-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z\"\n                  \/>\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                GST Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate GST amount, inclusive and exclusive pricing.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/salary\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"salary-hourly\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-pink-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Salary to Hourly Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Convert annual salary to hourly wage and vice versa.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/Home-salary\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"take-home\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-gray-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M8 5a1 1 0 100 2h5.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3a1 1 0 10-1.414 1.414L13.586 5H8z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Take Home Salary Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate net salary after taxes and deductions.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/Wealth-tax\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"take-home\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-600 rounded-lg\"\n              >\n                <svg\n                  class=\"w-6 h-6\"\n                  fill=\"currentColor\"\n                  viewBox=\"0 0 24 24\"\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  aria-hidden=\"true\"\n                >\n                  <!-- Coin stack -->\n                  <ellipse cx=\"12\" cy=\"5\" rx=\"6\" ry=\"2\" \/>\n                  <path d=\"M6 5v6c0 1.1 2.7 2 6 2s6-.9 6-2V5\" \/>\n                  <path d=\"M6 11v6c0 1.1 2.7 2 6 2s6-.9 6-2v-6\" \/>\n                  <path d=\"M6 17v2c0 1.1 2.7 2 6 2s6-.9 6-2v-2\" \/>\n\n                  <!-- Currency (\u20b9) symbol -->\n                  <path\n                    d=\"M9 9h6M9 12h6M9 15h3.5c1.5 0 2.5-1 2.5-2.5S14 10 12.5 10H9\"\n                    stroke=\"currentColor\"\n                    stroke-width=\"1.2\"\n                    fill=\"none\"\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Wealth Tax \/ Property Tax Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate applicable taxes on assets or property.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Business Finance Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"finance\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Business Finance Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/breakeven\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"break-even\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-emerald-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 3a1 1 0 000 2v8a2 2 0 002 2h2.586l-1.293 1.293a1 1 0 101.414 1.414L10 15.414l2.293 2.293a1 1 0 001.414-1.414L12.414 15H15a2 2 0 002-2V5a1 1 0 100-2H3zm11.707 4.707a1 1 0 00-1.414-1.414L10 9.586 8.707 8.293a1 1 0 00-1.414 0l-2 2a1 1 0 001.414 1.414L8 10.414l1.293 1.293a1 1 0 001.414 0l4-4z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Break-Even Point Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate break-even point for your business operations.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/roi\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"roi\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-violet-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                ROI Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate return on investment for business decisions.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/Profit-margin\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"profit-margin\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-cyan-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582z\"\n                  \/>\n                  <path\n                    d=\"M11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z\"\n                  \/>\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Profit Margin Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate gross, operating, and net profit margins.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/currency_converter\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"currency\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-amber-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    d=\"M8 5a1 1 0 100 2h5.586l-1.293 1.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3a1 1 0 10-1.414 1.414L13.586 5H8zM12 15a1 1 0 100-2H6.414l1.293-1.293a1 1 0 10-1.414-1.414l-3 3a1 1 0 000 1.414l3 3a1 1 0 001.414-1.414L6.414 15H12z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Currency Converter\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Convert between different currencies with live rates.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/compound\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"compound-interest\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-lime-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Compound Interest Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate compound interest and investment growth over time.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/market-session\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"compound-interest\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-indigo-600 rounded-lg\"\n              >\n                <svg\n                  class=\"w-6 h-6\"\n                  fill=\"currentColor\"\n                  viewBox=\"0 0 20 20\"\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  aria-hidden=\"true\"\n                >\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm.75-12a.75.75 0 00-1.5 0v4.25c0 .414.336.75.75.75h3.5a.75.75 0 000-1.5h-2.75V6z\"\n                    clip-rule=\"evenodd\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Market Session Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                track global market sessions and trading hours\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Budgeting & Planning Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"finance\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Budgeting &#038; Planning Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-4\">\n            <a\n              href=\"\/monthly-budget\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"budget-planner\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-rose-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Monthly Budget Planner\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Plan and track your monthly income and expenses.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/expense\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"expense-tracker\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-slate-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Expense Tracker\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Track daily expenses and analyze spending patterns.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/net-worth\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"net-worth\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-emerald-700\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 2a1 1 0 011 1v2.101a7.002 7.002 0 0111.601 2.566 1 1 0 11-1.885.666A5.002 5.002 0 005.999 7H9a1 1 0 010 2H4a1 1 0 01-1-1V3a1 1 0 011-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Net Worth Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate your total assets minus liabilities.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/emergency\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"emergency-fund\"\n              data-category=\"finance\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-red-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Emergency Fund Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate how much emergency fund you should maintain.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- PDF Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"pdf\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            PDF Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            \n            <a\n              href=\"\/merge\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"merge-pdf\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-green-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Merge PDF\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Combine multiple PDF files into a single document.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/pdf_to_jpg\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"pdf-to-jpg\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-yellow-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm10 5a1 1 0 10-2 0v4a1 1 0 102 0V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                PDF to JPG\n              <\/h4>\n              <p class=\"text-gray-600\">Convert PDF pages to JPG images.<\/p>\n            <\/a>\n            <a\n              href=\"\/Word to PDF\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"word-to-pdf\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-red-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Word to PDF\n              <\/h4>\n              <p class=\"text-gray-600\">Convert Word documents to PDF format.<\/p>\n            <\/a>\n            <a\n              href=\"\/html_to_pdf\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"html-to-pdf\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                HTML to PDF\n              <\/h4>\n              <p class=\"text-gray-600\">Convert HTML files to PDF format.<\/p>\n            <\/a>\n            <a\n              href=\"\/jpg_to_pdf\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"jpg-to-pdf\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-teal-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm10 5a1 1 0 10-2 0v4a1 1 0 102 0V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                JPG to PDF\n              <\/h4>\n              <p class=\"text-gray-600\">Convert JPG images to PDF documents.<\/p>\n            <\/a>\n            <a\n              href=\"\/PDF to WORD\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"pdf-to-word\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-orange-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                PDF to Word\n              <\/h4>\n              <p class=\"text-gray-600\">Convert PDF documents to Word format.<\/p>\n            <\/a>\n            <a\n              href=\"\/pdf_editor\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"pdf-editor\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-indigo-700 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                PDF Editor\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Edit and annotate PDF documents with ease.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/Remove_pages_from_pdf\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"pdf-editor\"\n              data-category=\"pdf\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-indigo-700 rounded-lg\"\n              >\n                <svg\n                  class=\"w-6 h-6\"\n                  fill=\"currentColor\"\n                  viewBox=\"0 0 24 24\"\n                  xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n                  aria-hidden=\"true\"\n                >\n                  <!-- Document shape -->\n                  <path\n                    d=\"M6 2a2 2 0 00-2 2v16c0 1.1.9 2 2 2h8l6-6V4a2 2 0 00-2-2H6z\"\n                  \/>\n                  <!-- Folded corner -->\n                  <path d=\"M14 20v-6h6\" fill=\"currentColor\" \/>\n                  <!-- Minus symbol -->\n                  <rect x=\"8\" y=\"11\" width=\"8\" height=\"2\" rx=\"1\" fill=\"white\" \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Remove Pages from PDF\n              <\/h4>\n              <p class=\"text-gray-600\">\n                remove unwanted pages from your PDF documents.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Image Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"image\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Image Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/Image compressor\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"compress-image\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 3a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V5a2 2 0 00-2-2H4zm10 5a1 1 0 10-2 0v4a1 1 0 102 0V8z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Compress Image\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Reduce the file size of your images without losing quality.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/Merge_image\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"merge-image\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-green-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 3a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V5a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Merge Image\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Combine multiple images into a single image.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/image_to _pdf\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"image-to-pdf\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-yellow-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Image to PDF\n              <\/h4>\n              <p class=\"text-gray-600\">Convert images to PDF documents.<\/p>\n            <\/a>\n            <a\n              href=\"\/Image Resizer\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"image-resizer\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-red-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Image Resizer\n              <\/h4>\n              <p class=\"text-gray-600\">Resize images to desired dimensions.<\/p>\n            <\/a>\n            <a\n              href=\"\/bg\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"background-remover\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 3a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V5a2 2 0 00-2-2H4zm10 5a1 1 0 10-2 0v4a1 1 0 102 0V8z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Background Remover\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Remove backgrounds from images easily.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/add_text\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"background-remover\"\n              data-category=\"image\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 3a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V5a2 2 0 00-2-2H4zm10 5a1 1 0 10-2 0v4a1 1 0 102 0V8z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Add Text to Image\n              <\/h4>\n              <p class=\"text-gray-600\">Add custom text to your images.<\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Calculators -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"calculator\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Calculators\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/age\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"age-calculator\"\n              data-category=\"calculator\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-teal-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Age Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate your age or time between two dates.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/bmi\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"bmi-calculator\"\n              data-category=\"calculator\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-orange-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                BMI Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Calculate your Body Mass Index based on height and weight.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/scientific_calculator\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"scientific-calculator\"\n              data-category=\"calculator\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-indigo-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M4 4a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H4zm5 5a1 1 0 102 0v1h1a1 1 0 110 2h-1v1a1 1 0 11-2 0v-1H8a1 1 0 110-2h1V9z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Scientific Calculator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Perform advanced mathematical calculations.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Typing Tools -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"typing\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Typing Tools\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/typing\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"hindi-english-typing\"\n              data-category=\"typing\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-purple-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Hindi and English Typing Test\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Test and improve your typing speed in Hindi and English.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/typing-tutor\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"hindi-english-typing\"\n              data-category=\"typing\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-orange-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Typing Tutor \/ Practice Tool\n              <\/h4>\n              <p class=\"text-gray-600\">Practice typing with guided lessons.<\/p>\n            <\/a>\n            <a\n              href=\"\/game\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"hindi-english-typing\"\n              data-category=\"typing\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white rounded-lg bg-lime-600\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Typing Game\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Improve speed and accuracy through fun challenges.\n              <\/p>\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <!-- Code Generators -->\n        <div class=\"mb-16 fade-in tool-category\" data-category=\"code\">\n          <h3 class=\"mb-8 text-2xl font-bold text-center text-gray-900\">\n            Code Generators\n          <\/h3>\n          <div class=\"grid gap-6 md:grid-cols-2 lg:grid-cols-3\">\n            <a\n              href=\"\/qr\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n              data-tool=\"qr-code\"\n              data-category=\"code\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-blue-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1H4a1 1 0 01-1-1V4zm2 2h1v1H5V6zm8-2a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1V4zm2 2h1v1h-1V6zm-8 8a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1H4a1 1 0 01-1-1v-3zm2 2h1v1H5v-1zm8 0h1v1h-1v-1zm-2-2h1v1h-1v-1zm2 2h1v1h-1v-1zm-2-2h1v1h-1v-1zm2 2h1v1h-1v-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                QR Code Generator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Generate QR codes for URLs, text, or contact information.\n              <\/p>\n            <\/a>\n            <a\n              href=\"\/barcode\/\"\n              class=\"p-6 bg-white shadow-md cursor-pointer rounded-xl card-hover tool-card\"\n            >\n              <div\n                class=\"flex items-center justify-center w-12 h-12 mb-4 text-white bg-green-600 rounded-lg\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                  <path\n                    fill-rule=\"evenodd\"\n                    d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h2a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h4a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h6a1 1 0 110 2H4a1 1 0 01-1-1zm8-12a1 1 0 011-1h4a1 1 0 110 2h-4a1 1 0 01-1-1zm0 4a1 1 0 011-1h2a1 1 0 110 2h-2a1 1 0 01-1-1zm0 4a1 1 0 011-1h4a1 1 0 110 2h-4a1 1 0 01-1-1z\"\n                  \/>\n                <\/svg>\n              <\/div>\n              <h4 class=\"mb-2 text-xl font-semibold text-gray-900\">\n                Bar Code Generator\n              <\/h4>\n              <p class=\"text-gray-600\">\n                Create barcodes for products or inventory management.\n              <\/p>\n            <\/a>\n            \n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- JavaScript for Search and Filter -->\n    <script>\n      document.addEventListener(\"DOMContentLoaded\", () => {\n        const searchInput = document.getElementById(\"tool-search\");\n        const categoryFilter = document.getElementById(\"category-filter\");\n        const toolCards = document.querySelectorAll(\".tool-card\");\n        const toolCategories = document.querySelectorAll(\".tool-category\");\n\n        const filterTools = () => {\n          const searchTerm = searchInput.value.toLowerCase();\n          const selectedCategory = categoryFilter.value;\n\n          \/\/ Filter categories\n          toolCategories.forEach((category) => {\n            const categoryMatch =\n              selectedCategory === \"all\" ||\n              category.dataset.category === selectedCategory;\n            category.style.display = categoryMatch ? \"block\" : \"none\";\n          });\n\n          \/\/ Filter individual tools\n          toolCards.forEach((card) => {\n            const toolName = card.dataset.tool.toLowerCase();\n            const categoryMatch =\n              selectedCategory === \"all\" ||\n              card.dataset.category === selectedCategory;\n            const searchMatch = toolName.includes(searchTerm);\n            card.style.display =\n              categoryMatch && searchMatch ? \"block\" : \"none\";\n          });\n        };\n\n        searchInput.addEventListener(\"input\", filterTools);\n        categoryFilter.addEventListener(\"change\", filterTools);\n      });\n    <\/script>\n\n    <!-- CSS for Hover Effects -->\n    <style>\n      .card-hover {\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n      }\n      .card-hover:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n      }\n      .fade-in {\n        opacity: 0;\n        animation: fadeIn 0.5s forwards;\n      }\n      @keyframes fadeIn {\n        to {\n          opacity: 1;\n        }\n      }\n    <\/style>\n    <!-- Features Section -->\n    <section\n      id=\"features\"\n      class=\"relative py-24 overflow-hidden bg-gradient-to-br from-blue-50 to-indigo-100\"\n    >\n      <!-- Background Decorative Element -->\n      <div class=\"absolute inset-0 opacity-10\">\n        <svg\n          class=\"w-full h-full\"\n          viewBox=\"0 0 1440 320\"\n          preserveAspectRatio=\"none\"\n        >\n          <path\n            fill=\"#ffffff\"\n            fill-opacity=\"1\"\n            d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"\n          ><\/path>\n        <\/svg>\n      <\/div>\n\n      <div class=\"relative z-10 px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <!-- Header -->\n        <div class=\"mb-16 text-center features-fade-in\">\n          <h2 class=\"mb-4 text-4xl font-extrabold text-gray-900 md:text-5xl\">\n            Empower Your Financial Journey\n          <\/h2>\n          <p\n            class=\"max-w-3xl mx-auto text-xl leading-relaxed text-gray-600 md:text-2xl\"\n          >\n            Discover powerful tools designed to simplify your financial\n            planning, optimize investments, and secure your future with\n            confidence.\n          <\/p>\n        <\/div>\n\n        <!-- Features Grid -->\n        <div class=\"grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3\">\n          <!-- Feature 1: Investment Planning -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-yellow-400 to-orange-500\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Investment Planning\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Maximize returns with our SIP, mutual fund, and retirement\n              calculators for data-driven investment strategies.\n            <\/p>\n          <\/div>\n\n          <!-- Feature 2: Loan Management -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-blue-500 to-indigo-600\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  d=\"M4 4a2 2 0 00-2 2v1h16V6a2 2 0 00-2-2H4zM18 9H2v5a2 2 0 002 2h12a2 2 0 002-2V9z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Loan Management\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Calculate EMIs for home, car, or personal loans and compare\n              options to minimize interest costs.\n            <\/p>\n          <\/div>\n\n          <!-- Feature 3: Tax Optimization -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-green-500 to-teal-600\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Tax Optimization\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Minimize tax liabilities with tools for income tax, HRA, and GST\n              calculations to optimize savings.\n            <\/p>\n          <\/div>\n\n          <!-- Feature 4: Budget Planning -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-purple-500 to-indigo-600\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Budget Planning\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Track expenses and create budgets to maintain control over your\n              financial health.\n            <\/p>\n          <\/div>\n\n          <!-- Feature 5: Business Finance -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-pink-500 to-rose-600\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Business Finance\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Analyze ROI, profit margins, and break-even points for smarter\n              business decisions.\n            <\/p>\n          <\/div>\n\n          <!-- Feature 6: Goal Setting -->\n          <div\n            class=\"p-6 transition-all duration-300 transform shadow-lg features-card bg-white\/80 backdrop-blur-md rounded-xl hover:shadow-xl hover:-translate-y-2\"\n          >\n            <div\n              class=\"flex items-center justify-center w-16 h-16 mb-4 text-white rounded-full bg-gradient-to-r from-teal-500 to-cyan-600\"\n            >\n              <svg class=\"w-8 h-8\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-8.707l-3-3a1 1 0 00-1.414 0l-3 3a1 1 0 001.414 1.414L9 9.414V13a1 1 0 102 0V9.414l1.293 1.293a1 1 0 001.414-1.414z\"\n                \/>\n              <\/svg>\n            <\/div>\n            <h3 class=\"mb-3 text-xl font-semibold text-gray-900\">\n              Goal Setting\n            <\/h3>\n            <p class=\"leading-relaxed text-gray-600\">\n              Achieve your dreams with savings, retirement, and emergency fund\n              planning tools.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Call to Action -->\n        <div class=\"mt-16 text-center features-fade-in\">\n          <a\n            href=\"#tools\"\n            class=\"inline-block px-10 py-4 font-bold text-gray-900 transition duration-300 transform bg-yellow-400 rounded-full shadow-lg hover:bg-yellow-500 hover:scale-105 hover:shadow-xl\"\n          >\n            Start Exploring Tools\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <!-- CSS for Fallback Animations -->\n      <style>\n        \/* Fallback animations for features section *\/\n        .features-fade-in,\n        .features-card {\n          opacity: 0;\n          transform: translateY(20px);\n          transition: opacity 0.7s ease-out, transform 0.7s ease-out;\n        }\n\n        .features-fade-in.visible,\n        .features-card.visible {\n          opacity: 1;\n          transform: translateY(0);\n        }\n\n        \/* Staggered animation delays for cards *\/\n        .features-card:nth-child(1) {\n          transition-delay: 0.1s;\n        }\n        .features-card:nth-child(2) {\n          transition-delay: 0.2s;\n        }\n        .features-card:nth-child(3) {\n          transition-delay: 0.3s;\n        }\n        .features-card:nth-child(4) {\n          transition-delay: 0.4s;\n        }\n        .features-card:nth-child(5) {\n          transition-delay: 0.5s;\n        }\n        .features-card:nth-child(6) {\n          transition-delay: 0.6s;\n        }\n\n        \/* Ensure Tailwind custom animations are defined *\/\n        @tailwind base;\n        @tailwind components;\n        @tailwind utilities;\n\n        @layer utilities {\n          .featuresFadeInUp {\n            animation: featuresFadeInUp 0.7s ease-out forwards;\n          }\n\n          @keyframes featuresFadeInUp {\n            0% {\n              opacity: 0;\n              transform: translateY(20px);\n            }\n            100% {\n              opacity: 1;\n              transform: translateY(0);\n            }\n          }\n        }\n      <\/style>\n\n      <!-- JavaScript for GSAP Animations -->\n      <script>\n        \/\/ Ensure GSAP animations are applied (assumes GSAP and ScrollTrigger are loaded)\n        document.addEventListener(\"DOMContentLoaded\", () => {\n          \/\/ Check if GSAP and ScrollTrigger are loaded\n          const isGSAPLoaded =\n            typeof gsap !== \"undefined\" && typeof ScrollTrigger !== \"undefined\";\n\n          if (isGSAPLoaded) {\n            console.log(\"Applying GSAP animations to Features Section\");\n            \/\/ Fade-in animation for header and CTA\n            gsap.fromTo(\n              \".features-fade-in\",\n              { opacity: 0, y: 50 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 1,\n                ease: \"power3.out\",\n                scrollTrigger: {\n                  trigger: \".features-fade-in\",\n                  start: \"top 80%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n\n            \/\/ Staggered animations for feature cards\n            gsap.fromTo(\n              \".features-card\",\n              { opacity: 0, y: 50 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 1,\n                ease: \"power3.out\",\n                stagger: 0.2,\n                scrollTrigger: {\n                  trigger: \".features-card\",\n                  start: \"top 80%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n          } else {\n            console.log(\n              \"GSAP not loaded, using fallback CSS animations for Features Section\"\n            );\n            \/\/ Fallback IntersectionObserver for CSS animations\n            const observerOptions = {\n              threshold: 0.1,\n              rootMargin: \"0px 0px -50px 0px\",\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n              entries.forEach((entry) => {\n                if (entry.isIntersecting) {\n                  entry.target.classList.add(\"visible\");\n                  observer.unobserve(entry.target);\n                }\n              });\n            }, observerOptions);\n\n            document\n              .querySelectorAll(\".features-fade-in, .features-card\")\n              .forEach((el) => {\n                observer.observe(el);\n              });\n          }\n        });\n      <\/script>\n    <\/section>\n\n    <!-- Business & Finance Section -->\n    <section\n      id=\"business-finance\"\n      class=\"relative py-24 overflow-hidden bg-gradient-to-b from-gray-50 to-blue-50\"\n    >\n      <!-- Background Pattern -->\n      <div class=\"absolute inset-0 opacity-10\">\n        <svg\n          class=\"w-full h-full\"\n          viewBox=\"0 0 1440 320\"\n          preserveAspectRatio=\"none\"\n        >\n          <path\n            fill=\"#1e3a8a\"\n            fill-opacity=\"0.3\"\n            d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"\n          ><\/path>\n        <\/svg>\n      <\/div>\n\n      <div class=\"relative z-10 px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <!-- Header with Image -->\n        <div class=\"mb-16 text-center finance-fade-in\">\n          <h2\n            class=\"mb-4 text-4xl font-extrabold text-transparent text-blue-900 md:text-5xl bg-gradient-to-r from-blue-600 to-indigo-600 bg-clip-text animate-pulse-slow\"\n          >\n            Master Your Business Finances\n          <\/h2>\n          <p\n            class=\"max-w-3xl mx-auto mb-8 text-xl leading-relaxed text-gray-600 md:text-2xl\"\n          >\n            Drive your business forward with powerful tools for financial\n            analysis, cash flow management, and strategic planning.\n          <\/p>\n        <\/div>\n\n        <!-- Business & Finance Tools Grid -->\n        <div class=\"grid gap-10 md:grid-cols-2 lg:gap-16\">\n          <!-- Profit Analysis -->\n          <div\n            class=\"p-8 transition-all duration-500 ease-out transform bg-white border border-gray-100 shadow-lg finance-card rounded-2xl hover:scale-105 hover:shadow-2xl\"\n          >\n            <div class=\"relative mb-8\">\n              <canvas id=\"profitChart\" class=\"w-full h-72\"><\/canvas>\n              <div\n                class=\"absolute inset-0 bg-gradient-to-t from-transparent to-white opacity-10 rounded-2xl\"\n              ><\/div>\n            <\/div>\n            <h3 class=\"mb-4 text-2xl font-bold text-blue-900 finance-animate\">\n              Profit Analysis\n            <\/h3>\n            <p class=\"mb-6 leading-snug text-gray-600\">\n              Track revenue and expenses to uncover profit trends and optimize\n              your business performance.\n            <\/p>\n            <ul class=\"space-y-3 text-gray-600\">\n              <li class=\"flex items-center\">\n                <span class=\"w-3 h-3 mr-2 bg-blue-600 rounded-full\"><\/span>\n                Revenue: 60%\n              <\/li>\n              <li class=\"flex items-center\">\n                <span class=\"w-3 h-3 mr-2 bg-green-500 rounded-full\"><\/span>\n                Expenses: 30%\n              <\/li>\n              <li class=\"flex items-center\">\n                <span class=\"w-3 h-3 mr-2 bg-yellow-400 rounded-full\"><\/span>\n                Profit: 10%\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- Cash Flow Tracking -->\n          <div\n            class=\"p-8 transition-all duration-500 ease-out transform bg-white border border-gray-100 shadow-lg finance-card rounded-2xl hover:scale-105 hover:shadow-2xl\"\n          >\n            <div class=\"relative mb-8\">\n              <canvas id=\"cashFlowChart\" class=\"w-full h-72\"><\/canvas>\n              <div\n                class=\"absolute inset-0 bg-gradient-to-t from-transparent to-white opacity-10 rounded-2xl\"\n              ><\/div>\n            <\/div>\n            <h3 class=\"mb-4 text-2xl font-bold text-blue-900 finance-animate\">\n              Cash Flow Tracking\n            <\/h3>\n            <p class=\"mb-6 leading-snug text-gray-600\">\n              Monitor cash inflows and outflows to ensure liquidity and plan for\n              growth.\n            <\/p>\n            <p class=\"font-medium text-gray-600\">\n              Current cash flow status:\n              <span class=\"text-blue-600 animate-pulse\">Positive<\/span>\n            <\/p>\n          <\/div>\n\n          <!-- ROI Calculation -->\n          <div\n            class=\"p-8 transition-all duration-500 ease-out transform bg-white border border-gray-100 shadow-lg finance-card rounded-2xl hover:scale-105 hover:shadow-2xl\"\n          >\n            <div class=\"relative mb-8\">\n              <canvas id=\"roiChart\" class=\"w-full h-72\"><\/canvas>\n              <div\n                class=\"absolute inset-0 bg-gradient-to-t from-transparent to-white opacity-10 rounded-2xl\"\n              ><\/div>\n            <\/div>\n            <h3 class=\"mb-4 text-2xl font-bold text-blue-900 finance-animate\">\n              ROI Calculation\n            <\/h3>\n            <p class=\"mb-6 leading-snug text-gray-600\">\n              Measure the return on your investments to make informed strategic\n              decisions.\n            <\/p>\n            <ul class=\"space-y-3 text-gray-600\">\n              <li class=\"flex items-center\">\n                <span class=\"w-3 h-3 mr-2 bg-green-500 rounded-full\"><\/span>\n                Investment: $10,000\n              <\/li>\n              <li class=\"flex items-center\">\n                <span class=\"w-3 h-3 mr-2 bg-yellow-400 rounded-full\"><\/span>\n                Return: $12,500\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- Expense Management -->\n          <div\n            class=\"p-8 transition-all duration-500 ease-out transform bg-white border border-gray-100 shadow-lg finance-card rounded-2xl hover:scale-105 hover:shadow-2xl\"\n          >\n            <div class=\"relative mb-8\">\n              <canvas id=\"expenseChart\" class=\"w-full h-72\"><\/canvas>\n              <div\n                class=\"absolute inset-0 bg-gradient-to-t from-transparent to-white opacity-10 rounded-2xl\"\n              ><\/div>\n            <\/div>\n            <h3 class=\"mb-4 text-2xl font-bold text-blue-900 finance-animate\">\n              Expense Management\n            <\/h3>\n            <p class=\"mb-6 leading-snug text-gray-600\">\n              Control costs with detailed expense tracking and budgeting tools\n              for smarter financial planning.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CSS for Fallback Animations -->\n      <style>\n        \/* Fallback animations for business-finance section *\/\n        .finance-fade-in,\n        .finance-card,\n        .finance-image-anim,\n        .finance-animate {\n          opacity: 0;\n          transform: translateY(30px);\n          transition: opacity 0.8s ease-out, transform 0.8s ease-out;\n        }\n\n        .finance-fade-in.visible,\n        .finance-card.visible,\n        .finance-image-anim.visible,\n        .finance-animate.visible {\n          opacity: 1;\n          transform: translateY(0);\n        }\n\n        \/* Staggered animation delays *\/\n        .finance-image-anim {\n          transition-delay: 0.1s;\n        }\n        .finance-card:nth-child(1) {\n          transition-delay: 0.2s;\n        }\n        .finance-card:nth-child(2) {\n          transition-delay: 0.3s;\n        }\n        .finance-card:nth-child(3) {\n          transition-delay: 0.4s;\n        }\n        .finance-card:nth-child(4) {\n          transition-delay: 0.5s;\n        }\n        .finance-animate {\n          transition-delay: 0.6s;\n        }\n\n        \/* Tailwind custom animations *\/\n        @tailwind base;\n        @tailwind components;\n        @tailwind utilities;\n\n        @layer utilities {\n          .financeFadeInUp {\n            animation: financeFadeInUp 0.8s ease-out forwards;\n          }\n\n          @keyframes financeFadeInUp {\n            0% {\n              opacity: 0;\n              transform: translateY(30px);\n            }\n            100% {\n              opacity: 1;\n              transform: translateY(0);\n            }\n          }\n\n          .animate-pulse-slow {\n            animation: pulse 3s infinite;\n          }\n\n          @keyframes pulse {\n            0%,\n            100% {\n              opacity: 1;\n            }\n            50% {\n              opacity: 0.8;\n            }\n          }\n        }\n      <\/style>\n\n      <!-- JavaScript for Charts and GSAP Animations -->\n      <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n      <script>\n        document.addEventListener(\"DOMContentLoaded\", () => {\n          \/\/ Check if GSAP and ScrollTrigger are loaded\n          const isGSAPLoaded =\n            typeof gsap !== \"undefined\" && typeof ScrollTrigger !== \"undefined\";\n\n          if (isGSAPLoaded) {\n            console.log(\n              \"Applying GSAP animations to Business & Finance Section\"\n            );\n            \/\/ Fade-in animation for header, image, and buttons\n            gsap.fromTo(\n              \".finance-fade-in, .finance-image-anim, .finance-animate\",\n              { opacity: 0, y: 30 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                ease: \"power2.out\",\n                scrollTrigger: {\n                  trigger: \".finance-fade-in, .finance-image-anim\",\n                  start: \"top 85%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n\n            \/\/ Staggered animations for finance cards\n            gsap.fromTo(\n              \".finance-card\",\n              { opacity: 0, y: 30 },\n              {\n                opacity: 1,\n                y: 0,\n                duration: 0.8,\n                ease: \"power2.out\",\n                stagger: 0.2,\n                scrollTrigger: {\n                  trigger: \".finance-card\",\n                  start: \"top 85%\",\n                  toggleActions: \"play none none none\",\n                },\n              }\n            );\n          } else {\n            console.log(\n              \"GSAP not loaded, using fallback CSS animations for Business & Finance Section\"\n            );\n            \/\/ Fallback IntersectionObserver for CSS animations\n            const observerOptions = {\n              threshold: 0.1,\n              rootMargin: \"0px 0px -50px 0px\",\n            };\n\n            const observer = new IntersectionObserver((entries) => {\n              entries.forEach((entry) => {\n                if (entry.isIntersecting) {\n                  entry.target.classList.add(\"visible\");\n                  observer.unobserve(entry.target);\n                }\n              });\n            }, observerOptions);\n\n            document\n              .querySelectorAll(\n                \".finance-fade-in, .finance-card, .finance-image-anim, .finance-animate\"\n              )\n              .forEach((el) => {\n                observer.observe(el);\n              });\n          }\n\n          \/\/ Chart.js Configurations for Financial Data\n          const profitCtx = document\n            .getElementById(\"profitChart\")\n            .getContext(\"2d\");\n          new Chart(profitCtx, {\n            type: \"pie\",\n            data: {\n              labels: [\"Revenue\", \"Expenses\", \"Profit\"],\n              datasets: [\n                {\n                  data: [60, 30, 10],\n                  backgroundColor: [\"#3B82F6\", \"#10B981\", \"#FBBF24\"],\n                  borderWidth: 2,\n                  borderColor: \"#ffffff\",\n                  hoverOffset: 20,\n                },\n              ],\n            },\n            options: {\n              responsive: true,\n              maintainAspectRatio: false,\n              animation: { duration: 2000, easing: \"easeOutBounce\" },\n            },\n          });\n\n          const cashFlowCtx = document\n            .getElementById(\"cashFlowChart\")\n            .getContext(\"2d\");\n          new Chart(cashFlowCtx, {\n            type: \"line\",\n            data: {\n              labels: [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\"],\n              datasets: [\n                {\n                  label: \"Cash Flow ($)\",\n                  data: [5000, 7000, 6500, 8000, 9000, 10000],\n                  borderColor: \"#3B82F6\",\n                  backgroundColor: \"rgba(59, 130, 246, 0.2)\",\n                  borderWidth: 3,\n                  tension: 0.4,\n                  fill: true,\n                },\n              ],\n            },\n            options: {\n              responsive: true,\n              maintainAspectRatio: false,\n              animation: { duration: 2000, easing: \"easeInOutQuad\" },\n              scales: { y: { beginAtZero: false } },\n            },\n          });\n\n          const roiCtx = document.getElementById(\"roiChart\").getContext(\"2d\");\n          new Chart(roiCtx, {\n            type: \"doughnut\",\n            data: {\n              labels: [\"Investment\", \"Return\"],\n              datasets: [\n                {\n                  data: [10000, 12500],\n                  backgroundColor: [\"#10B981\", \"#FBBF24\"],\n                  borderWidth: 2,\n                  borderColor: \"#ffffff\",\n                  hoverOffset: 20,\n                },\n              ],\n            },\n            options: {\n              responsive: true,\n              maintainAspectRatio: false,\n              animation: { duration: 2000, easing: \"easeOutElastic\" },\n            },\n          });\n\n          const expenseCtx = document\n            .getElementById(\"expenseChart\")\n            .getContext(\"2d\");\n          new Chart(expenseCtx, {\n            type: \"bar\",\n            data: {\n              labels: [\"Operations\", \"Marketing\", \"Salaries\"],\n              datasets: [\n                {\n                  label: \"Expenses ($)\",\n                  data: [5000, 3000, 7000],\n                  backgroundColor: [\"#3B82F6\", \"#93C5FD\", \"#10B981\"],\n                  borderColor: \"#3B82F6\",\n                  borderWidth: 2,\n                  barThickness: 40,\n                },\n              ],\n            },\n            options: {\n              responsive: true,\n              maintainAspectRatio: false,\n              animation: { duration: 2000, easing: \"easeInOutBack\" },\n              scales: { y: { beginAtZero: true } },\n            },\n          });\n        });\n      <\/script>\n    <\/section>\n\n    <!-- Security Section -->\n    <section\n      id=\"security\"\n      class=\"relative py-24 overflow-hidden text-white bg-gradient-to-b from-blue-900 to-indigo-900\"\n    >\n      <!-- Background Pattern -->\n      <div class=\"absolute inset-0 opacity-10\">\n        <svg\n          class=\"w-full h-full\"\n          viewBox=\"0 0 1440 320\"\n          preserveAspectRatio=\"none\"\n        >\n          <path\n            fill=\"#ffffff\"\n            fill-opacity=\"0.1\"\n            d=\"M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z\"\n          ><\/path>\n        <\/svg>\n      <\/div>\n\n      <div class=\"relative z-10 px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <!-- Main Content -->\n        <div class=\"mb-16 text-center\">\n          <div class=\"relative mx-auto mb-12\">\n            <img decoding=\"async\"\n              src=\"https:\/\/images.pexels.com\/photos\/3769021\/pexels-photo-3769021.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=300&#038;h=300&#038;fit=crop\"\n              alt=\"Secure financial management on mobile device\"\n              class=\"object-cover w-48 h-48 mx-auto border-4 rounded-full shadow-2xl md:w-64 md:h-64 border-white\/20\"\n            \/>\n            <div\n              class=\"absolute flex items-center justify-center w-12 h-12 bg-green-500 rounded-full shadow-lg -top-2 -right-2\"\n            >\n              <svg\n                class=\"w-6 h-6 text-white\"\n                fill=\"currentColor\"\n                viewBox=\"0 0 20 20\"\n              >\n                <path\n                  fill-rule=\"evenodd\"\n                  d=\"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z\"\n                  clip-rule=\"evenodd\"\n                \/>\n              <\/svg>\n            <\/div>\n          <\/div>\n          <h2 class=\"mb-4 text-4xl font-extrabold text-white md:text-5xl\">\n            <span class=\"text-yellow-400\">layered<\/span> Security &#038; Data Privacy\n          <\/h2>\n          <p\n            class=\"max-w-3xl mx-auto mb-8 text-xl leading-relaxed text-blue-100 md:text-2xl\"\n          >\n            Your data and financial insights are always protected\n          <\/p>\n        <\/div>\n\n        <!-- Buttons -->\n        <div class=\"flex flex-col justify-center gap-4 mb-12 sm:flex-row\">\n          <a\n            href=\"\/cookie\/\"\n            class=\"px-8 py-3 font-semibold text-center text-blue-900 transition-colors duration-300 bg-white rounded-full hover:bg-gray-100\"\n          >\n            Learn about cookies &#038; data usage\n          <\/a>\n          <a\n            href=\"\/privacy\/\"\n            class=\"px-8 py-3 font-semibold text-center text-white transition-all duration-300 border-2 border-white rounded-full hover:bg-white hover:text-blue-900\"\n          >\n            See our Privacy Policy\n          <\/a>\n        <\/div>\n      <\/div>\n\n      <!-- Static CSS for Styling -->\n      <style>\n        \/* Tailwind custom styles *\/\n        @tailwind base;\n        @tailwind components;\n        @tailwind utilities;\n\n        @layer utilities {\n          .bg-gradient-to-b {\n            background: linear-gradient(to bottom, #1e3a8a, #3730a3);\n          }\n        }\n      <\/style>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"py-16 text-white bg-gray-900\">\n      <div class=\"px-4 mx-auto max-w-7xl sm:px-6 lg:px-8\">\n        <div class=\"grid gap-8 md:grid-cols-4\">\n          <div>\n            <h3 class=\"mb-4 text-2xl font-bold text-white\"><img decoding=\"async\" style=\"max-height: 60px;\" src=\"https:\/\/easytoolsforu.com\/wp-content\/uploads\/2025\/12\/cropped-Rayala.png\" alt=\"\"><\/h3>\n            <p class=\"mb-4 text-gray-300\">\n              Your trusted partner for comprehensive financial planning and\n              calculation tools.\n            <\/p>\n            <div class=\"flex space-x-4\">\n              <a\n                href=\"#\"\n                class=\"text-gray-300 transition duration-300 hover:text-white\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path\n                    d=\"M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z\"\n                  \/>\n                <\/svg>\n              <\/a>\n              <a\n                href=\"#\"\n                class=\"text-gray-300 transition duration-300 hover:text-white\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path\n                    d=\"M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z\"\n                  \/>\n                <\/svg>\n              <\/a>\n              <a\n                href=\"#\"\n                class=\"text-gray-300 transition duration-300 hover:text-white\"\n              >\n                <svg class=\"w-6 h-6\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\n                  <path\n                    d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\n                  \/>\n                <\/svg>\n              <\/a>\n            <\/div>\n          <\/div>\n\n          <div>\n            <h4 class=\"mb-4 text-lg font-semibold text-white\">Quick Links<\/h4>\n            <ul class=\"space-y-2\">\n              <li>\n                <a\n                  href=\"#home\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Home<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"#about\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >About<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"#tools\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Tools<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"#features\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Features<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/contact\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Contact<\/a\n                >\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <div>\n            <h4 class=\"mb-4 text-lg font-semibold text-white\">Popular Tools<\/h4>\n            <ul class=\"space-y-2\">\n              <li>\n                <a\n                  href=\"\/sip_cal\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >SIP Calculator<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/loan_emi_cal\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >EMI Calculator<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/income_tax\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >IncomeTax Calculator<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/fd_cal\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >FD Calculator<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/cacr\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >CAGR Calculator<\/a\n                >\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <div>\n            <h4 class=\"mb-4 text-lg font-semibold text-white\">Legal<\/h4>\n            <ul class=\"space-y-2\">\n              <li>\n                <a\n                  href=\"\/privacy\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Privacy Policy<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/terms\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Terms of Service<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/disclaimer\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Disclaimer<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/cookie\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >Cookie Policy<\/a\n                >\n              <\/li>\n              <li>\n                <a\n                  href=\"\/about\/\"\n                  class=\"text-gray-300 transition duration-300 hover:text-white\"\n                  >About Us<\/a\n                >\n              <\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"pt-8 mt-12 text-center border-t border-gray-800\">\n          <p class=\"text-gray-300\">\n            &copy; 2025 EasyToolsForU. All rights reserved. Made with \u2764\ufe0f\n            for better financial planning.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/footer>\n\n    <!-- Calculator Modal -->\n    <div\n      id=\"calculatorModal\"\n      class=\"fixed inset-0 z-50 hidden bg-black bg-opacity-50\"\n    >\n      <div class=\"flex items-center justify-center h-full p-4\">\n        <div\n          class=\"bg-white rounded-xl shadow-2xl max-w-md w-full max-h-[90vh] overflow-y-auto\"\n        >\n          <div class=\"p-6\">\n            <div class=\"flex items-center justify-between mb-4\">\n              <h3\n                id=\"calculatorTitle\"\n                class=\"text-xl font-semibold text-gray-900\"\n              ><\/h3>\n              <button id=\"closeModal\" class=\"text-gray-500 hover:text-gray-700\">\n                <svg\n                  class=\"w-6 h-6\"\n                  fill=\"none\"\n                  stroke=\"currentColor\"\n                  viewBox=\"0 0 24 24\"\n                >\n                  <path\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\n                    stroke-width=\"2\"\n                    d=\"M6 18L18 6M6 6l12 12\"\n                  ><\/path>\n                <\/svg>\n              <\/button>\n            <\/div>\n            <div id=\"calculatorContent\"><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <script>\n      \/\/ Fallback animations using IntersectionObserver\n      function initializeFallbackAnimations() {\n        console.log(\"Initializing fallback animations\");\n        const observerOptions = {\n          threshold: 0.1,\n          rootMargin: \"0px 0px -50px 0px\",\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n          entries.forEach((entry) => {\n            if (entry.isIntersecting) {\n              entry.target.classList.add(\"visible\");\n              observer.unobserve(entry.target);\n            }\n          });\n        }, observerOptions);\n\n        document\n          .querySelectorAll(\n            \".hero-fade-in, .hero-content-slide, .hero-stats-anim\"\n          )\n          .forEach((el) => {\n            observer.observe(el);\n          });\n\n        \/\/ Fallback counter animation\n        function animateCounter(element, start, end, duration) {\n          let startTimestamp = null;\n          const step = (timestamp) => {\n            if (!startTimestamp) startTimestamp = timestamp;\n            const progress = Math.min(\n              (timestamp - startTimestamp) \/ duration,\n              1\n            );\n            const current = Math.floor(progress * (end - start) + start);\n            element.textContent = current.toLocaleString();\n            if (progress < 1) {\n              window.requestAnimationFrame(step);\n            }\n          };\n          window.requestAnimationFrame(step);\n        }\n\n        const statsObserver = new IntersectionObserver((entries) => {\n          entries.forEach((entry) => {\n            if (entry.isIntersecting) {\n              const counters =\n                entry.target.querySelectorAll(\".hero-stats-number\");\n              counters.forEach((counter) => {\n                const target = parseInt(counter.getAttribute(\"data-target\"));\n                animateCounter(counter, 0, target, 2000);\n              });\n              statsObserver.unobserve(entry.target);\n            }\n          });\n        });\n\n        const statsSection = document.querySelector(\".hero-stats-anim\");\n        if (statsSection) {\n          statsObserver.observe(statsSection);\n        } else {\n          console.warn(\"Stats section (.hero-stats-anim) not found\");\n        }\n      }\n\n      \/\/ Calculator modal functionality\n      const modal = document.getElementById(\"calculatorModal\");\n      const closeModalBtn = document.getElementById(\"closeModal\");\n      const calculatorTitle = document.getElementById(\"calculatorTitle\");\n      const calculatorContent = document.getElementById(\"calculatorContent\");\n\n      if (!modal || !closeModalBtn || !calculatorTitle || !calculatorContent) {\n        console.warn(\"Modal elements not found\");\n      }\n\n      \/\/ Calculator templates\n      const calculatorTemplates = {\n        \"loan-emi\": {\n          title: \"Loan EMI Calculator\",\n          content: `\n        <form class=\"space-y-4\">\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Loan Amount (\u20b9)<\/label>\n            <input type=\"number\" id=\"loanAmount\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"500000\">\n          <\/div>\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Interest Rate (%)<\/label>\n            <input type=\"number\" id=\"interestRate\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"8.5\" step=\"0.1\">\n          <\/div>\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Tenure (Years)<\/label>\n            <input type=\"number\" id=\"tenure\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"20\">\n          <\/div>\n          <button type=\"button\" onclick=\"calculateEMI()\" class=\"w-full px-4 py-2 font-semibold text-white transition duration-300 rounded-lg bg-primary hover:bg-blue-700\">\n            Calculate EMI\n          <\/button>\n          <div id=\"emiResult\" class=\"hidden p-4 mt-4 rounded-lg bg-gray-50\">\n            <h4 class=\"mb-2 font-semibold text-gray-900\">Results:<\/h4>\n            <div class=\"space-y-2 text-sm\">\n              <div class=\"flex justify-between\"><span>Monthly EMI:<\/span><span id=\"monthlyEMI\" class=\"font-semibold\"><\/span><\/div>\n              <div class=\"flex justify-between\"><span>Total Amount:<\/span><span id=\"totalAmount\" class=\"font-semibold\"><\/span><\/div>\n              <div class=\"flex justify-between\"><span>Total Interest:<\/span><span id=\"totalInterest\" class=\"font-semibold\"><\/span><\/div>\n            <\/div>\n          <\/div>\n        <\/form>\n      `,\n        },\n        sip: {\n          title: \"SIP Calculator\",\n          content: `\n        <form class=\"space-y-4\">\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Monthly Investment (\u20b9)<\/label>\n            <input type=\"number\" id=\"monthlyInvestment\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"5000\">\n          <\/div>\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Expected Return Rate (%)<\/label>\n            <input type=\"number\" id=\"returnRate\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"12\" step=\"0.1\">\n          <\/div>\n          <div>\n            <label class=\"block mb-1 text-sm font-medium text-gray-700\">Investment Period (Years)<\/label>\n            <input type=\"number\" id=\"investmentPeriod\" class=\"w-full px-3 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary focus:border-transparent\" placeholder=\"15\">\n          <\/div>\n          <button type=\"button\" onclick=\"calculateSIP()\" class=\"w-full px-4 py-2 font-semibold text-white transition duration-300 rounded-lg bg-primary hover:bg-blue-700\">\n            Calculate SIP\n          <\/button>\n          <div id=\"sipResult\" class=\"hidden p-4 mt-4 rounded-lg bg-gray-50\">\n            <h4 class=\"mb-2 font-semibold text-gray-900\">Results:<\/h4>\n            <div class=\"space-y-2 text-sm\">\n              <div class=\"flex justify-between\"><span>Invested Amount:<\/span><span id=\"investedAmount\" class=\"font-semibold\"><\/span><\/div>\n              <div class=\"flex justify-between\"><span>Maturity Value:<\/span><span id=\"maturityValue\" class=\"font-semibold\"><\/span><\/div>\n              <div class=\"flex justify-between\"><span>Total Gain:<\/span><span id=\"totalGain\" class=\"font-semibold text-green-600\"><\/span><\/div>\n            <\/div>\n          <\/div>\n        <\/form>\n      `,\n        },\n      };\n\n      \/\/ Close modal when clicking outside\n      if (modal) {\n        modal.addEventListener(\"click\", (e) => {\n          if (e.target === modal) {\n            if (isGSAPLoaded()) {\n              gsap.to(modal, {\n                opacity: 0,\n                scale: 0.8,\n                duration: 0.3,\n                ease: \"power2.in\",\n                onComplete: () => modal.classList.add(\"hidden\"),\n              });\n            } else {\n              modal.classList.add(\"hidden\");\n            }\n          }\n        });\n      }\n\n      \/\/ Calculator functions\n      function calculateEMI() {\n        const principal = parseFloat(\n          document.getElementById(\"loanAmount\").value\n        );\n        const rate =\n          parseFloat(document.getElementById(\"interestRate\").value) \/ 12 \/ 100;\n        const time = parseFloat(document.getElementById(\"tenure\").value) * 12;\n\n        if (!principal || !rate || !time) {\n          alert(\"Please fill all fields\");\n          return;\n        }\n\n        const emi =\n          (principal * rate * Math.pow(1 + rate, time)) \/\n          (Math.pow(1 + rate, time) - 1);\n        const totalAmount = emi * time;\n        const totalInterest = totalAmount - principal;\n\n        const emiResult = document.getElementById(\"emiResult\");\n        document.getElementById(\"monthlyEMI\").textContent = `\u20b9${Math.round(\n          emi\n        ).toLocaleString()}`;\n        document.getElementById(\"totalAmount\").textContent = `\u20b9${Math.round(\n          totalAmount\n        ).toLocaleString()}`;\n        document.getElementById(\"totalInterest\").textContent = `\u20b9${Math.round(\n          totalInterest\n        ).toLocaleString()}`;\n\n        emiResult.classList.remove(\"hidden\");\n        if (isGSAPLoaded()) {\n          gsap.from(\"#emiResult\", {\n            opacity: 0,\n            y: 20,\n            duration: 0.5,\n            ease: \"power2.out\",\n          });\n        } else {\n          emiResult.classList.add(\"visible\");\n        }\n      }\n\n      function calculateSIP() {\n        const monthlyInvestment = parseFloat(\n          document.getElementById(\"monthlyInvestment\").value\n        );\n        const annualRate =\n          parseFloat(document.getElementById(\"returnRate\").value) \/ 100;\n        const years = parseFloat(\n          document.getElementById(\"investmentPeriod\").value\n        );\n\n        if (!monthlyInvestment || !annualRate || !years) {\n          alert(\"Please fill all fields\");\n          return;\n        }\n\n        const monthlyRate = annualRate \/ 12;\n        const months = years * 12;\n\n        const maturityValue =\n          monthlyInvestment *\n          ((Math.pow(1 + monthlyRate, months) - 1) \/ monthlyRate) *\n          (1 + monthlyRate);\n        const investedAmount = monthlyInvestment * months;\n        const totalGain = maturityValue - investedAmount;\n\n        const sipResult = document.getElementById(\"sipResult\");\n        document.getElementById(\"investedAmount\").textContent = `\u20b9${Math.round(\n          investedAmount\n        ).toLocaleString()}`;\n        document.getElementById(\"maturityValue\").textContent = `\u20b9${Math.round(\n          maturityValue\n        ).toLocaleString()}`;\n        document.getElementById(\"totalGain\").textContent = `\u20b9${Math.round(\n          totalGain\n        ).toLocaleString()}`;\n\n        sipResult.classList.remove(\"hidden\");\n        if (isGSAPLoaded()) {\n          gsap.from(\"#sipResult\", {\n            opacity: 0,\n            y: 20,\n            duration: 0.5,\n            ease: \"power2.out\",\n          });\n        } else {\n          sipResult.classList.add(\"visible\");\n        }\n      }\n\n      \/\/ Form submission handler\n      const form = document.querySelector(\"form\");\n      if (form) {\n        form.addEventListener(\"submit\", function (e) {\n          e.preventDefault();\n          if (isGSAPLoaded()) {\n            gsap.to(this, {\n              opacity: 0,\n              duration: 0.5,\n              ease: \"power2.in\",\n              onComplete: () => {\n                alert(\n                  \"Thank you for your message! We will get back to you soon.\"\n                );\n                gsap.to(this, {\n                  opacity: 1,\n                  duration: 0.5,\n                  ease: \"power2.out\",\n                });\n              },\n            });\n          } else {\n            alert(\"Thank you for your message! We will get back to you soon.\");\n          }\n        });\n      } else {\n        console.warn(\"Form element not found\");\n      }\n\n      \/\/ Interactive hover effects\n      const cards = document.querySelectorAll(\".card-hover\");\n      if (cards.length === 0) {\n        console.warn(\"No elements found with class: .card-hover\");\n      }\n      cards.forEach((card) => {\n        card.addEventListener(\"mouseenter\", () => {\n          if (isGSAPLoaded()) {\n            gsap.to(card, {\n              y: -8,\n              boxShadow: \"0 20px 40px rgba(0,0,0,0.1)\",\n              duration: 0.3,\n              ease: \"power2.out\",\n            });\n          }\n        });\n\n        card.addEventListener(\"mouseleave\", () => {\n          if (isGSAPLoaded()) {\n            gsap.to(card, {\n              y: 0,\n              boxShadow: \"none\",\n              duration: 0.3,\n              ease: \"power2.out\",\n            });\n          }\n        });\n      });\n    <\/script>\n  <\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easy Tools For U, All Finance Calculator, PDF, Images Tools Home About Tools Features Contact Home About Tools Features Contact Contact Easy Tools For U Financial Future Unlock professional-grade finance calculators, investment planners, and analytical tools to make data-driven decisions and accelerate your path to financial independence. Explore Tools Now New Blog Investment Growth Track &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/easytoolsforu.com\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;home&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":6,"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":1190,"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/1190"}],"wp:attachment":[{"href":"https:\/\/easytoolsforu.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}