.about-us-page {
  direction: rtl;
  background: #ffffff;
  color: #222222;
  box-sizing: border-box;
  line-height: 1.6;
}
.about-us-page *,
.about-us-page *::before,
.about-us-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

.hero-section {
  background: #f7f2ee;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 40px;
  margin: 0 0px !important;
}

.hero-container {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo-wrapper {
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  font-size: clamp(3.5rem, 12vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  min-height: 120px;
  padding: 0 20px;
}

.logo-black {
  color: #141010;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.logo-red {
  color: #f51b13;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hero-logo .dot-single, .hero-logo .dot-triangle {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #141010;
  pointer-events: none;
}

.hero-logo .dot-triangle {
  width: 8px;
  height: 8px;
  box-shadow: -16px 16px 0 #141010, 16px 16px 0 #141010;
  top: -12px;
  right: 25%;
}
.hero-logo .dot-single {
  width: 10px;
  height: 10px;
  bottom: -12px;
  left: 20%;
}

.hero-subtitle {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 800;
  color: #18110f;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 50px 0;
  text-align: center;
  max-width: 90%;
}

.hero-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
  letter-spacing: 0.15em;
  color: #3a3533;
}

.contact-phone {
  color: #3a3533;
  letter-spacing: 0.15em;
  font-weight: 700;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.contact-divider {
  display: inline-block;
  width: 4px;
  height: 40px;
  background: #f51b13;
  margin: 0 15px;
  flex-shrink: 0;
}

.contact-website {
  direction: ltr;
  unicode-bidi: bidi-override;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.website-dark {
  color: #3a3533;
}

.website-red {
  color: #f51b13;
}

.content-section {
  padding: 60px 0 40px 0;
  background: #ffffff;
}

.content-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.breadcrumb {
  text-align: left;
  font-size: 14px;
  color: #707070;
  margin-bottom: 35px;
  font-weight: 300;
  letter-spacing: 0.02em;
  word-break: break-word;
  unicode-bidi: bidi-override;
}
.breadcrumb span {
  background: transparent;
  padding: 0;
  display: inline-block;
  direction: rtl;
  unicode-bidi: embed;
}

.section-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #141010;
  flex-wrap: wrap;
}

.title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.title-icon svg {
  width: 28px;
  height: 28px;
  stroke: #f51b13;
  fill: none;
}

.title-black {
  color: #141010;
  font-weight: 700;
}

.title-red {
  color: #f51b13;
  font-weight: 700;
}

.about-content {
  max-width: 950px;
  width: 100%;
  text-align: justify;
}
.about-content p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 2.2;
  margin-bottom: 35px;
  text-align: justify;
  text-justify: inter-word;
  word-spacing: 0.5px;
  letter-spacing: 0.02em;
}
.about-content p:last-child {
  margin-bottom: 0;
}

.highlight-red {
  color: #f51b13;
  font-weight: 500;
}

.feature-section {
  background: #ffffff;
  padding: 40px 24px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.feature-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-title {
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D1D1D;
  text-align: center;
  margin: 0 0 40px 0;
}
.feature-title .feature-title-red {
  color: #FF2A1E;
}

.feature-cards-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  width: 100%;
  flex-wrap: wrap;
}

.feature-card {
  flex: 0 0 260px;
  height: 145px;
  background: #ffffff;
  border: 1px solid #D7D7D7;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card .feature-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px;
}
.feature-card .feature-icon {
  width: 42px;
  height: 42px;
  color: #7A7A7A;
  flex-shrink: 0;
  stroke: #7A7A7A;
}
.feature-card .feature-label {
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
  text-align: center;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border-color: rgb(189.5, 189.5, 189.5);
}

.goals-section {
  background: #ffffff;
  padding: 60px 24px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.goals-container {
  max-width: 1180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.goals-title {
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #1D1D1D;
  text-align: right;
  direction: rtl;
  margin: 0 0 28px 0;
  width: 100%;
  max-width: 580px;
}
.goals-title .goals-title-red {
  color: #FF2A1E;
}

.goals-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  counter-reset: goals-counter;
}

.goals-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  padding-right: 35px;
}
.goals-item::before {
  counter-increment: goals-counter;
  content: counter(goals-counter, persian) ".";
  position: absolute;
  right: 0;
  top: 0;
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 2.1;
}
.goals-item .goals-main {
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  line-height: 2.1;
  text-align: right;
  direction: rtl;
  display: block;
  width: 100%;
  margin: 0;
}
.goals-item .goals-desc {
  font-family: "IRANYekanX", "IRANSansX", "Dana", "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 2.2;
  text-align: right;
  direction: rtl;
  margin: 8px 0 0 0;
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  .about-us-page {
    padding: 30px;
  }
  .hero-section {
    padding: 50px 30px;
    margin: 0 -30px;
    min-height: 400px;
  }
  .hero-logo {
    font-size: clamp(3rem, 10vw, 6rem);
  }
  .hero-subtitle {
    font-size: clamp(1.5rem, 4vw, 2.8rem);
  }
  .hero-contact {
    font-size: clamp(1rem, 2.5vw, 1.6rem);
  }
  .section-title {
    font-size: 24px;
  }
  .about-content {
    max-width: 100%;
  }
  .goals-container {
    align-items: flex-end;
  }
  .goals-title,
  .goals-list {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .about-us-page {
    padding: 20px 15px;
  }
  .hero-section {
    padding: 40px 20px;
    margin: 0 -15px;
    min-height: 350px;
  }
  .hero-logo {
    font-size: clamp(2.2rem, 9vw, 4rem);
    gap: 0.3em;
    min-height: 80px;
  }
  .hero-logo-wrapper {
    margin-bottom: 40px;
  }
  .hero-subtitle {
    font-size: clamp(1.2rem, 4vw, 2rem);
    margin-bottom: 30px;
    max-width: 100%;
  }
  .hero-contact {
    flex-direction: column;
    gap: 15px;
    font-size: clamp(1rem, 3vw, 1.3rem);
  }
  .contact-divider {
    width: 40px;
    height: 4px;
    margin: 0;
  }
  .contact-phone {
    order: 1;
  }
  .contact-divider {
    order: 2;
  }
  .contact-website {
    order: 3;
  }
  .content-section {
    padding-top: 40px;
  }
  .breadcrumb {
    text-align: right;
    font-size: 12px;
    margin-bottom: 25px;
  }
  .section-header {
    margin-bottom: 30px;
  }
  .section-title {
    font-size: 20px;
    gap: 4px;
  }
  .title-icon svg {
    width: 22px;
    height: 22px;
  }
  .about-content p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 25px;
  }
  .hero-logo .dot-triangle {
    width: 6px;
    height: 6px;
    box-shadow: -12px 12px 0 #141010, 12px 12px 0 #141010;
    top: -8px;
    right: 20%;
  }
  .hero-logo .dot-single {
    width: 7px;
    height: 7px;
    bottom: -8px;
    left: 15%;
  }
  .goals-section {
    padding: 40px 16px 50px;
  }
  .goals-title,
  .goals-list {
    max-width: 100%;
  }
  .goals-title {
    font-size: 18px;
  }
  .goals-list {
    gap: 24px;
  }
  .goals-item {
    padding-right: 30px;
  }
  .goals-item::before {
    font-size: 14px;
  }
  .goals-item .goals-main {
    font-size: 14px;
    line-height: 2;
  }
  .goals-item .goals-desc {
    font-size: 13px;
    line-height: 2;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .about-us-page {
    padding: 15px 10px;
  }
  .hero-section {
    padding: 30px 15px;
    margin: 0 -10px;
    min-height: 300px;
  }
  .hero-logo {
    font-size: clamp(1.8rem, 8vw, 3rem);
    gap: 0.2em;
    min-height: 60px;
  }
  .hero-subtitle {
    font-size: clamp(1rem, 4vw, 1.4rem);
    margin-bottom: 20px;
  }
  .hero-contact {
    font-size: clamp(0.85rem, 2.5vw, 1rem);
    gap: 10px;
  }
  .contact-divider {
    width: 30px;
    height: 3px;
  }
  .section-title {
    font-size: 18px;
  }
  .title-icon svg {
    width: 18px;
    height: 18px;
  }
  .about-content p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .hero-logo .dot-triangle {
    width: 5px;
    height: 5px;
    box-shadow: -10px 10px 0 #141010, 10px 10px 0 #141010;
    top: -6px;
    right: 15%;
  }
  .hero-logo .dot-single {
    width: 6px;
    height: 6px;
    bottom: -6px;
    left: 10%;
  }
  .feature-section {
    padding: 30px 16px 40px;
  }
  .feature-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .feature-card {
    flex: 0 0 100%;
    max-width: 100%;
    height: 145px;
  }
  .feature-cards-row {
    gap: 16px;
  }
}
@media print {
  .hero-section {
    background: #f7f2ee !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .about-us-page {
    padding: 20px;
  }
  .hero-logo .dot-triangle,
  .hero-logo .dot-single {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@supports not (font-family: "IRANYekanX") {
  .about-us-page {
    font-family: "IRANSansX", "Dana", "Vazirmatn", "Tahoma", "Arial", sans-serif;
  }
}
@supports (counter-increment: goals-counter) {
  .goals-list .goals-item::before {
    content: counter(goals-counter, persian) ".";
  }
}
.img-about > figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-about > figure > img {
  margin: 0;
}/*# sourceMappingURL=about.css.map */