/* Start custom CSS for html, class: .elementor-element-7d833b1 *//* =========================
   El Hedaya Inner Pages
========================= */

.eh-inner-page {
  direction: rtl;
  background: #06150f;
  color: #fff;
  font-family: inherit;
  overflow-x: hidden;
}

/* Hero */
.eh-page-hero {
  position: relative;
  padding: 70px 20px 55px;
  background:
    linear-gradient(135deg, rgba(0, 103, 68, 0.85), rgba(8, 42, 73, 0.95)),
    radial-gradient(circle at left top, rgba(212, 169, 80, 0.18), transparent 35%);
  border-bottom: 1px solid rgba(212, 169, 80, 0.18);
}

.eh-page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.eh-page-label {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(212, 169, 80, 0.14);
  color: #d9b35f;
  font-size: 14px;
  font-weight: 700;
}

.eh-page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.25;
  color: #fff;
  font-weight: 900;
}

.eh-page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.9;
}

/* Content */
.eh-page-content {
  padding: 70px 20px;
  background:
    radial-gradient(circle at top right, rgba(0, 130, 85, 0.12), transparent 30%),
    #06150f;
}

.eh-page-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.eh-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

/* Main Card */
.eh-content-card,
.eh-side-card {
  background: linear-gradient(180deg, rgba(11, 47, 34, 0.96), rgba(6, 30, 22, 0.96));
  border: 1px solid rgba(212, 169, 80, 0.18);
  border-radius: 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.eh-content-card {
  padding: 42px;
}

.eh-content-card h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.35;
  font-weight: 900;
}

.eh-content-card h3 {
  margin: 34px 0 14px;
  color: #fff;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.4;
  font-weight: 800;
}

.eh-content-card p,
.eh-content-card li {
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 2;
}

.eh-content-card p {
  margin: 0 0 12px;
}

.eh-content-card strong {
  color: #d9b35f;
  direction: ltr;
  display: inline-block;
}

.eh-content-card ul {
  margin: 0;
  padding: 0 22px 0 0;
}

.eh-content-card li {
  margin-bottom: 8px;
}

.eh-content-card li::marker {
  color: #d9b35f;
}

/* Side Card */
.eh-side-card {
  position: sticky;
  top: 120px;
  padding: 30px;
}

.eh-side-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.eh-side-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
}

.eh-side-card a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a8a50, #056b3f);
  border: 1px solid rgba(217, 179, 95, 0.65);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 126, 75, 0.28);
  transition: 0.25s ease;
}

.eh-side-card a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #0fa861, #087145);
}

/* Responsive */
@media (max-width: 1024px) {
  .eh-page-hero {
    padding: 58px 18px 44px;
  }

  .eh-page-content {
    padding: 50px 18px;
  }

  .eh-content-grid {
    grid-template-columns: 1fr;
  }

  .eh-side-card {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .eh-page-hero {
    padding: 45px 16px 36px;
    text-align: right;
  }

  .eh-page-hero p {
    font-size: 15px;
    line-height: 1.8;
  }

  .eh-page-content {
    padding: 35px 14px;
  }

  .eh-content-card {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .eh-side-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .eh-content-card p,
  .eh-content-card li {
    font-size: 15px;
    line-height: 1.9;
  }

  .eh-content-card ul {
    padding-right: 18px;
  }

  .eh-side-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .eh-page-hero {
    padding: 38px 14px 32px;
  }

  .eh-page-label {
    font-size: 13px;
    padding: 6px 13px;
  }

  .eh-content-card {
    padding: 22px 16px;
  }

  .eh-side-card {
    padding: 22px 16px;
  }

  .eh-side-card a {
    min-height: 48px;
    font-size: 14px;
  }
}/* End custom CSS */