/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* ..........Career.......... */

.career-1-section {
  min-height: 60vh;
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.career-1-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}
.career-1-overlay {
  position: absolute;
  inset: 0;
  background: #091930d4;
  z-index: 2;
}
.career-1-section .container {
  z-index: 3;
}

.career-1-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 110px;
  margin-top: 40px;
}

.career-1-content h2 {
  color: #6fabff;
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
}

.career-1-content h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.career-1-content span {
  font-weight: bolder;
}
.career-1-content {
  /* margin-top: 85px; */
  padding: 0 10px;
}

.career-2-section {
  background-color: #ffffff;
  line-height: 48px;
  min-height: 55vh;
  display: flex;
  align-items: center;
}
.career-2-section p {
  color: #1d1d1d !important;
}

.career-2-title {
  color: #6fabff;
  letter-spacing: 1px;
  font-size: 28px;
}

.btn-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 34px;
  border: 2px solid #2faca1;
  background-color: #0a66c2 !important;
  color: #2faca1;
  padding: 8px 28px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-linkedin i {
  color: #fff;
}

.btn-linkedin:hover {
  border: 2px solid #000;
  color: #fff;
}

/* ...............For Mobile............... */

@media (max-width: 575.98px) {
  .career-1-content h4 {
    font-size: 20px;
  }
  .career-1-content h2 {
    font-size: 30px;
  }
  .career-1-content p {
    padding: 0;
    margin: 0;
  }
  .career-2-section p {
    line-height: 26px;
    padding: 0 32px;
  }
  .career-2-section {
    min-height: 75vh;
    height: unset;
  }
}

/* ......For Tablet...... */

@media (min-width: 576px) and (max-width: 767.8px) {
  .career-1-content h4 {
    font-size: 20px;
  }
  .career-1-content h2 {
    font-size: 30px;
  }
  .career-1-content p {
    padding: 0 40px;
    margin: 0;
  }
  .career-1-section .container,
  .career-2-section .container {
    max-width: 767.8px;
  }
  .career-2-section p {
    line-height: 26px;
    padding: 0 32px;
  }
  .career-2-section {
    min-height: 75vh;
    height: unset;
  }
}

/* .............For Laptop............ */

@media (min-width: 768px) and (max-width: 991.8px) {
  .career-1-section .container,
  .career-2-section .container {
    max-width: 991.8px;
  }
  .career-1-content p {
    padding: 0;
    margin: 0;
  }
  .career-2-section {
    min-height: 65vh;
    height: unset;
  }
  .career-2-section p {
    line-height: 26px;
    padding: 0 60px;
  }
}

/* ............For Desktop........... */

@media (min-width: 992px) and (max-width: 1200px) {
  .career-1-section .container,
  .career-2-section .container {
    max-width: 1200px;
  }
  .career-2-section {
    min-height: 65vh;
    height: unset;
  }
  .career-2-section p {
    line-height: 26px;
    padding: 0 60px;
  }
}
