.u-section-1 .u-sheet-1 {
  min-height: 1360px;
}

.u-section-1 .u-image-1 {
  width: 772px;
  height: 409px;
  filter: brightness(0.9);
  --radius: 20px;
  margin: 44px auto 0;
}

.u-section-1 .u-text-1 {
  text-shadow: 8px 8px 8px rgba(255,255,255,1);
  font-size: 3rem;
  margin: -372px 238px 0 auto;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 488px;
  width: 600px;
  margin: 167px auto 60px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1334px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 381px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: -357px;
    margin-right: 35px;
  }

  .u-section-1 .u-custom-html-1 {
    margin-top: 180px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1381px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 286px;
  }

  .u-section-1 .u-text-1 {
    margin-top: -262px;
  }

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

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1262px;
  }

  .u-section-1 .u-image-1 {
    height: 180px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.33333rem;
    margin-top: -168px;
    margin-right: 0;
    margin-left: 131px;
  }

  .u-section-1 .u-custom-html-1 {
    margin-top: 84px;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}/* Base styling for the iframe container (Desktop Default) */
.iframe-container {
    width: 100%;
    max-width: 100%; /* Full width on all devices by default */
    position: relative;
    overflow: hidden;
    height: 1000px; /* Set a fixed height to display full form */
    background-color: #FCE7F2; /* Light pink background to see container */
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Media queries for different screen sizes */
/* Tablet */
@media (max-width: 1023px) {
    .iframe-container {
        max-width: 600px; /* Adjusted max-width for tablets */
        height: 1000px; /* Adjust height as needed for the full form */
    }
}
/* Mobile */
@media (max-width: 767px) {
    .iframe-container {
        max-width: 100%; /* Full width on mobile */
        height: 1000px; /* Adjust height as needed for the full form */
    }
} 