/* Một lớp banner duy nhất — góc sọc trái, form nằm bên phải */
section.footer-section.home-consultation-section {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #8bc53f !important;
  background-image: url('../img/banner/banner footer.png') !important;
  background-size: cover !important;
  background-position: left bottom !important;
  background-repeat: no-repeat !important;
}

.home-consultation-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  box-sizing: border-box;
}

.home-consultation-form {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 40px rgba(0, 60, 30, 0.12);
  overflow: hidden;
}

.home-consultation-form__main {
  padding: 18px 16px 16px;
}

.home-consultation-form__title {
  font-size: 20px;
  font-weight: 700;
  color: #004d28;
  margin: 0;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.home-consultation-form__divider {
  width: 80px;
  height: 3px;
  margin: 10px auto 12px;
  background: linear-gradient(90deg, rgba(139, 197, 63, 0.9), rgba(0, 104, 56, 0.95));
  border-radius: 2px;
}

.home-consultation-form__subtitle {
  font-size: 13px;
  color: #1a3d2a;
  margin: 0 0 12px;
  font-weight: 500;
}

.home-consultation-form .consultation-form input:not([type='range']):not([type='checkbox']):not([type='radio']),
.home-consultation-form .consultation-form textarea {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  background-color: rgba(255, 255, 255, 0.82) !important;
  color: #212529 !important;
  border-radius: 8px !important;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.home-consultation-form .consultation-form select.form-select {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  color: #212529 !important;
  border-radius: 8px !important;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  background-repeat: no-repeat !important;
  background-position: right 0.6rem center !important;
  background-size: 14px 10px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23006838' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.home-consultation-form .consultation-form select.form-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23006838' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.home-consultation-form .consultation-form input:not([type='range']):focus,
.home-consultation-form .consultation-form select.form-select:focus,
.home-consultation-form .consultation-form textarea:focus {
  border-color: #006838 !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 56, 0.18) !important;
}

.home-consultation-form .consultation-form input::placeholder,
.home-consultation-form .consultation-form textarea::placeholder {
  color: #5a6b62;
  opacity: 1;
}

.home-consultation-form .consultation-form select.form-select:disabled {
  color: #6c757d !important;
  cursor: not-allowed;
}

/* Cho phép col-6 ghép 2 ô trên 1 hàng trong layout cột */
.home-consultation-form .consultation-form--columns .row > [class*='col-'] {
  min-width: 0;
}

.home-consultation-form .consultation-form .form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #0d3d24;
  margin-bottom: 6px !important;
  line-height: 1.35;
}

.home-consultation-form .consultation-form .form-control,
.home-consultation-form .consultation-form .form-select {
  min-height: 36px;
  height: auto;
  font-size: 13px;
  padding: 6px 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.home-consultation-form .consultation-form textarea.form-control {
  min-height: 56px;
  padding-top: 8px !important;
}

.home-consultation-form .consultation-form-section {
  padding: 12px 11px;
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.38);
  border-radius: 10px;
}

.home-consultation-form .consultation-form--columns .consultation-form-section {
  margin-bottom: 0;
}

.home-consultation-form .consultation-form .form-label {
  font-size: 12px;
  margin-bottom: 4px !important;
}

.home-consultation-form .consultation-form-section__title {
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom-color: rgba(0, 104, 56, 0.2);
  color: #006838;
}

.home-consultation-form .consultation-form .consultation-form__custom-crop-wrap {
  display: none;
  margin-top: 0;
}

.home-consultation-form .consultation-form .consultation-form__custom-crop-wrap.is-visible {
  display: block;
}

.home-consultation-form .consultation-form__submit {
  min-width: 220px;
  padding: 12px 32px;
  background-color: rgba(0, 104, 56, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 8px;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(0, 60, 30, 0.25);
}

.home-consultation-form .consultation-form__submit:hover {
  background-color: #005530 !important;
}

.home-consultation-form .consultation-form .text-center {
  margin-top: 8px;
}

.home-consultation-form .consultation-form [data-form-alert] {
  background-color: rgba(255, 255, 255, 0.9);
}

section.footer-section.home-consultation-section,
section.footer-section.home-consultation-section.footer-section {
  height: auto !important;
  min-height: 320px;
  overflow: hidden !important;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  section.footer-section.home-consultation-section {
    background-image: url('../img/banner/ft_ipad.png') !important;
    background-position: left bottom !important;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  section.footer-section.home-consultation-section {
    background-position: center bottom !important;
  }

  .home-consultation-wrap {
    justify-content: center;
    padding-left: 0;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-consultation-form {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1367px) {
  section.footer-section.home-consultation-section {
    background-image: url('../img/banner/banner footer.png') !important;
    background-position: center bottom !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  section.footer-section.home-consultation-section {
    background-image: url('../img/banner/ft_mb1.png') !important;
    background-position: center bottom !important;
    background-size: cover !important;
    padding-top: 24px !important;
    padding-bottom: 28px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  section.footer-section.home-consultation-section.pt-60 {
    padding-top: 24px !important;
  }

  section.footer-section.home-consultation-section.pb-60 {
    padding-bottom: 28px !important;
  }

  section.footer-section.home-consultation-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-consultation-wrap {
    padding-left: 0;
    justify-content: center;
  }

  .home-consultation-form {
    max-width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 6px 24px rgba(0, 60, 30, 0.1);
  }

  .home-consultation-form__main {
    padding: 12px 10px 10px;
  }

  .home-consultation-form__header {
    margin-bottom: 4px;
  }

  .home-consultation-form__title {
    font-size: 16px;
    line-height: 1.25;
  }

  .home-consultation-form__divider {
    width: 48px;
    height: 2px;
    margin: 6px auto 6px;
  }

  .home-consultation-form__subtitle {
    display: none;
  }

  .home-consultation-form .consultation-form-section {
    background: rgba(255, 255, 255, 0.72);
    padding: 14px 12px;
    margin-bottom: 0;
  }

  .home-consultation-form .consultation-form .form-label {
    font-size: 13px;
  }

  .home-consultation-form .consultation-form input.form-control:not([type='hidden']),
  .home-consultation-form .consultation-form select.form-select {
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    font-size: 16px;
    padding: 8px 11px !important;
    line-height: 1.25;
  }

  .home-consultation-form .consultation-form textarea.form-control {
    height: auto !important;
    min-height: 72px !important;
    max-height: none !important;
  }

  .home-consultation-form .consultation-form__submit {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 16px;
    padding: 12px 16px;
  }

  .home-consultation-form .consultation-form [data-form-alert] {
    font-size: 14px;
    padding: 10px 12px;
  }
}

@media (max-width: 380px) {
  .consultation-form--columns .consultation-form__step-label {
    font-size: 10px;
  }

  .consultation-form--columns .consultation-form__step-num {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
