/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1040; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
body.popup-open {
  overflow: hidden; /* This stops the background page from scrolling */
  padding-right: 15px; /* Optional: adjust padding to prevent the page from jumping when scrollbar disappears (adjust '15px' as needed) */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 4% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 32px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* contents */
.careers {
  font-family: Arial, Helvetica, sans-serif !important;
  /* line-height: 1.6; */
  margin: 0;
  background-color: #f4f6f8;
  color: #333;
}
.container-careers {
  max-width: 900px;
  margin: 40px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.container-careers > h1 {
  color: #0a3d62;
  margin-bottom: 10px;
}
.container-careers > h2 {
  color: #2e7d32;
  margin-top: 30px;
}
.container-careers > h3 {
  color: #2e7d32;
  margin-top: 30px;
  border-bottom: 2px solid #2e7d32;
  
}
.meta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 25px;
}
.container-careers > ul {
  padding-left: 20px !important;
}
.container-careers > ul li {
  margin-bottom: 8px !important;
  list-style-type: disc;
}
.apply {
  margin-top: 30px;
  padding: 20px;
  background: #e8f5e9;
  border-left: 5px solid #3e755f;
}

.footer-careers {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-top: 40px;
  padding-top: 40px;
}

.apply-box {
  background: #e8f5e9;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}
.apply strong {
  color: #2e7d32;
  font-weight: bold; 
}

.apply span {
  color: #2e7d32;
  font-style: italic;
}

a.disabled {
    pointer-events: none;
}
