.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.intl-tel-input .country-list li.country {
  list-style: none;
  color: #999;
}
.input-phone input {
  border: none;
  border-bottom: solid 2px #444;
  padding: 15px 45px;
  max-width: 399px;
}
.input-phone input:focus-visible {
  border: none;
  border-bottom: solid 2px #444;
}
.input-phone {
  color: #444 !important;
  font-size: 16px;
}
.col-md-4 .form-container-box {
  margin-top: 30px;
}
.col-md-4 .form-title-new {
  font-size: 26px;
}
.col-md-4 .form-container-box:before,
.col-md-4 .form-container-box:after {
  width: 250px;
  height: 250px;
}
.col-md-4 .form-section-wrapper .wpforms-form .wpforms-field-label {
  font-size: 16px !important;
}

.form-container-box {
  max-width: 906px;
  margin: 0 auto;
  background: #fff;
  padding: 52px 30px 60px;
  border: 1px solid #f190a4;
  border-radius: 0;
  position: relative;
  overflow: hidden; /* crop flowers like in design */
}

.form-title-new {
  font-size: 40px;
  font-family: Helvetica;
  line-height: 1.1;
  font-weight: 700;
  color: #f190a4;
  text-align: center;
  margin: 0 0 34px 0;
}

/* flow.png watermark flowers (10% opacity) */
.form-container-box:before,
.form-container-box:after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  background-image: url('../images/offers-flower.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* bottom-left flower */
.form-container-box:before {
  left: -130px;
  bottom: -120px;
}

/* top-right flower */
.form-container-box:after {
  right: -120px;
  top: -90px;
}

/* keep form elements above watermarks */
.form-container-box > * {
  position: relative;
  z-index: 1;
}

/* 6. Form Section */
.form-section-wrapper {
  background: #fff;
  padding: 60px 0;
}

/* WPForms styling (scoped) */
.form-section-wrapper .wpforms-container {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
}

.form-section-wrapper .wpforms-form {
  width: 100%;
}

.form-section-wrapper .wpforms-form .wpforms-field {
  padding: 0 !important;
  margin: 0 0 22px 0 !important;
}

.form-section-wrapper .wpforms-form .wpforms-field-label {
  font-family: Helvetica;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #000;
  margin: 0 0 10px 0 !important;
}

.form-section-wrapper .wpforms-form input[type='text'],
.form-section-wrapper .wpforms-form input[type='email'],
.form-section-wrapper .wpforms-form input[type='tel'],
.form-section-wrapper .wpforms-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  /* light pink fill + pink strip like in design */
  background: linear-gradient(
    to right,
    rgba(241, 144, 164, 0.35) 0 10px,
    #fff1f4 10px 100%
  );
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 14px 14px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.form-section-wrapper .wpforms-form textarea {
  min-height: 70px;
  resize: vertical;
}

.form-section-wrapper .wpforms-form input::placeholder,
.form-section-wrapper .wpforms-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.55);
}

.form-section-wrapper .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
  margin-top: 28px !important;
  text-align: center;
}

.form-section-wrapper .wpforms-form button[type='submit'].wpforms-submit {
  background: #f190a4 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 14px 44px !important;
  min-width: 260px;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: none !important;
}

.form-section-wrapper .wpforms-form button[type='submit'].wpforms-submit:hover {
  background: #d67a8c !important;
}

@media (max-width: 768px) {
  /* Form: tighter paddings on tablet */
  .form-container-box {
    padding: 42px 26px 46px;
  }
  .form-title-new {
    text-align: left;
    font-size: 32px;
    margin-bottom: 22px;
  }
}
@media (max-width: 560px) {
  .form-container-box:before,
  .form-container-box:after {
    display: none;
  }

  .form-section-wrapper {
    padding: 40px 0;
  }

  .form-container-box {
    padding: 0px 0px 0px;
    border: none;
  }
  .form-container-box:before,
  .form-container-box:after {
    display: none;
  }

  .form-section-wrapper {
    padding: 40px 0;
  }

  .form-container-box {
    padding: 0px 0px 0px;
    border: none;
  }

  .form-section-wrapper .wpforms-form .wpforms-field-label {
    font-size: 16px !important;
  }

  .form-title-new {
    font-size: 24px;
    line-height: 1.15;
  }
  .form-section-wrapper .wpforms-container {
    max-width: 100%;
  }

  .form-section-wrapper .wpforms-form button[type='submit'].wpforms-submit {
    width: 100% !important;
    min-width: 0;
    padding: 18px 16px !important;
    font-size: 16px !important;
  }
}
