.u-section-1 .u-sheet-1 {
  min-height: 700px; /* Increased to accommodate the CAPTCHA */
}

.u-section-1 .u-form-1 {
  height: 480px; /* Increased to accommodate the CAPTCHA */
  width: 570px;
  margin: 60px auto 0;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 65px;
  width: 837px;
  margin: 29px auto 60px;
}

/* Style for the Turnstile container */
.cf-turnstile {
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .u-section-1 .u-custom-html-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-form-1 {
    width: 540px;
  }

  .u-section-1 .u-custom-html-1 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-form-1 {
    width: 340px;
  }

  .u-section-1 .u-custom-html-1 {
    width: 340px;
  }
  
  /* Ensure CAPTCHA is responsive on small screens */
  .cf-turnstile {
    transform-origin: left;
    transform: scale(0.85);
  }
}
