/* ================================================
   ABOUT PAGE – CUSTOM STYLES
   ================================================ */

/* ---------- Reset & Base overrides ---------- */
body {
  background-color: #f5f6f8;
}

/* ---------- Top Banner Section ---------- */
.at-banner {
  background-image: url('../images/about-banner.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #031131;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 48px 0;
}



/* ---------- Content Container & Card ---------- */
.at-about-container {
  width: 100%;
  padding: 36px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.at-about-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.at-about-card__section {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .10196078431372549);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.abt {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.abt .left {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.abt p {
  text-align: left;
}

.abt img {
  width: 45%;
  border-radius: 20px;
}

.at-about-card__title {
  font-size: 25px;
  font-weight: 600;
  color: #0a218d;
}

.at-about-card__row {
  display: flex;
  gap: 20px;
}

.at-about-card__text {
  font-size: 14px;
  font-weight: 400;
  color: #070707;
  line-height: 26px;
  text-align: justify;
}

.at-about-card__row .box {
  width: 33.3%;
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.at-about-card__row .box p {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
  line-height: 24px;
}

.at-about-card__row .box .img-outer {
  width: 50px;
  height: 50px;
  padding: 00px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.at-about-card__row .box .img-outer img {
  width: 100%;
}

/* ---------- RESPONSIVE OVERRIDES ---------- */

@media (max-width: 1024px) {
  .at-banner__brand-title {
    font-size: 38px;
  }

  .at-banner__brand-sub {
    font-size: 22px;
  }

  .at-banner__arabic-title {
    font-size: 38px;
  }


}

@media (max-width: 768px) {
  .at-banner {
    padding: 40px 0;
    min-height: 100%;
  }

  .at-banner__inner {
    flex-direction: column;
    text-align: center;
    gap: 36px;
  }

  .at-banner__col {
    align-items: center;
    width: 100%;
  }

  .at-banner__brand {
    align-items: center;
  }

  .at-banner__arabic-wrapper {
    border-right: none;
    border-bottom: 3px solid #d32f2f;
    padding-right: 0;
    padding-bottom: 12px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 320px;
  }

  .at-banner__seal-wrapper {
    justify-content: center;
    width: 100%;
  }

  .at-about-container {
    padding: 24px 16px;
  }

  .at-about-card {
    gap: 28px;
  }

  .at-about-card__title {
    font-size: 22px;
  }

  .at-about-card__text {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  .abt {
    flex-direction: column;
    gap: 20px;
  }

  .abt .left {
    width: 100%;
  }

  .abt img {
    width: 100%;
    margin: 0 auto;
  }

  .at-about-card__row {
    flex-direction: column;
  }

  .at-about-card__row .box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .at-banner__brand-title {
    font-size: 32px;
  }

  .at-about-card__section {
    padding: 20px;
  }

  .at-banner__brand-sub {
    font-size: 18px;
  }

  .at-banner__arabic-title {
    font-size: 32px;
  }

  .at-banner__arabic-sub {
    font-size: 16px;
  }

  .at-banner__seal-domain {
    font-size: 16px;
  }



  .at-about-card__title {
    font-size: 20px;
  }
}