/* Arabic / RTL layout tweaks (Bootstrap RTL handles most spacing) */
body.rtl {
    font-family: 'Cairo', 'Open Sans', sans-serif;
    direction: rtl;
    text-align: right;
}

body.rtl .navbar-brand,
body.rtl .footer-brand {
    font-family: 'Montserrat', 'Cairo', sans-serif;
}

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;
}

/* Keep floats in fixed corners: WhatsApp left, chat + back-to-top right */
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;
}
