/* ═══════════════════════════════════════════════
   ABOUT PAGE — SPECIFIC STYLES ONLY
   (Shared styles are in global.css)
═══════════════════════════════════════════════ */

/* ─── About Hero ─── */
.about-background {
  background-image: url("https://res.cloudinary.com/dbrr1jmwx/image/upload/f_auto,q_auto/about-bg_ja7nlm.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 40vh;
  padding-top: 80px;
}

.about-hero {
  height: 400px;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-pop-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  height: 40px;
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 6px 12px 6px 6px;
  gap: 12px;
  border-radius: 16px;
  margin: 60px auto 0 auto;
  background: #00000033;
}
.about-pop-container h1 {
  font-size: 12px;
  font-weight: 500;
  color: #e3e8ef;
  text-align: center;
  line-height: 20px;
}
.about-pop-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 96px;
  text-align: center;
  padding: 6px 8px 4px 6px;
  gap: 4px;
  border-radius: 12px;
  background: #00000066;
}
.about-pop-message .pop-head {
  font-weight: 500;
  font-size: 12px;
  color: #e3e8ef;
  line-height: 20px;
}
.main-about-heading {
  font-weight: 600;
  width: 100%;
  font-size: 36px;
  margin: 0 auto;
  color: #fff;
  line-height: 42px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
}
.about-sub-heading {
  font-weight: 300;
  color: #e3e8ef;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

/* ─── Who About Section ─── */
.who-about-section {
  width: 100%;
  padding: 32px 16px;
  gap: 40px;
}
.who-about-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.who-about-img {
  border-radius: 32px;
}
.who-about-img img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.who-about-img-desk {
  width: 343px;
  height: auto;
  border-radius: 32px;
}
.who-about-img-desk img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.who-about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.who-about-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.who-about-pop {
  width: 115px;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
}
.who-about-pop h1 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}
.who-about-title .about-title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.who-about-text p {
  font-weight: 300;
  font-size: 20px;
  color: #e3e8ef;
  line-height: 140%;
}
.about-btn {
  width: 229px;
  height: 54px;
  padding: 12px 24px;
  border-radius: 16px;
  font-weight: 600;
  background-color: rgba(80, 249, 149, 1);
  font-size: 18px;
  color: rgba(14, 17, 9, 1);
  line-height: 30px;
  border: none;
  cursor: pointer;
}

/* ─── Vision & Mission ─── */
.future-section {
  width: 100%;
  padding: 32px 16px;
  gap: 40px;
}
.future-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.sec1-vision,
.sec2-mission {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.sec1-vision h1,
.sec2-mission h1 {
  font-weight: 600;
  font-size: 36px;
  color: rgba(255, 255, 255, 1);
  line-height: 42px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
.sec1-vision p,
.sec2-mission p {
  font-weight: 300;
  font-size: 20px;
  color: #e3e8ef;
  line-height: 140%;
}

/* ─── What About Section ─── */
.what-about-section {
  width: 100%;
  padding: 32px 16px;
  gap: 40px;
}
.what-about-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.what-about-img-desk img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.what-about-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.what-about-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.what-about-title .what-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #fff;
  width: 80%;
}
.what-about-pop {
  width: 147px;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
}
.what-about-pop h1 {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.what-about-text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #e3e8ef;
}

/* ─── Core Values ─── */
.core-about-section {
  width: 100%;
  padding: 32px 16px;
  gap: 40px;
}
.core-about-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.core-about-img-desk img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.core-about-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.core-about-pop {
  width: 113px;
  height: 32px;
  padding: 4px 8px;
  border-radius: 16px;
  border: 1px solid #e3e8ef;
}
.core-about-pop h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.core-about-title .core-about-h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #fff;
}
.core-about-title {
  margin-bottom: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #737d824d;
  width: 100%;
}

.core-about-paragraph {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.core-about-paragraph .p1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.core-about-paragraph .p1 h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: 0px;
}
.core-about-paragraph .p1 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #e3e8ef;
  letter-spacing: 0px;
}

/* ─── Team Section ─── */
.team-section {
  width: 100%;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.team-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.Heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.Heading .team-pop {
  width: 136px;
  height: 32px;
  padding: 4px 8px;
  border: 1px solid #e3e8ef;
  border-radius: 16px;
}
.team-pop h1 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.team-title {
  font-weight: 600;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
}
.team-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.team-info-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.team-info-card .team-info-title {
  font-weight: 600;
  font-size: 20px;
  color: rgba(80, 249, 149, 1);
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
}
.team-info-card .team-info-paragraph {
  font-weight: 300;
  font-size: 18px;
  color: #e3e8ef;
  line-height: 30px;
  text-align: center;
}
.team-info-cards {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.team-info-cards .member2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 32px;
}
.member-img {
  width: 100%;
  height: 305px;
  border-radius: 20px;
  flex: 1;
  background-image: url("../assets/image-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.member-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.member-name {
  width: 100%;
  padding-top: 12px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member-name-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.member-name h1 {
  font-weight: 600;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
}
.member-name h2 {
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.member-name p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #e3e8ef;
}

/* ─── Arabic overrides ─── */

.lang-ar .cores ol {
  margin-right: 12px;
}

/* ═══════════════════════════════════════════════
   TABLET (376px → 1023px)
═══════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1023px) {
  .about-background {
    min-height: 130vh;
    padding-top: 80px;
  }
  .about-hero {
    max-width: 700px;
    height: auto;
    gap: 28px;
  }
  .about-pop-container {
    margin: 40px auto 0 auto;
    width: 220px;
  }
  .main-about-heading {
    font-size: 48px;
    width: 90%;
    height: auto;
    line-height: 56px;
  }
  .about-sub-heading {
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
  }
  .how-section {
    width: 80%;
    margin: 0 auto;
  }

  .who-about-section {
    width: 80%;
    margin: 0 auto;
    padding: 48px 40px;
  }
  .who-about-container {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .who-about-img img {
    border-radius: 24px;
  }
  .who-about-text {
    width: 100%;
    gap: 24px;
  }
  .who-about-title {
    width: 100%;
  }
  .who-about-title .about-title {
    font-size: 28px;
    line-height: 36px;
  }
  .who-about-text p {
    font-size: 18px;
  }
  .about-btn {
    width: 100%;
    max-width: 280px;
  }

  .future-section {
    padding: 48px 40px;
    width: 80%;
    margin: 0 auto;
  }
  .future-container {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .sec1-vision,
  .sec2-mission {
    width: 100%;
    gap: 16px;
  }
  .sec1-vision h1,
  .sec2-mission h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .sec1-vision p,
  .sec2-mission p {
    font-size: 18px;
  }

  .what-about-section {
    padding: 48px 40px;
    width: 80%;
    margin: 0 auto;
  }
  .what-about-container {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .what-about-img img {
    border-radius: 24px;
  }
  .what-about-text {
    width: 100%;
    gap: 24px;
  }
  .what-about-title {
    width: 100%;
  }

  .what-about-title .what-title {
    font-size: 28px;
    line-height: 36px;
  }
  .what-about-text p {
    font-size: 18px;
  }

  .core-about-section {
    width: 80%;
    padding: 48px 40px;
    margin: 0 auto;
  }
  .core-about-container {
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    gap: 32px;
  }
  .core-about-img img {
    border-radius: 24px;
  }
  .core-about-title {
    width: 100%;
  }
  .core-about-title .core-about-h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .core-about-paragraph {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .core-about-paragraph .p1 {
    width: 100%;
  }
  .core-about-paragraph .p1 h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .core-about-paragraph .p1 p {
    width: 100%;
    font-size: 16px;
  }

  .team-section {
    width: 80%;
    padding: 48px 40px;
    gap: 48px;
    margin: 0 auto;
  }
  .team-container {
    max-width: 700px;
    margin: 0 auto;
    gap: 48px;
  }
  .Heading {
    width: 100%;
  }
  .team-title {
    font-size: 28px;
    line-height: 36px;
  }
  .team-info {
    gap: 40px;
  }
  .team-info-card {
    width: 100%;
  }
  .team-info-card .team-info-title {
    font-size: 18px;
  }
  .team-info-card .team-info-paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .team-info-cards {
    align-items: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .team-info-cards .member2 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .member-img {
    border-radius: 16px;
  }
  .member-img img {
    border-radius: 16px;
  }
  .member-name {
    width: 100%;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
  }
  .member-name-head {
    width: 100%;
    align-items: center;
  }
  .member-name h1 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  .member-name h2 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
  .member-name p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}

/* ═══════════════════════════════════════════════
   DESKTOP (1024px+)
═══════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .about-background {
    background-image:
      linear-gradient(to bottom, rgba(4, 19, 25, 0.5), rgba(4, 19, 25, 0.3)),
      url("https://res.cloudinary.com/dbrr1jmwx/image/upload/f_auto,q_auto/about-bg_ja7nlm.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 410px;
    min-height: unset;
    padding-top: 0;
  }
  .about-hero {
    max-width: 1067px;
    margin: 0 auto;
  }
  .about-pop-container {
    margin-top: 160px;
    width: 220px;
  }
  .main-about-heading {
    width: 922px;
    font-size: 64px;
    line-height: 82px;
    letter-spacing: -3px;
  }
  .about-sub-heading {
    font-size: 20px;
    max-width: 810px;
    margin: 0 auto;
    line-height: 140%;
  }

  .who-about-section {
    padding: 64px 120px;
  }
  .who-about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .who-about-img {
    display: none;
  }
  .who-about-img-desk {
    display: block;
    width: 570px;
    height: 482px;
    border-radius: 32px;
  }
  .who-about-img-desk img {
    width: 570px;
    height: 100%;
    border-radius: 32px;
  }
  .who-about-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    min-width: 570px;
  }
  .who-about-title .about-title {
    width: 566px;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2px;
  }
  .who-about-text p {
    width: 544px;
    font-size: 20px;
  }

  .future-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 120px;
  }
  .future-container {
    width: 1200px;
    gap: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
  }
  .sec1-vision,
  .sec2-mission {
    width: 570px;
    border-radius: 32px;
  }

  .what-about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 120px;
  }
  .what-about-container {
    width: 1200px;
    gap: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .what-about-img {
    display: none;
  }
  .what-about-img-desk {
    display: block;
    width: 570px;
    height: 409px;
    border-radius: 32px;
  }
  .what-about-img-desk img {
    width: 570px;
    height: 409px;
  }
  .what-about-text {
    width: 570px;
    height: 292px;
    gap: 32px;
  }
  .what-title {
    width: 460px;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2px;
  }

  .core-about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 120px;
  }
  .core-about-container {
    width: 1200px;
    gap: 60px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .core-about-img {
    display: none;
  }
  .core-about-img-desk {
    display: block;
    width: 570px;
    height: 518px;
    border-radius: 32px;
  }
  .core-about-img-desk img {
    width: 570px;
    height: 518px;
  }
  .merge {
    width: 570px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .core-about-title {
    width: 100%;
    gap: 6px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .core-about-paragraph {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 2fr 1fr;
    width: 570px;
    height: 292px;
    gap: 24px;
  }
  .core-about-paragraph .p1 {
    font-weight: 600;
    font-size: 56px;
    display: flex;
    flex-direction: column;
    gap: 0;
    line-height: 64px;
    letter-spacing: -2px;
    text-transform: capitalize;
  }
  .p1 p {
    width: 281px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
  .who-about-section {
    margin-top: 120px;
  }

  .team-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 120px;
    gap: 96px;
  }
  .team-container {
    width: 1200px;
    gap: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .Heading {
    width: 100%;
  }
  .team-info-card .team-info-paragraph {
    width: 930px;
  }
  .team-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .team-info-cards {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    justify-items: center;
    align-items: center;
  }
  .team-info-cards .member2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .member-name {
    width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .member-name p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    color: #e3e8ef;
    width: 326px;
  }
  .member-name-head {
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .member-img {
    width: 240px;
    height: 305px;
    border-radius: 20px;
  }
  .member-img img {
    width: 240px;
    height: 305px;
    border-radius: 20px;
    object-fit: cover;
  }

  .lang-ar .core-about-paragraph {
    height: 246px;

    row-gap: 52px;
  }
  .lang-ar .merge {
    align-items: flex-start;
    gap: 32px;
  }
  .lang-ar .core-about-title {
    padding-bottom: 37px;
  }
  .lang-ar .team-info-cards .member2 {
    align-items: flex-start;
  }
}

/* ═══════════════════════════════════════════════
   DESKTOP MEDIUM (1024px → 1440px)
═══════════════════════════════════════════════ */
@media (min-width: 1025px) and (max-width: 1440px) {
  .about-background {
    height: 360px;
    padding-top: 80px;
  }
  .about-hero {
    max-width: 900px;
    height: auto;
    gap: 24px;
  }
  .about-pop-container {
    margin-top: 60px;
  }
  .lang-ar .main-about-heading {
    font-size: 72px;
  }
  .main-about-heading {
    font-size: 52px;
    width: 100%;
    height: auto;
    line-height: 64px;
    letter-spacing: -2px;
  }
  .lang-ar .about-sub-heading {
    font-size: 20px;
    max-width: 84%;
  }
  .about-sub-heading {
    font-size: 18px;
    max-width: 680px;
  }

  .who-about-section {
    padding: 120px 80px;
    margin-top: 64px;
  }
  .who-about-container {
    max-width: 1200px;
    gap: 60px;
  }
  .who-about-img-desk {
    width: 570px;
    height: 482px;
  }
  .who-about-img-desk img {
    width: 100%;
    height: 100%;
  }
  .who-about-text {
    min-width: unset;
    width: 480px;
    gap: 32px;
  }
  .lang-ar .who-about-title .about-title {
    width: 123%;
    font-size: 48px;
  }
  .who-about-title .about-title {
    width: 107%;
    font-size: 56px;
    line-height: 52px;
    letter-spacing: -2px;
  }
  .who-about-text p {
    width: 96%;
    font-size: 20px;
  }
  .what-about-text p {
    font-size: 20px;
    width: 113%;
  }

  .future-section {
    padding: 64px 120px;
  }
  .future-container {
    width: 100%;
    max-width: 1100px;
    gap: 115px;
  }
  .sec1-vision,
  .sec2-mission {
    width: 480px;
  }
  .sec1-vision h1,
  .sec2-mission h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .sec1-vision p {
    font-size: 20px;
    width: 86%;
  }
  .sec2-mission p {
    font-size: 20px;
    width: 113%;
  }

  .what-about-section {
    padding: 64px 120px;
  }
  .what-about-container {
    width: 100%;
    max-width: 1100px;
    gap: 60px;
  }
  .what-about-img-desk {
    width: 570px;
    height: 409px;
  }
  .what-about-img-desk img {
    width: 100%;
    height: 100%;
  }
  .what-about-text {
    width: 480px;
    height: auto;
    gap: 28px;
  }
  .lang-ar .what-title {
    width: 77%;
    font-size: 36px;
    line-height: 42px;
  }
  .what-title {
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -2px;
  }

  .core-about-section {
    padding: 64px 80px;
  }
  .core-about-img-desk {
    width: 570px;
    height: 518px;
    border-radius: 32px;
  }
  .core-about-img-desk img {
    width: 570px;
    height: 518px;
  }
  .core-about-container {
    width: 1200px;
    gap: 60px;
  }
  .merge {
    width: 570px;
  }
  .core-about-paragraph {
    width: 570px;
    height: 292px;
    gap: 24px;
  }
  .p1 p {
    width: 281px;
  }

  .team-section {
    padding: 64px 80px;
    height: auto;
    gap: 80px;
  }
  .team-container {
    width: 100%;
    max-width: 1100px;
    gap: 80px;
  }
  .team-title {
    font-size: 28px;
    line-height: 36px;
  }
  .team-info-card {
    width: 100%;
  }
  .team-info-card .team-info-paragraph {
    width: 84%;

    font-size: 18px;
  }
  .team-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    row-gap: 40px;
    column-gap: 20px;
    width: 100%;
    max-width: 1200px;
  }
  .team-info-cards .member2 {
    gap: 20px;
    align-items: start;
  }
  .member-img {
    width: 240px;
    height: 305px;
    border-radius: 20px;
  }

  .member-img img {
    width: 240px;
    height: 305px;
    border-radius: 20px;
  }
  .member-name {
    width: 100%;
    gap: 12px;
  }
  .lang-ar .member-name p {
    width: 294px;
    font-size: 16px;

    font-weight: 300;
    font-style: normal;
    font-size: 16px;

    line-height: 26px;
    letter-spacing: 0%;
  }
  .lang-ar .member-name {
    width: 100%;
    gap: 16px;
  }
  .member-name p {
    width: 103%;
    font-size: 16px;
    line-height: 22px;
  }
  .lang-ar .member-img {
    width: 240px;
    height: 305px;
    border-radius: 20px;
  }

  .member-name h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .member-name h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .lang-ar .about-btn {
    width: 163px;
  }
}

/* ═══════════════════════════════════════════════
   SMALL MOBILE (max-width: 375px)
═══════════════════════════════════════════════ */
@media (min-width: 320px) and (max-width: 375px) {
  .about-background {
    padding-top: 80px;
    min-height: 80vh;
  }
  .about-hero {
    display: flex;
    justify-content: center;
    max-width: 300px;
    height: 360px;
    gap: 40px;
  }
  .about-pop-container {
    margin: 32px auto 0 auto;
    width: 172px;
    padding: 6px 8px;
  }
  .about-pop-container h1 {
    font-size: 10px;
  }
  .main-about-heading {
    font-size: 30px;
    width: 100%;
    height: auto;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .about-sub-heading {
    font-size: 14px;
    line-height: 22px;
    padding: 0 8px;
  }

  .who-about-section {
    padding: 24px 12px;
  }
  .who-about-container {
    gap: 24px;
  }

  .who-about-img-desk {
    width: 100%;
    height: 100%;

    border-radius: 32px;
  }
  .who-about-img-desk img {
    width: 100%;
    height: 100%;
    border-radius: 32px;
  }
  .who-about-text {
    width: 100%;
    gap: 20px;
  }
  .who-about-title {
    width: 100%;
  }
  .who-about-title .about-title {
    font-size: 20px;
    line-height: 28px;
  }
  .who-about-text p {
    font-size: 20px;
    line-height: 22px;
    width: 91%;
  }
  .about-btn {
    width: 100%;
    max-width: 207px;
    font-size: 16px;
    height: 48px;
  }

  .future-section {
    padding: 24px 12px;
  }
  .future-container {
    gap: 24px;
  }
  .sec1-vision,
  .sec2-mission {
    width: 100%;
    gap: 12px;
  }
  .sec1-vision h1,
  .sec2-mission h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec1-vision p,
  .sec2-mission p {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
  }

  .what-about-section {
    padding: 24px 12px;
  }
  .what-about-container {
    gap: 24px;
  }
  .what-about-img img {
    border-radius: 20px;
  }
  .what-about-text {
    width: 100%;
    gap: 20px;
  }
  .what-about-title {
    width: 100%;
  }
  .what-about-title .what-title {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .what-about-text p {
    font-size: 18px;
    line-height: 22px;
  }

  .core-about-section {
    padding: 24px 12px;
  }
  .core-about-container {
    gap: 24px;
  }
  .core-about-img img {
    border-radius: 20px;
  }
  .core-about-title {
    margin-bottom: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #737d824d;
    width: 100%;
  }
  .core-about-title .core-about-h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .core-about-paragraph {
    width: 100%;
    gap: 20px;
  }
  .core-about-paragraph .p1 h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .core-about-paragraph .p1 p {
    font-size: 13px;
    line-height: 20px;
  }

  .team-section {
    padding: 24px 12px;
    gap: 40px;
  }
  .team-container {
    gap: 40px;
  }
  .Heading {
    width: 100%;
  }
  .team-title {
    font-size: 20px;
    line-height: 28px;
  }
  .team-info {
    gap: 32px;
  }
  .team-info-card {
    width: 100%;
  }
  .team-info-card .team-info-title {
    font-size: 16px;
    line-height: 24px;
  }
  .team-info-card .team-info-paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .team-info-cards {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .team-info-cards .member2 {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .member-img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    flex: 1;
  }
  .member-img img {
    height: 305px;
    border-radius: 16px;
  }
  .member-name {
    height: 100%;
    width: 100%;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
  }
  .member-name-head {
    width: 100%;
    align-items: center;
  }
  .member-name h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .member-name h2 {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }

  .member-name p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 94%;
  }
}
/* ═══════════════════════════════════════════════
   MOBILE MEDIUM (376px → 767px)
═══════════════════════════════════════════════ */
@media (min-width: 376px) and (max-width: 767px) {
  .about-background {
    padding-top: 80px;
    min-height: 60vh;
  }
  .about-hero {
    max-width: 100%;
    padding: 0 20px;
    height: auto;
    gap: 20px;
  }
  .about-pop-container {
    margin: 40px auto 0 auto;
    width: 190px;
  }
  .main-about-heading {
    font-size: 30px;
    width: 100%;
    height: auto;
    line-height: 38px;
  }
  .about-sub-heading {
    font-size: 15px;
    line-height: 23px;
  }
  .who-about-section {
    width: 100%;
    padding: 32px 20px;
  }
  .who-about-container {
    width: 100%;
    gap: 24px;
  }
  .who-about-img-desk {
    width: 100%;
    height: auto;
  }
  .who-about-img-desk img {
    width: 100%;
    height: auto;
  }
  .who-about-text {
    width: 100%;
    gap: 22px;
  }
  .who-about-title .about-title {
    font-size: 22px;
    line-height: 30px;
  }
  .who-about-text p {
    font-size: 15px;
    line-height: 23px;
  }
  .about-btn {
    width: 100%;
    max-width: 230px;
    font-size: 16px;
    height: 50px;
  }
  .future-section {
    width: 100%;
    padding: 32px 20px;
  }
  .future-container {
    width: 100%;
    gap: 28px;
  }
  .sec1-vision,
  .sec2-mission {
    width: 100%;
    gap: 14px;
  }
  .sec1-vision h1,
  .sec2-mission h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .sec1-vision p,
  .sec2-mission p {
    font-size: 15px;
    line-height: 23px;
  }
  .what-about-section {
    width: 100%;
    padding: 32px 20px;
  }
  .what-about-container {
    width: 100%;
    gap: 24px;
  }
  .what-about-text {
    width: 100%;
    gap: 22px;
  }
  .what-about-title .what-title {
    font-size: 26px;
    line-height: 34px;
  }
  .what-about-text p {
    font-size: 15px;
    line-height: 23px;
  }
  .core-about-section {
    width: 100%;
    padding: 32px 20px;
  }
  .core-about-container {
    width: 100%;
    gap: 24px;
  }
  .core-about-title .core-about-h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .core-about-paragraph .p1 h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .core-about-paragraph .p1 p {
    font-size: 15px;
    line-height: 23px;
  }
  .team-section {
    width: 100%;
    padding: 32px 20px;
    gap: 48px;
  }
  .team-container {
    width: 100%;
    gap: 48px;
  }
  .team-title {
    font-size: 22px;
    line-height: 30px;
  }
  .team-info {
    gap: 40px;
  }
  .team-info-card .team-info-title {
    font-size: 17px;
    line-height: 25px;
  }
  .team-info-card .team-info-paragraph {
    font-size: 15px;
    line-height: 23px;
  }
  .team-info-cards {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .member-img {
    width: 100%;
    height: 305px;
    border-radius: 20px;
  }
  .member-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .member-name h1 {
    font-size: 17px;
    line-height: 25px;
  }
  .member-name h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .member-name p {
    font-size: 14px;
    line-height: 22px;
  }
}
