/* =============== FOOTER STYLES (RTL) =============== */

.site-footer{
  background-color:rgb(7, 28, 74);
  color:#ffffff;
  direction:rtl;
}
.footer-top{
  border-bottom:1px solid rgba(255,255,255,.1);
}


/* Make inner content flow left-to-right while page stays RTL */
.footer-left .footer-icons,
.footer-left .footer-contact { direction: ltr; text-align: left; }

/* Keep the icon before/after spacing tidy */
.footer-left .footer-contact svg { margin-right: 6px; }

/*.order-22{*/
/*  position:relative;*/
/*  left:2.5rem*/
/*}*/

/* icons */
.footer-icons a{
  color:#ffffff;
  font-size:1.3rem;
  transition:color .2s ease;
}
.footer-icons a:hover{ color:#f4b748; }

/* contact spacing */
.footer-contact span{ margin:0.3rem 0; margin-inline-start:.4rem;  }
.footer-contact svg{ flex:0 0 auto; }

/* RIGHT block (logo + gold line) */
.footer-right .footer-logo{
  height:84px; width:auto; position:relative; right:0;
}
.footer-right .footer-text{
  color:#d7b96a; font-size:.95rem; margin-top:.3rem; position:relative; right:0;
}

/* bottom bar */
.footer-bottom{
  background-color:rgb(7, 28, 74);
  font-size:.9rem;
  color:#ffffff;
}

/* ==============================
   📱 MOBILE FOOTER STYLES (RTL)
   ============================== */
.mobile-footer {
  background-color: rgb(7, 28, 74);
  color: #ffffff;
  font-family: "Cairo", sans-serif;
  direction: rtl;
  text-align: center;
  padding: 2rem 0;
  
}

.footer-iconss{
    margin-right: 5rem !important;

}

/* logo */
.mobile-footer-logo img {
  width: 130px;
  height: auto;
  margin-bottom: 0.75rem;
}

/* text under logo */
.mobile-footer-text {
  font-size: 0.95rem;
  color: #d7b96a;
  margin-bottom: 0.6rem;
}

/* contact info (number + email) */
.mobile-footer-contact {
  text-align: center;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.mobile-footer-contact p {
  margin: 0.3rem 0;
}

/* social icons */
.mobile-footer-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.5rem;
}
.mobile-footer-icons a {
  color: #ffffff;
  font-size: 1.4rem;
  transition: color 0.25s ease;
}
.mobile-footer-icons a:hover {
  color: #f4b748;
}

/* copyright text */
.mobile-footer-bottom {
  font-size: 0.85rem;
  margin-top: 1rem;
  color: #ffffff;
}

/* responsive fine-tuning */
@media (max-width: 575.98px) {
  .mobile-footer-logo img {
    width: 110px;
  }
  .mobile-footer-icons a {
    font-size: 1.3rem;
  }
}

