body {
  margin: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  height: 80px;
  background-color: #f2e1d9;
  z-index: 1000;
}
.header.scrolled img.logo {
  content: url("https://preview.colorlib.com/theme/furn/assets/img/logo/logo2.png.webp");
  margin-top: -35px;
  margin-left: 15px;
  width: 70px;
  height: 70px;
}
.account {
  text-decoration: none;
  color: black;
}

.account:hover {
  color: #fd8f5f;
}

.navbar {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navbar a {
  text-decoration: none;
  margin: 10px;
  color: black;
  padding-right: 20px;
}

.nav-card-span {
  display: flex;
  position: absolute;
  right: 30px;
  bottom: -6px;
  justify-content: center;
  align-items: center;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 50%;
  background-color: #fd8f5f;
}
.nav-card-span-icon {
  position: relative;
}

.logo {
  transform: translateY(20px);
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}

.header.scrolled img.logo {
  content: url("https://preview.colorlib.com/theme/furn/assets/img/logo/logo2.png.webp");
  margin-top: -35px;
  margin-left: 15px;
  width: 70px;
  height: 70px;
}
.logo:hover {
  cursor: pointer;
}
.navbar a:hover {
  color: #fd8f5f;
}

.dropdown {
  position: relative;
  z-index: 1000;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 10;
}

.dropdown-content a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: black;
}

.dropdown-content a:hover {
  background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropblog {
  position: relative;
  z-index: 1000;
}

.dropblogcontent {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  z-index: 10;
}

.dropblogcontent a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: black;
}

.dropblogcontent a:hover {
  background-color: #f0f0f0;
}

.dropblog:hover .dropblogcontent {
  display: block;
}

.underline-input {
  border: none;
  border-bottom: 1px solid#343a40;
  background-color: #f2e1d9;
  outline: none;
  padding: 5px;
  font-size: 16px;
  width: 200px;
}

.input {
  position: relative;
  width: fit-content;
}

.Search-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.Search-icon:hover {
  cursor: pointer;
}

.card-icon {
  margin-right: 40px;
}

.card-icon:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: scale(1.1);
}

.container-heading {
  position: absolute;
  top: 15%;
  left: 5%;
  margin: 40px;
  padding: 39px 24px 55px 44px;
  border-radius: 10px;
  width: 35%;
  z-index: 1;
}

/*  */
.product-container {
  /* display: flex; */
  gap: 20px;
  align-items: flex-start;
}
.sec3 {
  display: flex;
  height: 600px;
  align-items: center;
  margin: 100px 0 100px;
  padding-left: 50px;
  flex-wrap: wrap;
  text-align: left;
  margin-left: 0px;
  flex-direction: row;
}

.product-container {
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

.price {
  color: #ff8c6b;
  font-size: 26px;
  margin: 10px 0;
  font-weight: bold;
}
.add-btn{
  background-color: #ff8c6b;
  color: white;
}


.info {
  margin-bottom: 10px;
}

.info span {
  font-weight: bold;
  margin-right: 10px;
}

.info .value {
  color: #ff8c6b;
}

.desc {
  margin-top: 20px;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.quantity {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.quantity button {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
}

.quantity span {
  font-size: 18px;
  min-width: 30px;
  text-align: center;
}

.add-to-cart {
  display: flex;
  align-items: center;
  gap: 20px;
}

.add-btn {
  background: #ff8c6b;
  color: white;
  padding: 15px 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.fav {
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8c6b;
  font-size: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.fav:hover {
  background: #ff8c6b;
  color: white;
  transition: 0.5s;
}
.social-icons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 23px;
  font-weight: 700;
}

.facebook {
  background: #3b5998;
  transition: 0.5s;
}
.facebook:hover {
  background: #ff8c6b;
  transition: 0.5s;
}
.twitter {
  background: #1da1f2;
  transition: 0.5s;
}
.twitter:hover {
  background: #ff8c6b;
  transition: 0.5s;
}
.linkedin {
  background: #0077b5;
}
.linkedin:hover {
  background: #ff8c6b;
  transition: 0.5s;
}

#productImage {
  width: 500px;
  height: 300px;
  border: 2px solid white;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.sec4 {
  display: flex;
  gap: 20px;
  padding-left: 20px;
}

.tab {
  padding: 10px 25px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background-color: white;
  color: black;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab1 {
  padding: 10px 25px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background-color: white;
  color: black;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab1-content {
  background-color: #f9f9f9;
  color: #333;
  width: 99%;
  /* max-width: none; */ /* تأكد إنه مش بيحدد */
  padding: 40px;
}

.tab1-content p {
  padding: 20px;
  font-size: 18px;
  color: #444;
  margin: 0;
  line-height: 1.8;
  font-family: "Segoe UI", "Poppins", sans-serif;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* .tab1-content {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  } */

.tab1-content table {
  width: 100%;
  border-collapse: collapse;
}

.tab1-content td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 16px;
}

.tab1-content td:first-child {
  color: #444;
  font-weight: bold;
  width: 50%;
}
