.elementor-12584 .elementor-element.elementor-element-f666a16{--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;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-editor{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-12584 .elementor-element.elementor-element-c276eef{--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 text-editor, class: .elementor-element-9300acb *//* تنظیمات کلی باکس */
.vip-lab-container {
    background: linear-gradient(135deg, #e0f7fa 0%, #e8f5e9 100%); /* ترکیب آبی کمرنگ و سبز کمرنگ */
    border: 2px solid #b2dfdb; /* سبز آبی ملایم برای حاشیه */
    border-radius: 15px;
    padding: 30px;
    max-width: 800px;
    margin: 20px auto;
    direction: rtl;
    font-family: Tahoma, "B Yekan", "IRANSans", sans-serif;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* تنظیمات متن محتوا */
.vip-lab-content p {
    color: #1a237e; /* رنگ سورمه ای برای متن تا کاملا خوانا و رسمی باشد */
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

/* استایل باکس تماس (CTA) */
.vip-cta-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
    border: 1px dashed #1a237e; /* حاشیه سورمه ای نقطه چین برای جلب توجه */
    box-shadow: 0 4px 15px rgba(26, 35, 126, 0.1);
}

/* متن ایجاد حس فوریت */
.urgency-alert {
    color: #d32f2f; /* قرمز ملایم برای هشدار */
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* نقطه چشمک زن کنار متن فوریت */
.blinking-dot {
    width: 10px;
    height: 10px;
    background-color: #d32f2f;
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

/* عنوان دعوت به تماس */
.cta-title {
    color: #1a237e; /* سورمه ای */
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
}

/* استایل دکمه تماس جذاب */
.call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #1a237e; /* پس زمینه سورمه ای */
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 35px;
    border-radius: 50px;
    transition: all 0.3s ease;
    animation: pulse 2s infinite; /* انیمیشن تپش برای کلیک قطعی */
}

/* تغییر رنگ دکمه هنگام رفتن موس روی آن */
.call-btn:hover {
    background-color: #004d40; /* تبدیل به سبز تیره بسیار شیک هنگام هاور */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 77, 64, 0.3);
}

/* انیمیشن پالس برای دکمه تماس */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 35, 126, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(26, 35, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(26, 35, 126, 0);
    }
}

/* متن های تضمین زیر دکمه */
.guarantee-text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 13px;
    color: #1a237e;
    font-weight: bold;
}

/* تنظیمات برای نمایشگر های کوچک (موبایل) */
@media (max-width: 600px) {
    .guarantee-text {
        flex-direction: column;
        gap: 10px;
    }
    
    .call-btn {
        font-size: 16px;
        padding: 12px 25px;
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-768d977 *//* تنظیمات پایه کانتینر لندینگ */
.luxury-landing-container {
    max-width: 900px;
    margin: 0 auto;
    direction: rtl;
    font-family: Tahoma, "B Yekan", "IRANSans", sans-serif;
    color: #1a237e; /* رنگ سازمانی سورمه ای */
    line-height: 2;
}

/* استایل بخش های متنی */
.content-section {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0f7fa;
}

/* باکس های برجسته (هایلایت) */
.highlight-box {
    background: linear-gradient(145deg, #f3fdf8 0%, #e0f7fa 100%);
    border-right: 5px solid #004d40; /* نوار سبز تیره در کنار */
}

/* عناوین */
.section-title {
    color: #1a237e;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #b2dfdb;
}

.sub-title {
    color: #004d40;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* لینک برند در متن */
.brand-link {
    color: #004d40;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #b2dfdb;
    transition: all 0.3s;
}

.brand-link:hover {
    color: #d32f2f;
    background-color: #e0f7fa;
}

/* پاراگراف ها */
.luxury-landing-container p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    color: #333333;
}

/* گرید خدمات (سه ستونه) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #b2dfdb;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 77, 64, 0.05);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h4 {
    color: #1a237e;
    margin-bottom: 10px;
    font-size: 16px;
}

.service-card p {
    font-size: 14px;
    color: #555555;
    text-align: center;
}

/* لیست مراحل */
.steps-list {
    list-style: none;
    padding: 0;
}

.steps-list li {
    background: #e8f5e9;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    color: #1a237e;
    font-size: 16px;
    border-right: 4px solid #004d40;
}

/* جدول مقایسه شیک */
.table-responsive {
    overflow-x: auto;
    margin-top: 20px;
}

.elegant-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.elegant-table th {
    background-color: #1a237e;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
    text-align: right;
}

.elegant-table td {
    padding: 15px;
    border-bottom: 1px solid #e0f7fa;
    color: #333333;
}

.elegant-table tr:hover td {
    background-color: #f1f8f6;
}

/* بخش سوالات متداول */
.faq-section {
    background: #fcfcfc;
}

.faq-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item h4 {
    color: #004d40;
    font-size: 17px;
    margin-bottom: 10px;
}

/* استایل دکمه های تماس (CTA) */
.cta-wrapper {
    text-align: center;
    margin: 40px 0;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(90deg, #1a237e 0%, #004d40 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
    transition: all 0.3s ease;
}

.action-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 77, 64, 0.4);
}

/* انیمیشن پالس برای دکمه ها */
.pulse-btn {
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 35, 126, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(26, 35, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(26, 35, 126, 0);
    }
}

/* واکنش گرایی برای موبایل */
@media (max-width: 768px) {
    .action-btn {
        width: 90%;
        font-size: 16px;
        padding: 15px 20px;
        box-sizing: border-box;
    }
    .section-title {
        font-size: 18px;
    }
    .luxury-landing-container p {
        font-size: 15px;
    }
}/* End custom CSS */