.elementor-16 .elementor-element.elementor-element-5ef7019{--display:flex;--min-height:80vh;--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;--justify-content:center;--overlay-opacity:0.65;--padding-top:140px;--padding-bottom:100px;--padding-left:40px;--padding-right:40px;}.elementor-16 .elementor-element.elementor-element-5ef7019:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-5ef7019 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://w2.nasiri.nl/wp-content/uploads/2025/10/kinderen_met_boeken_rgb.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-16 .elementor-element.elementor-element-5ef7019::before, .elementor-16 .elementor-element.elementor-element-5ef7019 > .elementor-background-video-container::before, .elementor-16 .elementor-element.elementor-element-5ef7019 > .e-con-inner > .elementor-background-video-container::before, .elementor-16 .elementor-element.elementor-element-5ef7019 > .elementor-background-slideshow::before, .elementor-16 .elementor-element.elementor-element-5ef7019 > .e-con-inner > .elementor-background-slideshow::before, .elementor-16 .elementor-element.elementor-element-5ef7019 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, var( --e-global-color-astglobalcolor2 ) 0%, var( --e-global-color-astglobalcolor2 ) 100%);}.elementor-16 .elementor-element.elementor-element-5810600 > .elementor-widget-container{margin:-120px 0px 0px 0px;padding:0% 35% 0% 0%;}.elementor-16 .elementor-element.elementor-element-5810600{text-align:left;}.elementor-16 .elementor-element.elementor-element-5810600 .elementor-heading-title{font-size:34px;color:var( --e-global-color-astglobalcolor5 );}.elementor-16 .elementor-element.elementor-element-de75431 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0% 50% 0% 0%;}.elementor-16 .elementor-element.elementor-element-de75431{color:var( --e-global-color-astglobalcolor5 );}.elementor-16 .elementor-element.elementor-element-0e02811{--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;}.elementor-16 .elementor-element.elementor-element-099d936{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16 .elementor-element.elementor-element-32468e9{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16 .elementor-element.elementor-element-26e5fd1{--display:flex;--margin-top:040px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-16 .elementor-element.elementor-element-5ef7019{--padding-top:100px;--padding-bottom:100px;--padding-left:32px;--padding-right:32px;}.elementor-16 .elementor-element.elementor-element-de75431 > .elementor-widget-container{padding:0% 20% 0% 0%;}}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-5ef7019{--content-width:1200px;}.elementor-16 .elementor-element.elementor-element-26e5fd1{--content-width:1300px;}}@media(max-width:767px){.elementor-16 .elementor-element.elementor-element-5ef7019{--min-height:0vh;--gap:12px 0px;--row-gap:12px;--column-gap:0px;--padding-top:120px;--padding-bottom:64px;--padding-left:24px;--padding-right:24px;}.elementor-16 .elementor-element.elementor-element-5810600{width:100%;max-width:100%;}.elementor-16 .elementor-element.elementor-element-5810600 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0% 0% 0% 0%;}.elementor-16 .elementor-element.elementor-element-5810600 .elementor-heading-title{font-size:15px;}.elementor-16 .elementor-element.elementor-element-de75431 > .elementor-widget-container{padding:0% 0% 0% 0%;}.elementor-16 .elementor-element.elementor-element-de75431{font-size:12px;line-height:1.3em;}.elementor-16 .elementor-element.elementor-element-0e02811{--margin-top:65px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c26a096 *//* ====== Intro Section Header Text ====== */
.intro-header-text {
  position: absolute;
  bottom: 30px;            /* فاصله از پایین تصویر */
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;        /* حداکثر عرض برای دسکتاپ */
  width: 80%;              /* عرض نسبی برای صفحات کوچکتر */
  background: rgba(0, 0, 0, 0.55); /* نیمه شفاف برای خوانایی متن */
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 5;
  word-wrap: break-word;   /* جلوگیری از کشیدگی بیش از حد متن */
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  .intro-header-text {
    font-size: 0.8rem;
    padding: 15px 20px;
    bottom: 20px;
    width: 90%;             /* عرض تقریبا کامل ولی کمی فاصله از لبه‌ها */
    max-width: 400px;       /* جلوگیری از اینکه متن خیلی کشیده شود */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-738cb5a */body {
  font-family: "Poppins", sans-serif;
  background: #fffefc;
  color: #2e2e2e;
  direction: ltr; /* English text */
}

.mission-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #223322;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 900px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}

.mission-card {
  background: #fff8ef;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.mission-card:hover {
  background: #fff3e0;
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #344e41;
}

.mission-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2a3a2e;
}

.mission-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5035e8d */.values-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #223322;
}

.values-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 900px) {
  .values-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .values-container {
    grid-template-columns: 1fr;
  }
}

.value-card {
  background: #fff8ef;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center; /* icon + title center */
  text-align: justify;  /* description justify */
}

.value-card:hover {
  background: #fff3e0;
  transform: translateY(-4px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.value-card .icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #344e41;
}

.value-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  color: #2a3a2e;
}

.value-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center
}

.value-card .learn-more {
  font-size: 0.85rem;
  color: #1e70bf;
  text-decoration: none;
}

.value-card .learn-more:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9679da */:root {
  --gold: #c4a962;
  --beige: #FFF8EA;
  --dark: #2a2a2a;
  --muted: #7a7a7a;
  --radius: 14px;
  --shadow: 0 6px 16px rgba(0,0,0,0.08);
  --maxw: 1200px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.content {
    display: flex;}

.about-section {
  background: var(--beige);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.about-container {
  width: 100%;
  max-width: var(--maxw);
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 28px;
  align-items: stretch; /* ✅ makes both columns same height */
  font-family: var(--font);
}

/* Left column - Downloads */
.downloads {
  background: white;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* helps with equal column visual */
}

.downloads h3 {
  margin: 0;
  font-size: 17px;
  color: var(--dark);
}

.subtext {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 18px;
}

.file-list {
  list-style: none;
  padding: 0!important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.file-item {
  display: flex;
  align-items: start;
  background: var(--beige);
  border-radius: 10px;
  padding: 20px 14px;
  transition: all 0.3s ease;
}

.file-item:hover {
  background: rgba(196,169,98,0.1);
}

.file-icon {
  font-size: 22px;
  margin-right: 10px
}

.file-info strong {
  color: var(--dark);
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

small {
    margin-bottom: 10px;
}
.three{
    margin-bottom: 10px;
}

.two{
    margin-bottom: 10px;
}

.file-info small {
  color: var(--muted);
  font-size: 13px;
}

.file-btn {
  background: var(--gold);
  color: white;
  padding: 6px 14px;
  margin-top: 6px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none!important;
  font-size: 13px;
  transition: background 0.3s;
}

.file-btn:hover {
  background: #a88c47;
}

/* Right column - Fayez card */
.fayez-card {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
  border-left: 6px solid var(--gold);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ✅ matches the column height visually */
}

.fayez-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.portrait {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fayez-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
}

.fayez-sub {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.fayez-text {
  margin-top: 16px;
  color: var(--dark);
  line-height: 1.7;
  text-align: left;
  text-align: justify; /* ✅ justify text for better readability */
}

.fayez-quote {
  margin-top: 18px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 14px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(196,169,98,0.08);
  border-radius: 8px;
  font-style: italic;
  text-align: left;
}

.fayez-link {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 600;
  text-decoration: none!important;
  transition: color 0.3s;
}

.fayez-link:hover {
  color: #a88c47;
}

/* Responsive */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
  }

  .downloads {
    order: 2;
  }

  .fayez-card {
    order: 1;
  }
}/* End custom CSS */