.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 );}/* Start custom CSS for text-editor, class: .elementor-element-bb10f8d *//* ==========================================================================
   فایل استایل جامع لندینگ پیج راهکارهای بکاپ‌گیری سرور - ایران هلپ دسک
   ========================================================================== */

/* ۱. کنترل کانتینر اصلی و محدود کردن عرض برای خوانایی عالی */
.v-backup-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 95% !important;
    font-family: inherit;
    line-height: 1.9 !important;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    color: #1e293b;
}

/* رفع تداخل فضاهای خالی وردپرس */
.v-backup-container p:empty, 
.v-backup-container > br { 
    display: none !important; 
}

/* ۲. بخش هیرو (Hero Section) */
.v-b-hero {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.05);
}

.v-b-badge {
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    border: 1px solid #bae6fd;
}

.v-b-title {
    color: #0f172a !important;
    font-size: 36px !important;
    font-weight: 900;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

.v-b-subtitle {
    color: #475569 !important;
    font-size: 18px;
    max-width: 850px;
    margin: 0 auto !important;
    line-height: 1.8;
}

/* ۳. استایل بخش‌های محتوایی عمیق (Deep Content Sections) */
.v-b-section {
    margin-bottom: 60px;
}

.v-b-sec-title {
    color: #0f172a !important;
    font-size: 26px !important;
    font-weight: 800;
    margin-bottom: 25px !important;
    border-bottom: 3px solid #0284c7;
    padding-bottom: 12px;
    display: inline-block;
}

.v-b-text {
    font-size: 16px;
    color: #334155;
    text-align: justify;
    margin-bottom: 20px !important;
}

/* ۴. گرید کارت‌های تخصصی */
.v-b-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 40px 0;
}

.v-b-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.v-b-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: #0284c7;
    transition: width 0.2s ease;
}

.v-b-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #38bdf8;
}

.v-b-card-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
}

.v-b-card-title {
    color: #0f172a !important;
    font-size: 20px !important;
    font-weight: 800;
    margin-bottom: 15px !important;
}

.v-b-card-desc {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.8;
}

/* ۵. باکس‌های فنی برجسته (Info Box) */
.v-b-info-box {
    background-color: #f0fdf4; /* رنگ سبز بسیار ملایم برای حس امنیت داده */
    border-right: 6px solid #22c55e;
    border-left: 1px solid #bbf7d0;
    border-top: 1px solid #bbf7d0;
    border-bottom: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 25px 30px;
    margin: 35px 0;
}

.v-b-info-title {
    color: #15803d !important;
    font-size: 18px !important;
    font-weight: 800;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ۶. استایل‌های تگ‌های هایلایت متنی */
.v-b-highlight {
    background-color: #fef08a;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
}

/* واکنش‌گرایی (Responsive) */
@media (max-width: 991px) {
    .v-b-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .v-b-grid-3 {
        grid-template-columns: 1fr;
    }
    .v-b-hero {
        padding: 40px 20px;
    }
    .v-b-title {
        font-size: 26px !important;
    }
    .v-b-subtitle {
        font-size: 15px;
    }
}
/* اصلاح تراز متن‌ها در لندینگ پیج جهت خوانایی بهتر */
.v-backup-container .v-b-text {
    text-align: justify !important; /* متن‌ها را کاملاً تراز و منظم می‌کند */
    line-height: 1.9 !important;
    margin-bottom: 25px !important;
}

/* اطمینان از اینکه عناوین بخش‌ها هم جایگاه درست داشته باشند */
.v-backup-container .v-b-sec-title {
    text-align: right !important;
    display: block !important;
}/* End custom CSS */