/* Apply Right-To-Left (RTL) adjustments */
html {
    direction: rtl;
    unicode-bidi: embed;
}

body {
    text-align: right;
}

.button {
    text-align: center;
}

/* Reverse padding/margins where applicable */
.overlay-page, .overlay-page-prebook {
    left: auto;
    right: 0;
}

.overlay-page-active {
    left: auto;
    right: 0;
}

.hero-section {
    text-align: right;
}

.image-content-container {
    flex-direction: row-reverse;
}

.hero-buttons-container {
    flex-direction: row-reverse;
}

.reason-card h4, .reason-card p {
    text-align: right;
}

.airport-section, .station-section {
    text-align: right;
}

.airports-container, .stations-grid {
    flex-direction: row-reverse;
}

.footer-nav-container {
    flex-direction: row-reverse;
}

.footer-nav-column {
    text-align: right;
}

.logo-footer-container {
    text-align: right;
}

.prebook-section .container {
    text-align: right;
}

.prebook-fields-container {
    align-items: flex-end;
}

.icon-location {
    left: auto;
    right: 0.5rem;
}

.button, .button2 {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .hero-title {
        text-align: right;
    }
    .hero-text {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .hero-title {
        text-align: right;
    }
    .hero-text {
        text-align: right;
    }
    .prebook-fields-container {
        align-items: flex-end;
    }
}

/* Additional RTL adjustments */
* {
    direction: rtl;
    unicode-bidi: embed;
}

p, h1, h2, h3, h4, h5, h6, a, span, div {
    text-align: right;
}

ul, ol {
    padding-left: 0;
    padding-right: 1.5rem;
}

li {
    text-align: right;
}

.logo img {
    float: right;
}

/*.header {*/
/*    text-align: right;*/
/*}*/

.hero-title {
    text-align: right;
}

.hero-text {
    text-align: right;
}

.footer {
    text-align: right;
}

@media (max-width: 768px) {
    .image-content-container {
        flex-direction: column-reverse;
    }
}
