.container {
	max-width: 1440px;
}

.gap-3 {
    gap: 1rem;
}

#booking-form-modal * {
    color: black;
}

#booking-form-modal .modal-content {
    border-radius: 10px;
}
#booking-form-modal .ts-wrapper {
    height: auto;
}
#booking-form-modal .ts-control {
    padding: 0;
    border: 0;
}
#booking-form-modal .invalid-feedback {
    color: #dc3545;
}
#booking-form-modal .bootstrap-select>.dropdown-toggle {
    background: transparent;
    border-color: transparent;
}
#booking-form-modal .btn-submit *, #booking-form-modal .btn-submit {
    color: white !important;
}
#booking-room {
    appearance: none;
}

.booking-now__link.btn-submit {
    background: linear-gradient(to bottom, var(--primary-default-500), var(--primary-default-100));
    font-weight: 700;
    padding: 8px 32px;
    border-radius: 16px;
    border: none;
}

.header {
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 1rem 0;
	box-shadow: 0px 1px 15px 0px #00000014;
	z-index: 999;
}

.header .row > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .row > div:last-child {
	justify-content: end;
	gap: 16px;
}

.header__logo img {
	height: 10rem;
}

.section {
	padding-top: 80px;
}

.section__header {
	margin: 2rem 0 1.5rem;
	text-align: center;
}

.section__title {
	font-size: 4.8rem;
	text-transform: uppercase;
	font-family: "Playfair Display", sans-serif;
	font-weight: 600;
	color: var(--color-highlight);
}

@media(max-width: 768px) {
	.section__title {
		font-size: 2.8rem;
	}
}

.article-categories {
	padding-top: 8rem;
}
@media(max-width: 768px) {
	.article-categories {
		padding-top: 3rem;
	}
}

.product-item__badges {
	position: absolute;
	top: 12px;
	right: 12px;
}

.product-item__badges--logo img {
	height: 5rem;
}

.hero-section .swiper-slide__wrap {
	position: absolute;
	top: 40%;
	left: 50%;
	max-width: 1440px;
	width: 100%;
	transform: translate(-50%, -40%);
	color: white;
}

.hero-section .swiper-slide__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.hero-section .swiper-slide__label {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 700
}

.hero-section .swiper-slide__title {
	font-size: 3.4rem;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
}

.hero-section div[nh-slider-thumbs] {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	transform: translateY(-20%);
	max-width: 992px;
	height: 180px;
	overflow: visible;
}

.hero-section div[nh-slider-thumbs] .swiper-slide {
	border: none;
	transition: all 0.3s ease;
}

.hero-section .swiper-slide__description {
	font-size: 1.8rem;
	font-family: "Raleway", sans-serif;
}

.hero-section .swiper-slide__description-short {
	font-size: 1.5rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0 0 0 / 0.2);
	border: 1px solid rgba(255 255 255 / 0.6);
	border-radius: 32px;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	padding: 8px 16px;
	opacity: 0;
	visibility: visible;
}

.hero-section div[nh-slider-thumbs] .swiper-slide:nth-child(1) {
  transform: translateY(0px) rotate(-20deg);
}

.hero-section div[nh-slider-thumbs] .swiper-slide:nth-child(2) {
  transform: translateY(-45px) rotate(-10deg);
}

.hero-section div[nh-slider-thumbs] .swiper-slide:nth-child(3) {
  transform: translateY(-60px) rotate(0deg);
}

.hero-section div[nh-slider-thumbs] .swiper-slide:nth-child(4) {
  transform: translateY(-45px) rotate(10deg);
}

.hero-section div[nh-slider-thumbs] .swiper-slide:nth-child(5) {
  transform: translateY(0px) rotate(20deg);
}

.hero-section div[nh-slider-thumbs] .swiper-arc-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: -1;
  overflow: visible;
}

.hero-section div[nh-slider-thumbs] .swiper-slide__icon {
	text-align: center
}

.hero-section div[nh-slider-thumbs] .swiper-slide-thumb-active .swiper-slide__description-short {
	opacity: 1;
	visibility: visible;
}

.hero-section div[nh-slider-thumbs] .swiper-slide-thumb-active .swiper-slide__icon {
	display: none
}

.swiper-button {
    font-size: 2.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    color: var(--black);
    transition: all .3s;
}
.swiper-button:hover {
    background-color: var(--color-highlight);
    color: var(--white);
}

.home.navigation {
	width: 100%;
}

.home.navigation .navigation-menu {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.home.navigation .navigation-menu__list {
	list-style: none;
	padding-left: 0
}

.home.navigation .navigation-menu__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
}

.home.navigation .navigation-menu__item {
	display: inline-block;
	font-weight: 500;
	padding: 16px 24px;
	border: 1px solid var(--primary-default);
	border-radius: 16px;
	backdrop-filter: blur(10px);
	background: var(--primary-default-400);
	transition: 0.3s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	
}

body:not(.is-mobile) .navigation-menu__item {
    width: 18%;
}

.home.navigation .navigation-menu__image img {
	width: 28px;
	height: 28px;
}

.home.navigation .navigation-menu__item a {
	color: white;
	font-family: "Raleway", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}

.home-main .row > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.home-logo {
	margin-bottom: 10rem;
	text-align: center;
}

.home-logo img {
	height: 36rem;
}
.home-logo .slogan {
    font-weight: 700;
    color: var(--primary-default-400);
    font-size: 2rem;
    margin: 1.5rem 0;
    font-style: italic;
}

.logo-header .slogan {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 0.5rem;
    color: var(--primary-default-400);
    font-style: italic;
}

.home header,
.home footer {
	display: none;
}

@media(min-width: 992px) {
	.header__logo img {
		height: 14rem;
	}

	.hero-section .swiper-slide__label {
		font-size: 2.4rem;
	}
	
	.hero-section .swiper-slide__title {
		font-size: 6.4rem;
	}

	.hero-section .swiper-slide__description {
		font-size: 2rem;
	}
}


.attribute__item {
	color: white;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.attribute__item span {
	margin-right: 1rem;
}

.attribute__item--price span {
	color: red;
	font-size: 1.4rem;
	font-weight: 700;
}

.booking-form {
	position: relative;
	/*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);*/
	padding: 0.5rem;
}

.booking-form label {
	font-weight: 600;
}

.booking-form__header {
	display: flex;
	justify-content: center;
}

.booking-form__title {
	font-size: 2.6rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	position: relative;
	display: inline-flex;
	color: var(--blue-black)
}

.booking-form__title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 15px;
    width: 75px;
    height: 2px;
    background: linear-gradient(to left, var(--blue-black), transparent);
}

.booking-form__title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 15px;
    width: 75px;
    height: 2px;
    background: linear-gradient(to right, var(--blue-black), transparent);
}

.booking-form .input-group-text {
	background: transparent;
	border: none;
	color: var(--blue-black)
}

.booking-form .form-control {
	border: none;
	background: transparent
}

.booking-form .input-group {
	border: 1px solid var(--light);
	border-radius: 8px;
}

.booking-form .form-actions {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.booking-form input[name="price"] {
	background: #eff2f6
}

.booking-form .btn-submit {
    background: linear-gradient(
        to bottom,
        var(--primary-default-500),
        var(--primary-default-100)
    );
	font-weight: 700;
	padding: 8px 32px;
	border-radius: 16px;
	border: none;
}

.booking-form .btn-submit:hover {
	border: none
}

.category-card {
	border-radius: 16px;
	overflow: hidden;
	background: var(--primary-default-100);
	transition: 0.3s;
	height: 100%;
	position: relative;
}

.category-card [nh-light-gallery] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.category-card .first-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-card:hover {
	background: var(--primary-default)
}

.category-card__content {
	padding: 16px;
}

.category-card__content * {
	color: #fff
}

.category-card__content a:hover {
	color: #fff
}

.category-card__title {
	font-family: "Playfair Display", serif;
	font-size: 3.2rem;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.category-card__link {
	font-size: 1.7rem;
}

.category__title {
	font-size: 3.6rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: var(--color-highlight);
}

@media(max-width: 768px) {
	.category-card__title {
		font-size: 2.8rem;
	}
}
@media (min-width: 577px) and (max-width: 768px) {
	.header .row > div:last-child {
        justify-content: space-between;
    }
}

.breadcrumbs-section-bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: .1rem 0;
    background-color: var(--light);
}
.breadcrumbs-section-bg:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: black;
    opacity: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fab-container {
    position: fixed;
    bottom: 15%;
	right: 24px;
	transform: translateY(-15%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.fab-item {
    display: flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: width 0.3s ease, border-radius 0.3s ease, gap 0.3s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.fab-item:hover {
    width: 140px;
    border-radius: 50px;
    gap: 10px;
    padding-right: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.fab-call {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.fab-zalo {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.fab-book {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.fab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.fab-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.fab-icon svg {
    width: 26px;
    height: 26px;
	color: #fff
}

.fab-label {
	color: #fff;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    letter-spacing: 0.3px;
}

.fab-item:hover .fab-label {
    opacity: 1;
    transform: translateX(0);
}

.comment {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.comment__header {
    font-weight: 700;
}

.comment__user-info {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
}

.comment__user-info-edit {
    cursor: pointer;
    font-size: 14px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment__user-info-edit:hover {
    color: #0d6efd;
}

.comment__user-info-name {
    font-weight: 600;
    color: #212529;
}

.comment__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

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

.comment__form-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.comment__upload {
    cursor: pointer;
    margin-bottom: 0;
}

.comment__upload-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f3f5;
    color: #495057;
    transition: background 0.2s;
}

.comment__upload-btn:hover {
    background: #dee2e6;
    color: #0d6efd;
}

.comment__upload-input {
    display: none;
}

.comment__submit {
    align-self: flex-end;
}

.comment__info {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.comment__info-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
}

.comment__info-desc {
    font-size: 14px;
    color: #6c757d;
}

.comment__info-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment__info-field {
    display: flex;
    flex-direction: column;
}

.comment__info-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #212529;
}

.comment__info-required {
    color: #dc3545;
    margin-left: 2px;
}

.comment__info-input {
    width: 100%;
}

.comment__info-submit {
    margin-top: 8px;
}

.comment__footer {
    gap: 16px;
}

.comment__total {
    font-size: 16px;
    color: #6c757d;
}

.comment__total b {
    color: #212529;
}

.comment__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.language-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.language-toggle__current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
	width: 42px;
	height: 42px;
    border: none;
    border-radius: 8px;
    background: rgba(0 0 0 / 10%);
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.language-toggle__current:hover {
    border-color: rgba(0, 0, 0, .25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.language-toggle__flag {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: cover;
    border-radius: 3px;
}

.language-toggle__code {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #333;
}

.language-toggle__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666;
    transition: transform .2s ease;
}

.language-toggle.is-open .language-toggle__caret {
    transform: rotate(180deg);
}

.language-toggle__list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 140px;
    margin: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 100;
}

.language-toggle.is-open .language-toggle__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-toggle__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color .2s ease;
}

.language-toggle__link:hover {
    background: rgba(0, 0, 0, .05);
}

.language-toggle__link .language-toggle__code {
    color: #555;
}

.language-toggle__link:hover .language-toggle__code {
    color: #333;
}

.lang-toggle {
  display: none;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 8px 16px;
  background-color: transparent;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s;
}

.language-switcher:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.flag-icon {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.divider {
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}

.lang-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.flag-en { opacity: 0.5; }

.flag-vi { opacity: 1; }

.text-en { display: none; }
.text-vi { display: inline; }

.lang-toggle:checked + .language-switcher .flag-en { opacity: 1; }
.lang-toggle:checked + .language-switcher .flag-vi { opacity: 0.5; }

.lang-toggle:checked + .language-switcher {
  flex-direction: row-reverse;
}

.lang-toggle:checked + .language-switcher .text-vi { display: none; }
.lang-toggle:checked + .language-switcher .text-en { display: inline; }

.lang-switcher-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--primary-default-400);
    border-radius: 8px;
    padding: 6px 16px;
    background-color: transparent;
}

.lang-switcher-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flag-img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-other .flag-img {
    opacity: 0.7;
    transition: opacity 0.2s;
}

.lang-other .flag-img:hover {
    opacity: 1;
}

.lang-divider {
    width: 1px;
    height: 16px;
    background-color: var(--primary-default-400)
}

.lang-name {
    color: var(--primary-default-400);
    font-size: 14px;
    font-weight: 500;
}

.home .custom .row > div {
	position: static;
}

.home .custom .booking-now {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}


@media(min-width: 992px) {
	.home .custom .booking-now {
		display: none;
	}
	
	.lang-switcher-box {
		display: none
	}
}

.booking-now {
	background: linear-gradient(90deg, #22931B 0%, #59CA0C 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 16px;
}

.booking-now__link {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
}

.booking-now__link:hover {
	color: white;
}

.article-item--media iframe,
.article-item--media img,
.article-item--media video
{
	overflow: hidden;
	border-radius: 16px;
}

.article-detail__library-image img {
	border-radius: 16px;
}

.article-item {
	overflow: hidden;
	border-radius: 16px;
}

.language-switch {
    display: flex;
    align-items: center;
}

.language-switch__list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-switch__item {
    display: flex;
    align-items: center;
}

.language-switch__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    overflow: hidden;
    transition: opacity .2s ease, transform .2s ease;
}

.language-switch__link:hover {
    opacity: .85;
    transform: scale(1.05);
}

.language-switch__flag {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width: 993px) {
	.home-main .row > div {
		justify-content: start;
	}

	.home-logo {
		margin-top: 3rem;
		margin-bottom: 5rem;
	}
	
	.home-logo img {
		height: 15rem;
	}

	.home .navigation {
		padding: 0 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}

	.home .navigation-menu__item {
		width: 100%;
		justify-content: center;
		margin-bottom: 1.5rem
	}
}

footer {
	background: var(--primary-default-500);
}

footer * {
	color: #fff
}

.footer__top {
	padding: 2rem 0 1rem;
}

.footer__top .row > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer__menu a {
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 1.6rem !important;
}

.footer__menu a.active {
	color: #fff !important;
}

.footer__menu .menu-section > ul > li:first-child {
	margin-left: 0;
}

.footer__menu .menu-section > ul > li {
	margin: 0 1.5rem;
}

.footer__top .socials__list {
	display: flex;
	gap: 1.5rem;
}


.footer__info {
	border-top: 1px solid #fff;
	padding-top: 1rem
}


@media(max-width: 768px) {
	footer {
		padding: 1.5rem 1.5rem 0;
	}

	.socials__list {
		display: flex;
		align-items: center;
		gap: 1rem
	}

	.footer__info {
		border-top: none;
	}
}

.view-horizontal .article-card__media {
	overflow: hidden;
	border-radius: 16px;
}

.view-horizontal .article-card__title {
	font-size: 2rem;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-horizontal .article-card__description {
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home--has-background .row > div {
	position: static
}

.home--has-background div[nh-lazy="image-background"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.home--has-background div[nh-lazy="image-background"]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25)
}

.flatpickr-day.has-price {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.2;
    border-radius: 1rem;
    background: var(--color-highlight) !important;
    font-weight: 600;
}
.flatpickr-day.inRange {
    box-shadow: -5px 0 0 var(--color-highlight), 5px 0 0 var(--color-highlight) !important;
    border-color: var(--color-highlight) !important;
    background: var(--color-highlight) !important;
}
.flatpickr-day.selected.startRange, 
.flatpickr-day.startRange.startRange, 
.flatpickr-day.endRange.startRange {
    border-radius: .5rem 0 0 .5rem !important;
    border-color: var(--color-highlight) !important;
    color: #393939 !important;
}

.flatpickr-day.selected.endRange, 
.flatpickr-day.startRange.endRange, 
.flatpickr-day.endRange.endRange {
    border-radius: 0 .5rem .5rem 0 !important;
    border-color: var(--color-highlight);
}

.dayContainer {
    min-width: 380px !important;
    max-width: 380px !important;
    width: 380px !important;
}
.flatpickr-day {
    width: calc(100%/7) !important;
    flex-basis: calc(100%/7) !important;
    max-width: 55px !important;
    height: 40px !important;
}
.flatpickr-day.selected {
    background: var(--color-highlight) !important;
    border-color: var(--color-highlight) !important;
}
.flatpickr-day .price-subtext {
    font-size: .95rem;
}

.btn-rating  {
    margin-left: 1.5rem;
    border-radius: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 8px 32px;
}


.lg-outer.lg-start-zoom {
    top: unset !important;
    bottom: 0;
    height: 85vh;
}
.lg-outer.lg-start-zoom:before {
    content: "Tamarind Hotel";
    text-transform: uppercase;
    position: absolute;
    top: -12vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
    font-size: 4.8rem;
    z-index: 1;
    font-weight: 600;
    color: var(--color-highlight);
}
.lg-outer .lg-toolbar ,
.lg-outer .lg-sub-html {
    background-color: transparent;
}
.is-mobile .lg-outer.lg-start-zoom:before {
    font-size: 4rem;
}
.room-config-item {
    border-radius: 1rem !important;
    border-color: #f3f3f3 !important;
}
.flatpickr-custom-footer .vat-text {
    line-height: 1.4;
}
.flatpickr-custom-footer button {
    min-width: 60px;
}

/* Container căn giữa và canh lề thoáng mắt với logo/menu */
.home-language {
  margin-bottom: 3rem;
}

/* Xoá bỏ viền thô cũ, tạo thanh nền bo tròn mờ tinh tế */
.home-language .language-switch__list {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 6px 14px !important;
  margin: 0 !important;
  list-style: none !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
}

/* Item cờ */
.home-language .language-switch__item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

/* Biến cờ thành icon tròn tỉ lệ chuẩn 1:1, bóng đổ nhẹ */
.home-language .language-switch__item img {
    width: 35px !important;
    height: 35px !important;
    /* border-radius: 50% !important; */
    object-fit: cover !important;
    display: block !important;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12) !important; */
    /* border: 1px solid rgba(0, 0, 0, 0.06) !important; */
}

/* Phân biệt ngôn ngữ đang chọn vs ngôn ngữ phụ */
.home-language .language-switch__item:not(.active):not([nh-active-language="vi"]) {
  opacity: 0.55;
}

/* Hiệu ứng hover */
.home-language .language-switch__item:hover {
  transform: translateY(-2px) scale(1.08) !important;
  opacity: 1 !important;
}
