.contact-section {
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #007bff;
  }
  .google-map {
    width: 100%;
    height: 350px;
    border: 0;
  }
  .contact-text-muted {
    text-align: justify;
  }
  .contactus-button {
  display: inline-block;
  margin-top: 1em;
  padding: 0.6em 1.2em;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.contactus-button:hover {
  background-color: #0056b3;
}
