/* Arapça (RTL) için ince ayarlar. Bootstrap RTL zaten yüklü; burada özel bileşenler hizalanır. */
body { direction: rtl; text-align: right; }

.hero, .page-hero, .section-title, .cat-tile { text-align: right; }
.hero .hero-cta, .hero .hero-badges { justify-content: flex-start; }

.departure-row { text-align: right; }
.card-meta { justify-content: flex-start; }
.feature-list li { padding: .35rem 1.7rem .35rem 0; }
.feature-list li::before { left: auto; right: 0; }

.breadcrumbs li::after { content: "‹"; margin-left: 0; margin-right: .4rem; }
.breadcrumbs li:last-child::after { content: ""; }

.spec-list li { flex-direction: row-reverse; }
.footer-bottom { direction: rtl; }

/* WhatsApp yüzen buton solda dursun */
.whatsapp-float { right: auto; left: 18px; }

/* Latin marka/sayı parçaları için nokta yönü */
.brand-mark, .card-price, .topbar-contact { direction: rtl; }
