.elementor-1144 .elementor-element.elementor-element-f2efd46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9ab070f *//* =========================
   Kindred Kids Footer CTA
========================= */

.kk-footer-cta-section,
.kk-footer-cta-section * {
  box-sizing: border-box;
}

.kk-footer-cta-section {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
  overflow: hidden;
}

.kk-footer-cta-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 20%, rgba(247, 166, 161, 0.20) 0%, transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(191, 215, 176, 0.26) 0%, transparent 34%),
    linear-gradient(180deg, #FAF8F5 0%, #FFFDF9 100%);
  border: 1px solid rgba(158, 158, 158, 0.16);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  overflow: hidden;
}

.kk-footer-cta-inner::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(232, 150, 138, 0.18);
  top: -70px;
  right: -55px;
}

.kk-footer-cta-inner::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(122, 158, 135, 0.18);
  bottom: -55px;
  left: -45px;
}

.kk-footer-cta-content,
.kk-footer-cta-actions {
  position: relative;
  z-index: 2;
}

.kk-footer-cta-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #E8968A;
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.kk-footer-cta-content h2 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-size: 42px;
  line-height: 1.12;
  font-weight: var(--e-global-typography-primary-font-weight, 800);
  color: #2F2F2F;
  margin: 0 0 14px;
}

.kk-footer-cta-content p {
  max-width: 720px;
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 17px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0;
}

.kk-footer-cta-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.kk-footer-cta-btn {
    background: #E87873;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.kk-footer-cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transition: left 0.6s ease;
  pointer-events: none;
}

.kk-footer-cta-btn:hover::after {
  left: 120%;
}

.kk-footer-cta-primary {
  background: #E87873;
  color: #ffffff !important;
  box-shadow: 0 12px 26px rgba(122, 158, 135, 0.32);
}

.kk-footer-cta-secondary {
  background: #ffffff !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 12px 26px rgba(232, 150, 138, 0.32);
}

.kk-footer-cta-btn:hover {
  transform: translateY(-4px);
}

.kk-footer-cta-primary:hover {
  background: #E8968A;
  box-shadow: 0 16px 34px rgba(232, 150, 138, 0.34);
}

.kk-footer-cta-secondary:hover {
  background: #7A9E87;
  box-shadow: 0 16px 34px rgba(122, 158, 135, 0.34);

  border: 2px solid #7A9E87 !important;
}

/* Entrance animation */
.kk-footer-cta-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.kk-footer-cta-animation-ready {
  opacity: 0;
  transform: translateY(35px) scale(0.98);
}

.kk-footer-cta-show {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

/* Tablet */
@media (max-width: 1024px) {
  .kk-footer-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kk-footer-cta-content p {
    margin: 0 auto;
  }

  .kk-footer-cta-actions {
    justify-content: center;
  }

  .kk-footer-cta-content h2 {
    font-size: 38px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kk-footer-cta-section {
    padding: 60px 14px;
  }

  .kk-footer-cta-inner {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .kk-footer-cta-eyebrow {
    font-size: 13px;
    padding: 7px 15px;
  }

  .kk-footer-cta-content h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .kk-footer-cta-content p {
    font-size: 16px;
    line-height: 1.55;
  }

  .kk-footer-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .kk-footer-cta-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 24px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kk-footer-cta-inner,
  .kk-footer-cta-btn,
  .kk-footer-cta-btn::after {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */