html,
body {
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	-webkit-user-select: none;
	/* Chrome all / Safari all */
	-moz-user-select: none;
	/* Firefox all */
	-ms-user-select: none;
	/* IE 10+ */
	user-select: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

body {
	background-color: #1d100b;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/body-bg.jpg);
}

@media only screen and (max-width: 766px) {
	body {
		background-image: url(../img/body-bg-m.jpg);
	}
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}


/* header*/

.header {
	position: relative;
	width: 100vw;
	height: 100vh;
	position: relative;
	top: 0;
	background-color: #1d100b;
}

.header-video-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
}

.main-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center center;
	z-index: 2;
	opacity: 1;
	transition: opacity 2.5s cubic-bezier(0.25, 0.1, 0.25, 1);
	min-width: 100%;
	min-height: 100%;
}

.main-video.hide {
	opacity: 0;
}

.header-logo-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	transition: all 1.5s ease-in-out;
	opacity: 1;
	pointer-events: auto;
}

.header-logo-overlay.hide {
	opacity: 0;
	pointer-events: none;
}

.header-logo-overlay.mobile {
	/* No additional styling needed for mobile */
}

.header-logo-overlay img {
	max-width: 300px;
	height: auto;
}

.header-logo-overlay.mobile img {
	max-width: 200px;
}


.video-controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 4;
	display: flex;
	gap: 10px;
}

.video-controls.mobile {
	bottom: 15px;
	right: 15px;
	gap: 8px;
}

.play-pause-btn, .sound-toggle-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: rgba(191, 152, 104, 0.9);
	color: #1b0500;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.video-controls.mobile .play-pause-btn,
.video-controls.mobile .sound-toggle-btn {
	width: 40px;
	height: 40px;
	font-size: 14px;
}

.play-pause-btn:hover, .sound-toggle-btn:hover {
	background: rgba(191, 152, 104, 1);
	transform: scale(1.1);
}

.header-mobile-logo {
	position: absolute;
	z-index: 3;
	width: 70%;
	height: auto;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
}

/* Header Top Buttons */
.header-top-buttons {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100;
	display: flex;
	gap: 15px;
}

.phone-btn, .menu-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(191, 152, 104, 0.9);
	background: transparent;
	color: rgba(191, 152, 104, 0.9);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
}

.phone-btn:hover, .menu-btn:hover {
	border-color: rgba(191, 152, 104, 1);
	color: rgba(191, 152, 104, 1);
	transform: scale(1.1);
}

.menu-btn {
	flex-direction: column;
	padding: 12px;
}

.menu-line {
	width: 20px;
	height: 2px;
	background-color: currentColor;
	margin: 2px 0;
	transition: all 0.3s ease;
}

.menu-btn.active .menu-line:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.active .menu-line:nth-child(2) {
	opacity: 0;
}

.menu-btn.active .menu-line:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

.mouse-ani {
	position:absolute;
	z-index:5;
	width: 22px;
	height: 85px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: no-repeat center bottom scroll;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	background-image:url(../img/mouse.svg);
}

.mouse-ani .v1 {
	position: absolute;
	z-index: 1;
	width: 2px;
	height: 35px;
	top:0;
	left: 10px;
	background-color: rgba(255,255,255, .3);
}

.mouse-ani .v2 {
	position: absolute;
	z-index: 2;
	width: 2px;
	height: 8px;
	top:0;
	left: 10px;
	background-color: rgba(255,255,255, 1);
	animation: mouse-down 1.5s linear infinite;
}

@keyframes mouse-down {
  0% { top:0; opacity:1}
  70% {top: 27px; opacity:1}
  80% { top: 27px; opacity:0}
  100% { top: 27px; opacity:0}
}

/* Menu Overlay */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 16, 11, 0.95);
	backdrop-filter: blur(10px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.menu-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border: none;
	background: transparent;
	color: #bf9868;
	font-size: 24px;
	font-weight: 300;
	cursor: pointer;
	transition: all 0.3s ease;
}

.menu-close:hover {
	color: #fff;
	transform: scale(1.1);
}

.menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-item {
	margin: 40px 0;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.6s ease;
}

.menu-overlay.active .menu-item {
	transform: translateY(0);
	opacity: 1;
}

.menu-overlay.active .menu-item:nth-child(1) { transition-delay: 0.1s; }
.menu-overlay.active .menu-item:nth-child(2) { transition-delay: 0.2s; }
.menu-overlay.active .menu-item:nth-child(3) { transition-delay: 0.3s; }
.menu-overlay.active .menu-item:nth-child(4) { transition-delay: 0.4s; }

.menu-link {
	display: block;
	text-decoration: none;
	color: #bf9868;
	transition: all 0.3s ease;
	padding: 20px;
	border-radius: 10px;
}

.menu-link:hover {
	color: #fff;
	background: rgba(191, 152, 104, 0.1);
	text-decoration: none;
}

.menu-text-en {
	display: block;
	font-family: "Noto Sans TC", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 8px;
	letter-spacing: 1px;
	opacity: 0.7;
}

.menu-text-zh {
	display: block;
	font-family: "Noto Serif TC", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}

@media only screen and (max-width: 766px) {
	.header {
		height: 100vh;
		max-height: 100svh;
	}

	.main-video {
		object-fit: contain;
		object-position: center center;
		background-color: #1d100b;
	}
	
	.background-video {
		object-fit: cover;
		object-position: center center;
	}
	
	.header-video-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.header-top-buttons {
		position: fixed;
		top: 15px;
		right: 15px;
		gap: 10px;
		z-index: 100;
	}
	
	.phone-btn, .menu-btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
	
	.menu-btn {
		padding: 8px;
	}
	
	.menu-line {
		width: 16px;
		height: 2px;
		margin: 1.5px 0;
	}
	
	.menu-text-en {
		font-size: 14px;
		margin-bottom: 6px;
	}
	
	.menu-text-zh {
		font-size: 24px;
	}
}

/* Loading */

#loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(0, 0, 0, 0.95);
}

@keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-webkit-keyframes lds-rolling {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.lds-rolling {
	position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
	position: absolute;
	width: 86px;
	height: 86px;
	border: 6px solid #bf9868;
	border-top-color: transparent;
	border-radius: 50%;
}

.lds-rolling div {
	-webkit-animation: lds-rolling 1s linear infinite;
	animation: lds-rolling 1s linear infinite;
	top: 100px;
	left: 100px;
}

.lds-rolling div:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lds-rolling {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.video-frame, .pic-frame {
	position: relative;
	display: block;
	padding: 0;
}

.video-frame .grd, .pic-frame .grd {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(29,16,11);
    background: radial-gradient(circle, rgba(29,16,11,0) 55%, rgba(29,16,11,1) 85%);
	mix-blend-mode: multiply;
}

.video-frame.as11, .pic-frame.as11, .pic-frame.as11a {
	aspect-ratio: 1 / 1;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as54 {
	aspect-ratio: 5 / 4;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as2013 {
	aspect-ratio: 20 / 13;
	padding: 0;
	overflow: hidden;
}

.as2168 {
	aspect-ratio: 1000 / 2168;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as162 {
	aspect-ratio: 100 / 62;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as109 {
	aspect-ratio: 10 / 9;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as58 {
	aspect-ratio: 100 / 58;
	padding: 0;
	overflow: hidden;
}

.pic-frame.as104 {
	aspect-ratio: 10 / 4;
	padding: 0;
	overflow: hidden;
}

.video-frame video, .pic-frame img {
	object-fit: cover;
	object-position: center 85%;
	width: 100%;
	height: 100%;
	padding: 0;
}

.pic-frame img.alt {
	object-position: center top;
}

@media (max-width: 766px) {
	.video-frame.as11 {
		aspect-ratio: 10 / 12;
	}

	.pic-frame.as11a {
		aspect-ratio: 2 / 3;
	}

	.pic-frame.as104 {
		aspect-ratio: 10 / 6;
	}
}


.full-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

#p01 {
	background-color: #0a0000;
}

/* Section */

section.page {
	padding: 90px 0;
}

section.page2 {
	padding: 0 0 90px 0;
}

section {
	position: relative;
}

@media (max-width: 766px) {
	section.page {
		padding: 100px 0;
	}

	section.page2 {
		padding: 0 0 100px 0;
	}
}

/* Texts */

.content-text {
	padding: 0;
}

.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5 {
	color: #bf9868;
	font-family: "Noto Serif TC", serif;
    font-optical-sizing: auto;
	font-style: normal;
	transform: scaleX(.95);
	letter-spacing: 1px;
}

.content-text .text-v {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.content-text span.space {
	display: inline-block;
	width: 5px;
	height: 30px;
}

.content-text h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}

.content-text h1.num {
	font-size: 60px;
	margin: 0;
}

.content-text h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
}

.content-text h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
}

.content-text h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
}

.content-text p {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	color: #fff;
	text-align: justify;
}

.content-text .sl {
	line-height: 1.4;
	margin: 0;
}

hr.gd {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #a88852;
	margin: 30px 0;
}

hr.gd.alt {
	margin: 50px 0;
}

@media (max-width: 766px) {
	#p01 .content-text {
		padding: 80px 0 10px 0;
	}

	.content-text h1 {
		font-size: 27px;
	}

	.content-text h1.num {
		font-size: 38px;
	}

	.content-text h3 {
		font-size: 23px;
	}

	.content-text h4 {
		font-size: 20px;
	}

	.content-text h5 {
		font-size: 17px;
	}

	.content-text p {
		font-size: 16px;
	}
}

.item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.item-title h3 {
	transform-origin: left center;
}

.item-title h3, .item-title h5 {
	margin: 0;
}

/* Custom Col Padding */

.row.custom {
	margin-left: -2px;
	margin-right: -2px;
}

.row.custom>.col {
	padding-left: 2px;
	padding-right: 2px;
}

.row.custom2 {
	margin-left: -30px;
	margin-right: -30px;
}

.row.custom2>.col {
	padding-left: 30px;
	padding-right: 30px;
}


/* Info */

ul.info {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.info li {
	font-family: "Noto Serif TC", serif;
	font-size: 16px;
	font-weight: 400;
	color: #bf9868;
	display: flex;
	padding: 12px 10px;
	position: relative;
}

ul.info li::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background-color: #bf9868;
}

ul.info li span:first-child {
	font-weight: 600;
	margin: 0 5px 0 0;
	white-space: nowrap;
}

ul.info li:last-child {
	align-items: end;
}

ul.info li:last-child::after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #bf9868;
}

ul.info li span.num {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

@media (max-width:766px) {
	ul.info li {
		font-size: 13px;
	}

	ul.info li span.num {
		font-size: 28px;
	}
}


.testimonials {
	background-color: #1b0500;
	aspect-ratio: 2 / 1;
	display: block;
	position: relative;
	background-image: url(../img//p8.jpg);
}


.testimonials .p8 {
	position: absolute;
	z-index: 1;
	width: 40%;
	height: auto;
	left: 50%;
	top: 30%;
	transform: translateX(-50%);
}

@media (max-width:766px) {
	.testimonials {
		aspect-ratio: 2 / 1.5;
	}

	.testimonials .p8 {
		top: 20%;
		width: 75%;
	}
}

.testimonials .testimonial-item {
	max-width: 18rem
}

.testimonials .testimonial-item img {
	max-width: 12rem;
	box-shadow: 0 5px 5px 0 #adb5bd
}

.call-to-action {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	background-color: #06247e;
	background-image: url(../img/11.jpg);
}

.call-to-action h2 {
	font-weight: 500;
}

.call-to-action .overlay {
	position: absolute;
	background-color: #1d2087;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .85
}

.call-to-action p.text-light {
	font-size: .85rem;
}

@media (max-width:768px) {
	.call-to-action {
		padding-top: 6rem;
		;
		padding-bottom: 6rem;
	}

	.call-to-action p.text-light {
		font-size: .75rem;
	}
}

footer.footer {
	padding-top: 1rem;
	padding-bottom: 70px;
}

@media only screen and (min-width: 767px) {
	footer.footer {
		padding-bottom: 1rem
	}
}



#map {
	width: 100%;
	height: 300px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-control {
	border-radius: 0;
}

.bg-primary {
	background-color: #333 !important;
}



#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 0;
	/* Place the button at the bottom of the page */
	right: 0;
	/* Place the button 30px from the right */
	z-index: 500;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #000;
	/* Set a background color */
	color: #bf9868;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 10px 15px 10px 15px;
	border-radius: 0px;
	/* Rounded corners */
	font-size: 1rem;
	/* Increase font size */
	/*border-radius: 50%;*/
}

@media only screen and (max-width: 766px) {
	#myBtn {
		bottom: 0;
		right: 0;
		padding: 5px 10px 5px 10px;
	}
}

#myBtn:hover {
	color: rgba(0, 0, 0, 0.75);
	background-color: #bf9868;
	/* Add a dark-grey background on hover */
}



.add-text {
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 11px;
	font-weight: 450;
	text-shadow: 0px 0px 4px #000000;
}

.add-text.rb {
	right: 10px;
	bottom: 10px;
	text-align: right;
	transform: scale(.75);
	transform-origin: right bottom;
}

.add-text.rb2 {
	font-size: 13px;
	right: 10px;
	bottom: 10px;
}

.add-text.rb3 {
	right: 15px;
	bottom: 12px;
	text-align: right;
}

.add-text.rt {
	right: 2%;
	bottom: 2%;
}

.add-text.lb {
	left: 15px;
	bottom: 15px;
}

.add-text.lb2 {
	left: 13%;
	bottom: 2%;
}

.add-text.lb3 {
	left: 2%;
	bottom: 2%;
}

.add-text.lb4 {
	left: 15px;
	bottom: 12px;
}

@media (max-width: 766px) {
	.add-text.rb, .add-text.rb2 {
		right: 5px;
		bottom: 5px;
	}
}

.full-bg {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.full-bg2 {
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.line-title {
	font-family: "Noto Serif TC", serif;
    font-size: 18px;
    font-weight: 600;
    color: #bf9868;
	text-align: center;
}

.btn-custom {
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif TC", serif;
	font-size: 18px;
	font-weight: 600;
	background-color: #bf9868;
	color: #1b0500;
	border: solid 1px #bf9868;
	animation: all 0.3s ease-in;
}

.btn-custom:hover {
	background-color: #1b0500;
	color: #bf9868;
}

@media (max-width: 766px) {
	.btn-custom {
		font-size: 17px;
	}
}

/* Contact/Reservation Form Section */
section.bust {
	background: transparent;
	padding: 100px 0;
	position: relative;
}

section.bust .container {
	position: relative;
	z-index: 2;
}

/* Form Title */
section.bust .g-title.custom {
	font-family: "Noto Serif TC", serif;
	font-size: 36px;
	font-weight: 600;
	color: #bf9868;
	margin-bottom: 50px;
	transform: scaleX(.95);
	letter-spacing: 3px;
	position: relative;
}

section.bust .g-title.custom::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #bf9868 50%, transparent 100%);
}

/* Form Styling */
section.bust .form {
	background: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
}

section.bust .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(191, 152, 104, 0.4);
	border-radius: 0;
	color: #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	padding: 15px 0;
	height: auto;
	transition: all 0.3s ease;
}

section.bust .form-control:focus {
	background-color: transparent;
	border-bottom-color: #bf9868;
	border-bottom-width: 2px;
	box-shadow: none;
	color: #fff;
	outline: none;
}

section.bust .form-control::placeholder {
	color: rgba(191, 152, 104, 1.0);
	font-weight: 400;
}

section.bust .form-control::-webkit-input-placeholder {
	color: rgba(191, 152, 104, 0.9);
	font-weight: 400;
}

section.bust .form-control::-moz-placeholder {
	color: rgba(191, 152, 104, 0.9);
	font-weight: 400;
	opacity: 1;
}

section.bust .form-control:-ms-input-placeholder {
	color: rgba(191, 152, 104, 0.9);
	font-weight: 400;
}

/* Select Styling */
section.bust .select-css {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(191, 152, 104, 0.4);
	border-radius: 0;
	color: #bf9868;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	padding: 15px 25px 15px 0;
	height: auto;
	width: 100%;
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23bf9868'><path d='M7 10l5 5 5-5z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 0 center;
	background-size: 18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

section.bust .select-css:focus {
	background-color: transparent;
	border-bottom-color: #bf9868;
	border-bottom-width: 2px;
	box-shadow: none;
	outline: none;
}

section.bust .select-css option {
	background-color: #1d100b;
	color: #bf9868;
}

/* Submit Button */
section.bust .btn-submit {
	background: transparent;
	border: 2px solid #bf9868;
	border-radius: 0;
	color: #bf9868;
	font-family: "Noto Serif TC", serif;
	font-size: 16px;
	font-weight: 600;
	padding: 18px 50px;
	letter-spacing: 2px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

section.bust .btn-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #bf9868;
	transition: all 0.4s ease;
	z-index: -1;
}

section.bust .btn-submit:hover {
	color: #1b0500;
	transform: none;
	box-shadow: none;
}

section.bust .btn-submit:hover::before {
	left: 0;
}

section.bust .btn-submit:active {
	transform: none;
	box-shadow: none;
}

/* Privacy Text */
section.bust .text-guide {
	color: rgba(191, 152, 104, 0.9);
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Sans TC', sans-serif;
}

/* Checkbox Styling */
section.bust .form-check-label {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	color: rgba(191, 152, 104, 0.9);
	font-size: 14px;
	line-height: 1.5;
}

section.bust .form-check-label input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(191, 152, 104, 0.5);
	border-radius: 3px;
	background-color: transparent;
	margin-right: 10px;
	margin-top: 2px;
	flex-shrink: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}

section.bust .form-check-label input[type="checkbox"]:checked {
	background-color: #bf9868;
	border-color: #bf9868;
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
}

section.bust .form-check-label input[type="checkbox"]:focus {
	box-shadow: 0 0 0 0.2rem rgba(191, 152, 104, 0.25);
	outline: none;
}

/* Improve wrapping and spacing for checkbox text */
section.bust .form-check-label .text-guide {
	margin: 0;
	word-break: break-word;
	white-space: normal;
}

/* Ensure full-row click area on mobile */
@media (max-width: 576px) {
	section.bust .form-check-label {
		width: 100%;
	}
	
	/* Stack privacy notice and checkbox vertically on mobile */
	section.bust .form-row .col-6.pr-3,
	section.bust .form-row .col-6.pl-3 {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
	}
}

/* LINE@ Button Enhancement */
section.bust .btn-custom {
	background: #00B900;
	border: 2px solid #00B900;
	color: #ffffff;
	font-family: "Noto Serif TC", serif;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 25px;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.4s ease;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
}

section.bust .btn-custom::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: all 0.4s ease;
	z-index: -1;
}

section.bust .btn-custom:hover {
	color: #00B900;
	background: transparent;
	text-decoration: none;
	transform: none;
	box-shadow: none;
}

section.bust .btn-custom:hover::before {
	left: 0;
}

/* Info Image Styling */
section.bust .img-fluid {
	border-radius: 0;
	box-shadow: none;
	transition: none;
}

section.bust .img-fluid:hover {
	transform: none;
}

/* Form Row Spacing */
section.bust .form-row {
	margin-bottom: 35px;
}

section.bust .form-row:last-of-type {
	margin-bottom: 0;
}

section.bust .form-row.mt-4 {
	margin-top: 40px !important;
}

/* Ensure consistent column alignment */
section.bust .form-row .col-8,
section.bust .form-row .col-4,
section.bust .form-row .col-12 {
	display: flex;
	align-items: stretch;
}

section.bust .form-row .col-8 .form-control,
section.bust .form-row .col-4 .select-css,
section.bust .form-row .col-12 .form-control {
	flex: 1;
}

/* Specific spacing for first row with name and title */
section.bust .form-row .col-8.pr-2 {
	padding-right: 20px !important;
}

section.bust .form-row .col-4.pl-2 {
	padding-left: 0 !important;
}

/* Mobile Responsive */
@media (max-width: 766px) {
	section.bust {
		padding: 80px 0;
	}
	
	section.bust .g-title.custom {
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	section.bust .form {
		padding: 0;
		margin: 0;
	}
	
	section.bust .form-control,
	section.bust .select-css {
		font-size: 15px;
		padding: 12px 0;
	}
	
	section.bust .select-css {
		padding-right: 25px;
	}
	
	section.bust .btn-submit {
		font-size: 15px;
		padding: 15px 40px;
		margin-top: 25px;
	}
	
	section.bust .btn-custom {
		font-size: 15px;
		padding: 12px 20px;
	}
	
	section.bust .text-guide {
		font-size: 13px;
	}
	
	section.bust .form-row {
		margin-bottom: 25px;
	}
	
	section.bust .form-row .col-8.pr-2 {
		padding-right: 15px !important;
	}
}
IMG_481A0CD6A84E-1.jpeg
/* Scroll Animation Classes */
.animate-on-scroll {
	opacity: 0;
	transform: translateY(50px);
	filter: blur(10px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-on-scroll.animate-in {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0px);
}

/* Different animation directions */
.animate-slide-left {
	opacity: 0;
	transform: translateX(-50px);
	filter: blur(8px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-slide-left.animate-in {
	opacity: 1;
	transform: translateX(0);
	filter: blur(0px);
}

.animate-slide-right {
	opacity: 0;
	transform: translateX(50px);
	filter: blur(8px);
	transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-slide-right.animate-in {
	opacity: 1;
	transform: translateX(0);
	filter: blur(0px);
}

.animate-fade-up {
	opacity: 0;
	transform: translateY(30px);
	filter: blur(5px);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-fade-up.animate-in {
	opacity: 1;
	transform: translateY(0);
	filter: blur(0px);
}

.animate-scale-up {
	opacity: 0;
	transform: scale(0.9);
	filter: blur(5px);
	transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-scale-up.animate-in {
	opacity: 1;
	transform: scale(1);
	filter: blur(0px);
}

/* Staggered animations for multiple elements */
.animate-stagger-1 { transition-delay: 0.1s; }
.animate-stagger-2 { transition-delay: 0.2s; }
.animate-stagger-3 { transition-delay: 0.3s; }
.animate-stagger-4 { transition-delay: 0.4s; }
.animate-stagger-5 { transition-delay: 0.5s; }
.animate-stagger-6 { transition-delay: 0.6s; }

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
	.animate-on-scroll,
	.animate-slide-left,
	.animate-slide-right,
	.animate-fade-up,
	.animate-scale-up {
		transition: opacity 0.3s ease;
		transform: none;
		filter: none;
	}
}