  /*TRANSFER PATNER*/
 :root {
    --accent: #145E8B;
    --border: #ccc;
  }

  .form-section {
    background: #fff;
    padding: 40px 28px;
    border-radius: 10px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin-bottom:35px;
  }

  .form-title {
    text-align: center;
    font-weight: 700;
    color: var(--accent);
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .form-subtext {
    text-align: center;
    color: #555;
    font-size: 15px;
    margin-bottom: 20px;
  }

  /* Floating Input */
  .floating-input {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .floating-input input,
  .floating-input textarea {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    outline: none;
    background: transparent;
    transition: all 0.3s ease;
    resize: none;
  }

  .floating-input input:focus,
  .floating-input textarea:focus {
    border-color: var(--accent);
  }

  .floating-input label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 15px;
    background: #fff;
    padding: 0 5px;
    transition: 0.25s ease;
    pointer-events: none;
  }

  .floating-input input:focus + label,
  .floating-input input:not(:placeholder-shown) + label,
  .floating-input textarea:focus + label,
  .floating-input textarea:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%);
    font-size: 13px;
    color: var(--accent);
  }

  /* Static Inputs (no floating) */
  .static-input input {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    outline: none;
    background: transparent;
  }

  .static-input input:focus {
    border-color: var(--accent);
  }

.phone-group {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding-left: 50px;
  height: 44px;
  /*background: #f9f9f9 !important; */
}

  .country-code {
    position: absolute;
    left: 6px !important;
    font-size: 15px !important;
    color: #333 !important;
    display: flex  !important;
    align-items: center  !important;
    justify-content: center  !important;
    /* background: #f3f4f6; */
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500;
    height: 100%;
    padding: 0 12px;
    border-right: 1px solid #c2c2c2 !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    pointer-events: none;
}
  

  .phone-input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 8px 12px;
    background: transparent;
    outline: none;
    font-size: 15px;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #145E8B;
}
  .btn-submit {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }

  .btn-submit:hover {
    background: #0f4f75;
  } 
/* === Pharmacy Name === */
.margin-custom-form{
        margin-bottom: 15px !important;
}

.f-itembd3 {
  position: relative;
  padding-bottom: -20px;
}
.f-itembd3 .error {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 14px;
  color: #dc3545;
 
}

/* === Pharmacy Zip Code === */
.f-itembd4 {
  position: relative;
  padding-bottom: 0;
}
.f-itembd4 .error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  color: #dc3545;

}

/* === Pharmacy Phone === */
.f-itembd {
  position: relative;
  padding-bottom: 0;
}
.f-itembd .error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  color: #dc3545;
 
}

/* === Fax Number === */
.f-itembd2 {
  position: relative;
  padding-bottom: 0;
}
.f-itembd2 .error {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 14px;
  color: #dc3545;
  
}


.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-size: 14px !important;
}

  
 
    /*END*/
