/* Makkah About Section */
.makkah-about {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}

.makkah-about__inner {
  max-width: 50rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.makkah-about__content {
  text-align: center;
}

.makkah-about__text {
  font-size: 1.375rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-weight: 400;
}

/* RTL Support */
html[dir="rtl"] .makkah-about__text {
  text-align: center;
  direction: rtl;
}

/* LTR Support */
html[dir="ltr"] .makkah-about__text {
  text-align: center;
  direction: ltr;
}

/* Responsive Design */
@media (max-width: 48rem) {
  .makkah-about {
    padding: 3rem 0;
  }

  .makkah-about__inner {
    padding: 0 1rem;
  }

  .makkah-about__text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media (max-width: 36rem) {
  .makkah-about {
    padding: 2.5rem 0;
  }

  .makkah-about__text {
    font-size: 1rem;
  }
}