.gfield--type-html h2,
.gform_body label:hover,
.gform_body fieldset legend:hover {
    cursor: default;
}
.gfield--type-html .gform_button.button {
  display: inline-block !important;
  padding: 12px 28px !important;

  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;

  color: #1e4e79 !important;
  background-color: #ffffff !important;

  border: 1px solid #1e4e79 !important;
  border-radius: 6px !important;

  cursor: pointer !important;
  transition: all 0.3s ease !important;
  
}
.searchsite{
	margin:0 15px;	
}
/* Hover state */
.gfield--type-html .gform_button.button:hover {
  background-color: #1e4e79 !important;
  color: #ffffff !important;
}
.gfield_label,
#gform_wrapper_14 input::placeholder,
#gform_wrapper_14 textarea::placeholder {
	font-weight: 500!important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: kanit !important;
    font-size: 16px !important;
	color: #585e6a !important;
}
.gfield--type-html .gform-loader{
	height:10px !important;
	width:10px !important;
}

.gfield--width-half{
	margin-left:5px !important;
	margin-right:5px !important;
} 
input.gform-datepicker{
	width:100% !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #999999; /* change to your desired color */
  opacity: 1; /* ensures consistent display across browsers */
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #999999;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #999999;
}
.gfield--type-address, .bycontactradio{margin-top:20px !important;}
.gform_body span.gfield_required {padding-left: 5px;}
.iti__tel-input{padding-left:64px !important;}
/* THANK YOU CONFIRMATION STARTS*/
.gform_confirmation_wrapper  {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  background: #fff;
}

.gform_confirmation_message {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e4ea;
  border-radius: 16px;
  padding: 44px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Red top accent bar */
.gform_confirmation_message::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #9b1c23;
}

/* CSS-only checkmark circle */
.gform_confirmation_message .cfm-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #eaf3de;
  border: 2px solid #3B6D11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.gform_confirmation_message .cfm-icon::after {
  content: '';
  display: block;
  width: 22px;
  height: 12px;
  border-left: 3px solid #27500A;
  border-bottom: 3px solid #27500A;
  transform: rotate(-45deg) translateY(-3px);
}

.gform_confirmation_message .cfm-heading {
  font-size: 22px;
  font-weight: 700;
  color: #104672;
}

.gform_confirmation_message .cfm-divider {
  width: 40px;
  height: 3px;
  background: #9b1c23;
  border-radius: 2px;
  margin: 0 auto 18px;
}

.gform_confirmation_message .cfm-body {
  font-size: 16px;
  font-weight:500;
  color: #104672;
  line-height: 1.65;
  margin: 0px;
}

/* Step pills */
.gform_confirmation_message .cfm-steps {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.gform_confirmation_message .cfm-step {
  font-size: 12px;
  color: #6b7280;
  padding: 5px 12px;
  border-radius: 20px;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
}

.gform_confirmation_message .cfm-step.active {
  background: #fff8f8;
  color: #9b1c23;
  border-color: #f0c0c2;
  font-weight: 600;
}

.gform_confirmation_message .cfm-sep {
  color: #cbd5e0;
  font-size: 12px;
}

/* CTA button */
.gform_confirmation_message .cfm-btn {
  display: inline-block;
  padding: 11px 30px;
  background: #0a2240;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background 0.15s;
}

.gform_confirmation_message .cfm-btn:hover {
  background: #9b1c23;
  color: #fff;
  text-decoration: none;
}

button.btn.btn-primary.w-100.text-uppercase,
button.btn.btn-primary.w-100.text-uppercase.uwp_forgot_submit,
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit{
	font-family: Kanit !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    padding: 10px 30px 10px 30px !important;
    background: #001F43 !important;
    border-radius: 50px !important;
    color: #FFF !important;
	border:none !important;
	box-shadow:none !important;
	transition:none !important;
}
button.btn.btn-primary.w-100.text-uppercase:hover,
button.btn.btn-primary.w-100.text-uppercase.uwp_forgot_submit:hover,
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit:hover{
	background: linear-gradient(180deg, #C70F2E 0%, #610716 100%) !important;
	box-shadow:none !important;
	transition:none !important;
	transform:translateY(0px) !important;
}
.bookly-time-step {width: 200px !important;}
div#gform_confirmation_message_14:before {background:none;height:0px;}
div#gform_fields_14 .gfield--input-type-date{width:100%;}
div#gform_fields_14 select.gfield_select,
div#gform_fields_14 .ginput_container_number input{border-radius:5px;}
#field_14_21 > .gfield_label {
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  display: block;
}
 
/* --- Outer wrapper for each repeated row --- */
.repeater-field-warp-item-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 
.repeater-field-warp-item {
  border: 1px solid #e2e5e9;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
 
.repeater-field-warp-item:hover {
  border-color: #cdd3da;
  box-shadow: 0 2px 8px rgba(15, 33, 58, 0.06);
}
 
/* --- Row header: "Equipment 1" + chevron/close icons --- */
.repeater-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #f7f9fb;
  border-bottom: 1px solid #e2e5e9;
  cursor: pointer;
}
 
.repeater-field-header-title {
  font-size: 17px;
  font-weight: 500;
  color: #0b3558;
}
 
.repeater-field-header-count {
  font-weight: 500;
}
 
.repeater-field-header-acctions ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.repeater-field-header-acctions-toogle,
.repeater-field-header-acctions-remove {
  font-size: 15px;
  color: #0b3558;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
 
.repeater-field-header-acctions-toogle:hover,
.repeater-field-header-acctions-remove:hover {
  opacity: 0.65;
}
 
.repeater-field-header-acctions-remove {
  color: #c0392b;
}
 
/* --- Row content (the actual fields) --- */
.repeater-field-content {
  padding: 18px;
}
 
.container-repeater-field .gfield_label {
  font-size: 13px;
  font-weight: 600;
  color: #5f6b78;
  text-transform: none;
  margin-bottom: 6px;
  display: block;
}
 
.container-repeater-field input[type="text"] {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  font-size: 15px;
  color: #2c3e50;
  background: #f7f9fb;
  border: 1px solid #d9dee3;
  border-radius: 6px;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
 
.container-repeater-field input[type="text"]:hover {
  border-color: #b9c2ca;
}
 
.container-repeater-field input[type="text"]:focus {
  outline: none;
  background: #ffffff;
  border-color: #1f6fb2;
  box-shadow: 0 0 0 3px rgba(31, 111, 178, 0.15);
}
 
/* --- Footer: "Add more" button --- */
.repeater-field-footer {
  margin-top: 4px;
}
 
.gf-repeater-field-button-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  background: #0b3558;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.05s ease;
}
 
.gf-repeater-field-button-add::before {
  content: "+";
  font-size: 16px;
  line-height: 1;
}
 
.gf-repeater-field-button-add:hover {
  background: #0f4576;
  color: #ffffff;
}
 
.gf-repeater-field-button-add:active {
  transform: scale(0.98);
}
 
/* --- Collapsed state (when chevron toggled) --- */
.repeater-field-item.is-collapsed .repeater-field-content {
  display: none;
}
 
.repeater-field-item.is-collapsed .repeater-field-header-acctions-toogle {
  transform: rotate(-90deg);
}
.bookly-form .bookly-js-user-email,
.bookly-js-address-state-select,
input.bookly-date-from.bookly-js-date-from, 
.bookly-form select{
	box-sizing: border-box;
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    opacity: 1;
    font-size: 14px !important;
    line-height: normal !important;
    border: 1px solid silver !important;
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    margin: 0 !important;
    outline: none !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;
    padding-right: 7px !important;
    -webkit-box-shadow: none;
    transition: border-color 0.2s ease;
    background-color: #f1f1f1;
    color: #000000;
    border-radius: 5px !important;
    font-family: kanit;
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-left: 7px !important;
}
/* --- Responsive --- */
@media (max-width: 600px) {
  .repeater-field-header {
    padding: 12px 14px;
  }
  .repeater-field-content {
    padding: 14px;
  }
  .gf-repeater-field-button-add {
    width: 100%;
    justify-content: center;
  }
}