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

.nav-wrapper {
  justify-content: center;
}

.menu {
  direction: rtl;
}

.hero::before {
  right: auto;
  left: -120px;
}

.hero::after {
  left: auto;
  right: -120px;
}

.floating-card {
  left: 24px;
  right: 24px;
}

.rtl-right {
  text-align: right !important;
}

.hero-features,
.hero-badges,
.hero-actions,
.quick-cta-row,
.cta-actions,
.socials,
.lang-switcher,
.nav-right {
  direction: rtl;
}

.contact-item,
.footer-col,
.input-group,
.form-message,
.booking-note,
.review-card,
.review-top,
.faq-question,
.faq-answer p {
  text-align: right;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  text-align: right;
}

.overlay {
  justify-content: flex-start;
}

.whatsapp-float {
  right: auto;
  left: 18px;
}

.rtl-left {
  right: auto;
  left: 18px;
}

.back-to-top.rtl-left {
  right: auto;
  left: 18px;
}

@media (max-width: 900px) {
  .nav-wrapper {
    right: 0;
    left: 0;
  }

  .menu {
    margin: 0 auto;
  }

  .floating-card {
    left: auto;
    right: auto;
  }
}