Home

<!doctype html>
<html lang="en" class="h-full">
 <head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Marketing &amp; Lead Generation Services</title>
  <script src="/_sdk/element_sdk.js"></script>
  <script src="https://cdn.tailwindcss.com"></script>
  <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&amp;display=swap" rel="stylesheet">
  <style>
    body {
      box-sizing: border-box;
      font-family: 'Plus Jakarta Sans', sans-serif;
    }
    
    * {
      box-sizing: border-box;
    }
    
    .gradient-text {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    
    .service-card {
      transition: all 0.3s ease;
    }
    
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
    }
    
    .feature-item {
      opacity: 0;
      animation: fadeInUp 0.6s ease forwards;
    }
    
    .feature-item:nth-child(1) { animation-delay: 0.1s; }
    .feature-item:nth-child(2) { animation-delay: 0.2s; }
    .feature-item:nth-child(3) { animation-delay: 0.3s; }
    .feature-item:nth-child(4) { animation-delay: 0.4s; }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .pulse-dot {
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
    
    @keyframes pulse {
      0%, 100% {
        opacity: 1;
      }
      50% {
        opacity: 0.5;
      }
    }
  </style>
  <style>@view-transition { navigation: auto; }</style>
  <script src="/_sdk/data_sdk.js" type="text/javascript"></script>
 </head>
 <body class="h-full w-full overflow-auto" style="margin: 0; padding: 0; background: linear-gradient(135deg, #000000 0%, #1f2937 100%);">
  <div class="w-full h-full" style="background: linear-gradient(135deg, #000000 0%, #1f2937 100%);"><!-- Navigation -->
   <nav class="w-full" style="background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); box-shadow: 0 1px 3px rgba(0,0,0,0.1);">
    <div class="max-w-7xl mx-auto px-6 py-4">
     <div class="flex justify-between items-center">
      <div class="flex items-center space-x-2">
       <div class="w-10 h-10 rounded-lg flex items-center justify-center" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-6 h-6" fill="none" stroke="#dc2626" stroke-width="2.5" viewbox="0 0 24 24"><path d="M7 10v4m5-4v4m5-4v4M5 6h14M6 6v12m12-12v12" />
        </svg>
       </div><span id="nav-company-name" class="text-xl font-bold" style="color: #000000;">The Hashtag Consultants</span>
      </div>
      <div class="hidden md:flex space-x-8"><a href="#services" class="font-medium transition-colors" style="color: #4a5568;">Services</a> <a href="#about" class="font-medium transition-colors" style="color: #4a5568;">About</a> <a href="#contact" class="font-medium transition-colors" style="color: #4a5568;">Contact</a>
      </div><button id="nav-cta" class="px-6 py-2 rounded-lg font-semibold transition-all" style="background: #dc2626; color: white;"> Get Started </button>
     </div>
    </div>
   </nav><!-- Hero Section -->
   <section class="w-full px-6 py-20 md:py-32">
    <div class="max-w-7xl mx-auto text-center">
     <div class="inline-flex items-center px-4 py-2 rounded-full mb-6" style="background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px);"><span class="w-2 h-2 rounded-full mr-2 pulse-dot" style="background: #10b981;"></span> <span class="text-sm font-semibold" style="color: white;">Available for Campaign Onboarding</span>
     </div>
     <h1 id="hero-title" class="text-5xl md:text-7xl font-bold mb-6" style="color: white; line-height: 1.1;">Scale Your Business with Expert Marketing Services</h1>
     <p id="hero-subtitle" class="text-xl md:text-2xl mb-10 max-w-3xl mx-auto" style="color: rgba(255, 255, 255, 0.9);">Multi-location call centers, lead generation, telemarketing, and digital marketing solutions tailored to drive your growth</p>
     <div class="flex flex-col sm:flex-row gap-4 justify-center items-center"><button id="hero-cta-primary" class="px-8 py-4 rounded-lg font-bold text-lg transition-all shadow-lg" style="background: #dc2626; color: white;"> Start Your Campaign </button> <button class="px-8 py-4 rounded-lg font-bold text-lg transition-all" style="background: rgba(255, 255, 255, 0.2); color: white; border: 2px solid white;"> View Our Services </button>
     </div>
     <div class="grid grid-cols-2 md:grid-cols-4 gap-8 mt-16 max-w-4xl mx-auto">
      <div class="feature-item">
       <div class="text-4xl font-bold mb-2" style="color: white;">
        50+
       </div>
       <div class="text-sm" style="color: rgba(255, 255, 255, 0.8);">
        Call Centers
       </div>
      </div>
      <div class="feature-item">
       <div class="text-4xl font-bold mb-2" style="color: white;">
        24/7
       </div>
       <div class="text-sm" style="color: rgba(255, 255, 255, 0.8);">
        Support Available
       </div>
      </div>
      <div class="feature-item">
       <div class="text-4xl font-bold mb-2" style="color: white;">
        1000+
       </div>
       <div class="text-sm" style="color: rgba(255, 255, 255, 0.8);">
        Campaigns Delivered
       </div>
      </div>
      <div class="feature-item">
       <div class="text-4xl font-bold mb-2" style="color: white;">
        98%
       </div>
       <div class="text-sm" style="color: rgba(255, 255, 255, 0.8);">
        Client Satisfaction
       </div>
      </div>
     </div>
    </div>
   </section><!-- Services Section -->
   <section id="services" class="w-full px-6 py-20" style="background: white;">
    <div class="max-w-7xl mx-auto">
     <div class="text-center mb-16">
      <h2 id="services-title" class="text-4xl md:text-5xl font-bold mb-4" style="color: #1a202c;">Our Services</h2>
      <p class="text-xl" style="color: #718096;">Comprehensive solutions to power your business growth</p>
     </div>
     <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"><!-- Service Card 1 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Lead Generation</h3>
       <p class="mb-6" style="color: #718096;">High-quality, targeted leads delivered to fuel your sales pipeline with qualified prospects ready to convert.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#dc2626" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">B2B &amp; B2C Lead Gen</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#dc2626" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Multi-channel Approach</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#dc2626" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Verified &amp; Qualified</span></li>
       </ul>
      </div><!-- Service Card 2 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M20.01 15.38c-1.23 0-2.42-.2-3.53-.56-.35-.12-.74-.03-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Telesales Services</h3>
       <p class="mb-6" style="color: #718096;">Professional outbound calling teams dedicated to closing deals and driving revenue through proven sales techniques.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Trained Sales Agents</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Script Development</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Performance Tracking</span></li>
       </ul>
      </div><!-- Service Card 3 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Customer Support</h3>
       <p class="mb-6" style="color: #718096;">Round-the-clock customer service across multiple call centers ensuring your customers always receive exceptional support.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">24/7 Availability</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Multi-language Support</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Ticket Management</span></li>
       </ul>
      </div><!-- Service Card 4 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Digital Marketing</h3>
       <p class="mb-6" style="color: #718096;">Comprehensive digital strategies including SEO, PPC, social media, and content marketing to boost your online presence.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">SEO &amp; SEM</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Social Media Marketing</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Content Creation</span></li>
       </ul>
      </div><!-- Service Card 5 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 17H7v-7h2v7zm4 0h-2V7h2v10zm4 0h-2v-4h2v4z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Campaign Management</h3>
       <p class="mb-6" style="color: #718096;">End-to-end campaign planning, execution, and optimization across all our call center network for maximum ROI.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Strategic Planning</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Real-time Analytics</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Performance Reports</span></li>
       </ul>
      </div><!-- Service Card 6 -->
      <div class="service-card p-8 rounded-2xl" style="background: white; border: 2px solid #e2e8f0; box-shadow: 0 4px 6px rgba(0,0,0,0.05);">
       <div class="w-16 h-16 rounded-xl flex items-center justify-center mb-6" style="background: #000000; border: 2px solid #dc2626;">
        <svg class="w-8 h-8" fill="#dc2626" viewbox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Scalable Infrastructure</h3>
       <p class="mb-6" style="color: #718096;">Access to multiple call centers that can be quickly onboarded and scaled to meet your campaign demands.</p>
       <ul class="space-y-2">
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Rapid Deployment</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Flexible Capacity</span></li>
        <li class="flex items-start">
         <svg class="w-5 h-5 mr-2 mt-0.5" fill="#667eea" viewbox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd" />
         </svg><span style="color: #4a5568;">Global Coverage</span></li>
       </ul>
      </div>
     </div>
    </div>
   </section><!-- Why Choose Us Section -->
   <section id="about" class="w-full px-6 py-20" style="background: #f7fafc;">
    <div class="max-w-7xl mx-auto">
     <div class="text-center mb-16">
      <h2 class="text-4xl md:text-5xl font-bold mb-4" style="color: #1a202c;">Why Choose Us</h2>
      <p class="text-xl" style="color: #718096;">The advantages of partnering with our network</p>
     </div>
     <div class="grid md:grid-cols-3 gap-8">
      <div class="text-center p-8">
       <div class="w-20 h-20 rounded-full mx-auto mb-6 flex items-center justify-center" style="background: #000000; border: 3px solid #dc2626;">
        <svg class="w-10 h-10" fill="#dc2626" viewbox="0 0 24 24"><path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Quick Onboarding</h3>
       <p style="color: #718096;">Get your campaign live in days, not weeks. Our streamlined process ensures rapid deployment across our call center network.</p>
      </div>
      <div class="text-center p-8">
       <div class="w-20 h-20 rounded-full mx-auto mb-6 flex items-center justify-center" style="background: #000000; border: 3px solid #dc2626;">
        <svg class="w-10 h-10" fill="#dc2626" viewbox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Proven Results</h3>
       <p style="color: #718096;">Track record of delivering high-quality leads and conversions with transparent reporting and analytics.</p>
      </div>
      <div class="text-center p-8">
       <div class="w-20 h-20 rounded-full mx-auto mb-6 flex items-center justify-center" style="background: #000000; border: 3px solid #dc2626;">
        <svg class="w-10 h-10" fill="#dc2626" viewbox="0 0 24 24"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" />
        </svg>
       </div>
       <h3 class="text-2xl font-bold mb-3" style="color: #1a202c;">Multi-Location</h3>
       <p style="color: #718096;">Access to numerous call centers worldwide enables us to scale operations and provide 24/7 coverage.</p>
      </div>
     </div>
    </div>
   </section><!-- Contact Section -->
   <section id="contact" class="w-full px-6 py-20" style="background: white;">
    <div class="max-w-4xl mx-auto">
     <div class="text-center mb-12">
      <h2 id="contact-title" class="text-4xl md:text-5xl font-bold mb-4" style="color: #1a202c;">Ready to Get Started?</h2>
      <p id="contact-subtitle" class="text-xl" style="color: #718096;">Let's discuss how we can help scale your business with our marketing services</p>
     </div>
     <form id="contact-form" class="space-y-6">
      <div class="grid md:grid-cols-2 gap-6">
       <div><label for="name" class="block text-sm font-semibold mb-2" style="color: #1a202c;">Name</label> <input type="text" id="name" required class="w-full px-4 py-3 rounded-lg focus:outline-none focus:ring-2" style="border: 2px solid #e2e8f0; color: #1a202c;" placeholder="Your name">
       </div>
       <div><label for="email" class="block text-sm font-semibold mb-2" style="color: #1a202c;">Email</label> <input type="email" id="email" required class="w-full px-4 py-3 rounded-lg focus:outline-none focus:ring-2" style="border: 2px solid #e2e8f0; color: #1a202c;" placeholder="your@email.com">
       </div>
      </div>
      <div><label for="company" class="block text-sm font-semibold mb-2" style="color: #1a202c;">Company</label> <input type="text" id="company" class="w-full px-4 py-3 rounded-lg focus:outline-none focus:ring-2" style="border: 2px solid #e2e8f0; color: #1a202c;" placeholder="Your company name">
      </div>
      <div><label for="service" class="block text-sm font-semibold mb-2" style="color: #1a202c;">Service Interested In</label> <select id="service" class="w-full px-4 py-3 rounded-lg focus:outline-none focus:ring-2" style="border: 2px solid #e2e8f0; color: #1a202c;"> <option value="">Select a service</option> <option value="lead-gen">Lead Generation</option> <option value="telesales">Telesales Services</option> <option value="support">Customer Support</option> <option value="digital">Digital Marketing</option> <option value="campaign">Campaign Management</option> <option value="other">Other</option> </select>
      </div>
      <div><label for="message" class="block text-sm font-semibold mb-2" style="color: #1a202c;">Message</label> <textarea id="message" rows="5" required class="w-full px-4 py-3 rounded-lg focus:outline-none focus:ring-2" style="border: 2px solid #e2e8f0; color: #1a202c;" placeholder="Tell us about your campaign needs..."></textarea>
      </div><button type="submit" id="submit-btn" class="w-full px-8 py-4 rounded-lg font-bold text-lg transition-all shadow-lg" style="background: #dc2626; color: white;"> Send Message </button>
     </form>
     <div id="success-message" class="mt-6 p-4 rounded-lg hidden" style="background: #d1fae5; border: 2px solid #10b981;">
      <p class="font-semibold" style="color: #065f46;">✓ Message sent successfully! We'll get back to you within 24 hours.</p>
     </div>
    </div>
   </section><!-- Footer -->
   <footer class="w-full px-6 py-12" style="background: #1a202c;">
    <div class="max-w-7xl mx-auto">
     <div class="grid md:grid-cols-4 gap-8 mb-8">
      <div>
       <div class="flex items-center space-x-2 mb-4">
        <div class="w-10 h-10 rounded-lg flex items-center justify-center" style="background: #000000; border: 2px solid #dc2626;">
         <svg class="w-6 h-6" fill="none" stroke="#dc2626" stroke-width="2.5" viewbox="0 0 24 24"><path d="M7 10v4m5-4v4m5-4v4M5 6h14M6 6v12m12-12v12" />
         </svg>
        </div><span class="text-xl font-bold" style="color: white;">The Hashtag</span>
       </div>
       <p class="text-sm" style="color: #a0aec0;">Empowering businesses with comprehensive marketing and call center solutions.</p>
      </div>
      <div>
       <h4 class="font-bold mb-4" style="color: white;">Services</h4>
       <ul class="space-y-2 text-sm">
        <li><a href="#" style="color: #a0aec0;">Lead Generation</a></li>
        <li><a href="#" style="color: #a0aec0;">Telesales</a></li>
        <li><a href="#" style="color: #a0aec0;">Customer Support</a></li>
        <li><a href="#" style="color: #a0aec0;">Digital Marketing</a></li>
       </ul>
      </div>
      <div>
       <h4 class="font-bold mb-4" style="color: white;">Company</h4>
       <ul class="space-y-2 text-sm">
        <li><a href="#" style="color: #a0aec0;">About Us</a></li>
        <li><a href="#" style="color: #a0aec0;">Careers</a></li>
        <li><a href="#" style="color: #a0aec0;">Blog</a></li>
        <li><a href="#" style="color: #a0aec0;">Contact</a></li>
       </ul>
      </div>
      <div>
       <h4 class="font-bold mb-4" style="color: white;">Connect</h4>
       <div class="flex space-x-4"><a href="#" class="w-10 h-10 rounded-lg flex items-center justify-center transition-all" style="background: #2d3748;">
         <svg class="w-5 h-5" fill="#a0aec0" viewbox="0 0 24 24"><path 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" />
         </svg></a> <a href="#" class="w-10 h-10 rounded-lg flex items-center justify-center transition-all" style="background: #2d3748;">
         <svg class="w-5 h-5" fill="#a0aec0" viewbox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
         </svg></a> <a href="#" class="w-10 h-10 rounded-lg flex items-center justify-center transition-all" style="background: #2d3748;">
         <svg class="w-5 h-5" fill="#a0aec0" viewbox="0 0 24 24"><path d="M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z" />
         </svg></a>
       </div>
      </div>
     </div>
     <div class="border-t pt-8" style="border-color: #2d3748;">
      <p id="footer-text" class="text-center text-sm" style="color: #a0aec0;">© 2024 MarketPro Solutions. All rights reserved.</p>
     </div>
    </div>
   </footer>
  </div>
  <script>
    const defaultConfig = {
      background_color: '#000000',
      surface_color: '#ffffff',
      text_color: '#000000',
      primary_action_color: '#dc2626',
      secondary_action_color: '#1f2937',
      font_family: 'Plus Jakarta Sans',
      font_size: 16,
      company_name: 'The Hashtag Consultants',
      hero_title: 'Scale Your Business with Expert Marketing Services',
      hero_subtitle: 'Multi-location call centers, lead generation, telemarketing, and digital marketing solutions tailored to drive your growth',
      cta_button: 'Get Started',
      services_title: 'Our Services',
      contact_title: 'Ready to Get Started?',
      contact_subtitle: "Let's discuss how we can help scale your business with our marketing services",
      footer_text: '© 2024 The Hashtag Consultants. All rights reserved.'
    };

    async function onConfigChange(config) {
      const backgroundGradient = `linear-gradient(135deg, ${config.background_color || defaultConfig.background_color} 0%, ${config.primary_action_color || defaultConfig.primary_action_color} 100%)`;
      const surfaceColor = config.surface_color || defaultConfig.surface_color;
      const textColor = config.text_color || defaultConfig.text_color;
      const primaryActionColor = config.primary_action_color || defaultConfig.primary_action_color;
      const secondaryActionColor = config.secondary_action_color || defaultConfig.secondary_action_color;
      const fontFamily = config.font_family || defaultConfig.font_family;
      const baseFontSize = config.font_size || defaultConfig.font_size;

      // Apply background gradient
      document.body.style.background = backgroundGradient;
      document.body.firstElementChild.style.background = backgroundGradient;

      // Apply font family
      document.body.style.fontFamily = `'${fontFamily}', 'Plus Jakarta Sans', sans-serif`;

      // Update text content
      const companyNameElements = [
        document.getElementById('nav-company-name'),
        document.querySelector('footer .font-bold')
      ];
      companyNameElements.forEach(el => {
        if (el) el.textContent = config.company_name || defaultConfig.company_name;
      });

      const heroTitle = document.getElementById('hero-title');
      if (heroTitle) heroTitle.textContent = config.hero_title || defaultConfig.hero_title;

      const heroSubtitle = document.getElementById('hero-subtitle');
      if (heroSubtitle) heroSubtitle.textContent = config.hero_subtitle || defaultConfig.hero_subtitle;

      const ctaButtons = [
        document.getElementById('nav-cta'),
        document.getElementById('hero-cta-primary')
      ];
      ctaButtons.forEach(el => {
        if (el) el.textContent = config.cta_button || defaultConfig.cta_button;
      });

      const servicesTitle = document.getElementById('services-title');
      if (servicesTitle) servicesTitle.textContent = config.services_title || defaultConfig.services_title;

      const contactTitle = document.getElementById('contact-title');
      if (contactTitle) contactTitle.textContent = config.contact_title || defaultConfig.contact_title;

      const contactSubtitle = document.getElementById('contact-subtitle');
      if (contactSubtitle) contactSubtitle.textContent = config.contact_subtitle || defaultConfig.contact_subtitle;

      const footerText = document.getElementById('footer-text');
      if (footerText) footerText.textContent = config.footer_text || defaultConfig.footer_text;

      // Apply colors
      const serviceCards = document.querySelectorAll('.service-card');
      serviceCards.forEach(card => {
        card.style.background = surfaceColor;
      });

      // Update primary action buttons
      const primaryButtons = document.querySelectorAll('[style*="linear-gradient"]');
      primaryButtons.forEach(btn => {
        if (btn.tagName === 'BUTTON' || btn.classList.contains('w-10')) {
          btn.style.background = backgroundGradient;
        }
      });

      // Apply font sizes
      heroTitle.style.fontSize = `${baseFontSize * 3.5}px`;
      heroSubtitle.style.fontSize = `${baseFontSize * 1.5}px`;
      servicesTitle.style.fontSize = `${baseFontSize * 3}px`;
      contactTitle.style.fontSize = `${baseFontSize * 3}px`;
      contactSubtitle.style.fontSize = `${baseFontSize * 1.25}px`;
      
      document.querySelectorAll('.service-card h3').forEach(el => {
        el.style.fontSize = `${baseFontSize * 1.5}px`;
      });
      
      document.querySelectorAll('.service-card p, .service-card li span').forEach(el => {
        el.style.fontSize = `${baseFontSize}px`;
      });
    }

    function mapToCapabilities(config) {
      return {
        recolorables: [
          {
            get: () => config.background_color || defaultConfig.background_color,
            set: (value) => {
              if (window.elementSdk) {
                window.elementSdk.setConfig({ background_color: value });
              }
            }
          },
          {
            get: () => config.surface_color || defaultConfig.surface_color,
            set: (value) => {
              if (window.elementSdk) {
                window.elementSdk.setConfig({ surface_color: value });
              }
            }
          },
          {
            get: () => config.text_color || defaultConfig.text_color,
            set: (value) => {
              if (window.elementSdk) {
                window.elementSdk.setConfig({ text_color: value });
              }
            }
          },
          {
            get: () => config.primary_action_color || defaultConfig.primary_action_color,
            set: (value) => {
              if (window.elementSdk) {
                window.elementSdk.setConfig({ primary_action_color: value });
              }
            }
          },
          {
            get: () => config.secondary_action_color || defaultConfig.secondary_action_color,
            set: (value) => {
              if (window.elementSdk) {
                window.elementSdk.setConfig({ secondary_action_color: value });
              }
            }
          }
        ],
        borderables: [],
        fontEditable: {
          get: () => config.font_family || defaultConfig.font_family,
          set: (value) => {
            if (window.elementSdk) {
              window.elementSdk.setConfig({ font_family: value });
            }
          }
        },
        fontSizeable: {
          get: () => config.font_size || defaultConfig.font_size,
          set: (value) => {
            if (window.elementSdk) {
              window.elementSdk.setConfig({ font_size: value });
            }
          }
        }
      };
    }

    function mapToEditPanelValues(config) {
      return new Map([
        ['company_name', config.company_name || defaultConfig.company_name],
        ['hero_title', config.hero_title || defaultConfig.hero_title],
        ['hero_subtitle', config.hero_subtitle || defaultConfig.hero_subtitle],
        ['cta_button', config.cta_button || defaultConfig.cta_button],
        ['services_title', config.services_title || defaultConfig.services_title],
        ['contact_title', config.contact_title || defaultConfig.contact_title],
        ['contact_subtitle', config.contact_subtitle || defaultConfig.contact_subtitle],
        ['footer_text', config.footer_text || defaultConfig.footer_text]
      ]);
    }

    // Initialize Element SDK
    if (window.elementSdk) {
      window.elementSdk.init({
        defaultConfig,
        onConfigChange,
        mapToCapabilities,
        mapToEditPanelValues
      });
    }

    // Form handling
    const contactForm = document.getElementById('contact-form');
    const successMessage = document.getElementById('success-message');

    contactForm.addEventListener('submit', (e) => {
      e.preventDefault();
      
      // Show success message
      successMessage.classList.remove('hidden');
      
      // Reset form
      contactForm.reset();
      
      // Hide success message after 5 seconds
      setTimeout(() => {
        successMessage.classList.add('hidden');
      }, 5000);
      
      // Scroll to success message
      successMessage.scrollIntoView({ behavior: 'smooth', block: 'nearest' });
    });

    // Smooth scrolling for navigation links
    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
      anchor.addEventListener('click', function (e) {
        e.preventDefault();
        const target = document.querySelector(this.getAttribute('href'));
        if (target) {
          target.scrollIntoView({ behavior: 'smooth' });
        }
      });
    });
  </script>
 <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9c715ee39459e89f',t:'MTc2OTk0ODA4OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>