
.careers-container {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  max-width: 1760px;
  margin: 80px auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .careers-container {
    padding: 0 15px;
  }
}


.careers-left {
  flex: 1;
}
.careers-right {
  flex: 1;
}

/* Heading & text */
.careers-title {
  font-family: 'Domine', serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #121212;
}
.careers-text {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 16px;
}
.careers-image {
  margin-top: 32px;
  width: 100%;
  border-radius: 8px;
  display: block;
}

/* Form */
.careers-form {
  display: flex;
  flex-direction: column;
  gap: 16px; /* spacing between fields */
}

/* Text inputs + textarea */
.careers-form input[type="text"],
.careers-form input[type="email"],
.careers-form input[type="tel"],
.careers-form textarea {
  border: none;
  border-bottom: 1px solid #8e8e8e; /* bottom-only line */
  padding: 12px 0 12px 20px; /* left gap for placeholder */
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 500;
  outline: none;
  width: 100%;
  color: #121212;
}

/* Placeholder styling */
.careers-form input[type="text"]::placeholder,
.careers-form input[type="email"]::placeholder,
.careers-form input[type="tel"]::placeholder,
.careers-form textarea::placeholder {
  color: #8e8e8e;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.careers-form textarea {
  resize: vertical;
  min-height: 120px;
}

/* Upload box */
.upload-box {
  border: 2px dashed #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  transition: border-color 0.3s;
}
.upload-box:hover {
  border-color: #888;
}
.upload-label {
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  color: #121212;
}
.upload-note {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

/* Checkbox */
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #121212;
  line-height: 1.4;
}
.form-check-input {
  margin-top: 4px;          /* aligns box with text */
  width: 16px;
  height: 16px;
  appearance: auto;         /* restore default look */
  -webkit-appearance: auto;
  cursor: pointer;
}

/* Submit button */
.submit-btn {
  margin-top: 20px;
  background-color: #ffcc29;
  color: #121212;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 100%; /* stretch full width */
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background-color: #ffcc29;
  color: transparent;
  -webkit-text-stroke: 1px #121212;
}

/* Responsive */
@media(max-width: 992px) {
  .careers-container {
    flex-direction: column;
  }
}


/* Responsive */
@media(max-width:1200px){
  .grid{grid-template-columns:repeat(2, minmax(220px, 1fr));width: calc(2 * var(--card-w) + 1 * var(--gap));padding:0 20px}
  .grid.two-items{width:100%;justify-content:center}
}
@media(max-width:768px){
  .grid{grid-template-columns:1fr;width:var(--card-w);margin-left:auto;margin-right:auto;padding:0 16px}
  .nav-links{display:none}
  .category-text{font-size:20px}
}
@media(max-width:480px){
  .heading{font-size:32px}
  .category-text{font-size:18px}
}
.job-posting {
  max-width: 1760px;
  margin: 100px auto;
  padding: 60px 80px;
  background-color: #fff7e0;
  border-radius: 12px;
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.job-title {
  font-family: 'Domine', serif;
  font-weight: 700;
  font-size: 72px;
  color: #121212;
  margin: 0;
}

.apply-btn {
  background-color: #ffcc29;
  color: #121212;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.apply-btn:hover {
  background-color: #ffcc29;
  color: transparent;
  -webkit-text-stroke: 1px #121212;
}

.job-container {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 80px;
}

.job-listings {
  margin: 100px 0;
}

.job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.job-title {
  font-family: 'Domine', serif;
  font-weight: 700;
  font-size: 72px;
  color: #121212;
  margin: 0;
}

.apply-btn {
  background-color: #ffcc29;
  color: #121212;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 20px;
  padding: 20px 40px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #ffcc29;
  color: transparent;
  -webkit-text-stroke: 1px #121212;
}
.open-jobs-title {
  font-family: 'Domine', serif;
  font-weight: 700;
  font-size: 56px;
  color: #121212;
  margin: 100px 0 60px 0;
  text-align: center;
}
