.elementor-2232 .elementor-element.elementor-element-bb52e48{--display:flex;}.elementor-2232 .elementor-element.elementor-element-fb66e24{--display:flex;}.elementor-2232 .elementor-element.elementor-element-fbce750{--display:flex;}.elementor-2232 .elementor-element.elementor-element-2a4cdef{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-2232 .elementor-element.elementor-element-703a7f4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:40px;--padding-bottom:40px;--padding-left:12px;--padding-right:12px;}.elementor-2232 .elementor-element.elementor-element-703a7f4:not(.elementor-motion-effects-element-type-background), .elementor-2232 .elementor-element.elementor-element-703a7f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBD11A;}.elementor-2232 .elementor-element.elementor-element-d6ed736{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2232 .elementor-element.elementor-element-fe00e13 .elementor-heading-title{color:#000000;}.elementor-2232 .elementor-element.elementor-element-9aea3f1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-end;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2232 .elementor-element.elementor-element-47b2479 .octf-btn{background-color:#EBD11A;padding:10px 50px 10px 50px;opacity:1;color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:#000000;}.elementor-2232 .elementor-element.elementor-element-47b2479 .octf-btn:hover, .elementor-2232 .elementor-element.elementor-element-47b2479 .octf-btn:focus{background-color:#FFFFFF;color:#111111;}.elementor-2232 .elementor-element.elementor-element-47b2479 .octf-btn i{font-size:8px;color:#000000;}.elementor-2232 .elementor-element.elementor-element-47b2479 .octf-btn svg{width:8px;fill:#000000;}@media(min-width:768px){.elementor-2232 .elementor-element.elementor-element-d6ed736{--width:66.6666%;}.elementor-2232 .elementor-element.elementor-element-9aea3f1{--width:33.3333%;}}@media(max-width:1024px){.elementor-2232 .elementor-element.elementor-element-2a4cdef{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2232 .elementor-element.elementor-element-2a4cdef{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-2232 .elementor-element.elementor-element-fe00e13{text-align:center;}.elementor-2232 .elementor-element.elementor-element-9aea3f1{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-2580cef *//* تنظیمات عمومی و پایه */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Vazirmatn', sans-serif;
}

body {
    background-color: #ffffff;
    color: #1e293b;
    line-height: 1.8;
}

/* بلاک اختصاصی هیرو - چیدمان افقی عریض با CSS خالص */
.hero-block {
    background: radial-gradient(circle at top left, rgba(235, 209, 26, 0.02) 0%, #ffffff 80%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 8%;
    position: relative;
}

.hero-container {
    width: 100%;
    max-width: 1280px; /* فضای عریض باز برای جا شدن کامل دو ستون بدون نصفه شدن */
    margin: 0 auto;
    display: flex;
    flex-direction: row; /* متن راست، عکس چپ */
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* ستون راست (متن) */
.hero-content {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
}

/* برچسب کپسولی بالای عنوان */
.hero-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 24px;
}

.hero-badge-dot {
    width: 8px;
    height: 8px;
    background-color: #ebd11a; /* زرد طلایی اختصاصی شما */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(235, 209, 26, 0.2);
}

.hero-badge-text {
    font-size: 0.85rem;
    color: #475569;
    font-weight: 600;
}

.hero-content h1 {
    font-size: 3rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت خط زیر متن زرد طلایی کستوم شما */
.hero-content .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.hero-content .highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.45);
    z-index: -1;
    border-radius: 4px;
}

.hero-content p {
    font-size: 1.15rem;
    color: #475569;
    margin-bottom: 35px;
    line-height: 1.9;
}

/* دکمه‌ها */
.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}

.btn {
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}

.btn-primary {
    background-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.btn-primary:hover {
    background-color: #1e293b;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
    background-color: #f8fafc;
    border-color: #0f172a;
    transform: translateY(-2px);
}

/* ستون چپ - مدیریت هوشمند عکس جدید بدون بریدگی */
.hero-image-wrapper {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-frame {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.image-frame img {
    width: 500px;
    height: 500px;
    /* ویژگی contain تضمین می‌کند کل عکس جدید بدون حتی یک پیکسل بریدگی یا نصفه شدن لود شود */
    object-fit: contain; 
    border-radius: 16px;
    display: block;
}

/* افکت هاور ملایم روی کادر عکس کاملاً با CSS خالص */
.image-frame:hover {
    border-color: #ebd11a;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.06);
}

/* ریسپانسیو کامل و تمیز برای حالت موبایل و تبلت */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column-reverse; /* روی موبایل ابتدا عکس بالا می‌رود و متن پایین می‌آید */
        gap: 40px;
        text-align: center;
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
        width: 100%;
    }

    .image-frame img {
        width: 100%;
        max-width: 440px;
        height: auto; /* حذف ارتفاع ثابت روی موبایل برای جلوگیری از دفرمه شدن عکس */
    }
}

@media (max-width: 768px) {
    .hero-block {
        padding: 60px 5%;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3641c4b *//* بلاک اختصاصی سوالات متداول */
.faq-block {
    background-color: #f8fafc; /* پس‌زمینه ملایم برای تفکیک بخش‌ها */
    padding: 100px 8%;
    position: relative;
}

.faq-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* هدر بخش سوالات */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: #475569;
    background-color: #f1f5f9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.faq-header h2 {
    font-size: 2.4rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* هایلایت زرد طلایی زیر متن هدر */
.faq-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.faq-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.45);
    z-index: -1;
    border-radius: 4px;
}

.faq-header p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 680px;
    line-height: 1.8;
}

/* لیست آکاردئون‌ها */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* پنهان کردن چک‌باکس‌های ساختاری لایه پشت صحنه */
.faq-input {
    display: none;
}

/* استایل کستوم هر باکس سوال */
.faq-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* بخش پرسش قابل کلیک (تگ لیبل) */
.faq-question {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 20px;
    background-color: #ffffff;
    transition: all 0.25s ease;
    display: flex;
}

.faq-question h3 {
    font-size: 1.15rem;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    margin: 0;
}

/* علامت مثبت/منفی */
.faq-toggle-icon {
    font-size: 1.5rem;
    font-weight: 400;
    color: #64748b;
    transition: transform 0.3s ease, color 0.25s ease;
    flex-shrink: 0;
}

/* بخش پاسخ پنهان با انیمیشن روان ارتفاع */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
}

.faq-answer p {
    padding: 0 30px 24px 30px;
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

/* هاور روی سوال: خط دور متمایل به زرد کستوم شما می‌شود */
.faq-item:hover {
    border-color: #ebd11a;
}

.faq-item:hover .faq-toggle-icon {
    color: #0f172a;
}

/* جادوی اصلی CSS خالص: اعمال وضعیت فعال زمان کلیک شدن چک‌باکس (:checked) */

/* ۱. تغییر رنگ خط دور کل باکس به سرمه‌ای تیره زمان باز بودن */
.faq-input:checked + .faq-question {
    background-color: #fafafa;
}

.faq-input:checked ~ .faq-answer {
    max-height: 300px; /* باز شدن روان پاسخ بدون نیاز به جاوااسکریپت */
}

/* ۲. چرخیدن علامت پلاس و تبدیل رنگ آن به زرد طلایی شما زمان باز بودن */
.faq-input:checked + .faq-question .faq-toggle-icon {
    transform: rotate(45deg); /* ساخت علامت ضربدر/منفی ظریف */
    color: #ebd11a; /* رنگ زرد طلایی کستوم شما */
}

/* ۳. تغییر رنگ خط دور کل آیتم در وضعیت فعال */
.faq-item:has(.faq-input:checked) {
    border-color: #0f172a;
    box-shadow: 0 10px 25px -10px rgba(15, 23, 42, 0.05);
}

/* ریسپانسیو بخش سوالات */
@media (max-width: 768px) {
    .faq-block {
        padding: 60px 5%;
    }

    .faq-header h2 {
        font-size: 1.8rem;
    }

    .faq-question {
        padding: 20px;
    }

    .faq-question h3 {
        font-size: 1.05rem;
    }

    .faq-answer p {
        padding: 0 20px 20px 20px;
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-987fa36 *//* بلاک اختصاصی نوار زرد سوم (ارزش‌های سه‌گانه) */
.value-strip-block {
    background-color: #ebd11a; /* رنگ زرد طلایی اختصاصی شما */
    padding: 50px 8%;
    position: relative;
    z-index: 2;
}

.value-strip-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* چیدمان سه ستونه هم‌اندازه در دسکتاپ */
    gap: 40px;
}

/* استایل کستوم هر آیتم داخل نوار زرد */
.value-strip-item {
    display: flex;
    flex-direction: row; /* چیدمان افقی آیکون و متن */
    align-items: flex-start;
    gap: 16px;
    text-align: right;
    padding: 10px;
    transition: all 0.25s ease;
}

/* آیکون ظریف ستاره چهارپر */
.value-strip-icon {
    font-size: 1.4rem;
    color: #0f172a; /* سرمه‌ای تیره */
    line-height: 1;
    margin-top: 4px;
    transition: transform 0.3s ease;
}

/* محتوای متنی هر کارت */
.value-strip-text h3 {
    font-size: 1.25rem;
    color: #0f172a; /* سرمه‌ای تیره */
    font-weight: 800;
    margin-bottom: 8px;
}

.value-strip-text p {
    font-size: 1rem;
    color: #1e293b;
    font-weight: 500;
    line-height: 1.6;
}

/* افکت هاور کاملاً مینی‌مال با CSS خالص */
.value-strip-item:hover {
    transform: translateY(-3px);
}

.value-strip-item:hover .value-strip-icon {
    transform: scale(1.2) rotate(90deg); /* افکت چرخشی جذاب آیکون زمان هاور */
}

/* ریسپانسیو کامل حالت موبایل و تبلت */
@media (max-width: 992px) {
    .value-strip-container {
        grid-template-columns: 1fr; /* در تبلت و موبایل به صورت تک ستونه زیر هم قرار می‌گیرند */
        gap: 30px;
    }
    
    .value-strip-item {
        text-align: center;
        flex-direction: column; /* آیکون بالای متن قرار می‌گیرد */
        align-items: center;
        gap: 10px;
    }
    
    .value-strip-icon {
        margin-top: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8679363 *//* بلاک اختصاصی خدمات */
.services-block {
    background-color: #ffffff; /* پس‌زمینه سفید مینی‌مال */
    padding: 100px 8%;
    position: relative;
}

.services-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* هدر بخش خدمات */
.services-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: #475569;
    background-color: #f1f5f9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.services-header h2 {
    font-size: 2.5rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت هایلایت زرد طلایی زیر متن هدر */
.services-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.services-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.45);
    z-index: -1;
    border-radius: 4px;
}

.services-header p {
    font-size: 1.15rem;
    color: #475569;
    max-width: 750px;
    line-height: 1.8;
}

/* شبکه بندی کارت‌ها (۲ در ۲ در دسکتاپ) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* استایل هر کارت خدمات */
.service-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px;
    border-radius: 16px;
    text-align: right; /* راست‌چین کامل */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* آیکون نقطه پالس مینی‌مال بالای کارت */
.service-icon {
    width: 40px;
    height: 40px;
    background-color: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.icon-dot {
    width: 8px;
    height: 8px;
    background-color: #0f172a;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.service-card h3 {
    font-size: 1.4rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 16px;
}

.service-card p {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
}

/* افکت هاور پیشرفته کارت‌ها هماهنگ با سلیقه شما */
.service-card:hover {
    transform: translateY(-5px);
    border-color: #ebd11a; /* متمایل شدن خط دور به زرد طلایی هام */
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.05);
}

.service-card:hover .service-icon {
    background-color: #ebd11a;
    border-color: #ebd11a;
}

.service-card:hover .icon-dot {
    background-color: #0f172a;
    transform: scale(1.2);
}

/* ریسپانسیو کامل برای موبایل و تبلت */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: 1fr; /* کارت‌ها تک ستونه زیر هم می‌روند */
        gap: 20px;
    }
    
    .services-header h2 {
        font-size: 2rem;
    }
    
    .services-header p {
        font-size: 1.05rem;
    }
    
    .service-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .services-block {
        padding: 60px 5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c7deef *//* بلاک اختصاصی ویژگی‌ها */
.features-block {
    background-color: #f8fafc; /* پس‌زمینه ملایم برای شکستن یکنواختی سفید صفحه */
    padding: 100px 8%;
    position: relative;
}

.features-container {
    width: 100%;
    max-width: 1100px; /* کنترل عرض برای جمع‌وجور و شیک بودن */
    margin: 0 auto;
}

/* هدر بخش ویژگی‌ها */
.features-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features-header h2 {
    font-size: 2.4rem;
    color: #0f172a; /* سرمه‌ای تیره */
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت خط زیر متن زرد طلایی هام */
.features-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.features-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.45);
    z-index: -1;
    border-radius: 4px;
}

.features-header p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 720px;
    line-height: 1.8;
}

/* چیدمان عمودی کارت‌های افقی */
.features-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* استایل کستوم هر کارت ویژگی */
.feature-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 30px 40px;
    border-radius: 16px; /* لبه‌های نرم به سبک هام */
    display: flex;
    flex-direction: row; /* چیدمان افقی آیکون و متن */
    align-items: flex-start;
    gap: 24px;
    text-align: right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* باکس دایره‌ای کوچک آیکون */
.feature-icon-box {
    width: 32px;
    height: 32px;
    background-color: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px; /* هم‌تراز شدن با خط اول عنوان */
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.badge-dot-blue {
    width: 8px;
    height: 8px;
    background-color: #0f172a; /* سرمه‌ای تیره */
    border-radius: 50%;
    transition: all 0.25s ease;
}

/* محتوای متنی کارت */
.feature-text h3 {
    font-size: 1.3rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 10px;
    transition: color 0.25s ease;
}

.feature-text p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
}

/* جادوی هاور اختصاصی: تغییر رنگ خط دور و تبدیل نقطه به زرد طلایی شما */
.feature-card:hover {
    transform: translateX(-6px); /* حرکت ملایم به راست در سایت RTL */
    border-color: #ebd11a; /* رنگ زرد طلایی اختصاصی شما */
    box-shadow: 0 12px 24px -10px rgba(15, 23, 42, 0.04);
}

.feature-card:hover .feature-icon-box {
    background-color: #ebd11a;
}

.feature-card:hover .badge-dot-blue {
    background-color: #0f172a;
    transform: scale(1.2);
}

.feature-card:hover .feature-text h3 {
    color: #ebd11a; /* تغییر رنگ عنوان به زرد طلایی در هنگام هاور */
}

/* ریسپانسیو کامل موبایل و تبلت */
@media (max-width: 768px) {
    .features-block {
        padding: 60px 5%;
    }

    .features-header h2 {
        font-size: 1.8rem;
    }

    .feature-card {
        flex-direction: column; /* در موبایل آیکون بالای متن قرار می‌گیرد */
        align-items: center;
        text-align: center;
        padding: 30px 24px;
        gap: 16px;
    }
    
    .feature-icon-box {
        margin-top: 0;
    }

    .feature-card:hover {
        transform: translateY(-4px); /* در موبایل به جای حرکت افقی، کمی بالا می‌رود */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d2726f *//* بلاک اختصاصی فرآیند اجرای پروژه */
.process-block {
    background-color: #ffffff; /* پس‌زمینه سفید مینی‌مال */
    padding: 100px 8%;
    position: relative;
}

.process-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* هدر بخش فرآیند */
.process-header {
    text-align: center;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process-badge {
    display: inline-block;
    font-size: 0.85rem;
    color: #475569;
    background-color: #f1f5f9;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.process-header h2 {
    font-size: 2.4rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت خط زرد طلایی اختصاصی زیر متن هدر */
.process-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.process-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.45);
    z-index: -1;
    border-radius: 4px;
}

.process-header p {
    font-size: 1.1rem;
    color: #475569;
    max-width: 700px;
    line-height: 1.8;
}

/* چیدمان زنجیره‌ای گام‌ها */
.process-timeline {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* استایل کستوم هر گام فرآیند */
.process-step {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 35px 40px;
    border-radius: 16px; /* لبه‌های نرم امضای طراحی هام */
    display: flex;
    flex-direction: row; /* چیدمان افقی شماره و متن گام */
    align-items: center;
    gap: 35px;
    text-align: right;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* باکس دایره‌ای شماره هر گام */
.step-number-box {
    width: 64px;
    height: 64px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.step-number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a; /* سرمه‌ای تیره پیش‌فرض */
    transition: color 0.25s ease;
}

/* محتوای متنی گام */
.step-content h3 {
    font-size: 1.35rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 10px;
    transition: color 0.25s ease;
}

.step-content p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
}

/* هاور جادویی: تغییر رنگ دور باکس، تغییر رنگ بک‌گراند شماره و تبدیل رنگ فونت شماره به زرد طلایی */
.process-step:hover {
    transform: translateX(-6px); /* حرکت ظریف افقی راست‌چین */
    border-color: #ebd11a; /* زرد طلایی شما */
    box-shadow: 0 15px 30px -10px rgba(15, 23, 42, 0.04);
}

.process-step:hover .step-number-box {
    background-color: #0f172a; /* تبدیل پس‌زمینه دایره شماره به سرمه‌ای لوکس در هاور */
    border-color: #0f172a;
}

.process-step:hover .step-number {
    color: #ebd11a; /* روشن شدن جادویی عدد به رنگ زرد طلایی اختصاصی شما */
}

.process-step:hover .step-content h3 {
    color: #ebd11a; /* تغییر رنگ ملایم عنوان گام به زرد طلایی */
}

/* ریسپانسیو کامل و تمیز برای موبایل و تبلت */
@media (max-width: 768px) {
    .process-block {
        padding: 60px 5%;
    }

    .process-header h2 {
        font-size: 1.8rem;
    }

    .process-step {
        flex-direction: column; /* در موبایل شماره بالای متن قرار می‌گیرد */
        text-align: center;
        padding: 30px 24px;
        gap: 20px;
    }

    .process-step:hover {
        transform: translateY(-4px); /* در موبایل به جای حرکت افقی، کمی به سمت بالا حرکت می‌کند */
    }
}/* End custom CSS */