[dir="rtl"] img.img-slider1 {
    position: absolute;
    right: 46%;
    bottom: -38%;
    width: 900px;
}
[dir="rtl"] img.img-slider2 {
    position: absolute;
    right: 46%;
    bottom: -17%;
    width: 900px;
}
[dir="rtl"] .slider-navigation {
    position: absolute;
    bottom: 60%;
    right: 50%;
    background: white;
    padding: 10px;
    border-radius: 50px;
    z-index: 99999;
}
[dir="rtl"] img.img-slider3 {
    width: 95%;
    height: 360px;
    background: white;
    border-radius: 29px;
    box-shadow: 2px 2px 15px 2px #d5bbbb;
}

[dir="rtl"] .slider-navigation1 {
    position: absolute;
    bottom: 4%;
    left: 1%;
    right: unset;
    border-radius: 50px;
    z-index: 99999;
    border: 3px solid white;
    font-size: 30px;
    color: white;
    font-weight: 600;
}
[dir="rtl"] .social-icon a {
    font-size: 22px;
    color: #333;
    text-decoration: none;
    margin-right: 6px;
}

[dir="rtl"] .content-box {
    text-align: right; /* Align text to the right */
    margin-inline-start: auto;
    margin-inline-end: 0;
}
/* Adjusting content-box alignment for RTL */
[dir="rtl"] .content-box1 {
    text-align: right; /* Align text to the right */
    margin-inline-start: auto;
    margin-inline-end: 0;
}

/* Image alignment in RTL */
[dir="rtl"] .content-img1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-inline-start: 0; /* Align image to the right */
    margin-inline-end: auto;
}



/* Input box alignment for Arabic */
[dir="rtl"] .subscription-box input {
    text-align: right; /* Align input text to the right */
}
[dir="rtl"] .content-box2 {
    text-align: right;
    margin-inline-end: 0;
    margin-inline-start: auto;
}

[dir="rtl"] img.key-img {
    width: 50px !important;
    position: absolute;
    left: 70px;
    right: unset;
    top: 40px;
}
@media (min-width: 992px) {
    [dir="rtl"] .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 25px;
    }
}