* { box-sizing: border-box; margin: 0; padding: 0; }
body { background:#fff; color:#111; font-family: 'arial'; }
a { text-decoration: none; color: inherit; }

header {
  position: absolute;
  top: 0; left: 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 20px;
  color: #fff; z-index: 20;
  background: rgba(0,0,0,0.45);
}
.top-bar {
  display:flex; gap:20px; font-size:12px; align-items:center;
}
.top-bar span { display:flex; align-items:center; gap:6px; opacity:0.9; }
nav {
  display:flex; align-items:center; gap:22px;
  font-size:13px; letter-spacing:1px;
}
nav a { color:#fff; opacity:0.9; }
nav a:hover { opacity:1; }
.btn-book {
  background:#25a7df; color:#fff; padding:8px 16px;
  border-radius:20px; font-weight:bold;
}
.menu, .close-menu { display:none; font-size:26px; cursor:pointer; }

.mobile-nav {
  position:fixed; top:0; right:-100%; height:100%; width:100%;
  background:#fff; color:rgba(0,0,0,0.5); padding:24px;
  transition:right .3s ease; z-index:40;
  font-family: arial; font-weight: bolder;
  text-align: center;
}
.mobile-nav.active { right:0; }
.mobile-nav a { display:block; margin:18px 0; font-size:120%; }

.close-menu {
  display:block;
  font-size:22px;
  cursor:pointer;
  color: #000;
  position: absolute;
  right: 4%;
  top: 10px;
}
}

.logo { display:flex; align-items:center; gap:8px; font-size:13px; letter-spacing:1px; }
.logo-box { width:52px; height:52px; background:#1f7a3a; float: left; margin: 0 5px 0 0}
.logo-box img{ width:100%;}
.menu { font-size:22px; cursor:pointer; }

.hero { height:70vh; position:relative; overflow:hidden; }
.hero::after { content:""; position:absolute; inset:0; background:rgba(0,0,0,.25); z-index:2; }

.slides { height:100%; position:relative; }
.slide {
  position:absolute; inset:0; background-size:cover; background-position:center;
  opacity:0; transition:opacity 1.2s ease-in-out;
}
.slide.active { opacity:1; }

.arrow {
  position:absolute; top:50%; transform:translateY(-50%);
  font-size:36px; color:#fff; z-index:3; cursor:pointer;
  padding:10px;
}
.arrow.left { left:10px; }
.arrow.right { right:10px; }

.dots {
  position:absolute; bottom:18px; left:50%; transform:translateX(-50%);
  display:flex; gap:8px; z-index:3;
}
.dot { width:9px; height:9px; border-radius:50%; background:rgba(255,255,255,.5); cursor:pointer; }
.dot.active { background:#fff; }

.progress {
  position:absolute; bottom:0; left:0; height:3px; background:#25a7df;
  width:0%; z-index:3; transition:width 5s linear;
}

.booking { background:#fff; padding:22px 16px; text-align:center; }
.booking-row { display:flex; justify-content:space-around; margin-bottom:18px; }
.booking-item h4 { font-size:11px; letter-spacing:1px; color:#777; }
.booking-item div { font-size:22px; margin-top:4px; }
.btn-primary { background:#25a7df; color:#fff; border:none; padding:14px; width:100%; font-weight:bold; cursor:pointer; }

.welcome { padding:42px 20px; text-align:center; }
.welcome h2 { font-size:150%; letter-spacing:2px; line-height:1.4; }
.welcome img{ width: 40%}

.rooms { background:#000; padding: 20px 0}
.rooms h3 { text-align:center; letter-spacing:2px; margin-bottom:16px; }
.room-card { border:1px solid #ddd; border-radius:6px; overflow:hidden; }
.room-card-content { padding:18px; text-align:center; }
.room-card-content h1 {
  margin-top:20px;
  font-size: 150%
}
.room-card-content button {
  background:#25a7df;
  color:#fff;
  border:none;
  padding:20px 2%;
  width: 20%;
  border-radius: 5px;
  margin: auto;
  cursor: pointer;
}

.calendar {
  position:fixed; inset:0; background:rgba(0,0,0,.6); display:none;
  align-items:center; justify-content:center; z-index:50;
}
.calendar-box {
  background:#fff;
  padding:24px;
  width:90%;
  max-width:320px;
  text-align:center;
  position: absolute;
  top: 100px;
  left: 5%;
}
.calendar-box input { width:100%; padding:10px; margin:10px 0; }
.close { margin-top:10px; font-size:14px; cursor:pointer; }

.accessibility {
  position:fixed; right:16px; bottom:120px; width:52px; height:52px;
  border-radius:50%; background:#1e4bd8; color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:28px; z-index:20;
}

.desktop { display: block;}
.mobile { display: none;}


/* --- ROOM SIDE-BY-SIDE LAYOUT --- */
.room-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  margin: 15px 1%;
  border: none;
  border-radius: 0;
}

/* Text + button on the LEFT */
.room-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Image on the RIGHT */
.room-card img {
  flex: 1;
  object-fit: cover;
   width:50%;
   cursor: pointer;
   transition: transform 1s ease;
}
/* --- ROOM IMAGE ZOOM ON HOVER --- */
.room-card {
  overflow: hidden;
}


.room-card:hover img {
  transform: scale(1.12);
}


/* --- EXPLORE AREA --- */
.explore-area {
  background:#fff;
  padding:60px 0 30px;
}

.explore-title {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:30px;
}

.explore-title h3 {
  font-size:14px;
  letter-spacing:2px;
  font-weight:600;
}

.explore-title span {
  flex:1;
  height:1px;
  background:#ccc;
  max-width:200px;
}




.explore-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}

.explore-grid div {
  position:relative;
  overflow:hidden;
  cursor: pointer;
}

.explore-grid img {
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  transition: transform .6s ease;
}

.explore-grid div::after {
  content: attr(data-title);
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  letter-spacing:2px;
  opacity:0;
  transition:opacity .4s ease;
}

.explore-grid div:hover img {
  transform:scale(1.15);
}

.explore-grid div:hover::after {
  opacity:1;
}

/* --- FOOTER --- */
.site-footer {
  background:#000;
  color:#fff;
  padding:50px 20px;
}

.footer-inner {
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}

.footer-col h4 {
  font-size:14px;
  margin-bottom:15px;
  letter-spacing:1px;
}

.footer-col p,
.footer-col li {
  font-size:13px;
  color:#bbb;
  line-height:1.8;
  list-style:none;
  margin:0;
  padding:0;
}

.footer-col ul {
  padding:0;
}

/* --- RESPONSIVE --- */
@media(max-width:900px){
  nav, .top-bar { display:none; }
  .menu { display:block; }

  .booking-row { display:block;}
  .booking-item { margin-bottom: 40px;
    border-bottom: 0.01px solid #ccc;
    line-height: 30px;
    padding: 0 0 20px 0;
  }

  .welcome h2 { font-size:100%; letter-spacing:2px; line-height:1.4; }
  .welcome img{ width: 100%}

  .desktop { display: none;}
  .mobile { display: block;}

  .room-card {
    flex-direction: column;
  }

  .room-card img {
    flex: 1;
    object-fit: cover;
     width:100%;
  }

  .room-card-content h1 {
    margin:20px 0 0 0;
    font-size: 100%
  }

  .room-card-content button {
    padding:15px 5%;
    margin-top: 20px;
    width: 40%;
  }

  .explore-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .footer-inner{
    flex-direction:column;
  }

  .explore-grid{
    grid-template-columns:1fr;
  }
}
