* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif, Microsoft JhengHei Light;
}

body {
  background: #fff;
}

/* HERO SECTION */
.hero {
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
  border-bottom: 0px solid rgba(0, 0, 0, 0.2);
}

.hero-bg {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.8s ease-in-out; /* same feel as your bottom slider */
  z-index: 0;
}

.hero-bg.active {
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-text,
nav {
  position: relative;
  z-index: 2;
}

/* NAVBAR */
nav {
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav .logo {
  font-size: 28px;
  font-weight: 50;
  color: white;
  letter-spacing: 1px;
}

.logo img {
    height: 50px;     /* adjust size */
    width: auto;      /* keeps proportions */
    margin-right: 10px; 
    vertical-align: middle;
}

nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}

nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: 0.3s ease;
}

nav ul li a:hover {
  color: #e0e0e0;
}

/* HAMBURGER (for mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.hamburger div {
  width: 28px;
  height: 3px;
  background: white;
}

/* HERO TEXT */
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.hero-text h1 {
  font-size: 70px;
  font-weight: 10;
  margin-bottom: 20px;
  color:rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 2px rgba(0,0,0,0.09);
}

.hero svg {
  height: 50px;     /* adjust size */
  width: auto;      /* keeps proportions */
  margin-right: 10px; 
  margin-bottom: 8px;
  vertical-align: middle;
  opacity: 0.7;
}

.hero-text p {
  font-size: 16px;
  color:rgba(233, 233, 233, 0.8);
  text-shadow: 0px 0px 2px rgba(0,0,0,0.0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  nav ul {
    display: none;
    position: absolute;
    top: 80px;
    right: 15px;
    background: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
  }

  nav ul.show {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .hero-text h1 {
    font-size: 45px;
  }
}

/* BOOKING INFO SECTION */
.booking-info {
  position: relative;
  padding: 40px 50px;
  overflow: hidden;
}


/* Blur + tint */
.booking-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/honeybee5.png') center/cover no-repeat;
  filter: blur(15px);
  transform: scale(1.1); /* avoids blur edges */
  z-index: 0;
}

.booking-info::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.book-cover {
  position: relative;
  z-index: 2;
}


/* Heading container */
.booking-left {
  z-index: 1;
}

/* Heading */
.booking-left h2 {
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 100;
  padding-left: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.981);
  color: rgb(255, 255, 255);
  z-index: 2;
}

/* List container */
.booking-right {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 2;
}

.booking-right ol {
  padding-left: 20px;
}

.booking-right li {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}


/* APARTMENT SECTIONS */
.apartments, .vip-apartments {
    position: relative;
    padding: 2px 0px;
    background: black;
}
.head {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.head svg {
  height: 50px;     /* adjust size */
  width: auto;      /* keeps proportions */
  margin-right: 2px; 
  margin-bottom: 8px;
  vertical-align: middle;
  opacity: 1.0;
}

.head h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 5vw, 2.7rem);
  font-weight: 100;
  font-family: 'Orbitron', sans-serif;
  padding-left: 2%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: rgba(14, 11, 0, 0.981);
  color: rgb(255, 255, 255);
  z-index: 2;
}


/* INDIVIDUAL APARTMENT CARD */
.apartment {
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  margin-bottom: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 0px;
  overflow: hidden;
 
}

.apartment-left {
  position: relative;
  flex: 1 1 90px;
}


.apartment-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apartment-left .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(255,255,255,0.02);
  padding: 5px 10px;
  font-weight: bold;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.apartment-leftt {
  position: relative;
  flex: 1 1 90px;
}


.apartment-leftt img {
  width: 100%;
  height: 100%; 
  object-fit: cover;
}

.apartment-leftt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  z-index: 1;
}

.apartment-leftt .price {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 5px 10px;
  font-weight: bold;
  font-size: 32px;
  color: rgba(223, 223, 223, 0.8);
  border-radius: 5px;
  z-index: 2;
}


/* RIGHT SIDE CONTENT */
.apartment-right {
  flex: 1 1 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apartment-right h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 2.5rem, 2.5rem);
  font-weight: 100;
  color: rgb(1, 255, 192);
}

.apartment-right p {
  margin-bottom: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 1.0);
  font-size: 15px;
  font-weight: 10;
  font-family: 'Microsoft JhengHei Light', Arial;
}

/* BUTTONS */
.buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.buttons button {
  padding: 13px;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s;
}

.buttons .dishes-btn {
  background-color: rgb(0, 180, 150);
}

.buttons .dishes-btn:hover {
  background-color: rgba(0, 255, 213, 1.0);
}

.buttons .view-btn {
  
 background-color: rgb(0, 172, 143);
}

.buttons .view-btn:hover {
  background-color: rgba(0, 255, 213, 1.0);
}

.buttons .book-btn {
  background-color: rgb(51, 28, 0);
  color: white;
}

.buttons .book-btn:hover {
  background-color: rgba(85, 27, 0, 0.9);
}

.buttons .book-bn {
  background-color: rgb(51, 28, 0);
  color: white;
}

.buttons .book-bn:hover {
  background-color: rgba(85, 27, 0, 0.9);
}

/* POPUP SLIDER */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: auto;
  max-height: 1000px;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.popup {
  opacity: 0;
  transition: opacity 1s ease;
}

.popup.show {
  opacity: 1;
}

.tall-image {
  object-fit: contain !important; 
}

.slider-container {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: auto;
}

.slider-content {
  position: relative;
  overflow: hidden;
  align-content: center;
  border-radius: 2px;
  
}

.slider-content img {
  width: 100%;
  max-height: 500px; 
  display: block;
  opacity: 0.7;
  transition: all 0.7s ease;
}
.slider-content img.active {
  opacity: 1;
}

.slide-text {
  position: absolute;
  bottom: 20px;
  left: 35%;
  color: #fff;
  font-size: 2rem;
  font-weight: 30;
  background-color: rgba(0,0,0,0.2);
  padding: 5px 50px;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.5s ease;
}

.slide-text.active {
  opacity: 1;
  transform: translateY(0);
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 2rem;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border-color: transparent;
  user-select: none;
  transform: translateY(-50%);
  z-index: 2;
}

.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.5);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .booking-info {
    flex-direction: column;
  }

  .apartment {
    flex-direction: column;
  }

  .apartment-left, .apartment-right {
    flex: 1 1 100%;
  }

  .buttons {
    flex-direction: row;
    justify-content: space-between;
  }

  .buttons button {
    flex: 1 1 30%;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .booking-left h2 {
    font-size: 1.5rem;
  }

  .apartment-right h3 {
    font-size: 1.2rem;
  }

  .slide-text {
    font-size: 0.9rem;
  }
}

footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
}
.social-icons a {
  color: white;
  font-size: 22px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: rgb(0, 236, 253);
  transform: scale(1.1);
}

