.elementor-449 .elementor-element.elementor-element-199500f{--display:flex;}/* Start custom CSS */h1.entry-title {
  display: none !important;
}






/* ===== Maldives Menu Scrollable Tabs ===== */
.maldives-menu {
  background-color: #0c0d11;
  padding: 40px;
  border-radius: 14px;
  font-family: 'Open Sans', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}

/* Scrollable horizontal tab row */
.maldives-menu .menu-scroll {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 15px;
  scrollbar-width: none;
}

.maldives-menu .menu-scroll::-webkit-scrollbar {
  display: none;
}

/* Each tab button */
.maldives-menu .menu-tab {
  flex: 0 0 auto;
  background: #1b1d24;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
  white-space: nowrap;
  border: 1px solid transparent;
}

.maldives-menu .menu-tab:hover,
.maldives-menu .menu-tab.active {
  background: linear-gradient(90deg, #1fa2ff, #12d8fa, #a6ffcb);
  color: #0c0d11;
  font-weight: 600;
  border-color: #12d8fa;
}

/* ===== Menu Items Layout ===== */
.maldives-menu .menu-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

/* Each item: name left, price right */
.maldives-menu .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #14161c;
  padding: 14px 20px;
  border-radius: 12px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.maldives-menu .menu-item:hover {
  border-color: #12d8fa;
}

.maldives-menu .menu-name {
  font-size: 16px;
  font-weight: 500;
}

.maldives-menu .menu-price {
  font-size: 16px;
  color: #12d8fa;
  font-weight: 600;
}

/* ===== Responsive Fix ===== */
@media (max-width: 768px) {
  .maldives-menu {
    padding: 25px;
  }
  .maldives-menu .menu-item {
    padding: 12px 16px;
  }
  .maldives-menu .menu-name,
  .maldives-menu .menu-price {
    font-size: 15px;
  }
}



/* Hide site logo in footer */
.site-footer .site-logo,
.footer-logo {
    display: none !important;
}/* End custom CSS */