.gc-prefer-text {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

/* Inc th padding of the top content of the checkout page*/


.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    margin-top: 30px;
}

/*Star raing color - home page*/
.star-rating span:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148";
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    text-indent: 0;
    color: #7a3bd6;
}



.whb-general-header {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.11);
    border-bottom-width: 0px;
    border-bottom-style: solid;
}

.wd-single-tabs .wd-nav-tabs-wrapper {
    margin-bottom: 20px;
    display: none;
}

.wd-page-title {
    background-color: rgb(0, 0, 0);
    padding-bottom: 80px;
}

/* ===============================
   CF7 Premium Rounded Style
   Primary: rgb(122,59,214)
   =============================== */

/* Reduce spacing between fields */
.cf7-appointment p {
  margin: 0 0 0px;
}

/* Input fields */
.cf7-appointment input[type="text"],
.cf7-appointment input[type="email"],
.cf7-appointment input[type="tel"] {
  width: 100%;
  height: 38px;
  padding: 0 18px;              /* reduced inner padding */
  border-radius: px;
  border: 1.4px solid rgba(0,0,0,0.25);
  background: #ffffff;
  font-size: 14px;
  color: #111;
  outline: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

/* Placeholder */
.cf7-appointment ::placeholder {
  color: #9b9b9b;
  font-size: 13.5px;
}

/* Focus state */
.cf7-appointment input:focus {
  border-color: rgb(122,59,214);
  box-shadow: 0 0 0 3px rgba(122,59,214,0.15);
}

/* Submit button */
.cf7-appointment input[type="submit"],
.cf7-appointment .btn-primary {
  width: 100%;
  height: 40px;
  border-radius: 999px;
  background: rgb(122,59,214);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.cf7-appointment input[type="submit"]:hover {
  background: rgb(102,45,190);
  box-shadow: 0 8px 22px rgba(122,59,214,0.35);
  transform: translateY(-1px);
}

/* Remove CF7 validation spacing issues */
.cf7-appointment .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}

.payment_methods .payment_box p:last-child {
    margin-bottom: 0;
    color: #000;
}