.elementor-11896 .elementor-element.elementor-element-3c68356{--display:flex;}/* Start custom CSS for html, class: .elementor-element-33c9231 *//* SazeYar City Article - Kashan Guide */
.syca-article,
.syca-article * {
  box-sizing: border-box;
}

.syca-article {
  --syca-navy: #0b1220;
  --syca-blue: #123766;
  --syca-blue-2: #1d5a96;
  --syca-gold: #d7af62;
  --syca-gold-2: #f2d28b;
  --syca-cream: #f8f3e8;
  --syca-bg: #f5f7fb;
  --syca-card: rgba(255, 255, 255, 0.78);
  --syca-text: #182234;
  --syca-muted: #64748b;
  --syca-border: rgba(15, 23, 42, 0.10);
  --syca-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
  --syca-radius: 28px;

  position: relative;
  direction: rtl;
  font-family: inherit;
  color: var(--syca-text);
  background:
    radial-gradient(circle at 10% 0%, rgba(215, 175, 98, 0.16), transparent 35%),
    radial-gradient(circle at 90% 12%, rgba(29, 90, 150, 0.13), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, var(--syca-bg) 42%, #ffffff 100%);
  overflow: clip;
  line-height: 2.15;
}

.syca-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.syca-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  height: 4px;
  background: transparent;
}

.syca-progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--syca-gold), var(--syca-blue-2));
  border-radius: 0 0 20px 20px;
  transition: width 0.08s linear;
}

/* Hero */
.syca-hero {
  position: relative;
  min-height: 720px;
  padding: 48px 0 72px;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(135deg, #08111f 0%, #102b4d 56%, #0b1220 100%);
}

.syca-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.92;
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.82), rgba(12, 32, 56, 0.72)),
    radial-gradient(circle at 15% 18%, rgba(215, 175, 98, 0.28), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(84, 165, 255, 0.22), transparent 32%),
    linear-gradient(120deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 18px);
}

.syca-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -120px -10%;
  height: 220px;
  background: #f9fbff;
  border-radius: 50% 50% 0 0;
}

.syca-hero-inner {
  position: relative;
  z-index: 2;
}

.syca-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 54px;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
}

.syca-breadcrumb a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
}

.syca-breadcrumb strong {
  color: #fff;
}

.syca-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 390px;
  gap: 34px;
  align-items: stretch;
}

.syca-eyebrow,
.syca-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--syca-gold-2);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.syca-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--syca-gold);
  box-shadow: 0 0 0 7px rgba(215, 175, 98, 0.16);
}

.syca-hero h1 {
  margin: 18px 0 22px;
  color: #fff;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1.32;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.syca-hero h1 span {
  color: var(--syca-gold-2);
}

.syca-lead {
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  font-size: 18px;
  line-height: 2.25;
  margin: 0;
}

.syca-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.syca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 900;
  font-size: 14px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.syca-btn:hover {
  transform: translateY(-2px);
}

.syca-btn-primary {
  background: linear-gradient(135deg, var(--syca-gold-2), var(--syca-gold));
  color: #1b2434 !important;
  box-shadow: 0 18px 40px rgba(215, 175, 98, 0.24);
}

.syca-btn-ghost {
  color: #fff !important;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(16px);
}

.syca-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255,255,255,0.74);
  font-size: 13px;
}

.syca-meta-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.syca-hero-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 34px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.22);
}

.syca-card-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(215, 175, 98, 0.28);
  filter: blur(40px);
  left: -70px;
  top: -70px;
}

.syca-hero-card h2 {
  position: relative;
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
}

.syca-quick-list {
  position: relative;
  display: grid;
  gap: 14px;
}

.syca-quick-list div {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
}

.syca-quick-list strong {
  display: block;
  color: var(--syca-gold-2);
  font-size: 14px;
  margin-bottom: 6px;
}

.syca-quick-list span {
  display: block;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.9;
}

/* Layout */
.syca-main-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 295px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: -88px;
  padding-bottom: 76px;
}

.syca-toc {
  position: sticky;
  top: 96px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--syca-border);
  box-shadow: var(--syca-shadow);
  backdrop-filter: blur(18px);
}

.syca-toc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  padding: 0 4px 12px;
  border-bottom: 1px solid var(--syca-border);
}

.syca-toc-head strong {
  font-size: 15px;
  color: var(--syca-navy);
}

.syca-toc-close {
  display: none;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 12px;
  background: rgba(15,23,42,0.06);
  color: var(--syca-navy);
  font-size: 22px;
  cursor: pointer;
}

.syca-toc nav {
  display: grid;
  gap: 4px;
}

.syca-toc a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 15px;
  color: #334155;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.syca-toc a:hover,
.syca-toc a.is-active {
  background: linear-gradient(135deg, rgba(18,55,102,0.10), rgba(215,175,98,0.14));
  color: var(--syca-blue);
  transform: translateX(-2px);
}

.syca-toc-toggle {
  position: fixed;
  z-index: 9998;
  left: 18px;
  bottom: 18px;
  display: none;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--syca-blue), var(--syca-navy));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.30);
  cursor: pointer;
}

.syca-toc-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: #fff;
}

/* Content */
.syca-content {
  display: grid;
  gap: 22px;
}

.syca-section {
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--syca-radius);
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--syca-border);
  box-shadow: 0 18px 58px rgba(15, 23, 42, 0.075);
  backdrop-filter: blur(18px);
}

.syca-section.syca-open-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(215,175,98,0.16), transparent 32%),
    rgba(255,255,255,0.90);
}

.syca-section.syca-feature {
  background:
    linear-gradient(135deg, rgba(18,55,102,0.06), rgba(215,175,98,0.10)),
    rgba(255,255,255,0.92);
}

.syca-title-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.syca-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18,55,102,0.10), rgba(215,175,98,0.18));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
  font-size: 23px;
}

.syca-section h2 {
  margin: 8px 0 0;
  color: var(--syca-navy);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.55;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.syca-section h3 {
  margin: 26px 0 10px;
  color: var(--syca-blue);
  font-size: 21px;
  line-height: 1.65;
  font-weight: 950;
}

.syca-section p {
  margin: 14px 0;
  color: var(--syca-text);
  font-size: 16.5px;
  line-height: 2.35;
}

.syca-section strong {
  color: #0f2d52;
  font-weight: 950;
}

.syca-note,
.syca-tip-card,
.syca-quote,
.syca-final-card,
.syca-checklist {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(215,175,98,0.26);
  background: linear-gradient(135deg, rgba(255,249,236,0.92), rgba(255,255,255,0.82));
}

.syca-quote {
  border-color: rgba(18,55,102,0.16);
  background: linear-gradient(135deg, rgba(18,55,102,0.08), rgba(255,255,255,0.9));
}

.syca-quote p {
  margin: 0;
  font-size: 19px;
  color: var(--syca-navy);
}

.syca-final-card {
  background: linear-gradient(135deg, #0f2d52, #0b1220);
  color: #fff;
  border-color: rgba(255,255,255,0.14);
}

.syca-final-card h3,
.syca-final-card p {
  color: #fff;
}

.syca-final-card p {
  color: rgba(255,255,255,0.82);
}

.syca-media {
  margin: 26px 0;
}

.syca-media-wide {
  margin-top: 30px;
  margin-bottom: 30px;
}

.syca-image-placeholder,
.syca-mini-media div {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 28px;
  color: rgba(255,255,255,0.94);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8,17,31,0.72), rgba(18,55,102,0.65)),
    radial-gradient(circle at 20% 10%, rgba(215,175,98,0.42), transparent 32%),
    linear-gradient(120deg, #132238, #1d5a96);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.16);
}

.syca-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px dashed rgba(255,255,255,0.30);
}

.syca-image-placeholder span {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 950;
}

.syca-image-placeholder small {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 0 22px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  line-height: 1.9;
}

.syca-media figcaption {
  margin-top: 10px;
  color: var(--syca-muted);
  font-size: 13px;
  text-align: center;
}

.syca-image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.syca-image-grid .syca-image-placeholder {
  min-height: 250px;
}

.syca-stats-grid,
.syca-season-grid,
.syca-property-grid,
.syca-business-grid,
.syca-place-grid,
.syca-link-cards {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.syca-stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.syca-stat,
.syca-season,
.syca-property-card,
.syca-business-card,
.syca-place,
.syca-link-cards a,
.syca-neighborhood {
  padding: 20px;
  border-radius: 24px;
  background: rgba(248,250,252,0.92);
  border: 1px solid var(--syca-border);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}

.syca-stat b {
  display: block;
  color: var(--syca-blue);
  font-size: 18px;
  margin-bottom: 6px;
}

.syca-stat span,
.syca-link-cards small {
  display: block;
  color: var(--syca-muted);
  font-size: 13px;
  line-height: 1.85;
}

.syca-season-grid,
.syca-property-grid,
.syca-business-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.syca-season span,
.syca-property-card span,
.syca-business-card span,
.syca-link-cards span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(18,55,102,0.10), rgba(215,175,98,0.18));
  font-size: 22px;
}

.syca-season h3,
.syca-property-card h3,
.syca-business-card h3,
.syca-place h3,
.syca-neighborhood h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.syca-season p,
.syca-property-card p,
.syca-business-card p,
.syca-place p,
.syca-neighborhood p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
}

.syca-neighborhood-list {
  display: grid;
  gap: 14px;
}

.syca-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin: 24px 0;
}

.syca-compare > div {
  padding: 22px;
  border-radius: 24px;
  background: rgba(248,250,252,0.92);
  border: 1px solid var(--syca-border);
}

.syca-compare ul,
.syca-checklist ul {
  margin: 12px 0 0;
  padding: 0 22px 0 0;
}

.syca-compare li,
.syca-checklist li {
  margin: 9px 0;
  line-height: 2;
  color: #243244;
}

.syca-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.syca-tags span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--syca-blue);
  background: rgba(18,55,102,0.07);
  border: 1px solid rgba(18,55,102,0.10);
  font-size: 13px;
  font-weight: 900;
}

.syca-place-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.syca-place {
  padding: 14px;
}

.syca-mini-media {
  margin: 0 0 14px;
}

.syca-mini-media div {
  min-height: 160px;
  border-radius: 20px;
  font-weight: 950;
}

.syca-link-cards {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.syca-link-cards a {
  display: block;
  color: var(--syca-text);
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.syca-link-cards a:hover {
  transform: translateY(-4px);
  border-color: rgba(215,175,98,0.34);
  box-shadow: 0 18px 42px rgba(15,23,42,0.10);
}

.syca-link-cards strong {
  display: block;
  margin-bottom: 4px;
}

.syca-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.syca-faq details {
  border-radius: 20px;
  background: rgba(248,250,252,0.92);
  border: 1px solid var(--syca-border);
  overflow: hidden;
}

.syca-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--syca-navy);
  font-weight: 950;
  list-style: none;
}

.syca-faq summary::-webkit-details-marker {
  display: none;
}

.syca-faq summary::after {
  content: "+";
  float: left;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(18,55,102,0.08);
  color: var(--syca-blue);
}

.syca-faq details[open] summary::after {
  content: "−";
}

.syca-faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #334155;
}

.syca-keywords-box p {
  padding: 18px;
  border-radius: 20px;
  background: rgba(248,250,252,0.95);
  border: 1px solid var(--syca-border);
  color: #334155;
  font-size: 14px;
  line-height: 2.2;
}

.syca-sources ul {
  margin: 16px 0 0;
  padding: 0 22px 0 0;
}

.syca-sources li {
  margin: 10px 0;
}

.syca-sources a {
  color: var(--syca-blue);
  font-weight: 800;
  text-decoration: none;
}

body.syca-toc-open {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .syca-hero {
    min-height: auto;
    padding-bottom: 130px;
  }

  .syca-hero-grid {
    grid-template-columns: 1fr;
  }

  .syca-hero-card {
    max-width: 620px;
  }

  .syca-main-layout {
    grid-template-columns: 1fr;
    margin-top: -84px;
  }

  .syca-toc-toggle {
    display: block;
  }

  .syca-toc {
    position: fixed;
    z-index: 9999;
    top: auto;
    right: 14px;
    left: 14px;
    bottom: 84px;
    max-height: min(70vh, 620px);
    overflow: auto;
    transform: translateY(calc(100% + 110px));
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }

  body.syca-toc-open .syca-toc {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .syca-toc-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 860px) {
  .syca-container {
    width: min(100% - 22px, 1180px);
  }

  .syca-hero {
    padding-top: 30px;
  }

  .syca-breadcrumb {
    margin-bottom: 34px;
  }

  .syca-lead {
    font-size: 15.5px;
    line-height: 2.15;
  }

  .syca-section {
    padding: 22px;
    border-radius: 24px;
  }

  .syca-stats-grid,
  .syca-season-grid,
  .syca-property-grid,
  .syca-business-grid,
  .syca-place-grid,
  .syca-link-cards,
  .syca-compare,
  .syca-image-grid {
    grid-template-columns: 1fr;
  }

  .syca-image-placeholder {
    min-height: 230px;
  }

  .syca-title-row {
    gap: 10px;
  }

  .syca-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 15px;
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .syca-hero h1 {
    font-size: 31px;
  }

  .syca-hero-actions .syca-btn {
    width: 100%;
  }

  .syca-meta-row span {
    width: 100%;
  }

  .syca-hero-card {
    padding: 18px;
    border-radius: 26px;
  }

  .syca-section h2 {
    font-size: 24px;
  }

  .syca-section p {
    font-size: 15.5px;
  }

  .syca-toc-toggle {
    left: 14px;
    bottom: 14px;
  }
}

.syca-media{
    margin:32px 0;
}

.syca-media img{
    display:block;
    width:100%;
    height:auto;
    border-radius:18px;
    object-fit:cover;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.syca-media figcaption{
    margin-top:12px;
    text-align:center;
    font-size:14px;
    color:#64748b;
}/* End custom CSS */