.elementor-2353 .elementor-element.elementor-element-252a930{--display:flex;}.elementor-2353 .elementor-element.elementor-element-2e1ada4 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-2353 .elementor-element.elementor-element-1e803bc{--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-2353 .elementor-element.elementor-element-1e803bc:not(.elementor-motion-effects-element-type-background), .elementor-2353 .elementor-element.elementor-element-1e803bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBD11A;}.elementor-2353 .elementor-element.elementor-element-eb9d1a6{--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-2353 .elementor-element.elementor-element-d750b45 .elementor-heading-title{color:#000000;}.elementor-2353 .elementor-element.elementor-element-a2aa7b6{--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-2353 .elementor-element.elementor-element-4249bf2 .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-2353 .elementor-element.elementor-element-4249bf2 .octf-btn:hover, .elementor-2353 .elementor-element.elementor-element-4249bf2 .octf-btn:focus{background-color:#FFFFFF;color:#111111;}.elementor-2353 .elementor-element.elementor-element-4249bf2 .octf-btn i{font-size:8px;color:#000000;}.elementor-2353 .elementor-element.elementor-element-4249bf2 .octf-btn svg{width:8px;fill:#000000;}@media(max-width:767px){.elementor-2353 .elementor-element.elementor-element-d750b45{text-align:center;}.elementor-2353 .elementor-element.elementor-element-a2aa7b6{--justify-content:space-evenly;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-2353 .elementor-element.elementor-element-eb9d1a6{--width:66.6666%;}.elementor-2353 .elementor-element.elementor-element-a2aa7b6{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-a5e404e *//* بلاک اختصاصی استقرار محلی */
.onprem-block {
    background-color: #ffffff;
    padding: 100px 8%;
    position: relative;
    direction: rtl;
    font-family: 'Yekan Bakh', 'YekanBakh', Tahoma, sans-serif; /* هماهنگی کامل با فونت یکان بخ */
    -webkit-font-smoothing: antialiased;
}

.onprem-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* ستون راست: محتوا */
.onprem-content {
    flex: 1.2;
    text-align: right;
}

.onprem-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;
}

.onprem-content h2 {
    font-size: 2.rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت خط زرد هماهنگ با هویت بصری و فونت یکان بخ */
.onprem-content .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.onprem-content .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0; /* اصلاح تراز راست‌چین */
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.3); /* رنگ زرد برند با شفافیت ملایم */
    z-index: -1;
    border-radius: 4px;
}

.onprem-content p {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* لیست ویژگی‌های زیرساخت */
.onprem-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.onprem-feature-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
}

/* باکس تیک اختصاصی */
.onprem-icon-wrapper {
    width: 28px;
    height: 28px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.onprem-feature-text h3 {
    font-size: 1.rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 6px;
    transition: color 0.25s ease;
}

.onprem-feature-text p {
    font-size: 1.rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* هاور هوشمند با رنگ زرد اصلی سایت */
.onprem-feature-item:hover .onprem-icon-wrapper {
    background-color: #ebd11a;
    border-color: #ebd11a;
    color: #0f172a;
}

.onprem-feature-item:hover .onprem-feature-text h3 {
    color: #ebd11a;
}

/* ستون چپ: شبیه‌ساز سرور مینی‌مال لوکس */
.onprem-visual {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.server-card-box {
    width: 100%;
    max-width: 400px;
    background-color: #0f172a;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15);
    border: 1px solid #1e293b;
    transition: all 0.3s ease;
    direction: ltr; 
}

.server-header-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.server-header-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red { background-color: #ef4444; }
.dot-yellow { background-color: #ebd11a; } /* زرد اصلی سایت */
.dot-green { background-color: #10b981; }

.server-core-title {
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-family: monospace; /* حفظ اصالت فنی بخش مانیتورینگ */
}

.server-lines {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.server-line {
    height: 6px;
    background-color: #1e293b;
    border-radius: 4px;
    width: 100%;
    position: relative;
}

.server-line.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; /* بارگذاری خطوط فنی سرور از چپ به راست */
    height: 100%;
    width: 40%;
    background-color: #ebd11a; /* زرد اصلی سایت */
    border-radius: 4px;
}

.server-status-text {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    direction: rtl;
    font-family: 'Yekan Bakh', 'YekanBakh', Tahoma, sans-serif;
}

/* افکت هاور کادر سرور */
.server-card-box:hover {
    transform: translateY(-5px);
    border-color: #ebd11a;
    box-shadow: 0 30px 60px -15px rgba(235, 209, 26, 0.1);
}

/* مدیاکوئری‌های کاملاً ریسپانسیو و بهینه شده برای موبایل */
@media (max-width: 992px) {
    .onprem-container {
        flex-direction: column-reverse;
        gap: 50px;
    }
    
    .onprem-content {
        text-align: center;
    }
    
    .onprem-content h2 {
        font-size: 2rem;
    }
    
    /* حفظ موقعیت صحیح تیک‌ها در کنار متن در موبایل */
    .onprem-feature-item {
        flex-direction: row;
        align-items: flex-start;
        text-align: right;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9aada3f */.onpremise-intro{

background:#ffffff;

padding:120px 8%;

direction:rtl;

}


.onpremise-intro-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:1fr 1fr;

gap:90px;

align-items:center;

}



.intro-badge{

display:inline-block;

background:#111;

color:#EBD11B;

padding:8px 20px;

border-radius:40px;

font-weight:800;

margin-bottom:25px;

}



.onpremise-intro h2{

font-size:3.5rem;

font-weight:900;

color:#111;

line-height:1.5;

}



.highlight{

position:relative;

z-index:1;

}


.highlight::after{

content:"";

position:absolute;

bottom:8px;

right:0;

height:14px;

width:100%;

background:#EBD11B;

z-index:-1;

}



.onpremise-intro p{

font-size:1.25rem;

line-height:2;

color:#555;

}



.onpremise-intro-points{

display:flex;

flex-direction:column;

gap:35px;

}



.onpremise-intro-points div{

border-right:3px solid #EBD11B;

padding-right:25px;

}



.onpremise-intro-points span{

font-size:1.5rem;

font-weight:900;

color:#EBD11B;

}



.onpremise-intro-points h3{

font-size:1.6rem;

color:#111;

margin:8px 0;

}



.onpremise-intro-points p{

font-size:1.1rem;

}



@media(max-width:900px){

.onpremise-intro-container{

grid-template-columns:1fr;

}


.onpremise-intro h2{

font-size:2.5rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75a5331 *//* بلاک اختصاصی شبکه زیرساخت - معماری خط هادی زرد ثابت */
.infra-grid-block {
    background-color: #f8fafc;
    padding: 100px 8%;
    position: relative;
    direction: rtl;
    font-family: 'Yekan Bakh', 'YekanBakh', Tahoma, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.infra-grid-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* هدر بخش */
.infra-grid-header {
    text-align: center;
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infra-grid-header h2 {
    font-size: 2.4rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

.infra-grid-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.infra-grid-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.3);
    z-index: -1;
    border-radius: 4px;
}

.infra-grid-header p {
    font-size: 1.26rem;
    color: #475569;
    max-width: 750px;
    line-height: 1.8;
}

/* شبکه ۳ ستونه بدون باکس */
.infra-clean-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

/* استایل مینیمال آیتم‌ها */
.infra-clean-item {
    position: relative;
    padding: 10px 25px 10px 0;
    text-align: right;
}

/* خط لترال عمودی - زرد طلایی دائمی و ثابت */
.infra-clean-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #ebd11a; /* زرد اصلی برند شما به صورت دائمی بدون نیاز به هاور */
    border-radius: 2px;
}

.infra-item-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    display: inline-block;
}

.infra-clean-item h3 {
    font-size: 1.rem;
    color: #0f172a;
    font-weight: 700;
    margin-bottom: 14px;
}

.infra-clean-item p {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.8;
}

/* حذف کامل افکت‌های حرکتی و تغییر رنگ در حالت هاور جهت حفظ سنگینی طراحی */
.infra-clean-item:hover {
    /* کاملاً ایستا و ثابت */
}

/* ریسپانسیو کاملاً پایدار */
@media (max-width: 992px) {
    .infra-clean-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .infra-grid-block {
        padding: 60px 5%;
    }

    .infra-grid-header h2 {
        font-size: 1.8rem;
    }

    .infra-clean-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .infra-clean-item {
        padding: 0 20px 0 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef0a0ac *//* بلاک اختصاصی پروژه‌ها */
.projects-block {
    background-color: #ffffff; /* تغییر به سفید جهت ایجاد کنتراست و تفکیک با بخش قبلی */
    padding: 100px 8%;
    position: relative;
    direction: rtl;
    font-family: 'Yekan Bakh', 'YekanBakh', Tahoma, sans-serif; /* هماهنگی کامل با فونت برند */
    -webkit-font-smoothing: antialiased;
}

.projects-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* هدر بخش پروژه‌ها */
.projects-header {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-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;
}

.projects-header h2 {
    font-size: 2.4rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 20px;
}

/* افکت خط زرد کستوم زیر هدر */
.projects-header .highlight {
    position: relative;
    color: #0f172a;
    z-index: 1;
    display: inline-block;
}

.projects-header .highlight::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0; /* اصلاح جهت تراز راست‌چین */
    width: 100%;
    height: 10px;
    background-color: rgba(235, 209, 26, 0.3); /* رنگ زرد اصلی با شفافیت بهینه */
    z-index: -1;
    border-radius: 4px;
}

.projects-header p {
    font-size: 1.26rem;
    color: #475569;
    max-width: 750px;
    line-height: 1.8;
}

/* شبکه ۳ ستونه کارت‌های پروژه */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* استایل کستوم هر کارت پروژه */
.project-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    min-height: 380px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.project-tag {
    display: inline-block;
    font-size: 0.rem;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 12px;
}

.project-title {
    font-size: 1.28rem;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 16px;
    transition: color 0.25s ease;
}

.project-desc {
    font-size: 1.26rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
}

/* بخش نتیجه عددی پروژه */
.project-result {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.result-number {
    font-size: 2rem;
    font-weight: 800;
    color: #ebd11a; /* نمایش دائمی عدد شاخص با رنگ زرد برند برای جلوه بیشتر */
    transition: transform 0.25s ease;
    display: inline-block;
}

.result-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 600;
}

/* افکت هاور با رنگ زرد برند */
.project-item:hover {
    transform: translateY(-6px);
    border-color: #ebd11a;
    box-shadow: 0 20px 40px -15px rgba(235, 209, 26, 0.08);
}

.project-item:hover .project-title {
    color: #ebd11a;
}

.project-item:hover .result-number {
    transform: scale(1.05); /* ایجاد افکت بزرگ‌نمایی ملایم روی عدد شاخص */
}

/* ریسپانسیو کاملاً پایدار */
@media (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .projects-block {
        padding: 60px 5%;
    }

    .projects-header h2 {
        font-size: 1.8rem;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-item {
        padding: 30px 24px;
        min-height: auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d22f0cb */.onprem-text-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    direction: rtl;
    padding: 80px 8%;
    background: #ffffff;
}

.onprem-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    display: block;
}

.onprem-text {
    flex: 1;
}

/* تیتر */
.onprem-title {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* هایلایت زرد */
.highlight {
    position: relative;
    font-weight: 700;
    color: #0f172a;
    z-index: 1;
}

.highlight::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 100%;
    height: 10px;
    background: rgba(235, 209, 26, 0.4);
    z-index: -1;
    border-radius: 4px;
}

/* متن */
.onprem-text p {
    font-size: 1.2rem;
    line-height: 2;
    color: #334155;
    text-align: justify;
}

/* دکمه */
.onprem-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
}

.onprem-btn:hover {
    background: #ebd11a;
    color: #0f172a;
}

/* موبایل */
@media (max-width: 768px) {
    .onprem-text-image {
        flex-direction: column;
        text-align: center;
    }

    .onprem-text p {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f492a83 */.onpremise-benefits{

    background:#ffffff;

    padding:130px 8%;

    direction:rtl;

}



.onpremise-container{

    max-width:1200px;

    margin:auto;

}



.onpremise-header{

    text-align:center;

    margin-bottom:90px;

}



.onpremise-badge{

    display:inline-block;

    background:#111111;

    color:#EBD11B;

    padding:10px 25px;

    border-radius:50px;

    font-size:1rem;

    font-weight:800;

    margin-bottom:25px;

}



.onpremise-header h2{

    font-size:3.6rem;

    font-weight:900;

    color:#111111;

    line-height:1.5;

}



.highlight{

    position:relative;

    z-index:1;

}



.highlight::after{

    content:"";

    position:absolute;

    right:0;

    bottom:8px;

    width:100%;

    height:15px;

    background:#EBD11B;

    z-index:-1;

}



.onpremise-header p{

    max-width:850px;

    margin:25px auto;

    font-size:1.3rem;

    color:#555;

    line-height:2;

}




.onpremise-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:40px;

    position:relative;

}



.onpremise-grid::before{

    content:"";

    position:absolute;

    top:35px;

    right:5%;

    left:5%;

    height:2px;

    background:#EBD11B;

}



.onpremise-item{

    text-align:center;

    position:relative;

    z-index:2;

}



.onpremise-icon{

    width:70px;

    height:70px;

    background:#111111;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 30px;

    transition:.3s;

}



.onpremise-icon svg{

    width:32px;

    height:32px;

    fill:none;

    stroke:#EBD11B;

    stroke-width:1.8;

}



.onpremise-item h3{

    font-size:1.6rem;

    font-weight:900;

    color:#111;

    margin-bottom:15px;

}



.onpremise-item p{

    font-size:1.1rem;

    line-height:2;

    color:#555;

}



.onpremise-item:hover .onpremise-icon{

    background:#EBD11B;

    transform:translateY(-8px);

}



.onpremise-item:hover .onpremise-icon svg{

    stroke:#111;

}




@media(max-width:1000px){

.onpremise-grid{

    grid-template-columns:1fr 1fr;

}



.onpremise-grid::before{

    display:none;

}

}



@media(max-width:600px){

.onpremise-grid{

    grid-template-columns:1fr;

}


.onpremise-header h2{

    font-size:2.4rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-842f3e5 *//* ==============================
   SECURITY SECTION - FINAL FIX
============================== */

.security-clean-block {

    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background-color: #111111;

    padding: 120px 8%;
    direction: rtl;

    position: relative;
    overflow-x: hidden;
}

.security-clean-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ================= HEADER ================= */

.security-clean-header {
    text-align: center;
    margin-bottom: 85px;
}

.security-clean-badge {
    display: inline-block;
    font-size: 1rem;
    color: #EBD11B;
    background: rgba(235,209,27,.08);
    padding: 8px 20px;
    border-radius: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    border: 1px solid rgba(235,209,27,.25);
}

/* تیتر */
.security-clean-header h2 {
    font-size: 3.4rem;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* highlight */
.security-clean-header .highlight {
    position: relative;
    display: inline-block;
    color: #ffffff;
    z-index: 1;
}

.security-clean-header .highlight::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 100%;
    height: 17px;
    background: rgba(235,209,27,.85);
    z-index: -1;
    border-radius: 4px;
}

.security-clean-header p {
    max-width: 850px;
    margin: auto;
    color: #b8b8b8;
    font-size: 1.35rem;
    line-height: 2;
}

/* ================= GRID ================= */

.security-modern-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 55px 70px;
}

/* ================= CARD ================= */

.security-clean-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: transparent;
}

/* ICON (تیک) */
.security-icon-wrapper {
    width: 58px;
    height: 58px;
    flex-shrink: 0;

    border-radius: 50%;
    background: rgba(235,209,27,.08);
    border: 1px solid rgba(235,209,27,.35);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.7rem;

    /* 🔥 مهم: سفید شدن تیک */
    color: #ffffff;

    box-shadow: 0 0 25px rgba(235,209,27,.08);
}

/* اگر داخلش آیکون یا SVG هست */
.security-icon-wrapper * {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* TEXT */
.security-clean-content h3 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 900;
    margin: 0 0 12px;
}

.security-clean-content p {
    font-size: 1.25rem;
    color: #d1d5db;
    line-height: 2;
    margin: 0;
}

/* hover */
.security-clean-card:hover .security-icon-wrapper {
    box-shadow: 0 0 35px rgba(235,209,27,.35);
}

.security-clean-card:hover h3 {
    color: #EBD11B;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .security-clean-block {
        padding: 70px 5%;
    }

    .security-clean-header h2 {
        font-size: 2.2rem;
    }

    .security-modern-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .security-clean-content h3 {
        font-size: 1.5rem;
    }

    .security-clean-content p {
        font-size: 1.05rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bbc866 *//* ===========================
   COOPERATION MODEL SECTION
=========================== */


.cooperation-block {

    background:#ffffff;

    padding:120px 8%;

    direction:rtl;

}



.cooperation-container {

    max-width:1200px;

    width:100%;

    margin:auto;

}



/* HEADER */


.cooperation-header {

    text-align:center;

    margin-bottom:90px;

}



.cooperation-badge {

    display:inline-block;

    background:#f5f5f5;

    color:#111;

    padding:8px 22px;

    border-radius:40px;

    font-size:1rem;

    font-weight:700;

    margin-bottom:25px;

}



.cooperation-header h2 {

    font-size:3.8rem;

    font-weight:900;

    color:#111;

    line-height:1.4;

    margin-bottom:25px;

}



.cooperation-header .highlight {

    position:relative;

    z-index:1;

}



.cooperation-header .highlight::after {


    content:"";

    position:absolute;

    right:0;

    bottom:8px;

    width:100%;

    height:16px;

    background:#EBD11B;

    z-index:-1;

}



.cooperation-header p {

    font-size:1.3rem;

    color:#555;

    max-width:850px;

    line-height:2;

    margin:auto;

}




/* TIMELINE */


.cooperation-timeline {

    position:relative;

    display:flex;

    flex-direction:column;

    gap:45px;

}



.cooperation-timeline::before {

    content:"";

    position:absolute;

    right:38px;

    top:40px;

    bottom:40px;

    width:2px;

    background:#EBD11B;

    opacity:.35;

}




.cooperation-step {

    display:flex;

    align-items:flex-start;

    gap:35px;

    position:relative;

}




.cooperation-number {

    width:78px;

    height:78px;

    border-radius:50%;

    background:#111;

    color:#EBD11B;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:1.8rem;

    font-weight:900;

    flex-shrink:0;

    z-index:2;

    transition:.3s;

}




.cooperation-content {

    padding-top:8px;

}



.cooperation-content h3 {

    font-size:2rem;

    color:#111;

    font-weight:900;

    margin-bottom:12px;

}



.cooperation-content p {

    font-size:1.25rem;

    color:#555;

    line-height:2;

    max-width:800px;

}




.cooperation-step:hover .cooperation-number {

    background:#EBD11B;

    color:#111;

    box-shadow:

    0 0 35px rgba(235,209,27,.45);

}



.cooperation-step:hover h3 {

    color:#EBD11B;

}



/* MOBILE */


@media(max-width:768px){


.cooperation-block{

    padding:70px 5%;

}



.cooperation-header h2{

    font-size:2.4rem;

}



.cooperation-timeline::before{

    display:none;

}



.cooperation-step{

    flex-direction:column;

    gap:20px;

}



.cooperation-content h3{

    font-size:1.5rem;

}



.cooperation-content p{

    font-size:1.05rem;

}



}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e84dfc4 */.compare-ai{
  background:#ffffff;
  padding:120px 8%;
  direction:rtl;
}

.compare-container{
  max-width:1100px;
  margin:auto;
}

.compare-header{
  text-align:center;
  margin-bottom:60px;
}

.compare-header h2{
  font-size:3.2rem;
  font-weight:900;
  color:#111111;
  line-height:1.5;
}

.compare-header p{
  font-size:1.25rem;
  color:#555555;
  line-height:2;
  margin-top:20px;
}

/* هایلایت */
.compare-ai .highlight{
  position:relative;
  z-index:1;
}

.compare-ai .highlight::after{
  content:"";
  position:absolute;
  bottom:7px;
  right:0;
  width:100%;
  height:14px;
  background:#EBD11B;
  z-index:-1;
  border-radius:4px;
}

/* جدول */
.compare-ai table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#ffffff;
  border:1px solid #eee;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* header */
.compare-ai th{
  background:linear-gradient(135deg,#111111,#222222);
  color:#EBD11B;
  font-size:1.2rem;
  font-weight:900;
  padding:22px;
  text-align:center;
}

/* سلول‌ها */
.compare-ai td{
  padding:22px;
  color:#333333;
  font-size:1.05rem;
  border-bottom:1px solid #f0f0f0;
  text-align:right;
  transition:0.2s ease;
}

.compare-ai td:first-child{
  font-weight:800;
  color:#111111;
}

/* hover */
.compare-ai tr:hover td{
  background:#fff8d6;
}

/* آخرین ردیف */
.compare-ai tr:last-child td{
  border-bottom:none;
}

/* ریسپانسیو */
@media(max-width:700px){
  .compare-header h2{
    font-size:2.2rem;
  }

  .compare-ai td,
  .compare-ai th{
    font-size:.95rem;
    padding:14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f167792 */.features-accordion-block{

background:#ffffff;

padding:120px 8%;

direction:rtl;

}



.features-accordion-container{

max-width:1200px;

margin:auto;

display:grid;

grid-template-columns:1fr 1fr;

gap:100px;

align-items:center;

}




.features-text-col{

text-align:right;

}



.features-badge{

display:inline-block;

color:#111;

background:#f5f5f5;

padding:8px 22px;

border-radius:40px;

font-size:1.1rem;

font-weight:700;

margin-bottom:25px;

}



.features-text-col h2{

font-size:3.5rem;

font-weight:900;

color:#111;

line-height:1.4;

}



.highlight{

position:relative;

z-index:1;

}



.highlight::after{

content:"";

position:absolute;

right:0;

bottom:8px;

width:100%;

height:15px;

background:#EBD11B;

z-index:-1;

}



.features-text-col p{

font-size:1.3rem;

line-height:2;

color:#555;

}




.features-values-col{

display:flex;

flex-direction:column;

gap:45px;

}



.value-item{

display:flex;

gap:30px;

align-items:flex-start;

border-bottom:1px solid #eeeeee;

padding-bottom:35px;

}



/* تیک زرد کنار عنوان‌ها */

.value-check {

width:34px;

height:34px;

background:#EBD11B;

color:#111111;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:1.3rem;

font-weight:900;

flex-shrink:0;

margin-top:5px;

}



.value-item h3{

font-size:1.7rem;

font-weight:800;

color:#111;

margin-bottom:12px;

}



.value-item p{

font-size:1.2rem;

line-height:1.9;

color:#555;

}



.value-item:hover h3{

color:#EBD11B;

}




@media(max-width:900px){

.features-accordion-container{

grid-template-columns:1fr;

gap:50px;

}


.features-text-col h2{

font-size:2.4rem;

}


.value-check{

width:30px;

height:30px;

font-size:1.1rem;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8ee541 *//* ==========================
   FAQ SECTION - STABLE FIX VERSION
========================== */

.faq-block {
    position: relative;
    padding: 120px 8%;
    direction: rtl;

    /* 🔥 مهم: به جای overlay پیچیده */
    background: #111111;
}

/* حذف کامل pseudo background */
.faq-block::before {
    display: none !important;
}

/* container */
.faq-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ================= HEADER ================= */

.faq-header {
    text-align: center;
    margin-bottom: 80px;
}

/* badge */
.faq-badge {
    display: inline-block;
    color: #EBD11B;
    background: rgba(235,209,27,.08);
    border: 1px solid rgba(235,209,27,.25);
    padding: 8px 22px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

/* title */
.faq-header h2 {
    color: #ffffff !important; /* 🔥 جلوگیری از override */
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 25px;
}

/* highlight */
.faq-header .highlight {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.faq-header .highlight::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 100%;
    height: 14px;
    background: rgba(235,209,27,.55);
    z-index: -1;
    border-radius: 4px;
}

/* paragraph */
.faq-header p {
    color: #cbd5e1;
    font-size: 1.3rem;
    line-height: 2;
    max-width: 850px;
    margin: auto;
}

/* ================= FAQ ITEMS ================= */

.faq-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid rgba(235,209,27,.25);
    padding: 28px 0;
    background: transparent;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary span {
    color: #EBD11B;
    font-size: 2.2rem;
    transition: .3s;
}

.faq-item[open] summary span {
    transform: rotate(45deg);
}

/* hover */
.faq-item:hover summary {
    color: #EBD11B;
}

/* answer */
.faq-answer {
    padding-top: 20px;
}

.faq-answer p {
    color: #cbd5e1;
    font-size: 1.25rem;
    line-height: 2;
    margin: 0;
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

    .faq-block {
        padding: 70px 5%;
    }

    .faq-header h2 {
        font-size: 2.4rem;
    }

    .faq-header p {
        font-size: 1.1rem;
    }

    .faq-item summary {
        font-size: 1.2rem;
    }

    .faq-answer p {
        font-size: 1rem;
    }
}/* End custom CSS */