.nn{ background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338); overflow: hidden; } .nn2{ justify-content: flex-end; } .ss{ width: 350px; display: flex; justify-content: space-around; } .ss a{ font-size: 19px; color: #ffffff; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); font-family: Georgia, 'Times New Roman', Times, serif; } .cartbody{ width: 100%; height: 700px; background-color: #c2e9fb67; display: flex; align-items: center; } .ll { width: 100%; height: 70px; display: flex; justify-content: center; background-color: #c2e9fb67; } .ll h1{ color: #000000; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); font-family: "Playfair Display", serif; border-bottom: 5px; border-style: solid; border-top: 0px; border-left: 0px; border-right: 0px; border-color: #009ad7; } .product{ width: 90%; height: 70%; overflow: auto; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.338); } .summary{ width: 100%; height: 550px; gap: 30px; display: flex; flex-direction: column; align-items: center; } .titles{ width: 100%; height: 100px; display: flex; justify-content: space-around; font-family: "Playfair Display", serif; } .ac{ background-color: #00000000; border-style: none; font-size: large; width: 30px; height: 30px; text-align: center; } .del{ background-color: #00000000; border-style: none; } .del:hover{ background-color: #c2e9fb; border-radius: 15px; } .ac:hover{ background-color: #c2e9fb; border-radius: 50%; } .tl{ background-color: #87cfeb2b; } .pro{ background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff); box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.338); width: 200px; height: 45px; border-radius: 20px; border-style: none; } .tr img{ width: 100px; height: 100px; }
.footer {
  width: 100%;
  min-height: 200px;
   background: linear-gradient(to right, #ffffff, #c2e9fb, #87ceeb, #1e90ff);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

/* Left side (logo + text) */
.foo1 {
  text-align: center;
  color: white;
}
.foo1 h3 {
  border: 3px solid black;
  background-color: black;
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 991.5px){
.ss a{
   color: #000000;
text-shadow: 1px 1px 2px rgb(62, 60, 60);
font-family: Georgia, 'Times New Roman', Times, serif;    
}
.ss a:hover{
    color: white;
}
}
/* Middle (contact info) */
.foo2 {
  text-align: center;
  font-size: 18px;
  color: white;
  line-height: 1.6;
}

/* Right side (social icons) */
.foo3 {
  text-align: center;
}
.foo3 a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}
.foo3 a:hover {
  color: #ff9800;
}

/* ✅ Responsive */
@media (max-width: 991px) {
  .footer {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
  .foo1 img {
    width: 100px;
    height: auto;
  }
  .foo2 {
    font-size: 16px;
  }
  .foo1 h3 {
    font-size: 14px;
  }
  .product{
    width: 90%;
  }
}

@media (max-width: 576px) {
  .foo2 {
    font-size: 14px;
  }
  .foo3 a {
    margin: 0 8px;
  }
  .foo1 img {
    width: 80px;
  }
  .product{
    width: 90%;
  }

}
/* موبايل */
@media (max-width: 768px) {
  /* العنوان */
  .ll h1 {
    font-size: 20px;
    text-align: center;
  }

  /* جدول السلة */
  .tab {
    font-size: 12px;
  }
   .product{
    width: 90%;
  }


  .tab img {
    width: 50px;
    height: auto;
  }

  .tab th, 
  .tab td {
    padding: 5px;
    text-align: center;
  }

  .ac, .del {
    font-size: 12px;
    padding: 3px 6px;
  }

  /* الزرار */
  .pro {
    width: 50%;
    font-size: 14px;
    padding: 10px;
    margin-top: 15px;
  }

  /* الأيقونات */
  .navbar .fa-cart-shopping,
  .foo3 i {
    font-size: 16px;
  }

  /* الفوتر */
  .footer {
    flex-direction: column;
    text-align: center;
  }
  .footer img {
    width: 80px;
    height: auto;
  }
  .footer h3 {
    font-size: 14px;
  }
  .footer p {
    font-size: 12px;
  }
}

/* شاشات أصغر (موبايل صغير جدًا) */
@media (max-width: 480px) {
  .tab {
    font-size: 10px;
  }
  .tab img {
    width: 40px;
  }
  .ll h1 {
    font-size: 18px;
  }
}


