/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--primary-color: #063924;
	--secondary-color: #fdd602;
	--accent-color: #35765b;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Be Vietnam Pro", sans-serif;
	overflow:hidden;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a {
	transition: all .25s ease;
}

p:last-child {
	margin-bottom: 0;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}

.col-inner:last-child {
	padding-bottom: 0;
}

.o-hidden>.col-inner {
	overflow: hidden;
}

.autocomplete-suggestion .search-price,
.box-blog-post .is-divider,
.wpcf7-spinner {
	display: none;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;
}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.flickity-slider>.row:not(.is-selected) {
	opacity: 1;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 350px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}

.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.ss-footer h3 {
	font-size: 18px;
	color: var(--secondary-color);
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.ss-footer h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	background: var(--secondary-color);
}

.ss-footer ul li {
	list-style-type: none;
	margin-left: 0;
}

.ss-footer iframe {
	border-radius: 12px;
	overflow: hidden;
}

.follow-icons a.is-outline {
	border-width: 1px;
	border-color: var(--secondary-color) !important;
	color: var(--secondary-color);
	margin-right: 8px;
}

.follow-icons a.is-outline:hover {
	background-color: #fff !important;
	color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
}

.ss-pd {
	padding-top: 60px !important;
	padding-bottom: 30px !important;
}

.frame-title h1,
.frame-title h2 {
	position: relative;
	padding-bottom: 15px;
	color: var(--primary-color);
}

.frame-title h1::before,
.frame-title h2::before {
	content: '';
	width: 80px;
	height: 1px;
	background-color: var(--secondary-color);
	position: absolute;
	bottom: 0;
	left: 0;
}

.frame-title.center h1::before,
.frame-title.center h2::before {
	left: 50%;
	transform: translateX(-50%);
}

.section.dark .frame-title h1,
.section.dark .frame-title h2 {
	color: #fff;
}

.ss-about img {
	border-radius: 12px;
}

.ss-aboutus .overlay {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 17, 17, 1) 100%);
}

.ss-aboutus .frame-title h1 {
	font-size: 48px;
}

.ss-aboutus .frame-title h1 strong {
	font-weight: bold;
	color: var(--secondary-color);
}

.ss-member .button.secondary {
	box-shadow: 1px 1px 10px var(--secondary-color);
	color: var(--primary-color);
}

.ss-vision-missison .icon {
	background-color: var(--primary-color);
	border-radius: 8px;
	padding: 10px;
}

.post-item .box.box-overlay {
	border-radius: 16px;
	overflow: hidden;
}

.post-item .box-text {
	padding-top: 15px;
	padding-bottom: 0;
}

.post-item .post-title a {
	color: var(--primary-color);
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.post-item .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.post-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ss-voucher .post-item .post-title a {
	color: #fff;
}

.blog-wrapper {
	padding-top: 60px;
}

.blog-wrapper .large-10.col {
	padding-bottom: 0;
}

.entry-content {
	padding-bottom: 0;
}

.post {
	margin: 0;
}

.ss-contact .icon-box {
	border: 2px solid var(--primary-color);
	border-radius: 50px;
	align-items: center;
	padding: 10px;
	margin-bottom: 15px;
}

.ss-contact .icon-box .icon {
	background: linear-gradient(228.35deg, #35765b 31.38%, var(--primary-color) 100%);
	padding: 16px;
	border-radius: 50px;
}

.ss-contact h2 {
	font-size: 18px;
}

.ss-contact iframe {
	background-color: #fff;
	padding: 30px;
	border-radius: 12px;
}

.ss-contact form {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.97);
	border-radius: 12px;
}

form {
	margin-bottom: 0;
}

form input,
form textarea,
form select {
	border: 0;
	border-radius: 6px !important;
	border: 1px solid #f3f3f3;
	font-size: 14px;
	min-height: 40px;
	box-shadow: none !important;
	font-weight: 400;
}

form input:focus,
form textarea:focus,
form select:focus {
	box-shadow: 0 0 0 3px #06392430 !important;
	border-color: var(--primary-color);
}

form textarea {
	min-height: 100px;
	resize: vertical;
}

form .wpcf7-submit {
	margin: 0;
	text-transform: math-auto;
}

form .wpcf7-not-valid-tip {
	display: none;
}

form .any-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 15px;
}

form .any-col select {
	width: 100%;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

.table-member {
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}

.table-member table {
	border-collapse: collapse;
	width: 100%;
	min-width: 600px;
	table-layout: fixed;
	margin-bottom: 0;
}

.table-member th:first-child,
.table-member td:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	background: #fff;
	min-width: 250px;
	width: 250px;
}

.table-member th:first-child {
	z-index: 3;
	background: #fff;
}

.table-member thead tr {
	border-bottom: 1px solid #e0e0e0;
}

.table-member th {
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	vertical-align: bottom;
}

.table-member th:first-child {
	padding: 12px 16px;
	border-right: 1px solid #e8e8e8;
}

.table-member .tier-header {
	padding: 16px 12px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.table-member .tier-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	opacity: 0.92;
}

.table-member .tier-new {
	background: #e06030;
}

.table-member .tier-silver {
	background: #7a8fa6;
}

.table-member .tier-gold {
	background: #d4a017;
}

.table-member .tier-plat {
	background: #2a3550;
}

.table-member .tier-name {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.01em;
}

.table-member th.col-new {
	background: #e8673a;
}

.table-member th.col-silver {
	background: #8a9db5;
}

.table-member th.col-gold {
	background: #d4a820;
}

.table-member th.col-plat {
	background: #2e3d5c;
}

.table-member tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.table-member tbody tr:last-child {
	border-bottom: none;
}

.table-member tbody tr:hover td {
	background: #fafafa;
}

.table-member tbody tr:hover td:first-child {
	background: #fafafa;
}

.table-member td {
	padding: 14px 12px;
	text-align: center;
	font-size: 13.5px;
	color: #444;
	vertical-align: middle;
}

.table-member td:first-child {
	text-align: left;
	font-size: 13.5px;
	color: #333;
	font-weight: 500;
	padding: 14px 16px;
	border-right: 1px solid #e8e8e8;
	background: #fff;
	line-height: 1.4;
}

.table-member .icon-check {
	font-size: 17px;
}

.table-member .cell-text {
	font-size: 13px;
	color: #555;
	line-height: 1.4;
}

.table-member .fa-solid.fa-check {
	color: var(--primary-color);
}

.table-member .fa-solid.fa-xmark {
	color: red;
}

.accordion-item {
	margin-bottom: 15px;
	border-radius: 8px;
	overflow: hidden;
}

.accordion-item:last-child {
	margin-bottom: 0;
}

.accordion-item .accordion-title,
.accordion-item .accordion-title.active {
	border-top: 0;
	background-color: var(--primary-color);
	color: #fff;
	padding-left: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.accordion-item .toggle {
	left: unset;
	right: 0;
	margin-left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-item .toggle i {
	font-size: 18px;
}

.accordion-item .accordion-inner {
	padding: 20px;
	background-color: #fff;
}

.ss-discover .box-text-bottom {
	border-radius: 12px;
	overflow: hidden;
}

.ss-discover .box-text-bottom h4 {
	font-weight: 400;
	font-size: 14px;
	color: #6d6d6d;
}

.ss-discover .box-text-bottom h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

.ss-discover .box-text-bottom p {
	font-size: 14px;
}

.ss-banner-business h1 {
	font-size: 48px;
	line-height: 1.3;
}

.ss-banner-business h2 {
	font-size: 24px;
}

.ss-banner-business p {
	font-size: 16px;
}

.ss-discover-business .icon {
	background-color: #D5D9CD;
	border-radius: 50%;
	padding: 15px;
}

.ss-discover-business .row-divided>.col+.col:not(.large-12) {
	border-left: 1px solid #b5b5b5;
}

.ss-discover-business .row-divided>.col:nth-child(4) {
	border-left: 0 !important;
}

.ss-discover-business .row-divided>.col:nth-child(4),
.ss-discover-business .row-divided>.col:nth-child(5),
.ss-discover-business .row-divided>.col:nth-child(6) {
	border-top: 1px solid #b5b5b5;
}

.ss-map-business .text-info p {
	font-size: 20px;
}

.ss-map-business .text-info p strong {
	font-size: 50px;
	color: var(--secondary-color);
}

.ss-whychoose-business .box-text h3 {
	font-size: 28px;
}

.ss-whychoose-business .box-text p {
	font-size: 20px;
}

.ss-cta-business .frame-title h2:before {
	background-color: var(--primary-color);
}

.ss-cta-business .text-social p {
	margin-bottom: 0;
}

.mvillage-contact-box {
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 25px;
	padding: 20px;
	font-family: sans-serif;
}

.mvillage-contact-row {
	display: flex;
	align-items: center;
	gap: 20px;
}

.mvillage-contact-icon {
	font-size: 32px;
	width: 40px;
	text-align: center;
}

.mvillage-contact-details {
	flex-direction: column;
}

.mvillage-contact-title {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.2;
}

.mvillage-contact-text {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

.hm-gallery-wrapper {
	position: relative;
}

.hm-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	height: 480px;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 16px;
}

.hm-gallery-main {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.hm-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-gallery-sub {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 4px;
}

.hm-gallery-sub-item {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.hm-gallery-sub-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-gallery-more {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	gap: 4px;
}

.hm-gallery-more span {
	font-size: 16px;
}

.hm-tabs-wrapper {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.hm-tabs-nav {
	display: flex;
	gap: 0;
	justify-content: center;
	max-width: 520px;
	margin: 0 auto;
	border-radius: 0 0 12px 12px;
	padding: 0;
}

.hm-tab-btn {
	padding: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #888;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: inherit;
	position: relative;
	letter-spacing: 0.01em;
	margin-bottom: 0;
}

.hm-tab-btn:hover {
	color: var(--primary-color, #063924);
	background: rgba(6, 57, 36, 0.04);
}

.hm-tab-btn.active {
	color: var(--primary-color, #063924);
	border-bottom-color: var(--primary-color, #063924);
	font-weight: 700;
	background: rgba(6, 57, 36, 0.05);
}

.hm-content-area {
	padding: 32px 0 0;
}

.hm-tab-panels {
	display: block;
}

.hm-tab-panel {
	display: block;
}

.hm-tab-panel + .hm-tab-panel {
	margin-top: 20px;
}

.hm-two-col-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.hm-col-left {
	min-width: 0;
}

.hm-col-right {
	min-width: 0;
}

.hm-booking-area {
	padding: 32px 0 48px;
	background: #f8f8f8;
}

.hm-booking-sticky {
	position: sticky;
	top: 52px;
}

.hm-section-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
}

.hm-booking-bar {
	background: #fff;
	border-radius: 14px;
	padding: 15px;
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: stretch;
}

.hm-booking-dates {
	display: flex;
	flex: 1 1 auto;
	gap: 0;
	min-width: 0;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: visible;
	margin: 0;
}

.hm-date-field {
	flex: 1;
	padding: 12px 16px;
	cursor: pointer;
	border-right: 1px solid #e0e0e0;
	position: relative;
	transition: background 0.2s ease;
}

.hm-date-field:last-child {
	border-right: none;
}

.hm-date-field:hover,
.hm-date-field.flatpickr-input-active {
	background: #f0f7f2;
}

.hm-date-label {
	display: block;
	font-size: 10px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 2px;
}

.hm-date-value {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
}

.hm-booking-guests {
	flex: 0 0 auto;
	margin: 0 6px;
}

.hm-guest-field {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 12px 16px;
	height: 100%;
}

input.hm-guest-input {
	margin-bottom: 0;
}

.hm-guest-label {
	font-size: 10px;
	font-weight: 700;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hm-guest-input {
	width: 36px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: var(--primary-color, #063924);
	font-family: inherit;
	padding: 4px 0;
	-moz-appearance: textfield;
}

.hm-guest-input:focus {
	outline: none;
	border-color: var(--primary-color, #063924);
	background: #fff;
}

.hm-guest-input::-webkit-outer-spin-button,
.hm-guest-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.hm-booking-btn {
	background: var(--primary-color, #063924);
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 12px 32px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	font-family: inherit;
	transition: all 0.25s ease;
	white-space: nowrap;
	flex: 0 0 auto;
	letter-spacing: 0.02em;
	margin: 0;
}

.hm-booking-btn:hover {
	background: #042a1a;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(6, 57, 36, 0.25);
}

.flatpickr-calendar {
	z-index: 9999 !important;
}

.hm-room-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hm-room-card {
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	overflow: hidden;
	transition: box-shadow 0.25s ease;
	background: #fff;
	margin-bottom: 0;
	display: block;
}

.hm-room-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hm-room-card__body {
	align-items: stretch;
	display: flex;
	flex-flow: row nowrap;
	gap: 0;
	min-height: 0;
}

.hm-room-card__title {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	padding: 18px 20px 4px;
	line-height: 1.3;
	display: block;
	grid-column: 1 / -1;
}

.hm-room-card__gallery {
	position: relative;
	width: 320px;
	min-width: 280px;
	max-width: 340px;
	flex: 0 0 320px;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 16px 0 0 16px;
	margin: 12px 0 12px 12px;
}

.hm-room-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.hm-room-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.hm-room-slide.active {
	opacity: 1;
	position: relative;
	z-index: 1;
}

.hm-room-slide img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	max-height: 320px;
	object-fit: cover;
}

.hm-room-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #333;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	z-index: 2;
	transition: background 0.2s ease;
}

.hm-room-arrow:hover {
	background: #fff;
}

.hm-room-arrow.prev {
	left: 8px;
}

.hm-room-arrow.next {
	right: 8px;
}

.hm-room-dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 5px;
	z-index: 2;
}

.hm-room-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: background 0.2s ease;
}

.hm-room-dot.active {
	background: #fff;
}

.hm-room-no-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	color: #ccc;
	font-size: 32px;
	background: #f5f5f5;
}

.hm-room-card__info {
	flex: 1 1 1%;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
	width: auto;
	overflow: hidden;
}

.hm-room-specs {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px 14px;
	margin-bottom: 12px;
}

.hm-room-spec {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #444;
	font-weight: 500;
}

.hm-room-spec__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	border: 1.5px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 11px;
	background: transparent;
	flex-shrink: 0;
}

.hm-room-card__desc {
	font-size: 13px;
	line-height: 1.7;
	color: #666;
	margin: 0 0 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.hm-room-card__amenities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 16px;
	margin-bottom: 12px;
}

.hm-room-amenity {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #444;
}

.hm-room-amenity i {
	color: var(--primary-color);
	font-size: 11px;
}

.hm-room-detail-btn {
	font-size: 14px;
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
	margin-top: auto;
}

.hm-room-detail-btn:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

.hm-room-card__price-col {
	width: 200px;
	min-width: 180px;
	flex: 0 0 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 18px;
	border-left: 1px solid #f0f0f0;
	text-align: center;
}

.hm-room-price-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.hm-price-amount {
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.2;
}

.hm-price-unit {
	font-size: 13px;
	color: #888;
}

.hm-price-tax {
	font-size: 11px;
	color: #888;
}

.hm-room-badge {
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
	white-space: nowrap;
}

.hm-room-badge--soldout {
	background: var(--primary-color);
	color: #fff;
}

.hm-room-book-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
	border-radius: 8px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: inherit;
	transition: all 0.2s ease;
	text-decoration: none;
	white-space: nowrap;
}

.hm-room-book-btn:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--primary-color);
}

.hm-room-book-btn--soldout {
	cursor: default;
	background: #fff;
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.hm-room-book-btn--soldout:hover {
	background: #fff;
	color: var(--primary-color);
}

.hm-hotel-card {
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.25s ease;
}

.hm-hotel-card:hover {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.hm-hotel-card__gallery {
	position: relative;
	overflow: hidden;
}

.hm-hotel-card__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-hotel-card__body {
	padding: 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.hm-hotel-card__region {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	color: var(--primary-color, #063924);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 4px;
}

.hm-hotel-card__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 8px;
	line-height: 1.3;
}

.hm-hotel-card__title a {
	color: #1a1a1a;
	text-decoration: none;
}

.hm-hotel-card__title a:hover {
	color: var(--primary-color, #063924);
}

.hm-hotel-card__amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.hm-hotel-card__amenity {
	font-size: 12px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 4px;
}

.hm-hotel-card__amenity i {
	font-size: 13px;
}

.hm-hotel-card__amenity--more {
	background: #f0f0f0;
	padding: 2px 8px;
	border-radius: 10px;
	font-weight: 500;
}

.hm-hotel-card__excerpt {
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	margin-top: 6px;
}

.hm-hotel-card__action {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 14px 24px;
	border-top: 1px solid #f0f0f0;
	gap: 16px;
}

.hm-price-wrap {
	flex: 1;
	text-align: left;
}

.hm-price-note {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.03em;
}

.hm-price-amount {
	font-size: 22px;
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.2;
}

.hm-price-unit {
	font-size: 12px;
	color: #888;
	white-space: nowrap;
}

.hm-price-tax {
	font-size: 11px;
	color: #888;
}

.hm-card-goto-btn,
.hm-select-btn {
	background: var(--primary-color);
	color: #fff;
	border: 2px solid var(--primary-color);
	border-radius: 8px;
	padding: 10px 24px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s ease;
	white-space: nowrap;
}

.hm-card-goto-btn:hover,
.hm-select-btn:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
	color: var(--primary-color);
}

.hm-view-all-wrap {
	text-align: center;
	margin-top: 32px;
}

.hm-view-all-btn {
	display: inline-block;
	background: transparent;
	border: 2px solid var(--primary-color, #063924);
	color: var(--primary-color, #063924);
	padding: 12px 32px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.hm-view-all-btn:hover {
	background: var(--primary-color, #063924);
	color: #fff;
}

.hm-hotel-name-wrap {
	margin-bottom: 16px;
}

.hm-brand-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 4px;
}

.hm-hotel-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}

.hm-hotel-desc {
	font-size: 14px;
	line-height: 1.7;
	color: #444;
	margin-top: 12px;
}

.hm-hotel-desc p {
	margin-bottom: 8px;
}

.hm-amenities-section {
	margin-top: 28px;
}

.hm-sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.hm-amenities-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.hm-amenity-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #444;
	padding: 10px 14px;
	background: #f7f7f7;
	border-radius: 8px;
}

.hm-amenity-item i {
	font-size: 16px;
	color: var(--primary-color, #063924);
	text-align: center;
}

.hm-map-section {
	margin-top: 28px;
}

.hm-location-map {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 12px;
}

.hm-location-map iframe {
	width: 100%;
	height: 250px;
	border: 0;
	border-radius: 12px;
}

.hm-location-map--full iframe {
	height: 400px;
}

.hm-address-text {
	font-size: 14px;
	color: #555;
	margin: 10px 0 8px;
}

.hm-address-text i {
	color: var(--primary-color, #063924);
	margin-right: 6px;
}

.hm-explore-area {
	margin-top: 16px;
	border-top: 1px solid #f0f0f0;
}

.hm-explore-area__title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.hm-explore-area__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #f5f5f5;
}

.hm-explore-area__row:last-child {
	border-bottom: none;
}

.hm-explore-area__name {
	font-size: 13px;
	color: #555;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 12px;
}

.hm-explore-area__distance {
	font-size: 13px;
	color: #888;
	white-space: nowrap;
	flex-shrink: 0;
}

.hm-house-guide-link {
	font-size: 13px;
	color: var(--primary-color, #063924);
	text-decoration: underline;
}

.hm-nearby-section {
	padding: 40px 0 0;
	background: #fff;
	border-top: 1px solid #f0f0f0;
}

.hm-nearby-wrap {
	display: grid;
	grid-template-columns: 1fr 810px;
	gap: 48px;
	align-items: start;
}

.hm-nearby-intro__title {
	font-size: 28px;
	font-weight: 800;
	color: #1a1a1a;
	line-height: 1.35;
	margin-bottom: 16px;
}

.hm-nearby-intro__desc {
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	margin-bottom: 16px;
}

.hm-nearby-intro__link {
	font-size: 14px;
	font-weight: 600;
	color: var(--primary-color, #063924);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hm-nearby-intro__link:hover {
	opacity: 0.7;
}

.hm-nearby-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.hm-nearby-title i {
	color: var(--primary-color, #063924);
	font-size: 16px;
}

.hm-nearby-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 48px;
}

.hm-nearby-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}

.hm-nearby-row--hidden {
	display: none;
}

.hm-nearby-row__name {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hm-nearby-row__distance {
	font-size: 14px;
	color: #888;
	white-space: nowrap;
	flex-shrink: 0;
	margin-left: 12px;
}

.hm-nearby-toggle {
	text-align: right;
	margin-top: 16px;
}

.hm-nearby-toggle button {
	background: none;
	border: none;
	color: var(--primary-color, #063924);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 0;
	transition: opacity 0.2s;
}

.hm-nearby-toggle button:hover {
	opacity: 0.7;
}

.hm-nearby-toggle button i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.hm-nearby-toggle button.is-expanded i {
	transform: rotate(180deg);
}

.hm-nearby-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hm-nearby-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 14px;
}

.hm-nearby-item:last-child {
	border-bottom: none;
}

.hm-nearby-name {
	color: #333;
	font-weight: 500;
}

.hm-nearby-distance {
	color: #888;
	white-space: nowrap;
	margin-left: 16px;
}

.hm-other-hotels-wrap {
	padding: 48px 0;
	background: #f8f8f8;
}

.hm-other-hotels-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.hm-other-hotels-wrap .hm-hotel-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.hm-other-hotels-wrap .hm-hotel-card__gallery {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 0;
	height: 220px;
}

.hm-other-hotels-wrap .hm-hotel-card__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-other-hotels-wrap .hm-hotel-card__body {
	padding: 16px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.hm-archive-wrap .hm-hotel-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hm-archive-wrap .hm-hotel-card {
	display: grid;
	grid-template-columns: 320px 1fr auto;
	align-items: stretch;
}

.hm-archive-wrap .hm-hotel-card__gallery {
	position: relative;
	width: auto;
	flex-shrink: 0;
	overflow: hidden;
	height: auto;
	min-width: 0;
}

.hm-archive-wrap .hm-hotel-card__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hm-archive-wrap .hm-hotel-card__body {
	padding: 20px 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.hm-archive-wrap .hm-hotel-card__action {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 24px;
	border-left: 1px solid #f0f0f0;
	border-top: none;
	min-width: 180px;
	gap: 10px;
}

.hm-archive-wrap .hm-price-wrap {
	text-align: center;
	width: 100%;
}

.hm-archive-wrap .hm-card-goto-btn,
.hm-archive-wrap .hm-select-btn {
	width: 100%;
	text-align: center;
}

.hm-feedback-wrap {
	padding: 48px 0;
	text-align: center;
}

.hm-feedback-inner {
	max-width: 600px;
	margin: 0 auto;
}

.hm-feedback-inner h3 {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.hm-feedback-inner p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

.hm-feedback-btn {
	display: inline-block;
	background: var(--primary-color, #063924);
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 12px 28px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.25s ease;
}

.hm-feedback-btn:hover {
	background: #042a1a;
	color: #fff;
}

@media (max-width: 1000px) {
	.ss-map-business .text-info p {
		font-size: 16px;
	}

	.ss-map-business .text-info p strong {
		font-size: 24px;
		color: var(--secondary-color);
	}

	.ss-whychoose-business .box-image .image-cover {
		padding-top: 75% !important;
	}

	.ss-whychoose-business .box-text h3 {
		font-size: 20px;
	}

	.ss-whychoose-business .box-text p {
		font-size: 14px;
	}

	.ss-discover-business .row-divided>.col:nth-child(3) {
		border-top: 1px solid #b5b5b5;
		border-right: 1px solid #b5b5b5;
	}

	.ss-banner-business h1 {
		font-size: 38px;
	}

	.sub-menu li a {
		font-size: 16px !important;
	}

	.off-canvas .nav-vertical li li>a {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	ul.mobile-nav .nav-icon a {
		color: #fff;
	}

	.hm-two-col-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.hm-gallery-grid {
		height: 360px;
	}

	.hm-archive-wrap .hm-hotel-card {
		grid-template-columns: 260px 1fr auto !important;
	}

	.hm-nearby-grid {
		grid-template-columns: 1fr;
	}

	.hm-nearby-wrap {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.ss-whychoose-business .box-image .image-cover {
		padding-top: 100% !important;
	}

	.ss-whychoose-business .box-text h3 {
		font-size: 16px;
	}

	.ss-whychoose-business .box-text p {
		font-size: 12px;
	}

	.ss-discover-business .row-divided>.col {
		border-top: 1px solid #b5b5b5;
		border-left: 0 !important;
		border-right: 0 !important;
	}

	.ss-banner-business h1 {
		font-size: 24px;
	}

	.ss-contact form .any-col {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.table-member th:first-child,
	.table-member td:first-child {
		min-width: 200px;
		width: 200px;
		font-size: 12px;
	}

	.table-member th:not(:first-child) {
		width: 160px;
	}

	.table-member td {
		font-size: 12px;
		padding: 12px 8px;
	}

	.table-member .tier-header {
		padding: 12px 8px 12px;
	}

	.table-member .tier-icon {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.table-member .tier-name {
		font-size: 11.5px;
	}

	.hm-hotel-title {
		font-size: 24px;
	}

	.ss-contact form {
		padding: 15px;
	}

	.ss-contact iframe {
		padding: 15px;
	}

	.blog-wrapper {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.blog-wrapper .large-9.col {
		padding-bottom: 0;
	}

	.ss-pd {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}

	.hm-archive-wrap .hm-hotel-card {
		grid-template-columns: 1fr !important;
	}

	.hm-archive-wrap .hm-hotel-card__gallery {
		height: 200px !important;
	}

	.hm-archive-wrap .hm-hotel-card__action {
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		border-left: none !important;
		border-top: 1px solid #f0f0f0 !important;
		min-width: auto !important;
	}

	.hm-other-hotels-wrap .hm-hotel-card {
		grid-template-columns: 1fr !important;
	}

	.hm-other-hotels-wrap .hm-hotel-card__gallery {
		height: 200px !important;
	}

	.hm-other-hotels-wrap .hm-hotel-card__action {
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		border-left: none !important;
		border-top: 1px solid #f0f0f0 !important;
		min-width: auto !important;
	}

	.hm-other-hotels-list {
		gap: 16px;
	}

	.hm-nearby-grid {
		grid-template-columns: 1fr;
	}

	.hm-nearby-row__name {
		font-size: 13px;
	}
}

@media (max-width: 575px) {
	.hm-gallery-grid {
		height: 260px;
		border-radius: 8px;
	}
	.hm-finder-cities-scroll{
		justify-content: center;
	}
	.hm-tabs-nav {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
		border-radius: 0;
	}

	.hm-tab-btn {
		padding: 12px 16px;
		font-size: 13px;
		white-space: nowrap;
	}

	.hm-content-area {
		padding: 20px 0 32px;
	}

	.hm-amenities-grid {
		grid-template-columns: 1fr;
	}
	#hm-checkin-field,
	#hm-checkout-field {
		display: none;
	}

	.hm-booking-bar {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.hm-booking-dates {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		border: none;
		border-radius: 0;
		min-width: auto;
	}

	/* Style the native flatpickr-mobile date inputs */
	.hm-booking-dates .flatpickr-mobile {
		width: 100%;
		padding: 10px 14px;
		border: 1px solid #e0e0e0;
		border-radius: 10px;
		font-size: 14px;
		font-family: inherit;
		font-weight: 600;
		color: #1a1a1a;
		background: #fff;
		min-height: 44px;
	}

	.hm-booking-guests {
		margin: 0;
	}

	.hm-guest-field {
		padding: 10px 14px;
	}

	/* Guest input full width row */
	.hm-booking-guests .hm-guest-field {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.hm-guest-input {
		width: 48px;
	}

	.hm-booking-btn {
		padding: 14px 24px;
		width: 100%;
	}

	.hm-room-card__body {
		flex-direction: column;
	}

	.hm-room-card__gallery {
		width: 100%;
		min-width: auto;
		max-width: none;
		flex: none;
		margin: 8px;
		border-radius: 12px;
	}

	.hm-room-slide img {
		min-height: 200px;
		max-height: none;
	}

	.hm-room-card__price-col {
		width: 100%;
		min-width: auto;
		flex: none;
		flex-direction: row;
		justify-content: space-between;
		padding: 14px 20px;
		border-left: none;
		border-top: 1px solid #f0f0f0;
	}

	.hm-room-card__amenities {
		grid-template-columns: 1fr;
	}

	.hm-other-hotels-wrap .hm-hotel-card__gallery {
		width: 100% !important;
		min-width: auto !important;
		height: 200px !important;
	}

	.hm-other-hotels-wrap .hm-hotel-card__action {
		flex-direction: row !important;
		gap: 12px;
		align-items: center;
		border-left: none !important;
		border-top: 1px solid #f0f0f0 !important;
		min-width: auto !important;
	}

	.hm-other-hotels-wrap .hm-card-goto-btn,
	.hm-other-hotels-wrap .hm-select-btn {
		width: auto;
	}

	.hm-hotel-card__action {
		flex-direction: column;
		gap: 12px;
		align-items: stretch;
	}

	.hm-card-goto-btn {
		text-align: center;
	}

	.hm-hotel-title {
		font-size: 20px;
	}

	.hm-section-title {
		font-size: 18px;
	}
}