*{
	padding:0;
	margin:0;
	font-family: "Nunito", serif;
	background-color: #ffff;
}
a {
	color: inherit;
	text-decoration: none;
}
.whatsapp-reserve {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #5C4033; 
  color: #fff; 
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.whatsapp-reserve:hover {
  background-color: #8B5E3C;
  color: #fff;
  transform: scale(1.05);
}
.medsos {
	padding:5px 0;
	background-color: #ffff;
}
.medsos ul li {
	display: inline-block;
	color: #000000;
	margin-right: 10px;
}
.container {
	width:80%;
	margin:10px auto;
}
.container:after {
	content:'';
	display: block;
	clear: both;
}
header h1 {
	font-size: 24px;
	float: left;
	padding:15px 0;
	color: #15540f;
	font-family: "Nunito", serif;
}
header ul {
	float: right;
}
header ul li {
	display: inline-block;
}
header ul li a {
	padding:25px 20px;
	display: inline-block;
}
header ul li a:hover {
	background-color: #805703;
	color: #fff;
}
.active {
	background-color: #805703;
	color: #fff;
}
.banner {
	height: 60vh;
	background-image: url('../img/banner.jpg');
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 143, 119, .6);
}
.banner h2 {
	color: #fff;
	z-index: 1;
	padding: 20px 25px;
	border:3px solid #fff;
}
section {
	padding:50px 0;
}
section h3 {
	text-align: center;
	padding:5px 0;
	color: #148F77;
	margin-bottom: 25px;
}
.about,
.service {
	padding-top: 30px;
	padding-bottom: 50px;
}
.service-reverse:hover {
	transform: scale(1.05);
}
.about p {
	color: #666;
	word-spacing: 1px;
	line-height: 25px;
	margin-bottom: 1px;
	text-align: center;
	margin-top: 10px;
}
.service {
	background-color: #fff;
}
.price-table {
    padding: 50px 0;
    text-align: center;
}
.price-table h3 {
    color: #148F77;
    margin-bottom: 25px;
}
table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    font-family: "Nunito", sans-serif;
}
th, td {
    border: 1px solid #ddd;
    padding: 12px 20px;
}
th {
    background-color: #805703;
    color: white;
    text-transform: uppercase;
}
tr:nth-child(even) {
    background
    color: #f2f2f2;
}
tr:hover {
    background-color: #e6f7f5;
}
.box .col-4 {
	width:25%;
	padding:20px;
	box-sizing: border-box;
	text-align: center;
	float: center;
}
.box {
	color: #148F77;
}
.box:after {
	content: '';
	display: block;
	clear: both;
}
.box .col-4 {
	width:25%;
	padding:20px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.icon {
	width:70px;
	height:70px;
	border:1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	margin:0 auto;
}
.box .col-4 h4 {
	margin:20px 0;
}
.btn-selanjutnya {
	display: inline-block;
	padding: 12px 24px;
	background-color: #ffff; /* Coklat elegan */
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-radius: 8px;
	transition: background-color 0.3s ease;
	font-family: 'Nunito', sans-serif;
	float: right; /* Posisikan ke kanan */
	margin-top: 20px;
}
.btn-selanjutnya:hover {
  background-color: #e5d395;
}
footer {
	padding:30px 0;
	background-color: #ffff;
	color: #000000;
	text-align: center;
}
.bg-loader {
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-loader .loader {
	width:100px;
	height: 100px;
	border:3px solid #fff;
	border-radius: 50%;
	border-top-color: #148F77;
	border-right-color: #148F77;
	border-bottom-color: #148F77;
	animation: puterin .8s linear infinite;
}
.label {
	background-color: #148F77;
	color: #fff;
}
@keyframes puterin {
	100% {
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 768px){
	.container {
		width:90%;
	}
	header h1 {
		text-align: center;
		float: none;
	}
	header ul {
		text-align: center;
		float: none;
	}
	.box .col-4 {
		width:100%;
		float: none;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 512px){
	.container {
		width:90%;
	}
	header h1 {
		text-align: center;
		float: none;
	}
	header ul {
		text-align: center;
		float: none;
	}
	.box .col-4 {
		width:100%;
		float: none;
		margin-bottom: 20px;
	}
}