
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    direction: rtl;
}
.mb-24 {
    margin-bottom: 24px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.border-block {
    padding: 15px;
    background: rgb(218, 218, 218);
    border-top: 2px solid #840002;
}

.form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding: 35px 16px;
    background: #EEEEF0;
    border-top: 2px solid #B80000;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
}

.form .form-btn {
    width: 100%;
    max-width: 100%;
    border: none;
    cursor: pointer;
}

/* Header */
.header {
    background-color: #b91c1c;
    color: white;
    padding: 10px 0;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bbc-logo {
    background-color: white;
    color: black;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 18px;
}

.arabic-text {
    font-size: 20px;
    font-weight: bold;
}

/* Navigation */
.nav {
    background-color: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-menu {
    display: flex;
    gap: 30px;
    justify-content: right;
    list-style: none;
}

.nav-menu li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    padding: 5px 0;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #b91c1c;
}

/* Main Content */
.main-content {
    max-width: 868px;
    margin: 40px auto;
    padding: 0 20px;
}

.article-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-headline {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: right;
}

.sub-headline {
    font-size: 36px;
    color: #666;
    font-weight: normal;
    line-height: 1.3;
}

/* Article Meta */
.article-meta {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.news-tag {
    background-color: #b91c1c;
    color: white;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: flex;
padding: 10px 30px;
flex-direction: column;
align-items: flex-end;
align-self: stretch;
color: #FFF;
text-align: right;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: uppercase;
}

.date-social {
    display: flex;
    align-items: right;
    flex-direction: column-reverse;

}

.date {
    color: #494949;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px; /* 100% */
    text-transform: uppercase;
}
.date2 {
    color: #000;
text-align: right;

font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 19.5px; /* 130% */
text-transform: capitalize;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.facebook { background-color: #1877f2; }
.twitter { background-color: #1da1f2; }
.linkedin { background-color: #0077b5; }
.flipboard { background-color: #f52828; }
.email { background-color: #666; }
.whatsapp { background-color: #25d366; }

.share-count {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 14px;
}

/* Article Image */
.article-image {
    width: 100%;
    margin: 24px 0;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-content {
        padding: 0 15px;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .nav-menu li a {
        font-size: 14px;
    }

    .main-headline {
        font-size: 32px;
    }

    .sub-headline {
        font-size: 24px;
    }

    .article-meta {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .date-social {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
.text__img{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.text__block{
    display: flex;
padding: 16px;
flex-direction: column;
justify-content: right;
align-items: start;
gap: 10px;
align-self: stretch;
border-radius: 2px;
border: 1px solid #141414;
background: #F9F9F9;
margin-top: 24px;
text-align: right;
gap: 10px;
}
.text__block .title {
    color: #141414;
    text-align: right;
   
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.check_block{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
}
.review img{
  max-width: 402px; 
}
.blocks__review{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.review_text{
    background: #EEEEF0;
    padding: 4px 12px;
    height: 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    
}
.review_text p{
    color: #840002;
text-align: right;


font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.btn__wrrapper{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.btn{
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: normal;
background: #B80000;
box-shadow: 6px 6px 8px 0px rgba(78, 3, 3, 0.25);
display: flex;
padding: 16px 60px;
justify-content: center;
align-items: center;
max-width: 300px;
text-decoration: none;
cursor: pointer;
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 300ms ease-in-out;
}

.btn:hover {
    transform: scale(1.02);
    -webkit-animation: none;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(243, 88, 88);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(243, 88, 88, 0);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(243, 88, 88, 0);
    }
}


footer{
    background: #141414;
    padding: 28px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
footer p{
    color: #FFF;
text-align: center;

font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
letter-spacing: 1px;
text-transform: uppercase;
}
footer .link{
    display: flex;
    gap: 14px;
}
.header-contentmb{
    display: none;
}
.nav_mob,.social-iconsmob{
    display: none;
}
@media (max-width:852px) {
    .header{
        background-color: #fff;
        padding-left: 24px;
        padding-right: 24px;
    }
    .header-content{
        display: none;
    }
.header-contentmb{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.header_menu{
    display: flex;gap: 24px;
}
.nav{
    display: none;
}
.nav_mob{
    display: block;
    background: #B80000;
    display: flex;
padding: 18px;
justify-content: flex-start;
align-items: center;
align-self: stretch;
margin-left: 24px;
margin-right: 24px;
}
.nav_mob a {
    color: #FFF;
text-decoration: none;
font-size: 45px;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 46.667% */
text-transform: uppercase;
}
.news-tag{
    display: none;
}
.social-icons{
    display: none;
}
.social-iconsmob{
    display: block;
}
.blocks__review{
    flex-direction: column;
}
.blocks__review img{
max-width: 100%;
}
.date-social{
    flex-direction: column-reverse;
}
}