.elementor-4241 .elementor-element.elementor-element-15189c8{--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-4241 .elementor-element.elementor-element-2633afe{--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-4241 .elementor-element.elementor-element-f06d0d9{--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-4241 .elementor-element.elementor-element-9ce7551{--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-4241 .elementor-element.elementor-element-2544d13{--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-4241 .elementor-element.elementor-element-fda7562{--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-4241 .elementor-element.elementor-element-9437dcf{--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-4241 .elementor-element.elementor-element-615368b{--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-2bb166c *//* --- HERO GLOBAL FIX --- */
.hero-simple {
  direction: ltr !important;  /* Force left-to-right */
}

/* Container: image left — text right */
.hero-simple .hero-container {
  display: flex !important;
  flex-direction: row-reverse !important; /* image on left */
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* TEXT BLOCK (on the RIGHT) */
.hero-simple .hero-text {
  flex: 1 1 55% !important;
  order: 2 !important;

  text-align: left !important;     /* FORCE English alignment */
  direction: ltr !important;       /* override any RTL from theme */
}

/* IMAGE BLOCK (on the LEFT) */
.hero-simple .hero-image {
  flex: 1 1 45% !important;
  order: 1 !important;
  text-align: left !important;
}

.hero-simple .hero-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-simple .hero-container {
    flex-direction: column !important;
    text-align: center !important;
  }

  .hero-simple .hero-text,
  .hero-simple .hero-image {
    text-align: center !important;
    direction: ltr !important;
  }
}
/* VIP Graphic Button */
.hero-simple .hero-text a {
  display: inline-block;
  background: linear-gradient(135deg, #D4AF37, #E8C059); /* gold gradient */
  color: #122C43 !important;          /* dark navy text */
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 35px;
  text-decoration: none;
  border: 2px solid #D4AF37;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.45); /* soft gold glow */
  transition: all 0.3s ease-in-out;
}

/* Hover effect */
.hero-simple .hero-text a:hover {
  background: #fff !important;
  color: #4B2E83 !important;          /* royal purple text */
  box-shadow: 0 4px 16px rgba(75, 46, 131, 0.35); /* purple shadow */
  border-color: #4B2E83 !important;
  transform: translateY(-2px);
}

/* Optional animation on load */
.hero-simple .hero-text a {
  animation: vipPulse 2.5s infinite ease-in-out;
}
@keyframes vipPulse {
  0%, 100% { box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4); }
  50% { box-shadow: 0 6px 18px rgba(232, 192, 89, 0.6); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d93ebc8 */.services-section {
  text-align: center;
  padding: 60px 0;
  background: #F8F9FA;
}

.services-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #1A365D;
}

.services-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
}

.service-card {
  width: 240px;
  padding: 25px;
  border: 1px solid #e6e8ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: 0.25s;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
  border-color: #D4A043;
}

.icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
}

.icon-box svg {
  width: 100%;
  height: 100%;
  stroke: #D4A043;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1A365D;
  font-weight: 600;
}

.service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd4f134 */.why-oman-section {
  background: #F8F9FA;
  padding: 70px 0;
  text-align: center;
}

.why-title {
  font-size: 30px;
  color: #1A365D;
  font-weight: bold;
  margin-bottom: 45px;
}

.why-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 25px;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
}

.why-card {
  width: 250px;
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: 0.25s;
  text-align: center;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  border-color: #D4A043;
}

.why-icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #D4A043;
}

.why-card h3 {
  font-size: 18px;
  color: #1A365D;
  margin-bottom: 10px;
  font-weight: 600;
}

.why-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6bf6bf */<style>
/* Section Specific Styles - Compact Version */
.costs-section-compact {
  padding: 60px 0;
  background-color: #F8F9FA;
  text-align: center;
}

.costs-container-compact {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}

.costs-section-compact h2 {
  font-size: 36px;
  color: #1A365D;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}

.costs-section-compact p.section-description-compact {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.price-inquiry-box-compact {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.09);
  padding: 40px 30px;
  display: inline-block;
  text-align: center;
  max-width: 550px;
  width: 100%;
}

.price-inquiry-box-compact h3 {
  font-size: 26px;
  color: #1A365D;
  margin-bottom: 20px;
  font-weight: 600;
}

.price-inquiry-box-compact p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* --- Gold Button (VIP style) --- */
.btn-inquiry-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #D4AF37, #C89B3C);
  color: #122C43 !important;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.45);
  transition: all 0.3s ease;
}

.btn-inquiry-compact:hover {
  background: #ffffff !important;
  color: #4B2E83 !important;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.65);
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .costs-section-compact h2 {
    font-size: 30px;
  }
  .costs-section-compact p.section-description-compact {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .price-inquiry-box-compact h3 {
    font-size: 22px;
  }
  .price-inquiry-box-compact p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .btn-inquiry-compact {
    padding: 12px 26px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .costs-section-compact h2 {
    font-size: 26px;
  }
  .price-inquiry-box-compact {
    padding: 25px 15px;
  }
}
</style>

<section class="costs-section-compact" dir="ltr">
  <div class="costs-container-compact">
    <h2>Company Registration & Residency Costs in Oman</h2>
    <p class="section-description-compact">
      For accurate cost estimation and expert consultation regarding company formation
      and obtaining residency in Oman, please contact our professional advisors.
    </p>

    <div class="price-inquiry-box-compact">
      <h3>Get Consultation & Cost Estimate</h3>
      <p>
        Our services include company registration, license acquisition, bank account opening,
        and securing Oman residency for you and your family.
      </p>

      <!-- WhatsApp Button -->
      <a href="https://wa.me/989966677361" target="_blank" class="btn-inquiry-compact">
        Instant Inquiry via WhatsApp
      </a>
    </div>
  </div>
</section>
/* Force full centering for Oman compact costs section */
.costs-section-compact,
.costs-container-compact,
.price-inquiry-box-compact {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Extra fix for Elementor / Astra container shifts */
.costs-section-compact {
  width: 100% !important;
  display: flex;
  justify-content: center;
}

.costs-container-compact {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
}

.price-inquiry-box-compact {
  display: block !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c3c7b9 */.about-intro-section {
    padding: 80px 0;
    background: #ffffff;
    direction: rtl;
}

.about-intro-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 45px;
}

.reverse-layout {
    flex-direction: row-reverse;
}

/* تصویر با سایز متعادل و حرفه‌ای */
.about-intro-image img {
    width: 100%;
    max-width: 520px;        /* اندازه مناسب دسکتاپ */
    border-radius: 26px;     /* گوشه‌های خیلی خوشگل */
    display: block;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* متن */
.about-intro-content h2 {
    font-size: 28px;
    color: #122C43;
    margin-bottom: 20px;
    font-weight: 800;
}

.about-intro-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    color: #1A1A1A;
    font-weight: 500;
}

/* دکمه */
.about-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 28px;
    background: #122C43;
    color: #fff;
    border: 2px solid #D4A043;
    border-radius: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: .3s ease;
}
.about-btn:hover {
    background: #0d2030;
    transform: translateY(-2px);
}

/* موبایل */
@media (max-width: 991px) {
    .about-intro-container {
        flex-direction: column !important;
        text-align: center;
    }

    .about-intro-image img {
        max-width: 400px;    /* اندازه عالی برای موبایل */
        width: 90%;
        border-radius: 22px;
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-615368b *//* Make Gravity Forms English version fully LTR */
body .gform_wrapper.gravity-theme {
  direction: ltr !important;
  text-align: left !important;
}

body .gform_wrapper.gravity-theme * {
  direction: ltr !important;
  text-align: left !important;
}

/* Align labels to the left */
body .gfield_label {
  text-align: left !important;
}

/* Align inputs + placeholders left */
body .ginput_container input,
body .ginput_container textarea,
body .ginput_container select {
  text-align: left !important;
  direction: ltr !important;
}

/* Submit button alignment */
body .gform_footer {
  text-align: left !important;
}
/* Center the Gravity Forms Title */
body .gform_wrapper .gform_heading .gform_title {
  text-align: center !important;
  direction: ltr !important;
  font-weight: 700 !important;
}

/* Center the form description too (optional) */
body .gform_wrapper .gform_heading .gform_description {
  text-align: center !important;
  direction: ltr !important;
}/* End custom CSS */