/*ROOM STYLE 1 */
.room-image img {
  width: 100%;
  /* height: 300px; */
  height: 400px !important;
  object-fit: cover;
  display: block;
}
.room-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.room-title {
  color: var(--es-primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.room-meta {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}
.custom-book:hover {
  background-color: #c19676 !important;
  color: #fff !important;
  border-color: #a6a6a6 !important;
}
.custom-book {
  border: 1px solid #989898dc;
  padding: 1px 17px;
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .container.room-custome-loop {
    max-width: 100%;
    padding: 15px;
  }
  .tour-image img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 400px !important;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .room-custome-loop .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1344px !important;
  }
}
/* ========== */
.room-meta-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 10px 0 0px 0;
  flex-wrap: wrap;
}
.room-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17324a;
  font-size: 20px;
  line-height: 1;
}
.room-meta-icon i {
  color: var(--es-primary-color);
}
.room-meta-icon svg {
  width: 20px;
  height: 20px;
  color: var(--es-primary-color);
}
.room-meta-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.room-meta-label {
  font-size: 13px;
  font-weight: 200;
  color: var(--es-primary-color);
  text-transform: capitalize;
  margin-bottom: 2px;
}
.room-meta-value {
  font-weight: 200;
  font-size: 14px;
  color: #1a1a1a;
}
/* STYLE 2 – TOUR CARD */
.tour-card {
  height: 590px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.326);
}
.tour-card:hover img {
  transform: scale(1.06);
}
.tour-custom-card {
  height: 590px !important;
}
.tour-custom-content {
  height: 190px !important;
}
.tour-image img {
  width: 100%;
  height: 100% !important;
  transition: 0.6s;
  object-fit: cover;
  cursor: pointer;
}
.tour-image {
  overflow: hidden !important;
  height: 400px;
}
.tour-content {
  display: flex;
  flex-direction: column;
  height: 180px;
  margin-bottom: 10px;
  gap: 0.9rem;
  padding: 0 15px 30px 15px;
}
@media (max-width: 934px) {
  .tour-content {
    gap: 0.4rem !important;
  }
}
@media (max-width: 855px) and (min-width: 768px) {
  .room-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0px 0 15px 0;
    flex-wrap: wrap;
  }
}
@media (max-width: 445px) {
  .room-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0px 0 5px 0;
    flex-wrap: wrap;
  }
  .room-meta-value {
    width: 66px !important;
  }
  .room-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .room-meta-icon {
    font-size: 15px !important;
  }
  a.tour-link {
    font-size: 12px !important;
  }
  a.tour-book {
    font-size: 12px !important;
  }
}
.tour-image a {
  display: block;
  height: 400px;
}
.tour-title {
  color: var(--es-primary-color);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.tour-description {
  color: #4d4d4d;
  line-height: 1.7;
}
@media (max-width: 842px) {
  .tour-description {
    min-height: 45px;
  }
}
.tour-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.tour-custom span {
  font-size: 18px;
  transition: 0.3s;
}
.tour-custom:hover {
  color: #b8895d;
}
.tour-custom:hover span {
  transform: translateX(6px);
}
.tour-divider {
  border: 0;
  border-top: 1px solid #ececec;
}
.tour-price {
  margin-bottom: auto;
}
.froms {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #6b6b6b;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.tour-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.price-item {
  align-items: baseline;
  gap: 6px;
}
.price-amount {
  font-weight: 700;
  color: var(--es-primary-color);
  font-size: 18px;
  line-height: 1.2;
}
.price-item--secondary .price-amount {
  font-size: 16px;
}
.price-unit {
  font-size: 14px;
  color: var(--es-active-color, #c58a2c);
  white-space: nowrap;
}
.tour-actions {
  display: flex;
  justify-content: space-between;
}
.tour-link,
.tour-book {
  font-size: 0.8rem;
  font-weight: 200;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-color: #7d7d7d;

  border-bottom: 1px solid transparent;
}
.tour-link:hover,
.tour-book:hover {
  border-color: var(--es-active-color);
}
a.tour-link {
  color: #000;
  font-size: 0.8rem;
  border-color: #989898dc;
}
a.tour-book {
  color: #000;
  border-color: #989898dc;
  font-size: 0.8rem;
  line-height: 36px;
}
.tour-actions a:hover {
  color: var(--es-active-color);
}
.tour-price .price-line {
  display: block;
  line-height: 1.6;
}
.tour-price .price-line {
  margin-bottom: 6px;
}
/*ROOM STYLE 3*/
.room-style-3 .room-image-card {
  display: block;
  text-decoration: none;
}
.room-image-wrap {
  position: relative;
  overflow: hidden;
}
.room-image-wrap img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.room-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px;
}
.room-overlay-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.4;
}
.room-image-wrap:hover .room-overlay-title {
  color: var(--es-active-color);
}
.room-image-card:hover img {
  transform: scale(1.08);
}
.room-image-card:hover .room-overlay {
  background: rgba(0, 0, 0, 0.45);
}
/*TOUR STYLE 4*/
.room-style-4 .tours-image-card {
  display: block;
  text-decoration: none;
}
.tours-image-wrap {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  justify-content: center;
}
.tours-image-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tours-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.tours-image-card:hover img {
  transform: scale(1.5);
}
.tours-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.tours-overlay-title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
  max-width: 80%;
}
/*STYLE 5 – FACILITY IMAGE GRID*/
.room-style-5 .facility-card {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.room-style-5 .facility-image {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.room-style-5 .facility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.room-style-5 .facility-image:hover img {
  transform: scale(1.08);
}
.room-style-5 .facility-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #14435ea9 100%);
  transition: background 0.4s ease;
}
.room-style-5 .facility-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 8px 0;
  font-family: "Cormorant", serif;
  transition: color 0.4s ease;
}
.room-style-5 .facility-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  opacity: 0.9;
  line-height: 25px;
  border-bottom: 1px solid #ffffffd1;
  cursor: pointer;
  transition:
    color 0.4s ease,
    gap 0.3s ease;
}
.room-style-5 .facility-link:hover {
  border-bottom: 1px solid var(--es-active-color) !important;
}
.room-style-5 .facility-link .link-text {
  text-decoration: underline;
  text-underline-offset: 4px;
  border-bottom: 1px solid white !important;
}
.room-style-5 .facility-link .arrow {
  text-decoration: none;
  transition: transform 0.3s ease;
}
.room-style-5 .facility-link:hover {
  color: var(--es-active-color);
  border: var(--es-active-color);
}
.room-style-5 .facility-link:hover .arrow {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .room-style-5 .facility-image {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .room-style-5 .facility-image {
    height: 240px;
  }
}
/*STYLE 6 – home page room grid*/
.room-style-6 {
  width: 100%;
}
.style6-card {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.style6-image {
  position: relative;
  height: 400px !important;
  overflow: hidden;
}
.style6-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease;
}
.style6-card:hover img {
  transform: scale(1.1);
}
.style6-box {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.095);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.style6-title {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color 0.4s ease;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  text-align: center;
  height: 50%;
  background: rgba(255, 255, 255, 0.414);
}
.style6-card:hover .style6-title {
  color: var(--es-primary-color);
}
