.elementor-382 .elementor-element.elementor-element-d72a415{--display:flex;}.elementor-382 .elementor-element.elementor-element-a98faf7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a870158 *//* ===== Minimal Footer ===== */
.site-footer-min {
  margin-top: 50px;
  padding: 26px 0 14px;
  background: #fafbfb;  /* خلفية هادية جدًا */
  border-top: 1px solid #eee;
  direction: rtl;
}

.site-footer-min .footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* ===== Smaller Logo ===== */
.footer-logo {
  display: inline-block;
  max-width: 220px;     /* تحكم في حجم اللوجو */
  width: 100%;
  opacity: .95;
  transition: transform .2s ease, opacity .2s ease;
}

.footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.footer-logo:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* ===== Divider ===== */
.footer-divider {
  width: 80px;
  height: 3px;
  border-radius: 999px;
  background: #B79558;
  opacity: .6;
}

/* ===== Copyright ===== */
.footer-copy {
  margin: 0;
  font-size: 13.5px;
  color: #666;
  text-align: center;
  line-height: 1.8;
}

.footer-copy a {
  color: #096859;
  font-weight: 700;
  text-decoration: none;
}

.footer-copy a:hover {
  text-decoration: underline;
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .site-footer-min {
    padding: 22px 0 10px;
  }

  .footer-logo {
    max-width: 160px;   /* أصغر على الموبايل */
  }

  .footer-copy {
    font-size: 12.5px;
  }
}/* End custom CSS */