/* RTL overrides — keep WhatsApp on physical right (Figma) */
.bs-rtl .bs-menu a::after{transform-origin:right}
.bs-rtl .bs-breadcrumbs span::before{content:"\\";margin-inline-start:.5rem;margin-inline-end:0}
/* Heroes already put separators on links (::after) — avoid double slash before current title */
.bs-single-service__hero .bs-breadcrumbs span::before,
.bs-single-project__hero .bs-breadcrumbs span::before,
.bs-single-post__hero .bs-breadcrumbs span::before,
.bs-rtl .bs-single-service__hero .bs-breadcrumbs span::before,
.bs-rtl .bs-single-project__hero .bs-breadcrumbs span::before,
.bs-rtl .bs-single-post__hero .bs-breadcrumbs span::before{content:none;margin:0}
.bs-rtl .bs-floating,
.bs-rtl .bs-float,
.bs-rtl .bs-back-top{right:1.25rem!important;left:auto!important}
.bs-rtl .bs-float--call{right:5.5rem!important;left:auto!important}
.bs-rtl .bs-compare input{inset:auto auto 1rem 50%}
