/* Highlight one specific square */

/* حاوية الصورة */
.image-wrapper {
    position: relative;
    display: inline-block;
}

.rounded-image {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 48px;
    z-index: 2;
    position: relative;
}

/* الركن الأزرق خلف الصورة */
.blue-corner {
    position: absolute;
    bottom: -33px;
    right: -38px;
    width: 61%;
    height: 46%;
    background-color: #0056a6;
    border-radius: 40px;
    z-index: 1;
}

/*articles*/
.articles {
    background-color: #015AAA;
}

.articles .span_articel {
    background-color: #1F86FF40;
    color: var(--white);
}

.articels_btn {
    background-color: var(--white);
    color: var(--main);
    border: 1px solid var(--white);
    position: absolute;
    bottom: -26px;

}

.articels_btn:hover {
    border: 1px solid var(--white);
    background-color: var(--main);
    color: var(--white);


}

.articel_btn {
    color: #fff;
}
.articel_btn i:lang(en){
transform: scaleX(-1);
}
.articel_btn:hover{
    color: #fff;
}