/* ================================================
   TAB1 SLIDE4 - GUIDE BANNER - ARABIC (RTL)
   ================================================ */

.slide4-guide-year,
.slide4-guide-title,
.slide4-guide-subtitle,
.slide4-guide-btn {
    font-family: 'Jannat', sans-serif;
}

.slide4-guide-year {
    direction: rtl;
}

.slide4-guide-banner__content {
    direction: rtl;
    text-align: right;
}

.slide4-guide-banner::before {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

/* ================================================
   END TAB1 SLIDE4 - ARABIC (RTL)
   ================================================ */
