
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 50px;
    background-image: url("tech.jpg");
    background-size: auto;
  }

  h2, h3 {
    text-align: center;
    color: white;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
  }


  h1{
    text-align: center;
    color: black;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  p {
    font-weight: bold;
    color: white;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  p1 {
    font-weight: bold;
    color: black;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
  }


  header {
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
    background-image: url("Main_Header_Background.jpg");
    background-size: 97%;
    background-repeat: no-repeat;
    background-position: center;
  }

  nav {
    color: white;
    padding: 20px;
    text-align: center;
  }

  section {
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    padding: 20px;
    text-align: center;
  }

  footer {
    
    color: white;
    padding: 20px;
    text-align: center;
  }

  #company-logo {
    position: absolute;
    top: 10px;
    left: 300px;
    width: 150px;
    height: 150px;
  }

#company-pdf {
  color: Black;
}


  #company-profile {
    color: white;
    padding: 20px;
    text-align: center;
  }

  #contents {
    font-size: 22px;
    
    color: white;
    padding: 20px;
    text-align: center;
    background-image: url("file:///C:/Users/User/Desktop/contents.jpg");
    background-size: 97%;
    background-repeat: no-repeat;
    background-position: center;
  }

  #company-back {
    
    color: white;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav ul li {
    display: inline-block;
  }

  nav ul li a {
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 10px;
  }

   ul {
    text-align: center;
    color: white;
  }

  ul li {
    margin-top: 15px;
     font-size: 24px;
  }

  .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
  }

  .company-culture-section {
    text-align: center;
  }

  .company-culture-section #company-culture {
    display: block;
    margin: 0 auto;
  }

  .image-container {
    text-align: center;
    
  }

  .solution-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .solution-section .left-content,
  .solution-section .right-content {
    flex-basis: 50%;
    text-align: center;
  }

  .solution-section .image {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    background-color: black;
  }

  .solution-section .image img {
    width: 500px;
    height: 500px;
  }

  .how-we-do-content {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .how-we-do-content .image {
    flex-basis: 30%;
  }

  .how-we-do-content .list {
    flex-basis: 70%;
    text-align: left;
  }

  .how-we-do-content .list li {
    margin-bottom: 10px;
  }

  .list {
    font-size: 26px;
  }

  .image-and-text {
    display: flex;
    align-items: flex-start;
  }

  .text-list {
    margin-left: 20px;
  }

  .text-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .text-list li {
    margin-bottom: 10px;
  }

  .left-aligned {
    text-align: left;
  }


    #map {
      height: 400px;
    }

 #contact {
      background-image: url('contact_us.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

 h4 {
      color: #fff; 
      font-size: 30px; 
      font-weight: bold; 
      margin-bottom: 10px; 
    }


 h5 {
      color: black  	 	; 
      font-size: 30px; 
      font-weight: bold; 
      margin-bottom: 10px; 
    }

 #future {
      background-image: url('our_pnp.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

  #started {
    padding: auto;
    background-image: url('get_started.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.logo-container {
  display: flex;
  align-items: center;
}

.logo-container img {
  margin-right: 10px;
}

.logo-container h1 {
  margin: 0;
}

.contact-info {
  color: black; 
  text-align: left;
}

.contact-info-container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}


.qr-code {
  width: 130px;
  height: 130px;
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-info-container {
  position: relative;
}









