.elementor-2462 .elementor-element.elementor-element-bd1c942{--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-2462 .elementor-element.elementor-element-cdcf3cd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2462 .elementor-element.elementor-element-ea4b74c{--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-2462 .elementor-element.elementor-element-e4f9378{--display:flex;}.elementor-2462 .elementor-element.elementor-element-cd0cc44{--display:flex;}.elementor-2462 .elementor-element.elementor-element-2d08ec1{--display:flex;}.elementor-2462 .elementor-element.elementor-element-49176c6{--display:flex;}.elementor-2462 .elementor-element.elementor-element-990c62d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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-2462 .elementor-element.elementor-element-c0a6e5a{font-family:"Roboto", Sans-serif;font-weight:400;}/* Start custom CSS for html, class: .elementor-element-cdcf3cd *//* استایل‌های پایه و کانتینر اصلی بلوک هیرو */
.ham-cv-hero {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    font-family: inherit; /* ارث‌بری از فونت اصلی سایت شما */
}

.ham-cv-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
}
.alink{
    color: #e0bf14;
}

/* ستون متنی */
.ham-cv-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ham-cv-hero-tag {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b; 
    background-color: #f3d22b; /* تگ زرد برند */
    padding: 6px 16px;
    margin-bottom: 25px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.ham-cv-hero-title {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #1b1b1b;
}

.ham-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.ham-highlight::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: rgba(243, 210, 43, 0.4); /* هایلایت زرد زیر متن هوش مصنوعی */
    z-index: -1;
}

.ham-cv-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 35px 0;
    text-align: justify;
}

/* دکمه‌های فراخوانی به اقدام (CTA) */
.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;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ham-btn-primary {
    background-color: #1b1b1b;
    color: #ffffff;
    border: 2px solid #1b1b1b;
}

.ham-btn-primary:hover {
    background-color: #f3d22b;
    color: #1b1b1b;
    border-color: #f3d22b;
    transform: translateY(-2px);
}

.ham-btn-secondary {
    background-color: transparent;
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
}

.ham-btn-secondary:hover {
    background-color: #f9f9f9;
    transform: translateY(-2px);
}

/* ستون بصری (طراحی کارت هوش مصنوعی) */
.ham-cv-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ham-ai-card {
    background-color: #1b1b1b;
    color: #ffffff;
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.ham-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(243, 210, 43, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.ham-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.ham-status-dot {
    width: 8px;
    height: 8px;
    background-color: #f3d22b;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #f3d22b;
}

.ham-card-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aaaaaa;
}

.ham-card-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ham-data-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-bottom: 1px dashed #2a2a2a;
    padding-bottom: 10px;
}

.ham-data-line span {
    color: #cccccc;
}

.ham-data-line strong {
    color: #f3d22b;
    font-weight: 700;
}

.ham-card-footer {
    margin-top: 25px;
    background-color: #242424;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.ham-footer-text {
    font-size: 12px;
    color: #888888;
}

/* واکنش‌گرایی برای موبایل و تبلت */
@media (max-width: 992px) {
    .ham-cv-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .ham-cv-hero {
        padding: 60px 20px;
    }

    .ham-cv-hero-title {
        font-size: 32px;
    }
    
    .ham-cv-hero-content {
        align-items: center;
        text-align: center;
    }

    .ham-cv-hero-desc {
        text-align: center;
    }

    .ham-cv-hero-actions {
        justify-content: center;
    }
    
    .ham-ai-card {
        max-width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4143040 *//* استایل‌های پایه بخش خدمات */
.ham-cv-services {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 100px 20px;
    font-family: inherit;
}

.ham-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* سربرگ متنی بخش */
.ham-services-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.ham-services-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 6px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.ham-services-title {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}

.ham-services-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
}

/* شبکه گرید کارت‌ها */
.ham-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* استایل کارت‌ها در حالت پیش‌فرض */
.ham-service-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b; /* مرز مشکی ضخیم و مدرن */
    padding: 40px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 4px 4px 6px #1b1b1b; /* سایه هماهنگ با سبک مدرن هیرو */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.ham-card-icon-wrapper {
    margin-bottom: 20px;
}

/* اعداد ۱ و ۲ و ۳ به رنگ زرد پالت در حالت پیش‌فرض */
.ham-card-num {
    font-size: 32px;
    font-weight: 900;
    color: #f3d22b;
    text-shadow: -1px -1px 0 #1b1b1b, 1px -1px 0 #1b1b1b, -1px 1px 0 #1b1b1b, 1px 1px 0 #1b1b1b; /* خط دور ظریف مشکی برای خوانایی خیره‌کننده روی سفید */
    transition: all 0.3s ease;
}

.ham-service-item-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #1b1b1b;
    transition: color 0.3s ease;
}

.ham-service-item-desc {
    font-size: 14.5px;
    line-height: 1.8;
    color: #444444;
    margin: 0 0 35px 0;
    flex-grow: 1;
    transition: color 0.3s ease;
}

/* دکمه بررسی خدمات به رنگ زرد پالت در حالت پیش‌فرض */
.ham-card-link {
    font-size: 14px;
    font-weight: 700;
    color: #f3d22b;
    background-color: #1b1b1b; /* پس‌زمینه مشکی کوچک برای کپسول دکمه */
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start; /* دکمه به اندازه متن خود فضا می‌گیرد */
    transition: all 0.3s ease;
}

.ham-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* === افکت تعاملی هاور (فوکوس عمیق) === */
.ham-service-card:hover {
    background-color: #1b1b1b; /* کارت کاملاً تیره می‌شود */
    transform: translate(-6px, -6px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.15);
}

/* تغییرات محتوا در حالت هوور */
.ham-service-card:hover .ham-service-item-title {
    color: #ffffff;
}

.ham-service-card:hover .ham-service-item-desc {
    color: #cccccc;
}

/* افکت معکوس شدن دکمه در زمان هوور کارت */
.ham-service-card:hover .ham-card-link {
    background-color: #f3d22b;
    color: #1b1b1b;
}

.ham-service-card:hover .ham-arrow {
    transform: translateX(-6px);
}

/* واکنش‌گرایی */
@media (max-width: 992px) {
    .ham-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .ham-services-grid {
        grid-template-columns: 1fr;
    }
    
    .ham-services-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5237422 *//* استایل‌های پایه بخش مزایا */
.ham-cv-features {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 90px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.ham-features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr; /* ستون چپ کمی بزرگتر برای متن‌ها */
    gap: 70px;
    align-items: center;
}

/* ستون تصویر */
.ham-features-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* استایل تصویر بدون قرار گرفتن در باکس محصور */
.ham-features-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 8px;
    filter: grayscale(20%); /* افکت مینی‌مال برای هماهنگی با تم تیره و زرد */
    transition: all 0.4s ease;
    z-index: 2;
}

/* المان خطی زرد پشت عکس برای جلوه بصری مدرن */
.ham-features-graphic-accent {
    position: absolute;
    width: 100%;
    max-width: 480px;
    height: 100%;
    border-right: 4px solid #f3d22b;
    border-bottom: 4px solid #f3d22b;
    bottom: -15px;
    right: -15px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.4s ease;
}

.ham-features-visual:hover .ham-features-img {
    transform: translate(-5px, -5px);
    filter: grayscale(0%);
}

.ham-features-visual:hover .ham-features-graphic-accent {
    transform: translate(5px, 5px);
}

/* ستون متنی */
.ham-features-content {
    display: flex;
    flex-direction: column;
}

.ham-features-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 12px;
    border-radius: 4px;
    align-self: flex-start;
    margin-bottom: 15px;
}

.ham-features-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 20px 0;
    color: #1b1b1b;
}

.ham-features-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin: 0 0 40px 0;
    text-align: justify;
}

/* لیست خطی و باز (بدون قاب یا باکس) */
.ham-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.ham-feature-inline-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee; /* جداکننده خطی مینی‌مال */
    transition: all 0.3s ease;
}

/* حذف خط آخرین آیتم برای زیبایی بیشتر */
.ham-feature-inline-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

/* شماره‌های بزرگ و قوی زرد رنگ */
.ham-feature-list-num {
    font-size: 28px;
    font-weight: 900;
    color: #f3d22b;
    line-height: 1;
    margin-top: 2px;
    transition: transform 0.3s ease;
}

.ham-feature-list-text h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #1b1b1b;
    transition: color 0.3s ease;
}

.ham-feature-list-text p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
}

/* هوور ظریف روی ردیف‌های خطی */
.ham-feature-inline-item:hover .ham-feature-list-text h3 {
    color: #f3d22b; /* تغییر رنگ تیتر به زرد برند هنگام فوکوس 
}

.ham-feature-inline-item:hover .ham-feature-list-num {
    transform: scale(1.15);
}

/* === واکنش‌گرایی بخش مزایا === */
@media (max-width: 992px) {
    .ham-features-container {
        grid-template-columns: 1fr; /* تک ستونه شدن در تبلت و موبایل */
        gap: 50px;
    }
    
    .ham-features-visual {
        order: 2; /* تصویر در موبایل پایین متن قرار بگیرد */
    }
    
    .ham-features-content {
        order: 1;
    }

    .ham-features-title {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f157928 *//* استایل پایه بخش آمار باکسی ردیفی */
.ham-cv-metrics-row-boxes {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 60px 20px;
    font-family: inherit;
    box-sizing: border-box;
    
}

.ham-metrics-box-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* استایل تیتر بخش */
.ham-metrics-box-header {
    text-align: right;
    margin-bottom: 40px;
}

.ham-metrics-box-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.ham-metrics-box-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
    color: #1b1b1b;
}

/* لیست عمودی ردیف‌ها */
.ham-metrics-box-rows-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله بین باکس‌های ردیفی */
}

/* ساختار هر ردیف به عنوان یک باکس مستقل غول‌پیکر */
.ham-metric-row-card {
    background-color: #1b1b1b;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #f3d22b;
    
    border: 2px solid #1b1b1b;
    border-radius: 10px;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: 150px 1fr; /* ستون اختصاصی عدد و متن */
    gap: 30px;
    align-items: center;
    box-shadow: 4px 4px 0px #1b1b1b; /* سایه تخت و بولد امضای شما */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* استایل کانتینر عدد سمت چپ */
.ham-metric-card-left {
    display: flex;
    align-items: center;
}

.ham-metric-card-num {
    font-size: 48px;
    font-weight: 900;
    color: #f3d22b; /* زرد برند */
    line-height: 1;
    display: block;
    letter-spacing: -1px;
    transition: transform 0.3s ease;
}

/* ستون متنی ردیف (راست) */
.ham-metric-card-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ham-metric-card-heading {
    font-size: 19px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    transition: color 0.3s ease;
}

.ham-metric-card-text {
    font-size: 14px;
    line-height: 1.7;
    color: #ced4da;
    margin: 0;
    text-align: justify;
    transition: color 0.3s ease;
}

/* === افکت هوور معکوس متناسب با هویت باکسی صفحه === */
/*.ham-metric-row-card:hover {*/
   /* تغییر ر
    
    نگ سایه به زرد در حالت هوور */
/*}*/

/*.ham-metric-row-card:hover .ham-metric-card-heading {*/
 
/*}*/

/*.ham-metric-row-card:hover .ham-metric-card-text {*/
/*    color: #cccccc;*/
/*}*/

/*.ham-metric-row-card:hover .ham-metric-card-num {*/
/*    transform: scale(1.05);*/
/*}*/

/* === واکنش‌گرایی برای موبایل === */
@media (max-width: 768px) {
    .ham-metric-row-card {
        grid-template-columns: 1fr; /* تبدیل به چینش عمودی داخل کارت در موبایل */
        gap: 15px;
        padding: 20px;
    }
    
    .ham-metrics-box-title {
        font-size: 24px;
    }

    .ham-metric-card-num {
        font-size: 40px;
    }

    .ham-metric-card-heading {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1e4a60 *//* استایل پایه بخش مخاطبان هدف - مدل باکسی ساختاریافته */
.ham-cv-audience-compact {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 60px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.ham-audience-container-comp {
    max-width: 1100px;
    margin: 0 auto;
}

/* سربرگ */
.ham-audience-header-comp {
    text-align: right;
    margin-bottom: 40px;
}

.ham-audience-subtitle-comp {
    font-size: 12px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
}

.ham-audience-title-comp {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.ham-audience-lead-comp {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555555;
    text-align: justify;
    margin: 0;
    max-width: 900px;
}

/* کانتینر اصلی ردیف‌ها */
.ham-audience-rows-comp {
    display: flex;
    flex-direction: column;
    gap: 25px; /* کمی فاصله بیشتر برای استقلال باکس‌ها */
}

/* مدل جدید باکس: دارای لنگر بردر ضخیم راست و سایه ظریف‌تر دسکتاپ */
.ham-audience-row-card-new {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-right: 6px solid #1b1b1b; /* لنگر بصری ضخیم در سمت راست باکس */
    border-radius: 8px;
    padding: 30px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 35px;
    align-items: flex-start;
    box-shadow: 5px 5px 0px rgba(27, 27, 27, 0.05); /* سایه نرم دسکتاپ */
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ستون راست: استایل برچسبی مشکی */
.ham-audience-meta-new {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #1b1b1b; /* تبدیل به مینی‌باکس تیره داخلی */
    padding: 18px;
    border-radius: 6px;
}

.ham-audience-tag-new {
    font-size: 11px;
    font-weight: 800;
    color: #f3d22b; /* متن زرد روی پس‌زمینه مشکی */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ham-audience-row-title-new {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    color: #ffffff; /* متن سفید */
    margin: 0;
}

/* ستون چپ: توضیحات */
.ham-audience-details-new {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ham-audience-text-new {
    font-size: 14px;
    line-height: 1.8;
    color: #444444;
    margin: 0;
    text-align: justify;
}

/* مدل جدید نشانه کلیدی: میکرو‌باکس خاکستری-زرد */
.ham-audience-key-note-box {
    font-size: 13.5px;
    line-height: 1.7;
    color: #222222;
    background-color: #f9f9f9; /* پس‌زمینه متمایز تفکیک‌شده */
    padding: 15px;
    border-radius: 6px;
    border-right: 3px solid #f3d22b; /* خط زرد تاکیدی بغل متن */
    text-align: justify;
}

.ham-audience-key-note-box strong {
    color: #1b1b1b;
    font-weight: 800;
    margin-left: 4px;
}

/* === افکت هوور تعاملی جدید (انتقال وزن به سایه زرد بدون تغییر رنگ متن‌ها) === */
/*.ham-audience-row-card-new:hover {*/
/*    transform: translate(-3px, -3px);*/
/*    border-color: #1b1b1b;*/
    border-right-color: #f3d22b; /* تغییر رنگ لنگر به زرد برند هنگام فوکوس */
    box-shadow: 8px 8px 0px #1b1b1b; /* جان گرفتن سایه امضای لندینگ‌پیج */
/*}*/

/* === واکنش‌گرایی موبایل === */
@media (max-width: 992px) {
    .ham-audience-row-card-new {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .ham-audience-meta-new {
        padding: 15px;
    }

    .ham-audience-title-comp {
        font-size: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9952ea *//* استایل پایه بخش تعهدات - نسخه کارتی باکسی */
.ham-cv-principles-compact {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 65px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.ham-principles-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* سربرگ بخش */
.ham-principles-header {
    text-align: right;
    margin-bottom: 40px;
}

.ham-principles-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
}

.ham-principles-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
}

/* گرید دو ستونه از باکس‌های متمایز */
.ham-principles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px; /* فاصله یکدست افقی و عمودی بین کارتها */
}

/* استایل هر کارت به عنوان یک مینی‌باکس باکسی محکم */
.ham-principle-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 4px 4px 0px #1b1b1b; /* سایه مسطح امضا */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* خط تراز شامل عدد باکسی و عنوان تعهد */
.ham-principle-lead-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* مینی‌باکس عددی زرد رنگ */
.ham-p-num-box {
    font-size: 14px;
    font-weight: 900;
    color: #1b1b1b;
    background-color: #f3d22b;
    border: 2px solid #1b1b1b;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: all 0.3s ease;
}

.ham-p-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

/* متن بدنه تعهدات */
.ham-p-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    text-align: justify;
    transition: color 0.3s ease;
}

/* === افکت هوور تعاملی اینورت (معکوس شدن رنگ‌ها متناسب با لندینگ) === */
.ham-principle-card:hover {
    background-color: #1b1b1b;
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0px #f3d22b; /* تغییر سایه مشکی به زرد در حالت هوور */
}

.ham-principle-card:hover .ham-p-title {
    color: #ffffff; /* تیتر سفید می‌شود */
}

.ham-principle-card:hover .ham-p-text {
    color: #cccccc; /* متن بدنه روشن می‌شود */
}

.ham-principle-card:hover .ham-p-num-box {
    background-color: #ffffff; /* مینی‌باکس عدد سفید می‌شود */
    color: #1b1b1b;
    transform: scale(1.05);
}

/* === سیستم واکنش‌گرایی موبایل === */
@media (max-width: 868px) {
    .ham-principles-grid {
        grid-template-columns: 1fr; /* تک ستونه شدن گرید در تبلت و موبایل */
        gap: 20px;
    }
    
    .ham-principles-title {
        font-size: 22px;
    }
    
    .ham-principle-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-caa4b5d *//* استایل پایه بخش گام بعدی */
.ham-cv-next-step {
    direction: rtl;
    background-color: #ffffff;
    color: #1b1b1b;
    padding: 60px 20px;
    font-family: inherit;
    box-sizing: border-box;
}

.ham-next-step-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* سربرگ بخش */
.ham-next-step-header {
    text-align: right;
    margin-bottom: 40px;
}

.ham-next-step-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #1b1b1b;
    background-color: #f3d22b;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
}

.ham-next-step-title {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.ham-next-step-lead {
    font-size: 14.5px;
    line-height: 1.7;
    color: #555555;
    text-align: justify;
    margin: 0;
    max-width: 900px;
}

/* کانتینر ردیف‌های زیر هم */
.ham-next-step-rows {
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله میان باکس‌ها */
}

/* استایل کارتهای ردیفی مستقل غول‌پیکر */
.ham-next-step-card {
    background-color: #ffffff;
    border: 2px solid #1b1b1b;
    border-radius: 10px;
    padding: 25px 30px;
    display: grid;
    grid-template-columns: 80px 1fr; /* ستون اختصاصی آیکون عددی و متون */
    gap: 25px;
    align-items: center;
    box-shadow: 2px 2px 4px #1b1b1b; /* سایه تخت امضا */
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* بخش چپ - آیکون عددی داخل باکس مشکی */
.ham-next-step-left {
    display: flex;
    justify-content: flex-start;
}

.ham-next-step-icon {
    font-size: 20px;
    font-weight: 900;
    color: #1b1b1b;
    background-color: #f3d22b;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #1b1b1b;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* بخش راست - متون */
.ham-next-step-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ham-next-step-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #1b1b1b;
    margin: 0;
    transition: color 0.3s ease;
}

.ham-next-step-text {
    font-size: 13.5px;
    line-height: 1.7;
    color: #444444;
    margin: 0;
    text-align: justify;
    transition: color 0.3s ease;
}

/* === افکت تعاملی هوور معکوس تم باکسی === */
/*.ham-next-step-card:hover {*/
/*    background-color: #1b1b1b;*/
/*    transform: translate(-2px, -2px);*/
    box-shadow: 6px 6px 0px #f3d22b; /* تغییر سایه به زرد برند */
/*}*/

/*.ham-next-step-card:hover .ham-next-step-card-title {*/
/*    color: #ffffff;*/
/*}*/

/*.ham-next-step-card:hover .ham-next-step-text {*/
/*    color: #cccccc;*/
/*}*/

/*.ham-next-step-card:hover .ham-next-step-icon {*/
/*    background-color: #ffffff;*/
/*    color: #1b1b1b;*/
/*    transform: scale(1.05);*/
/*}*/

/* === واکنش‌گرایی موبایل === */
@media (max-width: 768px) {
    .ham-next-step-card {
        grid-template-columns: 1fr; /* خطی شدن عمودی در موبایل */
        gap: 15px;
        padding: 20px;
    }
    
    .ham-next-step-title {
        font-size: 24px;
    }

    .ham-next-step-card-title {
        font-size: 16.5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-018424e *//* کانتینر اصلی - فیکس و متمایل به ابعاد کانتینر یا ستون والد بدون محدودیت عددی */
.ham-ai-pure-css-animation {
    position: relative;
    width: 100%;
    height: 210%; /* این مقدار را ترجیحاً در بخش استایل یا المان والد ست کنید، یا بگذارید روی مقدار دلخواه */
    min-height: 380px; /* حداقل ارتفاع تضمین‌شده برای عدم فشرده شدن محتوای مرکزی */
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    box-shadow: 6px 6px 0px #1b1b1b; /* سایه تخت امضا */
}

/* استایل لایه‌های نوری داینامیک */
.ham-glow-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* قفل شدن دقیق مرکز دایره‌ها در وسط کانتینر با هر ابعادی */
    border-radius: 50%;
    border: 2px solid #f3d22b;
    opacity: 0;
    box-sizing: border-box;
    animation: hamMatrixPulse 6s infinite cubic-bezier(0.215, 0.610, 0.355, 1);
}

/* توالی زمانی پالس‌ها */
.ham-line-one { animation-delay: 0s; }
.ham-line-two { animation-delay: 2s; }
.ham-line-three { animation-delay: 4s; }

/* محتوای متنی مرکزی */
.ham-animation-core-content {
    position: relative;
    z-index: 5;
    text-align: center;
    direction: rtl;
    padding: 20px;
}

.ham-core-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
}

.ham-core-subtitle {
    color: #f3d22b;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

/* خط اسکنر نوری متحرک */
.ham-core-scanner {
    width: 60px;
    height: 2px;
    background-color: #f3d22b;
    margin: 0 auto 15px auto;
    box-shadow: 0 0 12px #f3d22b;
    animation: hamScan 3s infinite ease-in-out;
}

/* === انیمیشن‌های CSS کاملاً داینامیک و واکنش‌گرا === */

/* انیمیشن پالس هوشمند: دایره‌ها تا ۱۵۰ درصد ابعاد در دسترس بزرگ می‌شوند تا هیچ گپی باقی نماند */
@keyframes hamMatrixPulse {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.8;
    }
    100% {
        width: max(150%, 150vh); /* پوشش کامل طول و عرض کانتینر در هر رزولوشن و ابعادی */
        height: max(150%, 150vh);
        opacity: 0;
    }
}

/* انیمیشن حرکت رفت و برگشتی خط اسکنر */
@keyframes hamScan {
    0%, 100% { transform: translateX(-25px); opacity: 0.3; }
    50% { transform: translateX(25px); opacity: 1; }
}

/* بهینه‌سازی سایز متن در موبایل */
@media (max-width: 768px) {
    .ham-ai-pure-css-animation {
        min-height: 320px;
    }
    .ham-core-title {
        font-size: 20px;
    }
}/* End custom CSS */