.footer-ref-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* المستطيل الأول */

.footer-ref-box-1 {
    display:none;
     position: fixed;
      bottom: 100px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px; /* مسافة تحت المستطيل */
}

/* المستطيل الثاني */
.footer-ref-box-2 {
    
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px; /* مسافة تحت المستطيل */
}

/* المستطيل الثالث */
.footer-ref-box-3 {
    width: 100%;
      
      z-index:999;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
    /* لا تحتاج مسافة تحت لأنه الأخير */
}
