table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #f2f2f2;
}

body {
direction: ltr; /* تطبيق الاتجاه من اليمين إلى اليسار على الجسم الرئيسي */
}

body, html {
margin: 0;
padding: 0;

}

.hover:hover {
background-color: #004080;
color: #ffffff;
font-size: 28px;
}
.wrapper {
position: static;
bottom: 0;
left: 0;
width: 100%;
background-color: #f0f0f0;
text-align: center;

}

.noto {
font-family: "Noto Kufi Arabic", sans-serif;
font-optical-sizing: auto;
font-weight: 400; /* قيمة معيارية للوزن */
font-style: normal;
}

.title-h1 {
font-weight: 700; /* استبدال 750 بقيمة معيارية */
line-height: 1.75;
font-size: 24px;
margin-top: 30px;
margin-bottom: 30px;
text-align: center !important;
}

.title-h2 {
font-weight: 600; /* استبدال 650 بقيمة معيارية */
line-height: 1.75;
font-size: 24px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.title-h3 {
font-weight: 500; /* استبدال 600 بقيمة معيارية */
line-height: 1.75;
font-size: 22px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.title-h4 {
font-weight: 500; /* استبدال 550 بقيمة معيارية */
line-height: 1.75;
font-size: 20px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.title-h5 {
font-weight: 400; /* استبدال 450 بقيمة معيارية */
line-height: 1.75;
font-size: 19px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.title-h6 {
font-weight: 400; /* استبدال 450 بقيمة معيارية */
line-height: 1.75;
font-size: 18px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.parag {
font-weight: 300; /* استبدال 320 بقيمة معيارية */
line-height: 1.75; /* استخدام قيمة قياسية */
font-size: 18px;
margin-top: 30px;
margin-bottom: 30px;
text-align: left !important;
}

.list {
font-family: "Noto Kufi Arabic", sans-serif;
font-optical-sizing: auto;
font-weight: 400; /* قيمة معيارية للوزن */
font-style: normal;
font-size: 16px !important;
margin-top: 10px;
line-height: 1.75; /* استخدام قيمة قياسية */
text-align: left !important;
}
.footer-mb {
position: relative;
z-index: 1;
background-color: #333;
}

.fixed-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;

}





.social-sharing {
position: fixed;
top: 65%;
right: 0;
transform: translateY(-50%);
z-index: 999;

}

.social-icon {
display: block;
width: 40px;
height: 40px;
margin-bottom: 10px;
text-align: center;
line-height: 40px;
color: #fff;
background-color: #007bff;
border-radius: 50%;
transition: all 0.3s ease;
}


.facebook{
background-color: #4267B2;

}




.face{
background-color: #4267B2;
margin-left:40px;
}



.twitter{
background-color: #000000;

}

.twitter:hover {
background-color:#ffffff;

}

.linkedin{
background-color: #0077B5;

}


.whatsapp {
background-color: #25D366; 

}

.social-icon i {
font-size: 20px;
}
