/* Start custom CSS for html, class: .elementor-element-69437a2 */.zho-popup {
  --zho-pink: #c42a7b;
  --zho-pink-light: #e45aa0;
  --zho-navy: #1f3f87;
  --zho-navy-deep: #162f66;
  --zho-cream: #fff8fc;
  --zho-white: #ffffff;

  direction: rtl;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 22px 18px;
  border-radius: 24px;
  background:
    linear-gradient(155deg, rgba(228, 90, 160, 0.16) 0%, rgba(196, 42, 123, 0.10) 38%, rgba(31, 63, 135, 0.08) 100%),
    linear-gradient(135deg, #ffffff 0%, #fff8fc 100%);
  border: 2px solid rgba(196, 42, 123, 0.12);
  box-shadow: 0 18px 50px rgba(31, 63, 135, 0.18);
  text-align: center;
}

.zho-popup__glow {
  position: absolute;
  top: -80px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 90, 160, 0.28) 0%, rgba(228, 90, 160, 0) 72%);
  pointer-events: none;
}

.zho-popup__badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(196, 42, 123, 0.10);
  color: var(--zho-pink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  border: 1px solid rgba(196, 42, 123, 0.14);
}

.zho-popup__title {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  color: var(--zho-navy);
  font-size: 28px;
  line-height: 1.35;
  font-weight: 900;
}

.zho-popup__subtitle {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--zho-pink);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.zho-popup__text {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #33425f;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

.zho-popup__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--zho-pink) 0%, var(--zho-pink-light) 100%);
  color: var(--zho-white);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(196, 42, 123, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zho-popup__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(196, 42, 123, 0.30);
  color: var(--zho-white);
}

.zho-popup__note {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: var(--zho-navy);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 600;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .zho-popup {
    max-width: 92vw;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .zho-popup__title {
    font-size: 24px;
  }

  .zho-popup__subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .zho-popup__text {
    font-size: 13.5px;
    line-height: 1.95;
    margin-bottom: 16px;
  }

  .zho-popup__btn {
    min-height: 50px;
    font-size: 14px;
    border-radius: 14px;
  }

  .zho-popup__note {
    font-size: 11.5px;
  }
}

@media (max-width: 480px) {
  .zho-popup {
    max-width: 94vw;
    padding: 18px 14px;
    border-radius: 18px;
  }

  .zho-popup__title {
    font-size: 22px;
  }

  .zho-popup__subtitle {
    font-size: 14px;
  }

  .zho-popup__text {
    font-size: 13px;
  }

  .zho-popup__btn {
    min-height: 48px;
    font-size: 13.5px;
  }
}


.elementor-popup-modal .dialog-widget-content {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.elementor-popup-modal {
  background-color: rgba(18, 27, 55, 0.58);
}/* End custom CSS */