.elementor-11862 .elementor-element.elementor-element-0dce3a7{--display:flex;--min-height:100vh;--margin-top:61px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11862 .elementor-element.elementor-element-f7001a0{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-11862 .elementor-element.elementor-element-f7001a0 > .elementor-widget-container{margin:-72px -72px -72px -72px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-11862 .elementor-element.elementor-element-0dce3a7{--margin-top:62px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-11862 .elementor-element.elementor-element-0dce3a7{--content-width:100vw;}}@media(max-width:767px){.elementor-11862 .elementor-element.elementor-element-0dce3a7{--min-height:0vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:70px;--padding-right:70px;}}/* Start custom CSS for html, class: .elementor-element-f7001a0 *//* استيراد خط تاجوال (مرة واحدة فقط في المشروع) */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

/* إعداد خط عام */
body {
  font-family: 'Tajawal', sans-serif;
}

/* تأثير Fade In + Slide Up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* تطبيق التأثير */
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.6s ease-out forwards;
}

/* عمل تأخير لكل عنصر */
.policy-item:nth-child(1) { animation-delay: 0.2s; }
.policy-item:nth-child(2) { animation-delay: 0.3s; }
.policy-item:nth-child(3) { animation-delay: 0.4s; }
.policy-item:nth-child(4) { animation-delay: 0.5s; }
.policy-item:nth-child(5) { animation-delay: 0.6s; }
.policy-item:nth-child(6) { animation-delay: 0.7s; }
.policy-item:nth-child(7) { animation-delay: 0.8s; }
.policy-item:nth-child(8) { animation-delay: 0.9s; }

/* تأثير Hover Glow */
.policy-item:hover {
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}/* End custom CSS */