.alignLandingContent {
  padding: 48px 12rem;
}

@media only screen and (max-width: 992px) {
  .alignLandingContent {
    padding: 24px 1rem;
  }
}

#navbar {
  padding: 1.5rem;
  background-color: var(--background);
}

#navbar img {
  width: 148px;
}

#navbar .media-links img {
  width: 24px;
  height: 24px;
}

#navbar .lang-link {
  display: flex;
  justify-content: center;
  align-items: start;
  color: #187216;
  font-size: 20px;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 0px;
}


@media only screen and (max-width: 992px) {
  #navbar {
    padding: 1rem;
  }

  #navbar img {
    width: 100px;
  }

  #navbar .media-links img {
    width: 16px;
    height: 16px;
  }

  #navbar .lang-link {
    font-size: 12px;
  }
}

/* ==== Start Hero Section ==== */
#hero {
  background-color: var(--background);

}

#hero .badge {
  padding: 12px;
  background-color: var(--btn_background);
  border-radius: 8px;
  font-family: 'Bubbleboy2';
  font-size: 11px;
  font-weight: lighter;
}

#hero .title {
  color: var(--primary);
  text-transform: uppercase;
  line-height: 100px;
}

#hero .title span {
  color: var(--accent);
  text-transform: lowercase;
  line-height: 100px;
}

@media only screen and (max-width: 992px) {
  #hero .title {
    line-height: 64px;
  }

  #hero .title span {
    line-height: 64px;
  }
}

#hero .description p {
  color: var(--primary);
  text-transform: capitalize;
  line-height: 32px;
}

#hero .description p span {
  color: var(--accent);
  text-transform: capitalize;
  line-height: 32px;
}

#hero img {
  width: 70%;
  height: 75%;
}

@media only screen and (max-width: 992px) {
  #hero img {
    width: 100%;
    height: auto;
  }
}

/* ==== End Hero Section ==== */

/* ==== Start Count Down Section ==== */
#countdown img {
  object-fit: contain;
  width: 100%;
  border-radius: 20px;
}

#countdown .counter-card {
  width: 190px;
  height: 190px;
  color: var(--btn_background);
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.9) 100%),
    #0e76aa;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20;
}

@media only screen and (max-width: 992px) {
  #countdown .counter-card {
    border-radius: 16px;
    width: 85px;
    height: 85px;
  }

  #countdown .counter-card h2 {
    font-size: 24px;
  }

  #countdown .counter-card h6 {
    font-size: 12px;
  }
}

/* ==== End Count Down Section ==== */


/* ==== Start Activities Section ==== */
#activites .card {
  width: 100%;
  margin-bottom: 24px;
  border: none;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  transition: transform 0.2s ease-in-out;
}

#activites .card:hover {
  transform: translateY(-10px);
}

#activites .card .emoji {
  border-radius: 20px 20px 0px 0px;
}

/* ==== End Activities Section ==== */

#newSletter {
  background-color: var(--background);
}

#newSletter .subscribe {
  width: 25%;
}

#newSletter input {
  width: 75%;
  display: flex;
  padding: 12px 16px;
  margin: 0px 16px;
  align-items: center;
  gap: 8px;

  border-radius: 8px;
  border: 1px solid rgba(34, 27, 32, 0.16);
  background: rgba(222, 207, 217, 0.40);
  text-transform: capitalize;
  text-overflow: ellipsis;
  font-family: Sen;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 992px) {
  #newSletter h5 {
    font-size: 16px;
    line-height: 32px;
  }

  #newSletter input {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
  }

  #newSletter .subscribe {
    width: 50%;
    font-size: 12px;
    padding: 8px 12px;
  }
}

#whyBlock .list .list__item .avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#whyBlock .list .list__item .avatar svg {
  width: 24px;
  height: 24px;
}

#whyBlock .list .list__item .detail h4 {
  color: #0d374c;
  font-family: Bubbleboy;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  #whyBlock .list .list__item .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50px;
  }

  #whyBlock .list .list__item .avatar svg {
    width: 16px;
    height: 16px;
  }

  #whyBlock .list .list__item .detail h4 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'bubbleboy';
  }

  #whyBlock .list .list__item .detail p {
    line-height: 24px;
  }
}

#campDetails .card {
  padding: 2rem;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.10);
  border: none;
}


.section-banner {
  background: #FFF8F4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 56px;
}

.banner-top {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff8f4;
  gap: 24px;
  min-height: 120px;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.banner-top .btn-kkc.position-absolute {
  top: 24px;
  right: 24px;
  left: auto !important;
}

/* Make the following hero block sit nicely with generous vertical rhythm */
.section-banner .container-xxl {
  padding-bottom: 56px;
}

.logo-stack {
  width: 166px;
  height: 100px;
}



.btn-kkc {
  padding: 12px 24px;
  background: #1c6c96;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-kkc-text {
  color: #fffafd;
  font-size: 20px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.badge-kkc {
  width: 111px;
  height: 29px;
  background: #1c6c96;
  border-radius: 8px;
}

.badge-kkc-text {
  position: absolute;
  left: 15px;
  top: 11.5px;
  color: #fffafd;
  font-size: 11px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.badge-kkc-notch {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 112px;
  top: -8px;
  background: #1c6c96;
  border-radius: 2px;
}

.hero-subcopy .text-accent {
  color: #d5662b;
}

.cta-large {
  width: 650px;
  height: 87.88px;
  background: #1c6c96;
  border-radius: 11.16px;
}

.cta-large-text {
  position: absolute;
  left: 213.41px;
  top: 30.69px;
  text-align: center;
  color: #fffafd;
  font-size: 32.08px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
  line-height: 41.85px;
}

.section-countdown {}

.section-countdown-inner {
  padding-top: 48px;
  padding-bottom: 48px;
  gap: 48px;
}

.section-title {
  color: #187216;
  font-size: 64px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}

.section-subtitle {
  color: #00000099;
  font-size: 24px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}



.countdown-number {
  color: #0e76aa;
  font-size: 60px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
}

.countdown-label {
  color: #0e76aa;
  font-size: 24px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
}

/* Logo elements */
.logo-image {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.logo-text {
  color: #1c6c96;
  font-size: 8.1px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 13.49px;
  letter-spacing: 0.35px;
}

/* Social media icons */
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Hero section elements */
.hero-title-large {
  color: #187216;
  font-size: 82px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 86px;
}

.hero-title-large-lower {
  color: #187216;
  font-size: 82px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 86px;
}

.hero-title-accent {
  color: #d5662b;
  font-size: 82px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 86px;
}

.hero-description {
  color: #187216;
  font-size: 16px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.hero-description-accent {
  color: #d5662b;
  font-size: 16px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

/* Image groups */
.image-group {
  display: flex;
  gap: 12px;
}

.image-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.camp-image {
  width: 242.94px;
  height: 247.19px;
  position: relative;
  border-radius: 20px;
}

/* Stats cards */
.stats-card {
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}

.stats-card-1 {
  background: linear-gradient(0deg, #f4f7f8 0%, #f4f7f8 100%), #0e76aa;
}

.stats-card-2 {
  background: linear-gradient(0deg, #f6fbf5 0%, #f6fbf5 100%), #0e76aa;
}

.stats-card-3 {
  background: linear-gradient(0deg, #fff8f4 0%, #fff8f4 100%), #0e76aa;
}

.stats-card-4 {
  background: linear-gradient(0deg, #fef4f5 0%, #fef4f5 100%), #0e76aa;
}

.stats-number {
  text-align: center;
  color: #0e76aa;
  font-size: 60px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
}

.stats-number-green {
  text-align: center;
  color: #187216;
  font-size: 60px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
}

.stats-number-muted {
  text-align: center;
  color: rgba(0, 0, 0, 0.08);
  font-size: 60px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
}

.stats-label {
  text-align: center;
  color: #0e76aa;
  font-size: 20px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.stats-label-green {
  text-align: center;
  color: #187216;
  font-size: 20px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.stats-label-muted {
  text-align: center;
  color: rgba(0, 0, 0, 0.08);
  font-size: 20px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.stats-description {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

/* Positioning classes */
.banner-social-links {
  left: 24px;
  top: 62px;
  position: absolute;
}

.banner-register-btn {
  left: 1740px;
  top: 47px;
}

.banner-hero-container {
  width: 100%;
  max-width: 1320px;
  padding-bottom: 56px;
}

.badge-kkc-container {
  width: 111px;
  height: 29px;
  position: relative;
  background: #1c6c96;
  border-radius: 8px;
}

.badge-kkc-text-positioned {
  left: 15px;
  top: 11.5px;
  position: absolute;
  color: #fffafd;
  font-size: 11px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.badge-kkc-notch-positioned {
  width: 10px;
  height: 10px;
  left: 112px;
  top: -8px;
  position: absolute;
  background: #1c6c96;
  border-radius: 2px;
}

/* Hero content area */
.hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  display: inline-flex;
}

.badge-kkc-wrapper {
  width: 111px;
  height: 29px;
  position: relative;
  background: #1c6c96;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-kkc-text-wrapper {
  color: #fffafd;
  font-size: 11px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

/* Countdown section elements */
.countdown-section {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 56px;
  display: flex;
}

.countdown-content {
  width: 100%;
  max-width: 1260px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
}

.countdown-title {
  align-self: stretch;
  text-align: center;
  color: #187216;
  font-size: 64px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}

.countdown-subtitle {
  align-self: stretch;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-family: BubbleBoy2, system-ui, sans-serif;
  font-weight: 400;
}

.countdown-cta {
  padding: 12px 24px;
  background: #1c6c96;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.countdown-cta-text {
  color: #fffafd;
  font-size: 20px;
  font-family: Bubbleboy, system-ui, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

/* Login Page Styles */
#login {
  height: 100vh;
  background: #fff8f4;
}

#registration {
  height: 100vh;
  background: #fff8f4;
}

#camp_detail {
  height: 100vh;
  background: #fff8f4;
}

#form_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

#form_container .header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#form_container .input_group,
#form_container .actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
}

#form_container .input_group input {
  width: 100%;
  padding: 16px 12px;
  border-radius: 8px;
  border: 1px solid var(--Light-Solid-Color-Extra-Divider, #DBDADE);
  background: #FFF;
  display: flex;
  height: 56px;
  align-items: center;
  align-self: stretch;
  color: var(--Light-Typography-Color-Placeholder-Text, #4B465C);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Helvetica Neue";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

#form_container .actions button {
  width: 100%;
  padding: 16px 24px;

  border-radius: 4px;
  background: #C6DAE5;
  border: none;
  color: #4494BE;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-family: 'Bubbleboy';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: lowercase;

}

#form_container .actions .submit {
  width: 100%;
  padding: 16px 24px;

  border-radius: 4px;
  background: #C6DAE5;
  border: none;
  color: #4494BE;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  font-family: 'Bubbleboy';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: lowercase;
}

#form_container .actions .back {
  background: transparent;
  border: none;
  color: #187216;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 10px;
  font-family: 'BubbleBoy2';
  font-size: 16px;
  text-align: start;
}

#form_container .actions .error_message {
  padding: 16px;
  background: #fef4f5;
  border-radius: 8px;
  color: #dc3545;
  font-size: 14px;
}

#form_container .actions .success_message {
  padding: 16px;
  background: #f6fbf5;
  border-radius: 8px;
  color: #187216;
  font-size: 14px;
}




.login-form-wrapper {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.login-header-section {
  width: 100%;
  max-width: 1260px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.login-welcome-title {
  align-self: stretch;
  text-align: center;
  color: #187216;
  font-size: 64px;
  font-family: Bubbleboy;
  font-weight: 400;
  letter-spacing: 3.2px;
  word-wrap: break-word;
}

.login-welcome-subtitle {
  align-self: stretch;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-family: BubbleBoy2;
  font-weight: 400;
  line-height: 30px;
  word-wrap: break-word;
}

.login-form-section {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.login-input-group {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 7px;
  display: flex;
}

.login-input-label {
  align-self: stretch;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #062f44;
  font-size: 14px;
  font-family: BubbleBoy2;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 15.96px;
  letter-spacing: 0.76px;
  word-wrap: break-word;
}

.login-input-wrapper {
  align-self: stretch;
  height: 56px;
  background: white;
  border-radius: 8px;
  outline: 1px #dbdade solid;
  outline-offset: -1px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.login-input-wrapper.border-danger {
  outline: 2px #dc3545 solid;
}

.login-input-inner {
  flex: 1 1 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 13px;
  padding-bottom: 13px;
  overflow: hidden;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
}

.login-input-text {
  flex: 1 1 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-family: Helvetica Neue;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.login-button-disabled {
  align-self: stretch;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #c6dae5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.login-button-enabled {
  align-self: stretch;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #1c6c96;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: background 0.3s ease;
}

.login-button-enabled:hover {
  background: #0e76aa;
}

.login-button-enabled .login-button-text {
  color: #fffafd;
}

.login-button-content {
  align-self: stretch;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.login-button-text {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #4494be;
  font-size: 20px;
  font-family: Bubbleboy;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 30px;
  letter-spacing: 1.2px;
  word-wrap: break-word;
}



.login-logo-bar-1 {
  width: 15.59px;
  height: 31.03px;
  background: #1c6c96;
}

.login-logo-bar-2 {
  width: 15.51px;
  height: 25.93px;
  background: #1c6c96;
}

.login-logo-bar-3 {
  width: 25.89px;
  height: 25.93px;
  background: #1c6c96;
}

.login-logo-bar-4 {
  width: 15.51px;
  height: 25.93px;
  background: #1c6c96;
}

.login-logo-bar-5 {
  width: 5.14px;
  height: 31.03px;
  background: #1c6c96;
}

.login-logo-bar-6 {
  width: 12.15px;
  height: 31.03px;
  background: #1c6c96;
}

.login-logo-bar-7 {
  width: 15.59px;
  height: 31.03px;
  background: #dc3f38;
}

.login-logo-bar-8 {
  width: 5.14px;
  height: 31.03px;
  background: #dc3f38;
}

.login-logo-bar-9 {
  width: 15.51px;
  height: 31.03px;
  background: #dc3f38;
}

.login-logo-bar-10 {
  width: 15.51px;
  height: 25.93px;
  background: #dc3f38;
}

.login-logo-bar-11 {
  width: 21.31px;
  height: 35.61px;
  background: #4caf46;
}

.login-logo-bar-12 {
  width: 21.31px;
  height: 35.61px;
  background: #4caf46;
}

.login-logo-bar-13 {
  width: 35.56px;
  height: 35.61px;
  background: #4caf46;
}

.login-logo-bar-14 {
  width: 21.31px;
  height: 42.66px;
  background: #4caf46;
}

.login-logo-text {
  color: #1c6c96;
  font-size: 8.1px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 13.49px;
  letter-spacing: 0.35px;
  word-wrap: break-word;
}

/* OTP Input Boxes */
.otp-input-container {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.otp-input-box {
  flex: 1 1 0;
  height: 56px;
  background: white;
  border-radius: 8px;
  outline: 1px #dbdade solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.otp-input-box.active {
  outline: 2px #1c6c96 solid;
}

.otp-input-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  font-size: 24px;
  font-family: Helvetica Neue;
  font-weight: 500;
  color: #062f44;
}

.otp-separator {
  width: 13px;
  height: 0px;
  outline: 3px #1c6c96 solid;
  outline-offset: -1.5px;
}

.login-button-large {
  align-self: stretch;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #c6dae5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.login-button-large.enabled {
  background: #1c6c96;
  transition: background 0.3s ease;
}

.login-button-large.enabled:hover {
  background: #0e76aa;
}

.login-button-large.enabled .login-button-text {
  color: #fffafd;
}