.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.legal-links a {
  color: var(--navy-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: var(--rose-dark);
}

.site-footer .legal-links a {
  color: rgba(255, 255, 255, 0.82);
}

.site-footer .legal-links a:hover,
.site-footer .legal-links a:focus-visible {
  color: var(--champagne);
}

.legal-page-section {
  padding: 72px 0;
  background: var(--pure-white);
}

.legal-content {
  max-width: 860px;
  margin-inline: auto;
  padding: clamp(22px, 5vw, 48px);
  border: 1px solid var(--champagne-border);
  border-radius: var(--radius-lg);
  background: var(--offwhite);
  box-shadow: var(--shadow-sm);
}

.legal-content h2 {
  margin: 30px 0 10px;
  color: var(--navy);
  font-family: var(--font-ar-title);
  font-size: 1.65rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: var(--navy-light);
  line-height: 2;
}

.legal-content ul {
  margin: 10px 22px 0 0;
}

.legal-updated {
  margin-bottom: 24px;
  color: var(--navy-muted);
  font-size: 0.9rem;
}

.analytics-consent {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 920px;
  margin-inline: auto;
  padding: 16px 18px;
  border: 1px solid var(--champagne-border);
  border-radius: 18px;
  background: rgba(253, 251, 247, 0.98);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
}

.analytics-consent__text {
  color: var(--navy-light);
  font-size: 0.9rem;
  line-height: 1.8;
}

.analytics-consent__text a {
  color: var(--rose-dark);
  text-decoration: underline;
}

.analytics-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.analytics-consent button {
  min-width: 88px;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
}

/* Keep international phone numbers readable inside RTL Arabic copy. */
[data-site-phone] {
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
  text-align: left;
}

.language-toggle {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  padding-inline: 11px;
  border: 1px solid var(--champagne-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  font-family: var(--font-en-body);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: var(--rose);
  background: var(--rose-light);
  color: var(--rose-dark);
  outline: none;
}

.language-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(159, 107, 107, 0.2);
}

.language-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--rose-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-toggle__label[lang="ar"] {
  font-family: var(--font-ar-title);
  font-size: 0.92rem;
  color: var(--rose-dark);
}

.mobile-language-toggle {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-menu-drawer .mobile-nav-link.active,
  .mobile-menu-drawer .mobile-nav-link[aria-current="page"] {
    padding-inline: 14px;
    color: var(--rose-dark);
    background: linear-gradient(135deg, rgba(244, 232, 232, 0.95), rgba(250, 244, 235, 0.92));
    border: 1px solid rgba(201, 151, 151, 0.38);
    border-radius: 14px;
    box-shadow: inset -4px 0 0 var(--rose-dark);
    font-weight: 800;
  }

  .mobile-menu-drawer .mobile-nav-link.active:hover,
  .mobile-menu-drawer .mobile-nav-link[aria-current="page"]:hover {
    color: var(--rose-dark);
    background: var(--rose-light);
  }

  .nav-actions > .language-toggle {
    display: none;
  }

  .mobile-menu-drawer .mobile-language-toggle {
    display: flex;
    align-self: stretch;
    min-height: 46px;
    margin-bottom: 8px;
    background: var(--offwhite-warm);
  }
}

#google_translate_element,
.goog-te-banner,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
#goog-gt-tt,
body > .skiptranslate:not(#google_translate_element),
iframe.skiptranslate[src*="translate.google"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
}

html,
body,
html.translated-ltr,
html.translated-rtl {
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

html[lang="en"] body {
  direction: ltr;
  text-align: left;
  font-family: var(--font-en-body);
}

html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] .hero-title,
html[lang="en"] .section-title,
html[lang="en"] .inner-page-title {
  font-family: var(--font-en-title);
}

html[lang="en"] .inner-page-hero,
html[lang="en"] .section-header,
html[lang="en"] .map-visual-placeholder {
  text-align: center;
}

html[lang="en"] .hero-content,
html[lang="en"] .footer-col,
html[lang="en"] .contact-box-content,
html[lang="en"] .booking-form-card,
html[lang="en"] .legal-content,
html[lang="en"] .form-group,
html[lang="en"] .mobile-menu-drawer {
  text-align: left;
}

html[lang="en"] .contact-layout-grid,
html[lang="en"] .contact-box,
html[lang="en"] .booking-wrapper,
html[lang="en"] .footer-grid {
  direction: ltr;
}

html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] select {
  direction: ltr;
  text-align: left;
}

html[lang="en"] .nav-link::after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

html[lang="en"] .floating-card-text,
html[lang="en"] .faq-question,
html[lang="en"] .conf-details-box,
html[lang="en"] .advisor-text,
html[lang="en"] .journey-step-card,
html[lang="en"] .testimonial-card,
html[lang="en"] .bride-card-body {
  text-align: left;
}

html[lang="en"] .stat-item:not(:last-child) {
  padding-right: 32px;
  padding-left: 0;
  border-right: 1px solid rgba(230, 213, 184, 0.8);
  border-left: 0;
}

html[lang="en"] .search-input-box input {
  padding-right: 16px;
  padding-left: 40px;
}

html[lang="en"] .search-input-box svg {
  right: auto;
  left: 14px;
}

html[lang="en"] .search-input-wrapper input {
  padding-right: 20px;
  padding-left: 46px;
}

html[lang="en"] .search-input-wrapper .search-icon {
  right: auto;
  left: 18px;
}

html[lang="en"] select.form-control,
html[lang="en"] select.form-select,
html[lang="en"] select.custom-select {
  padding-right: 42px;
  padding-left: 18px;
  background-position: right 16px center;
}

html[lang="en"] .btn-close-modal {
  right: 18px;
  left: auto;
}

html[lang="en"] .modal-bullets .bullet {
  margin-right: 6px;
  margin-left: 0;
}

html[lang="en"] .floating-concierge-btn {
  right: 30px;
  left: auto;
}

html[lang="en"] .app-toast {
  right: auto;
  left: 30px;
}

html[lang="en"] .footer-links a:hover {
  padding-right: 0;
  padding-left: 6px;
}

@media (max-width: 1024px) {
  html[lang="en"] .mobile-menu-drawer .mobile-nav-link.active,
  html[lang="en"] .mobile-menu-drawer .mobile-nav-link[aria-current="page"] {
    box-shadow: inset 4px 0 0 var(--rose-dark);
  }
}

@media (max-width: 768px) {
  html[lang="en"] .stat-item:not(:last-child) {
    padding-right: 6px;
  }

  html[lang="en"] .floating-concierge-btn {
    right: max(14px, env(safe-area-inset-right));
    left: auto;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  html[lang="en"] .nav-container > nav {
    display: none;
  }

  html[lang="en"] .mobile-toggle {
    display: block;
  }
}

@media (min-width: 1321px) {
  html[lang="en"] .nav-container > nav {
    margin-inline: 14px;
  }

  html[lang="en"] .nav-links {
    gap: 14px;
  }

  html[lang="en"] .nav-link {
    font-size: 0.82rem;
  }

  html[lang="en"] .btn-book-nav {
    padding-inline: 16px;
    white-space: nowrap;
  }
}

.footer-whatsapp-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-phone-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-phone-line > svg {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-brand-icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  color: #25d366;
  fill: currentColor;
}

.contact-box-icon .whatsapp-brand-icon {
  width: 1.6rem;
  height: 1.6rem;
}

/* Slightly improve footer readability without increasing its footprint. */
.site-footer .footer-slogan {
  font-size: 1.15rem;
}

.site-footer .footer-col h2 {
  font-size: 1.18rem;
}

.site-footer .footer-col p,
.site-footer .footer-links a {
  font-size: 0.96rem;
}

.site-footer .footer-bottom {
  font-size: 0.9rem;
}

.analytics-consent__accept {
  border: 1px solid var(--rose-dark);
  background: var(--rose-dark);
  color: #fff;
}

.analytics-consent__decline {
  border: 1px solid var(--champagne-border);
  background: transparent;
  color: var(--navy);
}

@media (max-width: 640px) {
  .site-footer .footer-slogan {
    font-size: 0.88rem;
  }

  .site-footer .footer-col h2 {
    font-size: 0.92rem;
  }

  .site-footer .footer-col p,
  .site-footer .footer-links a {
    font-size: 0.78rem;
  }

  .site-footer .footer-bottom {
    font-size: 0.72rem;
  }

  .site-footer .legal-links a {
    font-size: 0.74rem;
  }

  .contact-info-cards {
    gap: 12px;
  }

  .contact-info-cards .contact-box {
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
  }

  .contact-info-cards .contact-box-icon {
    width: 40px;
    height: 40px;
  }

  .contact-info-cards .contact-box-icon > svg:not(.whatsapp-brand-icon) {
    width: 20px;
    height: 20px;
  }

  .contact-info-cards .contact-box-icon .whatsapp-brand-icon {
    width: 1.35rem;
    height: 1.35rem;
  }

  .contact-info-cards .contact-box-content {
    min-width: 0;
  }

  .contact-info-cards .contact-box-content h4 {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .contact-info-cards .contact-box-content p {
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .faq-section .faq-accordion {
    gap: 12px;
  }

  .faq-section .faq-question {
    gap: 12px;
    padding: 16px;
    font-family: var(--font-ar-body);
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .faq-section .faq-question > span:first-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: break-word;
    text-wrap: balance;
    unicode-bidi: plaintext;
  }

  .faq-section .faq-icon {
    flex: 0 0 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
  }

  .faq-section .faq-answer {
    padding-inline: 16px;
    font-family: var(--font-ar-body);
    font-size: 0.88rem;
    line-height: 1.9;
  }

  .faq-section .faq-item.open .faq-answer {
    padding: 0 16px 18px;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .analytics-consent__actions,
  .analytics-consent button {
    width: 100%;
  }
}

/* SEO & accessibility contrast refinements */
.btn-book-nav { background-color: #945b5b; }
.section-pretitle,
.dress-cat-tag { color: #8b5555; }
.dress-rating { color: #806200; }
