.job-overview-box {
  background-color: #f9fafc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.job-overview-box h3 {
  font-size: 22px;
  color: #2d2f5c;
  margin-bottom: 20px;
}

.job-details {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.job-details li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.job-details i {
  font-size: 20px;
  color: #a3b2d8;
  margin-right: 15px;
  margin-top: 2px;
}

.detail-text strong {
  display: block;
  color: #2d2f5c;
  font-size: 16px;
}

.detail-text span {
  display: block;
  color: #8a8a8a;
  font-size: 16px;
  margin-top: 5px;
}

.job-skills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.job-skills span {
  background-color: #f0f2f7;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #2d2f5c;
}



.apply-button {
  text-align: center;
}

.apply-button button {
  background-color: #2d2f5c;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.3s, transform 0.3s; /* Smooth transition for background and transform */
}

.apply-button button i {
  font-size: 20px;
  color: #fff;
}

.apply-button button:hover {
  background-color: #1a1c39; /* Darker background on hover */
  transform: translateY(-3px); /* Slight upward movement */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Add shadow on hover */
}


/* -----------------------------------------------------  */

.job-skills1 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
}


.job-skills1 span {
  /* background-color: #f0f2f7; */
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #2d2f5c;
  border: 1px solid;
}

.mainbannersection {
  padding: 30px;
  background-color: #f9fafc;
}
.mainbannerdiv h1{
  /* line-height: 2.5; */
  margin: 20px;
  font-size: 50px;
  font-weight: 700;
}
.mainbannerdiv p{
  
  margin: 20px;
 
}

.descriptiondiv {
  line-height: 2.5;
  margin: 20px;
}
.descriptiondiv h2{
  font-weight: 600;
  padding-bottom: 10px;
}
.descriptiondiv p{
  font-size: 16px;
}

.responsibilities-list {
  list-style: none; /* Remove default bullet points */
  padding-left: 0; /* Remove default padding */
}

.responsibilities-list li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
  padding-left: 20px; /* Add space for custom bullet */
}

.responsibilities-list li::before {
  content: "\2022"; /* Unicode for a bullet point */
  color: #000000; /* Customize the color of the bullet */
  font-size: 18px; /* Size of the bullet */
  position: absolute;
  left: 0; /* Position the bullet on the left */
  top: 0;
}

/* apply div  */
.applybox {

  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  border: 1px solid #ccc; /* Adjust the border as needed */
  border-radius: 10px; /* Rounded corners */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
}

.applybox:hover {
  background-color: #e3fdfd; /* Hover color */
}

.center {
  flex: 1; /* Allows equal distribution of space */
  text-align: center; /* Center text */
}

.left {
  flex: 1; /* Allows equal distribution of space */
  text-align: left; /* Center text */
}
.right {
  flex: 1; /* Allows equal distribution of space */
  text-align: right; /* Center text */
}

/* .apply-button {
  padding: 10px 20px;
  background-color: #007bff; 
  color: white; 
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.apply-button:hover {
  background-color: #0056b3; 
} */


.modal-title {
  font-weight: bold; /* Make the heading bold */
  font-size: 24px; /* Increase the font size of the heading */
}

.modal-body .form-label {
  font-size: 14px; /* Decrease the font size of the labels */
}

.modal-body .form-control {
  background-color: #edf7f7; /* Set background color of input fields */
}

.modal-footer {
  display: flex; /* Use flexbox for footer alignment */
  justify-content: flex-start; /* Align items to the left */
}

.modal-footer .btn {
  margin-right: 10px; /* Add some spacing between buttons */
}
