@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');

body {
  direction: rtl;
  font-family: 'Tajawal', sans-serif;
}

/* Nav */
.logo {
  margin-left: 0;
  margin-right: 0;
}

.nav-links {
  padding-right: 0;
}

.nav-links li:last-child {
  margin-left: 0;
}

.nav-links li:first-child {
  margin-left: 24px;
}

.lang-switcher .globe-icon {
  order: 1;
}

.lang-switcher select {
  padding: 6px 10px 6px 30px;
  background-position: left 8px center;
}

/* Hero */
.hero-content {
  text-align: right;
}

.hero-content .btn + .btn {
  margin-right: 12px;
  margin-left: 0;
}

/* About */
.about-content {
  text-align: right;
}

/* Section titles */
.section-title {
  text-align: right;
}

/* Service cards */
.service-card {
  text-align: right;
}

.service-card .icon {
  margin-left: auto;
  margin-right: 0;
}

/* FAQ */
.faq-question {
  text-align: right;
}

.faq-question::after {
  right: auto;
  left: 20px;
}

.faq-answer {
  text-align: right;
  padding: 0 20px;
}

.faq-answer.open {
  padding: 12px 20px 16px;
}

/* Working process */
.process-steps {
  text-align: right;
}

.step-number {
  margin-left: 16px;
  margin-right: 0;
}

.step-content {
  text-align: right;
}

.process-content {
  text-align: right;
}

/* Team */
.member-card {
  text-align: center;
}

.team-content {
  text-align: right;
}

/* Blog cards */
.blog-card {
  text-align: right;
}

.blog-card .meta {
  padding-right: 0;
}

.blog-card .meta li:first-child {
  margin-left: 12px;
  margin-right: 0;
}

/* CTA */
.cta-content {
  text-align: right;
}

/* Contact section */
.contact-info {
  text-align: right;
}

.contact-info h3 {
  text-align: right;
}

.contact-info p svg {
  margin-left: 10px;
  margin-right: 0;
}

/* Footer */
.footer {
  text-align: center;
}

/* Contact page */
.contact-item {
  text-align: right;
}

.contact-item .icon {
  margin-left: 16px;
  margin-right: 0;
}

.contact-actions .btn + .btn {
  margin-right: 12px;
  margin-left: 0;
}

.privacy-content {
  text-align: right;
}

/* Responsive */
@media (max-width: 992px) {
  .about-image {
    order: 0;
  }
  .team-members {
    order: 0;
  }
  .process-image {
    order: 0;
  }
}

.hero-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  transition: var(--transition);
  text-decoration: none;
}

.hero-social a:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.hero-social a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.dir-ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-links {
    text-align: right;
  }
  .nav-links li:first-child {
    margin-left: 0;
  }
  .hero-content .btn + .btn {
    margin-right: 0;
  }
}
