body.rtl {
    font-famliy: 'DIN Next LT Arabic' !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-famliy: bootstrap-icons !important;
    content: "\f285";
    font-weight: 800;
    color: black;
}

body.rtl .breadcrumb-item + .breadcrumb-item::before {
    transform: scaleX(-1);
    padding-left: 0;
    padding-right: 8px;
}

.news-body,
.news-body p {
    font-weight: 300 !important;
}


.banner-wrapper {
    position: relative;
    width: 100%;
}

.page-title {
    position: absolute;
    top: 40%;
    left: 20%;
    /* Adjust to move title further to the left or right */
    transform: translateY(-50%);
    color: white;
    /* Adjust for contrast with the image */
    font-size: 32px;
    /* Adjust font size as needed */
    font-weight: bold;
    z-index: 1;
}

@media (max-width: 768px) {
    .page-title {
        left: 10%;
        font-size: 18px;
    }
}

.banner-image {
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}