.elementor-7782 .elementor-element.elementor-element-50f2419e{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-5ed6a94 *//* CTA Ribbon */
.cta-ribbon {
  position: relative;
  width: 100%;
  background: #0b5cff; /* bold blue */
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.cta-ribbon__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 16px;
}

.cta-ribbon__text {
  min-width: 0;
}

.cta-ribbon__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 4px 0;
}

.cta-ribbon__sub {
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.95;
}

.cta-ribbon__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: transform 120ms ease, opacity 120ms ease, background 120ms ease, border-color 120ms ease;
}

.cta-btn:active {
  transform: translateY(1px);
}

.cta-btn--primary {
  background: #ffffff;
  color: #0b5cff;
}

.cta-btn--primary:hover {
  opacity: 0.95;
}

.cta-btn--ghost {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
}

.cta-btn--ghost:hover {
  background: rgba(255,255,255,0.18);
}

.cta-ribbon__close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 120ms ease, transform 120ms ease;
}

.cta-ribbon__close:hover {
  background: rgba(255,255,255,0.16);
}

.cta-ribbon--hide {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

/* Mobile */
@media (max-width: 720px) {
  .cta-ribbon__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-ribbon__actions {
    justify-content: flex-start;
  }

  .cta-btn {
    width: 100%;
  }

  .cta-ribbon__close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.cta-ribbon__title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;  /* ← this creates the breathing room */
}

/* Ghost button text color fix */
.cta-btn--ghost,
.cta-btn--ghost:visited,
.cta-btn--ghost:active {
  color: #ffffff !important;
}/* End custom CSS */