:root {
  --bg: #ffffff;
  --ink: #000000;
  --muted: #4a4a4a;
  --border: #000;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100vh; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(images/backgroound7.jpg); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

/* Header */
.site-header, .page-header {
  padding: 39px 16px;
  position: relative;
  text-align: center;
}

.logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

h1, h2, h3 {
  margin: 8px 0 6px;
}

p {
  margin: 0 0 10px;
  color: var(--muted);
}

.best-seller {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.BestSellers h2 {
  text-align: center;   
  width: 100%;         
  margin: 10px 0;    
}
.BestSellers p
{
  color: #230514;
}




/* Products */
.products {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
  color: rgb(1, 95, 95);
  background-color: #87818a;
  padding: 10px;
  border-radius: 12px;
}

.product-card {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  width: 200px;
  background: #fff;
}

/* Buttons */
.btn {
  padding: 1px 16px;
  color: #060505;
  text-decoration: none;
  transition: 0.2s;
}



.btn.back {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 1.3rem;
}

/* Menu button */
.menu-btn {
  display: inline-block;
   font-size: 2rem; 
  font-weight: bold;
  background: linear-gradient(to right, black, white); 
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;
  padding: 14px 32px;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  background-clip: text;
}

/* Hover effect */
.menu-btn:hover {
  transform: scale(1.05);
}
.menu-container {
  display: flex;
  justify-content: center;
  margin: 30px 30px;
  font-size: 1.8rem;
}


/* Menu list */
.menu-list {
  display: grid;
  gap: 12px;
  padding: 16px;
  max-width: 720px;
  margin: 0 auto;
  
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 15px;  
  padding: 12px 9px;
  text-align: left;
  max-width: 100%;
  width: auto;
  min-height: 10px;
  color: #000000;
}
.menu-item img {
  width: 60px;
  height: 60px;
  margin-right: 5px;
  border-radius: 10px;
  object-fit: cover;
}

.menu-item h3 { margin: 0; }
.menu-item p {
   margin: 4px 0 0; 
   color: #825858;
  }

/* Product details */
.product-details {
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
}

.product-image {
  width: 160px;
  height: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  margin: 0 auto 12px;
  display: block;
}

.sizes {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.size {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 12px;
}

/* Footer */
.site-footer {
  padding: 22px 16px;
  background: #fdfcfc;
  text-align: center;
}

.social {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.social li {
  display: inline;
  margin: 0 10px;
}

.copy {
  color: var(--muted);
  margin-top: 6px;
}

/* Social icons */
.socials {
  display: flex;
  gap: 10px;
  padding: 5px;
}

.socials a svg {
  fill: #000;
}

/* Menu Tabs */
.menu-tabs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
}

.menu-page {
  padding-top: 120px;
}

.tabs-container {
  display: flex;
  gap: 5px;
  padding: 5px;
  justify-content: center;
  padding-left: 505px;
}

.tab-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 20px;
  background: #f2f2f2;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  color: #825858;
}

.tab-btn.active {
  background: #87818a;
  color: #fff;
}

/* Menu section */
.menu-section {
  padding: 20px;
  color: #000;
}

.menu {
  width: 250px;
  height: 150px;
  background: #999;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #3e2723;
}

.menu-subtitle {
  text-align: center;
  font-size: 16px;
  color: #6d4c41;
  margin-bottom: -26px;
}



/* Container & Items */
.container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.item {
  width: 200px;
  min-height: 120px;
  background: #999;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.AfterDrinks{
  font-family: 'Segoe UI', sans-serif;  /* خط عصري ورايق */
  font-size: 1.8rem;                    /* حجم واضح */
  font-weight: bold;                    /* تخين */
  color: #4e342e;                       /* بني غامق زي لون البن */
  text-transform: uppercase;            /* يخلي الكلمة كابيتال */
  letter-spacing: 2px;                  /* مسافة بين الحروف */
  background: linear-gradient(90deg, #6f4e37, #c7a17a); /* جراديانت قهوة */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* يخلي اللون يظهر كجراديانت */
  padding: 0px 110px;
  border-bottom: 3px solid #d7ccc8;     /* خط تحت خفيف كريمي */
  display: inline-block;                /* يخلي البلوك على قد الكلمة */
  margin: 15px 0;
  text-align: center;

}
.AfterDrinks2{
  font-family: 'Segoe UI', sans-serif;  /* خط عصري ورايق */
  font-size: 1.8rem;                    /* حجم واضح */
  font-weight: bold;                    /* تخين */
  color: #4e342e;                       /* بني غامق زي لون البن */
  text-transform: uppercase;            /* يخلي الكلمة كابيتال */
  letter-spacing: 2px;                  /* مسافة بين الحروف */
  background: linear-gradient(90deg, #6f4e37, #c7a17a); /* جراديانت قهوة */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* يخلي اللون يظهر كجراديانت */
  padding: 0px 80px;
  border-bottom: 3px solid #d7ccc8;     /* خط تحت خفيف كريمي */
  display: inline-block;                /* يخلي البلوك على قد الكلمة */
  margin: 15px 0;
  text-align: center;

}

.AfterDrinks3{
  font-family: 'Segoe UI', sans-serif;  /* خط عصري ورايق */
  font-size: 1.8rem;                    /* حجم واضح */
  font-weight: bold;                    /* تخين */
  color: #4e342e;                       /* بني غامق زي لون البن */
  text-transform: uppercase;            /* يخلي الكلمة كابيتال */
  letter-spacing: 2px;                  /* مسافة بين الحروف */
  background: linear-gradient(90deg, #6f4e37, #c7a17a); /* جراديانت قهوة */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* يخلي اللون يظهر كجراديانت */
  padding: 0px 90px;
  border-bottom: 3px solid #d7ccc8;     /* خط تحت خفيف كريمي */
  display: inline-block;                /* يخلي البلوك على قد الكلمة */
  margin: 15px 0;
  text-align: center;

}

.AfterDrinks4{
  font-family: 'Segoe UI', sans-serif;  
  font-size: 1.2rem;                    
  font-weight: bold;                    
  color: #4e342e;                      
  text-transform: uppercase;            
  letter-spacing: 2px;                  
  background: linear-gradient(90deg, #6f4e37, #c7a17a); 
  -webkit-text-fill-color: transparent; 
  -webkit-background-clip: text;
  padding: 0px 90px;
  border-bottom: 3px solid #d7ccc8;     
  display: inline-block;                
  margin: 15px 0;
  text-align: center;
}

.AfterDrinks5{
  font-family: 'Segoe UI', sans-serif;  
  font-size: 1.35rem;                    
  font-weight: bold;                    
  color: #4e342e;                      
  text-transform: uppercase;            
  letter-spacing: 2px;                  
  background: linear-gradient(90deg, #6f4e37, #c7a17a); 
  -webkit-text-fill-color: transparent; 
  -webkit-background-clip: text;
  padding: 0px 90px;
  border-bottom: 3px solid #d7ccc8;     
  display: inline-block;                
  margin: 15px 0;
  text-align: center;
}