/*------------------------------------------------------------------
Project:  
Version:  
Last change:  
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
		+ Section Layouts / section .name-section
		...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color	  :  
# Primary Color 01:  
# Primary Color 02:   
# Primary Color 03:  

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body			: 16px/1.6 '', Arial, sans-serif;
Title		   : 18px/1.6 '', Arial, sans-serif;
Paragrap		: 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins/Poppins-Italic.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf'); 
}

/*---------------------------------------------*/
@font-face {
  font-family: PlayfairDisplay-Regular;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf'); 
}

@font-face {
  font-family: PlayfairDisplay-Bold;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf'); 
}

/*---------------------------------------------*/
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
body{
	letter-spacing: 5px;
}
/*------------------------------------------------------------------
[ Bootstrap ]*/
.container {max-width: 1536px;}
@media (max-width: 1600px) {
  .container {max-width: 1200px;}
}

/*//////////////////////////////////////////////////////////////////
[ BUTTON BACK TO TOP ]*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 38px;
  bottom: 0px;
  right: 40px;
  background-color: #991b1b;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.symbol-btn-back-to-top {
  font-size: 25px;
  color: white;
  line-height: 1em;
}
.btn-back-to-top:hover {
  opacity: 1;
  background-color: #991b1b;
}
@media (max-width: 575px) {
  .btn-back-to-top {
	bottom: 0px;
	right: 15px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Header ]*/
.container-menu-desktop {
  height: auto;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap-menu-desktop {
  position: fixed;
  z-index: 1100;
  background-color: transparent;
  width: 100%;
  height: 84px;
  top: 0px;
  left: 0px; 

  -webkit-transition: height 0.3s, background-color 0.3s;
  -o-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
}
.limiter-menu-desktop {
  position: relative; /* 關鍵 */
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.main-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  height: 100%;
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 65%;
  margin-right: 55px;
}
.logo img {
  max-width: 100%;
  max-height: 100%;
}
.fix-menu-desktop .wrap-menu-desktop {
  height: 70px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}
.menu-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.main-menu {
  list-style-type: none;
  margin: 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.main-menu > li {
  display: block;
  position: relative;
  padding: 20px 10px;
  margin: 0px 4px 0px 14px;
}
.main-menu > li > a {
  font-family: Poppins-Medium;
  font-size: 18px;
  color: #333;
  padding: 5px 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.main-menu > li:hover > a {
  text-decoration: none;
  border-bottom: 2px solid #991b1b;
}
.icon-header-item > a {
  font-family: Poppins-Medium;
  color: #333;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.icon-header-item:hover > a {
  text-decoration: none;
  border-bottom: 2px solid #991b1b;
}
@media (max-width: 1300px) {
  .main-menu > .respon-sub-menu .sub-menu {
	right: 100%;
	left: auto;
  }

  .main-menu > .respon-sub-menu > .sub-menu {
	right: 0px;
	left: auto;
  }
}
.wrap-icon-header {
  flex-grow: 1;
}
.icon-header-item {
  position: relative;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.icon-header-noti::after {
  content: attr(data-notify);
  font-size: 10px;
  color: #fff;
  line-height: 15px;
  text-align: center;

  display: block;
  position: absolute;
  top: -5px;
  right: 5px;
  width: 17px;
  height: 17px;
  padding: 2px 6px;
  background-color: #991b1b;
  border-radius: 50px;
}
.wrap-header-mobile .wrap-icon-header {
  flex-grow: unset;
}
.main-menu > li.active-menu > a {
  border-bottom: 2px solid #991b1b;
}
.wrap-header-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 15px;
  display: none;

  box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0px 3px 0px rgba(0,0,0,0.2);
}
.logo-mobile {
  display: block;
  position: relative;
  height: 80%;
  padding-right: 25px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.logo-mobile img {
  max-width: calc(100% - 20px);
  max-height: 100%;
  position:absolute;
  top: 0; 
  left: 0; 
  bottom: 0;
  margin: auto;
}
.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.hamburger:hover {
  opacity: 1;
}
@media (max-width: 991px){
  .wrap-header-mobile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  }
  .container-menu-desktop {display: none;}
}
.menu-mobile {
  width: 100%;
  background-color: white;
  display: none;
}
.main-menu-m {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #991b1b;
}
.main-menu-m > li > a {
  font-family: Poppins-Medium;
  font-size: 14px;
  color: white;
  line-height: 2.8;
  padding: 8px 20px 8px 20px;
}
.main-menu-m > li {
  color: white;
  position: relative;
}
@media (min-width: 992px){
  .menu-mobile {
	display: none;
  }
}
.btn-login {
	display: inline-block;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #1a1817;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	background: transparent;
	transition: all 0.3s ease;
	margin-left: 10px;
}
.btn-login:hover {
	background-color: #1a1817;
	color: #ffffff;
	border-color: #1a1817;
}
.btn-mem {
	display: inline-block;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #1a1817;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	background: transparent;
	transition: all 0.3s ease;
	margin-left: 10px;
}
.btn-mem:hover {
	background-color: #1a1817;
	color: #ffffff;
	border-color: #1a1817;
}

/*//////////////////////////////////////////////////////////////////
[ Footer ]*/
/* 頁尾基礎設定 */
.footer-section {
	background-color: #fdfdfc;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	text-align: center;
	font-family: "Microsoft JhengHei", sans-serif;
}
.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-brand {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 10px;
	color: #1a1817;
	text-transform: uppercase;
}
.footer-copy {
	font-size: 10px;
	letter-spacing: 2px;
	color: #aaa;
}
.footer-socials {
	display: flex;
	gap: 40px;
}
.social-link {
	font-size: 14px;
	color: #888;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 5px;
}
.social-link::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 50%;
	background-color: #1a1817;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}
.social-link:hover {
	color: #1a1817;
}
.social-link:hover::after {
	width: 100%;
}
@media (max-width: 576px) {
	.footer-brand {
		font-size: 18px;
		letter-spacing: 6px;
	}
	.footer-socials {
		gap: 30px;
	}
}

/*//////////////////////////////////////////////////////////////////
[ Index ]*/
.ltext-103::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px; 
	background-color: #991b1b;
	margin: 12px auto 0;
}
/* Banner */
.bg-light-gray { background-color: #f2f1ee; }
.custom-hero-banner {
	position: relative;
	width: 100%;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.hero-center-wrapper {
	position: relative;
	z-index: 5;
	text-align: center;
}
.red-line-top {
	width: 2px;
	height: 120px;
	background-color: #991b1b;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.circle-outline {
	width: 350px;
	height: 350px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
}
.hero-brand {
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 12px;
	margin-bottom: 5px;
	color: #1a1817;
}
.hero-english {
	font-size: 11px;
	letter-spacing: 5px;
	color: #999;
	margin-bottom: 30px;
}
.btn-reserve-main {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	color: #1a1817;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	background: transparent;
	transition: all 0.3s ease;
}
.btn-reserve-main:hover {
	background-color: #1a1817;
	color: #ffffff;
	border-color: #1a1817;
}
.hero-decoration-layer {
	position: absolute;
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.deco-group {
	display: flex;
	align-items: center;
	gap: 30px;
}
.main-text {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 4px;
	color: #1a1817;
}
.small-text {
	font-size: 11px;
	color: #bbb;
	letter-spacing: 2px;
}
.divider-line {
	width: 1px;
	height: 250px;
	background-color: rgba(0, 0, 0, 0.1);
}
.scroll-footer {
	position: absolute;
	bottom: 30px;
	font-size: 10px;
	letter-spacing: 4px;
	color: #aaa;
}
@media (max-width: 992px) {
	.hero-decoration-layer { display: none; }
	.circle-outline { width: 300px; height: 300px; }
	.hero-brand { font-size: 40px; }
}

/* 探尋命運 */
.container-find {
	position: relative;
	width: 100%;
	aspect-ratio: 5 / 4;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.dark-theme {
	background-color: #1a1817;
	color: #ffffff;
}
.dark-theme .header-top-find { color: rgba(255,255,255,0.5); }
.dark-theme .sub-title-find { color: rgba(255,255,255,0.6); }
.light-theme {
	background-color: #e5e3df; /* 淺灰色背景 */
	color: #1a1817;
}
.light-theme .header-top-find { color: rgba(0,0,0,0.4); }
.light-theme .sub-title-find { color: rgba(0,0,0,0.5); }
.header-top-find {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: right;
}
.watermark-find {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.watermark-find.circle{
	width: 180px;
	height: 180px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 80px;
	color: rgba(255, 255, 255, 0.05);
}
.watermark-find.lines {
	display: flex;
	gap: 15px;
}
.watermark-find.lines span {
	width: 1px;
	height: 200px;
	background: rgba(0, 0, 0, 0.05);
}
.content-bottom-right-find {
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align: right;
	border-right: 1px solid rgba(255,255,255,0.3);
	padding-right: 15px;
}
.content-bottom-left-find {
	position: absolute;
	bottom: 40px;
	left: 40px;
	text-align: left;
	border-left: 1px solid rgba(0,0,0,0.2);
	padding-left: 15px;
}
.main-title-find {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 8px;
}
.sub-title-find {
	font-size: 13px;
	letter-spacing: 1px;
}
.btn-link-find {
	position: absolute;
	bottom: 40px;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	transition: 0.3s;
}
.dark-theme .btn-link-find { left: 40px; color: #fff; border-color: #fff; }
.light-theme .btn-link-find { right: 40px; color: #1a1817; border-color: #1a1817; }
.btn-link-find:hover {
	opacity: 0.7;
}
.container-find.dark-theme:hover .watermark-find.circle {
	color: rgba(255, 255, 255, 1);
	border-color: rgba(255, 255, 255, 0.4);
}
.container-find.dark-theme:hover .main-title-find {
	color: #991b1b;
}
.container-find.dark-theme:hover .btn-link-find {
	color: #991b1b;
	border-bottom: 1px solid #991b1b;
}
.container-find.light-theme:hover .main-title-find {
	color: #991b1b;
}
.container-find.light-theme:hover .btn-link-find {
	color: #991b1b;
	border-bottom: 1px solid #991b1b;
}
.watermark-find, 
.main-title-find, 
.btn-link-find {
	transition: all 0.4s ease;
}
@media (max-width: 768px) {
	.main-title-find { font-size: 26px; }
	.container-find { padding: 20px; }
}

/* 專業服務 */
.services-section {
	background-color: #1a1817;
	color: #fff;
	font-family: "Microsoft JhengHei", sans-serif;
}
.services-header {
	display: flex;
	align-items: flex-end;
	gap: 40px;
}
.service-tag {
	font-size: 12px;
	letter-spacing: 4px;
	color: #888;
	display: block;
	margin-bottom: 10px;
}
.service-title {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
}
.header-divider {
	flex-grow: 1;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 15px;
}
.service-desc {
	font-size: 14px;
	line-height: 1.8;
	color: #aaa;
	max-width: 300px;
}
.service-card {
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 50px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
	justify-content: space-between;
	background: transparent;
}
.service-card:hover {
	text-decoration: none;
	border-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.02);
}
.service-card:hover .card-title {
	color: #ffffff; 
}
.service-card:active {
	transform: scale(0.98);
}
.service-card {
	display: flex;
	flex-direction: column;
	text-decoration: none !important; 
	color: #ffffff !important;
	cursor: pointer;
}
.service-icon {
	font-size: 32px;
	color: #ffffff;
	opacity: 0.8;
	transition: all 0.3s ease;
}
.card-price {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
}
.service-card:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.3);
}
.service-card:hover .service-icon {
	color: #991b1b;
	opacity: 1;
}
.service-card:hover .card-title,
.service-card:hover .card-price {
	color: #ffffff;
}
.card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	font-size: 24px;
}
.card-no {
	font-size: 14px;
	color: #555;
	letter-spacing: 1px;
}
.card-title {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.card-tag {
	font-size: 13px;
	color: #991b1b;
	display: block;
	margin-bottom: 25px;
}
.card-text {
	font-size: 14px;
	color: #888;
	line-height: 1.8;
	margin-bottom: 40px;
}
.card-divider {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.05);
	margin-bottom: 30px;
}
.card-price {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
.charity-badge-wrapper {
	display: flex;
	justify-content: center;
}
.charity-badge {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	padding: 10px 25px;
	font-size: 13px;
	color: #999;
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.03);
}
.gift-icon {
	color: #991b1b;
}
@media (max-width: 768px) {
	.services-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.header-divider { display: none; }
	.service-card { padding: 30px; }
}


/*//////////////////////////////////////////////////////////////////
[ 課程 ]*/
.teaching-section {
	background-color: #fdfdfc;
	color: #1a1817;
	font-family: "Microsoft JhengHei", sans-serif;
}
.title-main {
	font-size: 38px;
	letter-spacing: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.red-line-divider {
	width: 2px;
	height: 40px;
	background-color: #991b1b;
	margin: 0 auto 30px;
}
.title-sub {
	font-size: 14px;
	color: #666;
	letter-spacing: 4px;
	margin-bottom: 10px;
}
.title-desc {
	font-size: 13px;
	color: #999;
	letter-spacing: 2px;
}
.course-image-box {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	background-color: #e5e3df; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: none; 
	overflow: hidden;
}
.inner-border {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	pointer-events: none;
	z-index: 1;
}
.bg-number {
	font-size: 140px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.05);
	line-height: 1;
	z-index: 0;
}
.bg-text {
	font-size: 14px;
	letter-spacing: 8px;
	color: #999;
	margin-top: -10px;
	z-index: 2;
	background-color: #e5e3df;
	padding: 0 10px;
}
.course-name {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.meta-tag {
	font-size: 12px;
	color: #888;
	margin-right: 15px;
}
.type-tag {
	font-size: 10px;
	background-color: #eee;
	padding: 2px 8px;
	border-radius: 2px;
	color: #999;
}
.course-detail-box {
	border-left: 2px solid #991b1b;
	padding-left: 20px;
	margin-bottom: 30px;
}
.course-detail-box p {
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.course-footer-flex {
	display: flex;
	align-items: center;
	gap: 30px;
}
.course-price {
	font-size: 20px;
	font-weight: 500;
}
.btn-join {
	background-color: #1a1817;
	color: #fff;
	padding: 10px 25px;
	font-size: 13px;
	letter-spacing: 2px;
	text-decoration: none;
}
.btn-join:hover {
	background-color: #991b1b;
	color: #fff;
}
@media (min-width: 768px) {
	.text-right-md { text-align: right; }
	.justify-end-md { justify-content: flex-end; }
	.left-border-md {
		border-left: none;
		border-right: 2px solid #991b1b;
		padding-left: 0;
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.p-rl-15-sm { padding: 0 15px; margin-top: 30px; }
}

/*//////////////////////////////////////////////////////////////////
[ 論命 ]*/
.booking-section { background-color: #fcfcfc; }
.booking-card {
	margin: 0 auto;
	background: #ffffff;
	padding: 60px 80px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08); 
	border-radius: 2px;
}
.notice-box {
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	padding: 30px;
}
.notice-title {
	color: #991b1b;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.notice-list {
	list-style: none;
	padding: 0;
	font-size: 13px;
	color: #777;
}
.notice-list li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
}
.notice-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #ccc;
}
.text-red { color: #991b1b; }
.selection-label {
	font-size: 12px;
	color: #bbb;
	letter-spacing: 2px;
}
.service-option-card {
	display: block;
	cursor: pointer;
	position: relative;
}
.service-option-card input {
	position: absolute;
	opacity: 0;
}
.option-content {
	border: 1px solid #eee;
	padding: 25px;
	text-align: center;
	transition: all 0.3s;
}
.option-title {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #1a1817;
	margin-bottom: 5px;
}
.option-price {
	display: block;
	font-size: 12px;
	color: #999;
}
.service-option-card input:checked + .option-content {
	border-color: #1a1817;
	background-color: #fafafa;
}
.input-label {
	display: block;
	font-size: 13px;
	color: #888;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.custom-input {
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 12px 15px;
	font-size: 14px;
	color: #1a1817;
	background-color: #fff;
	transition: all 0.3s ease;
	border-radius: 0;
}
.custom-input:focus {
	border-color: #1a1817;
	outline: none;
}
.radio-group {
	display: flex;
	align-items: center;
}
.radio-item {
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.radio-item input[type="radio"] {
	accent-color: #1a1817;
}
.btn-confirm-booking {
	background-color: #1a1817;
	color: #fff;
	padding: 15px 60px;
	font-size: 15px;
	letter-spacing: 4px;
	border: none;
	cursor: pointer;
}
.btn-confirm-booking:hover {
	background-color: #333;
}
@media (max-width: 767px) {
	.m-b-25 { margin-bottom: 20px; }
}

/*//////////////////////////////////////////////////////////////////
[ 專欄 ]*/
.insights-section {
	background-color: #fdfdfc;
	color: #1a1817;
}
.insight-title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 6px;
	line-height: 1.4;
}
.insight-intro {
	font-size: 13px;
	color: #999;
	line-height: 1.8;
}
.nav-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #eee;
	background: #fff;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
}
.nav-card:hover {
	border-color: #1a1817;
	background-color: #fafafa;
}
.section-label {
	font-size: 11px;
	letter-spacing: 2px;
	color: #bbb;
	display: flex;
	align-items: center;
	gap: 10px;
}
.section-label .dot {
	width: 6px;
	height: 6px;
	background-color: #991b1b;
	border-radius: 50%;
}
.thought-card {
	background: #fff;
	padding: 30px;
	border: 1px solid rgba(0,0,0,0.03);
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.thought-text {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 20px;
}
.thought-footer {
	display: flex;
	justify-content: space-between;
	font-size: 11px;
	color: #bbb;
}
.thought-card-link, .visual-card-link {
	text-decoration: none !important;
	color: inherit;
	display: block;
}
.thought-card {
	background: #fff;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
	position: relative;
	overflow: hidden;
}
.thought-card-link:hover .thought-card {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
	border-color: rgba(0, 0, 0, 0.1);
}
.visual-img-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #e5e3df;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.visual-img-box .inner-border {
	position: absolute;
	top: 15px; bottom: 15px; left: 15px; right: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}
.visual-text {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
.visual-desc {
	font-size: 12px;
	color: #999;
}
.visual-item {
	background: #fff;
	padding: 15px;
	border: 1px solid transparent;
}
.visual-box {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #e5e3df;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.visual-card-link:hover .visual-box {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transform: scale(1.02);
}
.visual-card-link:hover .visual-caption {
	color: #1a1817;
}
.visual-card-link:hover .inner-border {
	border-color: rgba(153, 27, 27, 0.3);
}
.thought-card-link:active .thought-card,
.visual-card-link:active .visual-box {
	transform: scale(0.98) translateY(0);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
	.p-l-50 { padding-left: 15px; }
	.insight-title { text-align: center; }
}

/*//////////////////////////////////////////////////////////////////
[ 關於 ]*/
.about-section {
	background-color: #fdfdfc;
	color: #1a1817;
	font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
}
.name-box {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 20px;
}
.profile-name {
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 8px;
	line-height: 1.2;
	margin: 0;
}
.red-vertical-line {
	width: 2px;
	height: 160px;
	background-color: #991b1b;
}
.profile-role {
	font-size: 14px;
	color: #888;
	letter-spacing: 2px;
	padding-left: 5px;
}
.quote-box {
	display: flex;
	flex-direction: column;
}
.quote-mark {
	font-size: 32px;
	color: #1a1817;
	font-family: serif;
}
.quote-text {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 4px;
	padding: 0 40px;
	margin: 0;
}
.bio-content p {
	font-size: 16px;
	line-height: 2.2;
	color: #444;
	margin-bottom: 30px;
	letter-spacing: 1.5px;
}
.content-divider {
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.contact-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
}
.contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #555;
}
.contact-item i {
	font-size: 20px;
	color: #991b1b;
}
@media (max-width: 768px) {
	.p-l-60 { padding-left: 15px; }
	.profile-name { font-size: 42px; }
	.red-vertical-line { height: 120px; }
	.quote-text { font-size: 20px; padding: 0 20px; }
	.name-box { margin-bottom: 30px; }
}

/*//////////////////////////////////////////////////////////////////
[ 購物車 ]*/
.cart-section {
    background-color: #fdfdfc;
    min-height: 60vh;
}
.cart-title {
    font-size: 32px;
    letter-spacing: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title-line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 0 auto;
}
.empty-msg {
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}
.btn-go-shop {
    display: inline-block;
    font-size: 16px;
    color: #1a1817;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}
.btn-go-shop .underline {
    width: 100%;
    height: 1px;
    background-color: #1a1817;
    margin-top: 5px;
}
.cart-item-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-label {
    font-size: 12px;
    color: #999;
    display: block;
    margin-bottom: 8px;
}
.item-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.item-price {
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
}
.btn-remove-item {
    background: none;
    border: none;
    color: #ccc;
    font-size: 20px;
    cursor: pointer;
}
.checkout-summary-card {
    background-color: #fafaf9;
    padding: 40px;
    border: 1px solid #eee;
}
.summary-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #666;
}
.summary-divider {
    height: 1px;
    background-color: #ddd;
}
.total-row {
    font-size: 18px;
    color: #1a1817;
    font-weight: bold;
}
.total-price {
    font-size: 20px;
}
.payment-method-box {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 14px;
}
.btn-checkout {
    width: 100%;
    background-color: #991b1b;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    letter-spacing: 4px;
    cursor: pointer;
}
.btn-checkout:hover {
    background-color: #7f1616;
}
@media (max-width: 991px) {
    .cart-item-card { padding: 25px; }
    .checkout-summary-card { margin-top: 20px; }
}

/*//////////////////////////////////////////////////////////////////
[ 會員登入 ]*/
.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.modal-overlay.show-modal {
    display: flex;
}
.modal-content {
    background: #fff;
    width: 100%;
    max-width: 450px;
    padding: 60px 50px;
    position: relative;
    box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}
.modal-close {
    position: absolute;
    top: 20px; right: 20px;
    background: none; border: none;
    font-size: 24px; color: #ccc;
    cursor: pointer;
}
.logo-circle {
    width: 12px; height: 12px;
    border: 2px solid #991b1b;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.logo-circle::after {
    content: '';
    position: absolute;
    width: 2px; height: 2px;
    background: #991b1b;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.login-title {
    font-size: 24px;
    letter-spacing: 6px;
    font-weight: 500;
}
.login-subtitle {
    font-size: 11px;
    color: #999;
    letter-spacing: 2px;
}
.input-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    transition: border-color 0.3s;
}
.input-group input:focus {
    outline: none;
    border-bottom-color: #1a1817;
}
.btn-submit-login {
    width: 100%;
    background-color: #1a1817;
    color: #fff;
    border: none;
    padding: 15px;
    letter-spacing: 4px;
    font-size: 14px;
    cursor: pointer;
}
.btn-submit-login:hover {
    background-color: #333;
}
.register-link {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////
[ 會員註冊 ]*/
.js-modal-register.show-modal {
    display: flex;
}
.register-link {
    font-size: 12px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s;
}
.register-link:hover {
    color: #1a1817;
    text-decoration: underline;
}
/* 下拉選單容器 */
.item-menu-dropdown {
    position: relative;
}

/* 子選單基本樣式 */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: none; /* 預設隱藏 */
    z-index: 999;
    padding: 10px 0;
    border-radius: 4px;
}

.sub-menu li {
    list-style: none;
    padding: 0;
}

.sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    text-align: left;
}

.sub-menu li a:hover {
    background-color: #f8f8f8;
    color: #6c7ae0; /* 配合你主題的紫色/藍色 */
}

/* 滑鼠移入時顯示選單 */
.item-menu-dropdown:hover .sub-menu {
    display: block;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


/* 訂單列表專用樣式 */
.order-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 8px; overflow: hidden; }
.order-table th { background: #f4f4f4; padding: 15px; font-weight: 600; color: #333; }
.order-table td { padding: 15px; border-bottom: 1px solid #eee; text-align: center; vertical-align: middle; }

/* 狀態標籤 */
.status-badge { padding: 4px 12px; border-radius: 50px; font-size: 13px; font-weight: 500; }
.status-0 { background: #fff3cd; color: #856404; } /* 待付款 */
.status-1 { background: #d4edda; color: #155724; } /* 已付款 */
.status-2 { background: #f8d7da; color: #721c24; } /* 已取消 */

/* 響應式：手機版變成卡片式 */
@media (max-width: 768px) {
    .order-table, .order-table tbody, .order-table tr, .order-table td { display: block; width: 100%; }
    .order-table thead { display: none; }
    .order-table tr { margin-bottom: 20px; border: 1px solid #ddd; border-radius: 10px; }
    .order-table td { text-align: right; padding-left: 50%; position: relative; border-bottom: 1px solid #eee; }
    .order-table td:before { content: attr(data-label); position: absolute; left: 15px; font-weight: bold; color: #666; }
    .order-table td:last-child { border-bottom: none; }
}