/* =========================================================
   Talk To Sales Form — Extracted Styles
   ========================================================= */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
}

.talk-to-sales-page {
  background-color: transparent!important;
  min-height: 50vh;
}

.form-heading {
  color: #071e84;
  font-size: 21px;
  margin-bottom: 16px;
}
.custom-input, .custom-textarea, .phone-number-container{
  box-shadow: none!important;
  border-radius: var(--bs-border-radius)!important;
}
/* ---------- Card / container ---------- */

.bg-gradient-blue-darkblue {
  background: linear-gradient(135deg, #071e84 0%, #1c3fb7 100%);
}

.br-10px {
  border-radius: 10px !important;
}

.form-shadow {
  box-shadow: 0 10px 30px rgba(7, 30, 132, 0.25);
}

.h-40px { height: 40px; }
.h-20px { height: 20px; }
.w-20px { width: 20px; }
.p-11px { padding: 11px; }

.fs-11px { font-size: 11px; }
.fs-13px { font-size: 13px; }
.fs-14px { font-size: 14px; }
.fs-10px { font-size: 10px; }

.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

/* ---------- Inputs ---------- */

.no-focus:focus,
.no-focus:focus-visible,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.input-field-container {
  margin-bottom: 4px;
}

.input-field-animation,
.custom-input,
.custom-textarea {
  border: none;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.input-field-animation:focus {
  box-shadow: 0 0 0 2px #4DAB88 inset;
}

.custom-input::placeholder,
.custom-textarea::placeholder {
  color: #8a8a8a;
}

.text-area-no-resize {
  resize: none;
}

.phone-number-container {
  background-color: #ffffff;
  align-items: center;
   padding: 0px!important;
}
.form-container, .form-container  {
    color: #000!important;
}
.custom-modal-dialog .modal-body {
    padding: 10px 0 20px 0;
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.phone-number-container select {
  border: none;
  padding: 8px 4px;
}

.phone-number-container input {
  flex: 1;
}

/* ---------- Product checkboxes (desktop grid) ---------- */

.checkbox-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.service_list {
  position: relative;
}

.service_list label.form-check-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 6px;
  cursor: pointer;
  height: 100%;
  min-height: 78px;
  position: relative;
  border: 1px solid transparent;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.service_list input.product-checkbox:checked + label.form-check-label,
.service_list input:checked + label.form-check-label {
  border-color: #4DAB88;
  background-color: #eefaf5;
}

.service_check_list {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cfd4dc;
  display: none;
  align-items: center;
  justify-content: center;
}

.service_list input:checked ~ label .service_check_list,
.service_list input.product-checkbox:checked + label .service_check_list {
  display: flex;
  background: #4DAB88;
}

.text-dark-cyan {
  color: #5f5f5f;
}

.service_name {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.icon-expand {
  margin-top: 2px;
}

@media (max-width: 576px) {
  .checkbox-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ---------- Mobile multiselect dropdown ---------- */

.dropdown-multiselect {
  width: 100%;
}

.dropdown-trigger {
  background-color: #ffffff;
  cursor: pointer;
  padding: 10px 12px;
}

.dropdown-options {
  z-index: 1000;
}

.dropdown-options label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}

.dropdown-options label span {
  display: block;
  -webkit-text-fill-color: #000;
  color: #000;
  flex: 1;
  min-width: 0;
  white-space: normal !important;
  overflow: visible !important;
}

.dropdown-options label input[type="checkbox"] {
  flex-shrink: 0;
  margin-left: 8px;
}

/* ---------- Validation highlight states ---------- */

.border-red,
.border-red1,
.border-red-2,
.border-red-3,
.border-red-4,
.border-red-5,
.border-red-6,
.border-red-7,
.border-red-8,
.border-red-9,
.border-red-10 {
  transition: border 0.15s ease;
}

.formWarning {
  color: #d92d20;
}

.input {
  border: 1px solid lightblue;
}

.input::placeholder {
  color: #000;
  padding-left: 13px;
}

/* ---------- Submit button ---------- */

#submitBtn,
.submit-btn {
  border: none;
  cursor: pointer;
}

#submitBtn:disabled,
.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#submitLoader,
.submit-loader {
  display: none;
}

/* ---------- Product detail modals ---------- */

.custom-modal-dialog .modal-body {
  padding: 10px 0 20px 0;
}

.custom-modal-dialog .btn-primary {
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 0;
}

#formModalCLM,
#formModalesign,
#formModaleStamp,
#formModaleNach,
#formModalDigitalKYC,
.product-modal {
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3) !important;
}

.custom-dropdown {
  border: none;
  background: transparent;
  width: 100%;
}

@media (max-width: 600px) {
  select.custom-dropdown {
    font-size: 12px;
  }

  #formModalLabel,
  .modal-title-label {
    font-size: 17px;
  }
}

/* ---------- Multi-instance page: visual divider between the 3 forms ---------- */

.tts-instance {
  position: relative;
}

.tts-instance + .tts-instance {
  border-top: 1px dashed #cfd4dc;
}

/* .tts-instance::before {
  display: block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #98a2b3;
  padding: 8px 0 0;
} */

/* ---------- Toast / status message for submit result ---------- */

.form-status-message {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: none;
}

.form-status-message.success {
  color: #b8f2d1;
  display: block;
}

.form-status-message.error {
  color: #ffb4b4;
  display: block;
}

.phone-number-container  input {
    background: none !important;
    box-shadow: none !important;
        width: 90%;

}

.d-flex.br-10px.form-control.w-100.phone-number-container {
    padding: 0px;
}.input-field-container input {
    background: #fff !important;
    min-height: 42px!important;
}

.phone-number-container {
    background-color: #ffffff;
    align-items: center;
    border: 1px solid #dee2e6;

  
  
  }

 .modal.show .modal-dialog .form-container {
    border: none!important;
}
.formWarning {
    color: #d92d20;
    padding-left: 30px;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none) !important;
    background-repeat: no-repeat !important;
    background-position: right .75rem center !important;
    background-size: 16px 12px !important;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}