.main-navigation ul li:hover {
  background-color: #000000;
}

.main-navigation ul li a {
  color: #484848;
}

.main-navigation ul li:hover a {
  color: #fff;
}

.main-navigation ul li.current-menu-item {
  background-color: #000;
}

.main-navigation ul li.current-menu-item a {
  color: #fff;
}

.wc-header-link__container .wc-button-link-pink {
  display: flex;

}

.wc-header-link__container .wc-button-link-white {
  display: none;

}

.wc-header-branding {
  display: none;
}

.wc-header-branding-black {
  display: block;
}

.wc-header-branding-black a {
  text-decoration: none;
  display: block;
  width: 120px;
}

.main-navigation ul li.menu-item-has-children::after {
  filter: invert(1);
}

.main-navigation ul li.menu-item-has-children:hover .sub-menu {
  background-color: #000;
}


.wc-contact {
  padding-top: 172px;
}

.wc-contact--flex {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
}

.wc-contact-content {
  max-width: 578px;
  width: 50%;
}

.wc-contact-content h1 {
  color: #1E1D1D;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.wc-contact-content p {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  margin-bottom: 0;
}

.wc-contact-form {
  width: 50%;
}


#nf-form-title-3 h3 {
  display: none;
}


#nf-form-3-cont .nf-before-form-content,
#nf-form-3-cont .ninja-forms-req-symbol {
  display: none;
}

#nf-form-3-cont .nf-response-ms p{
  color: #F30941;
}

#nf-form-3-cont form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

#nf-form-3-cont .nf-field-label label {
  color: #C1C1C1;
  font-size: 14px;
  font-weight: 400;
}

#nf-form-3-cont .nf-field-container,
#nf-form-3-cont .nf-field-container.phone-container {
  width: 272px;
  margin-bottom: 0;
}

#nf-field-31-container{
  width: 578px !important;
  margin-bottom: 0;
}
#nf-field-28-container{
  width: 578px !important;

}

#nf-field-28{
  
  height: 250px !important;
  border-radius: 24px !important;
}

#nf-form-3-cont .nf-field-container.textarea-container {
  width: 578px;
  margin-bottom: 0;
}

#nf-form-3-cont .nf-field-container.phone-container.label-above.textbox-container {
  width: 272px;
  margin-bottom: 0;
}

#nf-form-3-cont hr {
  width: 578px;

}

#nf-form-3-cont .nf-field-container input {
  border: 1px solid #E2E2E2;
  border-radius: 999px;
  height: 53px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #fff;
}

#nf-form-3-cont .nf-field-container textarea {
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  min-height: 250px;
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  background-color: #fff;
  outline: none;
}

#nf-form-3-cont .nf-field-container.submit-container {
  width: 578px;
  margin-bottom: 0;
}

#nf-form-3-cont .nf-field-container.submit-container input {
  width: 100%;
  height: 41px;
  background-color: #F30941;
  transition: 0.2s;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

#nf-form-3-cont .nf-field-container.submit-container input:hover {
  color: #fff;
  background-color: #000;

}

#nf-form-3-cont .nf-field-container.submit-container::after {
  display: block;
  content: "";
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: -4px;
  margin: auto;
  left: 56%;
}

#nf-form-3-cont .nf-field-container.submit-container:hover::after {

  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83325 5.83334H14.1666V14.1667" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.83325 14.1667L14.1666 5.83334" stroke="white" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;

}

.wc-home-information__button {
  display: none;
}

@media(max-width: 1000px) {
  .wc-contact {
    padding-top: 137px;
  }

  .wc-contact--flex {
    flex-direction: column;
    gap: 40px;
  }

  .wc-contact-content h1 {
    font-size: 32px;
  }

  .wc-contact-content,
  .wc-contact-form {
    width: 100%;
  }

  #nf-form-3-cont .nf-field-container {
    width: 100% !important;
  }

  #nf-form-3-cont .nf-form-content nf-field {
    width: 100%;
  }

  #nf-form-3-cont hr {
    width: 100%;
  }

  .wc-header-mobile--logo {
    display: none;
  }

  .wc-header-branding-black {
    display: block;
  }

  .wc-header-menu--hamburguer svg {
    filter: invert(1);
  }
}