/* Main Banner */
[dir=rtl] .NG-hero-section .wrapper {
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    align-items: center;
    text-align: center;
    gap: 16px;
}
[dir=rtl] .NG-hero-section .wrapper h1 {
    max-width: 400px;
}
.s-slider-thumbs {
  display: none;
}
@media (max-width: 1024px) {
    [dir=rtl] .NG-hero-section .wrapper {
        max-width: 240px;
        margin-right: 6px;
        gap: 6px;
        transform: translate(0, -70%);
    }
    [dir=rtl] .NG-hero-section .banner-wrapper {
        background-position: 35%;
    }
    [dir=rtl] .NG-hero-section .wrapper h1 {
        max-width: 200px;
    }
    [dir=rtl] .NG-hero-section .wrapper p {
        font-size: 13px;
    }
    [dir=rtl] .NG-hero-section .subtext-bottom {
        display: none !important;
    }
    [dir=rtl] .NG-hero-section p {
        display: block !important;
    }
}