/* what we offer */
.sku-d8 {
  padding: 60px 0;
  text-align: left;
  background-color: rgb(33 40 50);
}

.conatiner_content .g-line {
  width: 40px;
  background: 0 0;
  border-top: 7px solid #319718;
  margin-left: 0;
  margin-bottom: 30px;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.conatiner_content h3 {
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-size: 50px;
}
.conatiner_content p.g-para {
  color: #319718;
  margin-bottom: 10px;
  font-size: 39px !important;
}

.conatiner_content p {
  font-size: 30px !important;
  line-height: 35px;
  margin-top: 27px;
  color: #fff;
}

.carousel-image-wrapper {
  max-height: 400px; /* Set the maximum height */
  overflow: hidden; /* Hide any overflow */
}

.carousel-image-wrapper img {
  width: 100%; /* Ensure the image fills the container horizontally */
  height: auto; /* Allow the image to adjust its height according to its aspect ratio */
  object-fit: cover; /* Cover the container while maintaining aspect ratio */
}

.employee__quotes {
  height: 30px;
  width: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.employee__designation {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #212832;
  font-size: 1.75rem;
}
.employee__review {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  color: #282828;
  line-height: 1.5;
  font-size: 1.7625rem;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #282828; /* Set the desired color */
}

/* Change the color of the carousel control arrows */
.carousel-control-prev,
.carousel-control-next {
  color: #282828; /* Set the desired color */
}

/* Optionally, adjust the size of the icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  font-size: 2rem; /* Set the desired font size */
}
.carousel-control-next {
  /* align-items: end !important; */
  justify-content: end !important;
  right: -17px !important;
  /* bottom: -40px !important; */
}

.carousel-control-prev {
  /* align-items: end !important; */
  justify-content: start !important;
  left: -17px !important;

  /* bottom: -40px !important; */
}
.carousel {
  position: relative;
  background: #21283212 !important;
}
#qpaix-image-gallery img {
  border-radius: 16px !important;
}
.vacancies-department {
  font-family: "Rubik", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.29;
  color: #282828;
  font-size: 2rem;
  padding: 20px 10px;
  padding-left: 0;
}
.qpaix_card {
  box-shadow: 0px 2px 20px 5px #cccccc !important;
  padding: 20px;
}

.qpaix_card .card-text {
  display: flex;
  flex-wrap: wrap;
}

.qpaix_card .education {
  flex-basis: 100%;
}
.location::before {
  content: "|";
  margin: 0 10px;
}
.qpaix_card .experience,
.location {
  /* flex-basis: 45%; */
}

.details-collapse {
  width: 100%; /* Make collapsed details full width */
  margin-top: 10px; /* Adjust margin as needed */
  padding: 20px;
}
.q_btn {
  background: #212832 !important;
  color: #fff !important;
}
.antirisk {
  color: red;
}

#applicationForm input {
  border: 2px solid #212832 !important;
}
.image-container {
  max-height: 400px;
  overflow: hidden;
  border-radius: 16px;
}
.image-container img {
  width: 100% !important;
  max-height: 400px;
  height: auto;
}
