.elementor-widget-image .widget-image-caption{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-15520 .elementor-element.elementor-element-e92239e img{border-radius:15px 15px 15px 15px;}.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-15520 .elementor-element.elementor-element-b592a97 .elementor-alert-title{color:#FF0000;font-family:"IRANSans", Sans-serif;font-size:24px;font-weight:600;}.elementor-15520 .elementor-element.elementor-element-b592a97 .elementor-alert-description{color:#FF0000;font-size:22px;font-weight:700;}.elementor-15520 .elementor-element.elementor-element-b592a97{--dismiss-icon-size:0px;}/* Start custom CSS for text-editor, class: .elementor-element-59f0e2b */.first-contact {
  margin-top: -10px !important;
}

/* ---------- ShirKhodai Accordions (Custom CSS) ---------- */
@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

:root{
  --card-bg: #ffffff;
  --page-bg: #f4f7fb;
  --accent-blue: #1766d1;
  --accent-teal: #0ea5a4;
  --muted: #44515a;
  --danger: #e53935;
  --radius: 14px;
  --gap: 12px;
  --content-font-size: 15px;
}

/* wrapper */
.shk-wrapper{
  font-family: 'IRANSans', Tahoma, sans-serif;
  direction: rtl;
  max-width: 980px;
  margin: 20px auto;
  padding: 18px;
  box-sizing: border-box;
  background: var(--page-bg);
}

/* intro */
.shk-intro{
  background: linear-gradient(180deg, rgba(23,102,209,0.04), rgba(14,165,164,0.02));
  border-radius: var(--radius);
  padding: 16px;
  border: 1px solid rgba(23,102,209,0.08);
  margin-bottom: 14px;
  box-shadow: 0 10px 30px rgba(16,24,40,0.04);
}
.shk-intro h2{
  margin: 0 0 6px 0;
  color: var(--accent-blue);
  font-weight: 900;
  font-size: 20px;
}
.shk-intro p{
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

/* accordion list */
.shk-accordion{ display:block; gap:var(--gap); }
.shk-item{
  background: linear-gradient(180deg,#ffffff,#fbfdff);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 6px 18px rgba(16,24,40,0.04);
  border-right: 6px solid rgba(23,102,209,0.14);
  transition: transform .20s ease, box-shadow .20s ease;
}
.shk-item:hover{ transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16,24,40,0.06); }

/* header */
.shk-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 14px 16px;
  cursor:pointer;
  background: linear-gradient(90deg, rgba(23,102,209,0.04), rgba(14,165,164,0.02));
}
.shk-head-left{ display:flex; align-items:center; gap:12px; }
.shk-icon{
  width:46px;height:46px;border-radius:10px;
  display:inline-flex;align-items:center;justify-content:center;
  background: linear-gradient(180deg, rgba(59,130,246,0.12), rgba(14,165,164,0.06));
  color: var(--accent-blue);
  font-size:20px;
  box-shadow: 0 6px 18px rgba(14,165,164,0.03);
}
.shk-title{
  margin:0;
  font-size: 17px;
  color: var(--accent-blue);
  font-weight: 800;
  line-height: 1.1;
}
.shk-badge{
  font-size:13px;
  color:var(--muted);
  background: rgba(14,165,164,0.06);
  padding:6px 10px;
  border-radius:10px;
}

/* body */
.shk-body{
  display:none;
  padding: 16px;
  color: #263240;
  font-size: var(--content-font-size);
  line-height: 1.85;
  background: var(--card-bg);
}
.shk-body p{ margin: 0 0 10px 0; }
.shk-body ul{ padding-right:18px; margin:8px 0 12px 0; }
.shk-body li{ margin-bottom:8px; list-style: none; padding-right: 8px; position: relative; }
.shk-body li::before{ content:'•'; color: var(--accent-blue); position:absolute; right:0; font-size:18px; top:0; }

/* actions area */
.shk-actions{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.shk-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  background: linear-gradient(90deg,var(--accent-blue),#0b63c9);
  color:#fff;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  box-shadow: 0 8px 20px rgba(11,99,201,0.16);
  transition: transform .12s ease;
}
.shk-btn:hover{ transform: translateY(-3px); }

/* ghost button */
.shk-ghost{
  display:inline-flex;align-items:center;gap:8px;padding:9px 12px;
  background: #f6fbff;color:var(--accent-blue);border-radius:10px;border:1px solid rgba(23,102,209,0.08);
  text-decoration:none;font-weight:700;
}

/* strong/important */
.shk-strong{ color: var(--danger); font-weight:800; }

/* active states */
.shk-item.active{ border-right-color: var(--accent-blue); }
.shk-item.active .shk-body{ display:block; }

/* footer note */
.shk-footer{ margin-top:16px; text-align:center; padding:12px; border-radius:10px; background: linear-gradient(90deg,#fff8f8,#fff); border:1px solid rgba(231,76,60,0.06); color:var(--muted); font-weight:700; }

/* small screens */
@media (max-width:768px){
  .shk-wrapper{ padding:12px; }
  .shk-head{ padding:12px; }
  .shk-icon{ width:40px;height:40px; font-size:18px; }
  .shk-title{ font-size:16px; }
  .shk-body{ font-size:15px; padding:12px; }
  .shk-btn{ padding:9px 12px; font-size:14px; }
}

/* small visual tweak: reduce gap between items if needed (can be overridden) */
.shk-compact .shk-item{ margin-bottom:8px; }

/* accessibility focus */
.shk-head:focus{ outline: 3px solid rgba(23,102,209,0.12); outline-offset: 4px; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-286f153 */@import url('https://cdn.fontcdn.ir/Font/Persian/IranSans/IranSans.css');

.first-contact {
  direction: rtl;
  font-family: 'IRANSans', sans-serif;
  background: #f9fafc;
  padding: 25px 15px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  max-width: 850px;
  margin: 25px auto;
}

.fc-container h1 {
  font-size: 1.4rem;
  color: #b91c1c;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}

.fc-container p {
  color: #1e293b;
  line-height: 1.9;
  font-size: 1rem;
  margin-bottom: 10px;
}

.fc-box {
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 15px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.fc-box.red { border-right: 4px solid #ef4444; }
.fc-box.blue { border-right: 4px solid #3b82f6; }

.fc-box ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.fc-box ul li {
  margin-bottom: 6px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 6px;
}

h2 {
  color: #991b1b;
  text-align: center;
  font-size: 1.1rem;
  margin: 15px 0 10px;
}

h3 {
  color: #0b74a8;
  font-size: 1.05rem;
  margin: 15px 0 8px;
}

ol {
  padding-right: 20px;
  margin: 0 0 15px 0;
}
ol li {
  margin-bottom: 6px;
  color: #1e293b;
  line-height: 1.8;
  font-weight: 500;
}

.fc-footer {
  text-align: center;
  margin-top: 10px;
}
.fc-footer a {
  display: inline-block;
  background: linear-gradient(90deg,#10b981,#06b6d4);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(6,95,70,0.1);
  transition: transform 0.2s ease;
}
.fc-footer a:hover { transform: translateY(-3px); }

@media (max-width: 720px) {
  .first-contact { padding: 20px 10px; }
  .fc-container h1 { font-size: 1.2rem; }
  .fc-container p, ol li { font-size: 0.95rem; line-height: 1.8; }
  .fc-box { padding: 12px 10px; }
}
.first-contact {
  margin-top: -50px !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-886077f */.first-contact {
  margin-top: -9px !important;
}
.openhouse-section {
  direction: rtl;
  font-family: 'IRANSans', sans-serif;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border-radius: 22px;
  padding: 30px 25px;
  max-width: 850px;
  margin: 25px auto;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
}

.openhouse-header h2 {
  color: #1e40af;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
}

.openhouse-content p {
  font-size: 1.1rem;
  color: #0f172a;
  line-height: 2.2;
  margin-bottom: 16px;
}

.openhouse-alert {
  background: #fff6f6;
  border-right: none; 
  padding: 15px 18px;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(220, 38, 38, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.alert-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.hl-blue {
  color: #2563eb;
  font-weight: 600;
}

.hl-red {
  color: #dc2626;
  font-weight: 700;
}

.hl-green {
  color: #16a34a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .openhouse-section {
    padding: 20px 15px;
    border-radius: 16px;
  }
  .openhouse-header h2 {
    font-size: 1.4rem;
  }
  .openhouse-content p {
    font-size: 1rem;
    line-height: 2;
  }
  .openhouse-alert {
    flex-direction: column;
    gap: 6px;
  }
}/* End custom CSS */
/* Start custom 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 h2 {
    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;
}

.intro-header p {
    font-size: 1.3rem;
    color: #2c3e50;
    line-height: 2.3;
    padding: 0 20px;
    font-weight: 500;
}

.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 h2 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .intro-header p {
        font-size: 1.1rem;
        line-height: 2.6;
    }
    .steps h3 {
        font-size: 1.8rem;
    }
    .steps h4 {
        font-size: 1.4rem;
    }
    .steps {
        padding: 30px;
        margin-bottom: 40px;
    }
    p, li {
        font-size: 1.05rem;
        line-height: 2.8;
    }
    .intro-header, .steps {
        margin-bottom: 35px;
    }
    ul li {
        margin-bottom: 15px;
    }
}/* End custom CSS */