/* Start custom CSS for html, class: .elementor-element-dda3e43 *//* استایل کل باکس بنر با گرادیان جوان‌پسند و پرانرژی */
.icdl-hero-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    color: #ffffff;
    padding: 50px 20px;
    text-align: center;
    direction: rtl;
    border-bottom: 5px solid #38bdf8;
    box-shadow: 0 10px 30px rgba(79, 70, 229, 0.25);
    position: relative;
    overflow: hidden;
}

/* افکت نوری مدرن در پس‌زمینه برای جذابیت بیشتر */
.icdl-hero-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.15);
    filter: blur(50px);
    border-radius: 50%;
    pointer-events: none;
}

/* محدود کننده عرض برای خوانایی بهتر متن */
.icdl-banner-container {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 1; /* قرارگیری متن روی افکت نوری */
}

/* استایل عنوان اصلی H1 با وزن بصری قوی */
.icdl-banner-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* رنگ طلایی/فسفری بسیار شیک برای تاکید روی عبارات خاص */
.icdl-banner-title .highlight {
    background: #facc15;
    color: #1e1b4b;
    padding: 2px 10px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(250, 204, 21, 0.4);
    display: inline-block;
}

/* استایل متن توضیحات با خوانایی بالا و رنگ روشن ملایم */
.icdl-banner-text {
    font-size: 16.5px;
    line-height: 1.9;
    color: #f1f5f9;
    text-align: justify;
    text-align-last: center; /* تراز خط آخر در وسط */
    margin: 0;
    font-weight: 500;
}

/* بهینه‌سازی کامل و هوشمند برای موبایل */
@media (max-width: 768px) {
    .icdl-hero-banner {
        padding: 35px 15px;
    }
    .icdl-banner-title {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .icdl-banner-title .highlight {
        padding: 1px 6px;
        font-size: 20px;
    }
    .icdl-banner-text {
        font-size: 14px;
        line-height: 1.8;
        text-align: justify;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44a5430 *//* کانتینر اصلی با رنگ سرمه‌ای/بنفش تیره جهت پیوستگی با بنر کهکشانی قبلی */
.icdl-reg-banner {
    background: linear-gradient(135deg, #1e1b4b 0%, #311042 100%);
    padding: 50px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* باکس شیشه‌ای داخلی با انحنای مدرن */
.icdl-reg-container {
    max-width: 850px;
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/* استایل برچسب ظرفیت محدود */
.reg-badge {
    background: #ef4444;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

/* تیتر اصلی باکس ثبت نام */
.icdl-reg-title {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px 0;
}

/* زیرعنوان توضیحات */
.icdl-reg-subtitle {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 30px 0;
}

/* کانتینر ردیف دکمه و تلفن (دو ستونه در دسکتاپ) */
.icdl-reg-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* دکمه پرانرژی و درخشان ثبت نام */
.icdl-reg-btn {
    background: linear-gradient(90deg, #ccff00 0%, #a3e635 100%);
    color: #1e1b4b;
    font-size: 17px;
    font-weight: 800;
    padding: 15px 35px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(204, 255, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    max-width: 280px;
    justify-content: center;
}

.icdl-reg-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(204, 255, 0, 0.5);
    background: #ffffff;
    color: #4c1d95;
}

/* باکس شیک و تعاملی شماره تلفن مشاوره */
.icdl-phone-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 25px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 280px;
    justify-content: flex-start;
}

.icdl-phone-box:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #38bdf8;
    transform: translateY(-4px);
}

/* آیکون دایره‌ای تلفن */
.phone-icon {
    font-size: 20px;
    background: #38bdf8;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(56, 189, 248, 0.3);
}

/* جزییات متنی تلفن */
.phone-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}

.phone-label {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
}

.phone-number {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* بهینه‌سازی ریسپانسیو فوق‌العاده برای موبایل */
@media (max-width: 640px) {
    .icdl-reg-container {
        padding: 25px 20px;
        border-radius: 20px;
    }
    .icdl-reg-title {
        font-size: 20px;
    }
    .icdl-reg-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .icdl-reg-actions {
        flex-direction: column; /* المان‌ها در موبایل زیر هم قرار می‌گیرند */
        gap: 15px;
    }
    .icdl-reg-btn, .icdl-phone-box {
        width: 100%;
        max-width: 100%;
    }
    .icdl-phone-box {
        justify-content: center; /* تراز شدن بخش تلفن در وسط صفحه موبایل */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84c7f14 *//* باکس اصلی بخش معرفی */
.icdl-info-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    padding: 50px 20px;
    direction: rtl;
    font-family: inherit;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* کانتینر دو ستونه */
.icdl-info-container {
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* استایل ستون عکس */
.icdl-info-image {
    flex: 1;
    max-width: 45%;
    display: flex;
    justify-content: center;
}

.icdl-info-image img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* افکت جذاب هنگام نگه داشتن موس روی عکس */
.icdl-info-image img:hover {
    transform: scale(1.03);
}

/* استایل ستون متن */
.icdl-info-content {
    flex: 1.2;
    color: #ffffff;
}

/* عنوان H2 */
.icdl-info-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;
}

/* هایلایت زرد/طلایی مدرن روی کلمات کلیدی */
.icdl-info-title .highlight {
    color: #facc15;
    text-shadow: 0 2px 10px rgba(250, 204, 21, 0.3);
}

/* متن توضیحات */
.icdl-info-text {
    font-size: 16px;
    line-height: 1.9;
    color: #f1f5f9;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}

/* استایل متمایز متن انگلیسی */
.icdl-info-text .en-text {
    font-family: system-ui, -apple-system, sans-serif;
    color: #38bdf8;
    font-weight: 600;
    display: inline-block;
    direction: ltr;
}

/* بهینه‌سازی کامل و هوشمند برای موبایل و تبلت */
@media (max-width: 768px) {
    .icdl-info-container {
        flex-direction: column-reverse; /* در موبایل عکس اول بیاید و بعد متن */
        gap: 25px;
        padding: 25px 20px;
        border-radius: 20px;
    }
    .icdl-info-image {
        max-width: 100%;
    }
    .icdl-info-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }
    .icdl-info-text {
        font-size: 14.5px;
        line-height: 1.8;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-036cd7c *//* کانتینر اصلی بخش سرفصل‌ها با گرادیان پرانرژی بنفش به صورتی */
.icdl-syllabus-banner {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
    padding: 60px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* محدود کننده عرض باکس */
.icdl-syllabus-container {
    max-width: 900px;
    width: 100%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* عنوان اصلی بخش */
.icdl-syllabus-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* رنگ لیمویی/فسفری برای ترکیب زنده با بنفش */
.icdl-syllabus-title .highlight {
    color: #ccff00;
    text-shadow: 0 2px 15px rgba(204, 255, 0, 0.4);
}

/* متن مقدمه سرفصل‌ها */
.icdl-syllabus-intro {
    font-size: 16.5px;
    line-height: 1.8;
    color: #f8fafc;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

/* کل لیست آیتم‌ها */
.icdl-skills-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* استایل هر کارت مهارتی */
.icdl-skill-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 22px;
    border-radius: 18px;
    transition: all 0.3s ease;
}

/* افکت حرکت و تغییر رنگ در هاور موس */
.icdl-skill-item:hover {
    transform: translateX(-5px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* دایره شماره‌گذاری شیک */
.skill-number {
    background: #ccff00;
    color: #4c1d95;
    font-size: 18px;
    font-weight: 800;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(204, 255, 0, 0.3);
}

/* جزییات متن داخل هر مهارت */
.skill-details {
    color: #ffffff;
}

.skill-details h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.skill-details p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #f1f5f9;
    margin: 0;
    text-align: justify;
}

/* برچسب متمایز برای اکسل */
.skill-details .badge {
    background: #ef4444;
    color: white;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 700;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

/* بهینه‌سازی کامل ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .icdl-syllabus-container {
        padding: 25px 15px;
        border-radius: 20px;
    }
    .icdl-syllabus-title {
        font-size: 22px;
    }
    .icdl-syllabus-intro {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .icdl-skill-item {
        padding: 16px;
        gap: 15px;
    }
    .skill-number {
        min-width: 32px;
        height: 32px;
        font-size: 15px;
    }
    .skill-details h3 {
        font-size: 15.5px;
    }
    .skill-details p {
        font-size: 13.5px;
        line-height: 1.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91202a6 *//* کانتینر اصلی بخش با گرادیان پرانرژی سبز به فیروزه‌ای */
.icdl-benefits-banner {
    background: linear-gradient(135deg, #059669 0%, #0d9488 50%, #06b6d4 100%);
    padding: 60px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* محدود کننده عرض باکس و افکت شیشه‌ای مدرن */
.icdl-benefits-container {
    max-width: 1140px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding: 45px 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* عنوان اصلی بخش */
.icdl-benefits-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* رنگ طلایی/فسفری برای هماهنگی با تگ‌های بنرهای قبلی */
.icdl-benefits-title .highlight {
    color: #facc15;
    text-shadow: 0 2px 15px rgba(250, 204, 21, 0.4);
}

/* زیرعنوان بخش */
.icdl-benefits-subtitle {
    font-size: 17px;
    line-height: 1.8;
    color: #e2e8f0;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 600;
}

/* شبکه گرید کارت‌ها (۴ ستونه در دسکتاپ) */
.icdl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* استایل هر کارت مزیت به صورت شیشه‌ای مجزا */
.icdl-benefit-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* افکت فوق‌العاده شیک هاور روی کارت‌ها */
.icdl-benefit-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* استایل آیکون‌های اموجی بزرگ */
.benefit-icon {
    font-size: 36px;
    margin-bottom: 15px;
    display: inline-block;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.15));
}

/* تیتر داخل کارت‌ها */
.icdl-benefit-card h3 {
    font-size: 17.5px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
}

/* متن توضیحات داخل کارت‌ها */
.icdl-benefit-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #f1f5f9;
    margin: 0;
    text-align: justify;
    text-align-last: center;
}

/* بهینه‌سازی ریسپانسیو برای تبلت و موبایل */
@media (max-width: 1024px) {
    .icdl-benefits-grid {
        grid-template-columns: repeat(2, 1fr); /* دو ستونه در تبلت */
    }
}

@media (max-width: 640px) {
    .icdl-benefits-container {
        padding: 30px 15px;
        border-radius: 20px;
    }
    .icdl-benefits-title {
        font-size: 22px;
    }
    .icdl-benefits-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .icdl-benefits-grid {
        grid-template-columns: 1fr; /* تک ستونه کاملاً عمودی در موبایل */
        gap: 15px;
    }
    .icdl-benefit-card {
        padding: 20px 15px;
    }
    .icdl-benefit-card h3 {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bc561d *//* کانتینر اصلی بخش با گرادیان لوکس بنفش تیره به ارغوانی نئون */
.icdl-pricing-banner {
    background: linear-gradient(135deg, #2e1065 0%, #6b21a8 50%, #a855f7 100%);
    padding: 60px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* محدود کننده عرض باکس و افکت شیشه‌ای یکدست */
.icdl-pricing-container {
    max-width: 1000px;
    width: 100%;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    padding: 45px 35px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* عنوان اصلی بخش */
.icdl-pricing-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* رنگ فسفری/لیمویی برای کنتراست فوق‌العاده با بنفش */
.icdl-pricing-title .highlight {
    color: #ccff00;
    text-shadow: 0 2px 15px rgba(204, 255, 0, 0.4);
}

/* زیرعنوان */
.icdl-pricing-subtitle {
    font-size: 16px;
    line-height: 1.8;
    color: #f3e8ff;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500;
}

/* فعال کردن اسکرول افقی در موبایل برای جلوگیری از به هم ریختگی جدول */
.icdl-table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* استایل جدول خالص مدرن */
.icdl-comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
    color: #ffffff;
    min-width: 650px; /* تضمین خوانایی در نمایشگرهای مختلف */
}

/* هدر جدول */
.icdl-comparison-table th {
    background: rgba(255, 255, 255, 0.15);
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}

/* ردیف‌های جدول */
.icdl-comparison-table td {
    padding: 16px 20px;
    font-size: 14.5px;
    line-height: 1.7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

/* هاور روی ردیف‌ها */
.icdl-comparison-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease;
}

/* استایل ستون اول (نوع دوره) */
.course-type {
    font-weight: 700;
    color: #ccff00;
}

.course-type span {
    margin-left: 5px;
    vertical-align: middle;
}

/* باکس طلایی قیمت در پایین جدول */
.icdl-price-info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(250, 204, 21, 0.15);
    border: 1px solid rgba(250, 204, 21, 0.3);
    padding: 20px;
    border-radius: 18px;
    color: #ffffff;
}

.price-icon {
    font-size: 32px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}

.icdl-price-info-box p {
    font-size: 15.5px;
    line-height: 1.8;
    margin: 0;
}

.icdl-price-info-box strong {
    color: #facc15;
    font-size: 17.5px;
    font-weight: 800;
}

/* بهینه‌سازی ریسپانسیو موبایل */
@media (max-width: 768px) {
    .icdl-pricing-container {
        padding: 30px 15px;
        border-radius: 20px;
    }
    .icdl-pricing-title {
        font-size: 22px;
    }
    .icdl-pricing-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .icdl-comparison-table th, .icdl-comparison-table td {
        padding: 12px 15px;
        font-size: 13.5px;
    }
    .icdl-price-info-box {
        padding: 15px;
        gap: 10px;
    }
    .icdl-price-info-box p {
        font-size: 13.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b6f85f *//* کانتینر اصلی بخش با گرادیان نئونی و پرانرژی نارنجی به سرخ متالیک */
.icdl-faq-banner {
    background: linear-gradient(135deg, #ea580c 0%, #dc2626 50%, #be123c 100%);
    padding: 60px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
}

/* محدود کننده عرض باکس و افکت شیشه‌ای یکدست */
.icdl-faq-container {
    max-width: 950px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* عنوان اصلی بخش */
.icdl-faq-title {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* رنگ لیمویی/فسفری برای کنتراست فوق‌العاده با تم آتشی */
.icdl-faq-title .highlight {
    color: #facc15;
    text-shadow: 0 2px 15px rgba(250, 204, 21, 0.4);
}

/* زیرعنوان */
.icdl-faq-subtitle {
    font-size: 16.5px;
    line-height: 1.8;
    color: #ffedd5;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

/* کانتینر آیتم‌ها */
.icdl-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* استایل هر باکس سوال و جواب */
.icdl-faq-item {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    padding: 22px;
    transition: all 0.3s ease;
}

/* افکت هاور روی باکس سوالات */
.icdl-faq-item:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-4px);
}

/* هدر سوال */
.faq-question {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

/* اموجی علامت سوال */
.faq-icon {
    font-size: 22px;
    background: #facc15;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(250, 204, 21, 0.3);
}

/* تیتر سوال */
.faq-question h3 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}

/* باکس پاسخ */
.faq-answer p {
    font-size: 15px;
    line-height: 1.8;
    color: #fcf8f2;
    margin: 0;
    text-align: justify;
    padding-right: 51px; /* هماهنگ کردن شروع متن پاسخ با تراز تیتر */
}

/* بهینه‌سازی کامل ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .icdl-faq-container {
        padding: 25px 15px;
        border-radius: 20px;
    }
    .icdl-faq-title {
        font-size: 22px;
    }
    .icdl-faq-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .icdl-faq-item {
        padding: 16px;
    }
    .faq-question {
        gap: 10px;
        margin-bottom: 8px;
    }
    .faq-icon {
        font-size: 18px;
        min-width: 30px;
        height: 30px;
    }
    .faq-question h3 {
        font-size: 15.5px;
    }
    .faq-answer p {
        font-size: 13.5px;
        line-height: 1.7;
        padding-right: 0; /* حذف فاصله در موبایل برای باز شدن فضا */
        text-align: justify;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6aab59 *//* کانتینر اصلی بخش با گرادیان نئونی صورتی به بنفش کهکشانی */
.icdl-cta-banner {
    background: linear-gradient(135deg, #ec4899 0%, #7c3aed 50%, #4c1d95 100%);
    padding: 70px 20px;
    direction: rtl;
    font-family: inherit;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* افکت هاله نوری در بک‌گراند */
.icdl-cta-banner::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    filter: blur(50px);
    border-radius: 50%;
    pointer-events: none;
}

/* محدود کننده عرض باکس و استایل شیشه‌ای لوکس */
.icdl-cta-container {
    max-width: 900px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 32px;
    padding: 50px 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    z-index: 1;
}

/* عنوان اصلی بخش */
.icdl-cta-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* رنگ لیمویی/فسفری برای کنتراست شدید */
.icdl-cta-title .highlight {
    color: #ccff00;
    text-shadow: 0 2px 15px rgba(204, 255, 0, 0.5);
}

/* متن دعوت به اقدام */
.icdl-cta-text {
    font-size: 16.5px;
    line-height: 2;
    color: #f8fafc;
    margin-bottom: 40px;
    text-align: justify;
    text-align-last: center;
}

.icdl-cta-text strong {
    color: #ccff00;
    font-weight: 800;
    display: block;
    margin: 15px 0;
    font-size: 18px;
}

/* کانتینر دکمه */
.icdl-cta-action {
    display: flex;
    justify-content: center;
}

/* دکمه بزرگ درخشان و جوان‌پسند */
.icdl-glow-button {
    background: #ccff00;
    color: #1e1b4b;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(204, 255, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
}

/* افکت جذاب تغییر سایز و افزایش درخشش در هاور موس */
.icdl-glow-button:hover {
    transform: scale(1.06);
    background: #ffffff;
    color: #4c1d95;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.4);
}

/* بهینه‌سازی کامل ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .icdl-cta-banner {
        padding: 45px 15px;
    }
    .icdl-cta-container {
        padding: 35px 20px;
        border-radius: 24px;
    }
    .icdl-cta-title {
        font-size: 24px;
    }
    .icdl-cta-text {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .icdl-cta-text strong {
        font-size: 15px;
    }
    .icdl-glow-button {
        font-size: 15px;
        padding: 14px 25px;
        width: 100%; /* دکمه تمام‌عرض در موبایل جهت لمس راحت‌تر */
    }
}/* End custom CSS */