html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Poppins", Sans-serif;
}

.bg-image-vertical {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

@media (min-width: 1025px) {
	.h-custom-2 {
		height: 100%;
	}
}

.px-6 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}
.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.px-7 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}
.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.px-8 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}
.py-8 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.px-9 {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}
.py-9 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.mb-6 { margin-bottom: 4rem !important; }
.mb-7 { margin-bottom: 5rem !important; }
.mb-8 { margin-bottom: 6rem !important; }
.mb-9 { margin-bottom: 7rem !important; }
.mb-10 { margin-bottom: 8rem !important; }
.mb-11 { margin-bottom: 9rem !important; }

.btn-black{
	background-color: #000;
}

.txt-white{
	color: #fff;
}

.border-none {
    border: none !important;
}

.btn-submit{
	background-color: #FFB22C !important;
    color: #ffffff !important;
	width: 142px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 400;
    border-style: solid;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}

.booking-wrapper{
	background-color: #000 !important;
	min-height: 100vh !important;
}

.booking-wrapper .booking-header h1{
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
}

.booking-wrapper .booking-header p{
	color: #cecece;
}

#inlineLoginSection #inlineLoginForm{
	font-size: 12px !important;
}

#inlineLoginSection #inlineLoginForm button{
	font-size: 12px !important;
	border-radius: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

#inlineLoginSection .form-control{
	padding-top: 8px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 8px;
    font-size: 12px;
}

.fs-12 {
	font-size: 12px;
}

/* Toggle switch style */
/* Base switch style */
.form-switch .custom-switch {
  width: 50px;
  height: 14px;
  background-color: #adadad; /* track color like the image */
  border-radius: 50px;
  appearance: none;
  position: relative;
  transition: background-color 0.3s;
  cursor: pointer;
  background-image: none;
}

/* Thumb styling */
.form-switch .custom-switch::before {
    position: absolute;
    content: "";
    height: 27px;
    width: 27px;
    left: -2px;
    bottom: -7px;
    background-color: #e6e6e6;
    transition: 0.4s;
    border-radius: 50%;
}

/* Checked state (active) */
.form-switch .custom-switch:checked {
  background-color: #ffc107 !important; /* yellow */
}

.form-switch .custom-switch:checked::before {
  transform: translateX(22px);
  background-color: #adadad; /* white knob when active */
}

/* Remove focus ring */
.form-switch .custom-switch:focus {
  box-shadow: none;
}

.add-stop-input {
	margin-top: 10px;
}

.form-control {
    padding-top: 13px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 13px;
    font-size: 14px;
    border-style: solid;
    border-color: rgba(186, 186, 186, 1);
    border-width: 1px;
    border-radius: 0px;
}

.input-group-text{
    border-color: rgba(186, 186, 186, 1);
    border-width: 1px;
    border-radius: 0px;
}

.decrement-btn, .increment-btn{
	border-color: rgba(186, 186, 186, 1);
}

.count-control-group .input-wrapper {
    height: 50px;
    overflow: hidden;
}

.count-control-group .btn,
.count-control-group .form-control,
.count-control-group .icon-box {
    height: 50px;
    border-radius: 0;
}

.count-control-group .form-control {
    min-width: 60px;
    max-width: 201px;
    padding: 0;
}

.count-control-group .btn {
    width: 77px;
    background-color: white;
	border-color: #8e8e8e !important;
	font-size: xx-large;
	line-height: 0;
}

.count-control-group .icon-box {
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.input-wrapper{
    border-style: solid !important;
    border-color: rgba(186, 186, 186, 1) !important;
    border-width: 1px !important;
    border-radius: 0px !important;
}

.form-control::placeholder {
	color: #8e8e8e;
	font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
	line-height: 1;
}
.required-label::after {
	content: " *";
	color: red;
	font-weight: bold;
	margin-left: 2px;
}

/* Hide the native calendar icon in Chrome */
input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.iti {
	width: 100%;
}
/* Prevent text from overlapping the flag */
.iti input {
	padding-left: 50px !important; /* Or adjust based on the flag size */
}
.iti__flag-container {
	width: 80px !important; /* adjust as needed */
}

.popover {
	max-width: 280px;
}

.tippy-box[data-theme~='custom'] {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

@media (max-width: 576px) {
  .responsive-heading {
    font-size: 2rem !important;
  }
  #inlineLoginForm .inline-login-fields, #inlineLoginForm .inline-login-links{
	  display:block !important;
  }
}
@media (max-width: 767.98px) {
  .responsive-heading {
    font-size: 2rem !important;
  }
  #inlineLoginForm .inline-login-fields, #inlineLoginForm .inline-login-links{
	  display:block !important;
	  text-align:center !important;
  }
  #inlineLoginForm .inline-login-fields > div {
	  display:block !important;
  }
  #inlineLoginForm .inline-login-fields > div:nth-of-type(1) > div {
	  margin-bottom: 10px !important;
  }
  #inlineLoginForm .inline-login-fields > div:nth-of-type(2) button {
	  width:100% !important;
	  margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  .responsive-heading {
    font-size: 2.5rem !important;
  }
  
  #inlineLoginForm .inline-login-fields > div:nth-of-type(2) button {
	  height: 36.8px !important;
  }
}

input.error {
  border: 1px solid #dc3545 !important; /* Bootstrap's red */
}

input.error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 .25rem #dc354540 !important;
}

/* Remove green glow when input is focused and valid */
.was-validated .form-control:valid:focus,
.was-validated .form-select:valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: none !important;
  border-color: inherit !important;
}

/* Remove green border and icon from valid text/select inputs */
.was-validated .form-control:valid,
.was-validated .form-select:valid {
  border-color: inherit;
  background-image: none;
  box-shadow: none;
}

/* ✅ Remove green border/glow from valid checkboxes and radios */
.was-validated .form-check-input:valid {
  border-color: inherit;
  background-color: inherit;
  box-shadow: none;
}

/* Optional: remove green label color (if used) */
.was-validated .form-check-input:valid ~ .form-check-label {
  color: inherit;
}

/* Remove Bootstrap's built-in background icon from invalid inputs */
.was-validated input[type="date"].form-control:invalid,
input[type="date"].form-control.is-invalid {
  background-image: none !important;
}

.was-validated input[type="time"].form-control:invalid,
input[type="time"].form-control.is-invalid {
  background-image: none !important;
}

#error-msg{
	width: 100%;
    margin-top: .25rem;
    font-size: .875em;
	color: #dc3545;
}

#square-payment-container {
  display: none;
}

/* .custom-checkbox:checked {
  background-color: #FFB22C;
  border-color: #FFB22C;
}

.custom-checkbox:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 126, 35, 0.25);
}

.custom-radio:checked {
  background-color: #FE7E23;
  border-color: #FE7E23;
}

.custom-radio:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 126, 35, 0.25);
} */

.custom-checkbox,
.custom-radio {
  accent-color: #FFB22C !important;
}

.custom-checkbox.form-check-input:checked {
  background-color: #FFB22C !important;
  border-color: #FFB22C !important;
}

.custom-checkbox.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 126, 35, 0.25) !important;
}

/* Radio styling */
.custom-radio.form-check-input:checked {
  background-color: #FFB22C !important;
  border-color: #FFB22C !important;
}

.custom-radio.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 126, 35, 0.25) !important;
}


/* 1. Remove Bootstrap validation UI artifacts */
#pickup-date.is-valid,
#pickup-date.is-invalid,
#pickup-time.is-valid,
#pickup-time.is-invalid {
  background-image: none !important;
  box-shadow: none !important;
  padding-right: 2.5rem !important;
  border-width: 1px !important; /* prevent thicker red borders from shifting layout */
}

/* 2. Lock input height and line-height */
#pickup-date,
#pickup-time {
  height: 50px; /* standard Bootstrap input height */
  line-height: 1.5;
  padding-right: 2.5rem;
  box-shadow: none !important;
}

/* 3. Force consistent icon position */
#pickup-date + i,
#pickup-time + i {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1rem;
  z-index: 9999;
}

.icon-invalid {
  top: 26px !important; /* or whatever styling you want */
  color: red; /* Optional: turn the icon red to match error state */
}