/* Contact us page — new design */

.page.nd-contact {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 18px 48px;
  display: flow-root;
  overflow: hidden;
}

.nd-contact .nd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: var(--blue-800);
  font-size: 13px;
  font-weight: 800;
}

.nd-contact .nd-breadcrumb a {
  color: var(--blue-800);
  text-decoration: none;
}

.nd-contact .nd-breadcrumb a:hover {
  text-decoration: underline;
}

.nd-contact .nd-breadcrumb-sep {
  color: var(--muted);
  font-weight: 700;
}

.nd-contact .nd-breadcrumb [aria-current="page"] {
  color: var(--blue-950);
}

.nd-contact-shell {
  width: 100%;
  display: flow-root;
}

/* Legacy main.css floats .mainContent and .contact-opacity, which collapses
   the page height and lets the footer overlap the form. */
.nd-contact .nd-contact-form-root,
.nd-contact .mainContent,
.nd-contact .entry_door,
.nd-contact .entryDoorBlock,
.nd-contact .contact-opacity,
.nd-contact .alert-message,
.nd-contact .form-horizontal,
.nd-contact .form-group,
.nd-contact .row,
.nd-contact .col-md-12,
.nd-contact .col-sm-2,
.nd-contact .col-sm-10,
.nd-contact .col-sm-12 {
  float: none !important;
  clear: none !important;
}

.nd-contact .nd-contact-form-root,
.nd-contact .mainContent {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0 !important;
}

.nd-contact .entry_door,
.nd-contact .entryDoorBlock {
  width: 100%;
}

.nd-contact .entry_door {
  display: block;
  margin: 0;
  max-width: none;
}

.nd-contact .contact-opacity {
  width: 100%;
}

.nd-contact .entryDoorBlock {
  padding: 28px 24px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 29, 58, 0.07);
}

.nd-contact .contact-form-country-notice {
  margin: 0 0 20px;
  color: var(--blue-950);
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  line-height: 1.35;
}

.nd-contact .form-group {
  float: none !important;
  width: 100%;
  margin-bottom: 16px;
}

.nd-contact .control-label,
.nd-contact label {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-950);
  font-size: 14px;
  font-weight: 700;
}

.nd-contact .form-control {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
}

.nd-contact textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.nd-contact .actn-btn,
.nd-contact #entry_door_submit {
  min-height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--blue-900);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.nd-contact .actn-btn:hover,
.nd-contact #entry_door_submit:hover {
  background: var(--blue-950);
}

.nd-contact .red1 {
  color: #c0392b;
  font-size: 13px;
}

.nd-contact .alert-message.block-message {
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  .page.nd-contact {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .nd-contact .entryDoorBlock {
    padding: 20px 16px 24px;
  }
}
