.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1061 .elementor-element.elementor-element-eafba80{font-family:"Poppins", Sans-serif;font-weight:400;}/* Start custom CSS *//* تغيير لون زرار wc-forward */
.wc-forward {
  background-color: #A1004D !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px; /* ممكن تغيّرها لو عايز الزرار مدوّر أكتر أو تخليها 0px */
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

/* تغيير اللون عند الـ hover */
.wc-forward:hover {
  background-color: #7a003a !important; /* أغمق شوية عند الـ hover */
  color: #ffffff !important;
  opacity: 0.9;
}

/* تغيير شكل كل الأزرار اللي واخدة كلاس button أو wc-forward */
.button,
.wc-forward {
  background-color: #A1004D !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px; /* خليه 0px لو مش عايز أي زوايا مدورة */
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

/* تأثير Hover لكل الأزرار */
.button:hover,
.wc-forward:hover {
  background-color: #7a003a !important; /* أغمق شوية */
  color: #ffffff !important;
  opacity: 0.9;
}/* End custom CSS */