* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2 {
font-family: "Dancing Script", cursive;
font-weight: 700;
}
h3, h4, h5, h6{
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

html {
    scroll-behavior: smooth; 
}

body {
    background: url('./img/bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background: transparent;
    z-index: 1000;
}

/*======================== numbers========*/
.contact-info {
    display: flex; 
    justify-content: left; 
    align-items: center;
    background: rgba(0, 0, 0, 0.76); 
    backdrop-filter: blur(6px);  /* frosted effect */
    -webkit-backdrop-filter: blur(6px); /* Safari support */ 
    padding: 10px 0; 
    width: 100%;
    position: sticky; 
    top: 0;
    z-index: 1000; 
}

.phone-link {
    color: #ffffff; 
    text-decoration: none; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600; 
    font-size: 0.9rem;
    margin: 0 15px; 
    white-space: nowrap; 
    transition: 0.3s;
}

.phone-icon {
    margin-right: 5px;
    color: #FF5733; 
}

.phone-link:hover {
    color: orangered;
}

#menu .logo {
    width: 300px;        
    height: 300px;
    object-fit: cover;
    border-radius: 50%;  
    background-color: darkgray;
    border: 2px solid orangered;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.555);
    transition: 0.5s;

}
.logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px rgba(255, 150, 0, 0.4));
}


#menu {
    text-align: center;
    margin-top: 140px;
    margin-bottom: 50px;
}

#menu h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 auto;
  color: white;
}
#menu span{
  color: orangered;
}
#main-dish h2,
#sandwich h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
/************************************* main dish **********/

#main-dish {
    color: white;
  background: rgba(0, 0, 0, 0.76); 
  backdrop-filter: blur(6px);  /* frosted effect */
  -webkit-backdrop-filter: blur(6px); /* Safari support */
  border-radius: 15px;
  padding: 30px 20px;
  width: 90%;
  margin: 40px auto; 
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Row layout: left (info) + right (prices) */
.main-dish-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px; 
  margin-top: 20px;
}

/* Left side */
.dish-info {
  max-width: 700px; 
  width: 100%;
  text-align: center;
}


.dish-info img {
  width: 100%;
  max-width: 600px; 
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Right side prices */
.dish-prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.size-badge-img {
  width: 45px;     
  height: auto;
  object-fit: contain;
  display: block;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 10px;  
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: bold;
}

.size-badge {
  display: inline-block;
  background: rgba(0, 0, 0, 0.801);
  padding: 3px 10px;
  border-radius: 8px;
  font-size: 25px;
  font-weight: 600;
  color: #fffb00;
}

.price-s {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: orangered;
  color: white;
  padding: 6px 8px;
  border-radius: 6px;
  font-weight: 600;
}


/* Universal price style */

.price{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 8px 10px;
  background: rgb(155, 40, 34);
  color: white;
  font-weight: 700;
  border-radius: 6px;
  margin-top: 5px;
}

/************************************** SANDWICH **********/

/* ----- PC LAYOUT ----- */
#sandwich {
  width: 90%;
  margin: 50px auto;
  padding: 40px 30px;

  background: rgba(0, 0, 0, 0.76);
  color: white;
  backdrop-filter: blur(6px);
  border-radius: 15px;

  display: flex;
  align-items: center;
  gap: 40px;
}

/* Title on left */
#sandwich h2 {
  text-align: left;
}

/* 2 columns on PC */
#sandwich .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  flex: 1;
}

/* Card styling */
#sandwich .card {
  background: rgba(145, 145, 145, 0.034);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

#sandwich .card img {
  width: 100%;
  border-radius: 10px;
}

#sandwich .price {
  font-weight: 700;
}

/****************************************** PLAT **********/
/* PLAT — Desktop default */
#plat {
  background: rgba(0, 0, 0, 0.76);
  color: white;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 40px 30px;
  width: 90%;
  margin: 40px auto;

  display: flex;
  gap: 40px;
  align-items: center;
  flex-direction: row-reverse; 
}

/* Plat title */
#plat h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  text-align: right;
  width: 200px;
}

/* Cards grid */
#plat .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  flex: 1;
}

/* Each card */
#plat .card {
  background: rgba(145, 145, 145, 0.034);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

#plat .card img {
  width: 100%;
  border-radius: 10px;
}

/*********************** tacos-gs *******/
#tacos-gs {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* Left big (tacos), right small (gratin + sup) */
  gap: 40px;
  margin-top: 60px;

  background: rgba(0, 0, 0, 0.76);
  color: white;
  backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 40px 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/*** RIGHT SIDE STACK (gratin + sup) ***/
#tacos-gs .gs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#tacos-gs h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

/* CARDS  */

#tacos-gs .cards,
#tacos-gs .cards-b {
  display: grid;
  grid-template-columns: 1fr; 
  gap: 20px;
}

/*** TACOS cards ***/
#tacos-gs .card,
#tacos-gs .card-b {
  background: rgba(145, 145, 145, 0.034);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#tacos-gs img {
  width: 100%;
  border-radius: 10px;
}

/*********************** pizza *******/
#pizza {
  background: rgba(0, 0, 0, 0.76);
  color: white;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 40px 30px;
  width: 90%;
  margin: 40px auto;

  display: flex;
  flex-direction: column; 
  gap: 40px;
  align-items: center;
  text-align: center;     
}
#pizza h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
#pizza .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  width: 100%;
}
#pizza .card {
  background: rgba(145, 145, 145, 0.034);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

#pizza .card img {
  width: 100%;
  border-radius: 10px;
}

/*********************** pizza *******/
#pizzwish {
  background: rgba(0, 0, 0, 0.76);
  color: white;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 40px 30px;
  width: 90%;
  margin: 40px auto;

  display: flex;
  gap: 40px;
  align-items: center;        
  flex-direction: row;        
}

/* Title (left side on PC) */
#pizzwish h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
  width: 200px;
  text-align: left;
}

/* Cards grid on PC */
#pizzwish .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  flex: 1;
}

/* Card style */
#pizzwish .card {
  background: rgba(145, 145, 145, 0.034);
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

#pizzwish .card img {
  width: 100%;
  border-radius: 10px;
}

/* =====================================================
   UNIVERSAL RESPONSIVE BREAKPOINT FOR TABLET + PHONE
   ===================================================== */
@media (max-width: 992px) {

  /* HEADER LOGO */
  header .logo {
    width: 80px;
    height: 80px;
  }

  /* ===================== MAIN DISH ===================== */
  #main-dish h2 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .main-dish-container {
    flex-direction: column;
    text-align: center;
  }

  .dish-info,
  .dish-prices {
    width: 100%;
    align-items: center;
  }

  .dish-info img {
    width: 100%;
    max-width: 700px; 
  }

  .dish-prices {
    margin-top: 15px;
  }

  /* ===================== SANDWICH ===================== */
  #sandwich {
    flex-direction: column;  
    text-align: center;
  }

  #sandwich h2 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  /* Cards switch to ONE column */
  #sandwich .cards {
    grid-template-columns: 1fr;
  }

  /* ===================== PLAT ===================== */
  #plat {
    flex-direction: column;
    text-align: center;
  }

  #plat h2 {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  #plat .cards {
    grid-template-columns: 1fr; 
  }

   /* ============== tacos-gs =================== */
 
 #tacos-gs {
    grid-template-columns: 1fr;
  }
 
  #tacos-gs h2 {
    font-size: 38px;
  }

  #tacos-gs .gs {
    gap: 50px;
  }

   /* ============== pizza =================== */
#pizza .cards {
    grid-template-columns: 1fr; 
  }

  #pizza h2 {
    font-size: 2.2rem;
  }
  
   /* ============== pizzwish =================== */

  #pizzwish {
    flex-direction: column;   
    align-items: center;      
  }

  #pizzwish h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  #pizzwish .cards {
    grid-template-columns: 1fr; 
    width: 100%;
  }

  /* FOOTER ADJUSTMENT */
  .footer-top {
    flex-direction: column;
    gap: 15px;
  }
}







/***************** FOOTER *********/


footer {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: white;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}

/* Top section: logo - info - share */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

/* Logo */
footer .footer-logo {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid orangered;
}

/* Center info */
footer .info {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
}

/* Share button */
footer .share {
  background: white;
  color: orangered;
  font-weight: bolder;
  border: none;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s;
}

footer .share:hover {
  color: white;
  background: orangered;
}

/* Creator link */
footer .creator {
  margin-top: 15px;
  font-size: 0.9rem;
}

footer .creator a {
  color: white;
  text-decoration: none;
}

footer .creator a:hover {
  text-decoration: underline;
  color: orangered;
}

.copy-number span {
  color: rgb(243, 69, 5);
}

.creator .cr-name {
  text-decoration: underline;
}

/**************** hamberger icon *************************/
/* Hide on PC */
.mobile-menu {
  display: none;
}

@media (max-width: 992px) {
  .mobile-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  /* Circle button */
  .hamburger-btn {
    background: rgba(0, 0, 0, 0.76); 
    backdrop-filter: blur(6px);  /* frosted effect */
    -webkit-backdrop-filter: blur(6px); /* Safari support */    
    color: white;
    border: 2px solid orangered;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
  }

/* Hover */
.hamburger-btn:hover {
  color: orangered;
  transform: scale(1.08);
}

/* When menu is opened (JS will add .active) */
.hamburger-btn.active {
  border: 2px solid white;
  transform: rotate(90deg) scale(1.08);
  box-shadow: 0 0 10px rgba(255, 170, 0, 0.418);
}

  /* Dropdown container */
  .dropdown {
    background: #000000c9;
    backdrop-filter: blur(6px);
   -webkit-backdrop-filter: blur(6px);

    border: 2px solid orangered;
    border-radius: 10px;
    overflow: hidden;

    position: absolute;
    top: 60px;
    right: 0;

    display: flex;
    flex-direction: column;
    width: 150px;

    /* animation */
    max-height: 0;
    opacity: 0;
    transition: 0.4s ease-out;
  }

  .dropdown.open {
    max-height: 390px; /* allow items */
    opacity: 1;
  }

  /* Dropdown links */
  .dropdown a {
    color: rgb(255, 255, 255);
    font-family: "Dancing Script", cursive;
    padding: 12px 15px;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    transition: 0.4s;
  }

  .dropdown a:last-child {
    border-bottom: none;
  }

  .dropdown a:hover {
    color: orangered;
    transition: 0.4s;
  }

  .mobile-menu .dropdown a.active {
  color: orangered;
  font-weight: 700;
}

.mobile-menu .dropdown a.active {
  color: orangered;
  font-weight: 700;
  transform: scale(1.05);
}

}

