.elementor-98 .elementor-element.elementor-element-ae691f8{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ca32b69 *//* 🌿 استيراد خط Almarie من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap');

/* 🌿 فوتر أورلاند */
.ourland-footer {
  background: #ecdcdc; /* الخلفية الفاتحة */
  color: #333; /* النص الداكن */
  padding: 50px 20px;
  text-align: center;
  font-family: 'Almarai', sans-serif;
}

.ourland-footer .footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.ourland-footer .footer-address {
  font-size: 16px;
  margin-bottom: 20px;
}

.ourland-footer .footer-social {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.ourland-footer .footer-social a {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5); /* تأثير زجاجي */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* ظل خفيف */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.ourland-footer .footer-social a:hover {
  transform: scale(1.2);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.8);
}

.ourland-footer .social-icon {
  width: 36px;
  height: 36px;
}

.ourland-footer p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6;
}

.ourland-footer .copyright {
  margin-top: 30px;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}

@media (max-width: 768px) {
  .ourland-footer .footer-social {
    flex-direction: row;
    gap: 10px;
  }
}/* End custom CSS */