.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4e66e7d *//* ✅ عکس بالای بخش بازرسی */
.header-image {
  display: block;
  margin: 30px auto 50px auto; /* فاصله بالا و پایین */
  max-width: 100%;
  height: auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

/* افکت هنگام هاور (اختیاری) */
.header-image:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
}

/* ✅ مخصوص دسکتاپ */
@media (min-width: 1025px) {
  .header-image {
    width: 750px;
  }
}

/* ✅ مخصوص موبایل */
@media (max-width: 768px) {
  .header-image {
    width: 100%;           /* عرض کامل صفحه */
    max-width: 600px;      /* محدودیت منطقی برای گوشی‌های بزرگ */
    margin: 15px auto 40px auto;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3ca1267 */@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

.shirgodai-realestate-section {
  font-family: 'IRANSans', 'Roboto', Arial, sans-serif;
  max-width: 950px;
  margin: 0 auto;
  padding: 60px 25px;
  background: linear-gradient(135deg, #f6f9fc 0%, #e0e8f0 100%);
  border-radius: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.shirgodai-realestate-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(52, 152, 219, 0.12), transparent 70%);
  z-index: 0;
}

.intro-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.intro-header h1 {
  font-size: 2.8rem;
  color: #e74c3c;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.4;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.green-text {
  color: #2ecc71;
}

.red-text {
  color: #e74c3c;
}

.steps {
  background: #ffffff;
  padding: 40px;
  border-radius: 25px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid #e0e6eb;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.steps:hover {
  transform: translateY(-5px);
}

.steps h3 {
  font-size: 2.1rem;
  color: #e74c3c;
  font-weight: 800;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
}

.steps h3 span {
  background: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.steps h4 {
  font-size: 1.6rem;
  color: #e74c3c;
  font-weight: 700;
  margin: 25px 0 20px;
  padding-right: 10px;
}

p, li {
  font-size: 1.15rem;
  color: #2c3e50;
  line-height: 2.5;
  margin-right: 15px;
  min-height: 2.2rem;
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-bottom: 20px;
  position: relative;
  padding-right: 25px;
}

ul li::before {
  content: '';
}

ul ul {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .shirgodai-realestate-section {
    padding: 35px 15px;
  }

  .intro-header h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .steps {
    padding: 30px;
    margin-bottom: 40px;
  }

  p, li {
    font-size: 1.05rem;
    line-height: 2.8;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cc9adca */.pyrite-section {
  direction: rtl;
  font-family: 'IRANSans', sans-serif;
  background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
  border-radius: 25px;
  padding: 40px 25px;
  max-width: 950px;
  margin: 0 auto;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.pyrite-header {
  text-align: center;
  margin-bottom: 30px;
}

.pyrite-header h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #1e40af;
  margin-bottom: 10px;
}

.pyrite-header p {
  font-size: 1.1rem;
  color: #334155;
  line-height: 2;
}

.pyrite-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 25px;
  border-right: 5px solid #3b82f6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.pyrite-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.pyrite-box h3 {
  font-size: 1.3rem;
  color: #1e3a8a;
  margin-bottom: 10px;
  font-weight: 800;
}

.pyrite-box p {
  color: #0f172a;
  font-size: 1rem;
  line-height: 2.1;
  margin-bottom: 10px;
}

.pyrite-box ul {
  list-style: none;
  padding: 0;
}

.pyrite-box ul li {
  margin-bottom: 8px;
  position: relative;
  padding-right: 20px;
  color: #1e293b;
}

.pyrite-box ul li::before {
  content: "✔";
  color: #16a34a;
  position: absolute;
  right: 0;
}

.danger {
  background: #fff6f6;
  border-right: 6px solid #dc2626;
}

.pyrite-summary {
  background: #e0f2fe;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.pyrite-summary h3 {
  color: #1e40af;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.pyrite-summary p {
  color: #1e293b;
  line-height: 2;
  margin-bottom: 15px;
}

.pyrite-btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.pyrite-btn:hover {
  background: #1e3a8a;
}

/* رنگ‌ها */
.hl-red { color: #dc2626; font-weight: 600; }
.hl-blue { color: #2563eb; font-weight: 600; }
.hl-green { color: #16a34a; font-weight: 600; }
.hl-orange { color: #d97706; font-weight: 600; }

/* واکنش‌گرا */
@media (max-width: 768px) {
  .pyrite-section { padding: 25px 15px; }
  .pyrite-header h1 { font-size: 1.5rem; }
  .pyrite-box { padding: 18px; }
  .pyrite-box h3 { font-size: 1.1rem; }
  .pyrite-box p { font-size: 0.95rem; line-height: 2; }
}/* End custom CSS */