body {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url("../Poze/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 70px;
}


/* NAVIGATION BAR */
.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #1f1f1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  z-index: 1000;
  flex-wrap: wrap;
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo {
  height: 60px;
}


.TextLogo {
  font-size: 24px;
  font-weight: bold;
  color: white; /* schimbat din negru în alb */
  text-decoration: none;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.TextLogo:hover {
  transform: scale(1.15); /* creștere cu 15% */
}

/* MENIU DESKTOP CENTRAT */
.text-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.text-nav a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  transition: color 0.3s;
}

.text-nav a:hover {
  color: #4caf50;
}

/* BULETINĂ + MENIU MOBIL */
.menu-wrapper {
  position: relative;
  display: none;
}

.burger-circle {
  background: #4caf50;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  z-index: 1100;
}

.burger-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.burger-lines span {
  height: 3px;
  width: 20px;
  background: white;
  border-radius: 2px;
}

/* MENIU ASCUNS INIȚIAL */
.mobile-nav {
  position: absolute;
  top: 50%; /* direct sub bulină, fără spațiu */
  right: 0;
  width: 200px;
  background-color: #1f1f1f;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transform: translate(-20px);
}


/* MENIU VIZIBIL LA HOVER PE ÎNTREGUL WRAPPER */
.menu-wrapper:hover .mobile-nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-nav a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.mobile-nav a:hover {
  color: #4caf50;
}

/* RESPONSIVE: Meniu mobil */
@media (max-width: 768px) {
  .text-nav {
    display: none;
  }

  .menu-wrapper {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 1100;
  }
}

.lista li {
  list-style-type: none;
}

.PozeProduse img {
  display: inline;
  align-content: center;
  padding-left: 70px;
  padding-top: 50px;
}

.PozeProduse h3 {
  color: white;
  display: inline-block;
}

.contact {
  text-align: center;
  background-color: rgb(255, 255, 255);
  opacity: 80%;
}

.contact p {
  font-size: 20px;
}
.contact h2 {
  font-size: 25px;
}

.main-nav2 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Sa stea desupra altor elemente */
  display: block;
  height: 40px;
  text-align: center;
  align-content: center;
  border: 3px solid #4caf50;
  border-radius: 12px;
  padding: 10px;
  background-color: rgb(182, 182, 189);
}

nav a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  /* Sa scoatem sublinierea butoanelor din bara de navigatie*/
  text-decoration: none;
  padding-top: 0;
}

a:hover {
  background-color: bisque;
  border-radius: 5px;
}

.sectiune-flex {
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 20px;
  flex-wrap: wrap;
}

/* Text pe stânga */
.text-principal {
  flex: 1 1 48%;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;

  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
  opacity: 85%;
  background-color: rgba(255, 255, 255, 0.9); /* puțin mai opac */
  backdrop-filter: blur(5px);
}

/* Dreapta: container poze poziționat relativ */
.PrezentareDreapta {
  flex: 1 1 48%;
  position: relative;
  min-height: 400px;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  opacity: 90%;
}

/* Poziționare prima poză - sus stânga */
.poza-sus-stanga {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:70px 60px;
  box-sizing: border-box;
  height: auto;
}

.poza-sus-stanga img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  background-color: white;
  padding: 40px;
  box-sizing: border-box;
  
}

/* Poziționare a doua poză - jos dreapta */
.poza-jos-dreapta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  padding-right: 40px;
  padding-bottom: 40px;
}

.poza-jos-dreapta img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Listă stilizată */
.lista {
  padding-left: 20px;
}

.lista li {
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1000px) {
  .sectiune-flex {
    flex-direction: column;
  }

  .text-principal,
  .PrezentareDreapta {
    width: 100%;
    min-height: auto;
  }

  .poza-sus-stanga,
  .poza-jos-dreapta {
    position: static;
    width: 100%;
    margin-bottom: 15px;
  }

  .poza-sus-stanga img,
  .poza-jos-dreapta img {
    width: 100%;
    height: auto;
  }
}

.descriere-buton {
  margin-top: 10px;
  text-align: center;
  color: #222;
}

.descriere-buton p {
  margin: 10px 0;
  font-size: 16px;
}

.buton-afla {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.buton-afla:hover {
  background-color: #45a049;
}

.link-poza {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.link-poza img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link-poza:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.link-poza .buton-afla {
  pointer-events: none; /* Ca să nu oprească clickul pe imagine */
}

.footer {
  background-color: #1f1f1f;
  color: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 20px;
  opacity: 95%;
  
}


/* RESPONSIVE: Meniu mobil */


@media (max-width: 1600px) {
 .TextLogo {
     font-size: 25px;
 }  
 } 

 @media (max-width: 1350px) {
 .TextLogo, .text-nav a {
     font-size: 20px;
 }  
 } 

  @media (max-width: 1150px) {
 .TextLogo {
     display: none;
 }  
 } 

 @media (max-width: 868px) {
  .text-nav {
    display: none;
  }

  .menu-wrapper {
    display: block;
  }
  .TextLogo{
    display: none;
  }
}


 .configurator-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #ff5722;
  color: #fff;
  padding: 12px 18px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  z-index: 9999;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.configurator-button:hover {
  background-color: #e64a19;
  transform: translateY(-8px);
  box-shadow: 0 20px 18px rgba(0,0,0,0.3);
  transform: scale(1.4);
}

.configurator-button .icon {
  transition: transform 0.3s ease;
}

.configurator-button:hover .icon {
  transform: rotate(20deg) scale(4.0);
}