.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29111 .elementor-element.elementor-element-71574fd.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-71574fd *//* ==========================================================================
   ۱. حل تداخل تگ‌های خودکار وردپرس
   ========================================================================== */
.v-container p:empty, .v-container > br { display: none !important; }
.v-grid-3 > p, .v-grid-2 > p, .v-phone-grid > p { display: contents !important; }

/* ==========================================================================
   ۲. استایل پایه کانتینر (اصلاح شده برای محدود کردن عرض در مانیتورها)
   ========================================================================== */
.v-container {
    background-color: transparent;
    color: #1e293b;
    font-family: inherit;
    line-height: 1.8;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    /* این سه خط عرض صفحه را مدیریت می‌کنند */
    max-width: 1200px; 
    margin: 0 auto; 
    width: 95%; 
}

/* ==========================================================================
   ۳. بخش هیرو (Hero Section)
   ========================================================================== */
.v-hero-header {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 40px;
    text-align: center;
}

.v-badge {
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.v-title-main {
    color: #0f172a !important;
    font-size: 32px !important;
    font-weight: 900;
    margin-bottom: 20px !important;
}

.v-subtitle {
    color: #475569 !important;
    font-size: 17px;
}

/* ==========================================================================
   ۴. استایل کارت‌های گرید (۳ ستونه و ۲ ستونه)
   ========================================================================== */
.v-grid-3, .v-grid-2 {
    display: grid;
    gap: 20px;
    margin: 35px 0;
}
.v-grid-3 { grid-template-columns: repeat(3, 1fr); }
.v-grid-2 { grid-template-columns: repeat(2, 1fr); }

.v-feature-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.v-feature-card:hover {
    border-color: #38bdf8;
    transform: translateY(-3px);
}

.v-feat-title {
    color: #0f172a !important;
    font-size: 19px !important;
    font-weight: 800;
    margin-bottom: 12px !important;
}

.v-feat-desc {
    color: #475569;
    font-size: 14px;
}

/* ==========================================================================
   ۵. باکس فرمول فنی (Technical Notation)
   ========================================================================== */
.v-tech-box {
    background-color: #f1f5f9;
    border-right: 5px solid #0284c7;
    border-radius: 8px;
    padding: 20px 25px;
    margin: 30px 0;
}

.v-tech-title {
    color: #0369a1 !important;
    font-weight: 800;
}

/* ==========================================================================
   ۶. بخش تماس جدید (v-call-box)
   ========================================================================== */
.v-call-box {
    background: #0f172a;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    margin: 40px 0;
    color: #ffffff;
}

.v-call-title { color: #ffffff !important; font-weight: 900; margin-bottom: 25px !important; }

.v-phone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }

.v-phone-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
}

.v-num {
    color: #ffffff !important;
    font-size: 22px !important;
    font-weight: 900;
    direction: ltr;
    display: block;
    text-decoration: none;
}

.v-phone-card.v-highlight {
    border: 1px solid #eab308;
    background: rgba(234, 179, 8, 0.1);
}
.v-phone-card.v-highlight .v-num { color: #facc15 !important; }

/* ==========================================================================
   ۷. بهینه‌سازی اختصاصی بخش سوالات متداول (FAQ Modern Blue)
   ========================================================================== */
.v-faq-section, .v-faq-wrapper {
    background-color: #f0f7ff;
    padding: 50px 30px;
    border-radius: 20px;
    border: 1px solid #dbeafe;
    margin-top: 60px;
}

.v-faq-title { color: #0369a1 !important; font-size: 28px !important; font-weight: 900; text-align: center; margin-bottom: 10px !important; }
.v-faq-desc { color: #64748b !important; text-align: center; margin-bottom: 40px !important; font-size: 16px; }

.v-faq-container { max-width: 900px; margin: 0 auto; }

.v-faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0, 31, 63, 0.05); transition: all 0.3s ease; overflow: hidden; }
.v-faq-item[open] { border-color: #38bdf8; box-shadow: 0 10px 15px -3px rgba(0, 112, 243, 0.1); }
.v-faq-question { padding: 20px 25px; color: #1e293b; font-weight: 700; font-size: 17px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; outline: none; transition: background 0.2s ease; }
.v-faq-question:hover { background-color: #fafafa; }
.v-faq-question::after { content: "+"; color: #0284c7; font-size: 24px; font-weight: bold; transition: transform 0.3s ease; }
.v-faq-item[open] .v-faq-question { background-color: #f8fafc; color: #0284c7; border-bottom: 1px solid #f1f5f9; }
.v-faq-item[open] .v-faq-question::after { content: "−"; transform: rotate(180deg); }
.v-faq-answer { padding: 20px 25px; color: #475569; font-size: 15.5px; line-height: 1.9; background-color: #ffffff; }
.v-faq-answer p { margin-bottom: 0 !important; }

/* واکنش‌گرایی موبایل */
@media (max-width: 768px) {
    .v-grid-3, .v-grid-2, .v-phone-grid { grid-template-columns: 1fr; }
    .v-title-main { font-size: 24px !important; }
    /* اجازه اسکرول افقی برای جداول در موبایل */
    .v-container { overflow-x: auto; }
}/* End custom CSS */