.elementor-2283 .elementor-element.elementor-element-f415745{--display:flex;}.elementor-2283 .elementor-element.elementor-element-79a0b76{--display:flex;}.elementor-2283 .elementor-element.elementor-element-8af9b6d{--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-2283 .elementor-element.elementor-element-8af9b6d:not(.elementor-motion-effects-element-type-background), .elementor-2283 .elementor-element.elementor-element-8af9b6d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBD11A;}.elementor-2283 .elementor-element.elementor-element-4ae3b66{--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-2283 .elementor-element.elementor-element-92cfd96 .elementor-heading-title{color:#000000;}.elementor-2283 .elementor-element.elementor-element-23fa780{--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-2283 .elementor-element.elementor-element-e47a2d4 .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-2283 .elementor-element.elementor-element-e47a2d4 .octf-btn:hover, .elementor-2283 .elementor-element.elementor-element-e47a2d4 .octf-btn:focus{background-color:#FFFFFF;color:#111111;}.elementor-2283 .elementor-element.elementor-element-e47a2d4 .octf-btn i{font-size:8px;color:#000000;}.elementor-2283 .elementor-element.elementor-element-e47a2d4 .octf-btn svg{width:8px;fill:#000000;}@media(max-width:767px){.elementor-2283 .elementor-element.elementor-element-92cfd96{text-align:center;}.elementor-2283 .elementor-element.elementor-element-23fa780{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-2283 .elementor-element.elementor-element-4ae3b66{--width:66.6666%;}.elementor-2283 .elementor-element.elementor-element-23fa780{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-e77d875 *//* استایل‌های پایه و ریست درون‌باکی */
.ham-cv-hero * {
    box-sizing: border-box;
}

.ham-cv-hero {
    direction: rtl;
    background-color: #ffffff; /* تغییر به سفید */
    color: #1b1b1b; /* تغییر متون پایه به تیره */
    padding: 120px 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: 700;
    color: #1b1b1b; 
    background-color: #f3d22b; /* تگ زرد با متن مشکی برای جلوه بیشتر روی سفید */
    padding: 6px 16px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.ham-cv-hero-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 25px 0;
    color: #1b1b1b; /* رنگ تیره */
}

/* افکت هایلایت مارکر زرد برای خوانایی بی‌نقص روی سفید */
.ham-cv-hero-title .ham-highlight {
    background-color: #f3d22b;
    color: #1b1b1b;
    padding: 0 8px;
    display: inline-block;
}

.ham-cv-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #5a5a5a; /* خاکستری تیره برای خوانایی عالی */
    margin: 0 0 40px 0;
    text-align: justify;
}

/* دکمه‌های فراخوانی به اقدام */
.ham-cv-hero-actions {
    display: flex;
    gap: 20px;
}

.ham-cv-btn-primary {
    background-color: #1b1b1b; /* دکمه اصلی مشکی روی پس‌زمینه سفید */
    color: #ffffff;
    padding: 15px 32px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ham-cv-btn-primary:hover {
    background-color: #f3d22b;
    color: #1b1b1b;
    transform: translateY(-2px);
}

.ham-cv-btn-secondary {
    background-color: transparent;
    color: #1b1b1b;
    border: 2px solid #1b1b1b;
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ham-cv-btn-secondary:hover {
    background-color: #1b1b1b;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ستون المان بصری */
.ham-cv-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ham-cv-tech-box {
    width: 380px;
    height: 380px;
    background-color: #1b1b1b; /* باکس داخلی تیره برای کانتراست اسکنر */
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* ایجاد خطوط گرید گرافیکی */
.ham-cv-grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
}

/* انیمیشن خط اسکنر زرد رنگ */
.ham-cv-scanner-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #f3d22b, transparent);
    top: 0;
    animation: hamScan 4s linear infinite;
    box-shadow: 0 0 15px #f3d22b;
}

/* تارگت فوکوس چشمی */
.ham-cv-target-box {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ham-cv-target-box .corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #f3d22b;
}

.ham-cv-target-box .top-left { top: 0; right: 0; border-left: none; border-bottom: none; }
.ham-cv-target-box .top-right { top: 0; left: 0; border-right: none; border-bottom: none; }
.ham-cv-target-box .bottom-left { bottom: 0; right: 0; border-left: none; border-top: none; }
.ham-cv-target-box .bottom-right { bottom: 0; left: 0; border-right: none; border-top: none; }

/* پلاک وضعیت شناسایی هوشمند */
.ham-cv-status-pill {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #242424;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 14px;
    font-family: monospace;
    font-size: 12px;
    color: #f3d22b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background-color: #f3d22b;
    border-radius: 50%;
    animation: hamPulse 1.5s infinite;
}

/* انیمیشن‌ها */
@keyframes hamScan {
    0% { top: 0%; }
    50% { top: 100%; }
    100% { top: 0%; }
}

@keyframes hamPulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; box-shadow: 0 0 8px #f3d22b; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

/* ریسپانسیو مانیتورهای کوچک و تبلت */
@media (max-width: 991px) {
    .ham-cv-hero-container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .ham-cv-hero-content {
        align-items: center;
    }
    .ham-cv-hero-title {
        font-size: 32px;
    }
    .ham-cv-hero-desc {
        text-align: center;
    }
}

/* ریسپانسیو موبایل */
@media (max-width: 550px) {
    .ham-cv-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .ham-cv-btn-primary, .ham-cv-btn-secondary {
        width: 100%;
        text-align: center;
    }
    .ham-cv-tech-box {
        width: 300px;
        height: 300px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a478ab4 */.ham-cv-services * {
    box-sizing: border-box;
}

.ham-cv-services {
    direction: rtl;
    background-color: #fcfcfc; /* یک پس‌زمینه بسیار لایت برای تفکیک از هیرو بخش سفید */
    padding: 100px 20px;
}

.ham-cv-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* استایل هدر */
.ham-cv-services-header {
    text-align: center;
    margin-bottom: 70px;
}

.ham-cv-services-tag {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}

.ham-cv-services-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.ham-cv-services-subtitle {
    font-size: 15px;
    color: #5a5a5a;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ساختار گرید کارت‌ها */
.ham-cv-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* استایل کارت خدمات مینی‌مال */
.ham-cv-service-card {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    padding: 40px 25px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* افکت هوور خط زرد در پایین کارت */
.ham-cv-service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background-color: #f3d22b; /* زرد برند هام */
    transition: width 0.3s ease;
}

.ham-cv-service-card:hover {
    transform: translateY(-5px);
    border-color: #1b1b1b;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03);
}

.ham-cv-service-card:hover::after {
    width: 100%; /* باز شدن خط زرد زیرین در زمان هوور */
}

/* استایل آیکون */
.ham-cv-card-icon {
    color: #1b1b1b;
    margin-bottom: 25px;
    display: inline-block;
    transition: color 0.3s ease;
}

.ham-cv-service-card:hover .ham-cv-card-icon {
    color: #f3d22b; /* تغییر رنگ آیکون به زرد هنگام هوور */
}

.ham-cv-card-title {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.ham-cv-card-desc {
    font-size: 13.5px;
    color: #5a5a5a;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* ریسپانسیو مانیتورهای کوچک و تبلت */
@media (max-width: 1024px) {
    .ham-cv-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ریسپانسیو موبایل */
@media (max-width: 600px) {
    .ham-cv-services-grid {
        grid-template-columns: 1fr;
    }
    .ham-cv-services-title {
        font-size: 24px;
        line-height: 1.5;
    }
    .ham-cv-service-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1724a6a */.ham-cv-features * {
    box-sizing: border-box;
}

.ham-cv-features {
    direction: rtl;
    background-color: #ffffff;
    padding: 120px 20px;
}

.ham-cv-feat-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* هدر مینی‌مال راست‌چین */
.ham-cv-feat-header {
    margin-bottom: 80px;
    position: relative;
    text-align: right; /* راست‌چین شدن هدر */
}

.ham-cv-feat-badge {
    font-family: monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1b1b1b;
    background-color: #f3d22b;
    display: inline-block;
    padding: 4px 10px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ham-cv-feat-title {
    font-size: 34px;
    color: #1b1b1b;
    font-weight: 850;
    margin: 0 0 18px 0;
    letter-spacing: -0.5px;
}

.ham-cv-feat-subtitle {
    font-size: 15px;
    color: #666666;
    margin: 0;
    max-width: 600px;
    line-height: 1.7;
}

/* گرید ساختاری کارت‌ها */
.ham-cv-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* طراحی مینی‌مال کارت */
.ham-cv-feat-card {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    padding: 45px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* بخش بالایی کارت */
.ham-feat-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

/* چپ‌چین کردنِ اختصاصی فرمت عدد انگلیسی برای جلوگیری از به هم ریختگی علائم */
.ham-feat-number {
    font-size: 38px;
    font-weight: 900;
    color: #1b1b1b;
    font-family: sans-serif;
    letter-spacing: -1px;
    direction: ltr; 
    display: inline-block;
}

.ham-feat-icon {
    color: #1b1b1b;
    opacity: 0.3;
    transition: all 0.3s ease;
}

/* محتوا و متون تماماً راست‌چین شده */
.ham-feat-title {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 750;
    margin: 0 0 15px 0;
    text-align: right;
}

.ham-feat-desc {
    font-size: 13.5px;
    color: #555555;
    line-height: 1.8;
    margin: 0;
    text-align: right; /* تغییر از حالت جاستیفای به راست‌چین منظم */
}

/* خط دکوراتیو پایینی */
.ham-feat-border {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 4px;
    background-color: #1b1b1b;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* افکت‌های هوور */
.ham-cv-feat-card:hover {
    transform: translateY(-8px);
    border-color: #1b1b1b;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.04);
}

.ham-cv-feat-card:hover .ham-feat-icon {
    color: #f3d22b;
    opacity: 1;
    transform: scale(1.1);
}

.ham-cv-feat-card:hover .ham-feat-border {
    width: 100%;
}

/* ریسپانسیو مانیتورهای کوچک و تبلت */
@media (max-width: 991px) {
    .ham-cv-feat-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .ham-cv-feat-header {
        text-align: right;
        margin-bottom: 50px;
    }
    .ham-cv-feat-card {
        padding: 35px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2afbdf8 */.ham-light-sec * {
    box-sizing: border-box;
}

.ham-light-sec {
    direction: rtl;
    background-color: #ffffff; /* بک‌گراند کاملاً سفید خالص */
    padding: 130px 20px;
    color: #1b1b1b;
}

.ham-light-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 140px; /* ایجاد فضا و ساختار مینیمال مجله‌ای */
}

.ham-light-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.ham-light-row.row-reverse {
    flex-direction: row-reverse;
}

/* محتوای متنی */
.ham-light-content {
    flex: 1;
    text-align: right;
}

.ham-light-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: monospace;
    font-size: 11px;
    color: #888888;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.ham-meta-dot {
    width: 6px;
    height: 6px;
    background-color: #f3d22b; /* زرد برند هام */
    border-radius: 50%;
    display: inline-block;
}

.ham-light-title {
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 850;
    margin: 0 0 20px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.ham-light-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.9;
    margin: 0 0 35px 0;
}

/* تگ‌های فنی متادیتا */
.ham-light-specs {
    display: flex;
    gap: 15px;
    font-family: monospace;
    font-size: 12px;
    direction: ltr;
    justify-content: flex-end;
}

.ham-light-specs span {
    background-color: #f6f8fa;
    color: #24292e;
    padding: 5px 14px;
    border: 1px solid #e1e4e8;
    font-weight: 600;
}

/* --- باکس عکس و افکت‌های باحال فوکوس بینایی ماشین --- */
.ham-light-img-box {
    flex: 1;
    position: relative;
    padding: 15px; /* ایجاد فاصله برای دیده شدن براکت‌ها */
}

.ham-light-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    filter: grayscale(10%) contrast(102%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* تگ وضعیت روی عکس */
.ham-light-tag {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #1b1b1b;
    color: #ffffff;
    font-family: monospace;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    z-index: 5;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

/* خطوط براکت دوربین (لوکیشن‌ها) */
.viewfinder-bracket {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #1b1b1b;
    border-style: solid;
    border-width: 0;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 2;
}

.tl { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.tr { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.bl { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.br { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }

/* --- افکت هوور تعاملی و هوشمند (Cool Hover Effects) --- */
.ham-light-row:hover .ham-light-title {
    color: #f3d22b; /* تغییر رنگ عنوان به زرد هام هنگام تمرکز روی آن بخش */
}

.ham-light-row:hover .viewfinder-bracket {
    border-color: #f3d22b; /* زرد شدن براکت‌ها مثل فوکوس موفق دوربین */
    width: 30px;
    height: 30px;
}

/* جمع شدن ملایم براکت‌ها روی عکس برای القای حس زوم و اسکن */
.ham-light-row:hover .tl { top: 8px; left: 8px; }
.ham-light-row:hover .tr { top: 8px; right: 8px; }
.ham-light-row:hover .bl { bottom: 8px; left: 8px; }
.ham-light-row:hover .br { bottom: 8px; right: 8px; }

.ham-light-row:hover .ham-light-tag {
    background-color: #f3d22b;
    color: #1b1b1b;
}

.ham-light-row:hover .ham-light-img {
    transform: scale(1.02);
}

/* ریسپانسیو مانیتورهای کوچک و موبایل */
@media (max-width: 991px) {
    .ham-light-row, .ham-light-row.row-reverse {
        flex-direction: column;
        gap: 40px;
    }
    .ham-light-img {
        height: 320px;
    }
    .ham-light-title {
        font-size: 26px;
    }
    .ham-light-container {
        gap: 80px;
    }
}/* End custom CSS */