.elementor-51 .elementor-element.elementor-element-1468e444:not(.elementor-motion-effects-element-type-background), .elementor-51 .elementor-element.elementor-element-1468e444 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kindredkidsearlylearning.com/wp-content/uploads/2026/05/img18.jpg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-51 .elementor-element.elementor-element-1468e444 > .elementor-background-overlay{background-color:#2D1D54;opacity:0.4;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-51 .elementor-element.elementor-element-1468e444{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:120px 0px 220px 0px;}.elementor-51 .elementor-element.elementor-element-1468e444 > .elementor-shape-top svg{height:15px;}.elementor-51 .elementor-element.elementor-element-7f0c7d0f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-51 .elementor-element.elementor-element-7f0c7d0f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-51 .elementor-element.elementor-element-4c345b0a{text-align:center;}.elementor-51 .elementor-element.elementor-element-4c345b0a .elementor-heading-title{color:var( --e-global-color-21bfb04 );}.elementor-51 .elementor-element.elementor-element-190a399{--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;}@media(max-width:1024px){.elementor-51 .elementor-element.elementor-element-1468e444{padding:20px 0px 40px 0px;}.elementor-51 .elementor-element.elementor-element-7f0c7d0f > .elementor-element-populated{padding:80px 0px 132px 0px;}}@media(max-width:767px){.elementor-51 .elementor-element.elementor-element-7f0c7d0f > .elementor-element-populated{padding:74px 0px 92px 0px;}}/* Start custom CSS for html, class: .elementor-element-7d77dd9 */.kk-safety-hero,
.kk-safety-main-section,
.kk-safety-cta-section,
.kk-safety-hero *,
.kk-safety-main-section *,
.kk-safety-cta-section * {
  box-sizing: border-box;
}

.kk-safety-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.kk-safety-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #F7A6A1;
  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);
}

/* Hero */
.kk-safety-hero {
  width: 100%;
  padding: 95px 20px 80px;

  text-align: center;
  overflow: hidden;
}

.kk-safety-hero .kk-safety-inner {
  max-width: 850px;
}

.kk-safety-hero h1 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-size: 58px;
  line-height: 1.08;
  font-weight: var(--e-global-typography-primary-font-weight, 800);
  color: #2F2F2F;
  margin: 0 0 18px;
}

.kk-safety-hero p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 21px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0 auto;
}

/* Main section */
.kk-safety-main-section {
  width: 100%;
  padding: 85px 20px;
  background: #ffffff;
  overflow: hidden;
}

.kk-safety-section-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.kk-safety-section-header h2,
.kk-safety-cta-inner h2 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-size: 48px;
  line-height: 1.1;
  font-weight: var(--e-global-typography-primary-font-weight, 800);
  color: #2F2F2F;
  margin: 0 0 14px;
}

.kk-safety-section-header p,
.kk-safety-cta-inner p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 20px;
  line-height: 1.5;
  color: #4A4A4A;
  margin: 0;
}

/* Cards */
.kk-safety-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.kk-safety-card {
  position: relative;
  background: #FAF8F5;
  border: 1px solid rgba(158, 158, 158, 0.16);
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition:
    opacity 0.75s ease,
    transform 0.75s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.kk-safety-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 9px;
  background: #F7A6A1;
}

.kk-safety-green::before {
  background: #BFD7B0;
}

.kk-safety-yellow::before {
  background: #FFD98A;
}

.kk-safety-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.11);
  border-color: rgba(158, 158, 158, 0.32);
}

.kk-safety-wide {
  grid-column: span 2;
}

.kk-safety-icon {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: #F7A6A1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.kk-safety-green .kk-safety-icon {
  background: #BFD7B0;
}

.kk-safety-yellow .kk-safety-icon {
  background: #FFD98A;
}

.kk-safety-card:hover .kk-safety-icon {
  transform: rotate(4deg) scale(1.08);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.13);
}

.kk-safety-card h3 {
  font-family: var(--e-global-typography-secondary-font-family), sans-serif !important;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #2F2F2F;
  margin: 0 0 12px;
}

.kk-safety-card p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0 0 20px;
}

.kk-safety-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}

.kk-safety-card li {
  position: relative;
  padding-left: 30px;
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 15.5px;
  line-height: 1.45;
  color: #4A4A4A;
}

.kk-safety-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #F7A6A1;
  font-weight: 900;
}

.kk-safety-green li::before {
  color: #7A9E87;
}

.kk-safety-yellow li::before {
  color: #D9A840;
}

/* Illness chips */
.kk-safety-chip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.kk-safety-chip-grid span {
  position: relative;
  padding: 13px 14px 13px 42px;
  border-radius: 999px;
  background: #ffffff;
  color: #4A4A4A;
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 700;
  border: 1px solid rgba(158, 158, 158, 0.12);
}

.kk-safety-chip-grid span::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFD98A;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kk-safety-note {
  margin-top: 20px !important;
  padding: 16px 18px;
  border-radius: 18px;
  background: #ffffff;
  font-size: 15.5px !important;
}


/* Safe scroll animations */
.kk-safety-hero,
.kk-safety-section-header,
.kk-safety-card,
.kk-safety-cta-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.kk-safety-animation-ready {
  opacity: 0;
  transform: translateY(40px) scale(0.97);
}

.kk-safety-show {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .kk-safety-hero h1,
  .kk-safety-section-header h2,
  .kk-safety-cta-inner h2 {
    font-size: 42px;
  }

  .kk-safety-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kk-safety-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .kk-safety-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .kk-safety-hero {
    padding: 70px 16px 55px;
  }

  .kk-safety-main-section,
  .kk-safety-cta-section {
    padding: 60px 16px;
  }

  .kk-safety-hero h1,
  .kk-safety-section-header h2,
  .kk-safety-cta-inner h2 {
    font-size: 36px;
  }

  .kk-safety-hero p,
  .kk-safety-section-header p,
  .kk-safety-cta-inner p {
    font-size: 17px;
  }

  .kk-safety-grid,
  .kk-safety-chip-grid {
    grid-template-columns: 1fr;
  }

  .kk-safety-wide {
    grid-column: span 1;
  }

  .kk-safety-card {
    padding: 26px 22px;
    border-radius: 28px;
  }

  .kk-safety-card h3 {
    font-size: 24px;
  }

  .kk-safety-cta-inner {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .kk-safety-cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .kk-safety-btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .kk-safety-hero h1,
  .kk-safety-section-header h2,
  .kk-safety-cta-inner h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kk-safety-hero,
  .kk-safety-section-header,
  .kk-safety-card,
  .kk-safety-cta-inner {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */