
.contact-us-container {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 50px;
  
}


.contact-section {
  display: flex;
  justify-content:space-between;
  margin-top: 40px;
  
  
  
}


.contact-form {
  width: 48%;
  background-color: #c9e6ec;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* color: #0056b3;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold; */
}

.contact-form h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #0056b3;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.form-group {
 
  align-items: center;
  margin-bottom: 20px;
  
}

.form-group label {
  font-size: 16px;
  color: #333;
  width: 150px;
}

.form-group input {
  width: 50%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 20px;
}

.submit-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-button:hover {
  background-color: #0056b3;
}


.contact-card {
  width: 48%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
 
  color: #0056b3;
  font-weight: bold;
}

.contact-card ul {
  list-style-type: none;
  padding: 0;
 
}

.contact-card li {
  font-size: 16px;
  margin-bottom: 10px;
 
}

.contact-card i {
  margin-right: 10px;
  color: #007bff;
  
}


.location-container {
  margin-top: 40px;
  text-align: center;
  width: 80%;
  margin-left: 10%;
}

.map-container iframe {
  border: 0;
}


.footer {
  background-color: #aaa5a5;
  color:black;
  width: 100%; 
  padding: 20px 0; 
  text-align: center;
  margin: 0; 
  box-sizing: border-box; 
  position: relative; 
  bottom: 0; 
  left: 0;
  right: 0;
}


.footer-content {
  max-width: 1200px; 
  margin: 0 auto; 
  padding: 0 20px;
}


.social-media a {
  color: black;
  margin: 0 10px;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s;
}

.social-media a:hover {
  color: #28a745;
}


@media (max-width: 768px) {
  .footer {
    padding: 15px 0;
  }

  .social-media a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 10px 0;
  }

  .social-media a {
    font-size: 16px;
    margin: 0 5px;
  }
}




.contact-info-image img {
  max-width: 70%; 
  height: 20%; 
  margin-top: 20px; 
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}
.contact-card {
  width: 48%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.contact-card h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-card ul {
  list-style-type: none;
  padding: 0;
}

.contact-card li {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-card i {
  margin-right: 10px;
  color: #007bff;
}


.contact-info-image {
  margin-bottom: 40px; 
}

.contact-info-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


