/* eligibility.css */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f5f8fc;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.eligibility-container {
  background: #f4f8fc;
  padding: 20px;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

#suggestBox {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
 
  overflow-y: auto;
  margin-top: -15px;
  width: 850px !important;
}

.responsive-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  max-width: 1300px;
  margin: 0px auto;
 ;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .responsive-wrapper {
    flex-direction: column;
  }

  .responsive-wrapper > div,
  .responsive-wrapper > aside {
    width: 100% !important;
  }
}

 /*header*/
 
 
 




    /*header*/




#eligibilityForm {
  margin-bottom: 30px;
}

.form-row {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping on desktop */
  gap: 15px;
  justify-content: space-between;
  overflow-x: auto; /* Allow scroll if many inputs */
  padding-bottom: 10px;
}

.form-row input,
.form-row select {
  flex: 0 0 auto;
  

  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  min-width: 120px;
}



/* Button styles */
#eligibilityForm button[type="submit"] {
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  background-color: #0077cc;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#eligibilityForm button[type="submit"]:hover {
  background-color: #005fa3;
}

/* 📱 Responsive: stack on smaller screens */

/* Fixed width for each field */

/* Optional: Horizontal layout for form-row */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

/* Common input widths */
.input-age,
.input-qualification,
.input-gender,
.input-caste,
.input-height {
  width: 100px;
  padding: 6px 8px;
  box-sizing: border-box;
}

#eligibilityForm button[type="submit"] {
  padding: 6px 12px;
  background-color: #1a3c6e;
  color: white;
  border: none;
  border-radius: 30px;
  margin-top: 0px;
  height: 45px;
  
  white-space: nowrap;
  margin-left: auto; /* Push to the right */
}

/* Full-width search bar */
.job-search-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

/* Suggest box */
#suggestBox {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ccc;
}

/* Responsive layout for mobile */
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .input-age,
  .input-qualification,
  .input-gender,
  .input-caste,
  .input-height,
  #eligibilityForm button[type="submit"] {
    width: 100%;
    font-size: 12px;
    margin-left: 0;
  }
}
.feature-highlight-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(135deg, #f0f9ff, #e0f7fa);
  border: 1px solid #00bcd430;
  border-radius: 18px;
  padding-left: 30px;
  padding-bottom: 10px;
  gap: 25px;
  box-shadow: 0 8px 24px rgba(0, 188, 212, 0.15);
 
  max-width: 900px;

  
}
.features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.features-list li {
  margin-bottom: 12px;
  font-size: 15.5px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Animations */

/* Mobile Responsive */
@media (max-width: 600px) {
  .feature-highlight-box {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
}


.feature-highlight-box {
  display: flex;
  align-items: center;




  max-width: 820px;
 
  border: none;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f9ff, #ffffff);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  

.feature-highlight-box:hover {
  transform: translateY(-4px);
}



.main-feature-icon {
  width: 64px;
  height: 64px;
  stroke: #fff;
}

.feature-right {
  flex: 1;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1f1f1f;
  background: linear-gradient(to right, #007cf0, #00dfd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}

.features-list li:nth-child(1) .step-icon {
  stroke: #ff6f61;
}
.features-list li:nth-child(2) .step-icon {
  stroke: #7b61ff;
}
.features-list li:nth-child(3) .step-icon {
  stroke: #00bcd4;
}

.step-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}
/* Center the heading */
.centered-title {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  background: linear-gradient(to right, #007cf0, #00dfd8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 200px;
}

/* Ensure list items align under the title */
.aligned-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;      /* Keep text/icons left-aligned */
  margin: 0 auto;               /* Horizontally center the whole list block */
  margin-left: 200px;
  text-align: left;             /* Ensure text stays left-aligned */}}.eligibility-box {
  display: flex;
  align-items: flex-start;
background: linear-gradient(135deg, #d4f6ff 0%, #f0faff 50%, #e0f7fa 100%);

  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  gap: 20px;
  margin-top: 30px;
  animation: fadeInSlide 0.4s ease-in;
  
}

/* ✅ or ❌ animated circle */
.icon {
  width: 100px;
  margin-top: 20px;
  height: 100px;
  min-width: 70px;
  border-radius: 50%;
  background: #59f065;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Tick style (✔️) */

/* Cross style (❌) */

/* Text and Buttons */
.text-info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  margin-left: 190px;
  color: #333;
}

.text-info p {
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
  margin-left: 190px;
}

.text-info ul {
  margin: 8px 0;
  padding-left: 20px;
  color: #d32f2f;
  font-size: 15px;
  margin-left: 200px;
}

.btn-group {
  margin-top: 10px;
  display: flex;
  margin-top: 70px;
  margin-left: 200px;
  gap: 12px;
}

.btn {
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.btn.apply {
  background-color: #1976d2;
  color: white;
}

.btn.save {
  background-color: #4caf50;
  color: white;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.eligibility-box{
  border: 1px silver solid;
  height: 200px;
}.lucide-icon-wrap {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-color: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lucide-eligibility-icon {
  width: 36px;
  height: 36px;
  stroke-width: 2.5;
  animation: popIcon 0.4s ease;
}

.success-icon {
  color: #4caf50;
  stroke: #4caf50;
}

.error-icon {
  color: #e53935;
  stroke: #e53935;
}

@keyframes popIcon {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.more-jobs-box {
 background: white;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  margin-top: 40px;
  border: 1px solid #e0ecf5;
}

.more-jobs-title {
  font-size: 18px;
  font-weight: 600;
  color: #1c3d5a;
  margin-bottom: 16px;
 
  padding-left: 10px;
}

.more-jobs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: white;
}

.more-job-item {
display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #ffffff; */
     border: 1px solid #dbe8f2; 
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 10px;
    /* transition: all 0.2s ease; */
}

.more-job-item:hover {
  border-color: #007acc;
  background-color: #f9fcff;
  box-shadow: 0 1px 6px rgba(0, 123, 204, 0.1);
}

.job-title {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  flex: 1;
  margin-right: 12px;
  word-break: break-word;
}

.check-btn {
  background-color: #007acc;
  color: #fff;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.25s ease;
}

.check-btn:hover {
  background-color: #005f99;
}
/* Container Title */

/* Common styling for both lists */

/* Individual item spacing */

/* Link styling for job and result separately */
.sidebar-box {
  flex: 1;
  min-width: 250px;
  background: #ffffff;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
}

.sidebar-heading {
  font-size: 25px;
  color: #222;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.sidebar-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}

.sidebar-list li {
  margin-bottom: 6px;
  font-size: 16px;
}

.sidebar-link {
  color: #0056b3;
  text-decoration: none;
}
.job-search-wrapper {
  position: relative;
  width: 100%;
}

.job-search-input {
  width: 100%;
  padding-right: 30px; /* space for the icon */
  box-sizing: border-box;
}

.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #000000;
  margin-top: -8px;
}
.form-flex-container {
  flex: 3;
}

@media (max-width: 768px) {
  .form-flex-container {
    flex: 1;
    width: 100%;
  }
  #suggestBox {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
 
  overflow-y: auto;
  margin-top: -15px;
  width: 78% !important;
  cursor: pointer;
}
}
@media (max-width: 768px) {
  .form-flex-container,
  .form-row {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .form-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px; /* Slightly more breathing room */
  }

  .form-row input,
  .form-row select,
  .form-row button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  
}

@media (max-width: 768px) {


}
.feature-highlight-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.feature-left {
  flex-shrink: 0;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 56px;
}

.feature-right {
  flex: 1;
  text-align: left;
}

@media (max-width: 768px) {
  .feature-highlight-box {
    flex-direction: row; /* Keep it horizontal */
    align-items: flex-start;
    border: 1px solid silver;

   

}
  

 .feature-left {
  flex-shrink: 0;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  padding: 0px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  height: 40px !important;
  width: 40px !important;
}



  .feature-right {
    text-align: center; /* Center the inner content if needed */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
  }

  .feature-right h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .features-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }

  .features-list li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }
.main-feature-icon {
  width:  20px !important;
  height: 20px  !important;
  stroke: #fff;

}
.feature-highlight-box {

  max-width: 100%;
height: 170px;
  
}



}
@media (max-width: 768px) {

.aligned-list {
           /* Horizontally center the whole list block */
  margin-left: 10% !important;


  
}

.centered-title {
  text-align: left;
  margin-bottom: 24px;
  

  color: #1f1f1f;

  margin-left:  0px !important;
}

.more-jobs-box {
 background: white;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  border: 1px solid #e0ecf5;
}
.icon {
  width: 50px;
  margin-top: 20px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #59f065;
 border: green solid 1px !important;
}

.lucide-icon-wrap {
  width: 70px;
  height: 70px;
 
  margin-left: -10px;
  border: 2px solid  silver!important;
}
.text-info h3 {
  margin: 0 0 10px;
  font-size: 15px;
  margin-left: 0px;
  color: #333;
}
.btn-group {
  margin-top: 10px;
  display: flex;
  margin-top: 70px;
  margin-left: 0px;
  gap: 12px;
}
.btn.apply {
  background-color: #1976d2;
  color: white;
  font-size: 12px; 
 margin-left: 10px;
 width: 170px;
 border-radius: 10px;
}

.text-info p {
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
  margin-left: 0px;
}

.text-info ul {
  margin: 8px 0;
  padding-left: 20px;
  color: #d32f2f;
  font-size: 15px;
  margin-left: 0px;
}
}

.floating-save-job-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  color: #333;
  border: 2px solid #ccc;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

/* Optional: Make button full-width on smaller screens */
@media (max-width: 480px) {
  .floating-save-job-btn {
    width: 100%;
    justify-content: center;
    font-size: 13px;
  
    padding: 12px 0;
 
  }
}


#suggestBox {
  position: absolute;
  background-color: #fff;
  z-index: 1000;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: none; /* ✅ Remove border */
  padding: 0;
  margin-top: 2px;
}

#suggestBox div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

#suggestBox div:hover {
  background-color: #f5f5f5;
}
.sidebar{
    
     margin: 0px !important;
}