{"id":12,"date":"2023-04-12T00:56:25","date_gmt":"2023-04-12T00:56:25","guid":{"rendered":"https:\/\/iptvalfa.tr\/?page_id=12"},"modified":"2026-06-28T00:17:18","modified_gmt":"2026-06-28T00:17:18","slug":"ana-sayfa","status":"publish","type":"page","link":"https:\/\/iptvalfa.tr\/","title":{"rendered":"Ana Sayfa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12\" class=\"elementor elementor-12\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4c544a4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4c544a4\" 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-e689b72\" data-id=\"e689b72\" 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-54fa91a elementor-widget elementor-widget-html\" data-id=\"54fa91a\" 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=\"tr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>IPTV Alfa \u2013 En \u0130yi IPTV Hizmeti | IPTV Sat\u0131n Al<\/title>\n  <style>\n    :root {\n      --primary: #dc2626;\n      --primary-dark: #b91c1c;\n      --primary-glow: rgba(220, 38, 38, 0.5);\n      --bg-dark: #0a0a0a;\n      --bg-darker: #000000;\n      --text-light: #ffffff;\n      --text-gray: #d1d5db;\n      --btn-red: #ef4444;\n      --btn-dark: #1f2937;\n    }\n\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n      background: var(--bg-darker);\n      color: var(--text-light);\n      min-height: 100vh;\n      overflow-x: hidden;\n      position: relative;\n    }\n\n    \/* Background grid effect *\/\n    body::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background:\n        linear-gradient(90deg, rgba(239, 68, 68, 0.03) 1px, transparent 1px),\n        linear-gradient(rgba(239, 68, 68, 0.03) 1px, transparent 1px);\n      background-size: 50px 50px;\n      z-index: 0;\n      pointer-events: none;\n    }\n\n    \/* Animated particles *\/\n    .particles {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      z-index: 0;\n      overflow: hidden;\n    }\n\n    .particle {\n      position: absolute;\n      width: 4px;\n      height: 4px;\n      background: var(--btn-red);\n      border-radius: 50%;\n      opacity: 0.6;\n      animation: float 15s infinite ease-in-out;\n    }\n\n    @keyframes float {\n      0%, 100% {\n        transform: translateY(0) translateX(0);\n        opacity: 0;\n      }\n      10% {\n        opacity: 0.6;\n      }\n      90% {\n        opacity: 0.6;\n      }\n      100% {\n        transform: translateY(-100vh) translateX(50px);\n        opacity: 0;\n      }\n    }\n\n    \/* Floating orbs *\/\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      background: radial-gradient(circle, var(--btn-red) 0%, transparent 70%);\n      filter: blur(40px);\n      animation: orbit 20s infinite alternate ease-in-out;\n      z-index: 1;\n    }\n\n    .orb-1 {\n      width: 300px;\n      height: 300px;\n      top: 10%;\n      left: 5%;\n      animation-delay: 0s;\n    }\n\n    .orb-2 {\n      width: 200px;\n      height: 200px;\n      top: 60%;\n      left: 10%;\n      animation-delay: -5s;\n    }\n\n    .orb-3 {\n      width: 250px;\n      height: 250px;\n      top: 30%;\n      right: 5%;\n      animation-delay: -10s;\n    }\n\n    .orb-4 {\n      width: 180px;\n      height: 180px;\n      top: 70%;\n      right: 15%;\n      animation-delay: -15s;\n    }\n\n    @keyframes orbit {\n      0% {\n        transform: translateY(0) rotate(0deg);\n        opacity: 0.5;\n      }\n      100% {\n        transform: translateY(-50px) rotate(10deg);\n        opacity: 0.8;\n      }\n    }\n\n    \/* Main content *\/\n    .container {\n      position: relative;\n      z-index: 2;\n      min-height: 100vh;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      padding: 2rem;\n      text-align: center;\n    }\n\n    \/* Logo *\/\n    .logo {\n      background: var(--primary);\n      color: var(--text-light);\n      padding: 0.5rem 1.5rem;\n      border-radius: 20px;\n      font-size: 0.875rem;\n      font-weight: 600;\n      letter-spacing: 1px;\n      margin-bottom: 2rem;\n      display: inline-block;\n    }\n\n    \/* Main title *\/\n    .title {\n      font-size: clamp(2rem, 5vw, 4rem);\n      font-weight: 800;\n      line-height: 1.1;\n      margin-bottom: 1.5rem;\n      max-width: 800px;\n    }\n\n    .title-highlight {\n      color: var(--text-light);\n    }\n\n    \/* Subtitle *\/\n    .subtitle {\n      font-size: clamp(1rem, 2.5vw, 1.25rem);\n      color: var(--text-gray);\n      max-width: 600px;\n      margin-bottom: 2.5rem;\n      line-height: 1.6;\n    }\n\n    \/* Buttons *\/\n    .buttons {\n      display: flex;\n      gap: 1rem;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n\n    .btn {\n      padding: 1rem 2rem;\n      border-radius: 50px;\n      font-size: 1rem;\n      font-weight: 600;\n      text-decoration: none;\n      transition: all 0.3s ease;\n      border: none;\n      cursor: pointer;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .btn-primary {\n      background: linear-gradient(135deg, var(--btn-red), var(--primary));\n      color: var(--text-light);\n      box-shadow: 0 10px 30px rgba(239, 68, 68, 0.3);\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 15px 40px rgba(239, 68, 68, 0.4);\n    }\n\n    .btn-secondary {\n      background: var(--btn-dark);\n      color: var(--text-light);\n      border: 2px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .btn-secondary:hover {\n      border-color: var(--primary);\n      background: rgba(239, 68, 68, 0.2);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .buttons {\n        flex-direction: column;\n        align-items: center;\n      }\n\n      .btn {\n        width: 100%;\n        max-width: 300px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- Particles -->\n  <div class=\"particles\" id=\"particles\"><\/div>\n\n  <!-- Orbs -->\n  <div class=\"orb orb-1\"><\/div>\n  <div class=\"orb orb-2\"><\/div>\n  <div class=\"orb orb-3\"><\/div>\n  <div class=\"orb orb-4\"><\/div>\n\n  <!-- Main content -->\n  <div class=\"container\">\n    <div class=\"logo\">IPTV ALFA<\/div>\n    <h1 class=\"title\">\n      IPTV Alfa \u2013 <span class=\"title-highlight\">En \u0130yi IPTV Hizmeti<\/span> | IPTV Sat\u0131n Al\n    <\/h1>\n    <p class=\"subtitle\">\n      IPTV Alfa ile kesintisiz ve kaliteli yay\u0131n deneyimini ya\u015fay\u0131n. \u00dccretsiz IPTV teste ba\u015flay\u0131n, fark yarat\u0131n.\n    <\/p>\n    <div class=\"buttons\">\n      <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&type=phone_number&app_absent=0\" class=\"btn btn-primary\">\n        \u00dcCRETS\u0130Z 12 SAAT IPTV TESTE\n      <\/a>\n      <a href=\"https:\/\/iptvalfa.tr\/?page_id=109\" class=\"btn btn-secondary\">\n        HEMEN IPTV AL\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/\/ Create particles\n    const particlesContainer = document.getElementById('particles');\n    const particleCount = 50;\n\n    for (let i = 0; i < particleCount; i++) {\n      const particle = document.createElement('div');\n      particle.className = 'particle';\n      particle.style.left = Math.random() * 100 + '%';\n      particle.style.top = Math.random() * 100 + '%';\n      particle.style.animationDelay = Math.random() * 15 + 's';\n      particle.style.animationDuration = (10 + Math.random() * 10) + 's';\n      particlesContainer.appendChild(particle);\n    }\n  <\/script>\n<\/body>\n<\/html>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0bc7046 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0bc7046\" 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-ff286cb\" data-id=\"ff286cb\" 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-d154cbb elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d154cbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3ed2887 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3ed2887\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\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-33 elementor-top-column elementor-element elementor-element-734d223\" data-id=\"734d223\" 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-2e726bd elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2e726bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-cog\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tY\u00fcksek Performansl\u0131 Ba\u011flant\u0131\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHer zevke uygun olarak \u00f6zenle se\u00e7ilmi\u015f, \u00e7ok geni\u015f bir canl\u0131 TV kanal\u0131, film ve \u00f6zel i\u00e7erik k\u00fct\u00fcphanesine eri\u015fin.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3b02d3e\" data-id=\"3b02d3e\" 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-c854260 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"c854260\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"jki jki-tv-line\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGer\u00e7ek 4K ve UHD Kalitesi\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tTaviz vermeyin. Tamponlama olmadan (No Buffer) ultra y\u00fcksek \u00e7\u00f6z\u00fcn\u00fcrl\u00fckl\u00fc g\u00f6r\u00fcnt\u00fc kalitesiyle tam bir s\u00fcr\u00fckleyicilik deneyimi ya\u015fay\u0131n.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4366fdf\" data-id=\"4366fdf\" 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-43c8f06 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"43c8f06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-server-8\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tS\u0131n\u0131rs\u0131z VOD katalo\u011fu\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tNetflix, Disney+ ve Prime Video'nun en yeni Frans\u0131zca (VF) ve orijinal Frans\u0131zca altyaz\u0131l\u0131 (VOSTFR) filmlerini i\u00e7eren, g\u00fcnl\u00fck olarak g\u00fcncellenen bir k\u00fct\u00fcphane.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-73eca1c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"73eca1c\" 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-43c53df\" data-id=\"43c53df\" 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-66faba8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"66faba8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-23326ec elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"23326ec\" 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-bb6e8ba\" data-id=\"bb6e8ba\" 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-d19e6e6 elementor-widget elementor-widget-html\" data-id=\"d19e6e6\" 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=\"tr\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>IPTV Abonelik Paketleri \u2013 IPTVAlfa<\/title>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;900&display=swap');\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: #0d0d0d;\n    color: #f0f0f0;\n  }\n\n  .packs-section {\n    padding: 80px 20px 100px;\n    text-align: center;\n    background: #0d0d0d;\n  }\n\n  .packs-eyebrow {\n    display: inline-block;\n    background: rgba(220, 30, 30, 0.15);\n    color: #e82222;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 20px;\n    border: 1px solid rgba(220, 30, 30, 0.3);\n    margin-bottom: 20px;\n  }\n\n  .packs-title {\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 900;\n    color: #ffffff;\n    line-height: 1.15;\n    margin-bottom: 14px;\n  }\n\n  .packs-title span { color: #e82222; }\n\n  .packs-subtitle {\n    font-size: 16px;\n    color: #888;\n    max-width: 520px;\n    margin: 0 auto 60px;\n    line-height: 1.6;\n  }\n\n  .packs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 24px;\n    max-width: 1080px;\n    margin: 0 auto;\n  }\n\n  .pack-card {\n    background: #141414;\n    border: 1px solid #242424;\n    border-radius: 16px;\n    padding: 36px 28px 32px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    position: relative;\n    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;\n  }\n\n  .pack-card:hover {\n    transform: translateY(-6px);\n    border-color: #e82222;\n    box-shadow: 0 0 30px rgba(232, 34, 34, 0.18);\n  }\n\n  .pack-card.popular {\n    border-color: #e82222;\n    background: #160d0d;\n  }\n\n  .badge-popular {\n    position: absolute;\n    top: -14px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: #e82222;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 5px 18px;\n    border-radius: 20px;\n    white-space: nowrap;\n  }\n\n  .pack-duration {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #e82222;\n    margin-bottom: 12px;\n  }\n\n  .pack-price {\n    font-size: 54px;\n    font-weight: 900;\n    color: #ffffff;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .pack-price sup {\n    font-size: 22px;\n    font-weight: 700;\n    vertical-align: super;\n    margin-right: 2px;\n  }\n\n  .pack-per {\n    font-size: 13px;\n    color: #666;\n    margin-bottom: 28px;\n  }\n\n  .pack-divider {\n    width: 100%;\n    height: 1px;\n    background: #242424;\n    margin-bottom: 24px;\n  }\n\n  .pack-features {\n    list-style: none;\n    width: 100%;\n    margin-bottom: 32px;\n    text-align: left;\n  }\n\n  .pack-features li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    font-size: 14px;\n    color: #bbb;\n    padding: 7px 0;\n    border-bottom: 1px solid #1e1e1e;\n    line-height: 1.4;\n  }\n\n  .pack-features li:last-child { border-bottom: none; }\n\n  .pack-features li::before {\n    content: '\u2713';\n    color: #e82222;\n    font-weight: 700;\n    font-size: 14px;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  .pack-btn {\n    display: block;\n    width: 100%;\n    padding: 14px 20px;\n    border-radius: 10px;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none;\n    text-align: center;\n    transition: background 0.2s, transform 0.15s;\n    cursor: pointer;\n    border: none;\n  }\n\n  .pack-btn-primary {\n    background: #e82222;\n    color: #fff;\n  }\n\n  .pack-btn-primary:hover {\n    background: #c91c1c;\n    transform: scale(1.02);\n  }\n\n  .pack-btn-outline {\n    background: transparent;\n    color: #e82222;\n    border: 2px solid #e82222;\n  }\n\n  .pack-btn-outline:hover {\n    background: rgba(232, 34, 34, 0.1);\n    transform: scale(1.02);\n  }\n\n  .wa-icon {\n    display: inline-block;\n    width: 18px;\n    height: 18px;\n    margin-right: 8px;\n    vertical-align: middle;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'\/%3E%3C\/svg%3E\");\n    background-size: contain;\n    background-repeat: no-repeat;\n  }\n\n  .trust-bar {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 32px;\n    max-width: 700px;\n    margin: 56px auto 0;\n    padding: 0 20px;\n  }\n\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    color: #777;\n  }\n\n  .trust-item span.icon { font-size: 18px; }\n\n  @media (max-width: 600px) {\n    .packs-grid { grid-template-columns: 1fr; }\n    .pack-price { font-size: 44px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<section class=\"packs-section\">\n\n  <div class=\"packs-eyebrow\">Abonelik Paketleri<\/div>\n\n  <h2 class=\"packs-title\">\n    IPTV <span>Paketinizi<\/span> Se\u00e7in\n  <\/h2>\n\n  <p class=\"packs-subtitle\">\n    20.000+ canl\u0131 kanal, 4K UHD film ve dizi.<br>\n    WhatsApp \u00fczerinden an\u0131nda aktivasyon. Taahh\u00fcts\u00fcz.\n  <\/p>\n\n  <div class=\"packs-grid\">\n\n    <!-- 3 AYLIK -->\n    <div class=\"pack-card\">\n      <div class=\"pack-duration\">3 Ayl\u0131k<\/div>\n      <div class=\"pack-price\"><sup>\u20ba<\/sup>680<\/div>\n      <div class=\"pack-per\">ayl\u0131k ~227\u20ba<\/div>\n      <div class=\"pack-divider\"><\/div>\n      <ul class=\"pack-features\">\n        <li>20.000+ Canl\u0131 TV Kanal\u0131<\/li>\n        <li>4K\/UHD Film &amp; Dizi (VOD)<\/li>\n        <li>Anti-Freeze 5.0 Teknolojisi<\/li>\n        <li>7\/24 WhatsApp Destek<\/li>\n        <li>\u00dccretsiz G\u00fcncellemeler<\/li>\n        <li>M3U, MAG, Xtream &amp; Enigma<\/li>\n        <li>T\u00fcm Cihazlarla Uyumlu<\/li>\n      <\/ul>\n      <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&type=phone_number&app_absent=0\" class=\"pack-btn pack-btn-outline\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"wa-icon\"><\/span>Hemen Al\n      <\/a>\n    <\/div>\n\n    <!-- 6 AYLIK -->\n    <div class=\"pack-card\">\n      <div class=\"pack-duration\">6 Ayl\u0131k<\/div>\n      <div class=\"pack-price\"><sup>\u20ba<\/sup>1.100<\/div>\n      <div class=\"pack-per\">ayl\u0131k ~183\u20ba<\/div>\n      <div class=\"pack-divider\"><\/div>\n      <ul class=\"pack-features\">\n        <li>20.000+ Canl\u0131 TV Kanal\u0131<\/li>\n        <li>4K\/UHD Film &amp; Dizi (VOD)<\/li>\n        <li>Anti-Freeze 5.0 Teknolojisi<\/li>\n        <li>7\/24 WhatsApp Destek<\/li>\n        <li>\u00dccretsiz G\u00fcncellemeler<\/li>\n        <li>M3U, MAG, Xtream &amp; Enigma<\/li>\n        <li>T\u00fcm Cihazlarla Uyumlu<\/li>\n      <\/ul>\n      <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&type=phone_number&app_absent=0\" class=\"pack-btn pack-btn-outline\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"wa-icon\"><\/span>Hemen Al\n      <\/a>\n    <\/div>\n\n    <!-- 12 AYLIK (POPULAR) -->\n    <div class=\"pack-card popular\">\n      <div class=\"badge-popular\">\u2b50 En \u00c7ok Tercih Edilen<\/div>\n      <div class=\"pack-duration\">12 Ayl\u0131k<\/div>\n      <div class=\"pack-price\"><sup>\u20ba<\/sup>1.670<\/div>\n      <div class=\"pack-per\">ayl\u0131k ~139\u20ba<\/div>\n      <div class=\"pack-divider\"><\/div>\n      <ul class=\"pack-features\">\n        <li>20.000+ Canl\u0131 TV Kanal\u0131<\/li>\n        <li>4K\/UHD Film &amp; Dizi (VOD)<\/li>\n        <li>Anti-Freeze 5.0 Teknolojisi<\/li>\n        <li>7\/24 WhatsApp Destek<\/li>\n        <li>\u00dccretsiz G\u00fcncellemeler<\/li>\n        <li>M3U, MAG, Xtream &amp; Enigma<\/li>\n        <li>T\u00fcm Cihazlarla Uyumlu<\/li>\n      <\/ul>\n      <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&type=phone_number&app_absent=0\" class=\"pack-btn pack-btn-primary\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"wa-icon\"><\/span>Hemen Al\n      <\/a>\n    <\/div>\n\n    <!-- 24 AYLIK -->\n    <div class=\"pack-card\">\n      <div class=\"pack-duration\">24 Ayl\u0131k<\/div>\n      <div class=\"pack-price\"><sup>\u20ba<\/sup>2.660<\/div>\n      <div class=\"pack-per\">ayl\u0131k ~111\u20ba<\/div>\n      <div class=\"pack-divider\"><\/div>\n      <ul class=\"pack-features\">\n        <li>20.000+ Canl\u0131 TV Kanal\u0131<\/li>\n        <li>4K\/UHD Film &amp; Dizi (VOD)<\/li>\n        <li>Anti-Freeze 5.0 Teknolojisi<\/li>\n        <li>7\/24 WhatsApp Destek<\/li>\n        <li>\u00dccretsiz G\u00fcncellemeler<\/li>\n        <li>M3U, MAG, Xtream &amp; Enigma<\/li>\n        <li>T\u00fcm Cihazlarla Uyumlu<\/li>\n      <\/ul>\n      <a href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&type=phone_number&app_absent=0\" class=\"pack-btn pack-btn-outline\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"wa-icon\"><\/span>Hemen Al\n      <\/a>\n    <\/div>\n\n  <\/div>\n\n  <!-- TRUST BAR -->\n  <div class=\"trust-bar\">\n    <div class=\"trust-item\"><span class=\"icon\">\u26a1<\/span> An\u0131nda Aktivasyon<\/div>\n    <div class=\"trust-item\"><span class=\"icon\">\ud83d\udd12<\/span> G\u00fcvenli \u00d6deme<\/div>\n    <div class=\"trust-item\"><span class=\"icon\">\ud83c\udfaf<\/span> Taahh\u00fcts\u00fcz<\/div>\n    <div class=\"trust-item\"><span class=\"icon\">\ud83d\udcac<\/span> 7\/24 WhatsApp Destek<\/div>\n  <\/div>\n\n<\/section>\n\n<\/body>\n<\/html>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4d02d93 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4d02d93\" 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-2ca959c\" data-id=\"2ca959c\" 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-fa6ec27 elementor-widget elementor-widget-image-carousel\" data-id=\"fa6ec27\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:19,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"rtl\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/3ccf110740dda3d34d972b26c5c1c0a9-1.jpg\" alt=\"3ccf110740dda3d34d972b26c5c1c0a9\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/5aa4c4ee21de960535ed75b01c08c403.jpg\" alt=\"5aa4c4ee21de960535ed75b01c08c403\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/7e02002e68c410770479eadf26fb0a2e.jpg\" alt=\"7e02002e68c410770479eadf26fb0a2e\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/8ce5fc211ba2cd277fa04fee739f7521.jpg\" alt=\"8ce5fc211ba2cd277fa04fee739f7521\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/31c994d7741c05262d3084a68490aa80.jpg\" alt=\"31c994d7741c05262d3084a68490aa80\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/33bbd3a7a1896958612b9eaf40f7c01c.jpg\" alt=\"33bbd3a7a1896958612b9eaf40f7c01c\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/92f4f514d223df5b10a0d2c421057ae5.jpg\" alt=\"92f4f514d223df5b10a0d2c421057ae5\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/294ce824e17be46fa7361ad3a6c4a4ee.jpg\" alt=\"294ce824e17be46fa7361ad3a6c4a4ee\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/9624c4cbcd25b0ff3271826e4860c14c.jpg\" alt=\"9624c4cbcd25b0ff3271826e4860c14c\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/c8fd412eca6690e16f4ead04739990ba.jpg\" alt=\"c8fd412eca6690e16f4ead04739990ba\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"11 of 11\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/images-8.jpeg\" alt=\"images (8)\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9fcb39c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9fcb39c\" 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-d9875f3\" data-id=\"d9875f3\" 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-7a37dcb elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7a37dcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-aeef103 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aeef103\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-25 elementor-top-column elementor-element elementor-element-b8ad06d\" data-id=\"b8ad06d\" 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-09d1e6f elementor-widget elementor-widget-counter\" data-id=\"09d1e6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Aktif Hat<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"25\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ce78a74\" data-id=\"ce78a74\" 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-f8ffbbb elementor-widget elementor-widget-counter\" data-id=\"f8ffbbb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Mutlu M\u00fc\u015fteri<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"20\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3c48b3b\" data-id=\"3c48b3b\" 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-6cd77fd elementor-widget elementor-widget-counter\" data-id=\"6cd77fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">M\u00fc\u015fteri Puan\u0131<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"4.7\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2f68ac0\" data-id=\"2f68ac0\" 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-ea07f4e elementor-widget elementor-widget-counter\" data-id=\"ea07f4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">uzman ekip<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"35\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8d9b904 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8d9b904\" 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-080cc7f\" data-id=\"080cc7f\" 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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-de88e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"de88e7\" 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-inner-column elementor-element elementor-element-348d4c18 elementor-invisible\" data-id=\"348d4c18\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\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-34a10051 elementor-widget elementor-widget-heading\" data-id=\"34a10051\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Ne sunuyoruz<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-757e8e7e elementor-widget elementor-widget-heading\" data-id=\"757e8e7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sundu\u011fumuz en iyi IPTV hizmetini sunmaktan gurur duyuyoruz.\n<\/h2>\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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-9db6767 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"9db6767\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInDown&quot;}\">\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-33 elementor-inner-column elementor-element elementor-element-e47460c\" data-id=\"e47460c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-a467c3b elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"a467c3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-satellite-dish\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tG\u00fcvenilirlik ve \u0130stikrar\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHizmetimiz, g\u00fcvenilirlik ve istikrar\u0131 garanti eden sa\u011flam bir altyap\u0131 \u00fczerine kurulmu\u015ftur. Minimum kesinti s\u00fcresi ve tutarl\u0131 bir izleme deneyimi sa\u011flamak i\u00e7in en son teknolojiye sahip sunuculara ve teknolojiye yat\u0131r\u0131m yap\u0131yoruz. Kesintisiz e\u011flence i\u00e7in bize g\u00fcvenebilirsiniz.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-cd3d191\" data-id=\"cd3d191\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-cd00314 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"cd00314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-film\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGeni\u015f Kanal Se\u00e7imi\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIPTV s\u00f6z konusu oldu\u011funda, i\u00e7erik her \u015feyin ba\u015f\u0131d\u0131r. Size \u00e7ok \u00e7e\u015fitli yerel ve uluslararas\u0131 kanallara eri\u015fim sa\u011flayan geni\u015f bir kanal se\u00e7ene\u011fi sunuyoruz. \u0130ster spor, ister film, ister haber, ister e\u011flence olsun, arad\u0131\u011f\u0131n\u0131z\u0131 bizde bulacaks\u0131n\u0131z.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-33f33de\" data-id=\"33f33de\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-e7f067a elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e7f067a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"lni lni-cup\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t\u00c7oklu Cihaz Deste\u011fi\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tIPTV hizmetimiz tek bir cihazla s\u0131n\u0131rl\u0131 de\u011fildir. Ak\u0131ll\u0131 TV'ler, ak\u0131ll\u0131 telefonlar, tabletler ve bilgisayarlar dahil olmak \u00fczere \u00e7e\u015fitli cihazlarda i\u00e7eri\u011fimizin keyfini \u00e7\u0131karabilirsiniz. Bu \u00e7ok y\u00f6nl\u00fcl\u00fck, en sevdi\u011finiz kanallara ve programlara nerede olursan\u0131z olun eri\u015febilmenizi sa\u011flar.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3eddc28 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"3eddc28\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\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-33 elementor-inner-column elementor-element elementor-element-5fa0154\" data-id=\"5fa0154\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-2511608 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2511608\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-internet\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tY\u00fcksek Kaliteli Yay\u0131n Ak\u0131\u015f\u0131\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tYay\u0131n hizmetlerimizin kalitesine \u00f6ncelik veriyoruz. Geli\u015fmi\u015f teknolojimiz ve altyap\u0131m\u0131zla, cihaz\u0131n\u0131za y\u00fcksek kaliteli video ve ses sunarak sorunsuz ve kesintisiz yay\u0131n sa\u011fl\u0131yoruz. Ara belle\u011fe alma sorunlar\u0131na ve d\u00fc\u015f\u00fck \u00e7\u00f6z\u00fcn\u00fcrl\u00fckl\u00fc yay\u0131nlara veda edin!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-185a5f1\" data-id=\"185a5f1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-509626c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"509626c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"mdi mdi-lightning-bolt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tUygun Fiyatland\u0131rma\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tRekabet\u00e7i ve uygun fiyat se\u00e7enekleri sunmaya inan\u0131yoruz. IPTV paketlerimiz, b\u00fct\u00e7enizi zorlamadan \u00e7ok \u00e7e\u015fitli kanal ve i\u00e7eri\u011fe eri\u015fmenizi sa\u011flayarak paran\u0131z\u0131n kar\u015f\u0131l\u0131\u011f\u0131n\u0131 fazlas\u0131yla verecek \u015fekilde tasarlanm\u0131\u015ft\u0131r. Makul bir maliyetle \u00fcst d\u00fczey e\u011flencenin tad\u0131n\u0131 \u00e7\u0131kar\u0131n.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2334d0d\" data-id=\"2334d0d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-94a803c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"94a803c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icofont icofont-headphone-alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tM\u00fc\u015fteri Deste\u011fi\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tM\u00fc\u015fterilerimize de\u011fer veriyoruz ve m\u00fckemmel m\u00fc\u015fteri deste\u011fi sa\u011flamaya \u00e7al\u0131\u015f\u0131yoruz. Herhangi bir sorunla kar\u015f\u0131la\u015f\u0131rsan\u0131z veya sorular\u0131n\u0131z varsa, \u00f6zel destek ekibimiz size h\u0131zl\u0131 bir \u015fekilde yard\u0131mc\u0131 olmak i\u00e7in haz\u0131rd\u0131r. Memnuniyetinizi sa\u011flamak ve olas\u0131 endi\u015felerinizi gidermek i\u00e7in buraday\u0131z.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-19810bd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"19810bd\" 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-ff32886\" data-id=\"ff32886\" 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-f8491bf elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f8491bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51498f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51498f3\" 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-50 elementor-top-column elementor-element elementor-element-8a3fbe5\" data-id=\"8a3fbe5\" 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-0345709 elementor-widget elementor-widget-heading\" data-id=\"0345709\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Vizyonumuz<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35836b2 elementor-widget elementor-widget-text-editor\" data-id=\"35836b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>IPTV nedir sorusunun cevab\u0131 IPTVALFA\u2019de. \u0130nternet \u00fczerinden sunulan hizmetimiz, geleneksel televizyonun \u00e7ok \u00f6tesine ge\u00e7erek s\u0131n\u0131rs\u0131z bir e\u011flence deneyimi sunar. Alfa IPTV arayanlar i\u00e7in de uygun IPTV y\u0131ll\u0131k \u00fccret paketleriyle en iyi alternatifi sunuyoruz. <a href=\"https:\/\/iptvalfa.tr\/kanal-listesi\/\">Kanal listemizi<\/a>\u00a0g\u00f6r\u00fcnt\u00fcleyin ve ne kadar geni\u015f bir i\u00e7erik sundu\u011fumuzu ke\u015ffedin.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-522a747 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"522a747\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_check_alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tKalite Tutkusu\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSmart IPTV, kaliteyle \u00f6zde\u015fle\u015fmi\u015ftir. Biz sadece bir servis sa\u011flay\u0131c\u0131 de\u011fil, ola\u011fan\u00fcst\u00fc bir izleme deneyiminin mimarlar\u0131y\u0131z.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e267629 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e267629\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_check_alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tG\u00fcvenilirli\u011fin Temeli\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tG\u00fcvenilmez yay\u0131n ak\u0131\u015flar\u0131n\u0131n ne kadar can s\u0131k\u0131c\u0131 oldu\u011funu biliyoruz. Platformumuz, %99,9 \u00e7al\u0131\u015fma s\u00fcresi garantisiyle tutarl\u0131l\u0131\u011f\u0131n simgesidir.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d51ce1 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"8d51ce1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_check_alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tM\u00fc\u015fteri Odakl\u0131 Yakla\u015f\u0131m\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHizmetimiz yaln\u0131zca bir yay\u0131n servisi de\u011fil; ayn\u0131 zamanda bir topluluktur. 7\/24 profesyonel destek ekibimiz her sorunuzda\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e493a8 elementor-view-stacked elementor-position-inline-start elementor-shape-circle elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"4e493a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_check_alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t Yenilik ve Teknoloji\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tS\u00fcrekli geli\u015fen e\u011flence teknolojisi d\u00fcnyas\u0131nda platformumuz her zaman bir ad\u0131m \u00f6nde.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a38ff41\" data-id=\"a38ff41\" 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-4cda3fb elementor-widget elementor-widget-image\" data-id=\"4cda3fb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"736\" height=\"920\" src=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/774363716f9179503288c83c407ee4d7.jpg\" class=\"attachment-full size-full wp-image-1655\" alt=\"\" srcset=\"https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/774363716f9179503288c83c407ee4d7.jpg 736w, https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/774363716f9179503288c83c407ee4d7-240x300.jpg 240w, https:\/\/iptvalfa.tr\/wp-content\/uploads\/2026\/06\/774363716f9179503288c83c407ee4d7-600x750.jpg 600w\" sizes=\"(max-width: 736px) 100vw, 736px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-dcb244e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dcb244e\" 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-8b9b113\" data-id=\"8b9b113\" 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-d87ba23 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"d87ba23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-69ce74b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"69ce74b\" 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-67b0a2c\" data-id=\"67b0a2c\" 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-fe862f5 elementor-widget elementor-widget-heading\" data-id=\"fe862f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">IPTVALFA NASIL ALINIR?<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e4274f3 elementor-widget elementor-widget-heading\" data-id=\"e4274f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">IPTVALFA Almak \u00c7ok Kolay!<\/h2>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10a091a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"10a091a\" 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-25 elementor-top-column elementor-element elementor-element-0e6bc70\" data-id=\"0e6bc70\" 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-1521efa elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1521efa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"mdi mdi-numeric-1-box-multiple-outline\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAboneli\u011finizi Se\u00e7in\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tAbonelik plan\u0131n\u0131z\u0131 se\u00e7in, hesap olu\u015fturun ve uygulamay\u0131 cihaz\u0131n\u0131za indirin.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf02bea elementor-align-center elementor-widget elementor-widget-button\" data-id=\"cf02bea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/iptvalfa.tr\/?page_id=109\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Paketi Se\u00e7<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-316d209\" data-id=\"316d209\" 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-1327eef elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1327eef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"mdi mdi-numeric-2-box-multiple-outline\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tG\u00fcvenli \u00d6deme Yap\u0131n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tiban euro - Western Union - Banka Kart\u0131 - Klarna - iDEAL - Amazon Pay - USDT - \ud83d\udd12 G\u00fcvenli SSL \u015fifreleme | \u26a1 An\u0131nda aktivasyon\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc19e8e elementor-align-center elementor-widget elementor-widget-button\" data-id=\"cc19e8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/api.whatsapp.com\/send\/?phone=212649337644&#038;text=Merhaba%21+IPTVALFA%27yi+yeni+ke%C5%9Ffettim+%E2%80%93+en+iyi+TV+deneyimine+haz%C4%B1r%C4%B1m%21+%C3%9Ccretsiz+deneme+s%C3%BCr%C3%BCm%C3%BC+veya+abonelik%2Fkurulum+hakk%C4%B1nda+bilgi+almak+istiyorum.+Te%C5%9Fekk%C3%BCr+ederim%21&#038;type=phone_number&#038;app_absent=0\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Hemen Sat\u0131n Al<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1e9e779\" data-id=\"1e9e779\" 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-261835b elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"261835b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"mdi mdi-numeric-3-box-multiple-outline\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHemen \u0130zlemeye Ba\u015flay\u0131n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tHesap bilgilerinizle giri\u015f yap\u0131n ve d\u00fcnya genelinden binlerce kanala an\u0131nda eri\u015fin.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e818693 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e818693\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/iptvalfa.tr\/?page_id=684\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Kurulum Rehberi<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8e5d6d9\" data-id=\"8e5d6d9\" 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-83876a2 elementor-view-stacked elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"83876a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"mdi mdi-numeric-4-box-multiple-outline\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGeri Bildiriminizi Payla\u015f\u0131n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\nAboneli\u011fimizden memnun kalaca\u011f\u0131n\u0131zdan eminiz. L\u00fctfen deneyiminizin ard\u0131ndan bize be\u015f y\u0131ld\u0131z vererek yard\u0131mc\u0131 olun.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b7b5b1 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"5b7b5b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Yorumlar\u0131 G\u00f6r<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-984759f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"984759f\" 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-56e9314\" data-id=\"56e9314\" 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-f6cfb73 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f6cfb73\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1917a9 elementor-widget elementor-widget-html\" data-id=\"d1917a9\" 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=\"tr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>IPTV Alfa - M\u00fc\u015fteri Yorumlar\u0131<\/title>\n  <style>\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n    :root {\n      --bg:      #0a0a0a;\n      --card:    #141010;\n      --accent:  #dc2626;\n      --accent2: #ef4444;\n      --border:  rgba(220, 38, 38, 0.15);\n      --muted:   #9a7a7a;\n      --text:    #f0e8e8;\n    }\n\n    body {\n      font-family: 'Nunito', sans-serif;\n      background: transparent;\n      padding: 0;\n      overflow-x: hidden;\n    }\n\n    .section-header { text-align: center; margin-bottom: 36px; padding: 0 20px; }\n\n    .logo {\n      background: var(--accent);\n      color: #fff;\n      padding: 8px 20px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 800;\n      letter-spacing: 2px;\n      display: inline-block;\n      margin-bottom: 20px;\n      text-transform: uppercase;\n    }\n\n    .logo span {\n      color: var(--accent2);\n    }\n\n    .badge {\n      display: inline-flex; align-items: center; gap: 6px;\n      background: rgba(220, 38, 38, 0.1);\n      border: 1px solid rgba(220, 38, 38, 0.35);\n      color: var(--accent2);\n      font-size: 10px; font-weight: 800; letter-spacing: 2.5px;\n      text-transform: uppercase; padding: 5px 16px; border-radius: 20px;\n      margin-bottom: 14px;\n    }\n\n    .section-title { font-size: clamp(22px,4vw,34px); font-weight: 900; color: #fff; margin-bottom: 8px; }\n    .section-title span { color: var(--accent); }\n    .section-sub { font-size: 13px; color: var(--muted); }\n\n    .stars-summary {\n      display: flex; align-items: center; justify-content: center;\n      gap: 16px; margin: 0 auto 40px; max-width: 300px;\n      background: rgba(220, 38, 38, 0.06);\n      border: 1px solid var(--border); border-radius: 18px; padding: 14px 28px;\n    }\n\n    .score-big {\n      font-size: 42px; font-weight: 900; line-height: 1;\n      background: linear-gradient(135deg, var(--accent), var(--accent2));\n      -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n    }\n\n    .score-stars { font-size: 18px; letter-spacing: 2px; color: #ffd700; }\n    .score-label { font-size: 11px; color: var(--muted); margin-top: 3px; }\n\n    \/* Marquee *\/\n    .marquee-wrap {\n      position: relative; overflow: hidden; width: 100%;\n    }\n\n    .marquee-wrap::before, .marquee-wrap::after {\n      content: ''; position: absolute; top: 0; bottom: 0;\n      width: 120px; z-index: 2; pointer-events: none;\n    }\n    .marquee-wrap::before { left: 0; background: linear-gradient(to right, var(--bg), transparent); }\n    .marquee-wrap::after  { right: 0; background: linear-gradient(to left, var(--bg), transparent); }\n\n    .marquee-track {\n      display: flex; gap: 18px; width: max-content;\n      animation: marquee 28s linear infinite;\n      padding: 10px 0 14px;\n    }\n    .marquee-track:hover { animation-play-state: paused; }\n\n    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }\n\n    .marquee-row + .marquee-row { margin-top: 18px; }\n\n    \/* Card *\/\n    .card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 18px; padding: 18px 20px;\n      width: 280px; flex-shrink: 0;\n      position: relative; cursor: default;\n      transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;\n    }\n\n    .card::before {\n      content: '\"'; position: absolute; top: 10px; right: 16px;\n      font-size: 56px; line-height: 1; font-family: Georgia, serif;\n      color: rgba(220, 38, 38, 0.1); pointer-events: none;\n    }\n\n    .card:hover {\n      transform: translateY(-4px);\n      border-color: rgba(220, 38, 38, 0.45);\n      box-shadow: 0 14px 40px rgba(220, 38, 38, 0.1);\n    }\n\n    .card-stars { font-size: 12px; letter-spacing: 2px; margin-bottom: 8px; color: #ffd700; }\n\n    .card-text {\n      font-size: 13px; color: #c0b0b0;\n      line-height: 1.5; margin-bottom: 14px; min-height: 54px;\n    }\n\n    .card-divider { height: 1px; background: var(--border); margin-bottom: 12px; }\n\n    .card-author { display: flex; align-items: center; gap: 10px; }\n\n    .avatar {\n      width: 36px; height: 36px; border-radius: 50%;\n      display: flex; align-items: center; justify-content: center;\n      font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0;\n      border: 2px solid rgba(220, 38, 38, 0.3); position: relative;\n    }\n\n    .avatar::after {\n      content: '\u2713'; position: absolute; bottom: -2px; right: -2px;\n      width: 13px; height: 13px;\n      background: linear-gradient(135deg, var(--accent), var(--accent2));\n      border-radius: 50%; font-size: 8px; color: #fff; font-weight: 900;\n      display: flex; align-items: center; justify-content: center;\n      border: 2px solid var(--card);\n    }\n\n    .author-name { font-size: 13px; font-weight: 800; color: var(--text); }\n    .author-city { font-size: 11px; color: var(--muted); margin-top: 1px; }\n    .card-date   { font-size: 10px; color: #484040; margin-left: auto; align-self: flex-start; }\n\n    .support-reply {\n      margin-top: 12px;\n      background: rgba(220, 38, 38, 0.07);\n      border-left: 3px solid var(--accent);\n      border-radius: 0 8px 8px 0; padding: 8px 11px;\n    }\n\n    .reply-header {\n      display: flex; align-items: center; gap: 6px;\n      font-size: 10px; font-weight: 800; color: var(--accent2); margin-bottom: 4px;\n    }\n\n    .reply-header span {\n      background: linear-gradient(90deg, var(--accent), var(--accent2));\n      color: #fff; border-radius: 4px; padding: 1px 6px; font-size: 9px;\n    }\n\n    .reply-text { font-size: 12px; color: var(--muted); line-height: 1.4; }\n\n    \/* Turkish flag emoji *\/\n    .turkey-flag {\n      font-size: 14px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"section-header\">\n    <div class=\"logo\">IPTV <span>Alfa<\/span><\/div>\n    <div class=\"badge\">\u2b50 Do\u011frulanm\u0131\u015f Yorumlar<\/div>\n    <h2 class=\"section-title\">Onlar <span>IPTV Alfa<\/span>'y\u0131 se\u00e7ti<\/h2>\n    <p class=\"section-sub\">T\u00fcrkiye genelinde binlerce memnun m\u00fc\u015fteri <span class=\"turkey-flag\">\ud83c\uddf9\ud83c\uddf7<\/span><\/p>\n  <\/div>\n\n  <div class=\"stars-summary\">\n    <div class=\"score-big\">4.9<\/div>\n    <div>\n      <div class=\"score-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n      <div class=\"score-label\">500'den fazla do\u011frulanm\u0131\u015f yorum<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- RANG\u00c9E 1 -->\n  <div class=\"marquee-wrap marquee-row\">\n    <div class=\"marquee-track\">\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">4K kalite m\u00fckemmel, PSG-Real Madrid ma\u00e7\u0131nda bile hi\u00e7 kesilmedi. Ger\u00e7ekten harika!<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#6e1a1a,#dc2626);\">T<\/div>\n          <div><div class=\"author-name\">Tolga M.<\/div><div class=\"author-city\">\ud83d\udccd \u0130stanbul<\/div><\/div>\n          <div class=\"card-date\">3 g\u00fcn \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Tolga! \ud83d\ude4f 24\/7 yan\u0131n\u0131zday\u0131z. \u0130yi seyirler!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">5 dakikada kurulum. Canal+, BeinSports, S Sport \u2014 hepsi sorunsuz \u00e7al\u0131\u015f\u0131yor \ud83d\udd25<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#5e1a2a,#dc2626);\">S<\/div>\n          <div><div class=\"author-name\">Seda L.<\/div><div class=\"author-city\">\ud83d\udccd Ankara<\/div><\/div>\n          <div class=\"card-date\">5 g\u00fcn \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Seda! \ud83d\ude0a Memnuniyetiniz bizim i\u00e7in \u00f6nemli!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">En iyi fiyat\/kalite oran\u0131. VOD kocaman, hepsi T\u00fcrk\u00e7e. 1 y\u0131ld\u0131r aboneyim, hi\u00e7 pi\u015fman olmad\u0131m!<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#4e0d0d,#dc2626);\">K<\/div>\n          <div><div class=\"author-name\">Kadir B.<\/div><div class=\"author-city\">\ud83d\udccd \u0130zmir<\/div><\/div>\n          <div class=\"card-date\">1 hafta \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Kadir! \ud83c\udf1f Sadakatiniz i\u00e7in te\u015fekk\u00fcrler!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">WhatsApp destek ekibi s\u00fcper h\u0131zl\u0131! Sorunum 10 dakikada \u00e7\u00f6z\u00fcld\u00fc. Ekibe alk\u0131\u015f \ud83d\udc4f<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#601a1a,#dc2626);\">A<\/div>\n          <div><div class=\"author-name\">Ay\u015fe D.<\/div><div class=\"author-city\">\ud83d\udccd Bursa<\/div><\/div>\n          <div class=\"card-date\">2 hafta \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Ay\u015fe! \ud83d\udcaa 24\/7 yard\u0131ma haz\u0131r\u0131z!<\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Duplicate -->\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">4K kalite m\u00fckemmel, PSG-Real Madrid ma\u00e7\u0131nda bile hi\u00e7 kesilmedi. Ger\u00e7ekten harika!<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#6e1a1a,#dc2626);\">T<\/div>\n          <div><div class=\"author-name\">Tolga M.<\/div><div class=\"author-city\">\ud83d\udccd \u0130stanbul<\/div><\/div>\n          <div class=\"card-date\">3 g\u00fcn \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Tolga! \ud83d\ude4f 24\/7 yan\u0131n\u0131zday\u0131z. \u0130yi seyirler!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">5 dakikada kurulum. Canal+, BeinSports, S Sport \u2014 hepsi sorunsuz \u00e7al\u0131\u015f\u0131yor \ud83d\udd25<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#5e1a2a,#dc2626);\">S<\/div>\n          <div><div class=\"author-name\">Seda L.<\/div><div class=\"author-city\">\ud83d\udccd Ankara<\/div><\/div>\n          <div class=\"card-date\">5 g\u00fcn \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Seda! \ud83d\ude0a Memnuniyetiniz bizim i\u00e7in \u00f6nemli!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">En iyi fiyat\/kalite oran\u0131. VOD kocaman, hepsi T\u00fcrk\u00e7e. 1 y\u0131ld\u0131r aboneyim, hi\u00e7 pi\u015fman olmad\u0131m!<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#4e0d0d,#dc2626);\">K<\/div>\n          <div><div class=\"author-name\">Kadir B.<\/div><div class=\"author-city\">\ud83d\udccd \u0130zmir<\/div><\/div>\n          <div class=\"card-date\">1 hafta \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Kadir! \ud83c\udf1f Sadakatiniz i\u00e7in te\u015fekk\u00fcrler!<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"card\">\n        <div class=\"card-stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n        <p class=\"card-text\">WhatsApp destek ekibi s\u00fcper h\u0131zl\u0131! Sorunum 10 dakikada \u00e7\u00f6z\u00fcld\u00fc. Ekibe alk\u0131\u015f \ud83d\udc4f<\/p>\n        <div class=\"card-divider\"><\/div>\n        <div class=\"card-author\">\n          <div class=\"avatar\" style=\"background:linear-gradient(135deg,#601a1a,#dc2626);\">A<\/div>\n          <div><div class=\"author-name\">Ay\u015fe D.<\/div><div class=\"author-city\">\ud83d\udccd Bursa<\/div><\/div>\n          <div class=\"card-date\">2 hafta \u00f6nce<\/div>\n        <\/div>\n        <div class=\"support-reply\">\n          <div class=\"reply-header\">IPTV Alfa Destek <span>Resmi<\/span><\/div>\n          <div class=\"reply-text\">Te\u015fekk\u00fcrler Ay\u015fe! \ud83d\udcaa 24\/7 yard\u0131ma haz\u0131r\u0131z!<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\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>IPTV Alfa \u2013 En \u0130yi IPTV Hizmeti | IPTV Sat\u0131n Al IPTV ALFA IPTV Alfa \u2013 En \u0130yi IPTV Hizmeti | IPTV Sat\u0131n Al IPTV Alfa ile kesintisiz ve kaliteli yay\u0131n deneyimini ya\u015fay\u0131n. \u00dccretsiz IPTV teste ba\u015flay\u0131n, fark yarat\u0131n. \u00dcCRETS\u0130Z 12 SAAT IPTV TESTE HEMEN IPTV AL Y\u00fcksek Performansl\u0131 Ba\u011flant\u0131 Her zevke uygun olarak \u00f6zenle [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":230,"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":1951,"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/1951"}],"wp:attachment":[{"href":"https:\/\/iptvalfa.tr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}