<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Exceptional Apps for iPhone &amp; iPad - iThinkdiff.net</title>
  <meta name="description" content="Helping 15 million people communicate, learn, and play in over 30 languages. iThinkdiff creates exceptional iOS apps including AI Dictionary Translator, Word Search, and more.">
  <meta name="keywords" content="iOS apps, iPhone apps, iPad apps, dictionary app, word games, AI Dictionary Translator, iThinkdiff">
  <meta name="author" content="Mahmud Ahsan">
  <link rel="canonical" href="https://ithinkdiff.net/">

  <!-- Open Graph / Facebook -->
  <meta property="og:type" content="website">
  <meta property="og:url" content="https://ithinkdiff.net/">
  <meta property="og:title" content="Exceptional Apps for iPhone &amp; iPad - iThinkdiff.net">
  <meta property="og:description" content="Helping 15 million people communicate, learn, and play in over 30 languages. iThinkdiff creates exceptional iOS apps including AI Dictionary Translator, Word Search, and more.">
  <meta property="og:image" content="https://ithinkdiff.net/img/logo/ithinkdiff.png">

  <!-- Twitter -->
  <meta name="twitter:card" content="summary_large_image">
  <meta name="twitter:site" content="@ithinkdiff_apps">
  <meta name="twitter:title" content="Exceptional Apps for iPhone &amp; iPad - iThinkdiff.net">
  <meta name="twitter:description" content="Helping 15 million people communicate, learn, and play in over 30 languages. iThinkdiff creates exceptional iOS apps including AI Dictionary Translator, Word Search, and more.">
  <meta name="twitter:image" content="https://ithinkdiff.net/img/logo/ithinkdiff.png">

  <meta name="theme-color" content="#007AFF">
  <link rel="shortcut icon" type="image/x-icon" href="/img/logo/favicon.ico">
  <link rel="apple-touch-icon" sizes="180x180" href="/img/logo/apple-icon-180x180.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/img/logo/favicon-32x32.png">
  <link rel="manifest" href="/manifest.json">
  <link rel="stylesheet" href="/css/main.css">

  <!-- JSON-LD Organization -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "iThinkdiff",
    "url": "https://ithinkdiff.net",
    "logo": "https://ithinkdiff.net/img/logo/ithinkdiff.png",
    "description": "Exceptional iOS apps for iPhone and iPad",
    "sameAs": [
      "https://twitter.com/ithinkdiff_apps",
      "https://www.youtube.com/channel/UCoebmWVTb-sfSkm0aClDJjg",
      "https://apps.apple.com/us/developer/ithinkdiff/id377715733"
    ]
  }
  </script>

  <!-- Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-BYC2ZGLN68"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){ dataLayer.push(arguments); }
    gtag('js', new Date());
    gtag('config', 'G-BYC2ZGLN68');
  </script>
  <style>
    /* Blog-specific additions */
    .blog-hero {
      background: var(--light-bg);
      padding: 56px 0 40px;
      border-bottom: 1px solid var(--border);
    }
    .blog-hero h1 { font-size: 2.25rem; font-weight: 700; margin-bottom: 8px; }
    .blog-hero p { color: var(--gray); font-size: 1.0625rem; }

    .post-meta { color: var(--gray); font-size: 0.9rem; margin-bottom: 24px; }
    .post-tag {
      display: inline-block;
      background: rgba(0,122,255,0.1);
      color: var(--primary);
      padding: 2px 10px;
      border-radius: 20px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      margin-right: 4px;
    }

    .post-list-grid { display: flex; flex-direction: column; gap: 28px; }
    .post-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px 32px;
      transition: box-shadow var(--transition);
    }
    .post-card:hover { box-shadow: var(--shadow); }
    .post-card h2 { font-size: 1.25rem; margin-bottom: 6px; }
    .post-card h2 a { color: var(--dark); }
    .post-card h2 a:hover { color: var(--primary); text-decoration: none; }
    .post-card .post-meta { margin-bottom: 8px; }
    .post-card p { color: var(--medium); font-size: 0.9375rem; }

    .prose { max-width: 720px; margin: 0 auto; }
    .prose h1 { font-size: 2rem; margin-bottom: 12px; }
    .prose h2 { font-size: 1.4rem; margin: 2em 0 0.75em; }
    .prose h3 { font-size: 1.15rem; margin: 1.5em 0 0.5em; }
    .prose p { margin-bottom: 1.25em; color: var(--medium); }
    .prose a { color: var(--primary); }
    .prose ul, .prose ol { margin: 1em 0 1.25em 1.5em; color: var(--medium); }
    .prose li { margin-bottom: 0.4em; }
    .prose pre {
      background: var(--dark);
      color: #f8f8f2;
      padding: 20px 24px;
      border-radius: var(--radius-sm);
      overflow-x: auto;
      margin: 1.5em 0;
      font-size: 0.875rem;
      line-height: 1.6;
    }
    .prose code {
      font-family: 'SF Mono', SFMono-Regular, Consolas, monospace;
      font-size: 0.875em;
      background: var(--light-bg);
      padding: 2px 6px;
      border-radius: 4px;
    }
    .prose pre code { background: none; padding: 0; font-size: 1em; }
    .prose hr { border: none; border-top: 1px solid var(--border); margin: 2.5em 0; }
    .back-link { display: inline-block; margin-bottom: 32px; color: var(--primary); font-size: 0.9375rem; }
    .back-link:hover { text-decoration: none; color: var(--primary-dark); }
  </style>
</head>
<body>

<!-- Header -->
<header class="site-header" role="banner">
  <nav class="nav-wrap" aria-label="Main navigation">
    <a href="/" class="nav-brand" aria-label="iThinkdiff Home">
      <img src="/img/logo/ithinkdiff.png" alt="iThinkdiff" width="160" height="34">
    </a>
    <button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">
      <span></span><span></span><span></span>
    </button>
    <ul class="nav-links" role="list">
      <li><a href="/">Home</a></li>
      <li><a href="/#apps">Apps</a></li>
      <li><a href="/blog/">Blog</a></li>
      <li><a href="/privacy">Privacy</a></li>
      <li><a href="/terms">Terms</a></li>
      <li><a href="/contact">Contact</a></li>
      <li><a href="https://apps.apple.com/us/developer/ithinkdiff/id377715733" target="_blank" rel="noopener noreferrer" class="nav-cta">App Store</a></li>
    </ul>
  </nav>
</header>


<!-- ===================== HERO ===================== -->
<section class="hero" aria-label="Introduction">
  <div class="container">
    <div class="hero-copy">
        <h1>Exceptional Apps for iPhone &amp; iPad</h1>
        <p class="hero-subtitle">Helping 15 million people communicate, learn, and play in over 30 languages.</p>
        <div class="hero-buttons">
          <a href="#apps" class="btn-hero-primary">
            <svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
            Explore Apps
          </a>
          <a href="#youtube" class="btn-hero-secondary">Watch Shorts</a>
        </div>
        <div class="hero-stats" aria-label="Company statistics">
          <div class="hero-stat">
            <strong><a href="#" id="proof-trigger">15M+</a></strong>
            <span>Downloads</span>
          </div>
          <div class="hero-stat">
            <strong>15+</strong>
            <span>Apps</span>
          </div>
          <div class="hero-stat">
            <strong>30+</strong>
            <span>Languages</span>
          </div>
        </div>
    </div>

    <!-- Modal for 15M+ Proof -->
    <div id="proof-modal" class="modal" aria-hidden="true" role="dialog">
      <div class="modal-content">
        <div class="modal-header">
          <h2 class="modal-title">15M+ Downloads Proof</h2>
          <button class="modal-close" id="modal-close" aria-label="Close modal">&times;</button>
        </div>
        <div class="modal-body">
          <img src="/img/ithinkdiff-15m-proof.png" alt="App Store analytics showing 15M+ cumulative downloads">
          <p class="modal-caption">Cumulative download count across the iThinkdiff App Store portfolio.</p>
        </div>
      </div>
    </div>

    <script>
      // Proof Modal Logic
      const trigger = document.getElementById('proof-trigger');
      const modal = document.getElementById('proof-modal');
      const closeBtn = document.getElementById('modal-close');

      if (trigger && modal && closeBtn) {
        trigger.addEventListener('click', (e) => {
          e.preventDefault();
          modal.classList.add('active');
          document.body.style.overflow = 'hidden';
        });

        const closeModal = () => {
          modal.classList.remove('active');
          document.body.style.overflow = '';
        };

        closeBtn.addEventListener('click', closeModal);
        modal.addEventListener('click', (e) => {
          if (e.target === modal) closeModal();
        });
        document.addEventListener('keydown', (e) => {
          if (e.key === 'Escape' && modal.classList.contains('active')) closeModal();
        });
      }
    </script>
  </div>
</section>

<!-- ===================== ALL APPS ===================== -->
<section class="apps-section section-alt" id="apps" aria-label="All Apps">
  <div class="container">
    <div class="apps-grid">
      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id1527918864" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View AI Dictionary Translator on the App Store">
          <img src="/img/app-icons/dictionary-translator-30.png" class="app-card-icon" alt="AI Dictionary Translator app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>AI Dictionary Translator</h3>
            <p>Dictionary · Translator</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/app/id698143087" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Word Search on the App Store">
          <img src="/img/app-icons/word-search.png" class="app-card-icon" alt="Word Search app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>AI Word Search</h3>
            <p>Puzzle Game</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/travel-utility-pro/id1178870090" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Tripwise AI on the App Store">
          <img src="/img/app-icons/travel-utility-pro-icon.png" class="app-card-icon" alt="Tripwise AI app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Tripwise AI</h3>
            <p>Travel Tools</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/happy-birthday-greeting/id657198738" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Birthday Reminder &amp; Events on the App Store">
          <img src="/img/app-icons/birthday.png" class="app-card-icon" alt="Birthday Reminder &amp; Events app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Birthday Reminder &amp; Events</h3>
            <p>Reminder App</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id665690475" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Bangla Keyboard &amp; AI Notes on the App Store">
          <img src="/img/app-icons/bangla-notes.png" class="app-card-icon" alt="Bangla Keyboard &amp; AI Notes app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Bangla Keyboard &amp; AI Notes</h3>
            <p>Productivity</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id1071401810" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Arabic Keyboard &amp; AI Notes on the App Store">
          <img src="/img/app-icons/arabic-notes.png" class="app-card-icon" alt="Arabic Keyboard &amp; AI Notes app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Arabic Keyboard &amp; AI Notes</h3>
            <p>Productivity</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id674381918" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Tamil Keyboard &amp; AI Notes on the App Store">
          <img src="/img/app-icons/tamil-notes.png" class="app-card-icon" alt="Tamil Keyboard &amp; AI Notes app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Tamil Keyboard &amp; AI Notes</h3>
            <p>Productivity</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/khuluq/id6761967378" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Khuluq on the App Store">
          <img src="/img/app-icons/khuluq.png" class="app-card-icon" alt="Khuluq app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Khuluq</h3>
            <p>Character Builder</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id542400527" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Hangman on the App Store">
          <img src="/img/app-icons/hangman.png" class="app-card-icon" alt="Hangman app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Hangman</h3>
            <p>Word Game</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/id1024469928" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Math Puzzle on the App Store">
          <img src="/img/app-icons/math-puzzle.png" class="app-card-icon" alt="Math Puzzle app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Math Puzzle</h3>
            <p>Puzzle Game</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/us/app/find-da-pair-memory-puzzle/id980815761" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Find Da Pair on the App Store">
          <img src="/img/app-icons/find-da-pair.png" class="app-card-icon" alt="Find Da Pair app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Find Da Pair</h3>
            <p>Memory Game</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/my/app/sudoku-zen-number-puzzle/id565889450" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Sudoku on the App Store">
          <img src="/img/app-icons/sudoku.png" class="app-card-icon" alt="Sudoku app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Sudoku</h3>
            <p>Puzzle Game</p>
          </div>
        </a>
      </article>

      <article class="app-card">
        <a href="https://apps.apple.com/my/app/id1106517619" target="_blank" rel="noopener noreferrer" class="app-card-link" aria-label="View Njump on the App Store">
          <img src="/img/app-icons/njump.png" class="app-card-icon" alt="Njump game app icon" width="88" height="88" loading="lazy">
          <div class="app-card-copy">
            <h3>Njump</h3>
            <p>Arcade Game</p>
          </div>
        </a>
      </article>
    </div>
  </div>
</section>

<!-- ===================== YOUTUBE ===================== -->
<section class="youtube-section" id="youtube" aria-label="Latest videos from iThinkdiff on YouTube">
  <div class="container">
    <div class="section-header">
      <p class="section-tag">Latest on YouTube</p>
      <h2 class="section-title">Recent Videos &amp; Shorts</h2>
      <p class="section-subtitle">Quick app demos, updates, and bite-sized clips from the iThinkdiff channel.</p>
    </div>
    <div class="youtube-feed" aria-live="polite">
      
        <a href="https://www.youtube.com/shorts/ZzGlu1gfNlk" target="_blank" rel="noopener noreferrer" class="youtube-card" aria-label="Watch AI Dictionary Translator #ipad #smartphone #iphone #bangladesh on YouTube">
          <div class="youtube-thumb-wrap">
            <img src="https://i.ytimg.com/vi/ZzGlu1gfNlk/hqdefault.jpg" alt="" loading="lazy" class="youtube-thumb">
            <span class="youtube-play-badge">
              <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
              Watch
            </span>
          </div>
          <div class="youtube-meta">
            <h3 class="youtube-title">AI Dictionary Translator #ipad #smartphone #iphone #bangladesh</h3>
            <span class="youtube-date">May 30, 2026</span>
          </div>
        </a>
      
        <a href="https://www.youtube.com/shorts/45fkkfIONEQ" target="_blank" rel="noopener noreferrer" class="youtube-card" aria-label="Watch AI Arabic Keyboard &amp; Notes - أفضل تطبيق لكتابة اللغة العربية على الآيفون on YouTube">
          <div class="youtube-thumb-wrap">
            <img src="https://i.ytimg.com/vi/45fkkfIONEQ/hqdefault.jpg" alt="" loading="lazy" class="youtube-thumb">
            <span class="youtube-play-badge">
              <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
              Watch
            </span>
          </div>
          <div class="youtube-meta">
            <h3 class="youtube-title">AI Arabic Keyboard &amp; Notes - أفضل تطبيق لكتابة اللغة العربية على الآيفون</h3>
            <span class="youtube-date">May 5, 2026</span>
          </div>
        </a>
      
        <a href="https://www.youtube.com/shorts/Q-EwHDki36I" target="_blank" rel="noopener noreferrer" class="youtube-card" aria-label="Watch Word Search Word Finder Game 🧩📚 on YouTube">
          <div class="youtube-thumb-wrap">
            <img src="https://i.ytimg.com/vi/Q-EwHDki36I/hqdefault.jpg" alt="" loading="lazy" class="youtube-thumb">
            <span class="youtube-play-badge">
              <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
              Watch
            </span>
          </div>
          <div class="youtube-meta">
            <h3 class="youtube-title">Word Search Word Finder Game 🧩📚</h3>
            <span class="youtube-date">May 5, 2026</span>
          </div>
        </a>
      
        <a href="https://www.youtube.com/shorts/YGNMnsI0E4w" target="_blank" rel="noopener noreferrer" class="youtube-card" aria-label="Watch Birthday Reminder &amp; Events for iPhone, iPad on YouTube">
          <div class="youtube-thumb-wrap">
            <img src="https://i.ytimg.com/vi/YGNMnsI0E4w/hqdefault.jpg" alt="" loading="lazy" class="youtube-thumb">
            <span class="youtube-play-badge">
              <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
              Watch
            </span>
          </div>
          <div class="youtube-meta">
            <h3 class="youtube-title">Birthday Reminder &amp; Events for iPhone, iPad</h3>
            <span class="youtube-date">Apr 24, 2026</span>
          </div>
        </a>
      
        <a href="https://www.youtube.com/shorts/KElziQw-dA0" target="_blank" rel="noopener noreferrer" class="youtube-card" aria-label="Watch AI Dictionary Translator 📚✨ on YouTube">
          <div class="youtube-thumb-wrap">
            <img src="https://i.ytimg.com/vi/KElziQw-dA0/hqdefault.jpg" alt="" loading="lazy" class="youtube-thumb">
            <span class="youtube-play-badge">
              <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
              Watch
            </span>
          </div>
          <div class="youtube-meta">
            <h3 class="youtube-title">AI Dictionary Translator 📚✨</h3>
            <span class="youtube-date">Apr 23, 2026</span>
          </div>
        </a>
      
    </div>
    <div class="youtube-footer">
      <a href="https://www.youtube.com/channel/UCoebmWVTb-sfSkm0aClDJjg" target="_blank" rel="noopener noreferrer" class="app-dl-btn app-dl-btn--lg youtube-channel-btn" aria-label="Visit the iThinkdiff YouTube channel">
        <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
        Visit YouTube Channel
      </a>
    </div>
  </div>
</section>

<!-- ===================== SOCIAL ===================== -->
<section class="social-section" aria-label="Follow us on social media">
  <div class="container">
    <div class="section-header" style="margin-bottom: 0;">
      <p class="section-tag">Stay Connected</p>
      <h2 class="section-title">Follow Us</h2>
      <p class="section-subtitle">Get the latest updates, tips, and announcements about our apps.</p>
    </div>
    <div class="social-links">
      <a href="https://twitter.com/ithinkdiff_apps" target="_blank" rel="noopener noreferrer" class="social-link sl-twitter" aria-label="Follow us on X (Twitter)">
        <svg viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.73-8.835L1.254 2.25H8.08l4.259 5.632 5.905-5.632zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
        Twitter / X
      </a>
      <a href="https://www.youtube.com/channel/UCoebmWVTb-sfSkm0aClDJjg" target="_blank" rel="noopener noreferrer" class="social-link sl-youtube" aria-label="Subscribe on YouTube">
        <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
        YouTube
      </a>
      <a href="https://www.instagram.com/ithinkdiff_apps/" target="_blank" rel="noopener noreferrer" class="social-link sl-instagram" aria-label="Follow us on Instagram">
        <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></svg>
        Instagram
      </a>
      <a href="https://apps.apple.com/us/developer/ithinkdiff/id377715733" target="_blank" rel="noopener noreferrer" class="social-link sl-appstore" aria-label="View all apps on App Store">
        <svg viewBox="0 0 24 24" fill="currentColor"><path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/></svg>
        App Store
      </a>
    </div>
  </div>
</section>

<script src="/js/app.js" defer></script>


<!-- Footer -->
<footer class="site-footer">
  <div class="container">
    <div class="footer-inner">
      <div class="footer-brand">
        <img src="/img/logo/ithinkdiff.png" alt="iThinkdiff" width="140" height="30">
        <p class="footer-tagline">Exceptional Apps for iPhone &amp; iPad</p>
        <p class="footer-sub-tagline" style="font-size: 0.9rem; color: var(--gray); margin-top: 0.5rem; max-width: 300px;">Helping 15 million people communicate, learn, and play in over 30 languages.</p>
      </div>
      <nav class="footer-nav-grid" aria-label="Footer navigation">
        <a href="/">Home</a>
        <a href="/#apps">Apps</a>
        <a href="/blog/">Blog</a>
        <a href="https://apps.apple.com/us/developer/ithinkdiff/id377715733" target="_blank" rel="noopener noreferrer">App Store</a>
        <a href="/privacy">Privacy</a>
        <a href="/terms">Terms</a>
        <a href="/contact">Contact</a>
      </nav>
    </div>
    <div class="footer-bottom">
      <p class="footer-copy">&copy; 2026 iThinkdiff. Developed by <a href="https://mahmudahsan.com" target="_blank">Mahmud Ahsan</a>. All rights reserved.</p>
      <div class="footer-socials" aria-label="Social media links">
        <a href="https://twitter.com/ithinkdiff_apps" target="_blank" rel="noopener noreferrer" aria-label="Twitter">
          <svg viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.73-8.835L1.254 2.25H8.08l4.259 5.632 5.905-5.632zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
        </a>
        <a href="https://www.youtube.com/channel/UCoebmWVTb-sfSkm0aClDJjg" target="_blank" rel="noopener noreferrer" aria-label="YouTube">
          <svg viewBox="0 0 24 24" fill="currentColor"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
        </a>
        <a href="https://www.instagram.com/ithinkdiff_apps/" target="_blank" rel="noopener noreferrer" aria-label="Instagram">
          <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></svg>
        </a>
      </div>
    </div>
  </div>
</footer>

</body>
</html>
