.why-join-section {
  background: #f8f8f8;   /* light premium background */
  padding: 60px 0;
  color: #111;
}
.why-join-section .section-title{
    margin-bottom: 50px;
    text-align: center;
    color: black;
}
.why-join-section .why-card {
  background: #ffffff;
  border: 1px solid #D4AF37;
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.why-join-section .why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.35);
}

.why-join-section .why-icon {
  font-size: 42px;
  color: #D4AF37;
  margin-bottom: 18px;
}

.why-join-section .why-card h4 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #000;
  font-weight: 600;
}

.why-join-section .why-card p {
  font-size: 22px;
  line-height:34px;
  color: #555;
}
.current-openings-section {
  background: #000;
  padding: 60px 0;
}
.opening-card {
  background: #111;
  border: 1px solid #D4AF37;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: left;
  height: 100%;
  transition: 0.3s ease;
}
.opening-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.35);
}
.opening-card h4 {
  color: #D4AF37;
  font-size: 34px;
  margin-bottom: 15px;
  text-align: center;
}

.opening-card ul {
  padding-left: 18px;
  margin: 0;
}

.opening-card ul li {
  color: #ddd;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 34px;
  letter-spacing: 0.8px;
}

.opening-card ul li strong {
  color: #fff;
}
.how-to-apply-section {
  background: #D4AF37;
  padding: 60px 0;
}

.how-to-apply-section .section-title {
  color: #000;
}
.how-to-apply-section .section-subtitle {
  color: #000;
}
.apply-box {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  height: 100%;
}

.apply-box h4 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #D4AF37;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 30px;
}
.apply-box p{
    font-size: 22px;
    line-height: 34px;
}
.apply-btn {
  background: #000;
  color: #D4AF37;
  border-radius: 30px;
  padding: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  border: none;
  margin-top:20px;
}
.how-to-apply-section .form-control {
    font-size: 20px;
    padding: 10px 16px;
    border-radius: 8px;
}
.how-to-apply-section label{
    font-size: 22px;
    margin-bottom: 10px;
}

.apply-btn:hover {
  background: #111;
  color: #fff;
}
.work-environment-section {
  background: #f4f6f9;
  padding: 60px 0;
}

.work-environment-section .section-title {
  color: #000;
}

.work-environment-section .section-subtitle {
  color: #555;
}

.env-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.env-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.env-card i {
  font-size: 42px;
  color: #333;
  margin-bottom: 15px;
}

.env-card h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 26px;
}

.env-card p {
  font-size: 20px;
  color: #363232;
  line-height: 34px;
}
.career-faq-section {
  background: linear-gradient(135deg, #d4af37, #d4af37);
  padding: 60px 0;
}

.career-faq-section .section-title {
  color: #000;
}

.career-faq-section .section-subtitle {
  color: #333;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.accordion-button {
  font-weight: 600;
  background: #fff;
  color: #000;
  font-size: 24px;
}

.accordion-button:not(.collapsed) {
  background: #000;
  color: #d4af37;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background: #fff;
  font-size: 22px;
  line-height:34px;
  color: #444;
}
.career-contact-section {
  background: #000;
  padding: 60px 0;
}

.career-contact-card {
  background: #111;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.career-contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(212,175,55,0.4);
}

.career-contact-card i {
  font-size: 34px;
  color: #d4af37;
  margin-bottom: 12px;
}

.career-contact-card h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.career-contact-card p {
  color: #ccc;
  font-size: 20px;
  margin-bottom: 8px;
}

.career-contact-card a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}

.career-contact-card a:hover {
  text-decoration: underline;
}

.map-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
}




