.elementor-2100 .elementor-element.elementor-element-a28ca91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-54d649c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-b137ed5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-00829e0 *//* ------------------------------------------
   1. نوار بالایی (Navbar Container)
   ------------------------------------------ */
.vct-navbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #e2e8f0;
}

.vct-nav-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center; /* تراز عمودی آیتم‌ها در وسط */
  justify-content: space-between; /* لوگو و دکمه‌ها به کناره‌ها می‌چسبند */
  
  /* *** تغییر کلیدی برای چسبیدن به لبه‌ها (حذف پدینگ افقی) *** */
  padding: 15px 0px; 
  
  direction: rtl; /* برای فارسی‌سازی ترتیب عناصر */
}

/* ------------------------------------------
   2. لوگو
   ------------------------------------------ */
.vct-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.1rem;
  color: #013683; /* رنگ اصلی Vecto */
}

.vct-logo img {
  padding-bottom: 5px;
  height: 45px;
  width: auto;
  object-fit: contain;
}

.ai-text {
  color: #60b9e5; /* رنگ آبی برای AI */
}

/* ------------------------------------------
   3. منو ناوبری (Nav Menu) - بازبینی شده
   ------------------------------------------ */
.vct-nav-menu ul {
  list-style: none;
  display: flex; /* این برای منوی اصلی (افقی) است */
  gap: 28px; 
  margin: 0;
  padding: 0;
}

.vct-nav-menu a {
  text-decoration: none;
  color:#000000;
  font-size: 1rem;
  padding: 5px 0;
  transition: color 0.2s ease;
}

.vct-nav-menu a:hover {
  color: #4338ca;
}

/* تنظیمات دراپ‌داون */
.vct-dropdown {
  position: relative;
}

.vct-dropdown-menu {
  list-style: none;
  position: absolute;
  top: 100%; 
  right: 0; 
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  
  /* *** اطمینان از نمایش عمودی: این تگ به صورت پیش‌فرض block است و نیازی به تعریف نیست، اما برای اطمینان آن را واضح می‌گذاریم *** */
  display: block; 
}

.vct-dropdown-menu li {
  padding: 0;
}

.vct-dropdown-menu a {
  display: block; /* هر لینک فضای کامل li را اشغال می‌کند */
  padding: 8px 15px;
  font-size: 0.95rem;
}

.vct-dropdown:hover .vct-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* ------------------------------------------
   تنظیمات تکمیلی برای اطمینان از چیدمان عمودی زیرمنو
   ------------------------------------------ */
.vct-dropdown-menu {
  /* اطمینان از اینکه آیتم‌ها به صورت ستونی نمایش داده شوند */
  display: block; 
  flex-direction: column; /* این مورد برای ul پیش‌فرض است اما برای اطمینان اضافه می‌شود */
  gap: 0; /* حذف هرگونه فاصله افقی */
}

.vct-dropdown-menu li {
  display: block; /* اطمینان از اینکه هر آیتم روی یک خط است */
  width: 100%; /* آیتم‌ها عرض کامل را بگیرند */
}
/* ------------------------------------------
   4. دکمه‌های اقدام (Action Buttons) - بازبینی شده برای مینیمال‌سازی
   ------------------------------------------ */
.vct-nav-actions {
  display: flex;
  gap: 12px; /* کاهش فاصله کمی بیشتر */
}

.vct-login,
.vct-signup {
  text-decoration: none;
  
  /* *** کاهش Padding برای کوچک‌تر شدن دکمه‌ها *** */
  padding: 6px 14px; /* کاهش از 8px 16px */
  
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-weight: 500;
  
  /* *** کاهش اندازه فونت *** */
  font-size: 0.875rem; /* کاهش از 1rem */
}

.vct-login {
  color: #4338ca;
  border: 1px solid #e0e7ff; /* رنگ حاشیه ملایم */
}

.vct-login:hover {
  background-color: #e0e7ff;
}

.vct-signup {
  background-color: #4338ca;
  color: white;
}

.vct-signup:hover {
  background-color: #3730a3;
}

/* ------------------------------------------
   5. ریسپانسیو (برای حالت موبایل/تبلت)
   ------------------------------------------ */
@media (max-width: 1100px) {
  /* در این حالت، منو را پنهان می‌کنیم و احتمالاً باید یک آیکون همبرگری اضافه شود (که در HTML فعلی نیست) */
  .vct-nav-menu {
    display: none; 
  }
  
  .vct-nav-container {
    /* اگر منو را پنهان کردید، شاید بخواهید فاصله بین لوگو و دکمه‌ها را تنظیم کنید */
    gap: 30px; 
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ad6df6 */<style>
    /* تنظیمات کلی و فونت */
    :root {
        --primary-dark: #0f172a;
        --primary-blue: #2563eb;
        --text-grey: #e3f2ff;
        --bg-light: #f8fafc;
        /* رنگ های ماژول ها */
        --theme-sales: #10b981;   /* سبز */
        --theme-customer: #3b82f6; /* آبی */
        --theme-product: #f59e0b;  /* نارنجی */
        --theme-ux: #06b6d4;       /* فیروزه ای */
        --theme-ai: #8b5cf6;       /* بنفش */
        --theme-health: #ef4444;   /* قرمز */
        --vct-dark: #0f172a;
        --vct-blue: #2563eb;       /* رنگ اصلی برند */
        --vct-blue-light: #eff6ff; /* پس زمینه باکس پاسخ */
        --vct-orange: #f97316;     /* رنگ تگ سوال */
        --vct-text: #334155;
        --vct-radius: 20px;
        
        --ai-purple: #7c3aed;
        --ai-indigo: #4338ca;
        --ai-light-bg: #eef2ff;
        --ai-border: #c7d2fe;
    }

    body {
        font-family: 'Vazirmatn', sans-serif; /* فونت پیش فرض */
        margin: 0;
        padding: 0;
    box-sizing: border-box;
        direction: rtl;
        background-color: #ffffff;
        color: var(--primary-dark);
        line-height: 1.7;
    }
<style>
.vct-hero-header {
    background: #ffffff;
    direction: rtl;
    width: 100%;
    display: flex;
    justify-content: center; /* 👈 کل سکشن وسط صفحه */
}

.vct-hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; /* 👈 ستون‌ها وسط */
    width: 100%;
    max-width: 3000px; /* محدود کردن عرض برای ایجاد فضای خالی دو طرف */
    padding: 30px 40px;   /* قبلاً 80px بود */  
        gap: 0px;   /* قبلاً 60px بود */
}

/* ستون متن */
.vct-hero-content {
    flex: 1;
    text-align: right;
    max-width: 520px; /* 👈 کنترل عرض متن */
     transform: translateX(-40px);

}


/* تیتر */
.vct-main-headline {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 20px;
    white-space: nowrap;
    color: var(--vct-dark);
    
}

/* نتیجه */
.vct-result-line {
    font-size: 3rem;
    font-weight: 950;
    background: linear-gradient(90deg, #4338ca, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.vct-sub-quote {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 30px;
}

/* دکمه */
.vct-btn-primary {
    display: inline-block;
    background: #2563eb;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

/* ستون تصویر */

.vct-hero-visual-col {
    flex: 1.5; /* ستون تصویر بزرگ‌تر */
    display: flex;
    justify-content: center;
}

.vct-image-full-width {
    width: 100%;
    max-width: 900px;  /* اینو بالا ببر */
}

.vct-image-full-width img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.vct-container-wide {
    max-width: 1500px;  /* بزرگ‌تر از بقیه سکشن‌ها */
    margin: 0 auto;
    padding: 0 20px;
}

.vct-hero-visual-col {
    flex: 1.6;
}

.vct-image-full-width {
    max-width: 2000px;
}
.vct-hero-visual-col {
    transform: translateX(-40px);
}





/* موبایل */
@media (max-width: 992px) {
    .vct-hero-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .vct-hero-content {
        text-align: center;
    }

    .vct-main-headline {
        white-space: normal;
        font-size: 1.4rem;
    }
}
</style>

</style>
    /* کانتینر مرکزی */
    .vct-container {
        max-width: 1800px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* --- 1. استایل هدر (Hero) --- */
    .vct-hero {
        position: relative;
        padding: 100px 0 80px;
        text-align: center;
        background: radial-gradient(circle at 50% 10%, #eff6ff 0%, #ffffff 100%);
        overflow: hidden;
    }
    
    .vct-hero h1 {
        font-size: 3rem;
        font-weight: 800;
        color: var(--primary-dark);
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .vct-hero p {
        font-size: 1.25rem;
        color: var(--text-grey);
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .vct-btn-group {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .vct-btn {
        padding: 14px 32px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1rem;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .vct-btn-primary {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #fff;
        border: none;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
    }

    .vct-btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(37, 99, 235, 0.3);
    }

    .vct-btn-outline {
        background: transparent;
        color: var(--primary-dark);
        border: 2px solid #e2e8f0;
    }

    .vct-btn-outline:hover {
        border-color: var(--primary-dark);
        background: #f8fafc;
    }

    /* --- 2. استایل مشکلات (Pain Points) --- */
    .vct-problems {
        padding: 80px 0;
        background: #fff;
    }

    .vct-section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .vct-tag {
        display: inline-block;
        padding: 6px 16px;
        background: #f1f5f9;
        color: var(--text-grey);
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .vct-section-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: var(--primary-dark);
    }

    .vct-prob-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* دو ستونه */
        gap: 30px;
    }

    .vct-prob-card {
        background: #fff;
        border: 1px solid #f1f5f9;
        border-right: 4px solid #ef4444; /* خط قرمز */
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        transition: transform 0.3s ease;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .vct-prob-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    }
    
    .vct-prob-icon {
        min-width: 40px;
        height: 40px;
        background: #fef2f2;
        color: #ef4444;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
   
    /* جلوگیری از تداخل استایل‌های قالب */
    .vct-hero *, .vct-problems *, .vct-modules-section *, .vct-beyond *, .vct-final-cta * {
        box-sizing: border-box;
    }

    .vct-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* --- 1. هدر (Hero) --- */
    .vct-hero {
        padding: 100px 0 80px;
        text-align: center;
        background: radial-gradient(circle at 50% 10%, #eff6ff 0%, #ffffff 100%);
    }
    
    .vct-hero h1 {
        font-size: 3rem;
        font-weight: 800;
        color: var(--primary-dark);
        margin-bottom: 20px;
    }

    .vct-hero p {
        font-size: 1.25rem;
        color: var(--text-grey);
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .vct-btn-group {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .vct-btn {
        padding: 14px 32px;
        border-radius: 12px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .vct-btn-primary {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        color: #fff;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
    }

    .vct-btn-outline {
        border: 2px solid #e2e8f0;
        color: var(--primary-dark);
    }

    /* --- 2. مشکلات (Problems) --- */
    .vct-problems {
        padding: 80px 0;
        background: #fff;
    }

    .vct-section-header { text-align: center; margin-bottom: 60px; }
    
    .vct-tag {
        display: inline-block;
        padding: 6px 16px;
        background: #f1f5f9;
        color: var(--text-grey);
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .vct-section-header h2 { font-size: 2.2rem; font-weight: 700; color: var(--primary-dark); }

    .vct-prob-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .vct-prob-card {
        background: #fff;
        border: 1px solid #f1f5f9;
        border-right: 4px solid #ef4444;
        padding: 30px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.03);
        display: flex;
        gap: 15px;
    }
    
    .vct-prob-icon {
        min-width: 40px; height: 40px;
        background: #fef2f2; color: #ef4444;
        border-radius: 10px; display: flex; align-items: center; justify-content: center;
    }
    
    
       /* --- استایل بخش پل چشم‌انداز (Vision Bridge) --- */
    .vct-vision-bridge {
        padding: 100px 0;
        background-color: #ffffff;
        direction: rtl;
        position: relative;
    }

    .vct-vision-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .vct-vision-header h2 {
        font-size: 2.4rem;
        font-weight: 900;
        color: #0f172a;
        line-height: 1.4;
    }

    .vct-vision-header h2 span {
        color: #4338ca; /* استفاده از آبی نیلی تم AI */
        display: block;
        margin-top: 10px;
    }

    /* گرید آیتم‌ها */
    .vct-vision-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 80px;
    }

    .vct-vision-item {
        background: #f8fafc;
        padding: 40px 30px;
        border-radius: 24px;
        text-align: center;
        transition: all 0.3s ease;
        border: 1px solid #f1f5f9;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vct-vision-item:hover {
        transform: translateY(-10px);
        background: #ffffff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        border-color: #e2e8f0;
    }

    .vct-vision-icon {
        width: 70px;
        height: 70px;
        background-color: #eef2ff;
        color: #4338ca;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        transition: all 0.3s ease;
    }

    .vct-vision-item:hover .vct-vision-icon {
        background-color: #4338ca;
        color: #ffffff;
    }

    .vct-vision-text p {
        font-size: 1.1rem;
        color: #475569;
        line-height: 1.8;
        margin: 0;
    }

    .vct-vision-text strong {
        color: #0f172a;
        font-weight: 800;
    }

    /* باکس واقعیت (بخش تیره تصویر شما که حالا مدرن شده) */
    .vct-vision-reality-box {
        max-width: 950px;
        margin: 0 auto;
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border-radius: 30px;
        padding: 50px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 30px 60px rgba(15, 23, 42, 0.15);
    }

    .vct-vision-reality-box::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, rgba(0,0,0,0) 70%);
        pointer-events: none;
    }

    .vct-reality-content {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .vct-reality-badge {
        display: inline-block;
        background: rgba(99, 102, 241, 0.2);
        color: #818cf8;
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 20px;
        border: 1px solid rgba(99, 102, 241, 0.3);
    }

    .vct-reality-content p {
        font-size: 1.3rem;
        color: #cbd5e1;
        line-height: 2;
        margin: 0;
    }

    .vct-reality-content p strong {
        color: #ffffff;
        font-weight: 800;
    }

    /* ریسپانسیو */
    @media (max-width: 992px) {
        .vct-vision-grid {
            grid-template-columns: 1fr;
        }
        .vct-vision-header h2 {
            font-size: 1.8rem;
        }
        .vct-vision-reality-box {
            padding: 30px;
        }
        .vct-reality-content p {
            font-size: 1.1rem;
        }
    }

    /* --- 3. ماژول‌ها (تغییرات اصلی رنگ و عکس) --- */
      /* --- تنظیمات عمومی --- */
    .vct-ai-section * {
        box-sizing: border-box;
        font-family: 'Vazirmatn', sans-serif;
    }

    .vct-ai-section {
        padding: 80px 0;
        background-color: #f1f5f9; /* پس‌زمینه کل صفحه کمی طوسی‌تر برای دیده شدن باکس سفید */
        direction: rtl;
        text-align: right;
    }

    .vct-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* ردیف‌های ماژول */
    .vct-row {
        display: flex;
        align-items: center; /* تراز عمودی وسط */
        gap: 60px;
        margin-bottom: 100px;
    }

    .vct-row:last-child { margin-bottom: 0; }
    .vct-row.reverse { flex-direction: row-reverse; }

    /* ستون محتوا */
    .vct-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* 1. کپسول سوال (نارنجی - برای کنتراست بالا) */
    .vct-capsule {
        display: inline-block;
        background-color: #f97316 !important; /* نارنجی خالص */
        color: #fff !important;
        font-size: 0.85rem;
        font-weight: 800;
        padding: 6px 20px;
        border-radius: 50px;
        margin-bottom: 20px;
        box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
        width: fit-content;
    }

    /* تیتر سوال */
    .vct-content h3 {
        font-size: 1.9rem !important;
        font-weight: 800 !important;
        color: #0f172a !important; /* مشکی */
        margin: 0 0 30px 0 !important;
        line-height: 1.4 !important;
    }

    /* 2. باکس پاسخ (سفید، بدون بوردر، با سایه) */
    .vct-answer-card {
        background-color: #ffffff !important; /* سفید مطلق */
        border: none !important; /* حذف خط دور */
        border-radius: 24px;
        padding: 35px;
        box-shadow: 0 20px 40px -10px rgba(0,0,0,0.06) !important; /* سایه نرم */
        position: relative;
    }

    /* لیبل پاسخ */
    .vct-answer-label {
        display: block;
        color: #3b82f6 !important; /* آبی روشن */
        font-weight: 800;
        font-size: 1rem;
        margin-bottom: 15px;
    }

    /* متن توضیحات */
    .vct-answer-card p {
        color: #475569 !important; /* طوسی تیره */
        font-size: 1.05rem !important;
        line-height: 1.9 !important;
        margin: 0 0 30px 0 !important;
    }

    /* 3. دکمه (آبی تیره - جدا از متن) */
    .vct-btn {
        display: inline-flex !important;
        align-items: center;
        gap: 10px;
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important; /* آبی رویال */
        color: #fff !important;
        text-decoration: none !important;
        padding: 14px 32px;
        border-radius: 12px;
        font-weight: 700;
        font-size: 1rem;
        transition: all 0.3s ease;
        border: none;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    }

    .vct-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(37, 99, 235, 0.35);
    }

    /* ستون تصویر */
    .vct-img-col {
        flex: 1;
    }

    /* کادر عکس (طوسی) */
    .vct-img-placeholder {
        width: 100%;
        min-height: 380px;
        background-color: #cbd5e1 !important; /* طوسی تیره‌تر برای دیده شدن روی پس‌زمینه */
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }
    
    .vct-img-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .vct-placeholder-text {
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* ریسپانسیو */
    @media (max-width: 992px) {
        .vct-row, .vct-row.reverse {
            flex-direction: column;
            gap: 40px;
        }
        .vct-img-placeholder { min-height: 250px; }
        .vct-content h3 { font-size: 1.6rem !important; }
    }
    
    
       /* تنظیمات بخش استراتژیک */
      .vct-strategic-section {
        padding: 80px 0;
        background-color: #f8fafc; /* پس‌زمینه خیلی روشن کل سکشن */
        font-family: 'Vazirmatn', sans-serif;
        direction: rtl;
        text-align: right;
    }

    .vct-container {
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* گرید دو ستونه */
    .vct-strat-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr; /* ستون متن کمی عریض‌تر */
        gap: 60px;
        align-items: center; /* تراز عمودی وسط */
    }

    /* --- بخش متن (تایپوگرافی) --- */
    .strat-header {
        margin-bottom: 25px;
    }

    .main-title {
        font-size: 2.4rem;
        font-weight: 900;
        color: #0f172a;
        margin: 0 0 10px 0;
        line-height: 1.2;
    }

    .sub-title {
        font-size: 1.4rem;
        font-weight: 600;
        color: #334155;
        margin: 0;
        line-height: 1.4;
    }

    .strat-desc {
        font-size: 1rem;
        color: #475569;
        line-height: 1.8;
        margin-bottom: 35px;
        max-width: 90%; /* جلوگیری از پهن شدن بیش از حد متن */
    }

    /* --- لیست کارت‌ها (باریک و عریض) --- */
    .vct-features-list {
        display: flex;
        flex-direction: column;
        gap: 15px; /* فاصله کم بین کارت‌ها */
        margin-bottom: 35px;
    }

    .vct-feat-card {
        background-color: #ffffff; /* پس‌زمینه سفید */
        border: 1px solid #e2e8f0; /* حاشیه خاکستری محو */
        border-radius: 12px;
        padding: 12px 20px; /* پدینگ کم برای باریک شدن ارتفاع */
        display: flex;
        align-items: center;
        gap: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .vct-feat-card:hover {
        transform: translateX(-5px); /* حرکت ریز به چپ موقع هاور */
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        border-color: #cbd5e1;
    }

    /* آیکون سمت راست */
    .feat-icon {
        width: 42px;
        height: 42px;
        background-color: #f1f5f9;
        color: #0f172a;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0; /* جلوگیری از جمع شدن آیکون */
    }

    /* متن داخل کارت */
    .feat-info {
        display: flex;
        flex-direction: column;
    }

    .feat-info strong {
        font-size: 1rem;
        color: #0f172a;
        font-weight: 700;
    }

    .feat-info span {
        font-size: 0.85rem;
        color: #64748b;
    }

    /* متن فوتر ریز */
    .strat-footer-text {
        font-size: 0.9rem;
        color: #94a3b8;
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
        line-height: 1.6;
    }

    /* --- کادر عکس (سمت چپ) --- */
    .vct-strat-image {
        height: 100%;
        min-height: 500px; /* ارتفاع کلی سکشن را پر کند */
        display: flex;
    }

    .img-placeholder {
        width: 100%;
        height: 100%;
        background-color: #cbd5e1; /* طوسی */
        border-radius: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        position: relative;
        overflow: hidden;
    }
    
    .img-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ریسپانسیو */
    @media (max-width: 992px) {
        .vct-strat-grid {
            grid-template-columns: 1fr; /* تک ستونه */
            gap: 40px;
        }

        .vct-strat-image {
            min-height: 300px; /* ارتفاع کمتر در موبایل */
            order: -1; /* عکس برود بالای متن (اختیاری) */
        }
        
        .main-title { font-size: 2rem; }
        .sub-title { font-size: 1.2rem; }
    }
/* --- استایل بخش بیانیه نهایی (Vision Statement) --- */
 /* --- استایل بخش مانیفست نهایی (Light & Wide) --- */
    .vct-final-manifesto {
        padding: 120px 0;
        background-color: #f8fafc;
        position: relative;
        overflow: hidden;
        text-align: center;
        direction: rtl;
    }

    /* هاله نوری پس‌زمینه برای عمق دادن به صفحه */
    .vct-bg-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.05) 0%, rgba(248, 250, 252, 0) 70%);
        pointer-events: none;
    }

    .vct-manifesto-title {
        font-size: 2.6rem;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 60px;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }

    .vct-manifesto-card {
        background: #ffffff;
        max-width: 1100px; /* افزایش عرض کادر */
        margin: 0 auto;
        padding: 80px 60px;
        border-radius: 40px;
        box-shadow: 0 40px 100px -20px rgba(15, 23, 42, 0.08);
        position: relative;
        border: 1px solid rgba(226, 232, 240, 0.8);
        z-index: 2;
    }

    /* آیکون نقل قول تزئینی پشت متن */
    .vct-quote-icon {
        position: absolute;
        top: 40px;
        right: 40px;
        color: #f1f5f9;
        z-index: -1;
        transform: rotate(180deg);
    }

    .vct-manifesto-body {
        position: relative;
    }

    .vct-text-main {
        font-size: 1.4rem;
        font-weight: 800;
        color: #1e293b;
        line-height: 1.8;
        max-width: 850px;
        margin: 0 auto 40px;
    }

    .vct-manifesto-divider {
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #3b82f6, #8b5cf6);
        margin: 40px auto;
        border-radius: 10px;
    }

    .vct-text-sub {
        font-size: 1.15rem;
        font-weight: 500;
        color: #64748b;
        line-height: 2;
        max-width: 750px;
        margin: 0 auto 50px;
    }

    .vct-manifesto-action .vct-btn {
        display: inline-flex;
        align-items: center;
        padding: 18px 45px;
        font-size: 1.15rem;
        border-radius: 16px;
        background: #2563eb;
        color: #fff;
        font-weight: 800;
        box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
        transition: all 0.3s ease;
    }

    .vct-manifesto-action .vct-btn:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(37, 99, 235, 0.35);
        background: #1d4ed8;
    }
    
    
    /* سکشن اصلی - تمام عرض را می گیرد */
.contact-section {
    /* حفظ بکگراند رادیال برای سکشن */
    background: radial-gradient(circle at top right, #eef1ff 0%, #f7f8ff 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: center;
}

/* استایل هدر بالای فرم */
.contact-header {
    max-width: 650px;
    margin: 0 auto 50px auto;
    text-align: center;
}
.contact-header h2 {
    color: #1d1f35;
    font-size: 2.2rem;
    margin-bottom: 8px;
    font-weight: 800;
}
.contact-header p {
    color: #636480;
    font-size: 1.1rem;
}


/* رپر داخلی برای محدود کردن و چیدمان دو ستون */
.contact-container {
    display: flex;
    /* چینش: Color Box (HTML #1) در سمت راست، Form Box (HTML #2) در سمت چپ */
    /* flex-direction: row; (پیش فرض) */
    justify-content: center;
    align-items: stretch;
    /* !!! تغییر مهم: افزایش عرض کلی کانتینر !!! */
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /* استایل بکگراند برای باکس کلی (نیاز به گردی گوشه‌های محلی برای این روش نیست) */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 40px rgba(90, 100, 255, 0.08);
    border-radius: 24px; /* گوشه‌های گرد برای باکس کلی */
    /* *** توجه: این را حذف کردیم، زیرا می‌خواهیم گوشه‌ها را مستقیماً به ستون‌ها بدهیم. */
    /* overflow: hidden; */ 
}

/* دکور نور و نقطه‌های رنگی فانت */
.contact-section::before,
.contact-section::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123,126,247,0.3), transparent 70%);
    z-index: 0;
}
.contact-section::before {
    top: -80px;
    right: -120px;
}
.contact-section::after {
    bottom: -100px;
    left: -120px;
}

/* ---------------------------------------------------------------------- */
/* ستون راست: محتوای نمایشی/متنی رنگی (عرض 400px) */
.contact-placeholder-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* !!! تغییر مهم: افزایش عرض ستون رنگی به 480px برای تک خط شدن عنوان !!! */
    width: 480px;
    padding: 80px 40px; 

    /* استایل‌های رنگی و سایه */
    background: linear-gradient(135deg, #a797ff 0%, #c8b7ff 100%);
    color: #fff;
    box-shadow: none;

    /* !!! مهم: اعمال گردی فقط برای گوشه‌های راست (بالا و پایین) !!! */
    border-radius: 0 24px 24px 0; 
    
    z-index: 1;
    flex-shrink: 0;
    flex-grow: 0;
}

/* استایل‌های محتوای داخل ستون رنگی */
.contact-placeholder-left h3 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    /* !!! تغییر مهم: افزایش margin-bottom برای فاصله بیشتر !!! */
    margin-bottom: 30px; 
}
.contact-placeholder-left p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}


/* ---------------------------------------------------------------------- */
/* ستون چپ: باکس فرم (عرض 650px) */
.contact-glass-box {
    /* !!! مهم: تغییر رنگ بکگراند برای ستون فرم به سفید، چون کانتینر والد دیگر مسئول رنگ نیست !!! */
    background: rgba(255, 255, 255, 0.95); /* ستون فرم باید سفید باشد تا با باکس رنگی تفاوت داشته باشد */
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.4); /* border فقط برای این بخش اعمال می‌شود */
    box-shadow: 0 12px 40px rgba(90, 100, 255, 0.08);

    /* !!! تغییر مهم: کاهش عرض ستون فرم به 720px برای حفظ مجموع عرض کانتینر !!! */
    width: 720px;
    position: relative;
    z-index: 2;
    text-align: right;
    animation: fadeIn 0.8s ease;

    /* !!! مهم: اعمال گردی فقط برای گوشه‌های چپ (بالا و پایین) !!! */
    border-radius: 24px 0 0 24px;
    
    padding: 0;
    flex-shrink: 1;
    flex-grow: 1;
}

/* محتوای داخلی فرم */
.contact-form-content {
    /* !!! تغییر مهم: افزایش padding عمودی برای بلندتر شدن ستون فرم !!! */
    padding: 60px 60px; 
    text-align: right;
    direction: rtl;
}

/* استایل‌های Contact Form 7 */
.cf7-form-container form {
    text-align: right;
    direction: rtl;
}
.cf7-form-container form p {
    text-align: right;
    direction: rtl;
    float: none;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 0;
}
.cf7-form-container form p label {
    display: block;
    text-align: right;
    direction: rtl;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #4a4d6e;
    font-weight: 600;
}

/* استایل مدرن برای فیلدهای ورودی (ایمیل و تکست) و تکست‌آریا */
.contact-glass-box input[type="email"],
.contact-glass-box input[type="text"],
.contact-glass-box input[type="url"],

.contact-glass-box textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e0e4f5;
    background-color: #f7f9ff;
    color: #3b3f63;
    font-size: 1rem;
    transition: all 0.3s ease;
    direction: rtl;
    text-align: right;
    resize: vertical;
}
/* افکت فوکوس مدرن */
.contact-glass-box input:focus,
.contact-glass-box textarea:focus {
    border-color: #787bff;
    box-shadow: 0 0 0 4px rgba(123,126,247,0.15);
    background-color: #fff;
    outline: none;
}

/* استایل مدرن برای دکمه ارسال */
.contact-glass-box input[type="submit"] {
    background: linear-gradient(90deg, #6b6efa 0%, #8587ff 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    padding: 14px 0;
    font-size: 1.05rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}
.contact-glass-box input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(107,110,250,0.3);
}


/* ---------------------------------------------------------------------- */
/* استایل دهی به پیام های وضعیت Contact Form 7 */
/* ---------------------------------------------------------------------- */

/* استایل پایه برای همه پیام ها */
div.wpcf7-response-output {
    margin-top: 25px !important;
    padding: 15px 25px !important;
    border-radius: 12px !important;
    text-align: right !important;
    direction: rtl !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
    /* حذف استایل های پیش فرض بکگراند و Border */
    background: none !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* پیام موفقیت آمیز (سبز) */
div.wpcf7-mail-sent-ok {
    background-color: #e6ffec !important; /* سبز کم رنگ */
    color: #177f3a !important; /* متن سبز تیره */
    border: 1px solid #8fe3a1 !important;
}

/* پیام خطا در ارسال (قرمز) */
div.wpcf7-mail-sent-ng,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output.wpcf7-response-output--failure { /* برای اطمینان از اعمال روی خطای عمومی */
    background-color: #ffe6e6 !important; /* قرمز کم رنگ */
    color: #cc0000 !important; /* متن قرمز تیره */
    border: 1px solid #ff8f8f !important;
}

/* پیام خطای اعتبارسنجی / ورودی ناقص (نارنجی) */
div.wpcf7-validation-error {
    background-color: #fff8e6 !important; /* زرد/نارنجی کم رنگ */
    color: #b37300 !important; /* متن نارنجی تیره */
    border: 1px solid #ffd480 !important;
}
/* ---------------------------------------------------------------------- */


/* افکت fade in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* واکنش‌گرا - تغییر به تک ستون در تبلت و موبایل */
@media (max-width: 992px) {
    .contact-section {
        padding: 60px 0;
    }

    /* استایل باکس واحد برای کانتینر در موبایل */
    .contact-container {
        flex-direction: column-reverse; /* فرم بالا، رنگی پایین */
        align-items: center;
        max-width: 90%;
        border-radius: 16px;
    }

    /* !!! مهم: بازگرداندن گوشه های گرد برای موبایل به صورت صحیح !!! */
    /* در موبایل، باکس فرم (بالا) باید گوشه‌های بالا را گرد کند */
    .contact-glass-box {
        border-radius: 16px 16px 0 0; 
    }
    /* در موبایل، باکس رنگی (پایین) باید گوشه‌های پایین را گرد کند */
    .contact-placeholder-left {
        border-radius: 0 0 16px 16px; 
    }
    
    .contact-glass-box,
    .contact-placeholder-left {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .contact-form-content {
        padding: 30px 25px;
        text-align: right;
    }
    .contact-placeholder-left {
        padding: 30px 25px;
        text-align: center;
        align-items: center;
    }
}

    /* ریسپانسیو */
    @media (max-width: 1024px) {
        .vct-manifesto-card {
            margin: 0 20px;
            padding: 60px 30px;
        }
        .vct-manifesto-title {
            font-size: 2rem;
        }
        .vct-text-main {
            font-size: 1.2rem;
        }
    }
    
    
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab6a43b *//* ================= MODERN FOOTER ================= */
.vct-footer {
  position: relative;
  margin-top: 120px;
  padding-top: 90px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5ff 100%);
  color: #1e293b;
  overflow: hidden;
}

/* افکت نور لطیف */
.vct-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(96,185,229,0.15) 0%, transparent 70%);
  z-index: 0;
}

.footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}

/* ===== تماس با ما ===== */
.footer-contact h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.footer-contact h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #7c3aed);
  border-radius: 10px;
}
.footer-contact p {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #475569;
}

/* ===== برند ===== */
.footer-brand {
  text-align: center;
  padding-top: 25px;
}
.footer-brand .vct-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  font-size: 1.4rem;
  color: #013683; /* رنگ سورمه‌ای برای Vecto */
}
.footer-brand .vct-logo img {
  padding-bottom: 5px;
  height: 45px;
  width: auto;
  object-fit: contain;
}
.footer-brand .vct-logo .ai-text {
  color: #60b9e5; /* آبی برای AI */
}

/* ===== سوشال ===== */
.socials {
  display: flex;
  justify-content: center;
  gap: 18px;
      padding-top: 10px;

}
.socials a {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  transition: all 0.3s ease;
}
.socials a:hover {
  background: linear-gradient(135deg, #013683, #60b9e5);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(59,130,246,0.25);
  border-color: transparent;
}
.socials i {
  font-size: 20px;
}

/* ===== کپی‌رایت ===== */
.footer-copy {
  text-align: center;
  padding: 25px 20px;
  font-size: 0.85rem;
  color: #64748b;
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
}

/* ===== ریسپانسیو ===== */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }
  .footer-contact {
    text-align: center;
  }
}/* End custom CSS */