body {
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #fff;
  color: #212529;
}

/* Header Section */
.header-section {
  background: url("../../assets/img/Contact.jpg");
  background-size: cover;
  background-position: center;
  height: 220px;
  display: flex;
  align-items: center;
}

.header-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-left: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Content Section */
.content-section {
  padding: 40px 30px;
}

.content-section h5 {
  font-weight: 600;
  font-size: 1.05rem;
}

.content-section p,
.content-section li {
  font-size: 0.95rem;
}

.content-section ul {
  padding-left: 20px;
  margin-top: 0.5rem;
}

.content-section ul li {
  margin-bottom: 0.4rem;
}

.section-title {
  font-weight: bold;
  margin-top: 1.5rem;
}
