.elementor-12550 .elementor-element.elementor-element-62dd721{--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-12550 .elementor-element.elementor-element-b0515aa{--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-12550 .elementor-element.elementor-element-b26b990{--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-12550 .elementor-element.elementor-element-d15447f{--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-12550 .elementor-element.elementor-element-cc8b20d{--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-12550 .elementor-element.elementor-element-1c7f30f{--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-5453c70 *//* تنظیمات عمومی */
.lab-intro-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    font-family: Tahoma, sans-serif;
    color: #333;
    line-height: 1.8;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 5px solid #002d72; /* سرمه‌ای */
}

h1 {
    color: #002d72;
    font-size: 24px;
    margin-bottom: 20px;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

/* استایل دکمه جذاب */
.cta-container {
    text-align: center;
    margin-top: 30px;
}

.cta-button {
    display: inline-block;
    background-color: #002d72; /* سرمه‌ای */
    color: #fff;
    padding: 18px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 2px solid #002d72;
    position: relative;
    overflow: hidden;
    animation: pulse 2s infinite;
}

.cta-button:hover {
    background-color: #4caf50; /* سبز کمرنگ */
    border-color: #4caf50;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.3);
}

/* انیمیشن پالس برای دکمه */
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(76, 175, 80, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
}

/* واکنش‌گرایی */
@media (max-width: 600px) {
    .container { padding: 20px; }
    .cta-button { font-size: 14px; padding: 15px 20px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6976a84 *//* تنظیمات پایه کانتینر */
.velenjak-home-lab-section {
    direction: rtl;
    text-align: right;
    background-color: #f8fafc;
    padding: 50px 20px;
    box-sizing: border-box;
}

.vh-container {
    max-width: 1050px;
    margin: 0 auto;
}

/* کارت سربرگ و مقدمه H2 */
.vh-header-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
    margin-bottom: 35px;
    border-right: 6px solid #002d72;
    box-shadow: 0 8px 24px rgba(0, 45, 114, 0.06);
}

.vh-main-heading {
    color: #002d72;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 20px;
}

.vh-lead-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.vh-lead-text:last-child {
    margin-bottom: 0;
}

/* شبکه کارت‌های H3 */
.vh-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.vh-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.vh-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 45, 114, 0.08);
    border-color: #cbd5e1;
}

/* آیکون کارت */
.vh-card-icon-wrapper {
    width: 52px;
    height: 52px;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vh-card-icon {
    font-size: 26px;
    line-height: 1;
}

/* محتوای متنی کارت */
.vh-sub-heading {
    color: #002d72;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 15px;
}

.vh-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 12px;
}

.vh-card p:last-child {
    margin-bottom: 0;
}

/* استایل لینک برند */
.vh-brand-link {
    color: #002d72;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #22c55e;
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.vh-brand-link:hover {
    color: #16a34a;
    text-decoration-color: #002d72;
}

/* کادر نکته ویژه کودک */
.vh-highlight-note {
    background-color: #eff6ff;
    border-right: 4px solid #3b82f6;
    padding: 12px 15px;
    border-radius: 6px 10px 10px 6px;
    font-size: 14px !important;
    color: #1e3a8a !important;
    margin-top: 10px;
}

/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 850px) {
    .vh-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vh-header-card {
        padding: 25px 20px;
    }

    .vh-main-heading {
        font-size: 21px;
    }

    .vh-sub-heading {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6c17ce7 *//* استایل کلی کانتینر */
.drk-wrapper {
    font-family: inherit;
    direction: rtl;
    text-align: right;
    color: #334155;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 15px;
}

.drk-section {
    margin-bottom: 55px;
}

/* هدینگ ها و عناوین */
.drk-header-group {
    margin-bottom: 20px;
}

.drk-subtitle-badge {
    display: inline-block;
    background-color: #eff6ff;
    color: #002d72;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #bfdbfe;
    margin-bottom: 10px;
}

.drk-main-heading {
    color: #002d72;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 12px;
}

.drk-main-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #002d72, #22c55e);
    border-radius: 2px;
}

.drk-lead-text {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.9;
    margin-bottom: 12px;
}

.drk-body-text {
    font-size: 15px;
    line-height: 1.9;
    color: #475569;
    margin-bottom: 25px;
}

/* کاور شیک و مدرن تصویر مربعی ۱:۱ */
.drk-square-media-wrapper {
    max-width: 520px;
    margin: 35px auto 45px auto;
}

.drk-square-media-box {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 45, 114, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drk-square-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.drk-media-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(0, 45, 114, 0.92);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.drk-badge-pulse {
    width: 9px;
    height: 9px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
    animation: drkPulse 2s infinite;
}

@keyframes drkPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* کارت های ویژگی های خدمات */
.drk-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.drk-feature-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 30px 24px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.drk-feature-card:hover {
    border-color: #93c5fd;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 45, 114, 0.06);
}

.drk-feature-number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    font-weight: 900;
    color: #e2e8f0;
    line-height: 1;
}

.drk-feature-title {
    color: #002d72;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-left: 40px;
    line-height: 1.6;
}

.drk-feature-text {
    font-size: 14.5px;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 10px;
}

.drk-feature-text:last-child {
    margin-bottom: 0;
}

/* گرید انواع آزمایش ها */
.drk-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.drk-test-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.drk-test-box:hover {
    border-color: #60a5fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 45, 114, 0.06);
}

.drk-box-tag {
    background-color: #f0fdf4;
    color: #166534;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    border: 1px solid #bbf7d0;
}

.drk-test-heading {
    color: #002d72;
    font-size: 15.5px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.drk-test-box p {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.8;
    margin: 0;
}

/* جدول استاندارد و ریسپانسیو */
.drk-table-container {
    overflow-x: auto;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
    margin-top: 25px;
}

.drk-custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    line-height: 1.7;
    text-align: right;
}

.drk-custom-table th {
    background-color: #002d72;
    color: #ffffff;
    font-weight: 700;
    padding: 16px 20px;
    border-bottom: 2px solid #001f4d;
}

.drk-custom-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.drk-custom-table tbody tr:last-child td {
    border-bottom: none;
}

.drk-custom-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.drk-table-metric {
    font-weight: 700;
    color: #0f172a;
    width: 22%;
    background-color: #fcfdfe;
}

.drk-table-highlight {
    color: #166534;
    font-weight: 600;
    background-color: rgba(34, 197, 94, 0.03);
}

/* ریسپانسیو برای تبلت و موبایل */
@media (max-width: 1024px) {
    .drk-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .drk-features-grid {
        grid-template-columns: 1fr;
    }
    
    .drk-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .drk-main-heading {
        font-size: 21px;
    }
    
    .drk-custom-table th, .drk-custom-table td {
        padding: 12px 14px;
        font-size: 13.5px;
    }
    
    .drk-media-badge {
        bottom: 16px;
        right: 16px;
        font-size: 12px;
        padding: 8px 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c36325e *//* کانتینر مادر و بازنشانی */
.vh-guide-container {
    direction: rtl;
    text-align: right;
    background-color: #f8fafc;
    padding: 30px 15px;
    font-family: inherit;
    box-sizing: border-box;
}

.vh-block {
    max-width: 1100px;
    margin: 0 auto 50px auto;
}

/* هدر استاندارد بخش ها */
.vh-header-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 25px;
    border-right: 6px solid #002d72;
    box-shadow: 0 4px 20px rgba(0, 45, 114, 0.05);
}

.vh-heading-main {
    color: #002d72;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.vh-lead-text {
    color: #475569;
    font-size: 15.5px;
    line-height: 1.85;
    margin: 0 0 10px 0;
}

.vh-lead-text:last-child {
    margin-bottom: 0;
}

/* تایم لاین مراحل درخواست */
.vh-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vh-step-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.vh-step-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 8px 24px rgba(0, 45, 114, 0.08);
    transform: translateY(-3px);
}

.vh-step-number {
    background: linear-gradient(135deg, #002d72, #1e40af);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    min-width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 45, 114, 0.2);
}

.vh-step-content {
    flex: 1;
}

.vh-step-title {
    color: #002d72;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.vh-step-content p {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.8;
    margin: 0 0 8px 0;
}

.vh-step-content p:last-child {
    margin-bottom: 0;
}

/* گرید کارت های نکات مهم */
.vh-tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.vh-tip-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.vh-tip-box:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 45, 114, 0.06);
}

.vh-tip-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.vh-tip-icon {
    font-size: 22px;
    background: #eff6ff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #dbeafe;
}

.vh-tip-title {
    color: #002d72;
    font-size: 16.5px;
    font-weight: 700;
    margin: 0;
}

.vh-tip-box p {
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 8px 0;
}

.vh-tip-box p:last-child {
    margin-bottom: 0;
}

/* کاور شکیل تصویر شاخص */
.vh-visual-showcase {
    margin-bottom: 30px;
}

.vh-photo-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 45, 114, 0.08);
    border: 1px solid #e2e8f0;
}

.vh-featured-photo {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    transition: transform 0.4s ease;
}

.vh-photo-frame:hover .vh-featured-photo {
    transform: scale(1.02);
}

.vh-photo-overlay-tag {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: rgba(0, 45, 114, 0.88);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.vh-tag-dot {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px #22c55e;
}

/* کارت های مزایای مرکز */
.vh-advantages-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vh-adv-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.vh-adv-card:hover {
    border-color: #93c5fd;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 45, 114, 0.06);
}

.vh-adv-title {
    color: #002d72;
    font-size: 16.5px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.vh-adv-card p {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.8;
    margin: 0 0 8px 0;
}

.vh-sub-note {
    background: #f0fdf4;
    border-right: 3px solid #22c55e;
    padding: 8px 12px;
    border-radius: 4px 8px 8px 4px;
    font-size: 13.5px !important;
    color: #166534 !important;
    margin-top: 6px !important;
}

/* بخش هزینه ها */
.vh-cost-factors {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.vh-factor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 0 22px 0;
    padding: 0 20px 0 0;
}

.vh-factor-list li {
    color: #334155;
    font-size: 14.5px;
    line-height: 1.6;
}

.vh-cost-summary {
    background: #eff6ff;
    border-radius: 12px;
    padding: 20px;
    border-right: 4px solid #1e40af;
}

.vh-cost-summary p {
    color: #1e3a8a;
    font-size: 14.5px;
    line-height: 1.85;
    margin: 0 0 10px 0;
}

.vh-cost-summary p:last-child {
    margin-bottom: 0;
}

/* چک لیست بیمه */
.vh-insurance-checklist {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    margin-bottom: 25px;
}

.vh-checklist-title {
    color: #002d72;
    font-size: 16.5px;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.vh-checklist-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.vh-check-item {
    font-size: 14px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vh-check-item span {
    color: #22c55e;
    font-weight: bold;
    font-size: 16px;
    background: #f0fdf4;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbf7d0;
}

/* جدول بررسی بیمه */
.vh-table-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 45, 114, 0.05);
    border: 1px solid #e2e8f0;
    overflow-x: auto;
    margin-bottom: 20px;
}

.vh-table-caption {
    color: #002d72;
    font-size: 16.5px;
    font-weight: 700;
    margin: 12px 14px 16px 0;
}

.vh-modern-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    min-width: 600px;
}

.vh-modern-table th {
    background-color: #002d72;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 700;
    padding: 15px;
    border: none;
}

.vh-modern-table th:first-child {
    border-top-right-radius: 10px;
}

.vh-modern-table th:last-child {
    border-top-left-radius: 10px;
}

.vh-modern-table td {
    padding: 14px 16px;
    font-size: 14px;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    line-height: 1.6;
}

.vh-modern-table tr:last-child td {
    border-bottom: none;
}

.vh-modern-table tr:nth-child(even) {
    background-color: #f8fafc;
}

.vh-bold-cell {
    font-weight: 700;
    color: #002d72 !important;
}

.vh-final-notice {
    background: #fffbeb;
    border-right: 4px solid #f59e0b;
    padding: 14px 18px;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* ریسپانسیو و نمایش در تبلت و موبایل */
@media (max-width: 768px) {
    .vh-tips-grid,
    .vh-factor-list,
    .vh-checklist-items {
        grid-template-columns: 1fr;
    }

    .vh-step-card {
        flex-direction: column;
        gap: 14px;
    }

    .vh-step-number {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .vh-header-box {
        padding: 20px;
    }

    .vh-heading-main {
        font-size: 18.5px;
    }

    .vh-photo-overlay-tag {
        bottom: 15px;
        right: 15px;
        font-size: 12px;
        padding: 8px 14px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-27a8797 *//* کانتینر اصلی جدول مقایسه */
.drk-comparison-section {
    direction: rtl;
    text-align: right;
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: inherit;
}

.drk-comp-header {
    margin-bottom: 25px;
}

.drk-comp-badge {
    display: inline-block;
    background-color: #eff6ff;
    color: #002d72;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid #bfdbfe;
    margin-bottom: 10px;
}

.drk-comp-title {
    color: #002d72;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 12px 0;
    position: relative;
    padding-bottom: 12px;
}

.drk-comp-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #002d72, #22c55e);
    border-radius: 2px;
}

/* ساختار جدول */
.drk-table-scroll-wrapper {
    overflow-x: auto;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 45, 114, 0.05);
}

.drk-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    line-height: 1.7;
    text-align: right;
}

/* سرستون ها */
.drk-compare-table thead th {
    padding: 16px 20px;
    font-weight: 800;
    font-size: 15px;
}

.drk-th-feature {
    background-color: #002d72;
    color: #ffffff;
    width: 25%;
}

.drk-th-clinic {
    background-color: #1e3a8a;
    color: #e2e8f0;
    width: 37.5%;
}

.drk-th-home {
    background-color: #166534;
    color: #ffffff;
    width: 37.5%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* ردیف ها و خانه های جدول */
.drk-compare-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
}

.drk-compare-table tbody tr:last-child {
    border-bottom: none;
}

.drk-compare-table tbody tr:hover {
    background-color: #f8fafc;
}

.drk-compare-table td {
    padding: 14px 20px;
}

.drk-cell-feature {
    font-weight: 700;
    color: #0f172a;
    background-color: #fcfdfe;
}

.drk-cell-clinic {
    color: #64748b;
}

.drk-cell-home {
    color: #15803d;
    background-color: rgba(34, 197, 94, 0.03);
}

.drk-cell-home.drk-positive {
    font-weight: 600;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
    .drk-comp-title {
        font-size: 20px;
    }

    .drk-compare-table th, 
    .drk-compare-table td {
        padding: 12px 14px;
        font-size: 13.5px;
    }

    .drk-th-feature, 
    .drk-cell-feature {
        width: 30%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-927ffa7 *//* کانتینر کلی بخش سوالات متداول */
.drk-faq-section {
    direction: rtl;
    text-align: right;
    max-width: 950px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: inherit;
}

.drk-faq-header {
    margin-bottom: 30px;
    text-align: right;
}

.drk-faq-badge {
    display: inline-block;
    background-color: #f0fdf4;
    color: #166534;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #bbf7d0;
    margin-bottom: 10px;
}

.drk-faq-main-title {
    color: #002d72;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 12px;
}

.drk-faq-main-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #002d72, #22c55e);
    border-radius: 2px;
}

.drk-faq-subtitle {
    color: #64748b;
    font-size: 14.5px;
    margin: 10px 0 0 0;
    line-height: 1.6;
}

/* آیتم های آکاردئون */
.drk-faq-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.drk-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 45, 114, 0.03);
}

.drk-faq-item[open] {
    border-color: #22c55e;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.08);
}

/* هدر هر سوال (Summary) */
.drk-faq-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    background: #ffffff;
    transition: background-color 0.2s ease;
}

.drk-faq-summary::-webkit-details-marker {
    display: none;
}

.drk-faq-summary:hover {
    background-color: #f8fafc;
}

.drk-faq-title {
    color: #0f172a;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    padding-left: 15px;
    transition: color 0.2s ease;
}

.drk-faq-item[open] .drk-faq-title {
    color: #002d72;
}

/* آیکون وضعیت باز/بسته */
.drk-faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-color: #f1f5f9;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.drk-faq-icon::before,
.drk-faq-icon::after {
    content: "";
    position: absolute;
    background-color: #002d72;
    transition: transform 0.3s ease;
}

/* خط افقی */
.drk-faq-icon::before {
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
}

/* خط عمودی */
.drk-faq-icon::after {
    top: 8px;
    left: 13px;
    width: 2px;
    height: 12px;
}

.drk-faq-item[open] .drk-faq-icon {
    background-color: #22c55e;
    transform: rotate(90deg);
}

.drk-faq-item[open] .drk-faq-icon::before,
.drk-faq-item[open] .drk-faq-icon::after {
    background-color: #ffffff;
}

.drk-faq-item[open] .drk-faq-icon::after {
    transform: scaleY(0);
}

/* متن پاسخ سوال */
.drk-faq-content {
    padding: 0 20px 20px 20px;
    border-top: 1px dashed #e2e8f0;
    margin-top: 5px;
}

.drk-faq-content p {
    color: #475569;
    font-size: 14.5px;
    line-height: 1.8;
    margin: 15px 0 0 0;
}

/* واکنش گرایی */
@media (max-width: 768px) {
    .drk-faq-main-title {
        font-size: 20px;
    }

    .drk-faq-title {
        font-size: 14px;
    }

    .drk-faq-summary {
        padding: 15px;
    }

    .drk-faq-content {
        padding: 0 15px 15px 15px;
    }

    .drk-faq-content p {
        font-size: 13.5px;
    }
}/* End custom CSS */