.about-page {
  background: #0f4361;
  padding: 70px 80px;
  direction: rtl;
  font-family: "Tajawal", sans-serif;
}

/* WHITE CARDS */
.info-card {
  width: 75%;
  margin: 0 auto 90px;
  background: #f8f8f8;
  border: 4px solid #a5803b;
  border-radius: 45px;

  min-height: 210px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  padding: 35px 70px;
  overflow: visible;
}

.card-person {
  position: absolute;
  left: 45px;
  bottom: 0;
  width: 220px;
  z-index: 3;
}

.card-text {
  width: 68%;
  text-align: right;
  color: #0f4361;
   text-align: justify;
}

.card-text h2 {
  color: #9b7a36;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.card-text p {
  font-size: 16px;
   text-align: justify;
  line-height: 1.9;
}

/* VALUES */
.values-list {
  width: 75%;
  margin: 0 auto 90px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 25px;
  color: white;
}

.value-item img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

.value-item h3 {
  color: #c6bb9a;
  font-size: 22px;
  margin-bottom: 8px;
}

.value-item p {
  font-size: 15px;
  line-height: 1.8;
  color: white;
}

/* ADVANTAGES */
.advantages {
  width: 85%;
  margin: 60px auto 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 80px;

  color: white;
}

.advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.advantage-item span {
  color: #c6bb9a;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
}

.advantage-item p {
  font-size: 15px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-page {
    padding: 50px 20px;
  }

  .info-card {
    width: 100%;
    flex-direction: column;
    padding: 35px 25px;
    text-align: center;
  }

  .card-person {
    position: relative;
    left: auto;
    width: 180px;
    margin-bottom: 20px;
  }

  .card-text {
    width: 100%;
    text-align: center;
  }

  .values-list {
    width: 100%;
  }

  .advantages {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.info-card1.why-card {
  width: 75%;
  max-width: 1350px;
  height: 210px;

  margin: 30px auto 60px;
  padding: 0 90px 0 420px;

  background: #f8f8f8;
  border: 5px solid #b48a3c;
  border-radius: 50px;

  position: relative;
  overflow: visible;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  direction: rtl;
}

/* IMAGE */
.card-person1 {
  position: absolute;

  left:-7px;
  top: -67px;
  height: 318px;
  width: auto;

  object-fit: contain;
  z-index: 5;

  transform: none;
  display: block;
}
.card-person1 img {
  width: 100%;
  display: block;
}

/* TEXT */


.card-text1 {
  width: 68%;
  text-align: right;
  color: #0f4361;
}

.card-text1 h2 {
  color: #9b7a36;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.card-text1 p {
  font-size: 16px;
  line-height: 1.9;
}

/* MOBILE */
@media (max-width: 768px) {

    .info-card1.why-card {
        height: auto;
        padding: 40px 25px 260px;
        border-radius: 35px;
    }

    .card-person1 {
        left: 50%;
        transform: translateX(-50%);
        height: 250px;
    }

    .card-text1 {
        width: 100%;
    }

    .card-text1 h2 {
        font-size: 34px;
    }

    .card-text1 p {
        font-size: 20px;
        line-height: 1.8;
    }
}


.advantages-section {
  width: 100%;
  background: #0f4361;
  padding: 80px 70px;
  direction: rtl;
}

.advantages-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 65px 120px;

  max-width: 1400px;
  margin: auto;
}

.advantage-box {
  position: relative;

  padding-right: 90px;

  min-height: 120px;
}

.advantage-number {
  position: absolute;

  right: 0;
  top: -10px;

  font-size: 88px;
  font-weight: 900;

  color: #a5803b;

  line-height: 1;
}

.advantage-number::after {
  content: "";

  position: absolute;

  right: -8px;
  bottom: 10px;

  width: 22px;
  height: 22px;

  background: #b48a3c;
  border-radius: 50%;

  z-index: -1;
}

.advantage-text h3 {
  color: white;

  font-size: 28px;
  font-weight: 700;

  margin-bottom: 12px;
}

.advantage-text p {
  color: white;

  font-size: 16px;
  line-height: 1.9;

  opacity: .95;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .card-text {
    width: 100%;
    text-align: right;
  }

  .card-text p {
    text-align: justify;
    text-align-last: right;
    direction: rtl;
    line-height: 2;
  }
}

  
  
  .card-text p {
  width: 100%;
  max-width: 520px;
  text-align: justify !important;
  text-align-last: right;
  direction: rtl;
  line-height: 2;
}
	
/* =========================
   WHO PAGE RESPONSIVE FIX
========================= */

@media (max-width: 1200px) {
  .about-page {
    padding: 60px 40px;
  }

  .info-card,
  .info-card1.why-card,
  .values-list {
    width: 90%;
  }

  .info-card1.why-card {
    padding: 35px 60px 35px 330px;
  }

  .card-person1 {
    height: 285px;
  }

  .advantages-grid {
    gap: 55px 70px;
  }
}

@media (max-width: 900px) {
  .about-page {
    padding: 45px 20px;
  }

  .info-card,
  .info-card1.why-card {
    width: 100%;
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 35px 22px;
    margin-bottom: 55px;
    border-radius: 35px;
    text-align: center;
  }

  .card-person,
  .card-person1 {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    transform: none;
    width: auto;
    height: 220px;
    margin: -25px auto 20px;
    display: block;
  }

  .card-text {
    width: 100%;
    max-width: 100%;
    text-align: right;
  }

  .card-text h2 {
    font-size: 26px;
    text-align: center;
  }

  .card-text p {
    max-width: 100%;
    font-size: 15px;
    line-height: 2;
    text-align: justify !important;
    text-align-last: right;
  }

  .values-list {
    width: 100%;
    gap: 28px;
    margin-bottom: 55px;
  }

  .value-item {
    align-items: flex-start;
    gap: 18px;
  }

  .value-item img {
    width: 58px;
    height: 58px;
  }

  .value-item h3 {
    font-size: 20px;
  }

  .value-item p {
    font-size: 15px;
  }

  .advantages-section {
    padding: 55px 22px;
  }

  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .advantage-box {
    padding-right: 68px;
    min-height: auto;
  }

  .advantage-number {
    font-size: 62px;
  }

  .advantage-text h3 {
    font-size: 22px;
  }

  .advantage-text p {
    font-size: 15px;
  }
}

@media (max-width: 520px) {
  .about-page {
    padding: 35px 14px;
  }

  .info-card,
  .info-card1.why-card {
    padding: 30px 18px;
    border-radius: 28px;
    border-width: 3px;
  }

  .card-person,
  .card-person1 {
    height: 190px;
  }

  .card-text h2 {
    font-size: 24px;
  }

  .card-text p {
    font-size: 14px;
    line-height: 2;
  }

  .value-item {
    flex-direction: row;
    gap: 14px;
  }

  .value-item img {
    width: 48px;
    height: 48px;
  }

  .advantages-section {
    padding: 45px 16px;
  }

  .advantage-box {
    padding-right: 55px;
  }

  .advantage-number {
    font-size: 50px;
  }

  .advantage-text h3 {
    font-size: 19px;
    line-height: 1.5;
  }

  .advantage-text p {
    font-size: 14px;
  }
}	


/* MOBILE DROPDOWN FINAL FIX */
@media (max-width: 768px) {

  .main-header {
    height: 85px !important;
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #ffffff !important;
    position: sticky !important;
    top: 0;
    z-index: 99999;
  }

  .logo {
    position: static !important;
    height: 70px !important;
    margin: 0 !important;
    order: 2;
  }

  .menu-toggle {
    display: block !important;
    order: 1;
    background: transparent !important;
    border: none !important;
    color: #0f4361 !important;
    font-size: 34px !important;
    cursor: pointer;
    z-index: 100000;
  }

  .main-header .nav-menu {
    display: none !important;
    position: absolute !important;
    top: 85px !important;
    right: 0 !important;
    width: 100% !important;
    background: #0f4361 !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 0 !important;
    box-shadow: 0 12px 25px rgba(0,0,0,.25);
  }

  .main-header .nav-menu.show {
    display: flex !important;
  }

  .main-header .nav-menu a {
    color: #ffffff !important;
    padding: 15px 25px !important;
    text-align: right !important;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }

  .main-header .nav-menu a.active::after {
    display: none !important;
  }
}