body.rtl { direction: rtl; text-align: right; }
body.rtl .navbar-nav { margin-right: auto !important; margin-left: 0 !important; }
body.rtl .hero-slide-content { text-align: right; }
body.rtl .service-card-link i { transform: rotate(180deg); }
body.rtl .footer-links a:hover { padding-left: 0; padding-right: 4px; }
body.rtl .whatsapp-float { left: auto; right: 30px; }
body.rtl .back-to-top { right: auto; left: 30px; }
body.rtl .ptc-chatbot { right: auto; left: 30px; }
body.rtl .ptc-chatbot-panel { right: auto; left: 0; }
body.rtl .ptc-chat-msg--bot .ptc-chat-bubble { border-bottom-left-radius: 14px; border-bottom-right-radius: 4px; }
body.rtl .ptc-chat-msg--user .ptc-chat-bubble { border-bottom-right-radius: 14px; border-bottom-left-radius: 4px; }
@media (max-width: 575.98px) {
    body.rtl .ptc-chatbot { left: 16px; right: auto; }
    body.rtl .ptc-chatbot-panel { left: 12px; right: 12px; }
}
body.rtl .me-1, body.rtl .me-2, body.rtl .me-3, body.rtl .ms-1, body.rtl .ms-2, body.rtl .ms-3 { margin-left: 0 !important; margin-right: 0 !important; }
