{"id":170,"date":"2025-11-21T06:44:43","date_gmt":"2025-11-21T06:44:43","guid":{"rendered":"https:\/\/tradefinder.vip\/?page_id=170"},"modified":"2025-11-21T06:49:01","modified_gmt":"2025-11-21T06:49:01","slug":"hmpg-fndr","status":"publish","type":"page","link":"https:\/\/tradefinder.vip\/index.php\/hmpg-fndr\/","title":{"rendered":"hmpg-fndr"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"170\" class=\"elementor elementor-170\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e80a5e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"e80a5e0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b51b30\" data-id=\"4b51b30\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-80b71ff elementor-widget elementor-widget-html\" data-id=\"80b71ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <title>Trade Finder \u2013 Free Pro Trading Signals<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700&display=swap\" rel=\"stylesheet\"\/>\n  <style>\n    :root {\n      --bg-top: #FF9933;     \/* Saffron *\/\n      --bg-mid: #FFFFFF;     \/* White *\/\n      --bg-bottom: #138808;  \/* Green *\/\n      --dark: #111;\n      --accent: #f39c12;\n      --accent-dark: #e67e22;\n      --card: #fff;\n      --radius: 10px;\n      --transition: 0.3s ease;\n    }\n\n    *, *::before, *::after {\n      box-sizing: border-box;\n      transition: var(--transition);\n    }\n\n    body {\n      margin: 0;\n      font-family: 'Montserrat', sans-serif;\n      background: linear-gradient(to bottom, var(--bg-top), var(--bg-mid), var(--bg-bottom));\n      color: var(--dark);\n      overflow-x: hidden;\n    }\n\n    a { color: inherit; text-decoration: none; }\n    img { max-width: 100%; display: block; }\n\n    \/* Header *\/\n    header {\n      position: fixed;\n      top: 0; left: 0; width: 100%; height: 60px;\n      background: rgba(255,255,255,0.9);\n      backdrop-filter: blur(6px);\n      display: flex; align-items: center; justify-content: center;\n      z-index: 1000;\n    }\n    .logo {\n      width: 50px; height: 50px; border-radius: 50%;\n      border: 2px solid var(--accent); object-fit: cover;\n    }\n    .menu-btn {\n      position: absolute; right: 20px; width: 30px; height: 24px;\n      display: flex; flex-direction: column; justify-content: space-between;\n      cursor: pointer;\n    }\n    .menu-btn span {\n      display: block; height: 4px; background: var(--dark);\n      border-radius: 2px;\n    }\n    .nav {\n      position: fixed; top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);\n      background: rgba(255,255,255,0.97); backdrop-filter: blur(6px);\n      transform: translateX(-100%); transition: transform var(--transition);\n      display: flex; flex-direction: column; align-items: center; padding-top: 40px;\n      z-index: 999;\n    }\n    .nav.open { transform: translateX(0); }\n    .nav a {\n      font-size: 1.2rem; font-weight: 600; margin: 15px 0;\n      color: var(--dark);\n    }\n\n    \/* HERO \u2013 India Flag Theme + Chakra + Waving Animation *\/\n    .hero {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      text-align: center;\n      padding: 80px 20px 40px;\n      margin-top: 60px;\n\n      \/* Flag Gradient *\/\n      background: linear-gradient(\n        135deg,\n        #FF9933 0%,\n        #FFFFFF 50%,\n        #138808 100%\n      );\n\n      \/* Animation *\/\n      animation: wave 6s ease-in-out infinite;\n      background-size: 200% 200%;\n\n      \/* Chakra + Overlay *\/\n      position: relative;\n      overflow: hidden;\n      color: #111;\n    }\n\n    \/* Chakra Watermark *\/\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      width: 260px;\n      height: 260px;\n      background-image: url(\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/1\/17\/Ashoka_Chakra.svg\");\n      background-size: contain;\n      background-repeat: no-repeat;\n      background-position: center;\n      opacity: 0.15;\n      right: -30px;\n      bottom: -10px;\n      transform: rotate(12deg);\n      pointer-events: none;\n    }\n\n    \/* Waving Keyframes *\/\n    @keyframes wave {\n      0% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n      100% { background-position: 0% 50%; }\n    }\n\n    .hero .container { max-width: 340px; }\n    .hero h1 { font-size: 2rem; margin-bottom: 12px; line-height: 1.2; }\n    .hero p { font-size: 1rem; margin-bottom: 20px; color: #222; }\n\n    .btn-primary {\n      background: #111;\n      color: #fff;\n      padding: 12px 32px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 1rem;\n      box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n    }\n    .btn-primary:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 6px 20px rgba(0,0,0,0.3);\n    }\n\n    \/* Titles *\/\n    section h2 {\n      text-align: center; margin-bottom: 20px;\n      font-size: 1.6rem; position: relative;\n    }\n    section h2::after {\n      content: ''; width: 40px; height: 3px; background: var(--accent);\n      position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);\n    }\n\n    \/* Features *\/\n    .features {\n      display: grid; grid-template-columns: 1fr; gap: 16px;\n      padding: 30px 20px;\n    }\n    .feature {\n      background: var(--card); border-radius: var(--radius);\n      padding: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n      text-align: center;\n    }\n    .feature h3 { margin-bottom: 8px; font-size: 1.1rem; color: var(--accent-dark); }\n\n    \/* Testimonials *\/\n    .testimonials {\n      display: grid; grid-template-columns: 1fr; gap: 16px;\n      padding: 0 20px 30px;\n    }\n    .testimonial {\n      background: var(--card); border-radius: var(--radius);\n      padding: 16px; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n      font-style: italic;\n    }\n    .testimonial::after {\n      content: attr(data-author); display: block;\n      font-weight: 600; text-align: right; margin-top: 12px;\n      color: var(--accent-dark);\n    }\n\n    \/* CTA *\/\n    .cta {\n      background: var(--accent); color: #fff;\n      text-align: center; padding: 30px 20px; margin: 30px 0;\n      border-radius: var(--radius);\n    }\n\n    \/* Bhai Ki Agency *\/\n    .agency-credit {\n      background: linear-gradient(135deg, #111, #000);\n      color: #fff;\n      text-align: center;\n      padding: 40px 20px;\n    }\n    .agency-btn {\n      display: inline-block;\n      background: #f39c12;\n      color: #fff;\n      padding: 10px 28px;\n      border-radius: 50px;\n      font-weight: 600;\n    }\n    .agency-btn:hover {\n      background: #fff; color: #f39c12;\n    }\n\n    \/* Footer *\/\n    footer {\n      text-align: center; padding: 20px;\n      font-size: 0.8rem; background: #ffffffaa;\n    }\n\n    \/* Fade animation *\/\n    [data-fade] {\n      opacity: 0; transform: translateY(20px);\n      transition: opacity 0.6s ease, transform 0.6s ease;\n    }\n    [data-fade].visible { opacity: 1; transform: translateY(0); }\n\n    \/* Responsive *\/\n    @media(min-width:600px) {\n      .features { grid-template-columns: repeat(2, 1fr); }\n      .testimonials { grid-template-columns: repeat(2, 1fr); }\n      .hero .container { max-width: 500px; }\n      .hero h1 { font-size: 2.5rem; }\n      .hero p { font-size: 1.1rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Header -->\n  <header>\n    <img decoding=\"async\" src=\"https:\/\/tradefinder.live\/wp-content\/uploads\/2025\/02\/469011582_560239673416535_9110780328633170691_n-1.jpg\"\n         alt=\"Logo\" class=\"logo\">\n    <div class=\"menu-btn\" id=\"menu-btn\">\n      <span><\/span><span><\/span><span><\/span>\n    <\/div>\n    <nav class=\"nav\" id=\"nav\">\n      <a href=\"#features\">Features<\/a>\n      <a href=\"#testimonials\">Testimonials<\/a>\n      <a href=\"#cta\">Join Now<\/a>\n    <\/nav>\n  <\/header>\n\n  <!-- HERO -->\n  <section class=\"hero\" data-fade>\n    <div class=\"container\">\n      <h1>Free Pro Trading Signals<\/h1>\n      <p>Real-time Nifty &amp; BankNifty alerts \u2014 bilkul free!<\/p>\n      <button class=\"btn-primary\" onclick=\"window.open('https:\/\/telegram.me\/+uQ8s6Y1vypVlNWQ1','_blank')\">\n        Join Telegram\n      <\/button>\n    <\/div>\n  <\/section>\n\n  <!-- Features -->\n  <section id=\"features\" data-fade>\n    <h2>Key Features<\/h2>\n    <div class=\"features\">\n      <div class=\"feature\">\n        <h3>Instant Alerts<\/h3>\n        <p>Market move hote hi turant signal.<\/p>\n      <\/div>\n      <div class=\"feature\">\n        <h3>Custom Setups<\/h3>\n        <p>Apne trading style ke hisaab se alerts.<\/p>\n      <\/div>\n      <div class=\"feature\">\n        <h3>Deep Analytics<\/h3>\n        <p>Charts + indicators = pro insights.<\/p>\n      <\/div>\n      <div class=\"feature\">\n        <h3>Expert Community<\/h3>\n        <p>Daily guidance & learning.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Testimonials -->\n  <section id=\"testimonials\" data-fade>\n    <h2>What Traders Say<\/h2>\n    <div class=\"testimonials\">\n      <div class=\"testimonial\" data-author=\"\u2014 Rohan\">\n        \u201cProfit margin 4x ho gaya \u2014 best signals!\u201d\n      <\/div>\n      <div class=\"testimonial\" data-author=\"\u2014 Priya\">\n        \u201cCustom alerts ne game change kar diya.\u201d\n      <\/div>\n      <div class=\"testimonial\" data-author=\"\u2014 Anjali\">\n        \u201cCommunity se sab doubts clear ho jaate hain.\u201d\n      <\/div>\n      <div class=\"testimonial\" data-author=\"\u2014 Vivek\">\n        \u201cFast & accurate \u2014 perfect for beginners.\u201d\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section id=\"cta\" class=\"cta\" data-fade>\n    <h2>Ready to Profit?<\/h2>\n    <p>Abhi join karein \u2014 100% free premium signals!<\/p>\n    <button class=\"btn-primary\" onclick=\"window.open('https:\/\/telegram.me\/+uQ8s6Y1vypVlNWQ1','_blank')\">\n      Join Free Now\n    <\/button>\n  <\/section>\n\n  <!-- Bhai Ki Agency -->\n  <section class=\"agency-credit\" data-fade>\n    <h3>Bhai Ki Agency<\/h3>\n    <p>Digital Growth Partner For Smart Creators & Brands<\/p>\n    <a href=\"https:\/\/bhaiki.agency\/\" class=\"agency-btn\" target=\"_blank\">Join Agency<\/a>\n  <\/section>\n\n  <footer>\n    &copy; 2025 Trade Finder. All Rights Reserved.\n  <\/footer>\n\n  <script>\n    document.getElementById('menu-btn').addEventListener('click', function(){\n      document.getElementById('nav').classList.toggle('open');\n    });\n\n    document.querySelectorAll('[data-fade]').forEach(el => {\n      new IntersectionObserver(entries => {\n        if(entries[0].isIntersecting) el.classList.add('visible');\n      }).observe(el);\n    });\n  <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Trade Finder \u2013 Free Pro Trading Signals Features Testimonials Join Now Free Pro Trading Signals Real-time Nifty &amp; BankNifty alerts \u2014 bilkul free! Join Telegram Key Features Instant Alerts Market move hote hi turant signal. Custom Setups Apne trading style ke hisaab se alerts. Deep Analytics Charts + indicators = pro insights. Expert Community Daily guidance &#038; learning. What Traders Say \u201cProfit margin 4x ho gaya \u2014 best signals!\u201d \u201cCustom alerts ne game change kar diya.\u201d \u201cCommunity se sab doubts clear ho jaate hain.\u201d \u201cFast &#038; accurate \u2014 perfect for beginners.\u201d Ready to Profit? Abhi join karein \u2014 100% free premium signals! Join Free Now Bhai Ki Agency Digital Growth Partner For Smart Creators &#038; Brands Join Agency &copy; 2025 Trade Finder. All Rights Reserved.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-170","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/pages\/170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/comments?post=170"}],"version-history":[{"count":10,"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/pages\/170\/revisions"}],"predecessor-version":[{"id":181,"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/pages\/170\/revisions\/181"}],"wp:attachment":[{"href":"https:\/\/tradefinder.vip\/index.php\/wp-json\/wp\/v2\/media?parent=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}