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

header {
    left: 0;
    right: 0;
}

.nav-menu {
    margin-right: auto;
    margin-left: unset;
}

.lang-dropdown {
    right: auto;
    left: 0;
}

.whatsapp-cta {
    flex-direction: row-reverse;
}

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

.hero-btns {
    flex-direction: row-reverse;
}

.about-point {
    flex-direction: row-reverse;
}

.about-teaser {
    text-align: right;
}

.practice-card-icon {
    margin-right: 0;
    margin-left: auto;
}

.practice-card .read-more {
    flex-direction: row-reverse;
}

.practice-card:hover .read-more i {
    transform: translateX(-4px);
}

.modal-grid {
    direction: rtl;
}

.modal-left {
    border-right: none;
    border-left: 1px solid rgba(152,30,37,0.05);
}

.modal-close-btn {
    right: auto;
    left: 20px;
}

.modal-contact-item {
    flex-direction: row-reverse;
}

.blog-post-card .read-more {
    flex-direction: row-reverse;
}

.contact-item {
    flex-direction: row-reverse;
    text-align: right;
}

.contact-item i {
    margin-top: 4px;
}

.footer-col h4::after {
    left: auto;
    right: 0;
}

.footer-bottom {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .nav-menu {
        left: -100%;
        right: auto;
        transition: left 0.4s ease;
    }
    .nav-menu.active {
        left: 0;
        right: auto;
    }
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .modal-left {
        border-left: none;
        border-bottom: 1px solid rgba(152,30,37,0.05);
    }
}
