/* =========================
   ROOM STYLE 1 
========================= */
/* Image */
.room-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

/* Content */

.rooms-content {
  gap: 0.95rem !important;
}

.room-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.room-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.room-meta {
  font-size: 14px;
  color: #000;
  margin-bottom: 0px;
}

.room-image img {
  height: 400px !important;
  object-fit: cover;
}

@media (max-width: 1399px) {
  .container.room-custome-loop {
    max-width: 100%;
    padding: 22px;
  }
  .tour-image img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* height: 100% !important; */
    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;
  }
}
/* ------------end loop---------------- */

/* 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-image img {
  width: 100%;
  height: 450px !important;
  object-fit: cover;
}
.tour-image {
  overflow: hidden !important;
  height: 400px;
}
.tour-image img {
  transition: transform 1.5s ease;
}
.tour-image img:hover {
  transform: scale(1.2);
}
.tour-content {
  display: flex;
  flex-direction: column;
  height: 180px;
  margin-bottom: 10px;
  gap: 0.5rem;
  padding: 0 15px 30px 15px;
}
.tour-image a {
    display: block;
}

.tour-image img {
    cursor: pointer;
}

.tour-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tour-price {
  font-size: 13px;
  color: #c58a2c;
  margin-bottom: auto;
}
.froms{
  color: #000;
}
.tour-price .from {
  font-weight: 400;
  color: var(--es-active-color);
  font-size: 14px;
  line-height: 10px;
}

.tour-actions {
  display: flex;
  justify-content: space-between;
}

.tour-link,
.tour-book {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-color: #7d7d7d;

  border-bottom: 1px solid transparent;
}

.tour-link:hover,
.tour-book:hover {
  border-color: #dea700;
}
a.tour-link {
  color: #000;
  border-color: #989898dc;
}
a.tour-book {
  color: #000;
  border-color: #989898dc;
}
.tour-actions a:hover {
  color: var(--es-brown-lighter);
}
.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;
}

/* Overlay */
.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);
}
/* Hover effect */
.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; /* adjust height if needed */
  overflow: hidden;
  justify-content: center;
}

.tours-image-wrap img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Dark overlay */
.tours-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Hover zoom */
.tours-image-card:hover img {
  transform: scale(1.5);
}

/* Text overlay */
.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
================================ */
/* Container fix */
.room-style-5 .facility-card {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

/* Image wrapper */
.room-style-5 .facility-image {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

/* Image */
.room-style-5 .facility-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover zoom */
.room-style-5 .facility-card:hover img {
  transform: scale(1.1);
}

/* Overlay */
.room-style-5 .facility-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.4s ease;
}

/* Title */
.room-style-5 .facility-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.4s ease;
  font-family: "Cormorant", serif;
}

/* Hover title color */
.room-style-5 .facility-card:hover .facility-title {
  color: #f5c400; /* yellow */
}
/* ===============================
   STYLE 6 – home page room grid
================================ */
/* Wrapper */
.room-style-6 {
  width: 100%;
}

/* Card link */
.style6-card {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

/* Image container */
.style6-image {
  position: relative;
  height: 400px !important;
  overflow: hidden;
}

/* Image itself */
.style6-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease;
}

/* Hover → scale ONLY image */
.style6-card:hover img {
  transform: scale(1.1);
}

/* Overlay box (background stays fixed) */
.style6-box {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.095);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Title */
.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);
}

/* Hover → title color change only */
.style6-card:hover .style6-title {
  color: #dea700;
}
