/*
 * RTL Stylesheet – Tiktin Theme
 *
 * WordPress auto-loads this when the site locale is RTL.
 * It only contains overrides that flip directional properties
 * not already handled by the main style.css.
 */

/* Flip direction-sensitive layout properties */
.about__badge   { right: auto; left: 24px; }

/* Footer nav hover indent */
.footer-nav a:hover { padding-right: 5px; padding-left: 0; }

/* Scroll indicator stays centered */
.hero__scroll { left: 50%; right: auto; transform: translateX(-50%); }

/* WhatsApp button on RTL stays on left (already set inline, but ensure) */
.whatsapp-float { left: 28px; right: auto; }

/* Input text direction remains correct in RTL */
input[type="email"],
input[type="tel"],
input[type="url"] {
  direction: ltr;
  text-align: right;
}
