body.rtl {
	direction: rtl;
	text-align: right;
}

/* Common Layout Mirroring */
body.rtl .salt-hero-content {
	margin-left: 0;
	margin-right: clamp(18px, 7vw, 112px);
	text-align: right;
}

body.rtl .salt-hero-arrows {
	right: auto;
	left: clamp(22px, 5vw, 82px);
}

body.rtl .salt-architecture-copy {
	margin-left: 0;
	margin-right: clamp(18px, 8vw, 120px);
	text-align: right;
}

/* Video Venue Section Mirroring */
body.rtl .video-venue-heading {
	left: auto;
	right: 5%;
	text-align: right;
}

body.rtl .video-venue-card {
	left: auto;
	right: 5%;
	border-radius: 35px 0 0 35px;
	padding: 0 clamp(74px, 5vw, 96px) 0 clamp(42px, 4vw, 74px);
}

body.rtl .video-play-button {
	right: auto;
	left: -55px;
}



/* Form Styles Mirroring */
body.rtl .salt-form label {
	text-align: right;
}

body.rtl .salt-form input,
body.rtl .salt-form textarea {
	text-align: right;
}

/* Zones Modal Mirroring */
body.rtl .salt-zone-modal-close {
	right: auto;
	left: 28px;
}

body.rtl .salt-zone-meta-grid {
	direction: rtl;
}

/* Slider arrows correction */
body.rtl .salt-experiences-arrows,
body.rtl .salt-highlights-arrows {
	flex-direction: row-reverse !important;
}

/* Scroll Animations Direction Adjustments */
body.rtl .salt-reveal {
	transform: translateY(30px);
}

body.rtl .salt-reveal.is-visible {
	transform: translateY(0);
}
