.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 );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-17309 .elementor-element.elementor-element-81f9686 .elementor-alert-title{color:#FF0000;font-family:"IRANSans", Sans-serif;font-size:24px;font-weight:600;}.elementor-17309 .elementor-element.elementor-element-81f9686 .elementor-alert-description{color:#FF0000;font-size:22px;font-weight:700;}.elementor-17309 .elementor-element.elementor-element-81f9686{--dismiss-icon-size:0px;}/* 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-87d29ad */@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-9947fca */@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

:root {
  --blue: #1766d1;
  --teal: #0ea5a4;
  --red: #e53935;
  --bg: #f8fafc;
  --radius: 14px;
  --shadow: 0 6px 18px rgba(0,0,0,0.07);
}

.shk-wrapper {
  font-family: 'IRANSans', Tahoma, sans-serif;
  direction: rtl;
  background: var(--bg);
  padding: 22px;
  max-width: 980px;
  margin: 0 auto;
  line-height: 2;
  color: #263238;
}

.shk-intro {
  background: linear-gradient(180deg, #ffffff, #f3faff);
  border: 1px solid rgba(23,102,209,0.12);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
  margin-bottom: 20px;
}

.shk-intro h2 {
  color: var(--blue);
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
}

.shk-intro p {
  font-size: 16.5px;
  line-height: 2.1;
}

.shk-accordion .shk-item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  border-right: 5px solid #cde7ff;
}

.shk-item.active {
  border-right: 5px solid var(--teal);
  background: #f0fcfb;
}

.shk-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  cursor: pointer;
  background: linear-gradient(90deg, rgba(23,102,209,0.05), rgba(14,165,164,0.04));
}

.shk-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e3f2fd, #e0f7fa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 3px 10px rgba(23,102,209,0.12);
}

.shk-title {
  color: var(--blue);
  font-weight: 800;
  font-size: 18.5px;
}

.shk-body {
  display: none;
  padding: 18px 24px;
  border-top: 1px solid #eaeef3;
  animation: fade 0.4s ease;
}

.shk-item.active .shk-body {
  display: block;
}

.shk-body p {
  font-size: 15.8px;
  margin-bottom: 12px;
}

.shk-btn {
  display: inline-block;
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.shk-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(14,165,164,0.3);
}

.shk-footer {
  margin-top: 20px;
  text-align: center;
  background: linear-gradient(90deg, #e0f2fe, #e0fdfa);
  border-radius: 12px;
  padding: 14px;
  font-weight: 600;
  color: #263238;
  box-shadow: var(--shadow);
}

.red { color: var(--red); font-weight: bold; }
.blue { color: var(--blue); font-weight: bold; }

@keyframes fade {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 📱 ریسپانسیو */
@media (max-width: 768px) {
  .shk-wrapper { padding: 14px; }
  .shk-intro h2 { font-size: 20px; }
  .shk-title { font-size: 17px; }
  .shk-body p { font-size: 15px; }
  .shk-icon { width: 40px; height: 40px; font-size: 20px; }
  .shk-btn { padding: 8px 14px; font-size: 14px; }
}/* End custom CSS */