*,
html,
body {
	font-size: 12px;
}

body {
	font-family: Playfair Display;
	background-color: #DBF1DA;
}

/* Utilities */
.wd-40 {
	width: 40px;
}

.ht-40 {
	height: 40px;
}

/* Navbar Style */
.navbar-brand img {
	height: 42px;
}

@media (min-width : 992px) {
	.offcanvas {
		visibility      : visible;
		position        : relative;
		background      : none;
		border          : none;
		justify-content : end;
		flex-grow		: unset !important;
	}
}

@media (max-width : 992px) {
	.offcanvas {
		width : 250px !important;
	}

	.offcanvas-start-lg {
		top          : 0;
		left         : 0;
		border-right : 1px solid rgba(0, 0, 0, .2);
		transform    : translateX(-100%);
	}
}

/* Section Banner 1 Style */
.section-banner-1 {
	max-height: 800px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-banner-1 .promotion {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(-50%, 0);
	width: 90%;
	padding: 1rem;
	background-color: #EDFDEA;
	box-shadow: #000000 0px 0px 5px;
}

/* Slider 1 */
.slider-1 .wrapper {
	/* width: 70%; */
	/* border-left: dashed 2px var(--bs-success); */
	/* border-right: dashed 2px var(--bs-success); */
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slider-1 .carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-1 .box {
	padding: 0 0.5rem;
	flex-shrink: 0;
	width: 75%;
}

.slider-1 .box__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.slider-1 .prev {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}
.slider-1 .next {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}

/* Slider 2 */
.slider-2 {
	margin-right: -100%;
}
.slider-2 .wrapper {
	/* width: 70%; */
	/* border-left: dashed 2px var(--bs-success); */
	/* border-right: dashed 2px var(--bs-success); */
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slider-2 .carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-2 .box {
	padding: 0 0.5rem;
	flex-shrink: 0;
	width: 45%;
}

.slider-2 .box__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.slider-2 .box__inner .card-body {
	position: relative;
}
.slider-2 .box__inner .card-body::before {
	content: '';
    background-image: url(../img/service/service.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 25%;
    position: absolute;
    top: -17px;
    left: 0px;
	z-index: 0;
}
.slider-2 .prev {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}
.slider-2 .next {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}

/* Slider 3 */
.slider-3 .wrapper {
	/* width: 70%; */
	/* border-left: dashed 2px var(--bs-success); */
	/* border-right: dashed 2px var(--bs-success); */
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slider-3 .carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-3 .box {
	padding: 1rem;
	flex-shrink: 0;
	width: calc(100% / 3);
}

.slider-3 .box.active {
	padding: 0;
}

.slider-3 .box__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.slider-3 .prev {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}
.slider-3 .next {
    position: absolute;
    background: var(--bs-secondary-border-subtle);
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
	border-radius: 50%;
}


/* section-jurney */
.section-jurney {
	margin-top: 115px;
}
.divider {
    width: 100%;
    height: 2px;
    border-top: 2px solid #009C0A80;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
    clear: both;
	justify-self: center;
}

/* section-therapy-professional */
.section-therapy-professional .card {
	background-color: #EDFDEA;
}

/* section service */
.section-service .tab-service .nav-link {
	background-color: #edfdea;
	width: fit-content;
	box-shadow: 1px 1px 5px var(--bs-border-color-translucent);
	margin-bottom: 5px;
	color: var(--bs-body-color);
	font-weight: 600;
}
.section-service .tab-service .nav-link.active {
	color: var(--bs-success);
}
.section-service .tab-service .nav-link::before {
	content: '\F234';
    font-family: 'bootstrap-icons';
	margin-right: .3rem;
	margin-left: -.5rem;
}
.section-service .tab-service .nav-link.active::before {
	content: '\F231';
    font-family: 'bootstrap-icons';
	margin-right: .3rem;
}

#serviceTab {
	border-radius: var(--bs-border-radius-xxl) !important;
	background-color: rgba(16, 153, 55, 0.2);
	width: fit-content;
}
#serviceTab .nav-link {
	color: rgba(16, 153, 55, 1);
}
#serviceTab .nav-link.active {
	background-color: rgba(16, 153, 55, 1);
	color: white;
}


/* Section Location */
.section-location {
	background-color: #AAD3DF;
}
.section-location .list-store {
	max-height: 400px;
}

.section-affiliator {
	background-color: #F1F0E7;
}

.section-contact {
	background-image: url('../img/bg-contact-us.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.section-footer .footer .brand img {
	max-width: 200px;
}
.section-footer .footer a {
	color: white;
	text-decoration: none;
}
.section-footer .footer a:hover {
	text-decoration: underline;
}

/*
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap
*/

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) {
	.w-sm-50 {
		width: 50% !important;
	}
	.section-banner-1 .promotion {
		top: 285px;
	}
	.slider-1 .box {
		width: 50%;
	}
	.section-jurney {
		width: 75%;
	}

	.slider-2 .box__inner .card-body::before {
		height: 50%;
		top: -25px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {*,
	html,
	body {
		font-size: 14px;
	}

	.w-md-75 {
		width: 75% !important;
	}

	.section-banner-1 .promotion {
		top: 395px;
	}
	.slider-1 .box {
		width: 33.333%;
	}
	.section-jurney {
		width: 60%;
	}

	.slider-2 .box__inner .card-body::before {
		height: 50%;
	}
	.slider-2 .box {
		width: 33.333%;
	}

	.slider-3 .box {
		width: calc(100% / 5);
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.section-banner-1 .promotion {
		top: 525px;
	}
	.section-jurney {
		margin-top: 160px;
	}
	.slider-2 .box {
		width: 20%;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.section-banner-1 .promotion {
		top: 600px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
	.section-banner-1 .promotion {
		top: 740px;
	}

	.slider-2 .box {
		width: 17%;
	}
}