* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #ffffff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
  background-color: #F3F7F7;
  position: sticky;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}

.logo img {
  height: 33px;
  margin-right: 55px;
}

.nav-links {
  display: flex;
  gap: 1rem;
}

.nav-links a {
  margin: 0 10px;
  text-decoration: none;
  color: #00658B;
  font-weight: 400;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #00658B;
}

.lang-toggle a {
  text-decoration: none;
  color: #00658B;
  font-weight: 400;
}


.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to right, #006190 , #193DB7);
  color: white;
  padding: 25px 40px;
}

.hero-text h1 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.1;
  max-width: 700px;
  margin: auto 20px auto;
  margin-bottom: 20px;
  margin-left: 70px;
}


.hero-text p {
  font-size: 18px;
  margin-bottom: 30px;
  margin-left: 70px;
}

.cta-btn {
  background-color: #E7C338;
  color: #00658B;
  border: none;
  padding: 14px 24px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 70px;
  font-weight: bold;
  text-decoration: none;
}

.hero-image {
  flex: 0.7;
  text-align: right;
}

.hero-image img {
  width: 93%;
  height: auto;
}

.about {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 110px 40px;
  background-image: url('images/about.png');
  background-size: cover;
  background-position: center;
}

.about2 {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 750px;
  flex: 1 1 calc(50% - 30%);
  font-size: 23px;
  color: #006494;
  font-weight: 600;
}

.about-header h2 {
  font-size: 36px;
  color: #162556;
  margin-bottom: 10px;
}

.about-header p {
  font-size: 16px;
  color: #162556;
  max-width: 800px;
  margin: 0 auto 40px;
}

.about-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.about img {
  width: 70px;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  flex: 1;
  min-width: 300px;
}

.card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.card p {
  font-size: 18px;
  color: #006494;
  font-weight: 500;
  white-space: normal;
}

.soluciones {
  background: #f9f9f9;
  padding: 85px 30px;
  text-align: center;
}

.soluciones h2 {
  font-size: 36px;
  color: #00658B;
  margin-bottom: 40px;
}

.soluciones-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.soluciones .card {
  flex: 1 1 calc(33.333% - 30px);
  background: white;
  max-width: 950px;
  min-width: 260px;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  flex-direction: column;
  justify-content: space-between;
}

.soluciones .card:hover {
  transform: translateY(-8px);
}

.icono-solucion {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.soluciones .card h3 {
  color: #006494;
  margin-bottom: 10px;
  font-size: 20px;
}

.soluciones .card p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.servicios-contenido {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  height: auto;
}

.servicios-texto {
  flex: 1 1 50%;
  padding: 98px;
  background-color: #00557f;
  color: white;
  box-sizing: border-box;
}

.servicios-texto h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: white;
}

.servicio-box {
  background: white;
  color: #00557f;
  border-radius: 0px;
  padding: 17px;
  margin-bottom: 20px;
  display: flex;
  align-items: right;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 490px;
  flex-direction: column;
}

.icono-servicio {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin: 0;
}

.servicio-box p {
  margin: 0;
  font-weight: bold;
}

.servicios-imagen {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.servicios-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultoria-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 97px 80px;
  background-color: #ffffff;
  flex-wrap: wrap;
}

.consultoria-contenido {
  flex: 1 1 45%;
  padding-right: 40px;
}

.consultoria-contenido h2 {
  font-size: 2.2rem;
  color: #00557f;
  margin-bottom: 20px;
}

.consultoria-contenido ul {
  list-style: none;
  padding-left: 0;
}

.consultoria-contenido li {
  font-size: 1rem;
  color: #000;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}

.consultoria-contenido li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: green;
}

.consultoria-imagen {
  flex: 1 1 50%;
  text-align: center;
}

.consultoria-imagen img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0px 6px 4px #e5e5e5);
}

.contacto {
  background-color: #E7C338;
  text-align: center;
  padding: 88px 20px;
}

.contacto h2 {
  color: #00698f;
  font-size: 36px;
  margin-bottom: 15px;
}

.contacto p {
  color: #00698f;
  font-size: 16px;
  margin-bottom: 30px;
}

.contacto form {
  max-width: 514px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contacto form input,
.contacto form textarea {
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Segoe UI', sans-serif;
}

.contacto input:hover,
.contacto textarea:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 1px 1px #00698f;
}

input::placeholder,
textarea::placeholder {
  color: #7FB4C7;
}

button {
  background-color: #00698f;
  color: white;
  font-weight: bold;
  border: none;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  max-width: 514px;
}

footer {
  background-color: #101828;
  color: oklch(.707 .022 261.325);
  text-align: center;
  padding: 26px 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }
  .hero-text h1 {
    margin-left: 0;
    font-size: 37px;
  }

  .hero-text p {
    margin-left: 0;
    font-size: 20px;
  }

  .cta-btn {
    margin-left: 0;
    font-size: 15px;
  }
  .hero-image img {
    width: 100%;
    margin: 20px auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #F3F7F7;
  }
  .nav-links.active {
    display: flex;
  }

  .nav-links a {
    padding: 10px 20px;
  }
  .menu-toggle {
    display: block;
  }

  .about-cards, .soluciones-cards {
    flex-direction: column;
    align-items: center;
  }
  .soluciones .card {
    flex: 1 1 100%;
    max-width: 90%;
  }

  .servicios-contenido {
    flex-direction: column;
  }
  .servicios-texto, .servicios-imagen {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }

  .consultoria-section {
    flex-direction: column;
    padding: 40px 20px;
  }
  .consultoria-contenido, .consultoria-imagen {
    width: 100%;
    padding: 0;
  }
  .consultoria-imagen img {
    width: 90%;
    margin: 20px auto;
  }

  .contacto {
    padding: 60px 20px;
  }
  .contacto form {
    width: 100%;
  }
  .contacto input, .contacto textarea {
    width: 100%;
  }
}