@media (min-width: 1024px) {
  body {
    background: white;
  }
header {
    background: linear-gradient(to right, #b45309, #92400e);
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 14vh;
  z-index: 1000;
  padding: 1rem;
}
.menu-container {
  display: flex;
  flex-direction: row;
  gap: 8rem;
}
.location-map {
  width: 70%;
 
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}
#menu {
  margin-top: 5rem;
  display: flex;
flex-direction: row;
}
.menu {
  display:flex;
  flex-direction: row;
}

#img-1, #img-2 {
  max-width: 45vh;
  min-height: 60vh;
}

#img-1 {
  position: relative;
  top: 3rem;
}

  }
  @media (max-width: 1023px) {
    header {
      min-height: 18vh;
    }
    #title {
      font-size: 1.25rem;
    }
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair Display', serif;
  background: #1a1a1a;
  color: #f5f5f5;
  line-height: 1.6;
}
#img-1 {
  margin-top: -3rem;
}

/* Header styles */
header {
  background: linear-gradient(to right, #b45309, #92400e);
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14vh;
  z-index: 1000;
  padding: 1rem;
 
}

nav ul {
  position: flex;
  right: 3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  list-style: none;
}

nav a {
  color: #fef3c7;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #fff;
}

/* Main content */
main {
  padding-top: 80px;
}

section {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
}
img {
  user-select: none;
  caret-color: transparent;
  pointer-events: none;

}
/* Menu section */
.menu {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

}
#menu {
  position: relative;
  scroll-margin-top: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fMenu {
 background-color: transparent;
  border: 2px solid rgb(0, 180, 255); /* Electric blue */
  color: rgb(0, 180, 255);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 0 6px rgba(0, 180, 255, 0.3);
}
a {
  color: white;
  text-decoration: none;
padding: 2px;
}

#locations {
  scroll-margin-top: 10rem;
}
#review {
  scroll-margin-top: 12rem;
}
#about {
  scroll-margin-top: 8rem;
}
#img-1, #img-2 {
  width: 45vh;
  height: 80vh;
  max-height: 500px;
  object-fit: cover;
  border-radius: 0.5rem;
}

/* Locations section */
#locations {
  background: #fef3c7;
  color: #1a1a1a;
  padding: 3rem 1rem;
}

#locations-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #92400e;
}

.location-map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.brk_loc, .qns_loc {
  background: white;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#loc_1-title, #loc_2-title {
  color: #92400e;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

iframe {
  width: 100%;
  height: 400px;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.button {
  background: #b45309;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.button:hover {
  background: #92400e;
}

/* Reviews section */
#review {
  background: #fff;
  color: #1a1a1a;
  padding: 2.4rem 0.8rem;
}

#testimonial-title {
  text-align: center;
  font-size: 2rem;
  color: #92400e;
  margin-bottom: 1.6rem;
}

.review-slideshow {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 1.6rem;
}

.review-slide {
  display: none;
  text-align: center;
}

.review-slide.active {
  display: block;
  
}

.review-slide p {
  font-size: 0.88rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.review-slide h4 {
  color: #92400e;
  margin: 0.8rem 0;
}

.review-slide img {
  max-width: 80%;
  height: auto;
  margin: 0.8rem 0;
  border-radius: 0.5rem;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(180, 83, 9, 0.8);
  color: white;
  padding: 0.8rem;
  cursor: pointer;
  border-radius: 50%;
  font-size: 1.2rem;
}

.left-arrow {
  left: 0;
}

.right-arrow {
  right: 0;
}

#cta {
  font-size: 1rem;
  color: #92400e;
  margin-top: 1.6rem;
}

/* About section */
#about {
  background: linear-gradient(to bottom, #fef3c7, #fff);
  color: #1a1a1a;
  text-align: center;
  padding: 4rem 2rem;
}

#about img {
  width: 400px;
  height: 300px;
  border-radius: 3%;
  margin-bottom: 2rem;
}

#about h2 {
  color: #92400e;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#about p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
}

/* Footer */
footer {
  background: #92400e;
  color: #fef3c7;
  text-align: center;
  padding: 2rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  .location-map {
    grid-template-columns: 1fr 1fr;
  }
  header {
   height: 23vh;
  }
  nav ul {
    justify-content: center;
    padding-right: 2rem;
    gap: 1.5rem;
  }

}

@media (max-width: 768px) {
  header {
    padding: 0.5rem;
  }
  
  nav ul {
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  nav a {
    font-size: 1rem;
  }
  
  #locations-title, #testimonial-title {
    font-size: 1.6rem;
  }
  
  iframe {
    height: 300px;
  }
  
  .review-slide p {
    font-size: 0.8rem;
  }
  
  .arrow {
    padding: 0.4rem;
  }
}

@media (max-width: 480px) {
 #title {
  margin-left: 2.25rem;
 }
  nav ul {
    gap: .5rem;
  }
 
  section {
    padding: 2rem 1rem;
  }
 
  #locations-title, #testimonial-title {
    font-size: 1.2rem;
  }
  
  iframe {
    height: 250px;
  }
  
  .review-slide p {
    font-size: 0.72rem;
  }
  
  #about img {
    width: 250px;
    height: 150px;
  }
  #img-1, #img-2 {
    margin-top: 5rem;
    width: 40vh;
    height: auto;
  }
  #about h2 {
    font-size: 1.5rem;
  }
  
  #about p {
    font-size: 1rem;
  }
  .menu {
  margin-top: 5rem;
  
  }
  .container {
  display: flex;
  flex-direction: column;
  width: 95%;
  gap: 5rem;
  margin-top: 8rem;
}
  .locations {
    scroll-margin-top: 5rem;
  }
}

@media (width: 320px) {
header {
 font-size: .9rem;
}

li a {
  font-size: .9rem;
}
#img-1, #img-2, #img-3, #img-4, #img-5, #img-6 {
  width: 45vh;
  height: 80vh;
  max-height: 365px;
  object-fit: cover;
  border-radius: 0.5rem;
}
}



/* Animation classes */

@keyframes slideFromRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.site-footer {
  background-color: #222;
  color: #f1f1f1;
  padding: 40px 20px;
  text-align: center;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}

.business-name {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ffcc66;
}

.footer-address,
.footer-phone {
  margin: 5px 0;
  font-size: 1rem;
  color: #ccc;
}
