[dir="rtl"] .hero-section{
    min-height: calc(90vh - 140px);
    padding: 100px 0 85px;
    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: 24px;
}
[dir="rtl"] #conatct-us > section{
    text-align: right;
}