:root {
  ---nexa: 'Nexa', sans-serif;
  ---gilroy: 'Gilroy-Medium', sans-serif;
  ---lemon: 'Lemon Milk', sans-serif;
  ---main-color: #1E75BC;
  ---hover-color: #00AEEF;
  ---title-color-second: #FF6600;
  --main-font-size: 45px;
  --font-size: 18px;
  ---title-font: 35px;
  ---title-color: #1A202C;
  ---bg-color: #EAF5FE;
  ---main-title-font: 20px;
  ---sub-title-font: 35px;
  ---main-title-color: #00447B;
  ---sub-title-color: #00447B;
  ---sub-color: #FF6600;
  ---vacancy-color: #F7941D;
}

/* .header-title{
  font-size: 22px;
  font-family: var(---nexa);
  font-weight: bold;
  color: var(---main-color);
}

.career_title {
  padding: 40px;
}

.career_title h3 {
  color: green;
}

.career_title .li-details {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-right: 70%;
}

.apply_btn {
  background-color: var(---sub-color); 
  border: none;
  color: white;
  padding: 5px 20px;
  font-size: 16px;
  cursor: pointer; 
  border-radius: 50PX; 
  transition: background-color 0.3s ease;
  margin-top: 20px;
}
.apply_btn:hover {
  background-color: #0056b3; 
}
.apply_btn:focus,
.apply_btn:active {
  outline: none; 
  background-color: #004085; 
}

.career_form {
  padding: 40px;
}

.form {
  display: flex;
  background-color: #F5F5F5;
  border: 1px solid red;
  box-shadow: 5px -5px 5px -5px rgba(0, 0, 0, 0.5), 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.col-6 label {
  margin-top: 15px;
}

.col-6 input {
  border: none;
}

.other_job .li-details {
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.row .apply{
  font-size: 24px;
  font-weight: bold;
  color: #4F5354;
}

.row .col-4 .li-details{
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-right:30%;
  font-size: 12px;
}

.row .col{
  padding:15px;
}

.row .col h3{
  color: #24B14D;
  margin-bottom: 30px;
}

.row .col a{
  color: #3E85E2;
  padding-top: 30px;
}


.row .col a:hover{
  color: #3E85E2;
  background-color: rgb(233, 232, 232);
  transition: color 0.3s ease, background-color 0.3s ease;
}

.col-8 .row {
  background-color: #f8f7f7;
  border-radius: 5px;
}

.row .col-4{
  background-color: #f8f7f7;
  border-radius: 5px;
  margin-top: 25px;
}




@media (max-width: 575px) {
  .row .mb-2 {
    width: 100% !important;
    flex-direction: column; 
    margin-bottom: 0; 
  }
  .row.mb-2 > * {
    margin-bottom: 10px;
    padding-right: 0 !important;
  }
} */




.intern-left-section h2 {
  /* border: 3px solid rebeccapurple; */
  padding-left: 20px;
  /* font-size: 47px; */
  margin-bottom: 20px;
}

.date-place {
  list-style: none;
  padding: 0;
  margin: 0;
}

.date-place li {
  margin-bottom: 5px;
}

.date-place a {
  color: var(--main-color);
  text-decoration: none;
}

.date-place a:hover {
  text-decoration: underline;
}

.intern-form-wrapper h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.required-text {
  font-size: 14px;
  color: red;
  margin-bottom: 20px;
}

.form__content {
  background-color: #f5f5f5;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--main-color);
  outline: none;
}

/* Responsive Styles */

/* Mobile Devices (up to 480px) */
@media (max-width: 480px) {
  .intern-left-section .form__content {
    padding: 0;
  }

  .intern-form-wrapper {
    padding: 0;
  }

  .internship-job {
    margin-top: 20px;
  }

  .intern-left-section h2 {
    /* font-size: 47px; */
    padding: 0;
  }

  .form__content {
    /* padding: 15px; */
  }

  .form-group label {
    font-size: 14px;
  }

  .form-group input,
  .form-group select {
    padding: 8px;
  }

}

/* Tablets (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .internship-job {
    margin-top: 30px;
  }

  .intern-left-section h2 {
    /* font-size: 24px; */
  }

  .form__content {
    padding: 20px;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-group input,
  .form-group select {
    padding: 10px;
  }

  .btn-wrapper .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* Desktop (769px and up) */
@media (min-width: 769px) {
  .intern-left-section h2 {
    font-size: 28px;
  }

  .form__content {
    /* padding: 20px; */
  }

  .form-group label {
    font-size: 18px;
  }

  .form-group input,
  .form-group select {
    padding: 12px;
  }

  .btn-wrapper .btn {
    padding: 12px 25px;
    font-size: 18px;
  }
}

/* Additional Styles for Flex Layouts */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-lg-8,
.col-lg-4 {
  padding: 15px;
}

.col-lg-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
}

.col-lg-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

/* Ensure form responsiveness */
@media (max-width: 768px) {

  .col-lg-8,
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}