.elementor-10 .elementor-element.elementor-element-8ab068b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}/* Start custom CSS for html, class: .elementor-element-45f00e9 */@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra/fonts/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra/fonts/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/astra/fonts/Vazirmatn-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



  :root {
    --primary: #00C9A7;
    --primary-dark: #00A88E;
    --primary-glow: rgba(0,201,167,0.25);
    --accent: #FF6B6B;
    --bg-deep: #0B0F1A;
    --bg-card: #111827;
    --bg-card2: #1a2235;
    --border: rgba(255,255,255,0.08);
    --text-main: #F0F4FF;
    --text-muted: #8B96B0;
    --text-dim: #4A5568;
    --radius: 16px;
    --radius-sm: 8px;
    --shadow: 0 20px 60px rgba(0,0,0,0.5);
    --shadow-glow: 0 0 40px rgba(0,201,167,0.15);
    --font: 'Vazirmatn', Tahoma, Arial, sans-serif;
  }

  /* ===== RESET ===== */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--font);
    background: var(--bg-deep);
    color: var(--text-main);
    direction: rtl;
    overflow-x: hidden;
    line-height: 1.7;
  }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; height: auto; display: block; }

  /* ===== ANIMATED BACKGROUND ===== */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
      radial-gradient(ellipse 80% 60% at 20% 10%, rgba(0,201,167,0.07) 0%, transparent 60%),
      radial-gradient(ellipse 60% 50% at 80% 80%, rgba(99,102,241,0.05) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
  }

  /* ===== CONTAINER ===== */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
  }

  /* ===== HEADER / NAV ===== */
  header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(11,15,26,0.85);
    border-bottom: 1px solid var(--border);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--primary);
    letter-spacing: -0.5px;
  }
  .logo-icon {
    width: 40px; height: 40px;
    background: linear-gradient(135deg, var(--primary), #0097A7);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
  }
  .nav-links {
    display: flex;
    gap: 8px;
    list-style: none;
  }
  .nav-links a {
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: all 0.2s;
  }
  .nav-links a:hover { color: var(--text-main); background: var(--bg-card); }
  .btn-nav {
    background: var(--primary);
    color: #0B0F1A !important;
    font-weight: 700;
    padding: 8px 20px !important;
  }
  .btn-nav:hover { background: var(--primary-dark) !important; }

  /* ===== ONLINE BADGE ===== */
  .online-count {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,201,167,0.1);
    border: 1px solid rgba(0,201,167,0.2);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.82rem;
    color: var(--primary);
    font-weight: 600;
  }
  .pulse {
    width: 8px; height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.4); }
  }

  /* ===== HERO ===== */
  .hero {
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
  }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,201,167,0.1);
    border: 1px solid rgba(0,201,167,0.25);
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 0.85rem;
    color: var(--primary);
    margin-bottom: 28px;
    font-weight: 500;
  }
  h1.hero-title {
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 24px;
    color: var(--text-main);
  }
  h1.hero-title span {
    background: linear-gradient(135deg, var(--primary), #4DD0E1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .hero-desc {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto 48px;
    line-height: 1.8;
  }
  .hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: #0B0F1A;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 16px 40px;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 8px 30px rgba(0,201,167,0.35);
    font-family: var(--font);
    cursor: pointer;
    border: none;
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(0,201,167,0.5);
    background: var(--primary-dark);
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--text-main);
    font-weight: 600;
    font-size: 1rem;
    padding: 16px 32px;
    border-radius: 50px;
    border: 1.5px solid var(--border);
    transition: all 0.3s;
    font-family: var(--font);
    cursor: pointer;
  }
  .btn-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
    background: rgba(0,201,167,0.05);
  }

  /* ===== STATS BAR ===== */
  .stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 80px;
  }
  .stat-item {
    background: var(--bg-card);
    padding: 28px 20px;
    text-align: center;
    transition: background 0.2s;
  }
  .stat-item:hover { background: var(--bg-card2); }
  .stat-number {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
  }

  /* ===== SECTION TITLES ===== */
  .section-tag {
    display: inline-block;
    background: rgba(0,201,167,0.1);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .section-title {
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .section-desc {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 580px;
    line-height: 1.8;
  }
  .section-header { margin-bottom: 56px; }

  /* ===== FEATURES ===== */
  .features { padding: 80px 0; }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 36px 28px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 80px; height: 80px;
    background: radial-gradient(circle, var(--primary-glow), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .feature-card:hover::before { opacity: 1; }
  .feature-card:hover {
    border-color: rgba(0,201,167,0.25);
    transform: translateY(-4px);
    box-shadow: var(--shadow-glow);
  }
  .feature-icon {
    width: 52px; height: 52px;
    background: rgba(0,201,167,0.1);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border: 1px solid rgba(0,201,167,0.15);
  }
  .feature-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-main);
  }
  .feature-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.7;
  }

  /* ===== CHAT ROOMS SECTION ===== */
  .rooms { padding: 80px 0; }
  .rooms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .room-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
    text-decoration: none;
  }
  .room-card:hover {
    border-color: rgba(0,201,167,0.25);
    background: var(--bg-card2);
    transform: translateX(-4px);
  }
  .room-info { display: flex; align-items: center; gap: 16px; }
  .room-emoji {
    width: 48px; height: 48px;
    background: var(--bg-card2);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    border: 1px solid var(--border);
  }
  .room-name { font-weight: 700; font-size: 0.95rem; margin-bottom: 4px; }
  .room-users {
    font-size: 0.8rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .dot-green { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; display: inline-block; }
  .room-arrow { color: var(--primary); font-size: 1.2rem; }

  /* ===== HOW TO ===== */
  .howto { padding: 80px 0; }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .step-card {
    text-align: center;
    padding: 40px 24px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    position: relative;
  }
  .step-num {
    width: 56px; height: 56px;
    background: linear-gradient(135deg, var(--primary), #0097A7);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    font-weight: 900;
    color: #0B0F1A;
    margin: 0 auto 24px;
  }
  .step-card h3 { font-weight: 700; margin-bottom: 10px; }
  .step-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

  /* ===== TESTIMONIALS ===== */
  .testimonials { padding: 80px 0; }
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .review-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
  }
  .review-stars { color: #F59E0B; font-size: 0.85rem; margin-bottom: 14px; }
  .review-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
  .review-author {
    display: flex; align-items: center; gap: 12px;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }
  .author-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), #0097A7);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #0B0F1A;
    flex-shrink: 0;
  }
  .author-name { font-weight: 600; font-size: 0.88rem; }
  .author-date { font-size: 0.78rem; color: var(--text-dim); }

  /* ===== FAQ ===== */
  .faq { padding: 80px 0; }
  .faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 860px; margin: 0 auto; }
  .faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    overflow: hidden;
  }
  .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    color: var(--text-main);
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
    gap: 16px;
  }
  .faq-question:hover { color: var(--primary); }
  .faq-icon { font-size: 1.2rem; color: var(--primary); flex-shrink: 0; transition: transform 0.3s; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
  }
  .faq-item.open .faq-answer { max-height: 300px; }
  .faq-answer-inner {
    padding: 0 24px 20px;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.8;
    border-top: 1px solid var(--border);
    padding-top: 16px;
  }

  /* ===== CTA BANNER ===== */
  .cta-banner {
    margin: 0 0 80px;
    background: linear-gradient(135deg, rgba(0,201,167,0.12), rgba(0,151,167,0.08));
    border: 1px solid rgba(0,201,167,0.2);
    border-radius: 24px;
    padding: 72px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta-banner::before {
    content: '';
    position: absolute;
    top: -50%; left: 50%;
    transform: translateX(-50%);
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,201,167,0.1), transparent 70%);
    pointer-events: none;
  }
  .cta-banner h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 900;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .cta-banner p {
    color: var(--text-muted);
    margin-bottom: 36px;
    font-size: 1rem;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  /* ===== FOOTER ===== */
  footer {
    border-top: 1px solid var(--border);
    padding: 48px 0 32px;
  }
  .footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .footer-brand p {
    font-size: 0.88rem;
    color: var(--text-muted);
    margin-top: 14px;
    line-height: 1.7;
    max-width: 280px;
  }
  .footer-col h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 16px;
  }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-col ul li a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: color 0.2s;
  }
  .footer-col ul li a:hover { color: var(--primary); }
  .footer-bottom {
    border-top: 1px solid var(--border);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.82rem;
    color: var(--text-dim);
  }

  /* ===== MOBILE ===== */
  @media (max-width: 768px) {
    .nav-links { display: none; }
    .features-grid { grid-template-columns: 1fr; }
    .rooms-grid { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .hero { padding: 60px 0 40px; }
    .cta-banner { padding: 48px 24px; }
    .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .online-count { display: none; }
  }
  @media (max-width: 480px) {
    .stats-bar { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
  }/* End custom CSS */