.page {
	overflow-x: clip;
}

.service-page {
  	width: 100%;
}
.service-section-0 {
	margin: 0;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
	padding: 20px 60px 40px 60px;
}

.service-section-1 {
	margin: 0;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.service-section-1 .line-1 {
	text-align: center;
}

.service-section-1 .line-2 {
	text-align: -webkit-center;
}

.service-section-1 .line-2 .img-1 {
  	width: 100%;
	height: 100%;
	padding: 7px;
}

.service-section-1 .service-table {
	background: #6cccbc;
}

.service-section-1 .service-title {
	background: #497971;
}

.service-section-2 {
	margin: 0;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

.service-section-2 .line-1 {
	text-align: center;
}

.service-section-2 .line-2 {
	text-align: -webkit-center;
}

.service-section-2 .line-2 .img-1 {
  	width: 100%;
	height: 100%;
}

.service-section-2 .service-table {
	background: #f5c16d;
}

.service-section-2 .service-title {
	background: #8f7247;
}

.service-section-3 .line-1 {
	text-align: center;
}

.service-section-3 .line-img {
  	display: flex;
  	justify-content: center;
}

.service-section-3 .line-img .img-border {
  	margin: 10px;
	width: 32%;
	height: 32%;
}

.service-table {
	margin: 10px;
	border-radius: 10px;
	border: 2px black solid;
	padding: 5px 10px 10px 10px;
}

.service-title {
    width: 100%;
    font-size: 20px;
    padding: 5px 5px 5px 15px;
    color: white;
    border-radius: 20px;
	margin-top: 10px;
}

.service-content {
	font-size: 15px;
    padding: 5px 10px 0 15px;
}

/*--------------------------------------*/

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 16px;
}

table .bold{
	font-weight: 900;
}

tr:nth-child(odd) {
    background-color: #f8f8f8;
}

th,
td {
    padding: 12px;
    text-align: left;
}

td {
    padding-top: 8px;
    padding-bottom: 8px;
}

th {
    background-color: #be9660;
    color: #fff;
}

th:first-child {
    border-top-left-radius: 8px;
}

th:last-child {
    border-top-right-radius: 8px;
}

td:first-child {
    text-align: left;
}

td:nth-child(2),
td:last-child {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

tr:last-child td:first-child, tr:last-child td:last-child{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

#promote {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-item {
    flex: 1;
    margin-right: 10px;
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.promo-item img {
    width: 100%;
    border-radius: 8px;
}

#promote div:last-child {
    margin-right: 0;
}

#spa_groom th:first-child,
#spa_groom td:first-child {
    width: 60%;
}

#spa_groom th:nth-child(2),
#spa_groom td:nth-child(2),
#spa_groom th:last-child,
#spa_groom td:last-child {
    width: 20%;
    text-align: center;
}

#other_services th:first-child,
#other_services td:first-child {
    width: 40%;
}

#other_services th:nth-child(2),
#other_services td:nth-child(2),
#other_services th:nth-child(3),
#other_services td:nth-child(3),
#other_services th:last-child,
#other_services td:last-child {
    width: 20%;
    text-align: center;
}

#set_services td:first-child {
    text-align: left;
}

p {
    line-height: 160%;
    margin: 0;
    padding: 0;
}

tr:nth-child(odd) {
    background-color: #f8f8f8;
}

/*--------------------------------------*/

@media (max-width: 480px) {	
	.service-page .slideshow-container .mySlides1 {
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	
	.service-page .slideshow-container img {
		border-radius: 8px;
	}
	.service-section-0{
		padding: 0;
		margin-bottom: 20px;
	}
	#promote {
		display: block;
	}
	.promo-item {
		margin: 0;
		margin-bottom: 12px;
	}
}

@media (max-width: 768px) {	
	.service-page .slideshow-container .mySlides1 {
		padding: 10px;
		width: 100%;
		height: 100%;
	}
	
	.service-page .slideshow-container img {
		border-radius: 8px;
	}
	.service-section-0{
		padding: 0;
		margin-bottom: 20px;
	}
	#promote {
		display: block;
	}
	.promo-item {
		margin: 0;
		margin-bottom: 12px;
	}
}

@media (max-width: 992px) {
	.service-page {
		margin-bottom: 20px;
	}

	.service-section-1 {
		margin-top: 0;
	}

	.service-section-2 {
		margin-top: 40px;
	}

	.service-section-3 {
		margin-top: 40px;
	}

	.service-section-3 .line-img .img-border {
		margin: 10px;
	}
	.service-section-0{
		padding: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 1200px) {
	.service-page {
		margin-bottom: 20px;
	}

	.service-section-1 {
		margin-top: 0;
	}

	.service-section-2 {
		margin-top: 40px;
	}

	.service-section-3 {
		margin-top: 40px;
	}

	.service-section-3 .line-img .img-border {
		margin: 10px;
	}
}

@media (max-width: 1400px) {
	.service-page {
		margin-bottom: 20px;
	}

	.service-section-1 {
		margin-top: 0;
	}

	.service-section-2 {
		margin-top: 40px;
	}

	.service-section-3 {
		margin-top: 40px;
	}

	.service-section-3 .line-img .img-border {
		margin: 10px;
	}
}