.klc-mobile-menu {
  display: none;
}

.klc-hero-admissions {
  color: #f6ea80;
  font-weight: 800;
  font-size: 18px;
  margin: 20px 0 18px;
}

.klc-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  margin-top: 20px;
  max-width: 720px;
}

.klc-feature-strip span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(246, 234, 128, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
}

.klc-safety-list,
.klc-mark-intro {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.klc-safety-list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.klc-safety-list span,
.klc-mark-intro span {
  background: #f8fafc;
  border-left: 4px solid #d7b11f;
  border-radius: 8px;
  color: #1f1b62;
  font-size: 14px;
  font-weight: 650;
  padding: 12px 14px;
}

.klc-contact-note {
  color: #424242;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.klc-enquiry-form {
  display: grid;
  gap: 16px;
}

.klc-enquiry-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.klc-enquiry-field {
  display: grid;
  gap: 6px;
}

.klc-enquiry-field label {
  color: #1f1b62;
  font-size: 13px;
  font-weight: 700;
}

.klc-enquiry-field input,
.klc-enquiry-field select,
.klc-enquiry-field textarea {
  border: 1px solid #3b82f6;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111827;
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.klc-enquiry-field textarea {
  min-height: 120px;
  resize: vertical;
}

.klc-enquiry-field-full {
  grid-column: 1 / -1;
}

.klc-enquiry-submit {
  background: #0b1c8f;
  border: 0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  font-weight: 800;
  min-height: 48px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.klc-enquiry-submit:hover {
  background: #01007b;
}

.klc-bottom-cta-text {
  align-items: center;
  color: #1f1b62;
  display: flex;
  font-size: 28px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 76px;
  text-align: center;
}

.klc-whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 3px solid #ffffff;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.24);
  color: #ffffff;
  display: flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  width: 58px;
  z-index: 1400;
}

.klc-whatsapp-float:hover,
.klc-whatsapp-float:focus-visible {
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.3);
  outline: none;
  transform: translateY(-2px);
}

.klc-whatsapp-float svg {
  display: block;
  height: 30px;
  width: 30px;
}

@media (min-width: 1600px) {
  .klc-home-hero {
    background-position: 58% center !important;
  }

  .klc-home-hero .klc-home-hero-shape {
    height: calc(100vh + 40px) !important;
    left: -235px !important;
    top: -20px !important;
    width: 1180px !important;
  }

  .klc-home-hero-copy {
    max-width: 620px !important;
  }

  .klc-home-hero-copy .klc-feature-strip {
    max-width: 620px;
  }
}

@media (max-width: 899px) {
  .klc-mobile-menu {
    background: #0a1470;
    box-shadow: 0 18px 25px rgba(11, 28, 143, 0.35);
    display: none;
    left: 0;
    padding: 18px 24px 24px;
    position: sticky;
    right: 0;
    top: 80px;
    z-index: 1099;
  }

  body.klc-mobile-menu-open .klc-mobile-menu {
    display: grid;
    gap: 14px;
  }

  .klc-mobile-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }

  .klc-mobile-menu a:last-child {
    background: linear-gradient(172.569deg, #fdfa94 8.442%, #f6ea80 18.399%, #efda6d 39.846%, #bca24c 58.994%, #c3a251 78.909%);
    border-radius: 999px;
    color: #0a1470;
    justify-self: start;
    padding: 10px 18px;
  }

  .css-7n07iu {
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  .klc-home-hero {
    background-image: linear-gradient(180deg, rgba(31, 27, 98, 0.76) 0%, rgba(31, 27, 98, 0.9) 52%, rgba(31, 27, 98, 0.98) 100%), url("_next/static/media/heroBackground.66b96072.png") !important;
    background-position: center, 58% top !important;
    background-size: cover, cover !important;
  }

  .klc-home-hero-copy {
    box-sizing: border-box;
    max-width: calc(100vw - 64px) !important;
    min-width: 0;
    width: calc(100vw - 64px);
  }

  .klc-home-hero .klc-home-hero-shape {
    display: none !important;
  }

  .css-b3io4u {
    opacity: 0.75;
    right: -70px !important;
  }

  .css-1xd1lie {
    right: 36px !important;
  }

  .klc-feature-strip {
    gap: 6px;
    margin-bottom: 24px;
    max-width: 100%;
  }

  .klc-feature-strip span {
    box-sizing: border-box;
    font-size: 12px;
    max-width: 100%;
    padding: 6px 10px;
  }

  .klc-enquiry-grid {
    grid-template-columns: 1fr;
  }

  .klc-bottom-cta-text {
    font-size: 22px;
    min-height: 0;
  }

  .klc-whatsapp-float {
    bottom: 18px;
    height: 54px;
    right: 18px;
    width: 54px;
  }
}
