body {
    max-width: 780px !important;
    background: #1E262A;
	padding: 0;
	margin: auto;
    height: 100%;
    width: 100%;
}
/*---------------------divTable-----------------------*/
    header {
        color: #505050;   
    }
     nav{
        background-color: #27313b;
     }
	      nav a {
    display: inline-block;
    padding: 8px;
  
    }
    nav a:first-child {
        background-color: #27313b;
    }
    nav a+a {
        float: right;
    }

/*---------------------ADS-----------------------*/
.ads {
    display: block;
    width: 100%;
    min-height: 250px;
    background: #000; /* المساحة السوداء التي ظهرت في صورتك */
    text-align: center;
    position: relative;
    z-index: 10; /* لضمان ظهور الإعلان فوق أي طبقات خلفية */
    overflow: visible; /* غيرها من hidden إلى visible لضمان عدم قص الإعلان */
}
/*-------------------DIV ADS BIS-----------------------*/
.sosiales {
    background-color: #000;
    text-align: center;
    margin: 0px;
    padding: 3px;
}

.sosiales a {
    display: inline-block;
    width: 30%;
    margin: auto;
    margin-bottom: 5px;
    border: 3px solid #0b8fcd;
    border-radius: 7px 7px 7px 7px;
}
.sosiales img {
    width: 92%;
    height: 80px;
    padding: 5px 0px 0px 0px;
}
	/*---------------------contact US-----------------------*/
.contact {
    background: #000;
    color: #fff;
    margin: 1px;
    font: 18px "droid arabic kufi", georgia;
    text-align: center;
    padding: 3px;
}
.contact img {
height:850%;
width:85%;
}
/*----------Share----------------------*/
.share-wrapper  {
    display: flex;
	background-color: #000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.share-title  {
    font-size: 1.2rem;
    color: #fff;
    /* أو لون مناسب */
    margin-bottom: 1px;
    text-align: center;
}
.social-section  {
    display: flex;
    justify-content: center;
    /* الوسط أفقيًا */
    align-items: center;
    /* الوسط عموديًا */
    min-height: 200px;
    /* أو أي ارتفاع مناسب */
}
.social-buttons  {
    display: flex;
    gap: 10px;
    padding: 10px;
}
.social-btn  {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-btn img  {
    width: 32px;
    height: 32px;
}
/*---------------------Descrip-----------------------*/
.Descrip {
    background: #000;
    color: #fff;
    margin: 1px;
    font: 18px "droid arabic kufi", georgia;
    text-align: center;
    padding: 3px;
}
.Descrip li {
    display: block;
}
	/*---------------------footer-----------------------*/
/* Footer */
    .Footer {
        background: #1a1a1a;
        color: #fff;
        padding: 30px 15px;
        text-align: center;
        border-top: 1px solid #333;
    }
    .footer-links a {
        color: #3be6e8;
        text-decoration: none;
        margin: 0 5px;
        font-size: 0.9rem;
    }
    .footer-links a:hover {
        text-decoration: underline;
    }
    .footer-content p {
        font-size: 0.8rem;
        max-width: 800px;
        margin: 0 auto 15px;
    }