/* screen - contact-us */
/* Hide Log in and Sign up on Small Screens */
@media screen and (max-width: 1024px) {

  /* Show Menu Button on Mobile */
  .menu-button {
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
  }

  /* Hide navigation by default on mobile */
  .navigation,
  .frame-2 {
    display: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
  }
}

/* Show navigation on large screens */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .navigation,
  .frame-2 {
    display: flex;
    gap: 20px;
  }

}

.contact-us {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-us .x-header {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
}

.contact-us .header {
  /* align-self: stretch; */
  background-color: var(--white);
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.contact-us .header-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.contact-us .container-1 {
  align-items: center;
  justify-content: space-between;
}

.contact-us .content-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}

.contact-us .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  position: relative;
  width: 156px;
}

.contact-us .logo-wrap {
  height: 32px;
  position: relative;
  width: 156px;
}

.contact-us .navigation {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.contact-us .buttons-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.contact-us .text {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .frame-2 {
  align-items: center;
  gap: 16px;
}

.contact-us .navigation-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
}

.contact-us .social-button-sign-up {
  align-items: center;
  align-self: stretch;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 100%;
}

.contact-us .social-button-sign-up:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
  transition: all 0.2s ease;
}

.contact-us .buttons-button-2 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 125px;
}

.contact-us .buttons-button-2:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.contact-us .text-sign-2 {
  color: var(--cultured-pearl);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .buttons-button-sign-4 {
  align-items: center;
  background-color: var(--azure);
  border: 1px solid;
  border-color: var(--astronaut);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 115px;
}

.contact-us .buttons-button-sign-4:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.contact-us .text-5 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .buttons-button-3 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 104px;
}

.contact-us .buttons-button-4 {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
}

.contact-us .globe-01 {
  height: 20px;
  position: relative;
  width: 20px;
}

.contact-us .text-6 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .chevron-down {
  height: 20px;
  position: relative;
  width: 20px;
}

.contact-us .contact-page-header {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  padding: 64px 0px 96px;
  position: relative;
  width: 100%;
}

.contact-us .container-2 {
  align-items: center;
  flex-wrap: wrap;
  gap: 64px 64px;
  justify-content: center;
}

.contact-us .content-2 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  /* min-width: 480px; */
  width: 100%;
  position: relative;
}

.contact-us .content-3 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  max-width: 480px;
  position: relative;
  width: 100%;
}

.contact-us .heading-and-supporting-text {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.contact-us .heading {
  color: var(--mirage);
  font-weight: 600;
  line-height: 44px;
  margin-top: -1.00px;
  position: relative;
  width: 448px;
}

.contact-us .supporting-text-1 {
  color: var(--scarpa-flow);
  line-height: 30px;
  width: 448px;
}

@media (max-width: 1024px) {
  .contact-us .supporting-text-1 {
    width: 100%;
  }
}

.contact-us .form {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.contact-us .form-fields {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.contact-us .input {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
}

.contact-us .asterisk {
  color: var(--sapphire);
  font-weight: 500;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .input-1 {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d;
  flex: 0 0 auto;
  gap: 8px;
  padding: 10px 14px;
  width: 100%;
}

.contact-us .content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.contact-us .text-7 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--outer-space);
  display: -webkit-box;
  flex: 1;
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.contact-us .chevron-down-1 {
  height: 16px;
  position: relative;
  width: 16px;
}

.contact-us .row {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.contact-us .input-field {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 6px;
}

.contact-us .text-1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--pale-sky);
  display: -webkit-box;
  flex: 1;
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.contact-us .input-2 {
  align-items: flex-start;
  /* align-self: stretch; */
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d;
  flex: 0 0 auto;
  width: 100%;
}

.contact-us .dropdown-1 {
  align-items: center;
  /* align-self: stretch; */
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 10px 0px 10px 14px;
  position: relative;
}

.contact-us .dropdown-text {
  color: var(--outer-space);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .chevron-down-2 {
  height: 20px;
  position: relative;
  width: 20px;
}

.contact-us .text-input {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  padding: 10px 14px 10px 12px;
  position: relative;
}

.contact-us .textarea-input-field {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 160px;
  position: relative;
  width: 100%;
}

.contact-us .input-with-label {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  font-size: initial;
  gap: 6px;
  position: relative;
  width: 100%;
}

.contact-us .label-wrapper-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 2px;
  position: relative;
}

.contact-us .input-3 {
  align-items: flex-start;
  /* align-self: stretch; */
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  overflow: hidden;
  padding: 12px 14px;
  width: 100%;
}

.contact-us .text-8 {
  /* align-self: stretch; */
  color: var(--pale-sky);
  flex: 1;
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.contact-us .resize-handle {
  height: 12px;
  left: 462px;
  position: absolute;
  top: 116px;
  width: 12px;
}

.contact-us .actions {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.contact-us .actions:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.03);
  transition: all 0.2s ease;
}

.contact-us .buttons-button-5 {
  /* align-self: stretch; */
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 100%;
}

.contact-us .image {
  background-color: #00000033;
  flex: 1;
  flex-grow: 1;
  height: 800px;
  min-width: 480px;
  position: relative;
}

.contact-us .contact-sections {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  flex: 0 0 auto;
  padding: 96px 0px;
  width: 100%;
}

.contact-us .container {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.contact-us .content-4 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.contact-us .heading-and-supporting-text-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.contact-us .heading-and-subheading {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.contact-us .subheading {
  /* align-self: stretch; */
  color: var(--chambray);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.contact-us .heading-1 {
  /* align-self: stretch; */
  color: var(--mirage);
  font-weight: 600;
  line-height: 44px;
  position: relative;
}

.contact-us .supporting-text-2 {
  /* align-self: stretch; */
  color: var(--scarpa-flow);
  line-height: 30px;
}

.contact-us .container-3 {
  align-items: flex-start;
  flex-direction: column;
  gap: 64px;
}

.contact-us .content-5 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 24px;
  position: relative;
  width: 100%;
}

.contact-us .contact-text {
  align-items: flex-start;
  background-color: var(--alabaster);
  flex: 1;
  flex-grow: 1;
  height: 290px;
  min-width: 280px;
  padding: 24px;
}

.contact-us .featured-icon {
  height: 52px;
  margin-left: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 52px;
}

.contact-us .content-6 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.contact-us .text-and-supporting-text {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.contact-us .text-2 {
  /* align-self: stretch; */
  color: var(--mirage);
  font-weight: 600;
  line-height: 30px;
  margin-top: -1.00px;
  position: relative;
}

.contact-us .supporting-text {
  /* align-self: stretch; */
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.contact-us .content-7 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.contact-us .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.contact-us .text-3 {
  color: var(--chambray);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .content-8 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.contact-us .content-9 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  margin-bottom: -12.00px;
  position: relative;
  width: 100%;
}

.contact-us .frame-6 {
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.contact-us .background-pattern {
  height: 1440px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.contact-us .input select {
  align-items: center;
  /* align-self: stretch; */
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  /* box-shadow: 0px 1px 2px #0a0c120d; */
  flex: 0 0 auto;
  gap: 8px;
  padding: 14px 14px;
  width: 100%;
  font-family: var(--font-family-montserrat);
}

.contact-us input {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid;
  font-size: initial;
  border-color: var(--iron);

}

.contact-us textarea {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid;
  font-size: initial;
  font-family: var(--font-family-montserrat);
  border-color: var(--iron);

}

.contact-us .footer {
  align-items: center;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 44px;
  padding: 64px 0px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
  /* bottom: 0; */
  /* position: fixed; */
}

.contact-us .container-4 {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.contact-us .content-10 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.contact-us .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.contact-us .supporting-text-3 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  white-space: nowrap;
  width: fit-content;
}

[dir="rtl"] .contact-us .supporting-text-3 {
  margin: 0;
}

.contact-us .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.contact-us .content-11 {
  align-items: center;
  /* align-self: stretch; */
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
}

.contact-us .social-icons-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
}

.contact-us .contact {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}

.contact-us .container-5 {
  display: flex;
  flex: 0 0 auto;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.contact-us .frame {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.contact-us .input-4 {
  display: flex;
  position: relative;
}

.contact-us .supporting-text-4 {
  font-weight: 400;
  position: relative;
}

@media (max-width: 768px) {

  .contact-us .container-10,
  .contact-us .container-9,
  .contact-us .container-8,
  .contact-us .container-7,
  .contact-us .container-6,
  .contact-us .container-5,
  .contact-us .container-4,
  .contact-us .container-3,
  .contact-us .container-2,
  .contact-us .container-1,
  .contact-us .container {
    padding: 0px 20px;
  }
}