.elementor-4155 .elementor-element.elementor-element-5cebcdb{--display:flex;}.elementor-4155 .elementor-element.elementor-element-8f51422{--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;}.elementor-4155 .elementor-element.elementor-element-8e62eb5{--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;}/* Start custom CSS for html, class: .elementor-element-fd2c048 *//* === LTR Styles for English Hero Section === */

/* 1. کانتینر اصلی (تنظیم جهت‌دهی به چپ به راست) */
.services-hero-light-en {
    /* مطمئن می‌شویم که این سکشن در LTR باشد */
    direction: ltr !important; 
    text-align: left; /* متن‌ها به طور پیش‌فرض چپ‌چین شوند */
    padding: 80px 0; /* فاصله عمودی قابل تنظیم */
    background-color: #f9f9f9; /* رنگ پس‌زمینه روشن برای تمایز */
}

.services-hero-container-en {
    /* تنظیم عرض کانتینر اصلی برای ریسپانسیو بودن */
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; /* فاصله بین متن و تصویر */
}

/* تنظیمات واکنش‌پذیری برای موبایل */
@media (max-width: 991px) {
    .services-hero-container-en {
        flex-direction: column; /* در موبایل، متن بالای تصویر قرار گیرد */
        text-align: center;
    }
    .services-hero-light-en {
        padding: 50px 0;
    }
}


/* 2. بخش متن (Text Content) */
.services-hero-text-en {
    flex: 1; /* متن فضای بیشتری اشغال کند */
    max-width: 55%; /* تنظیم عرض برای دسکتاپ */
}

@media (max-width: 991px) {
    .services-hero-text-en {
        max-width: 100%; /* در موبایل تمام عرض را بگیرد */
    }
}

.services-hero-text-en h1 {
    font-size: 2.8em; /* اندازه تیتر بزرگ و جذاب */
    color: #1a365d; /* استفاده از رنگ سرمه‌ای تیره برند شما */
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.services-hero-text-en p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

/* 3. دکمه مشاوره (CTA Button) */
.cta-btn-light-en {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    margin-top: 25px;
    background-color: #007bff; /* یک رنگ آبی استاندارد و اعتمادساز برای LTR */
    color: white !important;
    text-decoration: none;
    border-radius: 8px; /* گوشه‌های کمی گردتر */
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
}

.cta-btn-light-en:hover {
    background-color: #0056b3;
}

/* 4. بخش تصویر (Image) */
.services-hero-image-en {
    flex: 1; /* تصویر فضای مساوی یا کمتر بگیرد */
    max-width: 40%;
    text-align: center;
}

@media (max-width: 991px) {
    .services-hero-image-en {
        max-width: 80%; /* در موبایل تصویر بزرگتر شود */
        margin-top: 30px;
    }
}

.hero-img-en {
    width: 100%;
    height: auto;
    max-height: 400px; /* محدود کردن ارتفاع تصویر */
    object-fit: cover; /* برای حفظ نسبت تصویر در صورت نیاز */
    border-radius: 10px; /* گوشه‌های گردتر برای ظاهر مدرن‌تر */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* سایه ظریف */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9913a79 *//* === LTR Styles for Oman Benefits Section (English) === */

.oman-benefits-en {
    direction: ltr !important; /* تنظیم جهت‌دهی اصلی به LTR */
    padding: 80px 0;
    background-color: #ffffff; /* پس‌زمینه سفید برای این بخش */
    text-align: left;
}

.benefits-container-en {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefits-title-en {
    font-size: 2.2em;
    color: #1a365d;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.benefits-grid-en {
    display: grid;
    /* برای دسکتاپ ۴ ستون */
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
}

/* تنظیمات واکنش‌پذیری */
@media (max-width: 1200px) {
    .benefits-grid-en {
        grid-template-columns: repeat(2, 1fr); /* ۲ ستون در تبلت */
    }
}

@media (max-width: 768px) {
    .benefits-grid-en {
        grid-template-columns: 1fr; /* ۱ ستون در موبایل */
    }
    .benefits-title-en {
        font-size: 1.8em;
    }
}

/* استایل کارت‌ها */
.benefit-card-en {
    background-color: #f0f4f8; /* رنگ پس‌زمینه کمی متفاوت برای برجسته‌سازی */
    padding: 30px;
    border-radius: 12px;
    text-align: left; /* تراز متن به چپ در حالت LTR */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid #007bff; /* یک نوار آبی برای جذابیت بیشتر */
}

.benefit-card-en:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-circle-en {
    font-size: 2.5em;
    margin-bottom: 15px;
    display: inline-block;
    /* اگر بخواهید آیکون‌ها به جای ایموجی، آیکون فونت باشند، اینجا تنظیم می‌شوند */
}

.benefit-card-en h3 {
    font-size: 1.3em;
    color: #007bff; /* رنگ عنوان کارت */
    margin-bottom: 10px;
    font-weight: 600;
}

.benefit-card-en p {
    font-size: 1em;
    color: #444;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a53c2e *//* === LTR Styles for Why Us Section (English) === */

.why-us-en {
    direction: ltr !important;
    padding: 80px 0;
    background-color: #f5f7fa; /* یک پس‌زمینه خاکستری روشن و سرد */
    text-align: left;
}

.why-container-en {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-title-en {
    font-size: 2.3em;
    color: #1a365d;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.why-sub-en {
    font-size: 1.15em;
    color: #6c757d;
    text-align: center;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.why-grid-en {
    display: grid;
    /* تنظیم گرید برای نمایش ۶ آیتم در دسکتاپ */
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
}

/* واکنش‌پذیری */
@media (max-width: 1024px) {
    .why-grid-en {
        grid-template-columns: repeat(2, 1fr); /* ۲ ستون در تبلت */
    }
}

@media (max-width: 600px) {
    .why-grid-en {
        grid-template-columns: 1fr; /* ۱ ستون در موبایل */
    }
    .why-title-en {
        font-size: 1.9em;
    }
}

/* استایل آیتم‌ها */
.why-item-en {
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-right: 4px solid #007bff; /* یک نوار آبی در سمت راست (شروع در LTR) */
}

.why-item-en:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.why-icon-en {
    font-size: 1.8em;
    display: block;
    margin-bottom: 10px;
}

.why-item-en h3 {
    font-size: 1.2em;
    color: #1a365d;
    margin-bottom: 8px;
    font-weight: 600;
}

.why-item-en p {
    font-size: 0.95em;
    color: #555;
    line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba2c60b *//* === LTR Styles for Registration Steps Section (English) === */

.registration-steps-en {
    direction: ltr !important;
    padding: 80px 0;
    background-color: #ffffff; /* پس‌زمینه سفید یا روشن */
    text-align: left;
}

.steps-container-en {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.steps-title-en {
    font-size: 2.2em;
    color: #1a365d;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.steps-sub-en {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

.steps-timeline-en {
    /* این بخش از استایل‌های مبتنی بر ::before و ::after برای خط تایم‌لاین استفاده می‌کند */
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
}

/* خط عمودی تایم‌لاین (توسط ::before روی container) */
.steps-timeline-en::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 50%; /* مرکز در LTR */
    width: 2px;
    background-color: #e0e0e0;
    transform: translateX(-50%);
}

.step-item-en {
    display: flex;
    margin-bottom: 50px;
    position: relative;
    width: 50%; /* هر آیتم نصف عرض را می‌گیرد */
}

/* تنظیم موقعیت آیتم‌ها برای چیدمان چپ و راست در تایم‌لاین */
.step-item-en:nth-child(odd) {
    left: 0;
    padding-right: 50px; /* فاصله از خط وسط */
    text-align: right; /* محتوا به سمت راست المان خود متمایل باشد (به سمت خط) */
}

.step-item-en:nth-child(even) {
    left: 50%;
    padding-left: 50px; /* فاصله از خط وسط */
    text-align: left; /* محتوا به سمت چپ المان خود متمایل باشد (به سمت خط) */
}

.step-header-en {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.step-number-en {
    font-size: 1.6em;
    font-weight: 800;
    color: white;
    background-color: #007bff; /* رنگ اصلی آبی */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 3px solid #ffffff; /* ایجاد حاشیه سفید برای برجستگی روی خط */
    z-index: 10;
}

.step-name-en {
    font-size: 1.1em;
    color: #1a365d;
    font-weight: 600;
    margin: 0 0 0 15px; /* فاصله از شماره مرحله */
}

.step-content-en {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
}

/* تنظیم موقعیت دایره‌ها (::after روی step-item-en) */
.step-item-en::after {
    content: '';
    position: absolute;
    top: 18px; /* تراز عمودی با step-number */
    width: 14px;
    height: 14px;
    background-color: #007bff;
    border-radius: 50%;
    z-index: 11;
}

.step-item-en:nth-child(odd)::after {
    right: calc(50% - 7px); /* موقعیت دهی به سمت راست خط وسط */
}

.step-item-en:nth-child(even)::after {
    left: calc(50% - 7px); /* موقعیت دهی به سمت چپ خط وسط */
}


/* واکنش‌پذیری برای موبایل (تک ستونی) */
@media (max-width: 768px) {
    .steps-timeline-en::before {
        left: 30px; /* خط را به سمت چپ متمایل می‌کنیم */
    }

    .step-item-en {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 70px !important; /* فضایی برای شماره مرحله در سمت چپ */
        text-align: left !important;
    }
    
    .step-item-en:nth-child(odd) {
        left: 0;
    }
    .step-item-en:nth-child(even) {
        left: 0;
    }

    .step-header-en {
        flex-direction: row-reverse; /* شماره مرحله (که حالا سمت راست است) بیاید قبل از متن */
    }

    .step-name-en {
        margin: 0 15px 0 0;
    }

    .step-number-en {
        position: absolute;
        left: 0;
    }

    .step-item-en::after {
        right: auto;
        left: 13px; /* تراز دایره با شماره مرحله */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-176cdef *//* === LTR Styles for Job Checker Section (English) === */

.job-checker-en {
  padding: 50px 20px;
  direction: ltr !important; /* جهت‌دهی به چپ به راست */
  text-align: center;
  background-color: #f4f7fa; /* اضافه کردن کمی رنگ پس‌زمینه برای تفکیک */
}
.job-box-en {
  max-width: 500px; /* کمی عریض‌تر برای متن انگلیسی */
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #d8dee5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.job-title-en {
  font-size: 22px;
  font-weight: 700;
  color: #122C43;
  margin-bottom: 20px;
}
#jobNameInput-en {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #007bff; /* تأکید بیشتر روی فیلد ورودی */
  margin-top: 15px;
  font-size: 16px;
  outline: none;
}
#jobNameInput-en:focus {
    border-color: #0056b3;
}
.job-name-top-en {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 20px; /* فاصله بیشتر از فیلد ورودی */
  min-height: 30px;
  text-align: left; /* تراز به چپ برای LTR */
  line-height: 1.8;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb279e7 *//* === LTR Styles for Job Checker Section (English) === */

.job-checker-en {
  padding: 50px 20px;
  direction: ltr !important; /* جهت‌دهی به چپ به راست */
  text-align: center;
  background-color: #f4f7fa; /* اضافه کردن کمی رنگ پس‌زمینه برای تفکیک */
}
.job-box-en {
  max-width: 500px; /* کمی عریض‌تر برای متن انگلیسی */
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #d8dee5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.job-title-en {
  font-size: 22px;
  font-weight: 700;
  color: #122C43;
  margin-bottom: 20px;
}
#jobNameInput-en {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #007bff; /* تأکید بیشتر روی فیلد ورودی */
  margin-top: 15px;
  font-size: 16px;
  outline: none;
}
#jobNameInput-en:focus {
    border-color: #0056b3;
}
.job-name-top-en {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 20px; /* فاصله بیشتر از فیلد ورودی */
  min-height: 30px;
  text-align: left; /* تراز به چپ برای LTR */
  line-height: 1.8;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 8px;
}/* End custom CSS */