body {
  direction: rtl;
  text-align: right;
}

.footer,
.footer__container,
.footer__links,
.nav__links,
.room__grid,
.service__grid,
.review__grid,
.explore__grid,
.roomtypes__grid,
.travel__grid {
  direction: rtl;
}

.footer__col,
.nav__links li,
.footer__links li {
  text-align: right;
}

.footer__col {
  align-items: flex-start;
}

[dir="rtl"] .footer__col {
  width: auto;
  flex: 1 1 240px;
  min-width: 220px;
}

.section__subheader,
.section__header,
.section__description,
.footer__col h4 {
  text-align: right;
}

.footer__bar {
  text-align: center;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.hero__content,
.about__content,
.service__card,
.travel__card,
.explore__card,
.review__card,
.room__card,
.roomtypes__card {
  text-align: right;
}

.hero__btns,
.footer__socials {
  flex-direction: row-reverse;
}

.reviews__carousel .carousel__track {
  direction: ltr;
}

.reviews__carousel .review__slide {
  direction: rtl;
}

html[dir="rtl"] footer#contact .footer__container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  direction: rtl;
}

html[dir="rtl"] footer#contact .footer__container .footer__col {
  text-align: right;
  flex: 0 1 240px !important;
  width: auto !important;
}
