.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-16069 .elementor-element.elementor-element-81f9686 .elementor-alert-title{color:#FF0000;font-family:"IRANSans", Sans-serif;font-size:24px;font-weight:600;}.elementor-16069 .elementor-element.elementor-element-81f9686 .elementor-alert-description{color:#FF0000;font-size:22px;font-weight:700;}.elementor-16069 .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-45e34d1 */@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-66004ff *//* ---------- Styles for deposit guide (Shirkhodaei) ---------- */
/* Font import (IranSans) */
@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

.deposit-guide{
  direction: rtl;
  font-family: "IRANSans", "Vazirmatn", sans-serif;
  max-width: 980px;
  margin: 30px auto;
  padding: 30px;
  background: linear-gradient(180deg,#fbfdff 0%, #f1f7fb 100%);
  border-radius: 18px;
  color: #12202b;
  box-shadow: 0 12px 40px rgba(10,20,30,0.06);
  line-height: 1.85;
  box-sizing: border-box;
}

/* Headings */
.deposit-guide h1{
  font-size: 2rem;
  color: #0b63c9;
  margin: 0 0 16px 0;
  padding-right: 10px;
  border-right: 6px solid rgba(11,99,201,0.15);
  font-weight: 800;
}

.deposit-guide h2{
  color: #0e7490;
  font-size: 1.25rem;
  margin-top: 26px;
  margin-bottom: 10px;
  padding-right: 8px;
  border-right: 4px solid rgba(14,165,164,0.12);
  font-weight: 700;
}

.deposit-guide h3{
  color: #0b84b5;
  font-size: 1.05rem;
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: 700;
}

/* paragraphs and lists */
.deposit-guide p{
  margin: 10px 0;
  font-size: 15.8px;
  color: #24333b;
  line-height: 1.95;
}

.deposit-guide ul{
  margin: 10px 0 14px 0;
  padding-right: 20px;
}

.deposit-guide li{
  margin-bottom: 8px;
  font-size: 15.6px;
}

/* small explanatory paragraph style */
.paragraph-note{
  margin: 6px 0 12px 0;
  color: #2b556f;
  font-size: 15px;
}

/* mobile tip box */
.mobile-tip{
  background: linear-gradient(90deg,#fff8e6,#fff4db);
  border-right: 4px solid #f59e0b;
  padding: 10px 12px;
  border-radius: 10px;
  color: #92400e;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

/* table container: horizontal scroll on small screens */
.table-wrapper{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 12px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6eef6;
  box-shadow: 0 6px 20px rgba(12,40,80,0.04);
}

/* table styles */
.responsive-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 820px; /* keep columns readable; horizontal scroll enabled */
}

.responsive-table thead{
  background: linear-gradient(90deg,#0ea5e9,#0b63c9);
  color: #fff;
}

.responsive-table th,
.responsive-table td{
  padding: 14px 18px;
  text-align: right;
  border-bottom: 1px solid #eef6fb;
  font-size: 15.4px;
  vertical-align: middle;
}

.responsive-table th{
  font-weight: 800;
  letter-spacing: 0.2px;
}

.responsive-table tbody tr:nth-child(even){
  background: #fbfdff;
}

/* make numbers and percent stand out */
.responsive-table td:nth-child(3){
  font-weight: 700;
  color: #0b63c9;
}

/* note box */
.note{
  background: linear-gradient(90deg,#e6f6ff,#f8fdff);
  border-right: 4px solid rgba(11,99,201,0.12);
  padding: 14px 16px;
  border-radius: 12px;
  margin-top: 14px;
  color: #07485f;
  box-shadow: 0 4px 14px rgba(11,99,201,0.03);
}

/* signature */
.signature{
  text-align: center;
  margin-top: 22px;
  font-weight: 700;
  color: #0b63c9;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 920px){
  .deposit-guide{
    padding: 22px;
  }
  .responsive-table{
    min-width: 720px;
  }
}

@media (max-width: 720px){
  .deposit-guide{
    padding: 16px;
    line-height: 1.9;
  }
  .deposit-guide h1{
    font-size: 1.5rem;
  }
  .deposit-guide h2{
    font-size: 1.05rem;
  }
  .deposit-guide p,
  .deposit-guide li{
    font-size: 15.6px;
  }
  /* keep horizontal scroll but visually nicer */
  .table-wrapper{
    padding: 8px 6px;
  }
  .responsive-table{
    min-width: 680px; /* still > viewport so it scrolls */
  }
  .responsive-table th, .responsive-table td{
    padding: 12px 12px;
  }
}

/* accessibility focus */
.responsive-table th:focus,
.responsive-table td:focus{
  outline: 3px solid rgba(14,165,164,0.12);
  outline-offset: 2px;
}/* End custom CSS */