/* Start custom CSS for html, class: .elementor-element-4783964 */:root {
  --primary: #009689;
  --primary-dark: #018076;
  --primary-light: #04CEBF;
  --accent: #D3F5F3;
  --text-black: #000000;
  --text-white: #FFFFFF;
  --link-active: #2E67F5;
  --link-hover: #0035BA;
  --link-bg: #F7FF9B;
}

.entry-content {
  font-family: "Cairo", sans-serif;
  line-height: 1.9;
}

.entry-content h3 {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--text-white);
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.entry-content ol {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.entry-content li {
  background: var(--accent);
  margin-bottom: 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-right: 6px solid var(--primary);
}

.entry-content li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.18);
  background: var(--primary-light);
}

.entry-content h4 {
  margin: 0;
}

.entry-content a {
  display: block;
  padding: 16px 20px;
  color: var(--text-black);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.entry-content li:hover a {
  color: var(--text-white);
}

.entry-content a::after {
  content: "⬇ تحميل الدليل";
  float: left;
  background: var(--link-bg);
  color: var(--text-black);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
  transition: all 0.3s ease;
}

.entry-content li:hover a::after {
  background: var(--primary-dark);
  color: var(--text-white);
}/* End custom CSS */