[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;
}

html[dir="rtl"] body {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

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

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

h2, .h2{font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;font-size: 2.5rem !important;line-height: 1.2;font-weight: 700 !important;}
h3, .h3{font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;font-size: 2rem !important;line-height: 1.3;font-weight: 700 !important;}
h4, .h4{font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;font-size: 1.75rem !important;line-height: 1.3;font-weight: 700 !important;}
h5, .h5{font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;font-size: 1.5rem !important;line-height: 1.4;font-weight: 700 !important;}
h6, .h6{font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;font-size: 1.375rem !important;line-height: 1.4;font-weight: 700 !important;}

.search-bar input {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.general-fatwa-card {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.form-check-label {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.btn-green-dark{font-family: 'Lotus Linotype';}

.form-check-label {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.video-section-heading {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.video-desc {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.similar-videos h3 {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.video-date {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.fatwa-detail-title {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.similar-video-card h4 {
    font-family: " Lotus Linotype";
}
.similar-video-card p {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

#about-us p {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

#contact-us h1 {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.contact-us-p {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.contact-us-from label {
    font-family: 'Lotus Linotype', 'Lotus', 'Markazi Text', serif;
}

.btn-green-light{
    font-family: 'Lotus Linotype'; 
}

.sub-header span {
    font-family: "Lotus Linotype";
}

.fatwa-detail-btn {
    font-family: "Lotus Linotype";
}

.fatwa-question {
    font-family: "Lotus Linotype";
}

.related-fatwa-question {
    font-family: "Lotus Linotype";
}

/* Login Modal RTL Styles */
[dir="rtl"] .login-modal .modal-body {
    text-align: right;
}

[dir="rtl"] .login-modal .form-label {
    text-align: right;
}

[dir="rtl"] .login-modal .form-control {
    text-align: right;
    direction: rtl;
}

[dir="rtl"] .login-modal .form-control::placeholder {
    text-align: right;
}

[dir="rtl"] .login-modal .btn-google {
    flex-direction: row-reverse;
}

[dir="rtl"] .login-modal .text-danger {
    text-align: right;
    display: block;
}

/* Language Dropdown RTL Styles */
[dir="rtl"] .dropdown-menu[aria-labelledby="languageDropdown"] {
    left: auto;
    right: 0;
}

[dir="rtl"] .dropdown-item .flag-icon {
    margin-left: 0.5rem;
    margin-right: 0;
}