/*-------------------*/
/* CONTACT FORM WRAPPER */
.contact-formwrapper {
  margin: 0;
  padding: 50px 0;
}

/* BASIC STRUCTURE */
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.contact-formwrapper .bd {
  margin: 0 auto;
  padding: 0;
  display: flex;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  width: 70%;
}

.contact-formwrapper .col-left {
  margin: 0;
  padding: 30px 0 50px;
  width: 100%;
}

.contact-formwrapper .col-left .sec_title {
  margin: 0 0 27px 0;
  padding: 0 20px;
}

.contact-formwrapper .col-left .sec_title h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 39px;
  color: #3081b1;
  text-align: center;
}

.contact-formwrapper .col-left .sec_title p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #505050;
  text-align: center;
}

/* FORM SECTIONS */
.contact-formwrapper .col-left .form-sec {
  margin: 0;
  padding: 0 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.contact-formwrapper .col-left .form-sec .item-row {
  margin: 0;
  padding: 0;
  width: 50%;
  position: relative;
}

.contact-formwrapper .col-left .form-sec .sec_Prescription {
  width: 100%;
}

.contact-formwrapper .col-left .form-sec .item-row.item-full {
  width: 100%;
}

/* ADD BUTTON */
.contact-formwrapper .col-left .form-sec .sec_Prescription .add-row {
  margin: 0;
  padding: 0 5px 0 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

.contact-formwrapper .col-left .form-sec .sec_Prescription .add-row .add_btn {
  margin: 0;
  padding: 7px 14px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  line-height: 22px;
  border: 0;
  border-radius: 4px;
  background: #145e8b;
  font-weight: 500;
  transition: 0.3s;
}

/* INPUT FIELDS */
.contact-formwrapper .col-left .form-sec .item {
    margin: 0;
    padding: 12px 6px;
    width: 97%;
    position: relative;
    display: inline-block; 
}

.contact-formwrapper .col-left .form-sec .item .input-text {
  margin: 0;
  padding: 14px 9px;
  width: 100% !important;
  border: 1px solid #c2c2c2;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  border-radius: 6px;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact-formwrapper .col-left .form-sec .item .input-text::placeholder {
  opacity: 0;
}

/* Floating Label */
.contact-formwrapper .col-left .form-sec .item > label {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  cursor: text;
  transition: all 0.2s ease;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-weight: 400;
  background: #fff;
  padding: 0 5px;
}

/* Float on Focus or Typing */
.contact-formwrapper .col-left .form-sec .item .input-text:focus + label,
.contact-formwrapper .col-left .form-sec .item .input-text:not(:placeholder-shown) + label {
  top:7px;
  left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #0c74b9;
}

/* Blue border when active */
.contact-formwrapper .col-left .form-sec .item .input-text:focus {
  border: 1px solid #0c74b9;
}

/* SELECT DROPDOWN */
.contact-formwrapper .col-left .form-sec .item select {
  margin: 0;
  padding: 14px 9px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #c2c2c2;
  transition: border-color 0.3s ease;
}

.contact-formwrapper .col-left .form-sec .item select:focus {
  border-color: #0c74b9;
}

/* SUBMIT BUTTON */
.contact-formwrapper .col-left .form-sec .item-submit {
  margin: 0;
  padding: 30px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-formwrapper .col-left .form-sec .item-submit .submit-btn {
  margin: 0;
  padding: 14px 46px;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  border: 0;
  border-radius: 10px;
  background: #145e8b;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.3s;
}

/* DATE PICKER */
.daterangepicker {
  border-radius: 10px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.daterangepicker .calendar-table {
  border: none;
}

   

.sec_Prescription .item-row {
  width: 100% !important; 
}

.sec_Prescription .item {
  width: 100%;
}
/* ==========================
   PHONE FIELD — FINAL STYLE
   ========================== */
.phone-field {
  position: relative;
  margin-bottom: 20px;
}

.phone-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  height: 44px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}



/* Country code */
.country-code {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #f3f4f6;*/
  color: #333;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  padding: 0 12px;
  border-right: 1px solid #c2c2c2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  pointer-events: none;
}

/* Phone input */
.phone-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #000;
  background: transparent;
  padding: 12px;
  border-radius: 0 6px 6px 0;
}

/* Floating label (hidden by default) */
.phone-box label {
  position: absolute;
  left: 65px; /* after +1 box */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
  background: #fff;
  pointer-events: none;
  transition: all 0.2s ease;
  padding: 0 4px;
  opacity: 0;
  visibility: hidden;
}

/* On focus or typing — float label */
.phone-input:focus + label,
.phone-input:not(:placeholder-shown) + label {
  top: -9px;
  left: 60px;
  font-size: 12px;
  color: #0c74b9; 
  opacity: 1;
  visibility: visible;
}

/* Border color change */
.phone-box:focus-within {
  border-color: #0c74b9;
  box-shadow: 0 0 4px rgba(12, 116, 185, 0.25);
}
 
/*-------------------*/

.custom-faq-sec {
  background-color: #dbe1e5 !important; 
  padding: 80px 20px;
}

/* CONTAINER */
.custom-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

/* HEADINGS */
.custom-faq-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.custom-faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 33px;
}

.custom-faq-desc {
  color: #666;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* FAQ BOXES */
.custom-faq-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* BUTTON STYLES */
.accordion-button {
  background-color: #fff;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 20px;
  border: none;
  box-shadow: none;
  width: 100%;
}

/* Hover effect on button */
.accordion-button:hover {
  background-color: #c6e4f7;
  transform: translateX(4px);
}

/* ARROW ON RIGHT */
.accordion-button::after {
  content: '\f078'; /* Font Awesome Icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  background-color: #145e8b;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.3s ease;
}

/* Rotate arrow when active */
.accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
  background-color: #145e8b;
}

/* COLLAPSE BODY */
.accordion-collapse {
  padding: 18px 22px;
  color: #555;
  font-size: 15px;
  background: #fff;
  border-top: 1px solid #eee;
  box-shadow: none;
}

/* REMOVE FOCUS OUTLINE FOR BUTTON */
.accordion-button:focus {
  box-shadow: none;
}
