body.elementor-page-1170:not(.elementor-motion-effects-element-type-background), body.elementor-page-1170 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6F7;}/* Start custom CSS for section, class: .elementor-element-f36b237 */* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}


.job-postsetup .field-row label {
    font-size: 12px;
    font-weight: 500;
}
.job-post-container {
  max-width: 1050px;
  margin: 40px auto;
  padding: 0 20px;
}
.job-postsetup input ,.job-postsetup select{
    height: 54px !important;
    font-size: 12px;
    font-weight: 500;
}
.stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    padding: 0 54px;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}
.progress-line {
  position: absolute;
  top: 22px;
  height: 2px;
  background: #15803d;
  left: 0;
  width: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

.step {
    text-align: center;
    z-index: 2;
    position: relative;
    background: #f5f6f7;
    padding: 0 35px;
}

.step .step-label {
    position: absolute;
    bottom: -29px;
    font-size: 15px;
    color: #000;
    left: 0px;
    right: 0;
    margin: 0 auto;
    white-space: nowrap;
}
.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000029;
}

.step.active .step-number,
.step.completed .step-number {
  background: #15803d;
}

.step-number svg {
  width: 20px;
  height: 20px;
}

.job-postsetup .form-card {
    max-width: 1100px;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #e5e7eb;
}

.job-postsetup .job-step h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

/* Fields */
.job-postsetup .field-row {
    margin-bottom: 20px;
}

.job-postsetup .field-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.job-postsetup .field label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

/* Inputs */
input,
textarea,
select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    transition: 0.2s;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #16a34a;
    outline: none;
    box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.1);
}

/* Buttons */
.job-postsetup .btn {
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.job-postsetup .btn-primary {
    background: #15803d;
    color: #fff;
}

.job-postsetup .btn-primary:hover {
    background: #166534;
}

.job-postsetup .btn-secondary {
    background: transparent;
    border: 1px solid #d1d5db;
    color: #374151;
}

/* Actions */
.job-postsetup .actions-row {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

/* RADIO CARDS (like UI screenshot) */
.radio-row {
    display: flex;
    gap: 16px;
}

.job-postsetup .radio-row label {
    flex: 1;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    position: relative;
    transition: 0.2s;
}



.job-postsetup .radio-row input:checked + span,
.job-postsetup .radio-row label:has(input:checked) {
    border-color: #16a34a;
    background: #f0fdf4;
}

/* Skill Tags (chips like screenshot) */
.job-postsetup .tag-input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border: 1px solid #d1d5db;
    padding: 10px;
    border-radius: 8px;
}

.job-postsetup .tag {
    background: #e5e7eb;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
}



.job-postsetup .job-step.active {
    display: block;
}

/* Progress Tabs Top (optional if needed) */
.job-postsetup .step-indicator {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.job-postsetup .step-indicator div {
    font-size: 14px;
    color: #9ca3af;
}

.job-postsetup .step-indicator .active {
    color: #16a34a;
    font-weight: 600;
}
.radio-row {
  display: flex;
  gap: 16px;
}

.radio-card {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
a.cancel-link ,a.back-link{
    color: #148332;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.radio-card input {
  display: none;
}

.radio-group {
  display: flex;
  gap: 16px;
}
.counter-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.counter-btn {
  width: 44px;
  height: 44px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.counter-btn:hover {
  border-color: #16a34a;
}

/* Input box */
.counter-input {
  flex: 1;
  height: 44px;
  text-align: center;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 16px;
}

/* Remove default arrows */
.counter-input::-webkit-outer-spin-button,
.counter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-input[type=number] {
  -moz-appearance: textfield;
}
/* CARD */
.radio-card {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.radio-card input {
  display: none;
}

/* CONTENT LAYOUT */
.radio-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text strong {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.text p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}

/* RADIO CIRCLE */
.radio-rowSet .radio-circle {
  width: 23px !important;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  position: relative;
}

/* INNER DOT */
..radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}

/* SELECTED STATE */
.radio-card input:checked + .radio-content .radio-circle {
  border-color: #16a34a;
}

.radio-card input:checked + .radio-content .radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

/* GREEN BORDER + BG */
.radio-card:has(input:checked) {
  border-color: #16a34a;
  background: #f0fdf4;
}
.card-content {
  display: flex;
  justify-content: space-between;
align-items: flex-start;
}

.card-content strong {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.card-content p {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
}


.radio-circle {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
}
.tag-box input {
    border: 0 !important;
    box-shadow: none !important;
}
.tag-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}
.step.completed .step-number svg path {
    stroke: #fff !important;
}
.radio-card input:checked + .card-content .radio-circle {
  border-color: #16a34a;
}
.tag-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 0px 6px;
    position: relative;
}

/* Input */
.tag-input-field {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
  font-size: 14px;
}

/* Tags */
.tag {
  background: #e5e7eb;
  color: #111827;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* X button */
.tag span {
  cursor: pointer;
  font-weight: bold;
}

/* Clear All */
.clear-all {
  position: absolute;
  right: 10px;
  color: #dc2626;
  font-size: 13px;
  cursor: pointer;
}

/* Focus style */
.tag-box:focus-within {
  border-color: #16a34a;
}
.radio-card input:checked + .card-content .radio-circle::after {
  transform: translate(-50%, -50%) scale(1);
}

.radio-card input:checked + .card-content {
  background: #f0fdf4;
  border-radius: 8px;
}

.radio-card:has(input:checke)
{
  border-color: #16a34a;
}



@media (max-width: 768px) {
   .job-postsetup  .field-row.two-col {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */