  body,
  html {
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;
  }

  /* Initial Navbar Style */
  .navbar {
      transition: all 0.3s ease;
      padding: 20px 0;
      /* background: transparent; */
          background: #06123066;
  }

  /* Scrolled Navbar Style */
  .navbar.scrolled {
      background: white !important;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
  }

  .navbar-brand img {
      height: 80px;
      transition: opacity 0.3s ease;
      /* opacity: 0; */
  }

  .navbar.scrolled .navbar-brand img {
      opacity: 1;
  }

  .navbar .nav-link {
      color: white;
      transition: color 0.3s ease;
  }

  .navbar.scrolled .nav-link {
      color: black !important;
  }
.proworkers_inside_getknow{

    background: url('../images/proworkers_inside_3.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
}

.proworkers_team_5{
  background: url('../images/proworkers_team_5.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;

}


  .proworkers_home {
      background: url('../images/proworkers_home_page.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }

  .proworkers_inside_1 {
      background: url('../images/proworkers_inside_1.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }

  .proworkers_inside_2 {
      background: url('../images/proworkers_inside_laber5.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }

.proworkers_restore_5{

 background: url('../images/proworkers_restore_5.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;

}

  .proworkers_inside_3 {
      background: url('../images/proworkers_inside_3.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }

   .proworkers_inside_4 {
      background: url('../images/proworkers_inside_4.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }

  .proworkers_inside_5 {
      background: url('../images/proworkers_inside_com.jpg') center center / cover no-repeat fixed;
      height: 100vh;
      position: relative;
  }



  .hero {

      height: 90vh;
      position: relative;
  }

  .hero-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 350px;
  }

  .content-section {
      margin-top: -100px;
      z-index: 5;
      position: relative;
  }
        
  .content-box {
      background: white;
      padding: 50px;
      border-radius: 10px;
      /* max-width: 1000px; */
      margin: auto;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .section-title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 1rem;
      position: relative;
  }

  .section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #00adef;
      margin: 10px auto 0;
  }

  p {
      text-align: justify;
      line-height: 1.8;
  }

  .section-title {
      color: #009fe3;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      margin-top: 40px;
  }

  .intent-box {
      background: #fff;
      /* padding: 30px; */
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      height: 100%;
  }

  .intent-logo {
      display: block;
      margin: 0 auto 20px auto;
      width: 100%;
  }

  .intent-list {
      list-style: none;
      padding: 0;
      font-size: 15px;
      color: #007dbf;
      text-align: center;
  }

  .intent-list li {
      margin: 8px 0;
  }

  .visit-btn {
      margin-top: 20px;
      margin-bottom: 20px;
      text-align: center;
  }

  .visit-btn a {
      background-color: #00bcd4;
      color: #fff;
      padding: 10px 25px;
      text-decoration: none;
      border-radius: 5px;
      display: inline-block;
      transition: background 0.3s;
  }

  .visit-btn a:hover {
      background-color: #0097a7;
  }

     .footer {
      background: linear-gradient(to bottom right, #322b7f, #b4c2c8);
      color: #fff;
      padding: 60px 0 20px;
      margin-top: 50px;
    }
    .footer h5 {
      color: white;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 20px;
      text-transform: uppercase;
    }
    .footer a {
      color: #fff;
      font-size: 14px;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .certifications img {
      height: 100px;
      margin: 0 10px;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 40px;
      color: #333;
      font-size: 14px;
    }
    .footer-bottom a {
      color: #333;
      margin: 0 10px;
    }
    .footer-bottom a:hover {
      text-decoration: underline;
    }
    .footer-logo {
      width: 100px;
    }
    .highlight {
      color: #00bcd4;
      font-weight: bold;
    }

  .quote-form {
      background: white;
      padding: 40px;
      max-width: 700px;
      margin: 50px auto;
      /* border-radius: 10px; */
      border:1px solid #007bff;
      /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
    }
    .quote-form h2 {
      text-align: center;
      margin-bottom: 30px;
      color: #007bff;
    }
    .btn-whatsapp {
      background-color: #25d366;
      color: white;
    }
    .btn-whatsapp:hover {
      background-color: #1ebd5a;
    }

 .application-form {
      background: white;
      padding: 40px;
      max-width: 700px;
      margin: 40px auto;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .application-form h2 {
      text-align: center;
      color: #007bff;
      margin-bottom: 30px;
    }
    .btn-whatsapp {
      background-color: #25d366;
      color: white;
    }
    .btn-whatsapp:hover {
      background-color: #1ebd5a;
    }



/* -box */
.boxp{

    padding: 10px;
    /* text-align: left; */
}

  @media (max-width: 768px) {
      .hero-logo {
          max-width: 180px;
      }

      .content-box {
          padding: 30px 20px;
      }
  }

  body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f7fa;
  color: #333;
}

.contact-header {
  text-align: center;
  padding: 60px 20px 30px;
  background-color: #0066ff;
  color: white;
}

.contact-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.contact-header p {
  font-size: 16px;
  max-width: 600px;
  margin: auto;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 20px;
  max-width: 1100px;
  margin: auto;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.contact-info {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.info-box i {
  font-size: 24px;
  margin-right: 15px;
  color: #0066ff;
}

.info-box h4 {
  margin: 0 0 5px;
  font-size: 18px;
}

.info-box p {
  margin: 0;
  font-size: 14px;
}

.contact-form {
  flex: 2;
  min-width: 300px;
  padding: 20px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  background-color: #0066ff;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form button:hover {
  background-color: #004bbd;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 30px 15px;
  }

  .contact-info, .contact-form {
    padding: 15px;
  }
}

.testimonial-carousel-section {
  padding: 60px 20px;
  /* background-color: #f2f7fc; */
  text-align: center;
}

.carousel-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.carousel-header p {
  color: #555;
  margin-bottom: 40px;
}

.testimonial-slide {
  background-color: white;
  padding: 30px;
  margin: 0 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
  font-style: italic;
  color: #333;
  margin-bottom: 25px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-author span {
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {
  .hero {
    height: 58vh;
    
  }
}