body {
  background-color: #d65d18;
  color: white;
}

header {
  position: sticky;
  background-color: #fa4a0c;
  padding: 5px;
  border-radius: 10px;
  height: 80px;
  top: 0;
}
h2 {
  padding: 10px;
  font-size: 1.5em;
  margin: 10px;
  text-align: center;
}
h1 {
  font-size: 2em;
  margin: 10px auto;
  text-align: center;
  background-color: #fa4a0c;
  border-radius: 10px;
  display: flex;
  width: fit-content;
  max-width: 100%;
  justify-content: center;
  padding: 20px;
}
.nav-link {
  text-decoration: none;
  background-color: #d65d18;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-link:hover {
  transform: scale(1.1);
  background-color: #fe8e1b;
  box-shadow: 0 8px 20px rgba(214, 93, 24, 0.4);
  color: white;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.3s ease;
  object-fit: cover;
}

.logo:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px #d65d18;
}

.section-image {
  background-image: url(content/IMG_20260710_113857.jpg);
  background-size: cover;
  background-position: center;
  height: auto;
  width: 100%;
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.7s ease;
}
.section-image:hover {
  box-shadow: 0 8px 40px #fe8e1b;
}
.top-content {
  margin-top: 80px;
  padding: 10px;
  text-align: center;
  background-color: #fa4a0c;
  border-radius: 10px;
  height: auto;
  max-width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.content-text {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 20px auto;
  max-width: 800px;
  text-align: center;
}

h2 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.Welcome {
  width: 200px;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  flex: 0 0 200px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.Welcome:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 25px black;
}
.content-box {
  background-color: #fa4a0c;
  padding: 10px;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 95%;
  text-align: center;
  justify-content: center;
}

.dj-images {
  max-width: 20%;
  width: 200px;
  height: auto;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  flex: 0 0 200px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

hr {
  border: none;
  height: 1px;
  background-color: #fa4a0c;
  margin: 20px auto;
  max-width: 80%;
}

.dj-images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 95%;
  padding: 20px;
}
.dj-images:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 25px #fe8e1b;
}
.Menu-box {
  background-color: #fa4a0c;
  padding: 10px;
  border-radius: 10px;
  margin: 20px auto;
  max-width: 95%;
}
.menu-image {
  border-radius: 10px;
  display: block;
  object-fit: cover;
}
.map {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
  margin: 20px auto;
}

.review-link {
  text-decoration: none;
  color: white;
  background-color: #fe8e1b;
  padding: 10px;
  border-radius: 10px;
  margin: 20px 20px;
  max-width: 95%;
  padding: 10px 30px;
}

.footer {
  background-color: black;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px;
  margin-top: 20px;
  text-decoration: none;
  max-width: 100%;
}

.footer-table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-collapse: collapse;
}

.footer-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-table td {
  padding: 5px;
  text-align: center;
}

td a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

td a:hover {
  color: #fe8e1b;
  transform: scale(1.1);
}
.fab {
  font-size: 24px;
  color: white;
  padding: 5px;
  transition: all 0.3s ease;
}
.fab:hover {
  color: #fe8e1b;
  transform: scale(1.1);
}

.Small-image {
  border-radius: 20px;
  gap: 20px;
  height: 250px;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.Big-image {
  border-radius: 20px;
  height: 350px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.Big-image:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 25px #fe8e1b;
}

.Small-image:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 25px #fe8e1b;
}
p {
  text-align: center;
}
.book-table {
  border-radius: 20px;
  padding: 10px;
  font-size: 2em;
  font-family: inherit;
  max-width: 100%;
  max-height: 100%;
  background-color: #d65d18;
  text-decoration: none;
  color: white;
  margin: 10px auto;
  text-align: center;
  display: flex;
  width: fit-content;
  justify-content: center;
  outline: none;
  border: #fa4a0c;
  transition: all 0.3s ease;
}

.book-table:hover {
  transform: scale(1.1);
  background-color: #fe8e1b;
  box-shadow: 0 8px 20px rgba(214, 93, 24, 0.4);
  color: white;
}
.book-table:active {
  box-shadow: 0 0 20px #d65d18;
  transform: scale(0.97);
}

/* Modal background */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal content box */
.modal-content {
  background-color: #fa4a0c;
  margin: 10% auto;
  padding: 10px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  color: white;
  position: relative;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}
.modal-content h2 {
  font-size: 1.3em;
  margin-top: 0;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease;
}

.close-btn:hover {
  transform: scale(1.1);
  color: #d65d18;
}

/* Form labels */
.modal-content label {
  display: block;
  margin: 8px 0 3px;
  font-weight: bold;
  font-size: 1em;
}

/* Form inputs */
.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: none;
  background-color: #d65d18;
  color: white;
  font-size: 1em;
  box-sizing: border-box;
}

.modal-content input::placeholder,
.modal-content textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.modal-content textarea {
  height: 50px;
  resize: vertical;
}

/* Submit button */
.btn-submit {
  background-color: #d65d18;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #fe8e1b;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(214, 93, 24, 0.4);
}

.btn-submit:active {
  transform: scale(0.97);
}

/* Book now button */
.book-table {
  background-color: #d65d18;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-table:hover {
  transform: scale(1.1);
  background-color: #fe8e1b;
  box-shadow: 0 8px 20px rgba(214, 93, 24, 0.4);
}

/* Make nav flexible */
nav {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  flex-wrap: wrap;
}

/* Hamburger icon */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  margin-left: auto;
  padding: 30px;
}

.hamburger span {
  width: 20px;
  height: 2px;
  background: black;
  margin: 4px 0;
  border-radius: 5px;
}

/* Navigation links (desktop) */
.nav-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fa4a0c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    gap: 15px;
  }

  .nav-links.active {
    display: flex;
  }
}
/* Remove blue tap highlight on mobile */
* {
  -webkit-tap-highlight-color: transparent;
}

.menu-images {
  border-radius: 20px;
  height: 350px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.menu-images:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px #fe8e1b;
}
.image-row {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
.image-row img {
  width: 30%;
  border-radius: 10px;
}

.videos {
  border-radius: 20px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.videos:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px #fe8e1b;
}
.touchlines {
  border-radius: 20px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  padding: 5px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
