/* ------------- Intro Section --------------- */
.careers-section {
  padding: 102px 0 80px 0;
  background-color: var(--secondary);
  margin-top: 81px;
  color: var(--primary);
  text-align: center;
}

.careers-image-container {
  width: 100%;
  border-radius: 17px;
  overflow: hidden;
  background-color: var(--secondary) !important;
}

.careers-image-container img {
  width: 100%;
  display: block;
  object-fit: contain;
  border-radius: 7px;
}

.careers-section-heading {
  font-size: 2.75rem;
  max-width: 1020px;
  font-weight: 600;
  margin-bottom: 25px;
}

.careers-section-content {
  font-size: 17px;
  color: #d9d9d9;
  max-width: 1100px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .careers-section-heading {
    font-size: 30px;
  }
  .careers-section-content {
    font-size: 14px;
  }
  .careers-section {
    padding: 48px 0;
  }
}
.careers-section-heading,
.careers-section-content,
.careers-image-container img {
  opacity: 0;
  transition: all 1s ease;
}

.careers-section-heading {
  transform: translateX(-80px);
}
.careers-section-content {
  transform: translateX(80px);
}
.careers-image-container img {
  transform: scale(0.8);
}

.careers-section-heading.animated {
  transform: translateX(0);
  opacity: 1;
}
.careers-section-content.animated {
  transform: translateX(0);
  opacity: 1;
}
.careers-image-container img.animated {
  transform: scale(1);
  opacity: 1;
}

/* -------------why join emobi-------------- */
.emobi-section {
  padding: 100px 0;
}
.emobi-section-heading {
  font-size: 44px;
  line-height: 57.6px;
  font-weight: 600;
  margin-bottom: 32px;
}
.emobi-section-text {
  font-family: var(--ff-secondary);
  font-weight: 300;
  font-size: 17px;
  color: var(--tertiary);
  text-align: justify;
}
.emobi-section-text:nth-of-type(2) {
  margin-bottom: 60px;
}
.emobi-first-sub-section .emobi-section-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 746px;
}

.emobi-section-image-wrapper img {
  width: 100%;
  height: auto;
}
.emobi-second-sub-section .emobi-section-image-wrapper img {
  min-height: 730px !important;
}

.emobi-section-heading,
.emobi-section-text,
.emobi-section-image-wrapper img {
  opacity: 0;
  transition: all 0.8s ease;
}

.emobi-section-heading.animated,
.emobi-section-text.animated {
  opacity: 1;
  transform: translateX(0);
}

.emobi-section-heading,
.emobi-section-text {
  transform: translateX(-60px);
}

.emobi-section-image-wrapper img {
  transform: translateY(40px);
}

.emobi-section-image-wrapper img.animated {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .emobi-section {
    padding: 48px 0;
  }
  .emobi-section-heading {
    font-size: 30px !important;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  .emobi-section-heading{
    font-size: 36px !important;
    margin-bottom: 20px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .emobi-second-sub-section .emobi-section-image-wrapper {
    max-height: 670px !important;
  }
}
/* <!------------------Life at emobi-----------------> */
.emobi-life-section {
  padding: 100px 0;
  background-color: var(--primary);
}

.emobi-life-section img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.emobi-heading {
  font-size: 44px;
  line-height: 57.6px;
  font-weight: 600;
  margin-bottom: 32px;
}
.emobi-text {
  font-family: var(--ff-secondary);
  font-weight: 300;
  font-size: 17px;
  color: var(--tertiary);
  text-align: justify;
}

.emobi-life-section img:hover {
  transform: scale(1.03);
}
.emobi-image-container-fifth img {
  min-height: 540px !important;
}

.emobi-image-container-first img,
.emobi-image-container-third img {
  margin-bottom: 24px;
}

.emobi-section-heading {
  font-size: 44px;
  font-weight: 600;
  color: var(--secondary, #0a0a0a);
  margin-bottom: 20px;
  text-transform: capitalize;
}

.emobi-section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.emobi-heading,
.emobi-text,
.emobi-life-section img {
  opacity: 0;
  transition: all 0.8s ease;
}

.emobi-heading,
.emobi-text {
  transform: translateX(60px);
}

.emobi-life-section img {
  transform: translateY(40px);
}

.emobi-heading.animated,
.emobi-text.animated {
  opacity: 1;
  transform: translateX(0);
}

.emobi-life-section img.animated {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .emobi-image-container-fifth img {
    margin: 24px 0;
  }
  .emobi-image-container-third img {
    margin-top: 24px !important;
  }
  .emobi-life-section {
    padding: 48px 0;
  }
  .emobi-heading {
    font-size: 30px !important;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  .emobi-heading{
    font-size: 36px !important;
    margin-bottom: 20px;
  }

}


/* -----------------job openings----------------- */
.job-opening-section {
  padding: 100px 0;
  background-color: #0b0b0b;
  color: var(--primary);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.job-opening-heading {
  font-size: 44px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 50px;
}

.emobi-job-opening-content {
  border-radius: 6px;
  padding: 25px 30px;
  margin-bottom: 29px;
}

.job-subheading {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 19px;
}

.job-description {
  color: var(--primary);
  font-size: 16px;
  font-family: var(--ff-secondary);
  font-weight: 300;
  line-height: 1.7;
  margin: 0 auto;
}

.job-opening-card-section {
  border-radius: 6px;
  padding: 40px 30px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.job-card {
  background: #ffffff1a;
  border-radius: 12px;
  border: 1px solid #d9d9d9;
  padding: 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-card p {
  font-size: 15px;
  color: var(--primary);
  margin-bottom: 8px;
}

.linkedin-btn {
  text-align: right;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-top: 10px;
}

.linkedin-btn i {
  color: #0077b5;
  margin-left: 6px;
  font-size: 18px;
}

.linkedin-btn:hover {
  color: #0077b5;
}

@media (max-width: 992px) {
  .job-opening-card-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .job-opening-card-section {
    grid-template-columns: 1fr;
  }
  .job-opening-section {
    padding: 48px 0;
  }
  .job-opening-heading {
    font-size: 30px;
  }
  .job-subheading {
    font-size: 22px;
  }
  .emobi-job-opening-content {
    padding: 0px !important;
  }
  .job-opening-card-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.job-opening-heading,
.job-subheading,
.job-description,
.job-card {
  opacity: 0;
  transition: all 0.8s ease;
}

.job-opening-heading {
  transform: translateY(50px);
}

.job-subheading {
  transform: translateX(-60px);
}

.job-description {
  transform: translateX(60px);
}

.job-card {
  transform: translateY(40px);
}

.job-opening-heading.animated,
.job-subheading.animated,
.job-description.animated,
.job-card.animated {
  opacity: 1;
  transform: translate(0, 0);
}
