@import url('https://fonts.googleapis.com/css?family=Comfortaa');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
}

.site-header {
	background:#003C6E;
  padding: 10px 0;
  border-bottom: 1px solid #ff6e10;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  max-height: 60px; background:#fff; padding:5px;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap:15px;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li > a {
  text-decoration: none;
  color:#fff;
  font-size: 17px;
  padding: 2px 0;
  display: inline-block;
  position: relative;
}

.nav-menu > li > a:hover,
.nav-menu > li > a.active {
  border-bottom: 2px solid #FF6E10;
  border-top: 2px solid #FF6E10;
}

.arrow {
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  z-index: 999;
  list-style: none;
  padding: 0;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  color: #2c3e50;
  padding: 10px 13px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #e1b756;
  text-decoration: none;
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #f4f4f4;
}

/* Book Now Button */
.book-now-btn {
  background-color:#3b7bc3;
  color: white;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 15px;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.book-now-btn:hover {
  background-color:#ff6e10;
}
.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #2c3e50;
 /* margin: 4px 15px 4px 20px;*/
  transition: 0.3s;
}
/* Responsive */
@media (max-width: 768px) {
  .nav-menu {
    flex-direction: column;
    align-items: flex-start;   gap:10px;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
  }

  .book-now-btn {
    margin-top: 10px;
  }
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}


@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    padding: 10px 0;
	
 }


  .nav-menu.active {
    display: flex;
  }

  .nav-menu li {
    width: 100%;
  /*padding: 10px 20px;*/
  }

  .nav-menu li a {
    width: 100%; margin:0;
    display: block;
  }
    .dropdown-menu {
    position: static;
    width: 100%;
  }
}

/*Rooms*/



body {
  margin: 0;
  color: #002f6c;
  text-align: center;
}

.guest-rooms {
  padding:20px;
  background-color: #E8F0F8;
}

.guest-rooms h2 {
  font-size: 2.5rem;
  color: #003366;
  margin-bottom:40px;
}

.subtitle {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 40px;
}

.room-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.room-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  width: 420px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.room-card:hover {
  transform: translateY(-5px);
}

.room-card img {
  width: 100%;
  height: auto;
  display: block;
}

.room-card h3 {
  font-size: 1.4rem;
  color: #002f6c;
  margin: 15px 0;
}

.btn {
  display: inline-block;
  background: #002f6c;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #004b99;
}

.center-btns {
  margin-top: 40px;
}

.btn.yellow {
  background-color: #ffd400;
  color: #000;
  margin: 10px;
}

.btn.yellow:hover {
  background-color:#FF6E10; color:#fff;
}

/* ✅ iPad Mini layout (768px) fix */
@media (max-width: 1024px) and (min-width: 700px) {
  .room-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
  }

  .room-card {
    width: 95%;
    max-width: 360px;
  }

  .guest-rooms {
    padding: 40px 15px;
  }

  .btn {
    font-size: 0.95rem;
    padding: 9px 18px;
  }
}

/* amen*/

  h2 {
    text-align: center;
    font-size: 2.5rem;
    margin:40px 0 50px 0;
    background: linear-gradient(90deg, #00f5ff, #ff00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .flip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .flip-card {
    height: 260px;
    perspective: 1000px;
  }
  .flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-inner,
  .flip-card:focus-within .flip-inner {
    transform: rotateY(180deg);
  }
  .front, .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  }
  .front {
    background: linear-gradient(135deg, #9391ff 0%, #003a80 100%);
  }
  .back {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    transform: rotateY(180deg);
  }
  .front i {
    font-size: 2.8rem;
    margin-bottom: 16px; color:#fff;
  }
  .front h3 {
    font-size: 1.35rem; color:#fff;
    margin: 0;
  }
  .back p {
    font-size:1.3rem; color:#fff;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    padding: 0 10px;
  }
  @media (max-width: 480px) {
    .flip-card { height: 220px; }
    .front i { font-size: 2.4rem; }
    .front h3 { font-size: 1.2rem; }
    .back p { font-size: 0.9rem; }
  }
/*gallery*/

    .gallery-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 10px;
      padding: 20px;
    }

    .gallery-container img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .gallery-container img:hover {
      transform: scale(1.05);
    }

    /* Lightbox overlay */
    .lightbox {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.9);
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80%;
      border-radius: 8px;
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: #fff;
      cursor: pointer;
    }

    /* Navigation arrows */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      color: white;
      padding: 10px;
      user-select: none;
    }

    .prev { left: 30px; }
    .next { right: 30px; }

    .prev:hover, .next:hover {
      color: #ffcc00;
    }

    /* View More Button */
    .view-more {
      display: inline-block;
      margin: 20px auto 40px;
      padding: 12px 25px;
      font-size: 18px;
      font-weight: bold;
      background: linear-gradient(135deg, #ffcc00, #ff9900);
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      transition: 0.3s;
    }

    .view-more:hover {
      background: linear-gradient(135deg, #ff9900, #ff6600);
      box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    }