body {
  font-family: Arial, sans-serif;
  background-color: #fff0f5;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

header {
  width: 100%; /* Forțăm lățimea completă */
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0; /* Eliminăm orice margini accidentale */
}
.imagine-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-lang {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #ff69b4;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.meniu {
  display: flex;
  justify-content: center;
  background-color: #ffb6c1;
  padding: 10px 20px;
  gap: 15px;
  flex-wrap: wrap;
}

.meniu a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: white;
}

.font-pacifico {
  font-family: "Pacifico", cursive;
}
.descriere-contact {
  text-align: center;
  padding: 40px;
}

.formular-contact {
  max-width: 500px;
  margin: 0 auto 60px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 105, 180, 0.3);
}

.formular-contact input,
formDescription .formular-contact textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid #ffb6c1;
  border-radius: 5px;
  box-sizing: border-box;
}

.formular-contact button {
  background-color: #ff69b4;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: auto;
}
.footer-links {
  margin-bottom: 10px;
}
.footer-links a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

.footer-links a:hover {
  text-decoration: underline;
}
.footer-copy {
  font-size: 12px;
  opacity: 0.8;
}
.flag-icon,
.flag-img,
.flag {
  width: 24px; /* Lățime fixă */
  height: 24px; /* Înălțime fixă pentru a fi pătrat */
  object-fit: cover; /* Taie imaginea fără să o deformeze */
  border-radius: 50%; /* Transformă steagul într-un cerc */
  vertical-align: middle; /* Aliniază steagul la mijlocul rândului de text */
  margin-right: 8px; /* Spațiu între steag și text */
  border: 1px solid #ddd; /* O bordură fină (opțional) */
  display: inline-block; /* Se asigură că se comportă ca un element de text */
}
/* Containerul care asigură rotunjirea colțurilor și scroll-ul pe mobil */
.table-wrapper {
  margin: 30px auto;
  max-width: 1000px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden; /* Esențial pentru a păstra colțurile rotunjite */
  box-shadow: 4px 4px 0px #000; /* Umbra solidă specifică designului tău */
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

/* Stilul pentru capul de tabel (Header) */
.cart-table thead {
  background-color: #ffb6c1; /* Rozul pal din meniul tău */
  border-bottom: 2px solid #000;
}

.cart-table th {
  padding: 15px;
  text-align: left;
  font-family: "Pacifico", cursive;
  font-size: 1.3rem;
  color: #000;
}

/* Stilul pentru celulele cu date */
.cart-table td {
  padding: 15px;
  border-bottom: 1px solid #ffe4e1;
  vertical-align: middle;
  color: #333;
}

/* Efect de hover pe rânduri */
.cart-table tbody tr:hover {
  background-color: #fff5f7;
}

/* Stilul pentru rândul de Total (Footer) */
.cart-table tfoot {
  background-color: #fff;
  font-weight: bold;
}

.cart-table tfoot td {
  padding: 20px 15px;
  font-size: 1.2rem;
  border-top: 2px solid #000;
  color: #835b5b; /* Maroul folosit la titluri */
}

/* Butonul de ștergere (X-ul mic) */
.btn-remove {
  background-color: #ff69b4;
  color: white;
  border: 1px solid #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.btn-add {
  background-color: #ff69b4;
  color: white;
  border: 1px solid #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.btn-remove:hover {
  background-color: #ff1493;
  transform: scale(1.1);
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 600px) {
  .table-wrapper {
    overflow-x: auto; /* Permite glisarea tabelului pe telefon */
  }
}
.cart-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.content {
  flex: 1;
}
.order-form {
  font-family: "Pacifico", cursive;
  font-size: 20px;
  font-weight: bold;
  border: solid;
  border-radius: 20px;
  margin: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.submitButton {
  height: 35px;
  width: 150px;
  background-color: #ffb6c1;
  font-family: "Pacifico", cursive;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.submitButton:hover {
  background-color: #f1b6c1;
  transform: scale(1.2);
}
#description {
  width: 100%;
  min-height: 150px;
}
