/*
Theme Name: My Child Theme
Template: hello-elementor
*/

:root {
    --javo-site-content-max: 1120px;
    --javo-site-desktop-gutter: 24px;
}

/* =======================================
   user profile
======================================= */
/* کانتینر اصلی - الهام گرفته از طراحی گلس‌مورفیسم شفاف و تمیز روی پس‌زمینه آبی ملایم سایت */
.javo-profile-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 50px;
    background: rgba(248, 248, 248, 0.29); 
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px !important;
    color: #0f172a !important;
    direction: rtl !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04), 
                0 1px 3px rgba(15, 23, 42, 0.02) !important;
    box-sizing: border-box !important;
}
/* پنل آمارهای بالای صفحه - سه‌بعدی ملایم و جذاب */
.javo-stats-panel {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin-bottom: 50px !important;
}
.javo-stat-box {
    background: #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 20px !important;
    padding: 26px 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}
.javo-stat-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #0f172a, #334155);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.javo-stat-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 35px rgba(15, 23, 42, 0.07) !important;
    border-color: rgba(15, 23, 42, 0.1) !important;
}
.javo-stat-box:hover::before {
    opacity: 1;
}
.javo-stat-number {
    display: block !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    letter-spacing: -0.5px;
    margin-bottom: 6px !important;
}
.javo-stat-label {
    display: block !important;
    font-size: 18px !important;
    color: #64748b !important;
    font-weight: 600 !important;
}

/* فرم و ساختار ردیف‌ها */
.javo-profile-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}
.javo-form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
}
.javo-form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
.javo-form-group label {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    padding-right: 4px;
}

/* فیلدهای ورودی مدرن با فوکوس نئون ملایم */
.javo-profile-form input[type="text"],
.javo-profile-form input[type="url"],
.javo-profile-form input[type="password"],
.javo-profile-form textarea {
    width: 100% !important;
    padding: 16px 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    color: #0f172a !important;
    font-size: 14.5px !important;
    font-weight: 500;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-sizing: border-box !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01) !important;
}
.javo-profile-form input:focus,
.javo-profile-form textarea:focus {
    outline: none !important;
    border-color: #0f172a !important;
    box-shadow: 0 0 0 5px rgba(15, 23, 42, 0.06) !important;
}

/* استایل فیلد غیر قابل تغییر شماره تماس */
.javo-profile-form input.javo-input-readonly {
    background: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #94a3b8 !important;
    font-weight: 600;
    cursor: not-allowed !important;
}

/* بخش آپلود زنده عکس پروفایل - مینیمال و آوانگارد */
.javo-avatar-group {
    align-items: center !important;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9) !important;
    padding: 35px !important;
    border-radius: 24px !important;
    border: 2px dashed #cbd5e1 !important;
    position: relative;
}
.javo-avatar-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    position: relative;
}
.javo-user-avatar {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12) !important;
    transition: transform 0.3s ease !important;
}
.javo-avatar-wrapper:hover .javo-user-avatar {
    transform: scale(1.04) rotate(2deg) !important;
}
.javo-avatar-wrapper input[type="file"] {
    margin-top: 5px;
    font-size: 12px;
    color: #475569;
}
.javo-help-text {
    font-size: 11.5px !important;
    color: #64748b !important;
    font-weight: 500;
}

/* دکمه امضا و اصلی جاوو - مشکی عمیق با انیمیشن ارتقا یافته */
.javo-submit-btn {
    background: linear-gradient(135deg, #1e293b, #0f172a) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 18px 36px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18) !important;
    letter-spacing: 0.2px;
    margin-top: 10px;
}
.javo-submit-btn:hover {
    background: linear-gradient(135deg, #0f172a, #000000) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25) !important;
}
.javo-submit-btn:active {
    transform: translateY(0) !important;
}

/* استایل متون اطلاع‌رسانی و پیام‌ها */
.javo-success-msg, .javo-error-msg, .javo-alert {
    padding: 16px 24px !important;
    border-radius: 14px !important;
    margin-bottom: 25px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01) !important;
}
.javo-success-msg {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #15803d !important;
}
.javo-error-msg, .javo-alert {
    background: #fef2f2 !important;
    border: 1px solid #fee2e2 !important;
    color: #b91c1c !important;
}

/* ===================================================
   Responsive (بهینه‌سازی پیشرفته موبایل و تبلت)
=================================================== */
@media (max-width: 768px) {
    /* تنظیم ابعاد کانتینر اصلی روی موبایل جهت چسبندگی شیک به لبه‌ها */
    .javo-profile-container {
        padding: 30px 16px !important;
        margin: 16px 8px !important;
        border-radius: 24px !important;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03) !important;
    }

    /* 🌟 تغییر ساختار آمارها به ۳ سطر مجزا، فیکس و بسیار تمیز */
    .javo-stats-panel {
        grid-template-columns: 1fr !important; /* اجبار به تک‌ستونه شدن و ایجاد ۳ سطر */
        gap: 12px !important; /* فاصله مینی‌مال و استاندارد بین سطرها */
        margin-bottom: 35px !important;
    }

    /* بازطراحی هر باکس آمار برای نمایش افقی در یک سطر */
    .javo-stat-box {
        display: flex !important;
        flex-direction: row !important; /* چیدمان خطی المان‌ها */
        align-items: center !important;
        justify-content: space-between !important; /* قرارگیری متن در راست و عدد در چپ */
        padding: 16px 20px !important;
        border-radius: 16px !important;
    }

    /* تنظیمات عدد در سطر آمار */
    .javo-stat-number {
        font-size: 24px !important; /* سایز بهینه شده برای موبایل */
        margin-bottom: 0 !important;
        order: 2 !important; /* انتقال عدد به سمت چپ سطر (در حالت RTL) */
    }

    /* تنظیمات متن راهنما در سطر آمار */
    .javo-stat-label {
        font-size: 13px !important;
        font-weight: 700 !important;
        color: #475569 !important;
        order: 1 !important; /* انتقال متن به سمت راست سطر */
    }

    /* افقی شدن سه‌بعدی لبهٔ باکس‌ها متناسب با سطر جدید */
    .javo-stat-box::before {
        top: 0; bottom: 0; right: 0; left: auto;
        width: 4px; height: 100%;
        background: linear-gradient(180deg, #1e293b, #0f172a);
    }

    /* تک‌ستون شدن تمام ردیف‌های فرم */
    .javo-form-row {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* فشرده‌سازی هوشمند باکس آپلود عکس */
    .javo-avatar-group {
        padding: 24px 16px !important;
        border-radius: 18px !important;
    }
    .javo-user-avatar {
        width: 100px !important;
        height: 100px !important;
    }

    /* بهینه‌سازی فیلدهای ورودی برای لمس راحت‌تر در موبایل */
    .javo-profile-form input[type="text"],
    .javo-profile-form input[type="url"],
    .javo-profile-form input[type="password"],
    .javo-profile-form textarea {
        padding: 14px 16px !important;
        font-size: 14px !important;
    }

    /* تمام‌عرض شدن دکمه ثبت اطلاعات در موبایل */
    .javo-submit-btn {
        width: 100% !important;
        padding: 16px !important;
        font-size: 14.5px !important;
        border-radius: 14px !important;
    }
}

/* بهینه‌سازی فوق‌ریزی برای گوشی‌های بسیار باریک (زیر 360 پیکسل) */
@media (max-width: 360px) {
    .javo-profile-container {
        padding: 20px 12px !important;
        margin: 10px 4px !important;
    }
    .javo-stat-box {
        padding: 12px 14px !important;
    }
    .javo-stat-number {
        font-size: 20px !important;
    }
    .javo-stat-label {
        font-size: 12px !important;
    }
}
/* =======================================
    my_favorite_channels
======================================= */
    .javo-clean-page-wrapper {
        width: 100%;
        max-width: 1140px;
        margin: 40px auto;
        padding: 40px;
        background: #ffffff !important; /* پس‌زمینه کاملاً سفید و تمیز کانتینر */
        border-radius: 28px;
        box-shadow: 0 4px 30px rgba(15, 23, 42, 0.02);
        border: 1px solid #f1f5f9;
        direction: rtl;
        font-family: "Dana", "Yekan Bakh", sans-serif !important;
        box-sizing: border-box;
    }

    /* هدر بخش */
    .javo-studio-header {
        margin-bottom: 35px;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 20px;
        text-align: right;
    }
    .javo-studio-title {
        font-size: 24px;
        font-weight: 850;
        color: #0f172a !important;
        margin: 0 0 6px 0 !important;
    }
    .javo-studio-subtitle {
        font-size: 13px;
        color: #64748b !important;
        margin: 0 !important;
        font-weight: 500;
    }
    
/* =======================================
    Call_us
======================================= */


/* Main wrapper - completely transparent to let your light blue background shine */
.javo-contact-page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: transparent !important; 
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  direction: rtl;
}

.javo-contact-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===============================
   Hero Section (Header)
================================ */
.javo-contact-hero {
  text-align: center;
  margin-bottom: 60px;
}

.javo-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(11, 28, 45, 0.05);
  border: 1px solid rgba(11, 28, 45, 0.1);
  border-radius: 30px;
  color: #0b1c2d; /* Dark Navy */
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.javo-contact-title {
  font-size: 42px;
  font-weight: 900;
  color: #0b1c2d; /* Deep Navy for maximum contrast */
  margin: 0 0 16px 0;
  letter-spacing: -1px;
}

.javo-contact-subtitle {
  font-size: 17px;
  color: #475569; /* Elegant Slate Gray */
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500;
}

/* ===============================
   Card Grid Structure
================================ */
.javo-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Premium Solid Card Styling */
.javo-contact-card {
  position: relative;
  background: #ffffff; /* Pure white for massive contrast against light blue */
  border: 1px solid rgba(11, 28, 45, 0.04);
  /* Deep, soft, multi-layered 3D shadow */
  box-shadow: 0 10px 25px rgba(11, 28, 45, 0.04), 0 20px 48px rgba(11, 28, 45, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.javo-card-inner {
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

/* 📐 JaVo Signature Asymmetric Radii */
.javo-card-call {
  border-radius: 40px 40px 20px 4px;
}
.javo-card-chat-guide {
  border-radius: 30px;
  /* Special highlight for the chat card */
  border: 2px solid #10b981;
  box-shadow: 0 15px 35px rgba(16, 185, 129, 0.08), 0 5px 15px rgba(11, 28, 45, 0.03);
}
.javo-card-email {
  border-radius: 40px 40px 4px 20px;
}

/* Icon Holders */
.javo-icon-holder {
  width: 75px;
  height: 75px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #0b1c2d; /* Dark Navy Icons */
  transition: all 0.3s ease;
}
.javo-card-chat-guide .javo-icon-holder {
  background: #ecfdf5; /* Soft green background for chat icon */
  border-color: #a7f3d0;
  color: #10b981; /* Emerald green icon */
}
.javo-svg-icon {
  width: 34px;
  height: 34px;
}

/* Online Pulse Badge */
.javo-status-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ecfdf5;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #a7f3d0;
}
.javo-pulse-dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
  animation: javoPulse 2s infinite;
}
.javo-status-text {
  font-size: 12px;
  color: #047857;
  font-weight: 700;
}

/* Typography Inside Cards */
.javo-card-title {
  font-size: 22px;
  font-weight: 800;
  color: #0b1c2d; /* Dark Navy */
  margin: 0 0 14px 0;
}

.javo-card-desc {
  font-size: 14.5px;
  color: #475569; /* Slate Gray */
  line-height: 1.7;
  margin: 0 0 24px 0;
  min-height: 50px;
}

.javo-card-value {
  font-size: 19px;
  font-weight: 700;
  color: #0284c7;
  text-decoration: none;
  margin-bottom: 32px;
  display: block;
}

/* Executive Action Buttons */
.javo-card-btn {
  width: 100%;
  padding: 16px 24px;
  background: #0b1c2d; /* Solid Dark Navy Button */
  border: none;
  border-radius: 16px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(11, 28, 45, 0.15);
}
.javo-card-chat-guide .javo-card-btn {
  background: #10b981; /* Vibrant Green for the Chat action */
  box-shadow: 0 4px 14px rgba(16, 185, 129, 0.25);
}

.javo-btn-arrow {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* ===============================
   Desktop Hover Physics
================================ */
.javo-contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(11, 28, 45, 0.08), 0 30px 60px rgba(11, 28, 45, 0.04);
}

.javo-card-chat-guide:hover {
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.15), 0 30px 60px rgba(11, 28, 45, 0.04);
}
.javo-contact-card:hover .javo-icon-holder {
  transform: scale(1.08) rotate(-3deg);
}
.javo-contact-card:hover .javo-card-btn {
  background: #0ea5e9; /* Shifts to a brighter JaVo blue on hover */
  transform: translateY(-2px);
}
.javo-card-chat-guide:hover .javo-card-btn {
  background: #059669; /* Darker green on hover */
}
.javo-contact-card:hover .javo-btn-arrow {
  transform: rotate(180deg) translateX(5px);
}

/* ===============================
   Sub-Footer Meta Info
================================ */
.javo-contact-sub-footer {
  border-top: 2px dashed rgba(11, 28, 45, 0.08);
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.javo-meta-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.javo-meta-label {
  font-size: 14px;
  color: #0b1c2d;
  font-weight: 800;
  text-transform: uppercase;
}
.javo-meta-val {
  font-size: 15px;
  color: #475569;
  font-weight: 500;
}

/* Pulse Animation */
@keyframes javoPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ===================================================
   Mobile Optimization
=================================================== */
@media (max-width: 1024px) {
  .javo-contact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .javo-contact-page-wrapper { padding: 40px 15px; }
  .javo-contact-hero { margin-bottom: 40px; }
  .javo-contact-title { font-size: 32px; }
  .javo-contact-subtitle { font-size: 15px; }
  
  .javo-contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .javo-card-inner { padding: 35px 25px; }
  .javo-icon-holder {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
  }
  .javo-svg-icon { width: 28px; height: 28px; }
  .javo-card-title { font-size: 20px; }
  .javo-card-desc { font-size: 14px; min-height: auto; margin-bottom: 20px; }
  .javo-card-value { font-size: 17px; margin-bottom: 20px; }
  
  .javo-card-call   { border-radius: 30px 30px 15px 4px; }
  .javo-card-chat-guide { border-radius: 24px; }
  .javo-card-email  { border-radius: 30px 30px 4px 15px; }

  .javo-contact-card:hover { transform: none !important; }
  .javo-contact-card:active { transform: scale(0.98) !important; }

  .javo-contact-sub-footer { flex-direction: column; gap: 24px; text-align: center; }
  .javo-meta-info-item { align-items: center; }
}
/* =======================================
  about_us 
======================================= */
.javohub-master-about {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0;
    direction: rtl;
    color: #ffffff;
}

/* 2. Hero Grid System */
.about-hero-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 120px;
}
/* 3. Left Content: Typography Mastery */
.left-content {
    flex: 1;
    animation: fadeInRight 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.about-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    margin-bottom: 25px;
    /* گرادینت سرمه‌ای تیره، عمیق و فوق‌العاده مینیمال */
    background: linear-gradient(90deg, #1e3a8a, #1e3a8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}
.about-description {
   font-size: 1.15rem;
    line-height: 1.8; /* کمی فشرده‌تر برای حس حرفه‌ای‌تر */
    color: #1e3a8a; /* سرمه‌ای عمیق و بسیار باکلاس */
    max-width: 600px;
    text-align: justify;
    letter-spacing: 0.01em; /* افزودن کمی فضا برای خوانایی شبیه مجلات */
    margin: 0;
}

/* 4. Right Branding: The "Focus" Circle */
.right-branding {
    flex: 0 0 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    animation: fadeInUp 1.5s ease-out;
}

.logo-circle {
    width: 300px;   /* بزرگ‌تر شد */
    height: 300px;  /* بزرگ‌تر شد */
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.3);

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* افکت چرخش هاله دور لوگو */
.logo-circle::after {
   content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    /* تغییر به سرمه‌ایِ عمیق و شیک */
    border: 1px dashed rgba(30, 58, 138, 0.5); 
    animation: rotate 20s linear infinite;
}

.logo-circle:hover {
    transform: scale(1.05) rotate(2deg);
    border-color: #1e3a8a;
    box-shadow: 0 0 40px rgba(0, 212, 255, 0.2);
}

.logo-circle img {
    width: 290px;   /* بزرگ‌تر شد */
    height: auto;
    max-width: 100%;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}

.brand-name {
    font-size: 3rem;
    font-weight: 800;
    margin: 25px 0 5px 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #1e3a8a;
}

.brand-slogan {
    font-size: 1rem;
    color: #1e3a8a;
    letter-spacing: 2px;
    opacity: 0.95;
}

/* --- Animation --- */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .about-hero-grid {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .left-content {
        width: 100%;
    }

    .about-description {
        margin: 0 auto;
        text-align: center;
    }

    .right-branding {
        flex: none;
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .javohub-master-about {
        padding: 70px 16px;
    }

    .about-title {
        font-size: 2.2rem;
        text-align: center;
    }

    .about-description {
        font-size: 1rem;
        line-height: 1.9;
        text-align: center;
    }

    .logo-circle {
        width: 230px;   /* برای موبایل هم خوب و بزرگ */
        height: 230px;
    }

    .logo-circle img {
        width: 145px;
    }

    .brand-name {
        font-size: 2.2rem;
        letter-spacing: 3px;
    }
}
.javo-stats-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1000px;
    /* خطوط بسیار نازک و ملایم */
    border-top: 1px solid rgba(30, 58, 138, 0.15);
    border-bottom: 1px solid rgba(30, 58, 138, 0.15);
}

.stat-box {
    text-align: center;
}

.stat-value {
    display: block;
    /* فونت مدرن برای نمایش عالی اعداد انگلیسی */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #1e3a8a; /* همان رنگ سرمه‌ای که خواستی */
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.stat-desc {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: #64748b; /* خاکستریِ ملایم برای متن توضیحات */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .javo-stats-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    .stat-value { font-size: 2.5rem; }
}
#about_us_container {
    position: relative;
}
#about_us_container:before {
    content: "";
    width: 1000px;
    height: 1000px;
    border-radius: 2000px;
    background-color: #70C6F3;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 20%;
    left: 90%;
    z-index: -1;
    transition: all 0.5s ease;
    animation: floatCircle 8s ease-in-out infinite;
}
#about_us_container:after {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 2000px;
    background-color: #70C6F3;
    transform: translate(-50%, 0%);
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: -1;
    transition: all 0.5s ease;
    animation: floatCircle 6s ease-in-out infinite;
}

@media (max-width: 767px) {
    #about_us_container:before {
        width: 300px !important;
        height: 500px !important;
        top: 10% !important;
        left: 100% !important;
        animation: floatCircle 3s ease-in-out infinite !important;
    }
    #about_us_container:after {
        width: 300px !important;
        height: 300px !important;
        top: 50% !important;
        left: 10% !important;
    }
}

@keyframes floatCircle {
    0%, 100% { top: 5%; }
    50%       { top: 15%; }
}

/* =======================================
  podcasters-banner
======================================= */

.podcasters-banner {
  width: 100% !important;
  max-width: 1400px;
  margin: 30px auto !important;
  padding: 0 15px !important; /* فاصله ایمن لبه‌ها */
  direction: rtl !important; /* راست‌به‌چپ سراسری */
  box-sizing: border-box !important;
}
.banner-container {
  display: flex !important;
  flex-direction: row-reverse !important; /* عکس راست، متن وسط، آمار چپ */
  align-items: center !important;
  justify-content: space-between !important;
  padding: 30px 40px !important;
  gap: 25px !important;
  overflow: hidden !important; /* جلوگیری از بیرون زدگی هر المانی */
  
  /* استایل شیشه مات اختصاصی JAVO */
  background: rgba(248, 248, 248, 0.35) !important;
  border-radius: 24px !important;
  
  /* لبه‌های کریستالی براق */
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.9) !important;
  
  /* سایه عمیق دوربرد Premium */
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06) !important;
}

/* =======================================
   ۲. بخش تصویر شاخص (دایره فیکس و بزرگ)
======================================= */
.banner-media {
  flex: 0 0 220px !important; /* اندازه فیکس دسکتاپ */
  height: 220px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  border: 5px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07) !important;
  display: block !important;
}

.banner-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* =======================================
   ۳. بخش محتوای متنی (مرکز بنر)
======================================= */
.banner-content {
  flex: 1 !important;
  text-align: right !important;
  padding-right: 15px !important;
}

.banner-title {
  font-family: system-ui, -apple-system, sans-serif !important;
  font-size: clamp(20px, 2.5vw, 26px) !important;
  font-weight: 700 !important;
  color: #0b1c2d !important;
  margin: 0 0 10px 0 !important;
}

.banner-description {
  font-family: system-ui, -apple-system, sans-serif !important;
  font-size: clamp(13px, 1.3vw, 14.5px) !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  max-width: 500px !important;
  margin: 0 !important;
}


/* ===================================================
   JaVo Elite Footer - Grid Symmetry Edition
=================================================== */

.javo-elite-footer {
    width: 100% !important;
    padding: 70px 0 50px;
    direction: rtl;
    background: transparent !important;
    display: flex;
    justify-content: center;
    font-family: inherit;
}

/* --- The Hyper-Glass Card --- */
.javo-footer-glass-card {
    width: 90%;
    max-width: 1160px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    padding: 40px 50px;
    box-shadow: 
        0 30px 60px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.javo-footer-glass-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 
        0 40px 80px rgba(15, 23, 42, 0.07),
        0 10px 20px rgba(15, 23, 42, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* --- The Grid Layout Fix --- */
.javo-footer-main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 15px 30px; /* 15px vertical spacing, 30px horizontal spacing */
}

/* --- Grid Placements --- */
.brand-col {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.nav-col {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* Pulls navigation towards the center */
}

/* Elite Designer Tag positioned via Grid */
.javo-designer-tag {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: center;
    align-self: flex-start; /* Pulls tag tightly under navigation */
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.2px;
    background: rgba(255, 255, 255, 0.4);
    padding: 6px 18px;
    border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 8px rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-col {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
}

/* --- Brand Typography & Logo --- */
.javo-footer-logo img {
    height: 44px;
    width: auto;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.02));
}

.javo-footer-logo:hover img {
    transform: scale(1.05);
}

.javo-footer-motto {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding-right: 4px;
}

/* --- Interactive Pill Buttons --- */
.javo-nav-glass-pills {
    display: flex;
    gap: 6px;
    /* سفید یخی مدرن، نیمه کدر و غنی شده با رفلکس نور */
    background: rgba(248, 250, 252, 0.92); 
    padding: 7px;
    border-radius: 100px;
    /* خط دور کریستالی برای ایجاد حس شیشه‌ای صیقل‌خورده */
    border: 1px solid rgba(255, 255, 255, 0.9);
    /* ترکیب سایه داخلی برای عمق و سایه بیرونی فوق‌العاده نرم */
    box-shadow: 
        0 12px 30px rgba(15, 23, 42, 0.04),
        0 4px 8px rgba(15, 23, 42, 0.02),
        inset 0 2px 4px rgba(255, 255, 255, 0.8);
    
}

.javo-nav-glass-pills a {
    text-decoration: none;
    color: #475569;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 12px 28px;
    border-radius: 100px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
}

/* افکت هاور دکمه‌ها روی پس‌زمینه یخی جدید */
.javo-nav-glass-pills a:hover {
    color: #0f172a;
    background: #ffffff;
    /* ایجاد سایه سه‌بعدی و شناور شدن دکمه هنگام هاور */
    box-shadow: 
        0 10px 20px rgba(15, 23, 42, 0.06), 
        0 2px 6px rgba(15, 23, 42, 0.02);
    transform: translateY(-1px);
}

.javo-heart {
    color: #ef4444;
    display: inline-block;
    animation: heartBeat 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Ultra-Minimal Enamad Block --- */
.javo-enamad-wrapper {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #ffffff !important;
    padding: 6px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.03) !important;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    
    width: 44px !important;  
    height: 44px !important; 
    box-sizing: border-box !important;
}

.javo-enamad-wrapper:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06) !important;
    border-color: #cbd5e1 !important;
}

.javo-enamad-link {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    justify-content: center !important;
}

.javo-enamad-img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
    display: block !important;
    filter: grayscale(10%) contrast(1.1);
}

/* --- بهینه‌سازی ابعاد برای موبایل --- */
@media (max-width: 768px) {
    .javo-enamad-wrapper {
        width: 48px !important;
        height: 48px !important;
        padding: 6px !important;
    }
    
    .javo-enamad-img {
        width: 36px !important;
        height: 36px !important;
    }
}


/* --- Copyright Details --- */
.javo-copyright {
    font-weight: 700;
    color: #1e293b;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    direction: ltr;
}

.cy-brand {
    color: #94a3b8;
    font-weight: 600;
}
/* --- Keyframes --- */
@keyframes footerReveal {
    from { opacity: 0; transform: translateY(30px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    15% { transform: scale(1.2); }
    30% { transform: scale(1); }
    45% { transform: scale(1.2); }
}
/* ===================================================
   Mobile App-Like Experience (Sub 991px)
   Clean & Ultra-Minimal Edition (Hidden Extras)
=================================================== */
@media (max-width: 991px) {
    
    .javo-elite-footer {
        padding: 15px 10px; /* فوق‌العاده فشرده و شیک */
        animation: footerReveal 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
    }

    .javo-footer-glass-card {
        width: 100%;
        padding: 16px 12px; /* کاهش شدید پدینگ برای باز شدن فضا */
        border-radius: 24px;
        box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
    }

    /* گرید تک‌ردیفه برای ۳ المان اصلی */
    .javo-footer-main {
        display: grid;
        grid-template-columns: auto 1fr auto; /* فضای منعطف برای دکمه‌های وسط */
        grid-template-rows: auto;
        align-items: center;
        gap: 10px;
    }

    /* حذف متن‌های اضافه در موبایل */
    .javo-footer-motto,
    .javo-designer-tag,
    .javo-footer-meta-texts {
        display: none !important;
    }

    /* ستون لوگو (راست) */
    .brand-col {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        align-items: flex-start;
        width: auto;
    }

    .javo-footer-logo img {
        height: 24px; /* سایز کاملاً مینیاتوری برای لوگو */
    }

    /* ستون منو (وسط) */
    .nav-col {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    /* کپسول دکمه‌های سفید یخی */
    .javo-nav-glass-pills {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 2px;
        padding: 4px;
        border-radius: 100px;
        background: rgba(248, 250, 252, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.9);
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
    }
    /* دکمه‌های ریز و فیت شده */
    .javo-nav-glass-pills a {
        padding: 8px 12px; /* پدینگ فشرده برای جا شدن در عرض گوشی */
        font-size: 0.7rem; /* فونت مینیاتوری */
        font-weight: 700;
        border-radius: 100px;
        white-space: nowrap;
        flex: none;
    }
    /* ستون اینماد (چپ) */
    .info-col {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        align-items: flex-end;
        padding-top: 0;
        width: auto;
    }
}
/* ==========================================================================
   font - background 
   ========================================================================== */
/*font  Vazirmatn */
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/themes/hello-elementor/fonts/Vazirmatn/static/Vazirmatn-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/themes/hello-elementor/fonts/Vazirmatn/static/Vazirmatn-Medium.ttf") format("truetype");
    font-weight:500;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family:"Vazirmatn";
    src:url("/wp-content/themes/hello-elementor/fonts/Vazirmatn/static/Vazirmatn-SemiBold.ttf") format("truetype");
    font-weight:600;
    font-style:normal;
    font-display:swap;
}
/* Lalezar */
@font-face{
    font-family:"Lalezar";
    src:url("/wp-content/themes/hello-elementor/fonts/Lalezar/Lalezar-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
    font-display:swap;
}
/* متن‌های سایت */
body,
p,
span,
div,
li,
input,
textarea,
button,
select{
    font-family:"Vazirmatn", sans-serif !important;
}
/* عنوان‌ها */
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title{
    font-family:"Lalezar", cursive !important;
}
html{
    min-height:100%;
}


html.is-routing {
    cursor: progress;
}

html.is-routing a {
    pointer-events: none;
}
/* ============================================
   JaVo Global Background
============================================ */
html {
    min-height: 100%;

    background-color: #000000;

    background-image: linear-gradient(
        to top,
        #000000 0%,
        #000d19 100%
    );

    background-size: 100% 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    min-height: 100vh;
    margin: 0;
    background: transparent !important;
}
/* لایه‌های قالب شفاف */
.site,
#page,
#content,
.site-content,
#main,
.entry-content,
.container,
.wrapper {
    background: transparent !important;
}

main[tabindex="-1"]:focus {
    outline: none;
}

/* Navigation feedback belongs to the persistent shell, not page modules. */
.javo-router-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 101; /* Above header-inner (100), below header overlays. */
    background: #B3E7FF;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

html[dir="rtl"] .javo-router-progress {
    transform-origin: right center;
}

body.admin-bar .javo-router-progress {
    top: var(--wp-admin--admin-bar--height, 0px);
}

body.javo-router-navigating .javo-router-progress {
    opacity: 1;
    animation: javo-router-progress-pending 8s ease-out forwards;
}

body.javo-router-navigating > main {
    opacity: .64;
    transition: opacity 100ms ease-out;
}

body.javo-router-entering .javo-router-progress {
    transform: scaleX(1);
    transition: opacity 100ms ease-out;
}

body.javo-router-entering > main {
    animation: javo-router-main-enter 130ms ease-out;
}

@keyframes javo-router-progress-pending {
    from { transform: scaleX(.24); }
    to { transform: scaleX(.82); }
}

@keyframes javo-router-main-enter {
    from { opacity: .8; }
    to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    body.javo-router-navigating .javo-router-progress {
        animation: none;
        transform: scaleX(.3);
    }

    body.javo-router-navigating > main,
    body.javo-router-entering .javo-router-progress,
    body.javo-router-entering > main {
        animation: none;
        transition: none;
    }
}

/* ============================================
   JaVo Global Desktop Content Shell
============================================ */
@media (min-width: 1101px) {
    body[class] > main[class] {
        box-sizing: border-box;
        width: min(
            calc(
                100% -
                var(--javo-site-desktop-gutter) -
                var(--javo-site-desktop-gutter)
            ),
            var(--javo-site-content-max)
        );
        margin-inline: auto;
    }
}
