.elementor-5761 .elementor-element.elementor-element-dd62d3e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5761 .elementor-element.elementor-element-a50740f{width:100%;max-width:100%;}.elementor-5761 .elementor-element.elementor-element-a50740f img{width:100%;max-width:100%;}.elementor-5761 .elementor-element.elementor-element-da35c80{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7cef9e7 */.job-openings-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.job-heading {
  text-align: center;
  font-size: 42px;
  color: #333333;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.job-intro {
  text-align: center;
  font-size: 18px;
  color: #5a5a5a;
  max-width: 700px;
  margin: 0 auto 50px;
  transition: color 0.3s ease;
}

.job-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto 70px;
}

.job-card {
  background-color: #ffffff;
  color: #1a1a1a;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: all 0.3s ease;
}

.job-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.job-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111111;
  transition: color 0.3s ease;
}

.job-meta,
.job-date {
  font-size: 14px;
  color: #777777;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.job-card p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.apply-button {
  display: inline-block;
  padding: 10px 22px;
  background-color: #3a3a3a; /* updated: dark grey */
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.apply-button:hover {
  transform: scale(1.05);
  background-color: #555555; /* updated: slightly lighter grey */
}

/* Application Form Section */
.apply-form-section {
  max-width: 700px;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

.apply-form-section h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #222222;
  text-align: center;
  transition: color 0.3s ease;
}

.apply-form-section form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.apply-form-section input,
.apply-form-section select {
  padding: 14px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-size: 16px;
  background-color: #ffffff;
  color: #111111;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.apply-form-section input:focus,
.apply-form-section select:focus {
  border-color: #3a3a3a; /* match new theme */
  box-shadow: 0 0 0 2px rgba(58, 58, 58, 0.3);
  outline: none;
}

.apply-form-section input::placeholder {
  color: #aaaaaa;
}

.apply-form-section button {
  padding: 14px;
  background-color: #3a3a3a; /* updated: dark grey */
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.apply-form-section button:hover {
  background-color: #555555; /* updated: hover grey */
  transform: scale(1.05);
}/* End custom CSS */