.elementor-2429 .elementor-element.elementor-element-e08b062{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-e42a16b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-b797d3f{--display:flex;}.elementor-2429 .elementor-element.elementor-element-a0d0272{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-8f2910e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-5e70b2c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-855ad05{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2429 .elementor-element.elementor-element-ccad3ac{--display:flex;}/* Start custom CSS for html, class: .elementor-element-afd44cc *//* استایل‌های پایه و بخش قهرمان */
.ham-cv-hero {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 60px 20px;
    overflow: hidden;
    position: relative;
}

.ham-cv-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}

/* ستون متنی */
.ham-cv-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ham-cv-hero-tag {
    font-size: 13px;
    font-weight: 800;
    color: #1b1b1b; 
    background-color: #f3d22b;
    padding: 6px 16px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.ham-cv-hero-title {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 20px 0;
    color: #1b1b1b;
}

.ham-cv-hero-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin: 0;
    margin-bottom: 35px;
    text-align: justify;
}

.alink {
    color: #e0bf14;
    text-decoration: underline;
}

/* دکمه‌ها */
.ham-cv-hero-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ham-btn {
    display: inline-block;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: center;
}

.ham-btn-primary {
    background-color: #1b1b1b;
    color: #ffffff;
    border: 2px solid #1b1b1b;
}

.ham-btn-primary:hover {
    background-color: #f3d22b;
    color: #1b1b1b;
    border-color: #f3d22b;
}

.ham-btn-secondary {
    background-color: transparent;
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
}

.ham-btn-secondary:hover {
    background-color: #f5f5f5;
}

/* ستون بصری (UI هوشمند چپ) */
.ham-cv-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.ham-visual-box {
    width: 100%;
    max-width: 400px;
    background: #f9f9f9;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 8px 8px 0px #1b1b1b;
    box-sizing: border-box;
}

.ham-ai-status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}

.ham-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #2ec4b6;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.5s infinite;
}

.ham-mock-chat {
    display: flex;
    flex-direction: column;
    gap: 15px;
    direction: rtl; /* تضمین تراز درست چت در حالت ریسپانسیو */
}

.ham-chat-msg {
    font-size: 13px;
    line-height: 1.6;
    padding: 12px;
    border-radius: 14px;
    margin: 0;
    max-width: 85%;
}

.ham-chat-msg.user {
    background-color: #e2e2e2;
    color: #1b1b1b;
    align-self: flex-start;
    border-bottom-right-radius: 0;
}

.ham-chat-msg.ai {
    background-color: #f3d22b;
    color: #1b1b1b;
    align-self: flex-end;
    border-bottom-left-radius: 0;
    font-weight: 600;
}

/* انیمیشن نقطه تپنده */
@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}

/* ==========================================================================
   بخش واکنش‌گرایی (Responsive Styles)
   ========================================================================== */

/* تبلت‌ها و نمایشگرهای کوچک دسکتاپ */
@media (max-width: 992px) {
    .ham-cv-hero {
        padding: 40px 20px;
    }
    .ham-cv-hero-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .ham-cv-hero-content {
        align-items: center;
        text-align: center;
    }
    .ham-cv-hero-title {
        font-size: 34px;
    }
    .ham-cv-hero-description {
        text-align: center;
        margin-bottom: 25px;
    }
    .ham-cv-hero-actions {
        width: 100%;
        justify-content: center;
    }
}

/* موبایل‌های هوشمند (کوچکتر از 576px) */
@media (max-width: 576px) {
    .ham-cv-hero {
        padding: 30px 15px;
    }
    .ham-cv-hero-title {
        font-size: 26px;
        line-height: 1.4;
    }
    .ham-cv-hero-description {
        font-size: 12px;
        line-height: 1.7;
    }
    .ham-cv-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
    .ham-btn {
        width: 100%; /* تمام عرض شدن دکمه‌ها در موبایل برای تجربه کاربری بهتر */
        box-sizing: border-box;
    }
    .ham-visual-box {
        padding: 15px;
        box-shadow: 6px 6px 0px #1b1b1b; /* تعدیل اندازه سایه در موبایل */
    }
    .ham-chat-msg {
        font-size: 12px;
        max-width: 90%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1aa0ee6 *//* استایل‌های بخش آمار و ارقام - نسخه فشرده و کوچک */
.ham-cv-metrics {
    direction: rtl !important;
    background-color: #ffffff;
    padding: 40px 20px; /* کاهش پدینگ عمودی از 100 به 60 */
    border-top: 1px solid #f5f5f5;
    font-family: inherit !important;
}

.ham-cv-metric-container {
    max-width: 960px; /* فشرده‌تر کردن عرض کلی برای جمع شدن کارت‌ها */
    margin: 0 auto;
}

/* هدر بخش */
.ham-cv-metric-header {
    text-align: center;
    margin-bottom: 40px; /* کاهش فاصله از 60 به 40 */
}

.ham-cv-metric-title {
    font-size: 26px; /* کوچک‌تر کردن عنوان اصلی از 34 */
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-family: inherit !important;
}

.ham-cv-metric-lead {
    font-size: 14px; /* کوچک‌تر کردن متن زیرعنوان از 15 */
    color: #666666;
    line-height: 1.7;
    margin: 0;
    font-family: inherit !important;
}

/* ساختار گرید آمارها */
.ham-cv-metric-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* کاهش فاصله بین کارت‌ها از 30 به 20 */
}

/* استایل کارت‌های آمار فشرده */
.ham-metric-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 10px;
    padding: 25px 20px; /* کاهش پدینگ داخلی برای کوچک‌تر شدن باکس */
    text-align: center;
    font-family: inherit !important;
    box-shadow: 8px 8px 6px #777777; /* ظریف‌تر کردن سایه تخت هماهنگ با ابعاد کوچک */
}

/* شماره‌های بزرگ و شاخص */
.ham-metric-num {
    font-size: 36px; /* کوچک‌تر کردن اندازه عدد از 48 به 36 */
    font-weight: 900;
    color: #1b1b1b;
    margin-bottom: 8px;
    direction: ltr !important;
    display: inline-block;
}

.ham-metric-label {
    font-size: 15px; /* کوچک‌تر کردن تایتل کارت از 18 به 15 */
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 10px 0;
    font-family: inherit !important;
}

.ham-metric-desc {
    font-size: 13px; /* کوچک‌تر کردن متن توضیحات */
    line-height: 1.7;
    color: #555555;
    margin: 0;
    text-align: center; /* تغییر به حالت مرکز‌چین برای ظاهر زیباتر در باکس کوچک */
    font-family: inherit !important;
}

/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 800px) {
    .ham-cv-metric-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 550px) {
    .ham-cv-metric-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ham-cv-metric-title {
        font-size: 22px;
    }
    .ham-metric-card {
        padding: 20px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ec928b *//* ==========================================
   استایل‌های اختصاصی بخش جدید معرفی جامع
   ========================================== */
.ham-cv-intro-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 50px 0px;
    direction: rtl !important;
}

.ham-cv-intro-text-col {
    flex: 1.2;
}

.ham-intro-badge {
    font-size: 11px;
    font-weight: 800;
    color: #1b1b1b;
    background-color: #f3d22b; /* زرد اصلی برند */
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: inherit !important;
}

.ham-intro-main-title {
    font-size: 30px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-family: inherit !important;
}

.ham-intro-description {
    font-size: 14.5px;
    line-height: 1.9;
    color: #444444;
    margin: 0 0 15px 0;
    text-align: justify;
    font-family: inherit !important;
}

.ham-intro-description:last-child {
    margin-bottom: 0;
}

.ham-cv-intro-image-col {
    flex: 0 0 42%;
    display: flex;
    justify-content: center;
}

.ham-intro-img {
    max-width: 100%;
    height: auto;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    box-shadow: 6px 6px 0px #777777; /* سایه تخت خاکستری هماهنگ با بقیه صفحات */
    transition: all 0.3s ease;
}

/*.ham-intro-img:hover {*/
/* transform: translate(-3px, -3px);*/
/* box-shadow: 9px 9px 0px #777777;*/
/*}*/

/* خط جداکننده افقی مابین دو بخش */
.ham-features-divider {
    border: none;
    border-top: 2px dashed #e1e1e1;
    margin: 60px 0;
}

/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 992px) {
    .ham-cv-intro-row {
        flex-direction: column; /* زیر هم رفتن متن و عکس در ابعاد کوچک */
        gap: 35px;
    }
    .ham-cv-intro-text-col {
        width: 100%;
    }
    .ham-cv-intro-image-col {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ham-cv-intro-row {
        padding: 30px 0px;
    }
    .ham-intro-main-title {
        font-size: 24px;
        text-align: center;
    }
    .ham-cv-intro-text-col {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ham-intro-description {
        font-size: 12px;
        text-align: justify; /* حفظ حالت توزیع عادلانه متن در موبایل */
    }
    .ham-intro-img {
        max-width: 100%; /* کنترل حداکثر عرض تصویر در موبایل برای جلوگیری از دفرمه شدن */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10d9a31 *//* استایل‌های بخش ویژگی‌ها */
.ham-cv-features {
    direction: rtl;
    background-color: #ffffff;
    padding: 80px 20px;
}

.ham-cv-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* هدر بخش */
.ham-cv-features-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.ham-cv-features-subtitle {
    font-size: 34px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.ham-cv-features-lead {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* شبکه گرید کارت‌ها */
.ham-cv-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* استایل عمومی کارت‌ها */
.ham-feature-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 8px;
    padding: 40px 30px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    top: 0;
    box-sizing: border-box;
}

/* آیکون کارت‌ها */
.ham-feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: #f5f5f5;
    border: 2px solid #1b1b1b;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    transition: background-color 0.3s ease;
}

.ham-feature-icon {
    width: 24px;
    height: 24px;
    color: #1b1b1b;
}

.ham-feature-title {
    font-size: 20px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 15px 0;
}

.ham-feature-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    margin: 0;
    text-align: justify;
}

/* افکت هاور کارت معمولی */
.ham-feature-card:hover {
    top: -8px;
    box-shadow: 8px 8px 6px #777777;
    background-color: #fafafa;
}

.ham-feature-card:hover .ham-feature-icon-wrapper {
    background-color: #f3d22b;
}

/* کارت ویژه (کارت وسط برای جلب توجه بیشتر) */
.ham-feature-card.highlight {
    background-color: #f9f9f9;
}

.ham-feature-card.highlight .ham-feature-icon-wrapper {
    background-color: #f3d22b;
}

.ham-feature-card.highlight:hover {
    background-color: #ffffff;
}

/* واکنش‌گرایی مانیتورهای کوچک و موبایل */
@media (max-width: 992px) {
    .ham-cv-features {
        padding: 60px 20px;
    }
    .ham-cv-features-header {
        margin-bottom: 40px;
    }
    .ham-cv-features-grid {
        grid-template-columns: repeat(2, 1fr); /* دو ستونه شدن در تبلت */
    }
}

@media (max-width: 768px) {
    .ham-cv-features {
        padding: 40px 15px;
    }
    .ham-cv-features-header {
        margin-bottom: 30px;
    }
    .ham-cv-features-subtitle {
        font-size: 26px;
    }
    .ham-cv-features-lead {
        font-size: 14.5px;
    }
    .ham-cv-features-grid {
        grid-template-columns: 1fr; /* تک ستونه شدن در موبایل */
        gap: 20px;
    }
    .ham-feature-card {
        padding: 30px 20px;
    }
    .ham-feature-card:hover {
        top: 0; /* غیرفعال کردن حرکت عمودی هاور در موبایل برای بهبود تجربه کاربری لمسی */
        box-shadow: 6px 6px 0px #777777; /* حفظ سایه ثابت در حالت هاور/لمس برای موبایل */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7d305c *//* استایل‌های بخش ساختار بصری زیگزاگی */
.ham-cv-grid-block {
    direction: rtl !important;
    background-color: #ffffff;
    padding: 100px 20px;
    font-family: inherit !important;
    box-sizing: border-box;
}

.ham-cv-grid-container {
    max-width: 1140px;
    margin: 0 auto;
}

/* هدر اصلی بخش */
.ham-cv-grid-intro {
    text-align: center;
    margin-bottom: 80px;
}

.ham-cv-grid-main-title {
    font-size: 34px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0;
    line-height: 1.4;
    font-family: inherit !important;
}

/* لایه نگهدارنده ردیف‌ها */
.ham-cv-zigzag-flow {
    display: flex;
    flex-direction: column;
    gap: 100px; /* فاصله مناسب بین هر ویژگی */
}

/* ساختار هر ردیف */
.ham-zigzag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* کلاس معکوس‌کننده برای ردیف‌های زوج در دسکتاپ */
.ham-row-reverse {
    flex-direction: row-reverse;
}

/* ستون متنی */
.ham-zigzag-text-col {
    flex: 1;
}

.ham-zigzag-tag {
    font-size: 11px;
    font-weight: 800;
    color: #1b1b1b;
    background-color: #f3d22b; /* زرد برند */
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: inherit !important;
}

.ham-zigzag-title {
    font-size: 24px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 15px 0;
    line-height: 1.4;
    font-family: inherit !important;
}

.ham-zigzag-text {
    font-size: 14.5px;
    line-height: 1.85;
    color: #444444;
    margin: 0;
    text-align: justify;
    font-family: inherit !important;
}

/* المان گرافیکی درون متنی برای آیتم اول */
.ham-zigzag-visual-inline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding: 10px 16px;
    border-radius: 6px;
    border-right: 3px solid #1b1b1b;
}

.ham-inline-node {
    font-size: 12px;
    font-weight: 600;
    color: #555555;
    font-family: inherit !important;
}

.ham-inline-node.active {
    color: #1b1b1b;
    font-weight: 800;
}

.ham-inline-arrow {
    font-weight: 900;
    color: #1b1b1b;
}

/* ستون تصویر */
.ham-zigzag-img-col {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ham-zigzag-img {
    max-width: 100%;
    height: auto;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    box-shadow: 6px 6px 0px #777777; /* سایه تخت خاکستری */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* افکت هاور ظریف روی تصویر */
/*.ham-zigzag-img:hover {*/
/* transform: translate(-3px, -3px);*/
/* box-shadow: 10px 10px 0px #777777;*/
/*}*/

/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 900px) {
    .ham-cv-grid-block {
        padding: 60px 20px;
    }
    .ham-cv-grid-intro {
        margin-bottom: 50px;
    }
    .ham-cv-grid-main-title {
        font-size: 26px;
    }
    .ham-cv-zigzag-flow {
        gap: 20px;
    }
    .ham-zigzag-row, 
    .ham-row-reverse {
        flex-direction: column; /* در موبایل و تبلت همه ستون‌ها زیر هم می‌آیند */
        gap: 30px;
    }
    .ham-zigzag-text-col {
        width: 100%;
    }
    .ham-zigzag-img-col {
        width: 100%;
    }
    .ham-zigzag-title {
        font-size: 20px;
    }
    .ham-zigzag-text {
        font-size: 12px;
    }
    .ham-zigzag-visual-inline {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .ham-cv-grid-block {
        padding: 40px 15px;
    }
    .ham-cv-grid-main-title {
        font-size: 22px;
        line-height: 1.5;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b6251f *//* استایل‌های بخش جریان داده‌ها */
.ham-cv-pipeline {
    direction: rtl;
    background-color: #ffffff;
    padding: 100px 20px;
    font-family: inherit !important;
    border-top: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.ham-cv-pipe-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* هدر مینی‌مال */
.ham-cv-pipe-header {
    text-align: center;
    margin-bottom: 70px;
}

.ham-cv-pipe-badge {
    font-size: 12px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 5px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: inherit;
}

.ham-cv-pipe-title {
    font-size: 36px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.ham-cv-pipe-lead {
    font-size: 15px;
    color: #666666;
    line-height: 1.8;
    margin: 0;
}

/* ساختار جریان متوالی (Flow UX) */
.ham-cv-pipe-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

/* خط عمودی واصل بین مراحل (در دسکتاپ) */
.ham-cv-pipe-flow::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: #1b1b1b;
    z-index: 1;
}

.ham-pipe-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* دایره شماره مراحل */
.ham-pipe-number-box {
    min-width: 62px;
    height: 62px;
    background-color: #f3d22b;
    border: 2px solid #1b1b1b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.ham-pipe-dot-num {
    font-size: 20px;
    font-weight: 900;
    color: #1b1b1b;
}

/* کارت محتوای مرحله */
.ham-pipe-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    padding: 35px;
    flex: 1;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 2px 2px 6px #777777;
    box-sizing: border-box;
}

.ham-pipe-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 12px 0;
}

.ham-pipe-card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555555;
    margin: 0;
    text-align: justify;
}

/* افکت هاور با سایه خاکستری هماهنگ با بلوک سوم */


/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 992px) {
    .ham-cv-pipeline {
        padding: 60px 20px;
    }
    .ham-cv-pipe-header {
        margin-bottom: 50px;
    }
    .ham-cv-pipe-title {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    /* تنظیم دقیق جایگاه خط عمودی متناسب با دایره کوچک‌شده در موبایل (نصف عرض دایره ۴۲ پیکسل منهای نصف عرض خط) */
    .ham-cv-pipe-flow::before {
        right: 20px; 
        top: 15px;
        bottom: 15px;
    }
    .ham-pipe-number-box {
        min-width: 42px;
        height: 42px;
    }
    .ham-pipe-dot-num {
        font-size: 16px;
    }
    .ham-pipe-step {
        gap: 15px;
    }
    .ham-pipe-card {
        padding: 25px 20px;
    }
    .ham-pipe-card-title {
        font-size: 17px;
    }
    .ham-pipe-card-text {
        font-size: 13px;
        line-height: 1.7;
    }
    .ham-cv-pipe-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .ham-cv-pipe-lead {
        font-size: 13.5px;
    }
}

@media (max-width: 480px) {
    .ham-cv-pipeline {
        padding: 40px 15px;
    }
    .ham-cv-pipe-title {
        font-size: 21px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-076c505 *//* استایل‌های بخش بیرونی مقایسه */
.ham-cv-compare {
    direction: rtl !important;
    background-color: #ffffff;
    padding: 80px 20px;
    border-top: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.ham-cv-comp-container {
    max-width: 1000px; /* برای جاگیری بهتر دو باکس کنار هم کمی عریض‌تر شد */
    margin: 0 auto;
}

/* هدر بخش */
.ham-cv-comp-header {
    text-align: right;
    margin-bottom: 45px;
    border-right: 4px solid #f3d22b;
    padding-right: 15px;
}

.ham-cv-comp-title {
    font-size: 24px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.ham-cv-comp-lead {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* تغییر ساختار لیست به گرید باکسی و دوتایی */
.ham-cv-minimal-compare-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* تبدیل ردیف‌ها به باکس‌های مستقل و ساختاریافته */
.ham-comp-row {
    display: flex;
    flex-direction: column; /* چیدمان عمودی اجزا داخل باکس */
    background: #f9f9f9;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 4px 4px 6px #777777;
    gap: 15px;
    box-sizing: border-box;
}

/* عنوان ویژگی به عنوان هدر باکس */
.ham-comp-label {
    font-size: 16px;
    font-weight: 800;
    color: #1b1b1b;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

/* باکس محتوا */
.ham-comp-content-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* متن ویژگی دستیار شما */
.ham-text-ours {
    font-size: 14px;
    line-height: 1.7;
    color: #1b1b1b;
    font-weight: 600;
    background-color: #fffdf3;
    padding: 10px 14px;
    border-right: 3px solid #f3d22b;
    border-radius: 6px;
    margin: 0;
    box-sizing: border-box;
}

/* متن ویژگی ابزارهای عمومی بازار */
.ham-text-others {
    font-size: 13px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    padding: 0 14px;
    box-sizing: border-box;
}

/* واکنش‌گرایی کامل برای نمایشگرهای تبلت و موبایل */
@media (max-width: 992px) {
    .ham-cv-compare {
        padding: 60px 20px;
    }
    .ham-cv-minimal-compare-list {
        grid-template-columns: 1fr; /* تک ستونه شدن باکس‌ها در تبلت و موبایل */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ham-cv-compare {
        padding: 40px 15px;
    }
    .ham-cv-comp-header {
        margin-bottom: 30px;
    }
    .ham-cv-comp-title {
        font-size: 20px;
    }
    .ham-cv-comp-lead {
        font-size: 13px;
    }
    .ham-comp-row {
        padding: 20px;
    }
    .ham-comp-label {
        font-size: 15px;
    }
    .ham-text-ours {
        font-size: 13.5px;
        padding: 10px 12px;
    }
    .ham-text-others {
        font-size: 12.5px;
        padding: 0 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-950f980 *//* استایل‌های پایه سکشن نتیجه‌گیری متنی */
.ham-cv-conclusion {
    direction: rtl !important;
    background-color: #ffffff;
    padding: 100px 20px;
    border-top: 1px solid #f5f5f5;
    position: relative;
    box-sizing: border-box;
}

.ham-cv-conclusion-container {
    max-width: 1000px; /* افزایش عرض برای جاگیری عالی کارت‌ها */
    margin: 0 auto;
}

.ham-conclusion-header {
    margin-bottom: 35px;
}

/* استایل برچسب بالای متن */
.ham-zigzag-tag {
    font-size: 13px;
    font-weight: 800;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 6px 16px;
    border-radius: 4px;
    display: inline-block;
}

/* ساختار جریان متن */
.ham-conclusion-content-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* باکس پاراگراف شاخص اول */
.ham-conclusion-lead-box {
    border-right: 4px solid #f3d22b;
    padding-right: 25px;
    margin-bottom: 10px;
}

.ham-conclusion-paragraph {
    font-size: 14px;
    line-height: 1.85;
    color: #4b5563;
    margin: 0;
    text-align: justify;
}

/* پاراگراف اول شاخص */
.ham-conclusion-paragraph.ham-highlight {
    font-size: 15px;
    font-weight: 800;
    color: #1b1b1b;
    line-height: 1.6;
}

/* پاراگراف نهایی */
.ham-conclusion-paragraph.ham-final-statement {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    background-color: #f9fafb;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
}

/* ساختار کارت‌های سه گانه */
.ham-conclusion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.ham-conclusion-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 30px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

.ham-conclusion-card:hover {
    border-color: #1b1b1b;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.ham-card-num {
    font-size: 14px;
    font-weight: 800;
    color: #f3d22b;
    background-color: #1b1b1b;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 5px;
}

.ham-text-dark {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0;
}

.ham-card-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    margin: 0;
}

/* واکنش‌گرایی برای تبلت و موبایل */
@media (max-width: 992px) {
    .ham-cv-conclusion {
        padding: 60px 20px;
    }
    .ham-conclusion-grid {
        grid-template-columns: 1fr; /* کارت‌ها در موبایل و تبلت زیر هم قرار می‌گیرند */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .ham-cv-conclusion {
        padding: 40px 15px;
    }
    .ham-conclusion-content-flow {
        gap: 30px;
    }
    .ham-conclusion-paragraph.ham-highlight {
        font-size: 15px; /* رفع باگ بزرگتر شدن فونت در موبایل و حفظ توازن بصری */
    }
    .ham-conclusion-lead-box {
        padding-right: 15px;
    }
    .ham-conclusion-paragraph {
        font-size: 13.5px;
    }
    .ham-conclusion-paragraph.ham-final-statement {
        font-size: 14.5px;
        padding: 20px;
    }
    .ham-conclusion-card {
        padding: 20px;
    }
    .ham-conclusion-card:hover {
        transform: none; /* غیرفعال کردن هاور حرکتی روی موبایل جهت بهینه‌سازی تاچ */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0609b32 *//* استایل کلان لایه سوالات متداول */
.ham-cv-faq {
    direction: rtl !important;
    background-color: #ffffff;
    padding: 80px 20px;
    border-top: 1px solid #f5f5f5;
    box-sizing: border-box;
}

.ham-cv-faq-container {
    max-width: 850px; /* افزایش جزیی عرض کانتینر برای پایداری خطوط مینی‌مال */
    margin: 0 auto;
}

/* هدر مینی‌مال بخش به همراه خط شاخص زرد رنگ */
.ham-cv-faq-header {
    text-align: right;
    margin-bottom: 40px;
    border-right: 4px solid #f3d22b;
    padding-right: 15px;
}

.ham-cv-faq-title {
    font-size: 24px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.ham-cv-faq-lead {
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

/* ساختار لیست خطی مینی‌مال با مرز تفکیک‌شده */
.ham-cv-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px; /* ایجاد فاصله باکس‌محور بین آیتم‌ها برای UI مدرن‌تر */
}

/* هر آیتم سوال و جواب به شکل باکسی ظریف */
.ham-faq-item {
    background-color: #ffffff;
    border: 1px solid #e5e5e7;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.ham-faq-item:hover {
    border-color: #1b1b1b;
}

/* تریگر کلیک‌خور سوال */
.ham-faq-trigger {
    background-color: transparent;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #1b1b1b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    user-select: none;
    box-sizing: border-box;
}

.ham-faq-trigger::-webkit-details-marker {
    display: none;
}

/* آیکون فلش نازک و مینی‌مال */
.ham-faq-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid #1b1b1b;
    border-bottom: 2px solid #1b1b1b;
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 5px;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* افکت حالت باز شدن آکاردئون - اعمال رنگ زرد ملایم و انیمیشن روان */
.ham-faq-item[open] {
    background-color: #fffdf3;
    border-color: #1b1b1b;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.ham-faq-item[open] .ham-faq-trigger {
    color: #1b1b1b;
    font-weight: 700;
    padding-bottom: 12px; /* فشرده‌سازی پدینگ پایینی تریگر هنگام باز بودن */
}

.ham-faq-item[open] .ham-faq-icon {
    transform: rotate(-135deg);
}

/* محتوای پاسخ فشرده شده همراه با انیمیشن کشویی ورودی */
.ham-faq-content {
    padding: 0 24px 20px 24px;
    background-color: transparent;
    animation: slideDown 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    box-sizing: border-box;
}

.ham-faq-answer {
    font-size: 14px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0;
    text-align: justify;
}

/* انیمیشن باز شدن روان و کشویی */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* واکنش‌گرایی موبایل و تبلت */
@media (max-width: 992px) {
    .ham-cv-faq {
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .ham-cv-faq {
        padding: 50px 15px;
    }
    .ham-cv-faq-header {
        padding-right: 12px;
        margin-bottom: 30px;
    }
    .ham-cv-faq-title {
        font-size: 20px;
    }
    .ham-cv-faq-lead {
        font-size: 13px;
    }
    .ham-faq-wrapper {
        gap: 12px;
    }
    .ham-faq-trigger {
        font-size: 14px;
        padding: 16px 18px;
        line-height: 1.5;
    }
    .ham-faq-item[open] .ham-faq-trigger {
        padding-bottom: 10px;
    }
    .ham-faq-content {
        padding: 0 18px 16px 18px;
    }
    .ham-faq-answer {
        font-size: 13px;
        line-height: 1.75;
    }
}/* End custom CSS */