@import "offcanvas-navbar.css";

/* global */
.content {
	min-width: 320px;
}

/* signin */
.form-signin {
	max-width: 320px;
}

/* svg */
.bi {
	vertical-align: -0.125em;
	fill: currentColor;
}

/* booking */
.service-wrap {
	display: block;
	width: 100%;
	height: 100%;
	padding: 22px 10px;
	border-radius: 10px;
	box-shadow: 0 1px 15px 0 var(--bs-border-color-translucent);
	cursor: pointer;
	text-decoration: none;
}

.steps .list-group-item {
	color: #ccc;
}

.steps .active h6 {
	color: var(--bs-secondary) !important;
}

.steps .active h5 {
	color: #fff;
}

/* booking sched */
.date-carousel {
	text-align: center;
	margin: 20px 0;
}

.date-item {
	color: var(--bs-gray);
	padding: 15px;
	background-color: #d1d1d1;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 10px;
}

.date-item.active,
.date-item:hover {
	background-color: var(--bs-primary);
	color: #fff;
}

.time-slot {
	color: var(--bs-gray);
	cursor: pointer;
	padding: 10px;
	margin: 5px;
	background-color: #d1d1d1;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
}

.time-slot.active,
.time-slot:hover {
	background-color: var(--bs-secondary);
	color: var(--bs-primary);
}

.time-slot.disabled {
	background-color: var(--bs-gray);
	color: var(--bs-light);
}

.fake {
    border: none;
    height: 0;
    width: 0;
    background: none;
}

[data-bs-theme=light] .slick-prev:before,
[data-bs-theme=light] .slick-next:before {
	color: var(--bs-primary) !important;
}

[data-bs-theme=dark] .slick-prev:before,
[data-bs-theme=dark] .slick-next:before {
	color: var(--bs-secondary) !important;
}

/* booking unit */
.qty-btn {
	background-color: var(--bs-primary);
	border: none;
	color: white;
	font-size: 24px;
	cursor: pointer;
	border-radius: 5px;
	width: 40px;
}

.qty-btn:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.qty-input {
	text-align: center;
}

/* carousel */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
	letter-spacing: -0.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}