/* Arabic language layer for the Garden Room Dubai page.
   Layout containers remain spatially LTR so the English composition is preserved. */
html[lang="ar-AE"],
body.garden-room-page--ar {
  direction: ltr;
}

.garden-room-page--ar :where(
  .pbt-site-menu,
  .pbt-site-menu__layout,
  .pbt-site-menu__header,
  .pbt-site-menu__header-actions,
  .pbt-site-menu__link,
  .pbt-site-menu__utility,
  .pbt-site-menu__preview-caption,
  #header-sticky,
  #header-sticky .row,
  #header-sticky .button-group,
  .gr-hero,
  .gr-hero__inner,
  .gr-cta,
  .gr-hero__details,
  .gr-context__spread,
  .gr-context__features,
  .gr-context__feature,
  .gr-section-head,
  .gr-use-grid,
  .gr-value-dossier,
  .gr-value-benefits,
  .gr-value-benefit,
  .gr-climate-dossier,
  .gr-climate-top,
  .gr-climate-specs,
  .gr-pod-folio,
  .gr-pod-tile,
  .gr-pod-tile__content,
  .gr-compare-grid,
  .gr-process-folio,
  .gr-process-list,
  .gr-pathways,
  .gr-grid,
  .gr-trust-strip,
  .gr-faq-composition,
  .gr-faq-editorial,
  .gr-faq,
  .gr-faq-column,
  .gr-faq-item,
  .gr-faq summary,
  .gr-enquiry__layout,
  .gr-enquiry__form,
  .gr-enquiry__meta,
  .gr-enquiry__progress,
  .gr-enquiry__progress-button,
  .gr-enquiry__fields,
  .gr-enquiry__field-surface,
  .gr-enquiry-select__trigger,
  .gr-enquiry__actions,
  .pbt-discover__shell,
  .pbt-discover__links,
  .pfx-menu,
  .pfx-bottom,
  .pfx-legal,
  .pfx-social
) {
  direction: ltr;
}

.garden-room-page--ar :where(
  p,
  h1,
  h2,
  h3,
  li,
  label,
  legend,
  figcaption,
  .gr-eyebrow,
  .pbt-site-menu__label,
  .pbt-site-menu__micro,
  .pbt-site-menu__current,
  .pbt-site-menu__close-text,
  .pbt-site-menu__preview-title,
  .pbt-site-menu__preview-copy,
  .pbt-site-menu__preview-action span:first-child,
  .pbt-site-menu__utility-brochure span:first-child,
  .pbt-site-menu__utility-language span,
  .custom-btn,
  .gr-btn,
  .gr-climate-spec,
  .gr-pod-tile__link,
  .gr-pod-folio__range,
  .gr-process-link,
  .gr-pathway span,
  .gr-trust-strip span,
  .gr-faq-question,
  .gr-enquiry__progress-button span:last-child,
  .gr-enquiry-select__value,
  .gr-enquiry-select__option,
  .gr-enquiry__privacy,
  .gr-enquiry__status,
  .pbt-discover__links span:first-child,
  .pfx-menu a,
  .pfx-legal
) {
  direction: rtl;
  unicode-bidi: plaintext;
  font-family: Tahoma, Arial, sans-serif !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  hyphens: none;
}

.garden-room-page--ar :where(
  .gr-hero__content,
  .gr-context__intro,
  .gr-context__feature > div,
  .gr-section-head,
  .gr-use-card,
  .gr-value-panel,
  .gr-value-benefit > div,
  .gr-climate-intro,
  .gr-pod-folio__intro,
  .gr-pod-tile__content,
  .gr-compare-panel,
  .gr-process-intro,
  .gr-process-step,
  .gr-pathway,
  .gr-grid,
  .gr-faq-editorial__heading,
  .gr-faq-question,
  .gr-faq-answer,
  .gr-enquiry__header,
  .gr-enquiry__legend,
  .gr-enquiry__field-surface > label,
  .gr-enquiry__field-surface > input,
  .gr-enquiry__field-surface > textarea,
  .gr-enquiry-select__value,
  .gr-enquiry-select__option,
  .gr-enquiry__field-error,
  .gr-enquiry__privacy,
  .gr-enquiry__status,
  .pbt-discover__header
) {
  text-align: start;
  text-align-last: start;
}

.garden-room-page--ar :where(
  input[type="tel"],
  input[type="email"],
  #garden-space,
  [dir="ltr"],
  [lang="en"],
  bdi
) {
  direction: ltr !important;
  unicode-bidi: isolate;
}

.garden-room-page--ar :where(
  .pbt-site-menu__utility-contact,
  .pbt-site-menu__utility-social,
  .pbt-site-menu__language,
  .pbt-site-menu__arrow,
  .gr-cta,
  .pfx-social
) {
  direction: ltr;
}
