@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --normal-color: #0F0F0F;
  --primary-color: #C6A96B;
  --second-color: #2A2A2A;
  --hover-color: #16a34a;
  --accent-color: #16a34a;
  --bg-color: #F5F5F3;
  --grey-color: #a1a1a1;
  --star-color: #fbbf24;
  --normal-font: "Inter", sans-serif;
  --primary-font: "Playfair Display", sans-serif;
  --second-font: "CircularStd", "Arial", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  border-radius: 5px;
}

ul::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

ul::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  font-family: fontawesome;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--normal-font);
  color: var(--normal-color);
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fcf7f6;
}

.ov-hidden {
  overflow: hidden;
}

.container {
  max-width: 1360px;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}

.row-collapse > div[class~=col],
.row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}

.row-small > div[class~=col],
.row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-family: var(--primary-font);
}

a {
  color: var(--normal-color);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:hover {
  color: var(--hover-color);
}

.tb-space {
  padding: 70px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-sm-top {
  padding-top: 40px;
}

.tb-space-sm-bot {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.form-control {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.form-control:focus {
  box-shadow: none;
}

.custom-form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

select {
  appearance: none;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.rating-star {
  color: #fbbf24;
  line-height: 1;
}

.rating i {
  color: #fbbf24 !important;
}

.section-heading {
  position: relative;
  margin-bottom: 4rem;
}
.section-heading .metatitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #1c1c1c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-heading .sectitle {
  font-size: 4rem;
  font-weight: 600;
  color: var(--primary-color);
}
.section-heading .subtitle {
  font-size: 1.6rem;
}
.section-heading.type-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 4rem;
}
.section-heading.type-row .sectitle {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-heading.type-row .sectitle {
    font-size: 4.8rem;
  }
}
.section-heading.type-row .subtitle {
  margin-top: 10px;
  max-width: 50rem;
}
@media (max-width: 991.98px) {
  .section-heading.type-row {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-heading.type-row {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .section-heading .sectitle {
    font-size: 3rem;
  }
}

.heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 4rem;
}
.heading-row .section-heading {
  margin-bottom: 0;
}
.heading-row .section-heading .sectitle {
  margin-bottom: 0;
}
.heading-row .section-heading .subtitle {
  margin-top: 10px;
}
@media (max-width: 991.98px) {
  .heading-row {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .heading-row {
    gap: 20px;
  }
}

.btn {
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  border-radius: 0;
}

.btn-lg {
  padding: 1.3rem 2rem;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn-primary:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.btn-second {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.btn-second:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border-color: var(--second-color);
  color: var(--second-color);
  font-weight: 600;
}
.btn-outline:hover {
  background-color: var(--second-color);
  color: #fff;
}

.btn-link {
  padding: 4px 0;
  color: var(--normal-color);
  border: 0;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--second-color);
  transition: width 0.3s ease;
}
.btn-link:hover {
  color: var(--normal-color);
}
.btn-link:hover::after {
  width: 100%;
}

.btn-viewall {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.btn-viewall::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  top: 100%;
  left: 0;
  background-color: #000;
  transition: all 0.3s ease;
}
.btn-viewall:hover {
  border-color: #000;
}
.btn-viewall:hover:after {
  top: 0;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

[data-aos] {
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* variants */
[data-aos=fade-up] {
  transform: translate3d(0, 60px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -60px, 0);
}

[data-aos=fade-left] {
  transform: translate3d(-60px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(60px, 0, 0);
}

[data-aos=zoom-in] {
  transform: scale(0.94);
}

/* active */
[data-aos].aos-show {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.page-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--second-color);
  transition: all 0.2s;
}

.page-btn.active,
.page-btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Responsive */
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
}
.header-main .logo img {
  height: 90px;
}
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .header-right {
    gap: 30px;
  }
}
.header-nav .close-menu-mobile {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.4rem;
  color: #fff;
  cursor: pointer;
}
.header-nav .menu li {
  display: inline-block;
}
.header-nav .menu li a {
  padding: 10px 25px;
}
.header-nav .menu > li > a {
  display: block;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 999;
  }
  .header-nav .close-menu-mobile {
    display: block;
  }
  .header-nav .menu {
    display: block;
    margin-top: 50px;
  }
  .header-nav .menu li {
    display: block;
  }
  .header-nav .menu li a {
    color: #fff;
  }
}
.header-cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header .languages select {
  border: 0;
  padding: 5px 10px;
}
.header .menu-toggle {
  display: block;
  font-size: 2.4rem;
}
@media (min-width: 1025px) {
  .header .menu-toggle {
    display: none;
  }
}

.banner {
  position: relative;
}
.banner-slider .item {
  position: relative;
}
.banner-slider .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.banner-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .banner-slider .item img {
    height: 70vh;
  }
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}
.banner-content .banner-meta {
  color: #ccc;
  font-size: 1.8rem;
  letter-spacing: 1.125px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.banner-content .banner-title {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  font-family: var(--primary-font);
}
@media (min-width: 768px) {
  .banner-content .banner-title {
    font-size: 6rem;
  }
}
.banner .reservations {
  margin-top: 30px;
}

.page-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.page-hero__content {
  position: relative;
  padding: 0 0 64px;
  width: 100%;
}
.page-hero__label {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.page-hero__title {
  font-family: var(--primary-font);
  font-size: 5.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}
.page-hero__desc {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-hero__title {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  .page-hero {
    height: 360px;
  }
  .page-hero__title {
    font-size: 3rem;
  }
}

.search-container {
  position: sticky;
  top: 10px;
  z-index: 100;
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.search-container .search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* Dropdown Guests */
}
.search-container .search-row .field {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-right: 1px solid #eee;
  position: relative;
}
.search-container .search-row .field:last-child {
  border-right: none;
}
.search-container .search-row .field i {
  color: #9ca3af;
  font-size: 16px;
}
.search-container .search-row .field-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
}
.search-container .search-row .field-content .label {
  font-size: 11px;
  color: #9ca3af;
}
.search-container .search-row .field input {
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
@media (max-width: 767.98px) {
  .search-container .search-row .field {
    flex-wrap: wrap;
  }
}
.search-container .search-row .gr-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .search-container .search-row .gr-btn {
    width: 100%;
  }
}
.search-container .search-row .search-btn {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.search-container .search-row .search-btn:hover {
  background: var(--hover-color);
}
.search-container .search-row .btn-longstay {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 14px 28px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.search-container .search-row .btn-longstay:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.search-container .search-row .guest-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 260px;
  padding: 15px;
  display: none;
}
.search-container .search-row .guest-dropdown.active {
  display: block;
}
.search-container .search-row .guest-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-container .search-row .guest-row + .guest-row {
  margin-top: 10px;
}
.search-container .search-row .counter {
  display: flex;
  gap: 8px;
  align-items: center;
}
.search-container .search-row .counter button {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.search-container .search-row .counter .num {
  min-width: 20px;
  text-align: center;
}
.search-container .search-row .suggest-box {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 50;
}
.search-container .search-row .suggest-box .suggest-item {
  padding: 10px;
  cursor: pointer;
}
.search-container .search-row .suggest-box .suggest-item:hover {
  background: #f3f4f6;
}
@media (max-width: 767.98px) {
  .search-container .search-row .search-row {
    flex-direction: column;
  }
  .search-container .search-row .field {
    border-right: none;
    border-bottom: 1px solid #eee;
    flex: 100% !important;
  }
  .search-container .search-row .search-btn {
    margin: 10px 0 0;
    width: 100%;
  }
  .search-container .search-row .btn-longstay {
    margin: 10px 0 0;
    width: 100%;
  }
}
.search-container .extra-row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .search-container .extra-row {
    gap: 10px;
  }
}
.search-container .corp-btn {
  background: #f3f4f6;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}
.search-container .note {
  color: #6b7280;
  font-size: 13px;
}

.reservations {
  position: fixed;
  bottom: 60px;
  left: calc((100vw - 1360px) / 2);
  z-index: 60;
}
.reservations .more-mobile {
  display: block;
  text-align: center;
  padding: 10px 25px;
  background-color: var(--primary-color);
  color: #fff;
  box-shadow: 0 3px 30px rgba(255, 255, 255, 0.5);
  position: relative;
}
.reservations .more-mobile:after {
  content: "\f106";
  font-family: fontawesome;
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
}
.reservations .more-mobile.active:after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .reservations .more-mobile {
    display: none;
  }
}
.reservations-inner {
  display: flex;
  align-items: center;
  backdrop-filter: blur(24px);
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 60px;
}
@media (max-width: 767.98px) {
  .reservations-inner {
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .reservations-inner.show {
    height: auto;
    overflow: visible;
  }
}
.reservations .field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  height: 100%;
}
.reservations .field-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.reservations .field-content .label {
  color: #fff;
  opacity: 0.5;
  font-size: 1.2rem;
}
.reservations .form-control {
  background-color: transparent;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  cursor: pointer;
}
.reservations select {
  position: relative;
}
.reservations select option {
  color: var(--normal-color);
}
.reservations .gr-btn {
  gap: 0;
  padding: 0;
}
.reservations .btn-submit,
.reservations .btn-longstay {
  height: 100%;
  padding: 0 20px;
  border-radius: 0;
  font-weight: 600;
}
.reservations .btn-longstay {
  background-color: #1c1c1c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.reservations .btn-longstay:hover {
  background-color: #fff;
  color: #1c1c1c;
}
@media (max-width: 1399.98px) {
  .reservations {
    bottom: 20px;
    left: 30px;
    right: 30px;
    flex-wrap: wrap;
    height: auto;
  }
  .reservations .field {
    flex: auto;
    padding: 10px 20px;
  }
  .reservations .btn-submit,
.reservations .btn-longstay {
    width: 50%;
    height: 45px;
  }
}
@media (max-width: 1024.98px) {
  .reservations .field-guest {
    flex: 50%;
  }
}
@media (max-width: 767.98px) {
  .reservations .field {
    flex: 100%;
  }
}

.hotels-home {
  position: relative;
  background-color: var(--bg-color);
}
.hotels-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70%;
  background-color: var(--primary-color);
}
.hotels-home .section-heading .sectitle {
  color: #fff;
}
.hotels-home .section-heading .subtitle {
  color: #fff;
}

.hotels-detail {
  position: relative;
}
.hotels-detail__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 100%;
}
.hotels-detail__gallery .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.hotels-detail__gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.hotels-detail__gallery .item:nth-child(1) {
  grid-column: 1;
  grid-row: span 2;
}
.hotels-detail__gallery .item:last-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hotels-detail__gallery .item:hover img {
  transform: scale(1.05);
}
.hotels-detail__gallery .view-all-trigger {
  position: relative;
  cursor: pointer;
}
.hotels-detail__gallery .view-all-trigger .viewall-photo {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.hotels-detail__gallery .view-all-trigger .text-viewall {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #000;
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.hotels-detail__gallery .view-all-trigger .text-viewall:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.hotels-detail__gallery .view-all-trigger:hover .viewall-photo {
  opacity: 1;
}
.hotels-detail__gallery .view-all-trigger:hover .text-viewall {
  opacity: 0;
}
.hotels-detail__info {
  padding: 60px;
  /* Responsive */
}
@media (max-width: 991.98px) {
  .hotels-detail__info {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .hotels-detail__info {
    padding: 20px;
  }
}
.hotels-detail__title {
  font-family: var(--primary-font);
  font-size: 4.8rem;
  font-weight: 400;
  color: var(--second-color);
  margin-bottom: 12px;
  /* Responsive */
}
@media (max-width: 991.98px) {
  .hotels-detail__title {
    font-size: 3.6rem;
  }
}
.hotels-detail__location {
  font-size: 1.3rem;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}
.hotels-detail__rating {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 14px;
}
.hotels-detail__price {
  font-family: var(--primary-font);
  font-size: 3rem;
  font-weight: 400;
  color: var(--second-color);
  margin-bottom: 16px;
}
.hotels-detail__benefits {
  font-size: 1.4rem;
  color: #16a34a;
}
.hotels-detail__actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.hotels-detail-about__content {
  -webkit-line-clamp: 6;
  line-clamp: 6;
  margin-bottom: 15px;
}
.hotels-detail-amenities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 1.6rem;
}
.hotels-detail-amenities-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hotels-detail-amenities-list li .icon img {
  max-width: 30px;
  height: auto;
}
@media (min-width: 768px) {
  .hotels-detail-amenities-list {
    gap: 25px 20px;
  }
  .hotels-detail-amenities-list li {
    width: calc(33.3333333333% - 20px);
  }
}
.hotels-detail-faqs {
  display: block;
}
.hotels-detail-reviews .item .item-inner {
  background-color: #fff;
  padding: 20px;
}
.hotels-detail-reviews .item .item-inner .item-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.hotels-detail-reviews .item .item-inner .item-author img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.hotels-detail-reviews .item .item-inner .item-author strong {
  font-size: 14px;
}
.hotels-detail-reviews .item .item-inner .item-author .locate-time {
  font-size: 12px;
  color: #777;
}
.hotels-detail-reviews .item .item-inner .rating-star {
  margin-bottom: 20px;
}
.hotels-detail-reviews .item .item-inner .item-desc {
  font-size: 1.6rem;
  color: #555;
  font-style: italic;
}
@media (min-width: 768px) {
  .hotels-detail-reviews .item .item-inner {
    padding: 40px;
  }
}
.hotels-detail-nearby-location__content .title {
  font-size: 3rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hotels-detail-nearby-location__content .title {
    margin-bottom: 30px;
  }
}
.hotels-detail-nearby-location__content .desc {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hotels-detail-nearby-location__content .desc {
    margin-bottom: 20px;
  }
}
.hotels-detail-nearby-location__content .list-unstyled {
  font-size: 1.6rem;
}
.hotels-detail-nearby-location__content .list-unstyled li i {
  color: var(--primary-color);
}
.hotels-detail-nearby-location__content .list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}
.hotels-detail-nearby-location__map {
  height: 400px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.hotels-filter-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.filter-bar-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.filter-bar-inner .filter-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--second-color);
  white-space: nowrap;
}
.filter-bar-inner .filter-select {
  padding: 9px 14px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 1.4rem;
  color: var(--normal-color);
  outline: none;
  cursor: pointer;
  min-width: 160px;
}
.filter-bar-inner .filter-select:focus {
  border-color: var(--primary-color);
}
.filter-bar-inner .filter-stars {
  display: flex;
  gap: 8px;
}
.filter-bar-inner .filter-stars .star-btn {
  padding: 8px 14px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.2s;
}
.filter-bar-inner .filter-stars .star-btn.active, .filter-bar-inner .filter-stars .star-btn:hover {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff;
}
.filter-bar-inner .filter-results-count {
  margin-left: auto;
  font-size: 1.3rem;
  color: #888;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .filter-bar-inner {
    gap: 10px;
  }
  .filter-bar-inner .filter-select {
    min-width: 130px;
  }
}

.hotels-page-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .hotels-page-wrap {
    grid-template-columns: 240px 1fr;
    gap: 28px;
  }
}
@media (max-width: 991.98px) {
  .hotels-page-wrap {
    grid-template-columns: 1fr;
  }
}

.hotels-sidebar {
  position: sticky;
  top: 90px;
}
@media (max-width: 991.98px) {
  .hotels-sidebar {
    position: static;
  }
}

.sidebar-widget {
  background: #fff;
  border: 1px solid #eee;
  padding: 24px;
  margin-bottom: 24px;
}
.sidebar-widget__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--second-color);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}
.sidebar-widget .sidebar-checkbox-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-widget .sidebar-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.sidebar-widget .sidebar-checkbox input {
  accent-color: var(--primary-color);
}

.hotels-listing {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.hotel-list-card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.hotel-list-card__image {
  position: relative;
  overflow: hidden;
  /* height: 260px; */
}
.hotel-list-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: transform 0.6s ease;
}
.hotel-list-card .badge-sale {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #e53e3e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
.hotel-list-card .badge-top {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--primary-color);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
.hotel-list-card__body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
}
.hotel-list-card__location {
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.hotel-list-card__name {
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 12px;
}
.hotel-list-card__name a {
  color: inherit;
}
.hotel-list-card__name:hover {
  color: var(--primary-color);
}
.hotel-list-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 14px;
}
.hotel-list-card__rating {
  color: #fbbf24;
  font-weight: 700;
}
.hotel-list-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.hotel-list-card__tag {
  padding: 4px 12px;
  background: #f5f5f3;
  border: 1px solid #e5e5e5;
  font-size: 1.2rem;
  color: #555;
  border-radius: 20px;
}
.hotel-list-card__benefit {
  font-size: 1.3rem;
  color: #16a34a;
  margin-bottom: auto;
  padding-bottom: 16px;
}
.hotel-list-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
  gap: 12px;
}
.hotel-list-card__price-old {
  font-size: 1.3rem;
  color: #aaa;
  text-decoration: line-through;
}
.hotel-list-card__price-new {
  font-family: var(--primary-font);
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--second-color);
  line-height: 1;
}
.hotel-list-card__price-per {
  font-size: 1.2rem;
  color: #888;
}
.hotel-list-card__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.hotel-list-card.card-horizontal {
  display: grid;
  grid-template-columns: 340px 1fr;
}
@media (max-width: 1199.98px) {
  .hotel-list-card.card-horizontal {
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 991.98px) {
  .hotel-list-card.card-horizontal {
    grid-template-columns: 1fr;
  }
  .hotel-list-card.card-horizontal .hotel-list-card__image {
    height: 220px;
  }
}
.hotel-list-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.hotel-list-card:hover .hotel-list-card__image img {
  transform: scale(1.05);
}

.card-hotel {
  border: 0;
}
.card-hotel .card-inner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-hotel .card-inner .box-content {
  padding: 20px;
}
.card-hotel .card-inner .box-content .locate {
  text-transform: uppercase;
  letter-spacing: 1.125px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.card-hotel .card-inner .box-content .title {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.card-hotel .card-inner .box-content .title a {
  color: inherit;
}
@media (min-width: 768px) {
  .card-hotel .card-inner .box-content .title {
    font-size: 4rem;
  }
}
.card-hotel .card-inner .box-content .desc {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .card-hotel.card-horizontal .card-inner {
    display: flex;
  }
  .card-hotel.card-horizontal .card-inner .box-image {
    width: 50%;
    order: 2;
  }
  .card-hotel.card-horizontal .card-inner .box-content {
    width: 50%;
    order: 1;
    padding: 50px;
  }
}

.card-offer {
  position: relative;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  overflow: hidden;
}
.card-offer .card-inner {
  position: relative;
}
.card-offer .card-inner .box-image {
  position: relative;
  overflow: hidden;
}
.card-offer .card-inner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s ease;
}
.card-offer .card-inner .box-content {
  padding: 20px;
}
.card-offer .card-inner .box-content .tag {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fbbf24;
  margin-bottom: 6px;
}
.card-offer .card-inner .box-content .title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.card-offer .card-inner .box-content .desc {
  font-size: 13px;
  opacity: 0.9;
}
.card-offer .card-inner .box-content .benefit {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.6;
}
.card-offer .card-inner .box-content .benefit ul li {
  display: inline-block;
}
.card-offer .card-inner .box-content .deal-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.card-offer .card-inner .box-content .deal-bottom .price {
  font-size: 14px;
}
.card-offer .card-inner .box-content .deal-bottom .price strong {
  font-size: 18px;
  color: #fff;
}
.card-offer.card-inline .box-content {
  position: absolute;
  inset: 0;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .card-offer.card-horizontal .card-inner {
    display: flex;
  }
  .card-offer.card-horizontal .card-inner .box-image {
    width: 35%;
  }
  .card-offer.card-horizontal .card-inner .box-content {
    width: 65%;
    padding: 50px;
  }
}

.dest-modern .dest-left .title {
  font-size: 42px;
  margin-bottom: 10px;
}
.dest-modern .dest-left .desc {
  color: #777;
  margin-bottom: 40px;
}
.dest-modern .dest-highlight-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.dest-modern .dest-highlight h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.dest-modern .dest-highlight a {
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .dest-modern .dest-highlight a {
    margin-left: 10px;
  }
}
.dest-modern .dest-right {
  position: relative;
}
.dest-modern .dest-right-slider .owl-item {
  transition: 0.4s ease;
  transform: scale(0.92);
  opacity: 0.5;
}
.dest-modern .dest-right-slider .owl-item.center {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}
.dest-modern .dest-right-slider .dest-item {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}
.dest-modern .dest-right-slider .dest-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.dest-modern .dest-right-slider .dest-item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  display: block;
  transition: all 0.3s ease;
}
.dest-modern .dest-right-slider .dest-item span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  z-index: 10;
}
.dest-modern .dest-right-slider .dest-item:hover img {
  transform: scale(1.05);
}

.longstay {
  background: #f8f6f2;
}
.longstay .longstay-img {
  height: 420px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.longstay .longstay-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
.longstay .longstay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.longstay .longstay-img:hover img {
  transform: scale(1.05);
}
.longstay .longstay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.longstay .longstay-benefits .benefit {
  font-size: 16px;
  margin-bottom: 10px;
}
.longstay .longstay-price {
  font-size: 18px;
  color: var(--normal-color);
}
.longstay-book-content .title-head {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .longstay-book-content .title-head {
    font-size: 4rem;
  }
}
.longstay-book-content .desc {
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
.longstay-book-content .bespoke-steps .step {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.longstay-book-content .step-num {
  font-size: 14px;
  color: #aaa;
  min-width: 30px;
}
.longstay-book-content .step h4 {
  margin: 0;
  font-size: 16px;
}
.longstay-book-content .step p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #777;
}
.longstay-book-form {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .longstay-book-form .form-group {
    margin-bottom: 40px;
  }
}
.longstay-book-form .form-control {
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.longstay-book-form .form-control:focus {
  border-bottom-color: #1a1a1a;
}
.longstay-book-form .form-control::placeholder {
  color: #ccc;
}
.longstay-book-form .btn-submit {
  width: 100%;
}

.expandable-block {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
  will-change: max-height;
}

.expandable-block.opened,
.expandable-block.opening {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.expandable-block.has-toggle:not(.opened):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(252, 247, 246, 0) 0%, rgba(252, 247, 246, 0.85) 71.15%, #fcf7f6 100%);
}

.expandable-readmore {
  position: relative;
  line-height: 1.5;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0;
  transition: margin cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  display: none;
}
.expandable-readmore span {
  position: relative;
  display: inline-block;
  z-index: 5;
  user-select: none;
  color: #1e2126;
  border-bottom: 1px solid #1e2126;
}
@media (min-width: 768px) {
  .expandable-readmore {
    font-size: 1.5rem;
  }
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 32px;
}
.rooms-card {
  position: relative;
  background-color: #fff;
}
.rooms-card__image {
  position: relative;
  overflow: hidden;
}
.rooms-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.rooms-card__body {
  padding: 20px;
}
.rooms-card__location {
  letter-spacing: 1.125px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.rooms-card__name {
  font-size: 3rem;
  font-weight: 600;
}
.rooms-card__meta {
  display: block;
}
.rooms-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}
.rooms-card__tag {
  display: inline-block;
  background-color: rgba(241, 216, 209, 0.3);
  border-radius: 4px;
  color: var(--normal-color);
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 8px;
  padding-top: 7px;
}
.rooms-card__price-new {
  display: block;
  margin-bottom: 15px;
}
.rooms-card__price-new .price-value {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 8px;
}
.rooms-card__price-new .price-value del {
  color: var(--normal-color);
}
.rooms-card__price-new .price-value span {
  color: var(--primary-color);
  font-weight: 700;
}
.rooms-card:hover .rooms-card__image img {
  transform: scale(1.05);
}

.block-faqs-list {
  background-color: #fff;
}
.block-faqs-item {
  padding: 0.6rem 0;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.block-faqs-item__title {
  position: relative;
  user-select: none;
  padding: 10px 20px;
  padding-right: 50px;
  cursor: pointer;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.block-faqs-item__title::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f106";
  font-family: fontawesome;
  display: block;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.block-faqs-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.block-faqs-item__inner {
  padding: 10px 20px;
  color: #848484;
}
.block-faqs-item.active .block-faqs-item__title::after {
  content: "\f107";
}
@media (min-width: 768px) {
  .block-faqs-item {
    padding: 1.5rem 0;
  }
  .block-faqs-item__title {
    font-size: 1.8rem;
  }
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  background: #f4f0e8;
}
@media (max-width: 991.98px) {
  .about-inner {
    grid-template-columns: 1fr;
  }
  .about-inner .about-image {
    min-height: 280px;
  }
  .about-inner .about-content {
    padding: 60px 40px;
  }
}
@media (max-width: 767.98px) {
  .about-inner .about-content {
    padding: 40px 24px;
  }
}
.about-content {
  padding: 80px 60px 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-content .title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--normal-color);
  margin-bottom: 28px;
}
.about-content .desc {
  font-size: 15px;
  font-weight: 300;
  color: var(--normal-color);
  line-height: 1.75;
  margin-bottom: 14px;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}

.timeline-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid #ddd8ce;
}
.timeline-item:last-child {
  border-bottom: 1px solid #ddd8ce;
}
@media (max-width: 991.98px) {
  .timeline-item {
    grid-template-columns: 100px 1fr;
  }
}
.timeline-year {
  font-family: var(--primary-font);
  font-size: 52px;
  font-weight: 400;
  color: #e8e2d8;
  line-height: 1;
  padding-top: 4px;
  letter-spacing: -1px;
}
@media (max-width: 767.98px) {
  .timeline-year {
    font-size: 3.6rem;
  }
}
.timeline-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.timeline-content .desc {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--normal-color);
  line-height: 1.7;
}

.career {
  background: var(--bg-color);
}
.career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .career-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.career-form {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 36px 32px;
}
.career-form-head {
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--primary-color);
  margin-bottom: 32px;
}
.career-form .form-group .custom-form-label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--normal-color);
  margin-bottom: 8px;
}
.career-form .form-group .form-control {
  padding: 12px 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1.4rem;
  outline: 0;
  appearance: none;
}
.career-form .form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(0,0,0,0.3)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.file-upload-label input[type=file] {
  display: none;
}
.file-upload-label:hover {
  border-color: var(--primary-color);
  background: rgba(196, 169, 110, 0.06);
  background-color: rgba(255, 255, 255, 0.7);
}
.file-upload-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 16px;
}
.file-upload-text {
  flex: 1;
}
.file-upload-text span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.file-upload-text span.file-name {
  color: var(--primary-color);
  font-size: 12px;
}
.file-upload-text small {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}

/* Jobs list */
.job-list {
  display: flex;
  flex-direction: column;
}
.job-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: border-color 0.2s;
}
.job-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.job-item:hover {
  border-top-color: var(--primary-color);
}
.job-item:hover .job-arrow {
  color: var(--primary-color);
  transform: translateX(4px);
}
.job-meta {
  flex: 1;
}
.job-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.job-title {
  font-family: var(--primary-font);
  font-size: 2.3rem;
  color: var(--primary-color);
  margin-bottom: 4px;
}
.job-desc {
  font-size: 1.2rem;
  line-height: 1.5;
}
.job-arrow {
  font-size: 1.8rem;
  margin-left: 16px;
  padding-top: 4px;
  transition: color 0.2s, transform 0.2s;
}

.offers-detail-content .subtitle {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
.offers-detail-content .title {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .offers-detail-content .title {
    font-size: 4rem;
  }
}
.offers-detail-content .desc {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.offers-detail-content .term-link a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.offers-detail-content .gr-btn {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .offers-detail-content .gr-btn .btn {
    width: 100%;
  }
}
.offers-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .offers-detail-image {
    display: none;
  }
}
.offers-hotel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1399.98px) {
  .offers-hotel-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023.98px) {
  .offers-hotel-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .offers-hotel-list {
    grid-template-columns: 1fr;
  }
}
.offers-hotel-item {
  position: relative;
  padding: 16px;
  padding-top: 25px;
  text-align: center;
  background-color: #fff;
}
.offers-hotel-item .box-image img {
  display: block;
  max-width: 186px;
  margin: auto;
  margin-bottom: 16px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.offers-hotel-item .box-name {
  font-size: 2rem;
  font-weight: 600;
}
.offers-hotel-item .box-name a {
  color: inherit;
}
.offers-hotel-item .box-price {
  margin: 10px 0;
}
.offers-hotel-item .box-price span {
  display: inline-block;
  vertical-align: middle;
}
.offers-hotel-item .box-price span:last-child {
  margin-left: 0;
  vertical-align: bottom;
}
.offers-hotel-item .box-price .label {
  width: 65px;
  font-size: 13px;
  line-height: 16px;
  margin-right: 3px;
}
.offers-hotel-item .box-price .price {
  margin: 0 2px;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
.offers-hotel-item .box-address {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  color: #a1a1a1;
}
.offers-hotel-item .gr-btn {
  margin-top: 15px;
}

.needhelp {
  background-color: var(--accent-color);
}
.needhelp .box-content {
  max-width: 466px;
  margin: auto;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  padding: 0 20px;
}
.needhelp .box-content .title {
  color: #fff;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .needhelp .box-content .title {
    font-size: 6rem;
    margin-bottom: 80px;
  }
}
.needhelp .box-content-inner {
  position: relative;
}
.needhelp .box-content-inner::before {
  content: "";
  display: block;
  margin-bottom: 20px;
  width: 47px;
  height: 3px;
  background-color: #f1d8d1;
}
.needhelp .box-content-inner .desc {
  margin-bottom: 30px;
}
.needhelp .box-content-inner a {
  font-size: 30px;
  color: #f1d8d1;
  font-weight: 800;
}
@media (min-width: 1388px) {
  .needhelp .box-content-inner .cta-phone i {
    display: none;
  }
}
.needhelp .box-content-inner .footnote {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .needhelp .box-content-inner {
    padding-left: 142px;
  }
  .needhelp .box-content-inner::before {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
.needhelp .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .needhelp .col-image {
    order: 1;
  }
  .needhelp .col-image .box-image {
    max-width: 243px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 25px;
  }
  .needhelp .col-content {
    order: 2;
  }
}

.news-lastest {
  position: relative;
}
@media (min-width: 992px) {
  .news-list .col-item:nth-child(3n+2) {
    margin-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .news-list .news-card {
    margin-bottom: 40px;
  }
}
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease;
}
.news-card .news-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 24px;
  background: #ddd;
}
.news-card .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.news-card .news-content-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-card .news-content-foot .btn-link {
  font-size: 1.6rem;
}
.news-card .news-category {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9a8f7b;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}
.news-card .news-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .news-card .news-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .news-card .news-title {
    font-size: 20px;
  }
}
.news-card .news-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #6d6a65;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}
.news-card .news-date {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a39a8c;
  font-family: Arial, sans-serif;
}
.news-card.card-horizontal {
  display: flex;
  flex-direction: column;
}
.news-card.card-horizontal .news-thumb {
  margin-bottom: 0;
}
.news-card.card-horizontal .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card.card-horizontal .news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--bg-color);
  padding: 20px;
}
.news-card.card-horizontal .news-title {
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .news-card.card-horizontal {
    flex-direction: row;
  }
  .news-card.card-horizontal .news-thumb {
    width: 40%;
  }
  .news-card.card-horizontal .news-content {
    width: 60%;
    padding: 40px;
  }
}
.news-card:hover {
  transform: translateY(-6px);
}
.news-card:hover .news-thumb img {
  transform: scale(1.05);
}
.news-detail {
  background-color: #fff;
}
.news-detail-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  margin-bottom: 15px;
}
.news-detail-title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .news-detail-title {
    font-size: 6rem;
  }
}
.news-detail-inner {
  font-size: 1.6rem;
}
.news-detail-inner figure {
  text-align: center;
  margin-bottom: 15px;
}
.news-detail-inner img {
  margin: 0 auto;
}
.news-detail .gr-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #ccc;
}
.news-detail .gr-share-inner {
  display: flex;
  align-items: center;
}
.news-detail .gr-share-label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 10px;
}
.news-detail .gr-share-list {
  display: flex;
  gap: 6px;
}
.news-detail .gr-share-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.dest-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991.98px) {
  .dest-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .dest-cards-grid {
    grid-template-columns: 1fr;
  }
}

.dest-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  display: block;
  height: 360px;
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.dest-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.05) 60%);
}
.dest-card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 32px;
}
.dest-card__region {
  font-size: 1.2rem;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #eee;
  margin-bottom: 6px;
}
.dest-card__name {
  font-family: var(--primary-font);
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
}
.dest-card__count {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.dest-card__btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.25s, border-color 0.25s;
}
.dest-card__btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.dest-card:hover img {
  transform: scale(1.05);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.why-item {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-top: 3px solid var(--primary-color);
}
.why-item__icon {
  font-size: 3.2rem;
  color: var(--primary-color);
  margin-bottom: 16px;
}
.why-item__title {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-weight: 400;
  color: var(--second-color);
  margin-bottom: 10px;
}
.why-item__desc {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
}

.footer {
  background: var(--second-color);
  color: #fff;
}
.footer-main {
  padding: 60px 0;
}
.footer-col .footer-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-col .footer-desc {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.footer-col ul li a:hover {
  color: var(--primary-color);
}
@media (max-width: 991.98px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.footer-social li {
  margin: 0 !important;
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background: var(--primary-color);
  color: #fff !important;
  transform: translateY(-2px);
}
.footer-form {
  display: flex;
  flex-wrap: wrap;
}
.footer-form input {
  padding: 10px;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  flex: 1;
}
.footer-form button {
  border-radius: 4px;
}
.footer-bottom {
  padding: 15px 0;
}
.footer-bottom__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom__links ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom__links ul li a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease;
}
.footer-bottom__links ul li a:hover {
  color: var(--primary-color);
}
.footer-bottom__links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.backtotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1023;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  cursor: pointer;
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-fixed {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 1023;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-fixed .item {
  display: block;
}
.social-fixed .item img {
  width: 40px;
}

/*# sourceMappingURL=style.css.map */
