    body {
      font-family: "Microsoft JhengHei", sans-serif;
      background: linear-gradient(90deg, #4c2b09, #725628);
      scroll-behavior: smooth;
    }
    img {
	    border-radius:10px;
	}
    .navbar, footer {
      background: linear-gradient(90deg, #4c2b09, #725628);
    }
    .navbar-toggler:focus {
	    box-shadow:none;
	}
    .carousel-control-prev-icon,
	.carousel-control-next-icon {
	  display: inline-block;
	  width: 50px!important;
	  height: 50px!important;
	}
    /* Navbar 更精致小巧 */
    .navbar {
      padding-top: 0.4rem;
      padding-bottom: 0.4rem;
    }
    .navbar-collapse{
	    position: relative;
    bottom: 32px;
    background: linear-gradient(90deg, #4c2b09, #725628);
    width: 100%;
    }
    .navbar-brand img {
      height: 60px; /* 调小 Logo */
      position:relative;
      bottom:15px;
      z-index:9999;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
      margin-right: 12px;
      font-size: 0.95rem;
      padding: 6px 10px;
      font-family:"Cinzel Decorative", serif;
    }
    h2 {
      color: white;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      font-family: "Cinzel Decorative", serif;
    }
    h2::after {
      content: "";
      display: block;
      width: 90px;
      height: 3px;
      background: linear-gradient(90deg, #fcfcfc, transparent);
      margin: 8px auto 0;
      border-radius: 2px;
    }
    .font-color{
	    color:bisque!important;
	    }
    .card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .btn-choco {
      background: linear-gradient(90deg, #5D3A00, #7B3F00);
      color: #fff;
      border: none;
    }
    .btn-choco:hover {
      background: linear-gradient(90deg, #7B3F00, #5D3A00);
    }
    /* Hero Section */
    #hero {
      background: url('Banyan Thai-04-1.jpeg') center center/cover no-repeat;
      height: 100vh;
      position: relative;
    }
    #hero::before {
      content: "";
      background: rgba(0,0,0,0.5);
      position: absolute;
      top:0; left:0; right:0; bottom:0;
    }
    #hero .content {
      position: relative;
      z-index: 2;
      text-align: center;
      top: 40%;
      color: white;
    }
    .carousel-item img {
    	height: 32vh;
	}
    /* Google Review Style */
    .review-card {
      background: #fff;
      border-radius: 8px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .review-header {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }
    .review-header img {
      border-radius: 50%;
      width: 40px;
      height: 40px;
      margin-right: 10px;
    }
    .review-name {
      font-weight: bold;
      font-size: 0.95rem;
    }
    .review-stars {
      color: #fbbc05; /* Google yellow star */
      font-size: 0.9rem;
    }
    .review-time {
      font-size: 0.8rem;
      color: gray;
    }
    footer a {
      font-size: 1.5rem;
      transition: 0.3s;
    }
    footer a:hover {
      color: #C9A66B !important;
    }
    img.h-8 {
      width: 55px;
      height:40px;
      border-radius: unset;
      background-color: white;
	}
    
    /* Service */
    .col-md-4{
	    margin-bottom: 15px;
	}
	.whatsapp, .waze, .phoneCall{
		width:75%;
	}
	.card-body{
		padding:10px;
	}
	.caution{
		width: 100%;
		padding-right: unset;
		padding-left: unset;
		margin-top: unset;
	}
	.btn_call{
		background-color: white;
		border-radius: 50%;
	}
		   
	
	/* Marquee */
	.happyCustomer{
		border-radius: 20px!important;
		width: 200px;
		height: 300px;
	}
	
	.review-marquee {
	  width: 100%;
	  overflow: hidden;
	  padding: 15px 0;
	  border-radius: 10px;
	}
	
	.review-track {
	  display: flex;
	  width: max-content;
	  animation: scroll 15s linear infinite;
	}
	
	.review {
	  white-space: nowrap;
	  margin-right: 15px;
	  font-size: 18px;
	  color: #333;
	  font-family: sans-serif;
	}
	
	@keyframes scroll {
	  from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-50%);
	  }
	}
	
	/* Annoucement */
	/* 背景遮罩 */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

/* 弹窗内容 */
.popup-content {
    position: relative;
    max-width: 500px;
    width: 90%;
    animation: fadeIn 0.3s ease-in-out;
}

/* 图片 */
.popup-content img {
    width: 100%;
    border-radius: 10px;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

/* 动画 */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}


	   
		    
	/* PC */
	.isPC.navbar{
		height:auto!important;
	}
	.isPC.navbar-collapse{
		bottom:0;
		background: transparent;
	}
	.isPC.navbar-brand img{
		position:absolute;
		height:70px;
		bottom:-15px;
	}
	.isPC.container{
		width:70%;
	}
	.isPC.card-text{
		line-height:1;
	}
	#reviews .isPC.container{
		width:40%;
	}
	.isPC.whatsapp, .isPC.waze{
		width:22%;
	}
	.isPC.whatsapp{
		margin-right:5%;
	}
	.isPC#googleMap{
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
	.isPC.address{
		padding-left:28%;
		padding-right:28%;
	}
	.isPC.card.p-3{
		height:373px;
	}    
	.isPC.caution{
		width: 100%;
		padding-right: 18%;
		padding-left: 18%;
		margin-top: 20px;
	}
	.isPC.phoneCall{
		margin-right:50px;
		width:23%;
	}
	.isPC.carousel-item img {
		height:90vh;
	}
	
	
	/* Work with us */
	.isPC#lobby{
	    width: 100%;
    	height: 80vh;
	}
	.isPC.joinUs{
		padding-left: 20%;
    	padding-right: 20%;
	}
	#job .isPC.card.p-3{
		height:auto;
	}
	#job .isPC.whatsapp{
		width:75%;	
	}
	#WhyJoinUs .isPC.content{
		padding-left:32%!important;	
	}
	.isPC.joinUsCard{
		margin-left:10%;	
	}