* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Montserrat';

}

header {
    display:flex;
    padding: 15px 10px;
    background-color: #ffffff ;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: padding 0.35s ease, box-shadow 0.35s ease;
}

header .logo {
    height: 130px;
    transition: height 0.35s ease;
}

nav {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

nav a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #222222;
    padding: 12px 18px;
    transition: color 0.4s ease, background-color 0.4s ease;
}

nav a:hover {
 color :#1E3AC7

}

header.scrolled {
    padding: 6px 10px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.08);
}

header.scrolled .logo {
    height: 110px;
}

header.scrolled nav{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    height: 0;
    overflow: hidden;

}



.hero {
    height: 500px;
    background: #1e3ac7;
background: radial-gradient(circle, rgba(30, 58, 199, 1) 0%, rgba(204, 18, 55, 1) 100%);

}

.hero h2 {
    font-size: 70px;
    text-align: center;
    color: #ffffff;
    padding: 70px 40px;
    margin-top: 10px;
}

.hero p {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    padding: 20px 10px;
    margin-top: 10px;
}


.facts {
  background: #f2f2f2;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  gap: 180px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 30px;
}

.facts h2 {
    flex-wrap: nowrap;
    flex-direction: ;
}


.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180px;

}


.fact-number {
  font-size: 80px;
  font-weight: 700;
  color: #1E3AC7; 
  line-height: 1;
}


.fact-text {
  font-size: 18px;
  margin-top: 10px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.7s ease-out;
}


.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.about {
    text-align: center;
    margin-top: 24px;
}

.about h2 {
    font-size: 50px;
    color: #1E3AC7;
    padding: 10px 0;
}

.about p {
    font-size: 30px;
    color: #555;

    padding: 8px 0;
}


.service {
    text-align: center;
    margin-top: 24px;
}

.service h2 {
    font-size: 50px;
    color: #1E3AC7;
    padding: 10px 0;
}

.service p {
    font-size: 30px;
    color: #555;

    padding: 8px 0;
}

.btn-services {
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid #1E3AC7;
  border-radius: 15px;
  color: #1E3AC7;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 15px;

}

.btn-services:hover {
  background: #1E3AC7;
  color: #fff;
}

.footer {
  background: #f2f2f2;
  padding: 30px 20px;
  text-align: center;
  color: #444;
  margin-top: 30px;
  font-size: 24px;
}

.footer .copy {
  margin-top: 20px;
  font-size: 18px;
  color: #777;
}

.services-hero {
  text-align: center;
  padding: 70px 40px;
   
    }

.services-hero h1 {
  font-size: 60px;
  color: #1E3AC7;
  margin-bottom: 25px;
}

.services-hero p {
  font-size: 28px;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}


.services-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-item {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.service-item h3 {
  font-size: 36px;
  color: #414249;
  margin-bottom: 20px;
}

.service-item p {
  font-size: 24px;
  color: #555;
  line-height: 1.7;
  max-width: 900px;
}

.service-contact {
    text-align: center;
    margin-top: 30px;
    text-decoration: none;
}

.services-cta {
    display: inline-block;
  padding: 14px 32px;
  border: 2px solid #1E3AC7;
  border-radius: 15px;
  color: #1E3AC7;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.services-cta:hover {
  background: #1E3AC7;
  color: #fff;
}

.contact-simple {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: center;
}

.contact-item h3 {
  font-size: 36px;
  color: #1E3AC7;
  margin-bottom: 15px;
}

.contact-item p {
  font-size: 26px;
  color: #555;
  line-height: 1.6;
}



.colet-box {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}

.colet-box h2 {
  font-size: 50px;
  color: #1E3AC7;
  margin-bottom: 20px;
}

.colet-text {
  font-size: 26px;
  color: #555;
  max-width: 900px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.colet-form {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.colet-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.colet-group label {
  font-size: 22px;
  margin-bottom: 10px;
  color: #414249;
  font-weight: 600;
}

.colet-group input,
.colet-group textarea {
  padding: 14px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.colet-group input:focus,
.colet-group textarea:focus {
  outline: none;
  border-color: #1E3AC7;
}

.parola-box {
  padding: 20px;
  border: 2px dashed #1E3AC7;
  border-radius: 15px;
  background: #f9f9f9;
}

.parola-box small {
  margin-top: 8px;
  font-size: 16px;
  color: #777;
}

.colet-submit {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

button.services-cta {
  background: transparent;
  font-family: 'Montserrat';
  font-size: 16px;
  cursor: pointer;
}



/* =========================
   MOBILE (telefoane)
   ========================= */
@media (max-width: 768px) {

  /* HEADER */
  header {
    padding: 10px 8px;
  }

  header .logo {
    height: 90px;
  }

  nav {
    gap: 10px;
  }

  nav a {
    font-size: 14px;
    padding: 8px 10px;
  }

  /* HERO */
  .hero {
    height: auto;
    padding-bottom: 40px;
  }

  .hero h2 {
    font-size: 36px;
    padding: 40px 20px 20px;
  }

  .hero p {
    font-size: 20px;
    padding: 10px 20px;
  }

  /* ABOUT */
  .about h2 {
    font-size: 34px;
  }

  .about p {
    font-size: 18px;
    padding: 6px 20px;
  }

  /* FACTS */
  .facts {
    flex-direction: column;
    gap: 40px;
    padding: 50px 20px;
  }

  .fact-number {
    font-size: 52px;
  }

  .fact-text {
    font-size: 14px;
  }

  /* SERVICES (index) */
  .service h2 {
    font-size: 34px;
  }

  .service p {
    font-size: 18px;
    padding: 6px 20px;
  }

  .btn-services {
    margin-top: 25px;
  }

  /* SERVICES PAGE */
  .services-hero h1 {
    font-size: 38px;
  }

  .services-hero p {
    font-size: 18px;
  }

  .service-item {
    padding: 35px 0;
  }

  .service-item h3 {
    font-size: 26px;
  }

  .service-item p {
    font-size: 18px;
  }

  /* CONTACT */
  .contact-item h3 {
    font-size: 26px;
  }

  .contact-item p {
    font-size: 18px;
  }

  /* FOOTER */
  .footer {
    font-size: 18px;
    padding: 25px 15px;
  }

  .footer .copy {
    font-size: 14px;
  }


/* COLET SECTION */

  .colet-box {
    margin: 50px auto;
  }

  .colet-box h2 {
    font-size: 34px;
  }

  .colet-text {
    font-size: 18px;
    margin-bottom: 35px;
    padding: 0 10px;
  }

  .colet-form {
    max-width: 100%;
  }

  .colet-group {
    margin-bottom: 22px;
  }

  .colet-group label {
    font-size: 18px;
  }

  .colet-group input,
  .colet-group textarea {
    font-size: 16px;
    padding: 12px;
  }

  .parola-box {
    padding: 15px;
  }

  .parola-box small {
    font-size: 14px;
  }

  .colet-submit {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  button.services-cta {
    width: 100%;
    font-size: 16px;
  }
  
}
