.e-con:has(.verocon-booking),
.elementor-widget-shortcode:has(.verocon-booking),
.elementor-widget-container:has(.verocon-booking),
.elementor-shortcode:has(.verocon-booking) {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}

.verocon-booking {
	--vc-border: #e5ded6;
	--vc-accent: var(--e-global-color-primary, #8b6f47);
	--vc-accent-hover: var(--e-global-color-secondary, #6f5838);
	--vc-bg: #F8F5EA;
	background: var(--vc-bg);
	border: 0;
	border-radius: 80px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding: 42px 0;
	max-width: none;
	width: 100%;
}

.verocon-booking > .e-con-inner.verocon-booking__inner {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--content-width, 1140px);
	padding-left: 48px;
	padding-right: 48px;
	width: 100%;
}

.verocon-booking__title {
	color: var(--e-global-color-primary);
	font-family: "Poppins", Sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 22px;
	margin-top: 0;
	text-align: center;
}

.verocon-booking__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto 34px;
	max-width: 760px;
	position: relative;
	width: 100%;
}

.verocon-booking__steps::before {
	background: var(--vc-border);
	content: "";
	height: 2px;
	left: 12.5%;
	position: absolute;
	right: 12.5%;
	top: 16px;
	z-index: 0;
}

.verocon-booking__steps::after {
	background: var(--vc-accent);
	content: "";
	height: 2px;
	left: 12.5%;
	position: absolute;
	top: 16px;
	width: 0;
	z-index: 0;
}

.verocon-booking__steps[data-current-step="2"]::after {
	width: 25%;
}

.verocon-booking__steps[data-current-step="3"]::after {
	width: 50%;
}

.verocon-booking__steps[data-current-step="4"]::after {
	width: 75%;
}

.verocon-booking__step {
	align-items: center;
	color: #737373;
	display: flex;
	flex-direction: column;
	font-size: 15px;
	font-weight: 500;
	gap: 8px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.verocon-booking__step-number {
	align-items: center;
	background: #fff;
	border: 2px solid var(--vc-border);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--e-global-color-text);
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.verocon-booking__step.is-active .verocon-booking__step-number,
.verocon-booking__step.is-complete .verocon-booking__step-number,
.verocon-booking__card.is-selected {
	background: var(--vc-accent);
	color: #fff;
}

.verocon-booking__step.is-active .verocon-booking__step-number,
.verocon-booking__step.is-complete .verocon-booking__step-number {
	border-color: var(--vc-accent);
}

.verocon-booking__step.is-complete .verocon-booking__step-number {
	font-size: 0;
}

.verocon-booking__step.is-complete .verocon-booking__step-number::before {
	content: "✓";
	font-size: 16px;
	line-height: 1;
}

.verocon-booking__step.is-active .verocon-booking__step-label,
.verocon-booking__step.is-complete .verocon-booking__step-label {
	color: var(--e-global-color-text);
}

.verocon-booking__card:hover,
.verocon-booking__card.is-selected:hover,
.verocon-booking__slot:hover,
.verocon-booking__calendar-header button:hover,
.verocon-booking__calendar-day:hover:not(:disabled),
.verocon-booking__actions button:hover,
.verocon-booking form button[type="submit"]:hover {
	background: var(--vc-accent-hover);
	color: #fff;
}

.verocon-booking__panel {
	display: none;
}

.verocon-booking__panel.is-active {
	display: block;
}

.verocon-booking__panel h3 {
	color: #737373;
	font-weight: 200;
	margin-top: 0;
	text-align: center;
}

.verocon-booking__cards,
.verocon-booking__slots,
.verocon-booking__calendar-days,
.verocon-booking__calendar-weekdays {
	display: grid;
	gap: 8px;
}

.verocon-booking__cards,
.verocon-booking__slots {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.verocon-booking__calendar {
	background: #fff;
	border: 1px solid var(--vc-border);
	border-radius: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	padding: 20px;
}

.verocon-booking__calendar-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.verocon-booking__calendar-header strong {
	font-size: 18px;
	text-transform: capitalize;
}

.verocon-booking__calendar-header button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--vc-border);
	border-radius: 999px;
	color: var(--vc-accent);
	display: inline-flex;
	font-size: 24px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.verocon-booking__calendar-weekdays,
.verocon-booking__calendar-days {
	grid-template-columns: repeat(7, 56px);
	justify-content: center;
}

.verocon-booking__calendar-weekdays {
	color: #6f6256;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
}

.verocon-booking__calendar-day,
.verocon-booking__calendar-empty {
	border-radius: 999px;
	height: 56px;
	width: 56px;
}

.verocon-booking__calendar-day {
	background: #fffaf5;
	border: 1px solid var(--vc-border);
	color: #2f2f2f;
	font-weight: 700;
}

.verocon-booking__calendar-day.is-selected {
	background: var(--vc-accent);
	border-color: var(--vc-accent);
	color: #fff;
}

.verocon-booking__calendar-day:hover:not(:disabled) {
	background: var(--vc-accent-hover);
	border-color: var(--vc-accent-hover);
	color: #fff;
}

.verocon-booking__calendar-day:disabled {
	background: #f4f0eb;
	color: #b8afa6;
	cursor: not-allowed;
	opacity: 0.65;
}

.verocon-booking__card,
.verocon-booking__slot,
.verocon-booking button {
	cursor: pointer;
}

.verocon-booking__card,
.verocon-booking__slot {
	background: #fff;
	border: 1px solid var(--vc-border);
	border-radius: 18px;
	color: var(--e-global-color-text);
	padding: 22px;
	text-align: left;
}

.verocon-booking__card strong {
	display: block;
	overflow-wrap: anywhere;
	white-space: normal;
}

.verocon-booking__card span {
	display: block;
	margin-top: 6px;
	font-size: 14px;
}

.verocon-booking label {
	display: block;
	font-weight: 300;
	margin-bottom: 14px;
}

.verocon-booking__panel[data-step="4"] form {
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
	width: 100%;
}

.verocon-booking input,
.verocon-booking textarea {
	box-sizing: border-box;
	display: block;
	margin-top: 6px;
	width: 100%;
	border: 1px solid var(--vc-border);
	border-radius: 10px;
	padding: 10px 12px;
}

.verocon-booking__actions {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 18px;
}

.verocon-booking__actions button,
.verocon-booking form button[type="submit"] {
	background: var(--vc-accent);
	border: 0;
	border-radius: 999px;
	color: #fff;
	padding: 10px 18px;
}

.verocon-booking__notice {
	background: #f5eadc;
	border-radius: 10px;
	margin-bottom: 16px;
	padding: 12px;
}

.verocon-booking__notice.is-error {
	background: #fde8e8;
	color: #8a1f1f;
}

.verocon-booking__hidden {
	left: -9999px;
	position: absolute;
}

.verocon-booking__summary {
	background: #fff;
	border: 1px solid var(--vc-border);
	border-radius: 10px;
	margin-top: 12px;
	padding: 12px;
	white-space: pre-line;
}

@media (max-width: 600px) {
	.verocon-booking {
		border-radius: 42px;
		padding: 34px 0;
	}

	.verocon-booking > .e-con-inner.verocon-booking__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.verocon-booking__title {
		font-size: 38px;
		line-height: 1.15;
	}

	.verocon-booking__steps {
		margin-bottom: 28px;
		max-width: 100%;
	}

	.verocon-booking__step {
		font-size: 13px;
		gap: 6px;
	}

	.verocon-booking__step-number {
		height: 32px;
		width: 32px;
	}

	.verocon-booking__cards {
		grid-template-columns: 1fr;
	}

	.verocon-booking__calendar {
		max-width: 100%;
		padding: 14px 12px;
	}

	.verocon-booking__calendar-header {
		margin-bottom: 14px;
	}

	.verocon-booking__calendar-header button {
		height: 38px;
		width: 38px;
	}

	.verocon-booking__calendar-weekdays,
	.verocon-booking__calendar-days {
		gap: 6px;
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.verocon-booking__calendar-day,
	.verocon-booking__calendar-empty {
		aspect-ratio: 1;
		font-size: 14px;
		height: auto;
		min-width: 0;
		width: 100%;
	}

	.verocon-booking__actions {
		flex-wrap: wrap;
	}
}
