.contact-page body {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  font-family: 'Segoe UI', sans-serif;
}

.contact-page .section-title {
  color: #1b4332;
  font-weight: 800;
  font-size: 2.5rem;
}

.contact-page .subtext {
  color: #495057;
  font-size: 1.1rem;
}

.contact-page .card-custom {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #d4d3d3;
  transition: transform 0.3s ease;
}

.contact-page .card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.contact-page .card-custom h5 {
  color: #1b4332;
  font-weight: 700;
}

.contact-page .btn-green {
  background: #1b4332;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease;
}

.contact-page .btn-green:hover {
  background: #2d6a4f;
  color: white;
  transform: scale(1.02);
}

.contact-page .form-control,
.contact-page textarea {
  border-radius: 12px;
  border: 1px solid #ced4da;
}

.contact-page .icon-label {
  font-weight: 600;
  color: #1b4332;
  margin-top: 1rem;
}

.contact-page .contact-info a {
  color: #2d6a4f;
  text-decoration: none;
  font-weight: 500;
}

.contact-page .contact-info a:hover {
  text-decoration: underline;
}

.contact-page .timeline-step {
  position: relative;
  padding-left: 2.2rem;
}

.contact-page .timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3rem;
}
