.elementor-810 .elementor-element.elementor-element-2ce32be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9549c8f */.career-support-section {
  padding: 40px 20px;
  background: #f4f8fb;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

.career-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.career-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.career-card:hover {
  transform: translateY(-8px);
}

.career-card h3 {
  font-size: 20px;
  color: #0a3d62;
  margin-bottom: 10px;
}

.career-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.career-footer {
  margin-top: 50px;
}

.career-footer h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.career-footer p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.career-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00a8ff;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s;
}

.career-btn:hover {
  background: #007ec6;
}/* End custom CSS */