
#contact-13 {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
}
#contact-13 .section-header {
  margin-bottom: 50px;
  text-align: center;
}
#contact-13 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
#contact-13 .section-description {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}
#contact-13 .department-card {
  background-color: #f8f9fa;
  padding: 30px 25px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}
#contact-13 .department-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#contact-13 .department-icon {
  font-size: 2.8rem;
  color: #c8a45d;
  margin-bottom: 20px;
}
#contact-13 .department-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-13 .department-description {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 20px;
  flex-grow: 1;
}
#contact-13 .department-contact-btn {
  display: inline-block;
  background-color: #c8a45d;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  margin-top: auto;
}
#contact-13 .department-contact-btn:hover {
  background-color: #ab8a4a;
}
#contact-13 .general-inquiry-section {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#contact-13 .general-inquiry-text {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 15px;
}
#contact-13 .general-inquiry-btn {
  display: inline-block;
  background-color: #5a7bb4;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
#contact-13 .general-inquiry-btn:hover {
  background-color: #4a689a;
}
@media (max-width: 767.98px) {
  #contact-13 {
    padding: 40px 0;
  }
  #contact-13 .section-title {
    font-size: 2rem;
  }
  #contact-13 .department-card {
    padding: 25px 20px;
  }
  #contact-13 .department-icon {
    font-size: 2.5rem;
  }
  #contact-13 .department-title {
    font-size: 1.2rem;
  }
}


