@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.industries-detail-secA) {
  position: relative;
}
section:has(.industries-detail-secA)::after {
  content: "";
  position: absolute;
  bottom: 35%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.industries-detail-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

section:has(.contact-form) {
  position: relative;
}
section:has(.contact-form)::before {
  content: "";
  position: absolute;
  top: -9%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.contact-form)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
    top: 41%;
  }
}

section:has(.careers-secA) {
  position: relative;
}
section:has(.careers-secA)::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.careers-secA)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.careers-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: calc(100vh - var(--headerheight));
  z-index: 1;
  margin-top: calc(var(--headerheight));
}
@media only screen and (max-width: 1024px) {
  .careers-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .careers-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .careers-banner {
    height: 60vh;
  }
}
.careers-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
}
@media only screen and (max-width: 768px) {
  .careers-banner::before {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.careers-banner .common-background video, .careers-banner .common-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .careers-banner .common-background .container {
    padding: 0;
  }
}
.careers-banner .common-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 25%;
  transform: translate(-50%);
}
@media only screen and (max-width: 991px) {
  .careers-banner .common-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .careers-banner .common-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
  }
}
.careers-banner .common-background .container .bg-wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  padding-left: 20px;
  border-left: 8px solid var(--primary);
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .careers-banner .common-background .container .bg-wrapper h1 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .careers-banner .common-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 38px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    border-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .careers-banner .common-background .container .bg-wrapper h1 {
    font-size: 25px;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
.careers-banner .common-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  max-width: 609px;
}
@media only screen and (max-width: 768px) {
  .careers-banner .common-background .container .bg-wrapper p {
    text-align: center;
    max-width: 50%;
    margin: auto;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .careers-banner .common-background .container .bg-wrapper p {
    max-width: 100%;
  }
}

.careers-secA {
  padding: 50px 0;
  position: relative;
}
.careers-secA::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  width: 667px;
  height: 667px;
  transform: translate(-50%, -50%);
  background: #ffffff;
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .careers-secA::before {
    content: none;
  }
}
.careers-secA::before {
  top: 40%;
  left: 70%;
}
@media only screen and (max-width: 1024px) {
  .careers-secA::before {
    left: 50%;
  }
}
.careers-secA .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .careers-secA .flex-box {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .careers-secA .flex-box {
    flex-direction: column-reverse;
  }
}
.careers-secA .flex-box figure {
  width: 511px;
  height: 335px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .careers-secA .flex-box figure {
    width: auto;
    height: auto;
  }
}
.careers-secA .flex-box figure img, .careers-secA .flex-box figure video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers-secA .flex-box .content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--text);
  max-width: 417px;
}
.careers-secA .flex-box .content ul {
  margin-top: 15px;
}
.careers-secA .flex-box .content ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  max-width: 509px;
}
.careers-secA .flex-box .content ul li::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 0px;
  transform: translateY(50%);
  width: 15px;
  height: 15px;
  background: url("../../../assets/icon/primary-right-arrow.svg");
}

.contact-form {
  padding: 80px 0 !important;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .contact-form {
    padding: 0px 0 60px 0 !important;
  }
}
.contact-form {
  position: relative;
}
.contact-form::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-form::after {
    content: none;
  }
}
.contact-form::after {
  width: 500px;
  height: 500px;
  bottom: 20%;
}
.contact-form .heading h2 {
  max-width: 567px !important;
}
@media only screen and (max-width: 540px) {
  .contact-form .heading h2 {
    font-size: 25px !important;
  }
}
.contact-form .form-grid::before {
  top: 60% !important;
}
.contact-form .form-grid {
  position: relative;
}
.contact-form .form-grid::after {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 20%;
  width: 667px;
  height: 667px;
  transform: translate(-50%);
  background: rgba(5, 180, 196, 0.1019607843);
  filter: blur(60px);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .contact-form .form-grid::after {
    content: none;
  }
}
.contact-form .form-grid::after {
  width: 500px;
  height: 500px;
  bottom: -70%;
  left: 100%;
}
@media only screen and (max-width: 1024px) {
  .contact-form .form-grid::after {
    left: 70%;
  }
}
.contact-form .form-grid .btn2 {
  margin-top: 20px;
}/*# sourceMappingURL=careers.css.map */