/* ===== Rabwa Academy – RTL / Arabic overrides ===== */

body {
    font-family: 'Tajawal', 'Segoe UI', Tahoma, sans-serif;
}

/* Header */
.signup-btn {
    margin-right: 0;
    margin-left: 10px;
}

.lang-switch a {
    display: inline-block;
    min-width: 34px;
    padding: 6px 10px;
    border: 1px solid rgb(255 255 255 / .6);
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.lang-switch a:hover {
    background: rgb(255 255 255 / .15);
}

/* Footer columns align to the right in Arabic */
footer .footer-section {
    text-align: right;
}

/* Pricing & course check-list bullets flip to the right */
.pricing-card .features li,
.course-features li {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
}

.pricing-card .features li::before,
.course-features li:before {
    left: auto;
    right: 0;
}

/* Discounted/old price strike marker */
.pricing-card .discounted-price::before,
.pricing-card .price::before,
.course-pricing .price::before {
    left: auto;
    right: -15px;
}

/* Floating WhatsApp button moves to the bottom-right side */
.whatsapp-button {
    left: auto;
    right: 20px;
}

/* Contact form fields read right-to-left */
.contact-form .form-group {
    text-align: right;
}

.contact-form input,
.contact-form textarea {
    direction: rtl;
    text-align: right;
}
