/* Hebrew (RTL) adjustments for the Art Voyage Pro theme.
   Applied only when <html lang="he-IL" dir="rtl"> is active. */

body.avp-rtl {
	font-family: 'Heebo', 'Inter', sans-serif;
}

body.avp-rtl .header-top__inner,
body.avp-rtl .header-main__inner {
	text-align: right;
}

body.avp-rtl .site-logo__mark,
body.avp-rtl h1,
body.avp-rtl h2,
body.avp-rtl h3,
body.avp-rtl h4,
body.avp-rtl .hero__title,
body.avp-rtl .section__eyebrow,
body.avp-rtl .page-title {
	font-family: 'Heebo', 'Inter', sans-serif;
}

/* Sub-menu alignment */
body.avp-rtl .nav-menu .sub-menu {
	left: auto;
	right: 0;
	text-align: right;
}

/* Hero text sits on the right for RTL */
body.avp-rtl .hero__content {
	text-align: right;
}

/* Booking form labels align right */
body.avp-rtl .booking-form label {
	text-align: right;
}

/* Breadcrumb arrows flip naturally via dir; keep spacing even */
body.avp-rtl .breadcrumbs span {
	display: inline-block;
}

/* Cards/fleets grid direction */
body.avp-rtl .fleet-grid,
body.avp-rtl .testi-grid {
	direction: rtl;
}