.elementor-1466 .elementor-element.elementor-element-4159e33:not(.elementor-motion-effects-element-type-background), .elementor-1466 .elementor-element.elementor-element-4159e33 > .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-1466 .elementor-element.elementor-element-4159e33 > .elementor-background-overlay{background-color:#2D1D54;opacity:0.4;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1466 .elementor-element.elementor-element-4159e33{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-1466 .elementor-element.elementor-element-4159e33 > .elementor-shape-top svg{height:15px;}.elementor-1466 .elementor-element.elementor-element-4159e33 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-21bfb04 );}.elementor-1466 .elementor-element.elementor-element-1782c3d > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-1466 .elementor-element.elementor-element-1782c3d > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1466 .elementor-element.elementor-element-4260bec{text-align:center;}.elementor-1466 .elementor-element.elementor-element-4260bec .elementor-heading-title{color:var( --e-global-color-21bfb04 );}.elementor-1466 .elementor-element.elementor-element-9c22873{--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-1466 .elementor-element.elementor-element-4159e33{padding:20px 0px 40px 0px;}.elementor-1466 .elementor-element.elementor-element-1782c3d > .elementor-element-populated{padding:80px 0px 132px 0px;}}@media(max-width:767px){.elementor-1466 .elementor-element.elementor-element-1782c3d > .elementor-element-populated{padding:74px 0px 92px 0px;}}/* Start custom CSS for html, class: .elementor-element-050c610 *//* =========================
   Kindred Kids Schedule a Tour Page
========================= */

.kk-tour-page-section,
.kk-tour-page-section * {
  box-sizing: border-box;
}

.kk-tour-page-section {
  width: 100%;
  padding: 85px 20px 95px;
  overflow: hidden;
}

.kk-tour-page-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* Header */
.kk-tour-header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.kk-tour-eyebrow,
.kk-tour-card-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-tour-header h1 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-size: 56px;
  line-height: 1.08;
  font-weight: var(--e-global-typography-primary-font-weight, 800);
  color: #2F2F2F;
  margin: 0 0 18px;
}

.kk-tour-header p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 20px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0 auto;
}

/* Info Cards */
.kk-tour-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.kk-tour-info-card {
  background: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.16);
  border-radius: 26px;
  padding: 24px 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kk-tour-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
}

.kk-tour-info-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 22px;
  background: #F7A6A1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.kk-tour-info-card:nth-child(2) .kk-tour-info-icon {
  background: #BFD7B0;
}

.kk-tour-info-card:nth-child(3) .kk-tour-info-icon {
  background: #FFD98A;
}

.kk-tour-info-card h3 {
  font-family: var(--e-global-typography-secondary-font-family), sans-serif !important;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  color: #2F2F2F;
  margin: 0 0 8px;
}

.kk-tour-info-card p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 15px;
  line-height: 1.5;
  color: #4A4A4A;
  margin: 0;
}

/* Form Card */
.kk-tour-form-card {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(158, 158, 158, 0.16);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.kk-tour-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 9px;
  background: #E8968A;
}

.kk-tour-form-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(191, 215, 176, 0.18);
  right: -60px;
  top: -60px;
  pointer-events: none;
}

.kk-tour-form-top {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 18px 24px;
  text-align: center;
}

.kk-tour-form-top h2 {
  font-family: var(--e-global-typography-primary-font-family), sans-serif !important;
  font-size: 38px;
  line-height: 1.12;
  font-weight: var(--e-global-typography-primary-font-weight, 800);
  color: #2F2F2F;
  margin: 0 0 12px;
}

.kk-tour-form-top p {
  font-family: var(--e-global-typography-text-font-family), sans-serif !important;
  font-size: 16.5px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 0;
}

/* Iframe */
.kk-tour-iframe-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: #FAF8F5;
  border: 1px solid rgba(158, 158, 158, 0.12);
}

.kk-tour-iframe-wrap iframe {
  display: block;
  width: 100% !important;
  height: auto;
  min-height: 720px;
  border: none !important;
  background: #ffffff;
}

/* Animations */
.kk-tour-header,
.kk-tour-info-card,
.kk-tour-form-card {
  animation: kkTourFadeUp 0.75s ease both;
}

.kk-tour-info-card:nth-child(1) {
  animation-delay: 0.08s;
}

.kk-tour-info-card:nth-child(2) {
  animation-delay: 0.14s;
}

.kk-tour-info-card:nth-child(3) {
  animation-delay: 0.20s;
}

.kk-tour-form-card {
  animation-delay: 0.24s;
}

@keyframes kkTourFadeUp {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .kk-tour-page-section {
    padding: 75px 20px 85px;
  }

  .kk-tour-header h1 {
    font-size: 44px;
  }

  .kk-tour-info-grid {
    grid-template-columns: 1fr;
  }

  .kk-tour-form-card {
    max-width: 100%;
  }

  .kk-tour-iframe-wrap iframe {
    height: 1050px;
    min-height: 1050px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .kk-tour-page-section {
    padding: 60px 14px 72px;
  }

  .kk-tour-header {
    margin-bottom: 34px;
  }

  .kk-tour-eyebrow,
  .kk-tour-card-eyebrow {
    font-size: 13px;
    padding: 7px 15px;
  }

  .kk-tour-header h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .kk-tour-header p {
    font-size: 16.5px;
    line-height: 1.55;
  }

  .kk-tour-info-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .kk-tour-form-card {
    padding: 16px;
    border-radius: 26px;
  }

  .kk-tour-form-top {
    padding: 16px 8px 20px;
  }

  .kk-tour-form-top h2 {
    font-size: 29px;
  }

  .kk-tour-form-top p {
    font-size: 15.5px;
  }

  .kk-tour-iframe-wrap {
    border-radius: 20px;
  }

  .kk-tour-iframe-wrap iframe {
    height: 720px;
    min-height: 720px;
  }
}

@media (max-width: 420px) {
  .kk-tour-header h1 {
    font-size: 31px;
  }

  .kk-tour-form-card {
    padding: 12px;
  }

  .kk-tour-iframe-wrap iframe {
    height: 580px;
    min-height: 580px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .kk-tour-header,
  .kk-tour-info-card,
  .kk-tour-form-card {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */