[dir="rtl"] .hero-section {
    min-height: calc(90vh - 8.75rem);
    padding: 6.25rem 0 5.313rem;
    background-image: url("../images/home-banner-rtl.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50% auto;
}

[dir="rtl"] .hero-section .right-image {
    width: 55%;
    height: 100%;
    position: absolute;
    left: 0;
    right: unset;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

[dir="rtl"] .right-image img {
    content: url('../images/home-banner-left.png');
}

[dir="rtl"] #chatbotContainer .chat-footer {

    flex-direction: row-reverse;
}

[dir="rtl"] .input-group-custom .edit-icon {
    right: unset;
    left: 1.5rem;
}

[dir="rtl"] #contact-us>section {
    text-align: right;
}

body[dir="rtl"] {
    font-family: "Tajawal", sans-serif;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}