.elementor-widget-solve-for-card {
  overflow: hidden;
}
.elementor-widget-solve-for-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}

.elementor-widget-solve-for-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.elementor-widget-solve-for-card h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #272121;
  width: 100%;
  position: relative;
}

.elementor-widget-solve-for-card h3 a {
  color: black;
  position: relative;
  width: 100%;
}

.elementor-widget-solve-for-card h3:hover a {
  color: #e93735;
}

.elementor-widget-solve-for-card h3:after {
  content: "";
  background-image: url("../images/plus-red.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
}

.elementor-widget-solve-for-card:hover h3.single-link-card:after {
  background-image: url("../images/arrow-right-red.svg");
  top: 8px;
}

.elementor-widget-solve-for-card h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding-right: 5px;
  line-height: 1.3;
}
.elementor-widget-solve-for-card h4 a {
  color: black;
  position: relative;
  width: 100%;
}

.elementor-widget-solve-for-card h4:hover a {
  color: #e93735;
}

.elementor-widget-solve-for-card h4:hover:after {
  content: "";
  background-image: url("../images/arrow-right-red.svg");
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 30px;
}

.elementor-widget-solve-for-card .overlay-content {
  padding: 16px 24px;
  position: absolute;
  top: calc(100% - 56px);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  transition: top 0.3s ease-in-out;
}
.elementor-widget-solve-for-card:hover .overlay-content {
  top: 0;
}
.elementor-widget-solve-for-card:hover .overlay-content.single-link-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
