.hero-section{
    min-height: 90vh;
    background: linear-gradient(120deg, #0f172a 50%, #ffffff 50%);/*#0a1a3a  */
    padding-top: 80px;
    overflow: hidden;
}

/* النص */
.text-content{
    color: #fff;
}

.text-content h1{
    font-size: 42px;
    font-weight: 800;
}

.text-content p{
    font-size: 16px;
    margin-top: 15px;
    opacity: 0.9;
}

/* الصور */
.image-box{
    position: relative;
}

.img-grid{
    /*
    position: relative;
    width: 100%;
    height: 400px;*/
     position:relative;
    height:500px;
}

/* كل صورة */
.img-grid img{
    /* 
    position: absolute;
    width: 180px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: 0.3s;
*/
     position:absolute;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.img-grid img:hover{
    transform: scale(1.05);
}

/* توزيع الصور */
.img1{
    width:280px;
    height:350px;
    right:0;
    top:0;
}

.img2{
    width:220px;
    height:220px;
    left:0;
    top:40px;
}

.img3{
    width:250px;
    height:180px;
    left:40px;
    bottom:0;
}











































.news-card{

background:white;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}


.news-card:hover{

transform:translateY(-8px);

box-shadow:0 15px 40px rgba(0,0,0,.15);

}



.news-image{

height:260px;

position:relative;

overflow:hidden;

}



.news-image img{

width:100%;

height:100%;

object-fit:cover;

}



.location-badge{

position:absolute;

top:15px;

left:15px;


background:rgba(0,0,0,.55);

color:white;

padding:8px 15px;

border-radius:50px;

font-size:14px;

backdrop-filter:blur(5px);

}



.news-body{

padding:25px;

}



.news-body h3{

font-size:22px;

font-weight:700;

}



.line{

width:50px;

height:3px;

background:#0d6efd;

margin:15px 0;

}



.news-body p{

color:#666;

line-height:1.8;

}



.date{

color:#888;

font-size:14px;

}



.read-more{

display:inline-block;

margin-top:15px;

text-decoration:none;

font-weight:bold;

color:#0d6efd;

}








































/* الصفحة */

.news-page{
    background:#f6f7fb;
    padding:50px 0;
}


/* الخبر الرئيسي */

.main-news{

    background:white;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.12);

}


.main-image{

    height:500px;
    position:relative;

    background:#f5f5f5;

}


.main-image img{

    width:100%;
    height:100%;
   
    
    object-fit:contain;

}



/* الموقع */

.location{

    position:absolute;

    top:20px;
    left:20px;

    background:rgba(0,0,0,.65);

    color:white;

    padding:8px 16px;

    border-radius:50px;

    font-size:14px;

}





/* صور الخبر الصغيرة */

.thumbs{

    display:flex;

    gap:12px;

    padding:15px;

    overflow-x:auto;

}



.thumbs img{

    width:80px;

    height:70px;

    object-fit:cover;

    border-radius:10px;

    cursor:pointer;

    transition:.3s;

}



.thumbs img:hover{

    transform:scale(1.08);

}





.main-content{

    padding:30px;

}



.main-content h1{

    font-size:35px;

    font-weight:800;

}



.main-content p{

    color:#666;

    line-height:2;

    font-size:17px;

}




.date{

    color:#888;

}



/* كروت الأخبار 

.news-card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.1);

    transition:.3s;

    cursor:pointer;

}



.news-card:hover{

    transform:translateY(-8px);

}




.news-image{

    height:230px;

    position:relative;

}



.news-image img{

    width:100%;

    height:100%;

    object-fit:cover;

}



.location{

    position:absolute;

    top:15px;

    left:15px;


    background:white;

    padding:7px 14px;

    border-radius:50px;

    font-size:13px;

}





.news-body{

    padding:22px;

}



.news-body h3{

    font-size:22px;

    font-weight:700;

}



.line{

    width:50px;

    height:3px;

    background:#0d6efd;

    margin:12px 0;

}



.news-body p{

    color:#666;

    line-height:1.8;

}



.read-more{

    text-decoration:none;

    color:#0d6efd;

    font-weight:bold;

}

*/








