/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.footer_v2 .move_content {
  margin-top: -46px;
  padding-bottom: 46px;
}

.footer_v2 .footer_bg {
  padding-top: 145px;
}

.footer_v2 .footer_columns {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.5rem;
}

.footer_v2 .footer_logo {
  display: inline-block;
  margin-bottom: 12px;
}

.footer_v2 .footer_logo img {
  width: 256px;
  height: auto;
  max-width: 100%;
}

.footer_v2 .footer_about p {
  max-width: 340px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.footer_v2 .social ul li:first-child {
  margin-left: 0;
}

.footer_v2 .footer_contact {
  margin-bottom: 0;
}

.footer_v2 .footer_contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.footer_v2 .footer_contact i {
  color: #ebd7b2;
  font-size: 18px;
  line-height: 1.4;
}

.footer_v2 .footer_contact a {
  color: rgba(255, 255, 255, 0.88);
}

.footer_v2 .footer_contact a:hover {
  color: #ebd7b2;
}

.footer_v2 .footer_gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  max-width: 235px;
}

.footer_v2 .footer_gallery a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 1 / 1;
  background-color: rgba(255, 255, 255, 0.08);
}

.footer_v2 .footer_gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.footer_v2 .footer_gallery a:hover img {
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .footer_v2 .footer_bg {
    padding-top: 135px;
  }

  .footer_v2 .move_content {
    padding-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .footer_v2 .footer_bg {
    height: auto;
    padding-top: 120px;
  }

  .footer_v2 .move_content {
    margin-top: -38px;
    padding-bottom: 42px;
  }

  .footer_v2 .footer_about p,
  .footer_v2 .footer_gallery {
    max-width: none;
  }
}

.box_item_info .box_item_footer {
  gap: 16px;
  flex-wrap: wrap;
}

.box_item_info .box_item_footer .btn_4.learn-more {
  width: 220px;
  min-width: 220px;
  height: 2.6rem;
}

.box_item_info .box_item_footer .btn_4.learn-more .button-text {
  margin-left: 3.35rem;
  padding: 0.72rem 0.85rem 0.72rem 0;
  text-align: left;
  white-space: nowrap;
}

.box_item_info .box_item_footer .btn_4:hover .circle {
  width: 100%;
}

.box_item_info .box_item_footer .btn_4:hover .button-text {
  color: #fff;
}

.apart-room-page .box_item_info .facilities ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 14px;
  margin-bottom: 20px;
}

.apart-room-page .box_item_info .facilities ul li {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  line-height: 1.25;
}

.apart-room-page .box_item_info .facilities ul li i {
  flex: 0 0 auto;
}

.map_contact iframe {
  -webkit-filter: none;
  filter: none;
}

.whatsapp_float {
  position: fixed;
  right: 32px;
  bottom: 105px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp_float:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.whatsapp_float i {
  font-size: 24px;
  line-height: 1;
}

.whatsapp_float span {
  white-space: nowrap;
}

.hero.home-search .wrapper > .container {
  transform: translateY(58px);
}

.isotope-wrapper .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.row.home {
  align-items: stretch;
}

.row.home .item {
  display: flex;
}

.row.home a.box_contents {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.row.home a.box_contents figure {
  height: 260px;
  margin-bottom: 0;
}

.row.home a.box_contents figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row.home a.box_contents .wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.row.home a.box_contents .wrapper > em {
  margin-top: auto;
}

.booking_location {
  padding-top: 0;
  margin-top: -6px;
}

.booking_location a {
  align-items: flex-start;
}

.booking_location a i {
  line-height: 1.2;
}

.booking_location a span {
  font-size: 16px;
  line-height: 1.45;
}

.apart-room-page .lead {
  color: #555;
  font-size: 21px;
  line-height: 1.65;
}

.apart-summary-card {
  padding: 28px;
  border-left: 4px solid #978667;
  background: #f8f6f2;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.apart-summary-card strong {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 20px;
}

.apart-summary-card span {
  display: block;
  color: #666;
  line-height: 1.65;
}

.apart-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 70px;
  overflow: hidden;
  border-radius: 8px;
  background: #e8e1d4;
}

.apart-feature-strip div {
  min-height: 126px;
  padding: 26px 22px;
  background: #fbfaf8;
}

.apart-feature-strip strong {
  display: block;
  color: #978667;
  font-size: 34px;
  line-height: 1;
}

.apart-feature-strip span {
  display: block;
  margin-top: 10px;
  color: #444;
  font-weight: 600;
  line-height: 1.4;
}

.apart-amenities {
  padding-top: 35px;
}

.amenity-card {
  height: 100%;
  padding: 28px 30px;
  border: 1px solid #eee8dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.05);
}

.amenity-card h3 {
  margin-bottom: 16px;
  color: #333;
  font-size: 20px;
}

.amenity-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amenity-card li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  color: #5d5d5d;
  font-size: 15px;
  line-height: 1.45;
}

.amenity-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #978667;
}

.amenity-card-muted {
  background: #f8f6f2;
}

@media (max-width: 991px) {
  .apart-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.nearby-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.nearby-gallery-grid img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.main-menu ul li.lang_switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 68px;
  padding: 6px 11px;
  border: 1px solid rgba(151, 134, 103, 0.45);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.main-menu ul li.lang_switch .lang_flag {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.main-menu ul li.lang_switch a:hover {
  background: #978667;
  border-color: #978667;
  color: #fff;
}

@media (max-width: 991px) {
  .main-menu ul li.lang_switch a {
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  .whatsapp_float {
    right: 24px;
    bottom: 96px;
    width: 52px;
    min-height: 52px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp_float span {
    display: none;
  }

  .hero.home-search .wrapper > .container {
    transform: translateY(34px);
  }

  .apart-feature-strip {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }

  .apart-feature-strip div {
    min-height: 0;
  }

  .apart-room-page .lead {
    font-size: 18px;
  }

  .nearby-gallery-grid {
    gap: 12px;
  }

  .nearby-gallery-grid img {
    height: 150px;
  }

  .box_item_info .box_item_footer {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .apart-room-page .box_item_info .facilities ul {
    grid-template-columns: 1fr;
  }

  .box_item_info .box_item_footer .btn_4.learn-more {
    width: 100%;
    min-width: 0;
  }

  .box_item_info .box_item_footer .btn_4.learn-more .button-text {
    text-align: center;
  }
}
