
.single-jobs .ast-container {
    max-width: 100%;
    padding: 0 !important;
}
.single-jobs .elementor-location-single {
    padding: 0 !important;
}
.job-single-wrapper {

}
.apply-section h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #4C4B99;
    margin: 0 0 10px 0;
}
.job-description p {
    font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  width: 100%;
  margin: 0 0 10px 0;
  display: inline-block;
}
.single-jobs .elementor-location-single .e-con-inner {

}

/* Wrapper */
.cpp-form {
    max-width: 520px;
    margin: 0 auto;
    padding: 25px;
    background: #EFEFF6;
    border-radius: 0;
    font-family: "Open Sans", Sans-serif;
    border: 1px solid #B6B6B6;
}

/* Labels */
.cpp-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs & Textarea */
.cpp-form input[type="text"],
.cpp-form input[type="email"],
.cpp-form input[type="file"],
.cpp-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 18px;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Textarea */
.cpp-form textarea {
    min-height: 120px;
    resize: none;

}

/* Focus State */
.cpp-form input:focus,
.cpp-form textarea:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0,115,170,0.15);
}

/* File Input */
.cpp-form input[type="file"] {
    padding: 10px;
    background: #f9f9f9;
    cursor: pointer;
}

/* Submit Button */
.cpp-btn {
    width: auto;
  padding: 14px;
  background: #4c4b99 !important;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  font-family: "Plus Jakarta Sans", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* Button Hover */
.cpp-btn:hover {
    background: #000 !important;
    
}


.job-status {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 800;
    color: #4C4B99;
    margin:  0 0 10px 0;
}
.job-status span {
    font-weight: normal;
}
/* Button Active */
.cpp-btn:active {
    transform: translateY(0);
}

/* Mobile Friendly */
@media (max-width: 600px) {
    .cpp-form {
        padding: 20px;
    }
}

/* Container – FLEX */
.cpp-job-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 0;
  }
  
  /* Card */
  .cpp-job-card {
    background: #0000000F;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 22px;
    width: calc(33.333% - 16px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  
  /* Hover effect */
  .cpp-job-card:hover {
  }
  
  /* Title */
  .cpp-job-card h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #4C4B99;
  }
  
  /* Description */
  .cpp-job-card p {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  
  /* Status text */
  .cpp-job-card p strong {
    color: #111827;
  }
  
  /* Apply Button */
  .cpp-apply-btn {
    background-color: #4C4B99;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    padding: 10px 15px;
    color: #fff;
    display: inline-block;
    margin: 10px 0 0 0;
  }
  
  .cpp-apply-btn:hover , .cpp-apply-btn:focus {
    background: #000;
    color: #fff !important;
  }
  
  /* Closed state */
  .cpp-closed {
    margin-top: auto;
    display: inline-block;
    padding: 10px 15px;
    background: #dfdfdf;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    text-align: center;
    font-family: "Plus Jakarta Sans", Sans-serif;

  }
  
  /* Responsive */
  @media (max-width: 1024px) {
    .cpp-job-card {
      width: calc(50% - 12px);
    }
  }
  
  @media (max-width: 640px) {
    .cpp-job-card {
      width: 100%;
    }
  }
  