/* Tuna Yerbilimleri — RTL overrides, loaded only on /ar/ pages after style.css.
   Flexbox/grid layout mirrors automatically under dir="rtl"; these rules only
   correct the handful of hardcoded physical left/right values in style.css. */

/* Header nav / mobile toggle: auto-margin pushes toward the end (now the left) */
.site-nav,
.nav-toggle{margin-left:0;margin-right:auto}

/* Checklist bullet + indent (index.html "Depreme dayanıklı tasarım" list) */
.checklist li{padding-left:0;padding-right:1.6rem}
.checklist li::before{left:auto;right:0}

/* Service-card chip spacing */
.svc-card .chip{margin-left:0;margin-right:.5em}

/* Process-step accent underline */
.step::before{left:auto;right:0}

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

/* Lightbox prev/next: swap sides so "next" still points toward reading-forward */
.lb-prev{left:auto;right:10px}
.lb-next{right:auto;left:10px}

/* Footer legal line */
.footer-bottom-in{text-align:right}

/* Forward-pointing chevrons (links, buttons, CTA) mirror to point left */
.tlink svg,
.svc-go svg,
.btn-solid svg{transform:scaleX(-1)}

/* Auto-scrolling reference marquee and field-photo strip rely on LTR pixel/scrollLeft
   math in main.js — keep their internal direction fixed so the JS is unaffected */
.marquee-track,
.ss-track{direction:ltr}
.ss-slide figcaption,
.ref-tile.ref-text{direction:rtl;text-align:right}
