.jtbooking-message {
	margin-bottom: 12px;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.jtbooking-message.jtbooking-error {
    display: block;
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
    text-align: center;
    background: #ff832a;
    color: black;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.jtbooking-message.jtbooking-success {
    display: block;
    max-width: 1200px;
    margin: auto;
    margin-top: 24px;
    text-align: center;
    background: green;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border: none;
}

.jtbooking-progress {
	margin-bottom: 12px;
	font-size: 30px;
	font-family: Saira Expanded;
	font-weight: 600;
	text-align:center;
}



.jtbooking-progress .jtbooking-progress-total {
	font-weight: 400;
	opacity: 0.8;
	font-size: 18px;
	font-size: 14px;
    display: block;
}

.jtbooking-step {
    padding: 30px;
    border-radius: 20px;
    background: transparent;
    max-width: 1200px;
    margin: auto;
    background-color: var(--base-2);
}

.jtbooking-summary {
    margin: 10px 0 14px;
    padding: 12px 14px;
    border: 1px solid #eef1f4;
    background: transparent;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
}

.jtbooking-step-info {
    margin: 0 0 12px;
    font-size: 14px;
}

.jtbooking-summary ul {
    margin: 6px 0 0 18px;
    padding: 0;
}

.jtbooking-summary-total {
    margin-top: 6px;
    font-weight: 700;
}

.jtbooking-step h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 20px;
}

.jtbooking-nav {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.jtbooking-nav button, .jtbooking-nav input {
	margin-top: 60px;
}

.jtbooking-nav .jtbooking-prev {
	background-color: var(--contrast-3);
    color: var(--base);
    border: 2px solid var(--contrast-3);
    padding: 15px 30px;
    border-radius: 40px;
    font-size: var(--cf7-font-size);
    font-family: var(--cf7-font);
    font-weight: 600;
}

.jtbooking-nav .jtbooking-prev:hover {
	background-color: transparent;
    color: var(--contrast-3);
    border: 2px solid var(--contrast-3);
}

.jtbooking-nav .jtbooking-next {
	background-color: var(--contrast);
    color: var(--contrast-3);
    border: 2px solid var(--contrast);
    padding: 15px 30px;
    border-radius: 40px;
    font-size: var(--cf7-font-size);
    font-family: var(--cf7-font);
    font-weight: 600;
}

.jtbooking-nav .jtbooking-next:hover {
	background-color: transparent;
    color: var(--contrast-3);
    border: 2px solid var(--contrast-3);
}

.jtbooking-field-error {
	border-color: #dc3232 !important;
	background: #fff6f6;
}

.jtbooking-total-display {
	margin-top: 10px;
	font-weight: 700;
}

.jtbooking-card {
    display: flex;
    border-radius: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    color: var(--base);
    flex-grow: 1;
    min-height: 300px;
    padding: 0;
    border: 2px solid var(--base);
    overflow: hidden;
    background: var(--base-2);
	flex-basis: 0;
}

.jtbooking-card-body {
	width: 100%;
	height: 100%;
    position: relative;
    background: var(--base);
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px;
    flex-direction: column;
	color: white;
}

.jtbooking-service-list p {
	font-size: 13px;
	z-index: 1;
	position: relative;
	color: white;
	margin-bottom: 0;
	text-wrap: balance;
}

.jtbooking-event-list {
		display: flex;
	    gap: 30px;
		justify-content: center;
}

.jtbooking-card-body h3 {
	position: relative;
    z-index: 1;
    color: var(--contrast-2);
    font-weight: 600;
    font-family: 'Saira Expanded';
    font-size: 26px;
    text-transform: uppercase;
}

.jtbooking-card.jtbooking-card-disabled {
	opacity: 0.45;
	pointer-events: none;
	cursor: not-allowed;
	filter: grayscale(0.4);
}

.jtbooking-card input[type="radio"] {
	margin-right: 10px;
}

.jtbooking-card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0.5;
}

.jtbooking-price {
	margin-top: 6px;
	font-weight: 600;
}

.jtbooking-card:hover {
	border-color: var(--contrast-3) !important;
	background: transparent;
}

.jtbooking-service-list,
.jtbooking-car-list {
	display: flex;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	    gap: 30px;
		    justify-content: center;
			flex-direction: row-reverse;
}

.jtbooking_car_desc {
	color: white;
	width: 100%;
}

.jtbooking_car_desc img {
	    width: 100%;
    height: 360px;
    object-fit: cover;
	    margin-bottom: 25px;
}

.jtbooking_car_desc ul {
	list-style: none;
    margin: 0 0 30px 0;
}



.jtbooking-car-list .jtbooking-card {
	max-width: 50%;
}

.jtbooking-options-included,
.jtbooking-options-optional {
	margin-top: 10px;
}


.jtbooking-package-list {
	display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

.jtbooking-package-list .opt-name {
	font-weight: 600;
}

.jtbooking-package-list .opt-price {
	margin-left: auto;
	font-weight: 700;
}

.jtbooking-package-list .jtbooking-option {
	text-align: left;
    padding: 30px 40px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
}

.jtbooking-package-list .jtbooking-option:focus {
	color: var(--base);
}

.jtbooking-package-list .jtbooking-option h5 {
	margin-bottom: 0;
	font-weight: 600;
}

.jtbooking-package-list .jtbooking-option:nth-child(2) {
	background: linear-gradient(47deg, rgb(205 205 205) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 233, 233, 1) 100%);
	border: 2px solid var(--base);
	transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	color: var(--base) !important;
}

.jtbooking-package-list .jtbooking-option:nth-child(2):hover {
	background: linear-gradient(47deg, rgb(205 205 205) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 233, 233, 1) 100%) !important;
	border-color: var(--contrast-2) !important;
	color: var(--base) !important;
}

.jtbooking-package-list .jtbooking-option:first-child {
	background: linear-gradient(47deg,rgba(176, 9, 14, 1) 0%, rgba(227, 30, 37, 1) 50%, rgba(176, 9, 14, 1) 100%);
	border: 2px solid var(--base);
	transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
	color: var(--contrast-2);
}

.jtbooking-package-list .jtbooking-option:first-child:hover {
	background: linear-gradient(47deg,rgba(176, 9, 14, 1) 0%, rgba(227, 30, 37, 1) 50%, rgba(176, 9, 14, 1) 100%) !important;
	border-color: var(--contrast-2) !important;
	color: var(--contrast-2) !important;
}

.jtbooking-options-extra {
	margin-top: 30px;
}

.jtbooking-options-extra .jtbooking-option {
	display: flex;
    gap: 20px;
    padding: 10px 20px;
    background: var(--base);
    border-radius: 10px;
    margin-bottom: 10px;
	cursor: pointer;
	align-items: center;
}

.jtbooking-options-extra .jtbooking-option .opt-desc {
	font-size: 11px;
}

.jtbooking-status {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
}

.jtbooking-status-pending {
	background: #fff4e5;
	color: #8a5200;
}

.jtbooking-status-approved {
	background: #e8f5e9;
	color: #1b5e20;
}

.jtbooking-status-rejected {
	background: #fde8e8;
	color: #842029;
}

.jtbooking-status-cancelled {
	background: #f0f0f0;
	color: #555;
}

.jtbooking-action-approve,
.jtbooking-action-reject,
.jtbooking-action-trash,
.jtbooking-action-restore,
.jtbooking-action-delete-permanent {
	display: inline-block !important;
}

.jtbooking-field {
	width: 100%;
	max-width: 320px;
	margin: 6px 0;
}

.jtbooking-time-wrapper label {
	display: block;
	margin-top: 6px;
}

.jtbooking-time-wrapper {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    text-wrap: nowrap;
    align-items: center;
}

.jtbooking-time-select {
	margin-left: 20px;
}

.jtbooking-message {
	margin-bottom: 12px;
	padding: 10px;
	border-radius: 4px;
	display: none;
}


.jtbooking-success-icon {
	width: 100px;

}

.jtbooking-success-icon svg {
	width: 100%;
	fill: green;
}

.jtbooking-success-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 600px;
    margin: auto;
    margin-top: 100px;
    text-align: center;
}

.jtbooking-step2-note {
	margin-top: 30px;
}

.jtbooking-step2-note p {
	    margin-bottom: 8px;
    font-size: 11px;
}

.flatpickr-input {
	    background: white !important;
    border-radius: 5px !important;
	color: var(--base) !important;
	font-weight: 600;
}


 .flatpickr-calendar.inline {

    top: 2px;
    box-sizing: border-box;
    margin-left: 1px;
    border: 0;
    box-shadow: none;
	width: 100%;
  }

  .flatpickr-month,
  .flatpickr-current-month {
    font-size: 17px;
  }

  .flatpickr-innerContainer,
  .flatpickr-rContainer,
  .flatpickr-weekdays,
  .flatpickr-days {
    width: 100%;
  }

  .dayContainer {
    display: grid;
    grid-template-columns: repeat(7, 1fr); 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .flatpickr-day {
    width: 100%;
    height: 50px;
	max-width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    justify-self: center;
  } 


  @media (max-width: 768px) {

	.jtbooking-service-list,
	.jtbooking-car-list {
				flex-direction: column-reverse;
	}

	.jtbooking-time-wrapper label {
		display: flex;
		align-items: center;
	}

	.jtbooking-car-list .jtbooking-card {
		max-width: 100%;
		flex-basis: auto;
		min-height: unset;
	}

	.jtbooking_car_desc img {
		height: 230px;
	}

	.jtbooking-package-list {
		flex-direction: column-reverse;
	}

  }
