.faq-title-container {
  max-width: 1450px;
  margin: 35px auto 0;
  background-image: url('images/black.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.faq-title {
  width: 100%;
  max-width: 1200px; 
  position: relative;
  padding: 150px 20px; 
}

.faq-title .mission {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  text-align: left;
  margin-left: 320px;
}

.faq-title h1 {
  font-weight: bolder;
  font-size: 4.5rem; 
  margin: 0;
  text-align: center; 
}

.faq-title .work-with-us {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  text-align: right;
  margin-top: 10px;
  margin-right: 310px;

}

.faq-title .highlight {
  color: #F2C523;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 20px;
}

/* Design Section */
.design-section {
  max-width: 1024px;
  margin: 50px auto;
  padding: 50px 20px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.design-section h2 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  color: #000;
}

.design-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.design-text {
  width: 45%;
  text-align: justify;
}

.design-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.design-text .mission {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}

/* Job Listings Section*/
.job-listings {
  max-width: 1024px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.career-heading {
  text-align: left;
  margin-bottom: 80px;
  padding: 0 10px;
}

.career-heading h2 {
  font-size: 2.5rem;
  font-weight: lighter;
  letter-spacing: 1px;
  color: #000;
}

.job-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 0 10px;
}

.job-card {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  transform: scale(1.03); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
}

.job-card h3 {
  font-size: 1.1rem;
}

.job-card .status {
  font-weight: bold;
}

.job-card.closed .status {
  color: #d32f2f; 
}

.job-card.open .status {
  color: #388e3c; 
}

.job-card p {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
  margin-bottom: 10px;
}

.job-card button {
  align-self: flex-end;
  margin-top: 0;
  background-color: #2f4f4f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px 0px 0px 0px;
  font-weight: bold;
  cursor: pointer;
}

.job-card button:hover {
  background-color: #1e3939;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .faq-title-container {
    max-width: 95%; 
    margin: 0 auto;
    padding: 100px 50px; 
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .faq-title {
    text-align: left; 
    padding: 80px 20px;
  }

  .faq-title h1 {
    font-size: 4.5rem; 
    line-height: 1.2; 
    font-weight: bolder;
  }

  .faq-title .mission {
    font-size: 1.5rem;
    text-align: left;
    margin-left: 160px;
  }

  .faq-title .work-with-us {
    font-size: 1.5rem;
    text-align: right;
    margin-right: 135px;
  }

  .design-section {
  max-width: 768px;
 }
}

/* Tablet Responsiveness... */
@media (max-width: 768px) and (min-width: 428px) {
  .faq-title-container {
    max-width: 100%; 
    margin: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 80px 20px; 
  }

  .faq-title {
    text-align: center; 
    padding: 10vw 5vw;
  }

  .faq-title h1 {
    font-size: 3.5rem; 
    line-height: 1.2; 
  }

  .faq-title .mission {
    font-size: 1rem;
    text-align: left; 
    margin-left: 125px;
  }

  .faq-title .work-with-us {
    font-size: 1rem; 
    text-align: right; 
    margin-right: 105px;
  }

  .faq-container {
    max-width: 90%; 
    margin: -50px auto 0;
    padding: 10px;
  }

  .job-cards {
    grid-template-columns: repeat(2, 1fr); 
  }
}

/* Mobile Responsiveness... */
@media (max-width: 427px) and (min-width: 0) {
  .faq-title-container {
    max-width: 100%; 
    margin: 0;
    padding: 152px 20px 80px 20px; 
  }

  .faq-title {
    text-align: center; 
    padding: 10vw 5vw;
  }

  .faq-title h1 {
    font-size: 2.5rem; 
    line-height: 1; 
  }

  .faq-title .highlight {
  color: #F2C523;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  }

  .faq-title .mission {
    font-size: 1rem;
    text-align: left; 
    margin-left: 25px;
  }

  .faq-title .work-with-us {
    font-size: 1rem; 
    text-align: right; 
    margin-right: 15px;
  }

  .design-section h2 {
  font-size: 1.5rem;
  }

  .design-text p {
  font-size: 0.95rem;
  }

  .design-text .mission {
  font-size: 1;
  }

 .job-cards {
    grid-template-columns: 1fr; 
 }

 .career-heading h2 {
  font-size: 2rem;
 }
}

.btn-apply {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  background-color: #2f4f4f;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px 0px 0px 0px;
  font-weight: bold;
  cursor: pointer;
}

.btn-apply:hover {
  background-color: #1e3939;
}
