/* Page-specific styles for corporate-trainings.html */

.corporate-hero-container {
  text-align: center;
  max-width: 900px;
  padding-top: 120px;
  padding-bottom: 30px;
}

.corporate-hero-text {
  margin-top: 12px;
}

.hero-cta {
  margin-top: 18px;
}

.cta-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 8px;
  background: #2cbfae;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.cta-btn:hover {
  background: #1a8c7a;
  color: #fff;
}

.program-content h2 {
  margin-bottom: 12px;
}

.program-content h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 20px;
}

.program-content ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.program-content li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .corporate-hero-container {
    text-align: left;
  }
}
