.elementor-292 .elementor-element.elementor-element-816cb1b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-96abf73 *//*  نمایش درست فونت و جهت  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Vazirmatn", "Shabnam", sans-serif;
  background-color: #f5f5f7;
  color: #222;
  line-height: 1.8;
}

/*  کانتینر عمومی  */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}

main.about-page {
  padding-bottom: 60px;
}

/*  دکمه‌ها  */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #1976d2;
  color: #fff;
}

.btn-primary:hover {
  background: #0d47a1;
}

.btn-outline {
  background: transparent;
  border: 1px solid #1976d2;
  color: #1976d2;
}

.btn-outline:hover {
  background: #e3f2fd;
}

.btn i {
  font-size: 0.8rem;
}

/*  سکشن هدر بالا (hero-top)  */
.hero-top {
  background: radial-gradient(circle at top right, #e3f2fd, #f5f5f7);
  padding: 32px 0 40px;
}

/* نوار آمار بالا */
.hero-stats-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 16px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
}

.hero-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 120px;
}

.hero-stat-value {
  font-weight: 700;
  font-size: 1.2rem;
  color: #1976d2;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: #666;
}

/*  بخش اصلی هدر (تصویر + متن)  */
.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

/* تصویر سمت چپ */
.hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* پِل‌های روی عکس */
.hero-media-pill-top,
.hero-media-pill-bottom {
  position: absolute;
  background: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
}

.hero-media-pill-top {
  top: 14px;
  left: 14px;
  font-weight: 600;
  color: #1976d2;
}

.hero-media-pill-bottom {
  bottom: 14px;
  right: 14px;
  font-size: 0.75rem;
  color: #333;
}

.hero-media-pill-bottom i {
  font-size: 0.8rem;
  color: #1976d2;
}

/* متن هدر */
.hero-content h1 {
  font-size: 1.9rem;
  margin: 0 0 12px;
  color: #111827;
}

.hero-content p {
  margin: 0 0 16px;
  color: #4b5563;
  font-size: 0.95rem;
}

/* بولت‌ها */
.hero-bullets {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: #374151;
}

.hero-bullets i {
  color: #22c55e;
  font-size: 0.9rem;
}

/* اکشن‌ها */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* سکشن‌های اصلی */
.main-layout {
  margin-top: 32px;
}

/* عنوان سکشن‌ها */
.sec-title {
  text-align: center;
  margin-bottom: 24px;
}

.sec-title h2 {
  font-size: 1.4rem;
  margin: 0 0 4px;
  color: #111827;
}

.sec-title p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* متن داستان */
.about-story {
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.about-story p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #374151;
}

.about-story p:last-child {
  margin-bottom: 0;
}

/* گرید کارت‌ها (facility-grid) */
.facility-section {
  margin-bottom: 32px;
}

.facility-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

/* کارت‌ها */
.f-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.f-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.f-card .cap {
  padding: 14px 14px 16px;
}

.f-card .tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  background: #e3f2fd;
  color: #0d47a1;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.f-card .tag i {
  font-size: 0.8rem;
}

.f-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

/* CTA نهایی  */
.cta-section {
  background: #0f172a;
  border-radius: 24px;
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #e5e7eb;
  margin-top: 8px;
}

.cta-text h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.cta-text p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.cta-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
}

.cta-contact i {
  margin-left: 6px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-actions .btn-primary {
  background: #38bdf8;
  color: #0f172a;
}

.cta-actions .btn-primary:hover {
  background: #0ea5e9;
}

.cta-actions .btn-outline {
  border-color: #e5e7eb;
  color: #e5e7eb;
}

.cta-actions .btn-outline:hover {
  background: rgba(148, 163, 184, 0.2);
}

/*  ریسپانسیو  */

/* تبلت */
@media (min-width: 768px) {
  .hero-main {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  }

  .hero-content h1 {
    font-size: 2.1rem;
  }

  .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .cta-text {
    flex: 1.3;
  }

  .cta-actions {
    flex: 0.9;
    justify-content: flex-end;
  }
}

/* دسکتاپ */
@media (min-width: 1024px) {
  .hero-top {
    padding: 40px 0 60px;
  }

  .hero-main {
    gap: 40px;
  }

  .hero-media {
    max-height: 360px;
  }

  .facility-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .f-card img {
    height: 210px;
  }
}/* End custom CSS */