#navbar .logo {
  float: none;
  text-align: center;
}

#navbar ul, 
#navbar ul li {
  float: none;
}

#navbar ul li a {
  padding: 5px;
  border-bottom: #444 dotted 1px;
}

/* Showcase */
#showcase {
  height: 100%;
}

#showcase .showcase-content {
  padding-top: 70px;
  padding-bottom: 30px;
}

/* Hotel Info - Fixed for mobile */
#hotel-info {
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

#hotel-info .info-img,
#hotel-info .info-text {
  float: none !important;
  width: 100% !important;
  min-height: auto !important;
}

#hotel-info .info-img {
  order: 2 !important;
  display: block !important; /* Force display */
  background: #2a2a2a !important; /* Match your dark background */
}

#hotel-info .info-text {
  order: 1 !important;
}

.info-img-content {
  padding: 40px 20px !important;
  display: block !important; /* Ensure visibility */
}

/* Boxes */
.box {
  float: none;
  width: 100%;
}

/* About Info */
#about-info .info-right,
#about-info .info-left {
  float: none;
  width: 100%;
}

#about-info .info-right {
  margin-top: 30px;
}

.l-heading {
  text-align: center;
}

/* Contact Info */
#contact-info .box {
  border-bottom: #089be0 dotted 1px;
}