/* ===== NewCombin Contact Modal ===== */
.nc__modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.7); z-index:99999; align-items:center; justify-content:center; padding:0; }
.nc__modal.active { display:flex; }
.nc__modal__content { position:relative; width:100%; height:100%; max-width:100%; max-height:100%; background:#fff; overflow:hidden; }
.nc__modal__content > *:first-child { height:100% !important; }
.nc__modal__iframe { width:100%; height:100%; }
.nc__modal__iframe > *:first-child { height:100% !important; }
.nc__modal__close { position:fixed; top:10px; right:14px; width:44px; height:44px; background:transparent; border:0; font-size:28px; line-height:1; color:#111; cursor:pointer; z-index:100000; font-family:inherit; padding:0; }
.nc__modal__close:hover { color:#d97706; }
body.no-scroll { overflow:hidden; }
@media (min-width: 900px) {
  .nc__modal { padding:24px; }
  .nc__modal__content { border-radius:6px; width:calc(100vw - 48px); height:calc(100vh - 48px); }
  .nc__modal__close { top:28px; right:36px; color:#fff; }
  .nc__modal__close:hover { color:#fdba74; }
}

/* ===== Typeform widget (official) ===== */
.tf-v1-widget {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
}

.tf-v1-widget iframe {
  width: 100%;
  height: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  overflow: hidden;
  border-radius: 8px;
  min-height: inherit;
}

.tf-v1-widget-close {
  display: none;
}

.tf-v1-widget-iframe-overlay {
  width: 100%;
  height: 100%;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  overflow: hidden;
  border-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.tf-v1-widget-fullscreen {
  position: fixed;
  inset: 0px;
  z-index: 10001;
  width: 100% !important;
  height: 100% !important;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close {
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  text-decoration: none;
  color: rgb(0, 0, 0);
  top: 6px;
  right: 8px;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 0px;
}

.tf-v1-widget-fullscreen .tf-v1-widget-close:hover {
  opacity: 1;
}

@media (min-width: 481px) {
  .tf-v1-widget-fullscreen .tf-v1-widget-close {
    color: rgb(255, 255, 255) !important;
  }
}

.tf-v1-widget-fullscreen .tf-v1-widget-close {
  z-index: 1;
}

.tf-v1-widget-fullscreen iframe {
  border-radius: 0px;
}
