.elementor-74190 .elementor-element.elementor-element-820340a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6e9977b */body {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  color: #333333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.career-forum-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.cf-header {
  text-align: center;
  padding: 1rem 1rem 1.5rem;
  color: #000000;
}

.cf-header h1 {
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}

.cf-header p {
  font-weight: 500;
  color: #444444;
}

section {
  margin-top: 2rem;
}

h2 {
  color: #222222;
  margin-top: 1.5rem;
  font-weight: 600;
}

h3 {
  color: #444444;
  margin-top: 1rem;
  font-weight: 600;
}

ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}

li {
  margin-bottom: 0.5rem;
}

.cf-btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.6rem 1.2rem;
  background-color: #0A4958; 
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cf-btn:hover {
  background-color: #083b46; /* A slightly darker shade for hover */
}


.cf-contact {
  margin-top: 3rem;
  font-size: 0.95rem;
  color: #444;
}

.cf-contact a {
  color: #007272;
  text-decoration: none;
  font-weight: 500;
}

.blog-image {
  text-align: center;
  margin-top: 2rem;
}

.blog-image img {
  max-width: 600px; /* limits size */
  width: 100%; /* keeps it responsive */
  height: auto;
  border-radius: 6px;
}/* End custom CSS */