.contact-section {
  background: white;
  border-radius: 8px;
  padding: 100px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-title {
  color: #0066cc;
  font-size: 28px;
  margin-bottom: 30px;
  border-left: 4px solid #0066cc;
  padding-left: 15px;
}

.address-section h3 {
  color: #0066cc;
  font-size: 18px;
  margin-bottom: 15px;
}

.address-info {
  line-height: 1.6;
  color: #333;
}

.address-info p {
  margin-bottom: 8px;
}

.address-info strong {
  color: #000;
}

.contact-item {
  margin-bottom: 10px;
}

.contact-item span {
  display: inline-block;
  min-width: 50px;
}

.email-link {
  color: #0066cc;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}
