.ndm-bf-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(14px);
  z-index: 9999;
  transition: opacity .3s ease;
  align-items: end;
  justify-content: center;
}

.ndm-bf-overlay.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.ndm-bf-popup {
  display: flex;
  max-width: 540px;
  width: fit-content;
  padding: 132px 36px 48px 36px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex-shrink: 0;
  border-radius: 32px 32px 0 0;
  background: #FFF;
  position: relative;
}

.ndm-bf-close {
  position: absolute;
  right: 32px;
  top: 32px;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.ndm-bf-popup-graytitle {
  color: #333;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  opacity: 0.6;
  margin-bottom: 4px;
  position: relative;
}

.ndm-bf-popup-graytitle:before {
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 16px;
  border: 1px solid #C9C9C9;
  top: -96px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M20.398 12.1261C20.398 12.1261 19.1174 5.49902 14.6339 5.49902C12.8654 5.49902 11.4316 6.98261 11.4316 8.81334C11.4316 10.6425 12.8654 12.1261 14.6339 12.1261' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.1613 12.1261C27.9296 12.1261 29.3634 10.6425 29.3634 8.81334C29.3634 6.98261 27.9296 5.49902 26.1613 5.49902C21.6778 5.49902 20.3965 12.1261 20.3965 12.1261' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.1972 34.2968H12.6032C9.16437 34.2968 7.02539 31.7344 7.02539 28.1041V18.3152C7.02539 14.6864 9.16437 12.124 12.6048 12.124H28.1972C31.6361 12.124 33.775 14.6864 33.775 18.3152V28.1041C33.775 31.7344 31.6252 34.2968 28.1972 34.2968Z' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3977 12.124L16.8359 18.0366' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.3965 12.124L23.9589 18.0366' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.02539 26.687H33.7735' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ndm-bf-popup-blacktitle {
  color: #333;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 32px;
}

.ndm-bf-popup form {
  display: flex;
  flex-direction: column;
}

.ndm-bf-popup input[type=text],
.ndm-bf-popup input[type=email],
.ndm-bf-popup input[type=tel] {
  max-width: 464px;
  padding: 10px 0;
  border: none;
  font-size: 14px;
  border-bottom: 0.5px solid #000;
  margin-bottom: 16px;
}

.input-error {
  border-bottom: 0.5px solid #EA364B !important;

}

.ndm-bf-popup input[type=text]::placeholder,
.ndm-bf-popup input[type=email]::placeholder,
.ndm-bf-popup input[type=tel]::placeholder {
  color: #444;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

#ndm-bf-form label{
  color: #333;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 18px;
    margin-top: 34px;
}

.ndm-bf-privacy {
  color: #333;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.ndm-bf-step-2 {
  padding-top: 114px;
}

.ndm-bf-step-2 .success-title {
  text-align: center;
  position: relative;
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
}

.ndm-bf-step-2 .success-title:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -160px;
  background: rgba(255, 166, 23, 0.20);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1828 43.5025C24.3866 45.5602 30.8885 42.1743 36.707 35.9425C42.5228 29.7105 45.454 22.9922 43.2503 20.9343C41.0465 18.8765 34.542 22.2624 28.726 28.4943C22.9077 34.7263 19.979 41.4448 22.1828 43.5025Z' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.02344 17.1875H8.08184M14.7768 42.8307H14.8352' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43.6325 21.4258L52.416 49.0098C52.8248 50.2988 51.6523 51.5345 50.341 51.1915L23.0078 43.9988' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.4082 48.0477C40.218 46.744 42.1007 45.0557 43.9105 43.127C45.815 41.074 47.4082 38.9747 48.6147 37.0215' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.1181 35.2025C16.1181 35.2025 11.4892 34.845 7.5 39.1553' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9318 14.9256C23.9318 16.5626 22.6037 17.8907 20.9666 17.8907C19.3296 17.8907 18.0039 16.5626 18.0039 14.9256C18.0039 13.2886 19.3296 11.9629 20.9666 11.9629C22.6037 11.9629 23.9318 13.2886 23.9318 14.9256Z' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.8295 31.7018C31.8295 31.7018 23.7149 23.3293 11.2852 26.8685' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.626 8.75C34.626 8.75 29.9268 15.1838 35.132 22.9189' stroke='%23DB8700' stroke-width='3.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.ndm-bf-step-2 .success-text {
  text-align: center;
  color: #333;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 120px;
  padding: 0 8px;
}

.ndm-bf-btn {
  border-radius: 20px;
  background: #FFA617;
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 104.6%;
  letter-spacing: -0.09px;
  text-transform: uppercase;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

.ndm-bf-btn:hover {}

.ndm-error-b {
  color: #EA364B;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-top: -10px;
}



@media (max-width: 576px) {
  .ndm-bf-popup {
    width: 100%;
    max-width: 100%;
    padding: 116px 16px 40px 16px;
  }

  .ndm-bf-popup-graytitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .ndm-bf-popup-graytitle:before {
    width: 56px;
    height: 56px;
    top: -82px;
  }

  .ndm-bf-popup-blacktitle {
    font-size: 20px;
    line-height: 32px;
  }

  .ndm-bf-close {
     top: 24px;
     right: 24px;
     width: 32px;
     height: 32px;
  }

  #ndm-bf-form label{
    font-size: 14px;
    line-height: 16px;
  }
  .ndm-bf-privacy{
    line-height: 20px;
  }
}