.parent-slider-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'open sans', 'roboto', sans-serif;
}

.parent-slider-container {
  padding: 15px;
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .parent-slider-container {
    padding: 10px;
  }
}

.swiper {
  width: 100%;
  max-width: 1340px;
  max-height: 400px;
}

.single-slide {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 40px;
  border: 2px solid #fefacc;
}

.slide-job-title {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform:uppercase;
  
}

@media screen and (max-width: 768px) {
  .slide-job-title {
    font-size: 18px;
  }
}

.slide-icon-info {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.slide-location{
	margin-bottom:0;
}

.slide-icon-info img {
  width: 100%;
  display: block;
  max-width: 14px !important;	
  object-fit: contain;
}

.slide-text {
  color: #54595f;
  font-size: 14px;
  font-weight: 300;
}

.slide-company-info {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
      align-items: center;
}
.slide-category-info {
    margin-bottom: 20px;
	}

h6.slide-text.category {
    font-weight: 700;
    font-size: 12px;
}
.slide-text.company {
  color: #000;
  font-weight: 400;
  line-height:40px;
}

.slide-company-info img {
  width: 30%;
  max-width: 58px;
  max-height:40px;
  object-fit: contain;
}

a.slide-apply-link {
  text-decoration: none;
  background-color: #338ec9;
  color: #fff !important;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 7px;
  font-family: 'open sans', 'roboto', sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.2s linear;
}

a.slide-apply-link:hover {
  scale: 1.03;
}
.sw-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #338ec9;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.sw-nav img {
  max-width: 20px !important;
}

@media screen and (max-width: 768px) {
  .sw-nav {
    width: 25px;
    height: 25px;
  }
  .sw-nav img {
    max-width: 10px !important;
  }
}

#swiper-prev {
  left: 0;
  transform: translate(0, -50%);
}
#swiper-next {
  right: 0;
  transform: translate(0, -50%);
}
.elementor-element.elementor-element-65d7a6f.elementor-widget.elementor-widget-shortcode
 {
    flex: 1;
}
