
@font-face {
    font-family: 'Adobe Arabic';
    src: url('adobe_arabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 25px;
    color: black;
}


body {
    font-family: 'Adobe Arabic', sans-serif;
    font-size: 25px;
    line-height: 1.2;
    background-color: #f4f4f9;
    margin: 0;
    padding: 5px;
    color: black; 
}
.review-body {
    white-space: pre-wrap; 
    word-wrap: break-word; 
    overflow: visible;     
    text-overflow: clip;   
    line-height: 1.0;     
    margin-bottom: 15px;   
    text-align: justify;
    text-justify: inter-word;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .review-body {
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: visible;
        text-overflow: clip;
        line-height: 1.0;
        text-align: justify;
        text-justify: inter-word;
    }
}

.review h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: sans-serif;
    font-size: 18px;
    color: #031883;
    text-align: right;
    margin-bottom: 15px;
}
.share-text {
    margin-right: 5px; 
    font-weight: bold; 
}
.review {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff; 
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
    text-align: right; 
    font-size: 25px;
    direction: rtl; 
    color: black;
}

.review h3 {
    color: #1A1A99;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: right; 
}

.review p {
    color: black;
    line-height: 1.8;
    font-size: 25px;
    direction: rtl; 
    unicode-bidi: embed; 
    word-break: break-word;
}

.review p:lang(en), .review h1:lang(en), .review h2:lang(en), 
.review h3:lang(en), .review h4:lang(en), .review h5:lang(en), 
.review h6:lang(en) {
 text-align: right; 
 direction: rtl; 
}

.read-more {
    color: #031883;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
    transition: color 0.3s;
    text-align: right; 
}

.read-more:hover {
    color: #1A1A99; 
}
img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.socialA-back-container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    margin-top: 20px; 
    flex-direction: row-reverse; 
}

.socialA-share {
    display: flex;
    gap: 10px; 
}

.back-button {
    padding: 9px 16px; 
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 19px; 
}

.back-button:hover {
    background-color: #0056b3;
}

.socialA-icon {
    width: 24px; 
    height: 24px; 
}

.pagination_reviews {
    margin-top: 30px;
    text-align: center; 
}

.pagination_reviews a {
    margin: 0 5px;
    color: #031883;
    text-decoration: none;
    border: 0px solid #031883;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination_reviews a:hover {
    background-color: #8383e6;
    color: #fff;
}

.pagination_reviews a.active {
    font-weight: bold;
    color: #007bff;
    background-color: #f0f0ff;
    text-decoration: underline;
}

.pagination_reviews a.disabled {
    pointer-events: none;
    color: #bbb;
    border-color: #ddd;
}

footer {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    color: #666;
}