.jd-section p {
    
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}
.career-jobs-section {
      padding: 80px 20px;
      background-color: #ffffff;
    }

    .career-jobs-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .career-jobs-title {
      font-size: 2.5rem;
      color: #00284d;
      margin-bottom: 40px;
    }

    .career-job-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .career-job-card {
      background: #f1f6fb;
      border-radius: 12px;
      padding: 30px;
      text-align: left;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .career-job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .career-job-card h3 {
      color: #004e92;
      font-size: 1.3rem;
      margin-bottom: 10px;
    }

    .career-job-location {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 15px;
    }

    .career-job-summary {
      color: #333;
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .career-job-apply {
      color: #0066cc;
      font-weight: bold;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .career-job-apply:hover {
      color: #004e92;
    }

    /* --- Animations --- */
    @keyframes fadeIn {
      0% { opacity: 0; transform: scale(0.95); }
      100% { opacity: 1; transform: scale(1); }
    }

    @keyframes slideInLeft {
      0% { opacity: 0; transform: translateX(-50px); }
      100% { opacity: 1; transform: translateX(0); }
    }

    @keyframes slideInRight {
      0% { opacity: 0; transform: translateX(50px); }
      100% { opacity: 1; transform: translateX(0); }
    }


/*JD form */

.jd-header {
  background-color: #00447c;
  color: white;
  padding: 40px 20px;
  text-align: center;
  animation: jd-fadeIn 1.2s ease-out;
}

.jd-title {
  font-size: 2.2rem;
  margin: 0;
}

.jd-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-top: 10px;
  color: #ffffff;
}

.jd-section {
  padding: 60px 20px;
  background: #fff;
  animation: jd-fadeIn 1s ease;
}

.jd-section.jd-light {
  background: #eef5fa;
}

.jd-heading {
  font-size: 1.6rem;
  color: #00447c;
  margin-bottom: 20px;
}

.jd-container {
  max-width: 1000px;
  margin: auto;
}

.jd-list {
  list-style: disc;
  padding-left: 20px;
}



/* Animations */
@keyframes jd-fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.jd-fade-in {
  animation: jd-fadeIn 1.2s ease forwards;
}

.jd-slide-up {
  animation: jd-fadeIn 1s ease-in-out forwards;
}

.jd-career-container {
  max-width: 960px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(127, 50, 196, 0.1);
}

/* Title */
.jd-career-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #262626;
}

/* Grid layout */
.jd-career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* Form group */
.jd-career-group {
  display: flex;
  flex-direction: column;
}

.jd-career-group label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #4a4a4a;
}

/* Input styles */
.jd-career-group input,
.jd-career-group textarea,
.jd-career-group select {
  padding: 14px 16px;
    border: none;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #fff;
    border-bottom: 2px solid #d2dce9;
}

.jd-career-group input:focus,
.jd-career-group textarea:focus,
.jd-career-group select:focus {
  border-color: #437df7;
 
  outline: none;
}

/* Textarea specifics */
.jd-career-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Error message */
.jd-career-error-message {
  color: #e53935;
  font-size: 0.85rem;
  margin-top: 5px;
  min-height: 18px;
}

/* Full-width fields */
.jd-career-full {
  grid-column: 1 / -1;
}

/* Submit button */
.jd-career-btn {
  background-color: #437df7;
    color: #fff;
    padding: 14px 40px;
    font-size: 16px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s 
ease;
}
}

.jd-career-btn:hover {
  background-color: #1d4f91;
}


/* Confirmation message */
.jd-career-confirmation {
  margin-top: 20px;
  text-align: center;
  color: green;
  font-weight: 500;
  font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .jd-career-container {
    padding: 25px;
  }

  .jd-career-title {
    font-size: 1.7rem;
  }
}

.biodha-header {
      position: relative;
      padding: 80px 20px;
      background: linear-gradient(to right, #2898ec, #17c73e);
      color: white;
      overflow: hidden;
      text-align: center;
    }

    .biodha-header h1 {
      font-size: 2.8rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #ffffff;
      z-index: 1;
      position: relative;
    }

    .biodha-header .info-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 20px;
      z-index: 1;
      position: relative;
    }

    .biodha-header .info-item {
      color: #ffffff;
      font-size: 1.1rem;
    }

    .apply-btn {
      margin-top: 30px;
      display: inline-block;
      padding: 12px 30px;
      border: 2px solid #ffffff;
      border-radius: 30px;
      color: #ffffff;
      font-weight: 600;
      background: transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      text-decoration: none;
    }

    .apply-btn:hover {
      background-color: #ffffff;
      color: #17c73e;
    }

    .circle {
      position: absolute;
      border-radius: 50%;
      opacity: 0.3;
      z-index: 0;
    }

    .circle.red {
      width: 60px;
      height: 60px;
      background: #f14c4c;
      top: 20%;
      right: 10%;
    }

    .circle.blue {
      width: 100px;
      height: 100px;
      background: #00cfff;
      bottom: 10%;
      left: -30px;
    }

    .circle.yellow {
      width: 120px;
      height: 120px;
      background: #ffe600;
      top: -40px;
      right: -40px;
    }

    @media (max-width: 768px) {
      .biodha-header h1 {
        font-size: 2rem;
      }

      .biodha-header .info-item {
        font-size: 1rem;
      }

      .info-grid {
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }
    }


    .jd-section {
      max-width: 1000px;
      margin: 40px auto;
      padding: 0 20px;
    }
        .jd-section h2 {
      color: #000000;
      margin-top: 40px;
      margin-bottom: 15px;
      font-size: 1.5rem;
	font-weight: 400;
    }
        .jd-section ul {
      padding-left: 20px;
    }
       .jd-section ul li::marker {
      color: #17c73e;
      line-height: 1.7;
    }
      .jd-section  a {
      color: #2898ec;
      text-decoration: none;
    }
      .jd-section  .contact-info {
      margin-top: 40px;
      padding: 20px;
      background-color: #e8f5fd;
      border-left: 5px solid #2898ec;
    }

.job-banner {
      position: relative;
      background: linear-gradient(100deg, #2D6A4F, #95D5B2);
      color: #fff;
      text-align: center;
      padding: 80px 20px;
      overflow: hidden;
    }

    /* Soft Circles */
    .job-banner::before,
    .job-banner::after {
      content: '';
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.08);
      z-index: 0;
    }

    .job-banner::before {
      width: 300px;
      height: 300px;
      top: -50px;
      left: -100px;
    }

    .job-banner::after {
      width: 200px;
      height: 200px;
      bottom: -50px;
      right: -80px;
    }

    .job-content {
      position: relative;
      z-index: 2;
    }

    .job-banner h1 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
    }

    .job-info {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .job-info p {
      margin: 10px 0;
      line-height: 1.6;
    }

    .apply-btn {
      display: inline-block;
      padding: 14px 32px;
      background-color: #fff;
      color: #2D6A4F;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .apply-btn:hover {
      background-color: #e6e6e6;
      color: #22513b;
    }

    /* Floating Icon Elements */
    .floating-icon {
      position: absolute;
      font-size: 26px;
      opacity: 0.3;
      z-index: 1;
    }

    .icon1 { top: 20px; left: 10%; }
    .icon2 { top: 100px; right: 15%; }
    .icon3 { bottom: 100px; left: 20%; }
    .icon4 { bottom: 40px; right: 10%; }
.jd-section ul li {
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

.career-form select.form-control:invalid {
      color: #999999;
      
	text-transform: uppercase;
    }

    /* Media Queries */
    @media (max-width: 600px) {
      .job-banner h1 {
        font-size: 26px;
      }

      .job-info {
        font-size: 16px;
      }

      .floating-icon {
        font-size: 18px;
      }
    }