 body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #333;
    background-color:black
  }

  html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

    .hidden{
      opacity: 0;
      filter: blur(5px);
      transition: all 3s ease;
    }

    .from-left {
      transform: translateX(-100%);
    }

    .from-right {
      transform: translateX(100%);
    }    

    .show{
      opacity: 1;
      filter: blur(0);
      transform: translateX(0);
    }

  
  .antet {
  background-color: black;
  padding: 10px 0;
  text-align: left center;
  border-bottom: 1px solid #ddd;
}

  #acasa {
    scroll-margin-top: 80px;
  }

  #despre-noi {
    scroll-margin-top: 80px;
  }

  #contact {
    scroll-margin-top: 80px;
  }

  #tarife {
    scroll-margin-top: 80px;
  }

  #noutati {
    scroll-margin-top: 80px;
  }      

.antet-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.antet-text {
  flex: 1;
  min-width: 250px;
  color: white;
}

.antet h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.contact-info {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
  color: white;
}

.contact-info a {
  text-decoration: none;
  color: white;
}

.antet-image {
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.antet-image img {
  max-height: 60px;
  width: auto;
}

.insta {
  max-height: 17px;
}

.insta a{
    text-decoration: none;
  color: white;
}
  
  .top-header {
    background: #000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
  }
  
  .social-icons a {
    margin-left: 10px;
    text-decoration: none;
  }
  
  .main-nav {
    background: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  .logo {
    font-size: 24px;
    font-weight: bold;
    color: #0e2d64;
  }
  
  .logo small {
    font-size: 14px;
    font-weight: normal;
  }
  .menu {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
  }

  .menu li {
    display: flex;
    align-items: center;
  }
  
  .menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
  }

  .menu li img {
    width: 24px;
    height: 24px;
  }
  
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('image.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    height: 110vh;
    padding: 20px;
    gap: 200px;
}

.text-container {
    width: 50%; 
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
  }
  
  .text-container h1 {
    font-size: 1em;
    margin-bottom: 12px;
    text-align: left;
  }

  .text-container h4 {
    font-size: 1em;
    margin-bottom: 12px;
    text-align: justify;
  }

  .text-container p {
    font-size: 1em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .form-container {
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 20px 20px 20px 20px;
  }
  
  .form-container form {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .form-container label {
    margin-top: 10px;
  }
  
  .form-container input, 
  .form-container textarea, 
  .form-container select, 
  .form-container button {
    margin-top: 5px;
    padding: 6px;
    border: 1px solid #cccccc3b;
    border-radius: 5px;
    font-size: 0.9em;
    resize: none;
  }
  
  .form-container button {
    background-color: #007BFF;
    cursor: pointer;
  }
  
  .form-container button:hover {
    background-color: #0056b3;
  }
  
  .hero h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

    .hero h7 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .hero h4 {
    font-weight: normal;
    font-size: 22px;
    padding: 4px;
    border-radius: 10px 10px 10px 10px;
  }

  .content1 {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    background-image: url('DespreNoiBg.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    height: 90vh;
  }

  .content2 {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    background-image: url('ContactBg.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    height: 90vh;
  }

  .content3 {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    background-image: url('TarifeBg.jpg');
    background-size: cover;
    color: rgb(255, 255, 255);
    height: 90vh;
  }

  .content4 {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    background-image: url('AsistentaBg.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    height: 90vh;
  }

  .content1 h3 {
    font-size: 32px;
    margin-top: 60px;
    color: gold;
    text-align: center;
  }
  
  .content1 p {
    margin-bottom: 20px;
    line-height: 1.6;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    color: white;
    padding: 0 2rem;
    font-size: 26px;
    
  }
  
  .content1 ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .content1 ul li {
    margin-bottom: 10px;
  }

  .content2 h3 {
    font-size: 28px;
    color: gold;
    text-align: center;
  }
  
  .content2 p {
    margin-bottom: 20px;
    line-height: 1.6;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 2rem;
    font-size: 26px;
  }
  
  .content2 ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .content2 ul li {
    margin-bottom: 10px;
  }
  
  .content3 h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: gold;
    text-align: center;
  }
  
  .content3 p {
    margin-bottom: 20px;
    line-height: 1.6;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 2rem;
    font-size: 26px;
  }
  
  .content3 ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .content3 ul li {
    margin-bottom: 10px;
  }

  .content4 h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: gold;
    text-align: center;
  }
  
  .content4 p {
    margin-bottom: 20px;
    line-height: 1.6;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 2rem;
    font-size: 26px;
  }
  
  .content4 ul {
    margin-left: 20px;
    list-style-type: disc;
  }
  
  .content4 ul li {
    margin-bottom: 10px;
  }


.content {
    flex: 1;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

label {
    font-weight: bold;
}

input, select, textarea {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

textarea {
    height: 100px;
}

button {
    background-color: #2c4570;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #1b2d4e;
}

  .content {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
    background-image: url('bgaf.jpg');
    background-size: cover;
    background-position: center;
    color: rgb(255, 255, 255);
    height: 90vh;
    padding: 20px;
  }

  .content h3 {
    font-size: 23px;
    margin-bottom: 150px;
    color: gold;
    text-align: center;
    justify-content: space-between;
  }

   .content p {
    display: flex;
    justify-content: center;
    text-align: right;
    color: white;
    padding: 0 2rem;
    font-size: 26px;
  }

  .highlight {
  background-color:rgba(0, 0, 0, 0.6); 
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}

  .highlight1 {
  background-color:rgba(0, 0, 0, 0.25);
  text-shadow: #000;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
}

  .highlight2 {
  background-color:rgba(0, 0, 0, 0.25); 
  color: gold;
  padding: 4px 8px;
  border-radius: 4px;
}

.container {
  min-height: 20vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews {
  max-width: 1000px;
  width: 100%;
  padding: 20px;
}

.reviews-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-slider::-webkit-scrollbar {
  display: none; 
}

.slide {
  min-width: 300px;
  padding: 20px;
  background: url("Iconita_recenzii.png") no-repeat center/cover;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.title {
  font-size: 20px;
  margin: 10px 0;
  margin-top: 30px;
  margin-left: 60px;
}

.slide p {
  color: #2d2d2d;
  font-size: 16px;
  margin-top: 90px;
  margin-left: 54px;
  margin-right: 20px;
  font-weight: 500;
}

.user {
  margin-left: 140px;
  margin-bottom: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.controls {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.controls button {
  background: #bb8760;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 18px;
}

.controls button:hover {
  background: #ddd;
}

.footer {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-links {
  display: flex;
  gap: 60px;
}

.footer-links a {
  display: block;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-anpc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.footer-anpc img {
  max-height: 50px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
}

.socials a {
  color: #ccc;
  margin: 0 10px;
  font-size: 20px;
  transition: color 0.3s;
}

.socials a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  body, html {
    overflow-x: hidden;
  }

  .main-nav {
    flex-direction: column;
    padding: 15px 20px;
  }

  .menu {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    align-items: center;
  }

  .menu li a {
    font-size: 16px;
  }

  .logo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .logo img {
    max-width: 120px;
    height: auto;
  }

  .hero {
    flex-direction: column;
    height: auto;
    gap: 30px;
    padding: 40px 20px;
    text-align: center;
  }

  .text-container {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  .text-container h1,
  .text-container h4,
  .text-container p {
    text-align: center;
    font-size: 1em;
  }

  .form-container {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
  }

  .content1, .content2, .content3, .content4, .content {
    height: auto;
    padding: 40px 15px;
    text-align: center;
  }

  .content1 p,
  .content2 p,
  .content3 p,
  .content4 p,
  .content p {
    height: auto;
    font-size: 18px;
    text-align: center;
    padding: 0 1rem;
  }

  .reviews-slider {
    flex-direction: row;
    gap: 20px;
  }

  .slide {
    min-width: 100%;
  }

  .user {
    margin-left: 0;
    justify-content: center;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 20px;
  }

  .footer-links div a {
    margin: 5px 0;
  }

  .footer-anpc {
    justify-content: center;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .main-nav { padding: 10px 14px; }
  .menu { gap: 12px; flex-wrap: wrap; }
  .menu li a { font-size: 16px; }

  .hero {
    height: auto;
    min-height: 60svh;
    gap: 16px;
    padding: 16px;
    text-align: center;
    flex-direction: column;
  }

  .text-container { width: 100%; max-width: 600px; padding: 10px; }
  .text-container h1 { font-size: clamp(18px, 3.2vw, 28px); }
  .text-container h4,
  .text-container p { font-size: clamp(14px, 2.6vw, 18px); }

  .content, .content1, .content2, .content3, .content4 { height: auto; padding: 32px 16px; }
  .content1 p, .content2 p, .content3 p, .content4 p, .content p {
    height: auto; margin-bottom: 12px; font-size: 18px; padding: 0 1rem;
  }

  .content1 h3, .content2 h3, .content3 h3, .content4 h3, .content h3 {
    font-size: clamp(18px, 3.5vw, 24px);
    margin-bottom: 12px;
  }

  #acasa, #despre-noi, #contact, #tarife, #noutati { scroll-margin-top: 70px; }
}