@media only screen and (max-width: 768px){
 .elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 100%!important;
}
}
.elementor-image-gallery .gallery-columns-3 .gallery-item {
    max-width: 100%!important;
}
.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
}
.testimonial-text {
    font-size: 16px;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
}
.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name {
    margin: 0;
    font-weight: 600;
}
.testimonial-role {
    font-size: 14px;
    color: #777;
}

 .grid_image_tab .gallery-columns-3 .gallery-item {
    max-width: 100%;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.glipmse_gallery .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.elementor-image-gallery .gallery-item {
    display: block;
    width: 100%; 
    height: auto; 
}
.elementor-image-gallery .gallery-item img {
    width: 100%;
    height: auto; 
    display: block;
    object-fit: cover; 
}
#load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #F2B84C;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}
.slick-prev:before, .slick-next:before {
  color: #bfa78f!important; /* black arrows */
  font-size: 28px !important;
}
.room-card .room-img img {
  transition: transform 0.4s ease;
}

.room-card:hover .room-img img {
  transform: scale(1.05);
}

.gallery-icon.portrait img {
  transition: transform 0.4s ease;
}
.gallery-icon.portrait:hover img {
  transform: scale(1.05);
}
.gallery-icon.landscape img {
  transition: transform 0.4s ease;
}
.gallery-icon.landscape:hover img {
  transform: scale(1.05);
}


/* ====== Two Room Hover Boxes ====== */
.room-hover-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  margin: 40px 0;
}

.room-hover-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  flex: 1 1 45%;
  min-width: 300px;
  max-width: 500px;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-hover-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.room-hover-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.room-hover-box:hover img {
  transform: scale(1.1);
}

/* Overlay section */
.room-hover-overlay {
  position: absolute;
  inset: 0;
/*   background: rgba(0, 0, 0, 0.6); */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.room-hover-box:hover .room-hover-overlay {
  opacity: 1;
}

/* Buttons inside overlay */
.room-buttons {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.room-btn,
.room-buttons a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, color 0.3s ease;
}

.room-btn:hover,
.room-buttons a:hover {
  background-color: #F2B84C;
  color: #fff;
}

/* Title Bar always visible */
.room-title-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 14px 18px;
  text-align: center;
  z-index: 2;
}

.room-title-bar h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px) {
  .room-hover-container {
    flex-direction: column;
    align-items: center;
  }

  .room-hover-box {
    width: 90%;
    max-width: 400px;
  }
}

.room_btn_grp {
    display: flex;
    gap: 44px;
}
.rev-book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 28px;
    background-color: #94220A;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
	text-transform:uppercase;
    transition: all 0.3s ease;
    border-radius: 20px;
/*  font-family: 'Roboto'; */
/* 	font-family:'myriad-pro-light'; */
	font-family: "avenir-light";
}
.rev-book-now i {
        font-size: 18px;
}
.rev-book-now:hover {
        color: #fff!important;
}

.glipmse_gallery .gallery-item {
    max-width: 100% !important;
}