

.form-control {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(120, 120, 120);
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	appearance: none;
	padding: 0.375rem 0.75rem;
	border-width: 1px;
	border-style: solid;
	border-color: var(--greentwo);
	border-image: initial;
	border-radius: 10px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.font-chinese {
	font-family: 'Noto Sans TC', sans-serif;
}

.font-serif-chinese {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 700;
}

.text-tea-green {
	color: var(--greenthree) !important;
}

.text-earth-brown {
	color: var(--earth-brown) !important;
}

.text-warm-yellow {
	color: var(--warm-yellow) !important;
}

.text-greentwo {
	color: var(--greentwo) !important;
}

.text-greenthree {
	color: var(--greenthree) !important;
}

.text-coffee-700 {
	color: var(--color-coffee-700) !important;
}

.bg-greentwo {
	background-color: var(--greentwo) !important;
}

.bg-greenthree {
	background-color: var(--greenthree) !important;
}

.bg-earth-brown {
	background-color: var(--earth-brown) !important;
}

.bg-coffee-700 {
	background-color: var(--color-coffee-700) !important;
}

.border-greentwo {
	border-color: var(--greentwo) !important;
}

.border-greenthree {
	border-color: var(--greenthree) !important;
}

.border-earth-brown {
	border-color: var(--earth-brown) !important;
}

.border-coffee-700 {
	border-color: var(--color-coffee-700) !important;
}

.bg-tea-gradient {
	background: linear-gradient(135deg, var(--greenthree) 0%, var(--greenthree-light) 100%);
}

.bg-hero-gradient {
	background: linear-gradient(135deg, var(--soft-cream) 0%, #e8f5e8 100%);
}

.btn-tea {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: var(--color-white);
}

	.btn-tea:hover {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
		color: var(--color-white);
	}

.btn-tea-outline {
	color: var(--greenthree);
	border-color: var(--greenthree);
}

	.btn-tea-outline:hover {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
		color: var(--color-white);
	}

.btn-greentwo {
	background-color: var(--greentwo);
	border-color: var(--greentwo);
	color: var(--color-white);
}

	.btn-greentwo:hover,
	.btn-greentwo:focus,
	.btn-greentwo:active {
		background-color: color-mix(in srgb, var(--greentwo) 88%, #000);
		border-color: color-mix(in srgb, var(--greentwo) 88%, #000);
		color: var(--color-white);
	}

.btn-greenthree {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: var(--color-white);
}

	.btn-greenthree:hover,
	.btn-greenthree:focus,
	.btn-greenthree:active {
		background-color: color-mix(in srgb, var(--greenthree) 88%, #000);
		border-color: color-mix(in srgb, var(--greenthree) 88%, #000);
		color: var(--color-white);
	}

.btn-earth-brown {
	background-color: var(--earth-brown);
	border-color: var(--earth-brown);
	color: var(--color-white);
}

	.btn-earth-brown:hover,
	.btn-earth-brown:focus,
	.btn-earth-brown:active {
		background-color: color-mix(in srgb, var(--earth-brown) 88%, #000);
		border-color: color-mix(in srgb, var(--earth-brown) 88%, #000);
		color: var(--color-white);
	}

.btn-coffee-700 {
	background-color: var(--color-coffee-700);
	border-color: var(--color-coffee-700);
	color: var(--color-white);
}

	.btn-coffee-700:hover,
	.btn-coffee-700:focus,
	.btn-coffee-700:active {
		background-color: color-mix(in srgb, var(--color-coffee-700) 88%, #000);
		border-color: color-mix(in srgb, var(--color-coffee-700) 88%, #000);
		color: var(--color-white);
	}

.btn-outline-greentwo {
	color: var(--greentwo);
	border-color: var(--greentwo);
}

	.btn-outline-greentwo:hover,
	.btn-outline-greentwo:focus,
	.btn-outline-greentwo:active {
		background-color: var(--greentwo);
		border-color: var(--greentwo);
		color: var(--color-white) !important;
	}

.btn-outline-greenthree {
	color: var(--greenthree);
	border-color: var(--greenthree);
}

	.btn-outline-greenthree:hover,
	.btn-outline-greenthree:focus,
	.btn-outline-greenthree:active {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
		color: var(--color-white);
	}

.btn-outline-earth-brown {
	color: var(--earth-brown);
	border-color: var(--earth-brown);
}

	.btn-outline-earth-brown:hover,
	.btn-outline-earth-brown:focus,
	.btn-outline-earth-brown:active {
		background-color: var(--earth-brown);
		border-color: var(--earth-brown);
		color: var(--color-white);
	}

.btn-outline-coffee-700 {
	color: var(--color-coffee-700);
	border-color: var(--color-coffee-700);
}

	.btn-outline-coffee-700:hover,
	.btn-outline-coffee-700:focus,
	.btn-outline-coffee-700:active {
		background-color: var(--color-coffee-700);
		border-color: var(--color-coffee-700);
		color: var(--color-white);
	}

.btn-outline-greentwo.active,
.btn-outline-greentwo[aria-pressed="true"] {
	background-color: var(--greentwo);
	border-color: var(--greentwo);
	color: var(--color-white) !important;
}

.btn-outline-greenthree.active,
.btn-outline-greenthree[aria-pressed="true"] {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: var(--color-white);
}

.btn-outline-earth-brown.active,
.btn-outline-earth-brown[aria-pressed="true"] {
	background-color: var(--earth-brown);
	border-color: var(--earth-brown);
	color: var(--color-white);
}

.btn-outline-coffee-700.active,
.btn-outline-coffee-700[aria-pressed="true"] {
	background-color: var(--color-coffee-700);
	border-color: var(--color-coffee-700);
	color: var(--color-white);
}

.pagination .page-link {
	min-width: 36px;
	text-align: center;
	color: var(--greentwo) !important;
	border-color: var(--greentwo) !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
	color: var(--color-white) !important;
	background-color: var(--greentwo) !important;
	border-color: var(--greentwo) !important;
	box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--greentwo) 25%, transparent);
}

.pagination .page-item.active .page-link {
	color: var(--color-white) !important;
	background-color: var(--greentwo) !important;
	border-color: var(--greentwo) !important;
}

.pagination .page-item.disabled .page-link,
.pagination .page-link:disabled {
	color: var(--greentwo) !important;
	background-color: var(--color-white) !important;
	border-color: var(--greentwo) !important;
	opacity: .5;
}

.shadow-soft {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-warm {
	box-shadow: 0 10px 25px -3px rgba(40, 167, 69, 0.1), 0 4px 6px -2px rgba(40, 167, 69, 0.05);
}

.border-tea-green {
	border-color: var(--greenthree) !important;
}

.navbar-brand img {
	max-height: 50px;
}

.nav-link.active {
	color: var(--color-link-active);
	font-weight: 600;
}

.nav-link:hover {
	color: var(--color-link-hover);
}

/*.nav-item.nav-link {
	font-size: 15px;
}*/

/* Floating robot button (image background remains dynamic inline) */
a.move-top {
	width: 100px;
	height: 100px;
	display: inline-block;
	position: fixed;
	bottom: 13%;
	right: 2%;
	z-index: 999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid var(--color-white);
	animation: bounceIn 1s ease-out 1;
}

@keyframes bounceIn {
	0% {
		transform: scale(0.5) translateY(100px);
		opacity: 0;
	}

	60% {
		transform: scale(1.1) translateY(-15px);
		opacity: 1;
	}

	80% {
		transform: scale(0.95) translateY(5px);
	}

	100% {
		transform: scale(1) translateY(0);
	}
}

/* Chat hint position (complements inline base styles) */
#chat_hint {
	bottom: 27%;
}

@media (max-width: 1024px) and (min-width: 768px) {
	#chat_hint {
		bottom: 21%;
	}
}

@media (max-width: 767px) {
	#chat_hint {
		bottom: 27%;
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.2);
		opacity: 0.7;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Footer */
a:hover {
	color: var(--greentwo);
}

.footer-social-mini {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	transition: background .2s ease, transform .2s ease;
}

	.footer-social-mini:hover {
		background: #fff;
		transform: translateY(-2px);
	}

/* =====================
   HomeOne/Index page styles
   Scoped under .p-homeone-index
===================== */
.p-homeone-index .hero-image {
	position: relative;
}

.p-homeone-index .hero-section {
	position: relative;
}

.p-homeone-index .home-hero-budget-banner {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	background: transparent;
}

.p-homeone-index .home-hero-budget-banner__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .75rem;
	width: 100%;
	min-height: 3.15rem;
	padding: .65rem 1rem;
	color: #ffffff;
	background: var(--greenthree);
	border: 0;
	border-radius: 0;
	/*box-shadow: 0 8px 22px rgba(20, 35, 24, .18);*/
	backdrop-filter: blur(8px);
}

.p-homeone-index .home-hero-budget-banner__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	flex: 0 0 2rem;
	color: var(--greentwo);
	background: #ffffff;
	border-radius: 999px;
}

.p-homeone-index .home-hero-budget-banner__label {
	font-size: .95rem;
	font-weight: 850;
	line-height: 1.2;
}

.p-homeone-index .home-hero-budget-banner strong {
	color: #ffffff;
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

.p-homeone-index .home-hero-budget-banner.is-warning .home-hero-budget-banner__inner {
	background: rgba(178, 58, 58, .95);
}

.p-homeone-index .home-hero-budget-banner.is-warning .home-hero-budget-banner__icon {
	color: #b23a3a;
}

.p-homeone-index .hero-img {
	width: 100%;
	max-height: 83vh;
	/*aspect-ratio: 21 / 13;*/
	object-position: center;
	/*opacity: 0.9;*/
	transition: aspect-ratio 0.3s ease;
}

@media (max-width: 991.98px) {
	.p-homeone-index .home-hero-budget-banner {
		padding: 0;
	}

	.p-homeone-index .home-hero-budget-banner__inner {
		width: 100%;
	}

	.p-homeone-index .hero-img {
		aspect-ratio: 16 / 9;
		max-height: 65vh;
	}
}

@media (max-width: 575.98px) {
	.p-homeone-index .home-hero-budget-banner {
		padding: 0;
	}

	.p-homeone-index .home-hero-budget-banner__inner {
		display: grid;
		grid-template-columns: 1.75rem minmax(0, 1fr);
		gap: .3rem .6rem;
		justify-content: start;
		min-height: 0;
		padding: .55rem .7rem;
	}

	.p-homeone-index .home-hero-budget-banner__icon {
		width: 1.75rem;
		height: 1.75rem;
		flex-basis: 1.75rem;
		grid-row: 1 / span 2;
	}

	.p-homeone-index .home-hero-budget-banner__label {
		font-size: .78rem;
	}

	.p-homeone-index .home-hero-budget-banner strong {
		font-size: 1.08rem;
		white-space: normal;
	}

	.p-homeone-index .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background-color: var(--color-black);
	}
}

/* Product section */
.p-homeone-index .card {
	transition: all 0.25s ease;
}

	.p-homeone-index .card:hover {
		transform: translateY(-4px);
		box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
	}

.p-homeone-index .text-muted {
	font-size: 0.95rem;
}

.p-homeone-index .btn-outline-success {
	border-radius: 20px;
	font-size: 0.9rem;
}

.p-homeone-index .product-slider {
	-ms-overflow-style: none;
	scrollbar-width: none;
	scroll-behavior: smooth;
	gap: 1rem;
	padding-bottom: 1rem;
}

	.p-homeone-index .product-slider::-webkit-scrollbar {
		display: none;
	}

.p-homeone-index .product-item {
	flex: 0 0 calc(33.333% - 1rem);
}

@media (max-width: 992px) {
	.p-homeone-index .product-item {
		flex: 0 0 calc(50% - 1rem);
	}
}

@media (max-width: 576px) {
	.p-homeone-index .product-item {
		flex: 0 0 calc(100% - 1rem);
	}
}

.p-homeone-index .nav-arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(40, 167, 69, 0.3);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	color: var(--greenthree);
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 5;
}

	.p-homeone-index .nav-arrow:hover {
		background: var(--greenthree);
		color: var(--color-white);
		transform: translateY(-50%) scale(1.1);
	}

.p-homeone-index .left-arrow {
	left: -15px;
}

.p-homeone-index .right-arrow {
	right: -15px;
}

@media (max-width: 576px) {
	.p-homeone-index .nav-arrow {
		display: none !important;
	}

	.p-homeone-index .swipe-hint {
		display: block;
	}
}

.p-homeone-index .swipe-hint {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(40, 167, 69, 0.9);
	color: var(--color-white);
	padding: 0.5rem 1rem;
	border-radius: 25px;
	font-size: 0.9rem;
	opacity: 0;
	animation: fadeInOut 4s ease-in-out forwards;
	z-index: 10;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(10px);
	}

	10% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translateX(-50%) translateY(10px);
	}
}

/* News section */
.p-homeone-index .news-carousel {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	background: linear-gradient(135deg, #f8fdf9 0%, var(--color-white) 100%);
}

.p-homeone-index .carousel-container {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.p-homeone-index .carousel-slide {
	width: 100%;
	flex-shrink: 0;
	min-height: 500px;
	user-select: none;
}

.p-homeone-index .slide-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	align-items: center;
	transition: transform 140ms ease, box-shadow 140ms ease;
	will-change: transform;
	cursor: pointer;
}

.p-homeone-index .carousel-slide:hover .slide-content {
	transform: translateZ(0) scale(1.01);
	box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.p-homeone-index .slide-content.clicked {
	animation: pressPop 220ms ease-out;
}

@keyframes pressPop {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.98);
	}

	100% {
		transform: scale(1.02);
	}
}

.p-homeone-index .slide-image {
	height: 500px;
	object-fit: cover;
	position: relative;
}

	.p-homeone-index .slide-image::after {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(to right, transparent 0%, rgba(255,255,255,0.1) 100%);
		pointer-events: none;
	}

.p-homeone-index .slide-text {
	padding: 3rem 2.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-homeone-index .news-badge {
	display: inline-block;
	background: var(--earth-brown);
	color: var(--color-white);
	padding: 0.5rem 1.2rem;
	border-radius: 25px;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	letter-spacing: 0.5px;
}

.p-homeone-index .news-title {
	color: var(--greentwo);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.p-homeone-index .news-description {
	color: #6c757d;
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 2.5rem;
}

.p-homeone-index .btn-group-news {
	display: flex;
	gap: 1rem;
}

	.p-homeone-index .btn-group-news a {
		cursor: pointer;
	}

.p-homeone-index .nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	border: 1px solid rgba(40, 167, 69, 0.2);
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
	z-index: 10;
}

	.p-homeone-index .nav-button:hover {
		background: color-mix(in srgb, var(--greenthree) 12%, transparent);
		border-color: var(--greenthree);
		transform: translateY(-50%) scale(1.1);
	}

	.p-homeone-index .nav-button.prev {
		left: 5px;
	}

	.p-homeone-index .nav-button.next {
		right: 5px;
	}

	.p-homeone-index .nav-button i {
		color: var(--greenthree);
		font-size: 1.2rem;
	}

@media (max-width: 768px) {
	.p-homeone-index .slide-content {
		grid-template-columns: 1fr;
		grid-template-rows: 250px 1fr;
	}

	.p-homeone-index .slide-image {
		height: 250px;
	}

	.p-homeone-index .slide-text {
		padding: 2rem 1.5rem;
	}

	.p-homeone-index .news-title {
		font-size: 19px;
		text-align: center;
	}

	.p-homeone-index .btn-group-news {
		flex-direction: column;
		align-items: stretch;
	}

	.p-homeone-index .news-badge {
		text-align: center;
	}
}

/* =====================
   Blogs/Blogs page styles
   Scoped under .p-blogs-blogs
===================== */
.p-blogs-blogs .hero-image {
	position: relative;
}

.p-blogs-blogs .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-blogs-blogs .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-blogs-blogs .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-blogs-blogs .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: var(--color-black);
	}

	.p-blogs-blogs .hero-text {
		padding: .5rem;
	}
}

.p-blogs-blogs .category-scroll-container {
	min-height: 2.5rem;
}

.p-blogs-blogs .category-scroll-wrapper {
	overflow: hidden;
	--category-pill-width: 9rem;
	max-width: min(100%, var(--category-scroll-max, calc(var(--visible-category-count, 5)*var(--category-pill-width))));
}

.p-blogs-blogs .category-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

	.p-blogs-blogs .category-scroll::-webkit-scrollbar {
		display: none;
	}

.p-blogs-blogs .category-scroll-btn {
	width: 2.25rem;
	height: 2.25rem;
	display: grid;
	place-items: center;
}

.p-blogs-blogs .btn-outline-success.active,
.p-blogs-blogs .btn-outline-success[aria-pressed="true"] {
	color: var(--color-white);
	background-color: var(--greenthree);
	border-color: var(--greenthree);
}

.p-blogs-blogs .btn-outline-success:hover {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: var(--color-white);
}


.p-blogs-blogs .blog-card {
	border-radius: 14px;
	box-shadow: 0 4px 14px rgba(0,0,0,.06);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
	background: #fff;
	cursor: default;
}

.p-blogs-blogs .blog-card,
.p-blogs-blogs .blog-card * {
	cursor: default !important;
}

	.p-blogs-blogs .blog-card .card-img-top {
		border-top-left-radius: 14px;
		border-top-right-radius: 14px;
		transition: transform .35s ease;
	}

	.p-blogs-blogs .blog-card:hover {
		transform: translateY(-2px);
		box-shadow: 0 10px 28px rgba(0,0,0,.12);
		border-color: rgba(25,135,84,.25) !important;
	}

		.p-blogs-blogs .blog-card:hover .card-img-top {
			transform: scale(1.03);
		}

.p-blogs-blogs .line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.p-blogs-blogs .line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.p-blogs-blogs .text-emphasis {
	color: var(--greentwo);
}

.p-blogs-blogs .text-secondary-emphasis {
	color: #5f6b73;
}

.p-blogs-blogs .icon-nudge {
	transition: transform .18s ease;
}

.p-blogs-blogs .blog-card:hover .icon-nudge {
	transform: translateX(2px);
}

.p-blogs-blogs .blog-card .card-title {
	font-size: 1.025rem;
}

@media (prefers-reduced-motion:reduce) {
	.p-blogs-blogs .blog-card, .p-blogs-blogs .icon-nudge {
		transition: none !important;
	}
}

.p-blogs-blogs .shadow-sm2 {
	box-shadow: 0 .125rem .25rem rgb(0 0 0 / 35%) !important;
}

.p-blogs-blogs .news-tag {
	--tag-color: var(--earth-brown);
	--tag-bg: color-mix(in srgb, var(--tag-color) 12%, white);
	--tag-border: color-mix(in srgb, var(--tag-color) 35%, white);
	--tag-text: color-mix(in srgb, var(--tag-color) 90%, black);
	background: var(--tag-bg);
	border: 1px solid var(--tag-border);
	color: var(--tag-text);
	font-size: .85rem;
	font-weight: 700;
	padding: .35rem .8rem;
	border-radius: 999px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

@media (max-width: 991.98px) {
	.p-blogs-blogs .blog-card {
		border-radius: 12px;
	}

		.p-blogs-blogs .blog-card .card-body {
			padding: 1.1rem 1.25rem;
		}

		.p-blogs-blogs .blog-card .card-title {
			font-size: 1.15rem;
		}

		.p-blogs-blogs .blog-card .card-text {
			font-size: .96rem;
		}
}

@media (max-width: 767.98px) {
	.p-blogs-blogs .category-scroll-container {
		gap: .75rem;
	}

	.p-blogs-blogs .category-scroll-wrapper {
		padding-inline: .25rem;
		max-width: 100%;
	}

	.p-blogs-blogs .category-scroll {
		gap: .75rem;
	}

	.p-blogs-blogs .category-scroll-btn {
		width: 2.25rem;
		height: 2.25rem;
	}

	.p-blogs-blogs .blog-card .card-body {
		padding: 1rem 1.1rem;
	}

	.p-blogs-blogs .blog-card .card-title {
		font-size: 1.08rem;
	}

	.p-blogs-blogs .blog-card .card-text {
		font-size: .94rem;
	}

	.p-blogs-blogs .news-tag {
		font-size: .78rem;
	}
}

@media (max-width: 575.98px) {
	.p-blogs-blogs .category-scroll-container {
		flex-direction: column;
		align-items: stretch;
		gap: .75rem;
	}

	.p-blogs-blogs .category-scroll-wrapper {
		padding-inline: 0;
	}

	.p-blogs-blogs .category-scroll {
		gap: .6rem;
		padding-bottom: .25rem;
	}

	.p-blogs-blogs .category-scroll-btn {
		width: 100%;
		max-width: 3rem;
		justify-content: center;
	}

	.p-blogs-blogs .ratio.ratio-16x9 {
		--bs-aspect-ratio: 68%;
	}

	.p-blogs-blogs .blog-card .card-body {
		padding: .85rem .9rem 1rem;
	}

	.p-blogs-blogs .blog-card .card-title {
		font-size: 1.02rem;
	}

	.p-blogs-blogs .blog-card .card-text {
		font-size: .9rem;
	}
}

.p-blogs-blogs .text-muted2 {
	color: var(--color-black) !important;
}

.p-blogs-blogs .min-w-0 {
	min-width: 0;
}

/* =====================
   Blogs/BlogsDetail page styles
   Scoped under .p-blogs-blogsdetail
===================== */
.p-blogs-blogsdetail .hero-image {
	position: relative;
}

.p-blogs-blogsdetail .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
	object-fit: cover;
}

.p-blogs-blogsdetail .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-blogs-blogsdetail .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-blogs-blogsdetail .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: #000;
	}

	.p-blogs-blogsdetail .hero-text {
		padding: .5rem;
	}
}

.p-blogs-blogsdetail .blog-article .article-cover {
	max-height: 460px;
	object-fit: cover;
}

.p-blogs-blogsdetail .prose :is(h2, h3, h4) {
	color: #000;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.p-blogs-blogsdetail .prose p {
	line-height: 1.9;
	margin-bottom: 1.2rem;
}

.p-blogs-blogsdetail .prose img {
	max-width: 100%;
	border-radius: 0.75rem;
	margin: 1.5rem 0;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

.p-blogs-blogsdetail .recommendation-card {
	border-radius: 1rem;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}

	.p-blogs-blogsdetail .recommendation-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
	}

.p-blogs-blogsdetail .recommendation-cover {
	height: 200px;
	object-fit: cover;
}

.p-blogs-blogsdetail .text-coffee {
	color: var(--earth-brown) !important;
}

.p-blogs-blogsdetail .bg-coffee-subtle {
	background-color: #f7ebe3 !important;
}

.p-blogs-blogsdetail .text-bg-coffee {
	background-color: var(--earth-brown) !important;
	color: var(--color-white) !important;
}

.p-blogs-blogsdetail .badge.text-bg-coffee {
	transition: all 0.25s ease;
}

	.p-blogs-blogsdetail .badge.text-bg-coffee:hover {
		background-color: var(--color-coffee-700) !important;
		color: var(--color-white) !important;
		transform: translateY(-1px);
		box-shadow: 0 .25rem .5rem rgba(0,0,0,0.1);
	}

@media (max-width: 991.98px) {
	.p-blogs-blogsdetail .badge.text-bg-coffee {
		font-size: .85rem;
		padding: .4em .7em;
	}
}

@media (max-width: 575.98px) {
	.p-blogs-blogsdetail .badge.text-bg-coffee {
		font-size: .8rem;
		padding: .35em .6em;
	}
}

.p-blogs-blogsdetail .shadow-sm2 {
	box-shadow: 0 .125rem .25rem 4px #78787833 !important;
}

.p-blogs-blogsdetail .text-muted2 {
	color: #6c757d !important;
}

.p-blogs-blogsdetail .news-tag {
	--tag-color: var(--earth-brown);
	--tag-bg: color-mix(in srgb, var(--tag-color) 12%, white);
	--tag-border: color-mix(in srgb, var(--tag-color) 35%, white);
	--tag-text: color-mix(in srgb, var(--tag-color) 90%, black);
	background: var(--tag-bg);
	border: 1px solid var(--tag-border);
	color: var(--tag-text);
	font-size: .85rem;
	font-weight: 700;
	padding: .35rem .8rem;
	border-radius: 999px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

/* =====================
   News/LatestNewsDetail page styles
   Scoped under .p-news-latestnewsdetail
===================== */
.p-news-latestnewsdetail .hero-image {
	position: relative;
}

.p-news-latestnewsdetail .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-news-latestnewsdetail .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-news-latestnewsdetail .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-news-latestnewsdetail .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: var(--color-black);
	}

	.p-news-latestnewsdetail .hero-text {
		padding: .5rem;
	}
}

.p-news-latestnewsdetail .text-muted2 {
	color: var(--muted-foreground) !important;
}

.p-news-latestnewsdetail .container-xxl {
	max-width: 1440px;
}

.p-news-latestnewsdetail .news-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 2px solid var(--color-border-subtle);
	border-radius: 1rem;
	padding: 0.6rem 0.6rem 0.6rem;
	background: var(--color-white);
	gap: 1rem;
}

.p-news-latestnewsdetail .news-thumb {
	border-radius: .5rem;
	overflow: hidden;
	display: block;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

	.p-news-latestnewsdetail .news-thumb .img-cover {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform .25s ease;
	}

	.p-news-latestnewsdetail .news-thumb:hover .img-cover {
		transform: scale(1.03);
	}

.p-news-latestnewsdetail .news-meta {
	margin-top: 1rem;
	border-bottom: 3px solid var(--color-border-deep);
	padding-bottom: .75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}

.p-news-latestnewsdetail .news-date {
	color: var(--color-black);
	font-size: .95rem;
}

.p-news-latestnewsdetail .news-title {
	margin: .75rem 0 0;
	font-weight: 800;
	line-height: 1.35;
	font-size: 1.35rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--greenthree);
}

	.p-news-latestnewsdetail .news-title a {
		color: var(--greenthree);
		text-decoration: none;
	}

		.p-news-latestnewsdetail .news-title a:hover {
			text-decoration: underline;
		}

.p-news-latestnewsdetail .prose :is(h2,h3) {
	margin-top: 1.5rem;
	margin-bottom: .75rem;
}

.p-news-latestnewsdetail .prose p {
	line-height: 1.85;
	margin-bottom: 1rem;
}

.p-news-latestnewsdetail .prose img {
	max-width: 100%;
	border-radius: .5rem;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.p-news-latestnewsdetail .shadow-sm2 {
	box-shadow: 0 .125rem .25rem 4px #78787833 !important;
}

.p-news-latestnewsdetail .badge.text-bg-coffee:hover {
	background-color: var(--color-coffee-700) !important;
	border-color: var(--color-coffee-700) !important;
	color: var(--color-white) !important;
	transform: translateY(-1px);
	box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.1);
}

.p-news-latestnewsdetail .news-tag {
	--tag-color: var(--earth-brown);
	--tag-bg: color-mix(in srgb, var(--tag-color) 12%, white);
	--tag-border: color-mix(in srgb, var(--tag-color) 35%, white);
	--tag-text: color-mix(in srgb, var(--tag-color) 90%, black);
	background: var(--tag-bg);
	border: 1px solid var(--tag-border);
	color: var(--tag-text);
	font-size: .85rem;
	font-weight: 700;
	padding: .35rem .8rem;
	border-radius: 999px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

	.p-news-latestnewsdetail .news-tag.is-solid {
		background: var(--earth-brown);
		color: var(--color-white);
		border-color: var(--earth-brown);
	}

	.p-news-latestnewsdetail .news-tag.is-dot::before {
		content: '';
		width: .5em;
		height: .5em;
		border-radius: 50%;
		background: var(--tag-color);
		display: inline-block;
		margin-right: .4em;
	}

/* =====================
   ContactInformation/ContactInformation page styles
   Scoped under .p-contactinformation-contactinformation
===================== */
.p-contactinformation-contactinformation .hero-image {
	position: relative;
}

.p-contactinformation-contactinformation .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-contactinformation-contactinformation .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-contactinformation-contactinformation .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-contactinformation-contactinformation .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: var(--color-black);
	}

	.p-contactinformation-contactinformation .hero-text {
		padding: .5rem;
	}
}

.p-contactinformation-contactinformation .container-xxl {
	max-width: 1440px;
}

.p-contactinformation-contactinformation .section-eyebrow {
	letter-spacing: .25em;
	text-transform: uppercase;
	font-size: .75rem;
}

.p-contactinformation-contactinformation .contact-form-wrapper {
	background: linear-gradient(135deg, rgba(255,255,255,.95), #fff);
	border: 0;
	padding: clamp(1.75rem,3vw,2.75rem);
}

.p-contactinformation-contactinformation .contact-form__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.p-contactinformation-contactinformation .contact-form__heading-text {
	flex: 1 1 auto;
}

.p-contactinformation-contactinformation .contact-form__heading-media {
	flex: 0 0 auto;
}

.p-contactinformation-contactinformation .contact-form__image {
	display: block;
	width: 100%;
	max-width: 230px;
	height: auto;
	object-fit: contain;
}

@media (max-width: 991.98px) {
	.p-contactinformation-contactinformation .contact-form__heading {
		gap: 1.25rem;
	}

	.p-contactinformation-contactinformation .contact-form__image {
		max-width: 180px;
	}

	.p-contactinformation-contactinformation .contact-form__heading-text .h3 {
		font-size: 1.375rem;
		line-height: 1.35;
	}

	.p-contactinformation-contactinformation .contact-form__heading-text .text-muted {
		font-size: .95rem;
	}
}

@media (max-width: 575.98px) {
	.p-contactinformation-contactinformation .contact-form__heading {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 1rem;
	}

	.p-contactinformation-contactinformation .contact-form__image {
		max-width: 140px;
	}

	.p-contactinformation-contactinformation .contact-form__heading-text .section-eyebrow {
		letter-spacing: .2em;
		font-size: .7rem;
	}

	.p-contactinformation-contactinformation .contact-form__heading-text .h3 {
		font-size: 1.25rem;
		line-height: 1.35;
		margin-top: .5rem;
	}

	.p-contactinformation-contactinformation .contact-form__heading-text .text-muted {
		font-size: .95rem;
	}
}

.p-contactinformation-contactinformation .contact-form__body .form-label {
	font-weight: 600;
	color: #2a3d2a;
}

.p-contactinformation-contactinformation .contact-form__body .form-control {
	border: 1px solid #dee2e6;
	border-radius: 1rem;
	padding: .9rem 1.1rem;
	background: #fff;
	transition: all .2s;
}

	.p-contactinformation-contactinformation .contact-form__body .form-control:focus {
		border-color: var(--greenthree);
		background: var(--color-white);
		box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--greenthree) 15%, transparent);
	}

.p-contactinformation-contactinformation .contact-form-wrapper .form-select:focus {
	border-color: var(--greenthree);
	box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--greenthree) 15%, transparent);
}

.p-contactinformation-contactinformation .btn-success {
	background: var(--greenthree);
	border: 0;
	padding-inline: 2.25rem;
}

	.p-contactinformation-contactinformation .btn-success:hover {
		background: var(--greentwo);
	}

.p-contactinformation-contactinformation .contact-form__heading-media img {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-contactinformation-contactinformation .contact-form__heading-media a:hover img {
	transform: scale(1.05);
	opacity: 0.9;
}

.p-contactinformation-contactinformation .contact-info {
	background: #fff;
	border: 0;
	padding: 2.25rem 2rem 2rem;
}

.p-contactinformation-contactinformation .contact-info__sep {
	margin: 1rem 0;
	color: #495057;
	background-color: #495057;
	border: 0;
	opacity: .55;
}

.p-contactinformation-contactinformation .info-line {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 1.25rem;
}

	.p-contactinformation-contactinformation .info-line i {
		font-size: 1.1rem;
	}

.p-contactinformation-contactinformation .schedule-list li {
	display: flex;
	justify-content: space-between;
	padding: .4rem 0;
	border-bottom: 1px dashed rgba(0,0,0,.08);
}

	.p-contactinformation-contactinformation .schedule-list li:last-child {
		border-bottom: none;
	}

.p-contactinformation-contactinformation .shadow-smtwo {
	box-shadow: 0 .125rem .25rem #787878 !important;
}

.p-contactinformation-contactinformation .slider-track {
	--gap: 1.5rem;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

	.p-contactinformation-contactinformation .slider-track::-webkit-scrollbar {
		display: none;
	}

.p-contactinformation-contactinformation .slider-item {
	flex: 0 0 calc((100% - 2*var(--gap)) / 3);
}

@media (max-width: 991.98px) {
	.p-contactinformation-contactinformation .slider-item {
		flex: 0 0 calc((100% - var(--gap)) / 2);
	}
}

@media (max-width: 575.98px) {
	.p-contactinformation-contactinformation .slider-item {
		flex: 0 0 100%;
	}
}

.p-contactinformation-contactinformation .slider-arrow {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	backdrop-filter: blur(6px);
}

	.p-contactinformation-contactinformation .slider-arrow:disabled {
		opacity: .35;
		cursor: not-allowed;
	}

.p-contactinformation-contactinformation .slider-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 48px;
	z-index: 1;
	pointer-events: none;
}

.p-contactinformation-contactinformation .slider-fade-left {
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

.p-contactinformation-contactinformation .slider-fade-right {
	right: 0;
	background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

/* =====================
   Policy/PrivacySecurity page styles
   Scoped under .p-policy-privacysecurity
===================== */
.p-policy-privacysecurity {
	background: #f7faf8;
	color: #1f2933;
}

.p-policy-privacysecurity .policy-section {
	padding: 0rem 0 4rem;
}

.p-policy-privacysecurity .policy-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.p-policy-privacysecurity .policy-toc {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .55rem;
	padding-bottom: 1.35rem;
	margin-bottom: 1.35rem;
	border-bottom: 1px solid rgba(22, 36, 61, .08);
}

.p-policy-privacysecurity .policy-toc a {
	display: flex;
	align-items: center;
	gap: .55rem;
	min-height: 2.65rem;
	color: #415066;
	background: #f7faf8;
	border: 1px solid rgba(45, 90, 43, .12);
	border-radius: 8px;
	padding: .5rem .7rem;
	font-weight: 800;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.p-policy-privacysecurity .policy-toc a:hover,
.p-policy-privacysecurity .policy-toc a:focus {
	color: #ffffff;
	background: var(--greentwo);
	border-color: var(--greentwo);
	text-decoration: none;
}

.p-policy-privacysecurity .policy-toc i {
	width: 1.1rem;
	text-align: center;
	color: inherit;
}

.p-policy-privacysecurity .policy-document {
	display: grid;
	gap: 1rem;
}

.p-policy-privacysecurity .policy-block {
	scroll-margin-top: 6rem;
	background: #ffffff;
	border: 1px solid rgba(22, 36, 61, .08);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(22, 36, 61, .07);
	padding: 1.5rem;
}

.p-policy-privacysecurity .policy-subsection {
	scroll-margin-top: 6rem;
}

.p-policy-privacysecurity .policy-subsection + .policy-subsection {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(22, 36, 61, .08);
}

.p-policy-privacysecurity .policy-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .85rem;
	padding-bottom: 1rem;
	margin-bottom: 1.15rem;
	border-bottom: 1px solid rgba(22, 36, 61, .08);
}

.p-policy-privacysecurity .policy-block__title {
	display: flex;
	align-items: center;
	gap: .85rem;
	min-width: 0;
}

.p-policy-privacysecurity .policy-block__head > i,
.p-policy-privacysecurity .policy-block__title i {
	width: 2.65rem;
	height: 2.65rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--greentwo);
	border-radius: 8px;
	font-size: 1.1rem;
	flex: 0 0 auto;
}

.p-policy-privacysecurity .policy-block__head > h2,
.p-policy-privacysecurity .policy-block__title h2 {
	color: #16243d;
	font-size: clamp(1.35rem, 3vw, 1.85rem);
	font-weight: 900;
	margin: 0;
}

.p-policy-privacysecurity .policy-item + .policy-item {
	margin-top: 1.15rem;
	padding-top: 1.15rem;
	border-top: 1px dashed rgba(45, 90, 43, .18);
}

.p-policy-privacysecurity .policy-item h3 {
	color: var(--greentwo);
	font-size: 1.05rem;
	font-weight: 900;
	margin-bottom: .45rem;
}

.p-policy-privacysecurity .policy-item p,
.p-policy-privacysecurity .policy-item li {
	color: #4b5563;
	line-height: 1.85;
}

.p-policy-privacysecurity .policy-item p {
	margin-bottom: 0;
}

.p-policy-privacysecurity .policy-item ul {
	display: grid;
	gap: .45rem;
	padding-left: 1.25rem;
	margin: 0;
}

@media (max-width: 767.98px) {
	.p-policy-privacysecurity .policy-section {
		padding-bottom: 3rem;
	}

	.p-policy-privacysecurity .policy-toc {
		grid-template-columns: 1fr;
	}

	.p-policy-privacysecurity .policy-block {
		padding: 1.15rem;
	}

	.p-policy-privacysecurity .policy-block__head {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* =====================
   Questions/Questions page styles
   Scoped under .p-questions-questions
===================== */
.p-questions-questions .hero-image {
	position: relative;
}

.p-questions-questions .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-questions-questions .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-questions-questions .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-questions-questions .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: #000;
	}

	.p-questions-questions .hero-text {
		padding: .5rem;
	}
}

.p-questions-questions .accordion-item {
	border: 1px solid #dee2e6;
	border-radius: 0.5rem !important;
	overflow: hidden;
}

.p-questions-questions .accordion-button {
	background-color: var(--soft-cream);
	border: none;
	font-weight: 600;
	color: var(--greenthree);
	padding: 1.25rem;
}

	.p-questions-questions .accordion-button:not(.collapsed) {
		background-color: var(--soft-cream);
		color: var(--greenthree);
		box-shadow: none;
	}

	.p-questions-questions .accordion-button:focus {
		box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--greenthree) 25%, transparent);
	}

.p-questions-questions .accordion-body {
	background-color: var(--color-white);
	padding: 1.5rem;
}

.p-questions-questions .category-btn {
	transition: all 0.3s ease;
	white-space: nowrap;
}

	.p-questions-questions .category-btn.active,
	.p-questions-questions .category-btn:hover {
		background-color: var(--greenthree);
		color: var(--color-white);
		border-color: var(--greenthree);
	}

.p-questions-questions .faq-item {
	transition: all 0.3s ease;
}

	.p-questions-questions .faq-item.hidden {
		display: none;
	}

.p-questions-questions .bg-gradient {
	background: linear-gradient(135deg, var(--greenthree) 0%, var(--greenthree-light) 100%);
}

.p-questions-questions .btn-success {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
}

	.p-questions-questions .btn-success:hover {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
	}

.p-questions-questions .btn-outline-success {
	color: var(--greenthree);
	border-color: var(--greenthree);
}

	.p-questions-questions .btn-outline-success:hover {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
		color: var(--color-white);
	}

.p-questions-questions .faq-content-section {
	opacity: 1;
}

.p-questions-questions .faq-filter-top {
	justify-content: end;
	margin-bottom: 2.25rem;
	overflow: visible;
}

.p-questions-questions .faq-search-combo {
	width: min(100%, 430px);
	padding-right: .45rem;
}

.p-questions-questions .faq-filter-dropdown {
	position: relative;
	z-index: 30;
}

	.p-questions-questions .faq-filter-dropdown.show {
		z-index: 45;
	}

.p-questions-questions .faq-filter-menu {
	position: absolute;
	display: none;
	top: calc(100% + .45rem);
	right: 0;
	left: auto;
	transform: none !important;
	z-index: 50 !important;
	--bs-dropdown-bg: #fff;
	--bs-dropdown-link-hover-bg: #f4faf5;
	--bs-dropdown-link-active-bg: #edf7ef;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	opacity: 1 !important;
}

	.p-questions-questions .faq-filter-menu.show {
		display: block;
	}

.p-questions-questions .faq-filter-option-label {
	min-width: 0;
	flex: 1 1 auto;
}

.p-questions-questions .faq-filter-option.category-btn.active {
	background: #edf7ef !important;
	background-color: #edf7ef !important;
	color: var(--greentwo);
	border-color: transparent;
}

.p-questions-questions .faq-filter-option.category-btn:hover,
.p-questions-questions .faq-filter-option.category-btn:focus {
	background: #f4faf5 !important;
	background-color: #f4faf5 !important;
	color: var(--greentwo);
	border-color: transparent;
}

@media (max-width: 767.98px) {
	.p-questions-questions .faq-filter-top {
		width: 100%;
	}

	.p-questions-questions .faq-search-combo {
		width: 100%;
		max-width: 100%;
	}

	.p-questions-questions .faq-filter-menu {
		min-width: min(13rem, calc(100vw - 2rem));
		max-width: calc(100vw - 2rem);
		max-height: min(62vh, 24rem);
		overflow-y: auto;
	}
}

@media (max-width: 575.98px) {
	.p-questions-questions .faq-search-combo {
		min-height: 2.72rem;
		gap: .35rem;
		padding: .3rem .45rem .3rem .7rem;
	}

	.p-questions-questions .faq-filter-icon-toggle {
		width: 2.1rem;
		height: 2.1rem;
	}

		.p-questions-questions .faq-filter-icon-toggle .wishlist-filter-icon {
			width: 1.52rem;
			height: 1.52rem;
			flex-basis: 1.52rem;
		}

	.p-questions-questions .faq-filter-menu {
		right: -.1rem;
		padding: .35rem;
		border-radius: .85rem;
	}

	.p-questions-questions .faq-filter-option {
		min-height: 2.45rem;
		gap: .5rem;
		padding: .4rem .5rem;
		font-size: .92rem;
	}
}

.p-questions-questions .page-hidden {
	display: none !important;
}

/* =====================
   News/News page styles
   Scoped under .p-news-news
===================== */
.p-news-news .hero-image {
	position: relative;
}

.p-news-news .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-news-news .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-news-news .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-news-news .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: var(--color-black);
	}

	.p-news-news .hero-text {
		padding: .5rem;
	}
}

.p-news-news .container-xxl {
	max-width: 1440px;
}

.p-news-news .news-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.65rem;
	padding: .2rem 0 1rem;
}

.p-news-news .news-filters > section:not(.legal-stay-guide) {
	order: 2;
	flex: 1 1 auto;
	min-width: 0;
	padding-top: .75rem !important;
	padding-bottom: .75rem !important;
}

.p-news-news .news-filters > section:not(.legal-stay-guide) .container {
	width: auto;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.p-news-news .news-filters .wishlist-filter-top {
	justify-content: flex-end;
	margin-bottom: 0;
}

.p-news-news .news-filters .wishlist-search-wrap {
	min-height: 2.95rem;
	border-color: color-mix(in srgb, var(--greenthree) 20%, transparent);
	background: linear-gradient(135deg, var(--color-white) 0%, color-mix(in srgb, var(--greenthree) 4%, var(--color-white)) 100%);
	box-shadow: 0 8px 22px rgba(18, 102, 63, .07);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.p-news-news .news-filters .wishlist-search-wrap:hover,
.p-news-news .news-filters .wishlist-search-wrap:focus-within {
	border-color: color-mix(in srgb, var(--greenthree) 46%, transparent);
	box-shadow: 0 10px 26px rgba(18, 102, 63, .11);
	transform: translateY(-1px);
}

.p-news-news .news-filters .wishlist-search-icon {
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	background: var(--greentwo);
	border-radius: 999px;
	font-size: .95rem;
}

.p-news-news .news-filters .wishlist-search-wrap .form-control {
	color: #294236;
	font-weight: 650;
}

.p-news-news .news-filters .wishlist-search-wrap .form-control::placeholder {
	color: #7c9185;
	font-weight: 500;
}

.p-news-news .news-filters .wishlist-filter-icon-toggle {
	background: color-mix(in srgb, var(--greenthree) 8%, #fff);
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.p-news-news .news-filters .wishlist-filter-icon-toggle:hover,
.p-news-news .news-filters .wishlist-filter-icon-toggle:focus,
.p-news-news .news-filters .wishlist-filter-icon-toggle.show {
	background: color-mix(in srgb, var(--greenthree) 14%, #fff);
	transform: translateY(-1px);
}

.p-news-news .news-filter-pills {
	width: 100%;
	display: flex;
	justify-content: center;
}

.p-news-news .category-scroll-container {
	min-height: 2.5rem;
	gap: .75rem;
}

.p-news-news .category-scroll-wrapper {
	overflow: hidden;
	--category-pill-width: 9rem;
	max-width: min(100%, var(--category-scroll-max, calc(var(--visible-category-count, 5)*var(--category-pill-width))));
}

.p-news-news .category-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	gap: .75rem;
}

	.p-news-news .category-scroll::-webkit-scrollbar {
		display: none;
	}

.p-news-news .category-scroll-btn {
	width: 2.25rem;
	height: 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

	.p-news-news .category-scroll-btn:disabled, .p-news-news .category-scroll-btn[aria-disabled="true"] {
		opacity: .4;
		cursor: not-allowed;
	}

.p-news-news .news-search {
	width: 100%;
	max-width: 320px;
	position: relative;
}

.p-news-news .news-search-input {
	border-radius: 0 .75rem .75rem 0;
	border: 1px solid var(--greenthree);
	transition: all .3s ease;
}

.p-news-news .news-search .input-group-text {
	border-radius: .75rem 0 0 .75rem;
	padding-inline: 1rem;
	font-size: 1rem;
}

.p-news-news .news-search-input::placeholder {
	color: #8b978b;
	font-weight: 400;
	letter-spacing: .02em;
}

.p-news-news .news-search-input:hover {
	border-color: color-mix(in srgb, var(--greenthree) 60%, transparent);
}

.p-news-news .news-search-input:focus {
	border-color: var(--greenthree);
	box-shadow: 0 0 0 .25rem rgba(40,167,69,.25);
}

.p-news-news .news-filter-btn {
	border: 1px solid var(--greenthree);
	background: var(--color-white);
	color: var(--greenthree);
	padding: .45rem 1.4rem;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: .02em;
	transition: all .2s ease;
	white-space: nowrap;
}

	.p-news-news .news-filter-btn:hover, .p-news-news .news-filter-btn:focus {
		border-color: var(--greenthree);
		color: var(--color-white);
		box-shadow: 0 6px 18px rgba(45,90,43,.12);
		background-color: var(--greenthree);
	}

	.p-news-news .news-filter-btn.active, .p-news-news .news-filter-btn[aria-pressed="true"] {
		background-color: var(--greenthree);
		border-color: var(--greenthree);
		color: var(--color-white);
		box-shadow: 0 10px 24px rgba(45,90,43,.2);
	}

.p-news-news .legal-stay-guide {
	order: 1;
	flex: 0 0 auto;
	width: min(100%, 320px);
	margin: 0;
}

.p-news-news .legal-stay-guide__content {
	display: flex;
	align-items: center;
	gap: .65rem;
	width: 100%;
	min-height: 2.95rem;
	padding: .35rem .55rem .35rem .85rem;
	color: var(--greentwo);
	text-decoration: none;
	background: linear-gradient(135deg, var(--color-white) 0%, color-mix(in srgb, var(--greenthree) 4%, var(--color-white)) 100%);
	border: 1px solid color-mix(in srgb, var(--greenthree) 20%, transparent);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(18, 102, 63, .07);
	transition: border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.p-news-news .legal-stay-guide__content:hover,
.p-news-news .legal-stay-guide__content:focus {
	color: var(--greentwo);
	border-color: color-mix(in srgb, var(--greenthree) 46%, transparent);
	box-shadow: 0 10px 26px rgba(18, 102, 63, .11);
	transform: translateY(-1px);
}

.p-news-news .legal-stay-guide__icon {
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	background: var(--greentwo);
	border-radius: 999px;
	font-size: 1rem;
}

.p-news-news .legal-stay-guide__text {
	min-width: 0;
	flex: 1 1 auto;
}

.p-news-news .legal-stay-guide__title {
	color: currentColor;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-news-news .legal-stay-guide__action {
	width: 2.25rem;
	height: 2.25rem;
	flex: 0 0 2.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--greentwo);
	background: color-mix(in srgb, var(--greenthree) 8%, transparent);
	border-radius: 999px;
	font-size: .9rem;
	transition: background-color .18s ease, transform .18s ease;
}

.p-news-news .legal-stay-guide__content:hover .legal-stay-guide__action,
.p-news-news .legal-stay-guide__content:focus .legal-stay-guide__action {
	background: color-mix(in srgb, var(--greenthree) 14%, #fff);
	transform: translateX(2px);
}

@media (max-width: 767.98px) {
	.p-news-news .news-filters {
		align-items: stretch;
		flex-direction: column;
	}

	.p-news-news .news-filters > section:not(.legal-stay-guide) {
		width: 100%;
	}

	.p-news-news .news-filters .wishlist-filter-top {
		justify-content: flex-end;
	}

	.p-news-news .legal-stay-guide {
		width: 100%;
	}
}

.p-news-news .news-tag {
	--tag-color: var(--earth-brown);
	--tag-bg: color-mix(in srgb, var(--tag-color) 12%, white);
	--tag-border: color-mix(in srgb, var(--tag-color) 35%, white);
	--tag-text: color-mix(in srgb, var(--tag-color) 90%, black);
	background: var(--tag-bg);
	border: 1px solid var(--tag-border);
	color: var(--tag-text);
	font-size: .85rem;
	font-weight: 700;
	padding: .35rem .8rem;
	border-radius: 999px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.p-news-news .news-card {
	position: relative;
	display: flex;
	flex-direction: column;
	border: 2px solid var(--color-border-subtle);
	border-radius: 1rem;
	padding: 0.3rem 0.3rem 0.3rem;
	background-color: var(--color-white);
	gap: 1rem;
}

.p-news-news .news-item {
	display: flex;
	justify-content: center;
}

	.p-news-news .news-item .news-card {
		width: 338px; /*max-width: 280px;*/
		margin: 0 auto;
	}

	.p-news-news .news-item .news-date {
		font-size: .95rem;
	}

.p-news-news .news-thumb {
	border-radius: .5rem;
	overflow: hidden;
	display: block;
	box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

	.p-news-news .news-thumb .img-cover {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		transition: transform .25s ease;
	}

	.p-news-news .news-thumb:hover .img-cover {
		transform: scale(1.03);
	}

.p-news-news .news-meta {
	margin-top: 1rem;
	border-bottom: 3px solid var(--color-border-deep);
	padding-bottom: .75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}

	.p-news-news .news-meta .news-tag {
		margin-right: auto;
	}

	.p-news-news .news-meta .news-date {
		margin-left: auto;
		text-align: right;
	}

.p-news-news .news-date {
	color: var(--color-black);
	font-size: .95rem;
}

.p-news-news .news-title {
	margin: 0 0 0;
	font-weight: 800;
	line-height: 1.35;
	font-size: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--greenthree);
}

	.p-news-news .news-title a {
		color: var(--greenthree);
		text-decoration: none;
	}

		.p-news-news .news-title a:hover {
			text-decoration: underline;
		}

.p-news-news .news-section .row {
	--bs-gutter-x: 1.3rem;
	--bs-gutter-y: 2.0rem;
}

.p-news-news .news-thumb img {
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}

/* Layout-specific overrides */
.p-news-news .news-card .stretched-link {
	z-index: 1;
}

.p-news-news .news-card .news-thumb,
.p-news-news .news-card .btn {
	position: relative;
	z-index: 2;
}

/* ========================================
   Layout 1: Single Column Cards
   ======================================== */

/* 卡片基本樣式 */
.p-news-news .layout-1 .news-card {
	width: 1270px !important;
	height: 200px !important;
	display: flex !important;
	flex-direction: row !important;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

	/* 卡片 Hover 效果 */
	.p-news-news .layout-1 .news-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	}

/* 圖片區塊 */
.p-news-news .layout-1 .news-thumb {
	flex-shrink: 0 !important;
	width: 100% !important;
	max-width: 450px !important;
	overflow: hidden;
}

	.p-news-news .layout-1 .news-thumb img {
		transition: transform 0.4s ease;
	}

.p-news-news .layout-1 .news-card:hover .news-thumb img {
	transform: scale(1.05);
}

/* 內容區塊 */
.p-news-news .layout-1 .news-content {
	flex: 1 !important;
	min-width: 0 !important;
}

/* 標題 Hover 效果 */
.p-news-news .layout-1 .news-title {
	transition: color 0.2s ease;
}

.p-news-news .layout-1 .news-card:hover .news-title {
	color: var(--greenthree);
}

/* 按鈕樣式 */
.p-news-news .layout-1 .btn-outline-success {
	transition: all 0.3s ease;
}

/* 卡片 Hover 時按鈕效果 */
.p-news-news .layout-1 .news-card:hover .btn-outline-success {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: #fff;
	transform: translateX(4px);
}

/* 按鈕內箭頭動畫 */
.p-news-news .layout-1 .btn-outline-success i {
	transition: transform 0.2s ease;
}

.p-news-news .layout-1 .news-card:hover .btn-outline-success i {
	transform: translateX(3px);
}

@media (max-width: 767.98px) {
	.p-news-news .layout-1 .news-card {
		flex-direction: column !important;
		height: auto !important;
		width: 100% !important;
	}

	.p-news-news .layout-1 .news-thumb {
		width: 100% !important;
		max-width: 100% !important;
	}
}


/* ========================================
   Layout 2: Two Columns Cards
   ======================================== */

/* 卡片基本樣式 */
.p-news-news .layout-2 .news-card {
	width: 700px !important;
	height: 240px !important;
	/*max-width: 100% !important;*/
	display: flex !important;
	flex-direction: row !important;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	position: relative;
}

	/* 卡片 Hover 效果 */
	.p-news-news .layout-2 .news-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
	}

/* 圖片區塊 */
.p-news-news .layout-2 .news-thumb {
	flex-shrink: 0 !important;
	width: 260px !important;
	min-height: 220px !important;
	overflow: hidden;
}

	.p-news-news .layout-2 .news-thumb img {
		transition: transform 0.4s ease;
	}

.p-news-news .layout-2 .news-card:hover .news-thumb img {
	transform: scale(1.05);
}

/* 內容區塊 */
.p-news-news .layout-2 .news-content {
	flex: 1 !important;
	min-width: 0 !important;
}

/* 標題 Hover 效果 */
.p-news-news .layout-2 .news-title {
	transition: color 0.2s ease;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.p-news-news .layout-2 .news-card:hover .news-title {
	color: var(--greenthree);
}

/* 摘要文字限制行數 */
.p-news-news .layout-2 .news-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* 按鈕樣式 */
.p-news-news .layout-2 .btn-outline-success {
	transition: all 0.3s ease;
}

/* 卡片 Hover 時按鈕效果 */
.p-news-news .layout-2 .news-card:hover .btn-outline-success {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: #fff;
	transform: translateX(4px);
}

/* 按鈕內箭頭動畫 */
.p-news-news .layout-2 .btn-outline-success i {
	transition: transform 0.2s ease;
}

.p-news-news .layout-2 .news-card:hover .btn-outline-success i {
	transform: translateX(3px);
}

@media (max-width: 991.98px) {
	.p-news-news .layout-2 .news-thumb {
		width: 180px !important;
		min-height: 180px !important;
	}
}

@media (max-width: 767.98px) {
	.p-news-news .layout-2 .news-thumb {
		width: 120px !important;
		min-height: 120px !important;
	}

	.p-news-news .layout-2 .news-content {
		padding: 0.75rem !important;
	}

	.p-news-news .layout-2 .news-title {
		font-size: 0.9rem !important;
	}

	.p-news-news .layout-2 .news-excerpt {
		display: none !important;
	}
}

/* ========================================
   Layout 3: Three Columns Cards
   ======================================== */
.d-flex3 .layout-3 {
	display: flex !important;
	justify-content: space-between;
}

/* 卡片基本樣式 */
.p-news-news .layout-3 .news-card {
	width: 400px !important;
	height: 400px !important;
	gap: 0 !important;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	position: relative;
}

	/* 卡片 Hover 效果 */
	.p-news-news .layout-3 .news-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15) !important;
	}

/* 圖片區塊 - 放大圖片 */
.p-news-news .layout-3 .news-thumb {
	overflow: hidden;
	height: 220px !important; /* 增加圖片高度 */
	min-height: 220px !important;
	flex-shrink: 0;
}

	.p-news-news .layout-3 .news-thumb img {
		transition: transform 0.4s ease;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.p-news-news .layout-3 .news-card:hover .news-thumb img {
	transform: scale(1.05);
}

/* 內容區塊 - 壓縮空間 */
.p-news-news .layout-3 .news-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.875rem 1rem !important; /* 減少 padding */
	min-height: 0;
}

/* 標籤樣式 */
.p-news-news .layout-3 .news-tag {
	font-size: 0.8rem;
	font-weight: 600;
	padding: 0.2rem 0.5rem;
	margin-bottom: 0.5rem;
}

/* 標題樣式 */
.p-news-news .layout-3 .news-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	transition: color 0.2s ease;
	font-size: 1rem !important;
	margin-bottom: 0.375rem !important;
}

.p-news-news .layout-3 .news-card:hover .news-title {
	color: var(--greenthree);
}

/* 摘要文字 - 縮小間距 */
.p-news-news .layout-3 .news-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 只顯示 1 行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.8rem;
	margin-bottom: 0.5rem !important;
	color: #6c757d;
}

/* 底部區塊 - 日期和按鈕 */
.p-news-news .layout-3 .news-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.p-news-news .layout-3 .news-date {
	font-size: 0.75rem;
}

/* 按鈕樣式 */
.p-news-news .layout-3 .btn-outline-success {
	transition: all 0.3s ease;
	font-size: 0.75rem;
	padding: 0.25rem 0.6rem;
}

/* 卡片 Hover 時按鈕效果 */
.p-news-news .layout-3 .news-card:hover .btn-outline-success {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: #fff;
	transform: translateX(4px);
}

/* 按鈕內箭頭動畫 */
.p-news-news .layout-3 .btn-outline-success i {
	transition: transform 0.2s ease;
}

.p-news-news .layout-3 .news-card:hover .btn-outline-success i {
	transform: translateX(3px);
}

@media (max-width: 991.98px) {
	.p-news-news .layout-3 .news-card {
		width: 100% !important;
		height: 380px !important;
	}

	.p-news-news .layout-3 .news-thumb {
		height: 200px !important;
		min-height: 200px !important;
	}

	.p-news-news .layout-3 .news-title {
		font-size: 0.95rem !important;
	}
}

@media (max-width: 767.98px) {
	.p-news-news .layout-3 .news-card {
		height: 340px !important;
	}

	.p-news-news .layout-3 .news-thumb {
		height: 180px !important;
		min-height: 180px !important;
	}

	.p-news-news .layout-3 .news-card:hover {
		transform: translateY(-4px);
	}

	.p-news-news .layout-3 .news-title {
		font-size: 0.9rem !important;
	}

	.p-news-news .layout-3 .news-excerpt {
		display: none !important;
	}

	.p-news-news .layout-3 .news-content {
		padding: 0.75rem !important;
	}
}

/* ========================================
   Layout 4: Four Columns Cards
   ======================================== */
.d-flex4 .layout-4 {
	display: flex !important;
	justify-content: space-between;
}

/* 卡片基本樣式 */
.p-news-news .layout-4 .news-card {
	width: 320px !important;
	height: auto !important;
	min-height: 450px;
	gap: 0 !important;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	position: relative;
}

	/* 卡片 Hover 效果 */
	.p-news-news .layout-4 .news-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
	}

/* 圖片區塊 */
.p-news-news .layout-4 .news-thumb {
	overflow: hidden;
	height: 270px !important;
	min-height: 160px !important;
	flex-shrink: 0;
}

	.p-news-news .layout-4 .news-thumb img {
		transition: transform 0.4s ease;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.p-news-news .layout-4 .news-card:hover .news-thumb img {
	transform: scale(1.05);
}

/* 內容區塊 */
.p-news-news .layout-4 .news-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0.75rem !important;
	min-height: 0;
}

/* 標籤樣式 */
.p-news-news .layout-4 .news-tag {
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.15rem 0.45rem;
	margin-bottom: 0.4rem;
}

/* 標題樣式 */
.p-news-news .layout-4 .news-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.4;
	transition: color 0.2s ease;
	font-size: 1.1rem !important;
	margin-bottom: 0.3rem !important;
}

.p-news-news .layout-4 .news-card:hover .news-title {
	color: var(--greenthree);
}

/* 摘要文字 - 只顯示 1 行 */
.p-news-news .layout-4 .news-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.75rem;
	margin-bottom: 0.4rem !important;
	color: #6c757d;
}

/* 底部區塊 - 日期和按鈕 */
.p-news-news .layout-4 .news-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	padding-top: 0.4rem;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.p-news-news .layout-4 .news-date {
	font-size: 0.9rem;
}

	.p-news-news .layout-4 .news-date i {
		font-size: 0.65rem;
	}

/* 按鈕樣式 */
.p-news-news .layout-4 .btn-outline-success {
	transition: all 0.3s ease;
	font-size: 0.7rem;
	padding: 0.2rem 0.5rem;
}

/* 卡片 Hover 時按鈕效果 */
.p-news-news .layout-4 .news-card:hover .btn-outline-success {
	background-color: var(--greenthree);
	border-color: var(--greenthree);
	color: #fff;
	transform: translateX(3px);
}

/* 按鈕內箭頭動畫 */
.p-news-news .layout-4 .btn-outline-success i {
	transition: transform 0.2s ease;
	font-size: 0.7rem;
}

.p-news-news .layout-4 .news-card:hover .btn-outline-success i {
	transform: translateX(2px);
}

/* ========================================
   RWD 響應式
   ======================================== */
@media (max-width: 1199.98px) {
	.p-news-news .layout-4 .news-card {
		height: 300px !important;
	}

	.p-news-news .layout-4 .news-thumb {
		height: 140px !important;
		min-height: 140px !important;
	}

	.p-news-news .layout-4 .news-title {
		font-size: 0.85rem !important;
	}

	.p-news-news .layout-4 .news-excerpt {
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.p-news-news .layout-4 .news-card {
		height: 280px !important;
	}

	.p-news-news .layout-4 .news-thumb {
		height: 130px !important;
		min-height: 130px !important;
	}

	.p-news-news .layout-4 .news-title {
		font-size: 0.8rem !important;
	}
}

@media (max-width: 767.98px) {
	.p-news-news .layout-4 .news-card {
		height: 300px !important;
	}

	.p-news-news .layout-4 .news-thumb {
		height: 150px !important;
		min-height: 150px !important;
	}

	.p-news-news .layout-4 .news-card:hover {
		transform: translateY(-4px);
	}

	.p-news-news .layout-4 .news-title {
		font-size: 0.85rem !important;
	}

	.p-news-news .layout-4 .news-content {
		padding: 0.625rem !important;
	}
}


/* =====================
   AboutUsOne/AboutUsOne page styles
   Scoped under .p-aboutusone-aboutusone
===================== */
.p-aboutusone-aboutusone .hero-image {
	position: relative;
}

.p-aboutusone-aboutusone .hero-img {
	max-height: 55vh;
	aspect-ratio: 21/9;
}

.p-aboutusone-aboutusone .hero-text {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	text-shadow: 0 2px 6px rgba(0,0,0,.5);
	padding: 0 1rem;
}

@media (max-width: 991.98px) {
	.p-aboutusone-aboutusone .hero-img {
		aspect-ratio: 16/9;
	}
}

@media (max-width: 575.98px) {
	.p-aboutusone-aboutusone .hero-img {
		aspect-ratio: auto;
		max-height: 55vh;
		object-fit: contain;
		background: var(--color-black);
	}

	.p-aboutusone-aboutusone .hero-text {
		padding: .5rem;
	}
}

.p-aboutusone-aboutusone .about-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	border-radius: 20px 20px 20px 20px;
}

.p-aboutusone-aboutusone .about-content p {
	margin-bottom: 1rem;
}

.p-aboutusone-aboutusone .about-content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.p-aboutusone-aboutusone .about-img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.p-aboutusone-aboutusone .about-content {
		text-align: left;
	}

	.p-aboutusone-aboutusone .about-block {
		margin-bottom: 2rem !important;
	}
}

@media (max-width: 575.98px) {
	.p-aboutusone-aboutusone .about-img {
		aspect-ratio: auto;
		max-height: 45vh;
		object-fit: contain;
		background: #f8f9fa;
		border-radius: .75rem;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
	}

	.p-aboutusone-aboutusone .about-content {
		text-align: center;
	}

		.p-aboutusone-aboutusone .about-content p {
			margin-bottom: .875rem;
			line-height: 1.7;
		}

	.p-aboutusone-aboutusone .about-block {
		margin-bottom: 1.5rem !important;
	}
}



/* Dropdown Menu Beautification */
.navbar-nav .dropdown-toggle::after {
	display: none !important;
}

.navbar-nav .dropdown-menu {
	border: none;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 0.75rem 0;
	margin-top: 10px !important;
	animation: dropdownFadeIn 0.3s ease;
	background-color: #ffffff;
}

@keyframes dropdownFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.navbar-nav .dropdown-item {
	padding: 0.6rem 1.5rem;
	font-size: 18px;
	color: #4a5568;
	transition: all 0.2s ease;
	position: relative;
	font-weight: 500;
}

	.navbar-nav .dropdown-item.active {
		background-color: var(--greenthree);
		color: #ffffff;
	}


/* =====================
   圖文編輯器 (表格)
===================== */
.rich-table-responsive {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 1rem 0;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

	.rich-table-responsive table,
	table.rich-editor-table {
		width: 100%;
		min-width: 640px;
		margin: 0;
		border-collapse: collapse;
		border-spacing: 0;
		background: #fff;
	}

		.rich-table-responsive th,
		.rich-table-responsive td,
		table.rich-editor-table th,
		table.rich-editor-table td {
			min-width: 120px;
			padding: .75rem .9rem;
			border: 1px solid #e9ecef;
			vertical-align: top;
			line-height: 1.7;
			overflow-wrap: anywhere;
			word-break: break-word;
		}

		.rich-table-responsive th,
		table.rich-editor-table th {
			font-weight: 700;
			color: #212529;
			/*background: var(--soft-cream, #f8f9fa);*/
			white-space: nowrap;
		}

		.rich-table-responsive thead th,
		table.rich-editor-table thead th {
			background: color-mix(in srgb, var(--greenthree) 12%, #fff);
		}

		.rich-table-responsive tbody tr:nth-child(even),
		table.rich-editor-table tbody tr:nth-child(even) {
			background: #fbfcfd;
		}

		.rich-table-responsive caption,
		table.rich-editor-table caption {
			padding: .75rem .9rem;
			color: #6c757d;
			text-align: left;
			caption-side: top;
		}

	.rich-table-responsive p,
	.rich-table-responsive ul,
	.rich-table-responsive ol {
		margin-bottom: 0;
	}

@media (max-width: 575.98px) {
	.rich-table-responsive table,
	table.rich-editor-table {
		min-width: 560px;
	}

		.rich-table-responsive th,
		.rich-table-responsive td,
		table.rich-editor-table th,
		table.rich-editor-table td {
			min-width: 110px;
			padding: .65rem .75rem;
		}
}

/* RWD hardening for News, Blogs, and Home pages */
.p-news-news #newsGrid,
.p-blogs-blogs #blogContainer {
	min-width: 0;
}

.p-news-news .news-item,
.p-blogs-blogs .blog-item {
	min-width: 0;
}

.p-news-news .news-card,
.p-blogs-blogs .blog-card {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0;
	overflow: hidden;
}

	.p-news-news .news-card > a,
	.p-blogs-blogs .blog-card a {
		min-width: 0;
		color: inherit;
		text-decoration: none;
	}

	.p-news-news .news-meta,
	.p-news-news .news-footer,
	.p-blogs-blogs .blog-card .card-body > .d-flex {
		min-width: 0;
		flex-wrap: wrap;
	}

	.p-news-news .news-title,
	.p-blogs-blogs .blog-card .card-title {
		white-space: normal !important;
		overflow: hidden;
		text-overflow: clip;
		overflow-wrap: anywhere;
		word-break: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.p-news-news .news-excerpt,
	.p-blogs-blogs .blog-card .card-text {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

.p-news-news .layout-1 .news-card,
.p-news-news .layout-2 .news-card,
.p-news-news .layout-3 .news-card,
.p-news-news .layout-4 .news-card {
	height: auto !important;
	min-height: 100%;
}

.p-news-news .layout-1 .news-thumb {
	width: clamp(14rem, 34vw, 28rem) !important;
	max-width: 42% !important;
	min-height: 0 !important;
	aspect-ratio: 4 / 3;
}

	.p-news-news .layout-1 .news-thumb img {
		height: 100% !important;
		min-height: 0 !important;
		aspect-ratio: auto !important;
	}

.p-news-news .layout-2 .news-thumb {
	width: clamp(9rem, 32%, 16rem) !important;
	min-height: 0 !important;
	aspect-ratio: 4 / 3;
}

.p-news-news .layout-2 .news-card {
	align-items: stretch !important;
}

.p-news-news .layout-3 .news-thumb,
.p-news-news .layout-4 .news-thumb {
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 10;
}

	.p-news-news .layout-4 .news-thumb.ratio-1x1 {
		aspect-ratio: 1 / 1;
	}

	.p-news-news .layout-3 .news-thumb img,
	.p-news-news .layout-4 .news-thumb img {
		height: 100% !important;
		object-fit: cover;
	}

.p-news-news .layout-3 .news-content,
.p-news-news .layout-4 .news-content {
	flex: 1 1 auto;
}

@media (max-width: 991.98px) {
	.p-news-news .news-section .row {
		--bs-gutter-x: 1rem;
		--bs-gutter-y: 1.25rem;
	}

	.p-news-news .layout-2 .news-card {
		flex-direction: column !important;
	}

	.p-news-news .layout-2 .news-thumb {
		width: 100% !important;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767.98px) {
	.p-news-news .layout-1 .news-card,
	.p-news-news .layout-2 .news-card {
		flex-direction: column !important;
	}

	.p-news-news .layout-1 .news-thumb,
	.p-news-news .layout-2 .news-thumb {
		width: 100% !important;
		max-width: 100% !important;
		aspect-ratio: 16 / 9;
	}

	.p-news-news .layout-1 .news-content,
	.p-news-news .layout-2 .news-content {
		padding: 1rem !important;
	}

	.p-news-news .news-meta {
		align-items: flex-start !important;
	}

		.p-news-news .news-meta .news-date {
			margin-left: 0;
			text-align: left;
		}
}

@media (max-width: 575.98px) {
	.p-news-news .container-xxl,
	.p-blogs-blogs .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.p-news-news .news-title {
		font-size: 1rem !important;
	}

	.p-news-news .news-tag,
	.p-news-news .news-date {
		font-size: .78rem !important;
	}
}

.p-blogs-blogs #blogContainer .object-fit-cover {
	width: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
}

.p-blogs-blogs .blog-card-horizontal {
	display: grid !important;
	grid-template-columns: minmax(12rem, 24%) minmax(0, 1fr);
	flex-direction: initial !important;
	align-items: stretch;
}

	.p-blogs-blogs .blog-card-horizontal .card-img-left {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		height: 100% !important;
		min-height: clamp(11rem, 22vw, 14rem) !important;
		max-height: none !important;
	}

	.p-blogs-blogs .blog-card-horizontal .card-body {
		min-width: 0;
	}

.p-blogs-blogs .blog-card .card-footer,
.p-blogs-blogs .blog-card .border-top {
	min-width: 0;
	gap: .5rem;
	flex-wrap: wrap;
}

@media (max-width: 767.98px) {
	.p-blogs-blogs .blog-card-horizontal {
		grid-template-columns: 1fr;
	}

		.p-blogs-blogs .blog-card-horizontal .card-img-left {
			height: auto !important;
			min-height: 0 !important;
			aspect-ratio: 16 / 10;
		}

	.p-blogs-blogs .blog-card .border-top {
		align-items: flex-start !important;
	}

	.p-blogs-blogs .blog-card .btn {
		white-space: nowrap;
	}
}

.p-homeone-index .news-carousel {
	border-radius: clamp(10px, 1.5vw, 16px);
}

.p-homeone-index .carousel-slide {
	min-height: auto;
}

.p-homeone-index .news-carousel .slide-content {
	min-height: clamp(24rem, 38vw, 32rem);
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.p-homeone-index .news-carousel .slide-image {
	width: 100%;
	height: 100% !important;
	min-height: clamp(22rem, 36vw, 31rem);
	max-height: 32rem;
	object-fit: cover;
}

.p-homeone-index .slide-text {
	min-width: 0;
}

.p-homeone-index .news-title,
.p-homeone-index .news-description,
.p-homeone-index .carousel-slide .card-title,
.p-homeone-index .carousel-slide .card-text {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.p-homeone-index .news-description,
.p-homeone-index .carousel-slide .card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.p-homeone-index .carousel-slide .card {
	min-width: 0;
	overflow: hidden;
}

.p-homeone-index .carousel-slide .card-img-top {
	width: 100%;
	height: clamp(13rem, 27vw, 22rem) !important;
	object-fit: cover;
}

.p-homeone-index .carousel-slide-mobile .card-img-top,
.p-homeone-index .news-carousel-slide-mobile .card-img-top {
	height: clamp(13rem, 58vw, 22rem) !important;
}

@media (max-width: 1024px) {
	.p-homeone-index .position-relative > .nav-button {
		width: 42px;
		height: 42px;
	}
}

@media (max-width: 991.98px) {
	.p-homeone-index .news-carousel .slide-content {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		min-height: auto;
	}

	.p-homeone-index .news-carousel .slide-image {
		height: clamp(14rem, 48vw, 24rem) !important;
		min-height: 0;
		max-height: none;
	}

	.p-homeone-index .slide-text {
		padding: 1.5rem 1.25rem 1.75rem;
	}

	.p-homeone-index .news-title {
		font-size: clamp(1.15rem, 3.8vw, 1.5rem);
		text-align: left;
	}
}

@media (max-width: 575.98px) {
	.p-homeone-index #products,
	.p-homeone-index #news {
		overflow-x: hidden;
	}

	.p-homeone-index .news-carousel {
		margin-left: -.25rem;
		margin-right: -.25rem;
	}

		.p-homeone-index .news-carousel .slide-image,
		.p-homeone-index .carousel-slide-mobile .card-img-top,
		.p-homeone-index .news-carousel-slide-mobile .card-img-top {
			height: clamp(12rem, 62vw, 18rem) !important;
		}

	.p-homeone-index .slide-text {
		padding: 1.15rem 1rem 1.35rem;
	}

	.p-homeone-index .news-badge {
		max-width: 100%;
		margin-bottom: .85rem;
		white-space: normal;
	}

	.p-homeone-index .news-description,
	.p-homeone-index .carousel-slide .card-text {
		-webkit-line-clamp: 3;
	}

	.p-homeone-index .carousel-slide .card-body {
		padding: 1rem;
	}
}

.site-footer {
	flex-shrink: 0;
	background: #f5f5f4;
	border-top: 1px solid rgba(38, 74, 55, 0.08);
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(2rem, 3.5vw, 2.75rem);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(13rem, 0.8fr) repeat(3, minmax(9rem, 1fr));
	column-gap: clamp(2rem, 4vw, 4rem);
	row-gap: 2rem;
	align-items: start;
}

.site-footer__brand-block,
.site-footer__nav {
	min-width: 0;
}

.site-footer__logo {
	--footer-logo-width: 13rem;
	--footer-logo-max-height: 4.5rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

	.site-footer__logo img {
		display: block;
		width: min(100%, var(--footer-logo-width));
		max-height: var(--footer-logo-max-height);
		object-fit: contain;
	}

.site-footer__heading {
	margin: 0 0 1rem;
	color: #3f4945;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.4;
}

.site-footer__list {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.site-footer__list a {
		display: inline-flex;
		color: #8a938e;
		text-decoration: none;
		font-size: 0.98rem;
		font-weight: 700;
		line-height: 1.5;
		transition: color .2s ease, transform .2s ease;
	}

.site-footer__text {
	display: inline-block;
	color: #8a938e;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.6;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
	color: var(--greentwo);
	transform: translateX(2px);
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem 3rem;
	}

	.site-footer__brand-block {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575.98px) {
	.site-footer {
		padding: 2rem 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.site-footer__brand-block {
		grid-column: auto;
	}

	.site-footer__logo:not([style*="--footer-logo-width"]) {
		--footer-logo-width: 11rem;
	}
}


