/* Start custom CSS for html, class: .elementor-element-08cc2d1 */.job-page h1,
.job-page h2,
.job-page h3 {
  color: white !important;
}

.job-page {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.job-page h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.meta {
  color: #64748b;
  margin-bottom: 30px;
}

.job-page h2 {
  margin-top: 30px;
  font-size: 22px;
}

.job-page h3 {
  margin-top: 25px;
}

.job-page ul {
  margin-top: 10px;
  padding-left: 20px;
}

.job-page li {
  margin-bottom: 8px;
}

.apply-btn {
  display: inline-block;
  margin-top: 30px;
  background: #10b981;
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.apply-btn:hover {
  background: #059669;
}


.whatsapp-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.whatsapp-modal-content {
  background: #fff;
  padding: 30px;
  max-width: 400px;
  margin: 10% auto;
  border-radius: 12px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.message-box {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  font-style: italic;
}

.confirm-btn {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.confirm-btn:hover {
  background: #1ebe5d;
}

@keyframes fadeIn {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}/* End custom CSS */