

body {
    padding: 0 !important;
    margin: 0 !important;
    background-color: white;
    font-family: 'Tajawal';

}

.mud-rtl-provider {
    height: 100%;
    overflow:auto;
    position:unset !important;
}



.MenuPage_desktop {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    position:relative;
    margin: 20px auto auto auto;
    vertical-align: top;
}

    .MenuPage_desktop .related_links_sdsd {
        top: 65px;
        background-color: white !important;
        position: sticky;
    }

@media (max-width: 1023px) {
    .MenuPage_desktop .related_links_sdsd {
        display: none !important;
    }

    .MenuPage_desktop {
        grid-template-columns: auto !important;
    }
}


.MenuPage_desktop_page {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    max-width: 1024px;
    text-align: justify;
    padding: 20px;
    text-justify: inter-word;
}

.top_menu_kdsfjkldf {
    display: grid;
    width: 100%;
    padding: 5px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}




.fixed_menu_unique_menu_sdsdsdsd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensure it stays above other content */
}
    .unique_menu_sdsdsdsd .dropdown {
        position: relative;
        display: inline-block;
        margin: 0 10px;
    }

    .unique_menu_sdsdsdsd .dropdown-content {
        display: block;
        position: absolute;
        background-color: white;
        min-width: 160px;
        width:200px;
        z-index: 1000;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        border-radius: 4px;
        padding: 5px 0;
        cursor: pointer;
        color: var(--blue);
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 1s ease, transform 0.3s ease;
        pointer-events: none;
    }

    .unique_menu_sdsdsdsd .dropdown:hover .dropdown-content {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .unique_menu_sdsdsdsd .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        font-size: 0.9rem;
    }

        .unique_menu_sdsdsdsd .dropdown-content a:hover {
            background-color: var(--blue);
            color: white !important;
        }

    .unique_menu_sdsdsdsd .mainMenu_item {
        cursor: pointer;
        padding: 10px 14px;
    }

    .unique_menu_sdsdsdsd .white-text {
        color: white;
    }

    .mainMenu_item i{ 
        margin:0 5px 0 0px;
    }







.logo_dsfdf {
    width: 60px;
    margin: 10px;
    max-width:100%;
}

.news_page_dsfdsf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    color: var(--blue);
    background-color: #F2F2F2;
}
.title_sdjksljd{
    font-weight:bold;
    font-size:40px;
}

.books_dkjflskf {
    margin: auto;
    text-align: center;
}

.book_panel_ldkjfdslfd {
    overflow:auto;
    text-align:center;
    align-items: center;
}
.title_dsfredsfdsf {
    color: var(--blue);
    font-size: 40px;
    font-weight: bold;
}

.evidence_header_sdsads{
    background-color:var(--blue);
    font-size:30px;
    padding:10px;
    color:white;
    font-weight:bold;

}

.evidence_sdsads {
    max-width: 800px;
    margin: auto;
}



.grid_2columns_sdsdds {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}
.grid_3columns_dfmkldskfldk {
    display: grid;
    text-align: center;
    grid-template-columns: 1fr auto 1fr;
    justify-items: center;
    align-items: center;
}

.item_dsxkfl {
    background-color: var(--blue);
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: center;
    padding: 0px 5px 0px 5px;
    border-radius: 35px;
    font-weight: bold;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 250px;

}

.grid_2row_sjdlksajd {
    display: grid;
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    align-items: center;
    gap:30px;
    
}

.body_sadsadsd{
    max-width:1000px;
    margin:auto;
}

.herder_footer_sdfdsf {
    max-width: 650px;
    margin: auto;
}

.logo_dflkdsfldk {
    padding:30px;
    text-align: center;
}
    .logo_dflkdsfldk img {
        width: 200px;

    }

    .footer_dsfklskf{
        background-color:var(--blue);
        text-align:center;
        padding:10px;
        font-size:16px;
        color:white;
        direction:ltr;
        font-weight:bold;
    }

.the_message_dfkldjflf {
    display: grid;
    grid-template-columns: 1fr 1fr;
  
}

    .the_message_dfkldjflf .title_sdfjlsdfjpldf {
        text-align: center;
        color: var(--blue);
        font-weight: bold;
        font-size: 30px;
        padding: 30px 10px 10px 10px;
    }
    .the_message_dfkldjflf .body_dsfkldsk {
        font-size: 25px;
        text-align: right;
        padding: 20px 20px 150px 20px;
    }

.grid_2columns_sdsdds :hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Larger shadow on hover */
    transform: scale(1.05); /* Slight zoom effect */
    transition: box-shadow 0.4s ease, transform 0.4s ease; /* Smooth transition for both */
}

.grid_2row_sjdlksajd :hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Larger shadow on hover */
    transform: scale(1.05); /* Slight zoom effect */
    transition: box-shadow 0.4s ease, transform 0.4s ease; /* Smooth transition for both */
}




.grid_asdf56s4df {
    display: grid;
    grid-template-columns:  1fr 1fr;
    align-items: center;
    text-align: center;
    gap: 25px;
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

    .grid_asdf56s4df > * {
        width: 100%; /* Ensures items inside the grid take the full width of their grid cells */
    }

@media (max-width: 1000px) {
    .grid_asdf56s4df {
        grid-template-columns: 1fr 1fr;
    }
}

.animation_card{
    min-width:150px !important;
}

.animation_card i {
    font-size: 30px;
}

.animation_card:hover i {
    color: white;
    font-size:35px;
}

.box_sadsadsd {
    padding: 30px;
}

.animation_card .box_ererererer {
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.8) 0px 8px 24px;
    border-radius: 15px;
    padding: 25px 15px 25px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.7s;
    direction: ltr;
    text-align: center;
    font-size: 18px;
    background: rgba(0, 7, 140, 0.2);
    background: linear-gradient(135deg, rgba(0, 7, 140, 0.2), rgba(255, 255, 255, 1.0));
}

    .animation_card .box_ererererer:hover {
        background: rgba(0, 7, 140, 1.0);
        background: linear-gradient(135deg, rgba(0, 7, 140, 0.5), rgba(0, 7, 140, 0.2));
        color: #fff;
        transform: scale(1.1);
        z-index: 9;
    }

.animation_card :hover::before {
    background: rgb(85 108 214 / 10%);
}

.animation_card .box_ererererer:hover .solu_title,
.animation_card .box_ererererer:hover .solu_description {
    color: #fff;
    text-align: center;
    font-size: 18px;
}


.animation_card .box_ererererer:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    background: linear-gradient(135deg, rgba(0, 7, 140, 0.1), rgba(255, 255, 255, 1.0));
    border-radius: 35px;
}

.animation_card:hover button {
    background: #fff !important;
    color: #309df0;
}






.moreInf_dfdfdf:hover {
    background-color: white !important;
    color: var(--blue);
}


.chnage_background_dawdsad {
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 7, 140, 0.5), rgba(255, 255, 255, 1.0));
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.animation_card :hover .chnage_background_dawdsad {
    top: 0;
}

.moreInf_dfdfdf {
    width: 100%;
}

