.about_us {
  padding: 100px 0px;
}

.about_us img {
  width: 100%;
}

.about_content {
  padding: 0 0 50px 0;
}


.product_us{
    padding: 0 0 0 0;
}

.product_us img{
    width:100%
}


.contact_us {
  padding: 100px 0px;
}

.contact_us img {
  width: 100%;
}


.contact-container {
  padding: 0 0 50px 0;
}

.contact-form-container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 14px;
}
input:focus,
textarea:focus {
  border-color: #007bff;
  outline: none;
}
button {
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
button:hover {
  background-color: #0056b3;
}
.message {
  margin-top: 15px;
  font-size: 14px;
}
.success {
  color: #28a745;
}
.error {
  color: #dc3545;
}

.infrastructure {
  padding: 100px 0px;
}

.infrastructure img {
  width: 100%;
}



.Infra_container{
    padding: 0 0 50px 0;
   
}

/* .Infra_image {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
    width: 80%; 
    max-width: 1200px;
    
    
}

.Infra_image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover; 
    height: 300px;
    width: 300px;
  
} */