.elementor-3815 .elementor-element.elementor-element-d129c3f{--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-3815 .elementor-element.elementor-element-87b6290{--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-3815 .elementor-element.elementor-element-4865298{--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-3815 .elementor-element.elementor-element-2e55f1b{--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-3815 .elementor-element.elementor-element-92a8d64{--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-3815 .elementor-element.elementor-element-3e988e1{--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-3815 .elementor-element.elementor-element-68efb26{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fea2cba */.services-hero-light {
    background: #ffffff; /* روشن و حرفه‌ای */
    padding: 90px 0;
}

.services-hero-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.services-hero-text {
    flex: 1;
    color: #1A365D; /* سرمه‌ای ملایم */
}

.services-hero-text h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 25px;
}

.services-hero-text p {
    font-size: 17px;
    line-height: 2.1;
    margin-bottom: 25px;
    color: #2d3e50; /* رنگ خواناتر و نرم */
}

.cta-btn-light {
    background: #D4A043;
    color: #122C43;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.3s;
    display: inline-block;
}

.cta-btn-light:hover {
    background: #b78934;
    transform: translateY(-3px);
}

/* جای تصویر */
.services-hero-image {
    flex: 1;
}

.image-placeholder-light {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    background: #f1f1f1; /* خیلی ملایم */
    border: 1px dashed #ccc;
}

/* موبایل */
@media(max-width: 900px) {
    .services-hero-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .image-placeholder-light {
        height: 260px;
    }
}
/* لرزش نرم دکمه مشاوره */
.cta-btn-light {
    animation: shake-soft 2s infinite;
}

@keyframes shake-soft {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(3px); }
    40% { transform: translateX(-3px); }
    60% { transform: translateX(2px); }
    80% { transform: translateX(-2px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d021e1 */.oman-benefits {
    background: #F8F9FA;
    padding: 90px 0;
}

.benefits-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
}

.benefits-title {
    font-size: 34px;
    font-weight: 800;
    color: #1A365D;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #D4A043;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background: #D4A043;
    color: #122C43;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

/* موبایل */
@media(max-width: 900px) {
    .benefits-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3bae61 */.why-us {
    background: #ffffff;
    padding: 90px 0;
}

.why-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 25px;
}

.why-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #122C43;
    margin-bottom: 15px;
}

.why-sub {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 17px;
    color: #455a71;
    line-height: 2;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 35px;
}

.why-item {
    background: #f7f9fc;
    padding: 30px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #e2e6ea;
    transition: 0.3s;
}

.why-item:hover {
    transform: translateY(-6px);
    border-color: #D4A043;
}

.why-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.why-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #122C43;
    margin-bottom: 10px;
}

.why-item p {
    font-size: 15px;
    color: #455a71;
    line-height: 1.9;
}
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* موبایل – یک‌ستونه */
@media (max-width: 767px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2e7b30 *//* --- Styles for Registration Steps Section --- */
.registration-steps {
    background: #f7f9fc; /* پس‌زمینه روشن */
    padding: 80px 0;
}

.steps-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 25px;
}

.steps-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #122C43; /* رنگ سرمه‌ای برند */
    margin-bottom: 10px;
}

.steps-sub {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
    font-size: 17px;
    color: #455a71;
    line-height: 2;
}

/* Timeline Layout */
.steps-timeline {
    position: relative;
    padding-right: 15px; /* فضا برای خط عمودی */
}

/* خط عمودی طلایی رنگ */
.steps-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    background: #D4A043; /* رنگ طلایی برند */
    height: 100%;
}

.step-item {
    margin-bottom: 45px;
    position: relative;
    padding-right: 35px; /* فضا برای نقطه هر مرحله */
    padding-left: 10px;
}

/* نقطه طلایی هر مرحله */
.step-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #122C43;
    border-radius: 50%;
    border: 4px solid #D4A043; /* حاشیه طلایی */
    z-index: 2;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.step-number {
    background: #122C43; /* پس‌زمینه سرمه‌ای */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    flex-shrink: 0;
}

.step-name {
    font-size: 22px;
    font-weight: 700;
    color: #122C43;
    margin: 0;
}

.step-content {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border-right: 4px solid #D4A043;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Mobile adjustments */
@media (max-width: 600px) {
    .steps-title {
        font-size: 28px;
    }
    
    .step-name {
        font-size: 18px;
    }

    .step-content {
        padding: 15px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed8dc03 */<style>
.job-checker {
  padding: 50px 20px;
  direction: rtl;
  text-align: center;
  background: #F7F9FC;
}

.job-box {
  max-width: 450px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.job-title {
  font-size: 20px;
  font-weight: 700;
  color: #1A365D;
  margin-bottom: 25px;
  border-right: 3px solid #D4AF37;
  padding-right: 10px;
}

#jobNameInput {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #A0AEC0;
  font-size: 16px;
  transition: all .25s ease;
  background: #ffffff;
}

#jobNameInput:focus {
  border-color: #4B2E83;
  box-shadow: 0 0 8px rgba(75,46,131,0.25);
}

.job-name-top {
  font-size: 17px;
  font-weight: 600;
  color: #1A365D;
  margin-bottom: 15px;
  min-height: 28px;
  text-align: right;
  line-height: 1.9;
}

.job-name-top br {
  margin-bottom: 4px;
}

.job-name-top span.code {
  color: #4B2E83;
  font-weight: 700;
}

.job-name-top span.dot {
  color: #D4AF37;
  font-size: 20px;
  position: relative;
  top: 3px;
}
</style>/* End custom CSS */