.haganan-services-catalog {
  margin-top: 32px;
  padding: 28px 20px 70px;
  direction: rtl;
  color: #26342e;
  background: #f5faf8;
}

.haganan-services-catalog__inner {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.haganan-services-catalog__eyebrow {
  margin: 0 0 8px;
  color: #09a98f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.haganan-services-catalog h2 {
  margin: 0 0 38px;
  color: #222;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
  text-align: center;
}

.haganan-services-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.haganan-services-catalog__card {
  position: relative;
  min-width: 0;
  box-sizing: border-box;
  padding: 28px 26px 25px;
  background: #fff;
  border: 1px solid #e1eee9;
  border-top: 4px solid #05d1b2;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(34, 58, 49, 0.08);
}

.haganan-services-catalog__card:last-child {
  grid-column: 2;
}

.haganan-services-catalog__card h3 {
  margin: 0 0 17px;
  color: #222;
  font-size: 23px;
  line-height: 1.3;
  text-align: right;
}

.haganan-services-catalog__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.haganan-services-catalog__card li {
  position: relative;
  margin: 0;
  padding: 0 23px 0 0;
  color: #65706b;
  font-size: 16px;
  line-height: 1.55;
  text-align: right;
}

.haganan-services-catalog__card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  right: 0;
  color: #05a98f;
  font-weight: 800;
}

.haganan-why-us-heading {
  width: min(1140px, 100%);
  box-sizing: border-box;
  margin: 72px auto 34px;
  padding: 0 20px;
  direction: rtl;
  text-align: center;
}

.haganan-why-us-heading p,
.haganan-why-us-heading h2,
.haganan-why-us-heading span {
  display: block;
}

.haganan-why-us-heading p {
  margin: 0 0 7px;
  color: #05a98f;
  font-size: 17px;
  font-weight: 700;
}

.haganan-why-us-heading h2 {
  margin: 0 0 9px;
  color: #222;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.2;
}

.haganan-why-us-heading span {
  color: #6b7470;
  font-size: 16px;
  line-height: 1.55;
}

.page-id-14257 .haganan-why-us {
  margin-bottom: 82px;
}

.page-id-14257 .haganan-why-us .tm-cta3-content-wrapper {
  min-height: 74px;
}

@media (max-width: 900px) {
  .haganan-services-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haganan-services-catalog__card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .haganan-services-catalog {
    margin-top: 24px;
    padding: 20px 14px 52px;
  }

  .haganan-services-catalog h2 {
    margin-bottom: 28px;
  }

  .haganan-services-catalog__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .haganan-services-catalog__card,
  .haganan-services-catalog__card:last-child {
    grid-column: auto;
    width: 100%;
    padding: 23px 20px 21px;
  }

  .haganan-services-catalog__card h3 {
    font-size: 21px;
  }

  .haganan-why-us-heading {
    margin-top: 52px;
    margin-bottom: 24px;
    padding: 0 14px;
  }

  .haganan-why-us-heading h2 {
    font-size: 34px;
  }

  .page-id-14257 .haganan-why-us {
    margin-bottom: 56px;
  }

  .page-id-14257 .haganan-why-us .elementor-element-0e24363 {
    display: none;
  }

  .page-id-14257 .haganan-why-us .tm-cta3-content-wrapper {
    min-height: 0;
  }
}
