/* ------------- respective message start ------------ */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  position: fixed;
  top: 0;
  /* right: 0; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  padding: 1rem 2rem;
  border-radius: 6px;
  gap: 0.6rem;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}
/* ------------- respective message end -------------- */

/* ------------- 01:Hero section Start--------------- */
/* .main_wrapper{
    padding-top: 90px;
} */
section {
  overflow: hidden;
}
.hero-section {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  background: url(../images/career/hero.jpg) no-repeat center center;
  background-size: cover;
}

.content-section {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-content h1 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 48px;
  line-height: 1.13;
  margin-bottom: 1rem;
  overflow: hidden;
}

.image-container {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
/* ----- section-02 -------- */
.section-02 {
  background-color: #261f64;
  color: #ffffff;
}
.section-02 p {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.61;
  letter-spacing: 0.48px;
  text-align: center;
}

.sub-container {
  max-width: 1100px !important;
}

.content-container {
  padding: 10rem 0;
  height: 100%;
}
.content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* -------------------- */
.heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.heading-container {
  /* padding: 6rem 0; */
}
.heading h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #000000;
  font-size: 39px;
  line-height: 1.15;
  font-weight: 700;
  /* margin-bottom: 1.5rem; */
}
.heading p {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.35;
  color: black;
  width: 50%;
  text-align: center;
}
/* # Right */
.content-wrapper.right {
  justify-content: end !important;
  align-items: end;
}
.content-wrapper.right .img-shadow {
  left: -4.8%;
  z-index: -1;
}
.content-wrapper.right .text-side {
  left: 13%;
}

/* ----- section-03 -------- */
.section-03,
.section-04 {
  width: 100%;
}
.container-wrapper {
  padding: 10rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.work-wrapper {
  position: relative;
}

.work {
  background-color: #261f64; /* Dark blue tone similar to your image */
  color: #fff;
  /* border-radius: 10px; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .work:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */
.work .contentWrapper {
  position: relative;
}

.work .contentWrapper .top-line {
  width: 84%;
  height: 5px;
  background: #e7282d;
  position: absolute;
  top: 0;
  /* margin: 0 30px; */
  margin-left: 20px;
}
.work .content {
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.work h3 {
  font-family: "Gotham-Bold";
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.work p {
  font-family: "Gotham-Book";
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  color: #d4d4d4;
}

.work img {
  width: 100%;
  /* height: 240px;
  object-fit: cover; */
}

/* ----- swiper button ---------- */

.work-wrapper .swiper-button-prev {
  left: 0%;
  color: #cec7c7 !important;
}

.work-wrapper .swiper-button-next {
  right: 0%;
  color: #cec7c7 !important;
}

.work-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch; /* Makes all slides equal height */
}

.work-wrapper .swiper-slide {
  display: flex;
  /* height: auto !important; */
}

.work-wrapper .work {
  flex: 1;
  display: flex;
  flex-direction: column; /* Optional, for content alignment */
}

/* ---------- section-05 ---------- */
.section-05 {
  width: 100%;
}

.blue-box-container {
  background-color: #241f5f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 40px;
  padding: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

.blue-box-container .text-content {
  flex: 1;
}
.blue-box-container .text-content .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blue-box-container .text-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 39px;
  line-height: 1.15;
  font-weight: 700;
  /* margin-bottom: 1.5rem; */
}

.blue-box-container .text-content p {
  color: #dcdcdc;
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.7;
}

.blue-box-container .text-content p a {
  color: red;
}
.blue-box-container .text-content p a:hover {
  text-decoration: underline;
}
.read-more-btn {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background-color: #d62828;
  color: #fff;
  margin-top: 25px;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more-btn svg {
  width: 7.5px;
  height: 12px;
}
.read-more-btn:hover {
  background-color: red;
  color: white;
}
button[class*="btnOpenForm"] {
  border: 0 !important;
  cursor: pointer;
}
.blue-box-container .image-content {
  /* flex: 1; */
  display: flex;
  justify-content: end;
}

.blue-box-container .image-content img {
  width: auto;
  height: 100%;
  /* border-radius: 12px; */
  /* object-fit: cover; */
}

/* ----- Openings sections ------ */
.page-content {
  width: 100%;
  /* padding: 20px;
  box-sizing: border-box; */
}

/* Fixed Top Section (Header/Search/Filter) */
.top-fixed-bar {
  background-color: white;
  padding: 15px 20px;
  /* border-bottom: 1px solid #e0e0e0; */
  position: sticky; /* Makes it fixed when scrolling within a parent */
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.job-count-title {
  font-family: "Gotham-Bold";
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.search-input-container {
  position: relative;
}

.search-input-container > img {
  width: 21px;
  height: 21px;
  bottom: 10px;
  position: absolute;
  left: 10px;
}

/* Search and Filter Group */
.search-filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-input-container {
  position: relative;
  width: 300px;
}

.search-input {
  font-family: "Gotham-Book";
  width: 100%;
  padding: 10px 10px 10px 36px;
  border: 1px solid #e0eeef;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  background-color: #f8f9fa;
}

.search-input:focus {
  border-color: #007bff;
}

.search-input-container i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.filter-button {
  font-family: "Gotham-Book";
  background-color: #f8f9fa;
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 10px 15px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.filter-button:hover {
  background-color: #e9ecef;
}

.openings-container {
  background: white;
  padding: 0;
}
.openings-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

.openings-container-wrapper {
  padding: 0 12rem 10rem 12rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
/* Individual Job Card Styling */
.job-card {
  background: #efefef;
  padding: 2rem;
  border-radius: 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.spacer {
  height: 1px;
  margin: 1rem 0;
}
.no-results {
  font-family: "Gotham-Book";
  text-align: center;
  padding: 40px;
  font-size: 18px;
  color: #555;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Remove border from the last item */
.job-card:last-child {
  border-bottom: none;
}

.job-details {
  flex-grow: 1;
}

.job-title {
  font-family: "Gotham-Bold";
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.job-description {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #555;
  line-height: 1.35;
  margin-bottom: 2rem;
  max-width: 80%;
}

.job-meta-list {
  max-width: 60%;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
  gap: 20px 30px; /* row-gap, column-gap */
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-meta-item {
  font-family: "Gotham-Medium";
  /* font-weight: normal !important; */
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-weight: 500;
}

.job-meta-item .icon {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}
.job-meta-item img {
  width: 20px;
  height: 20px;
}
/* Apply Button */
.apply-button-container {
  /* padding-left: 20px; */
}

.apply-button {
  background-color: #e53935; /* Red color */
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.1s;
  white-space: nowrap; /* Keep text on one line */
  box-shadow: 0 4px 6px rgba(229, 57, 53, 0.3);
}

.apply-button:hover {
  background-color: #c62828;
  transform: translateY(-1px);
}

/* Custom icons for the provided image */
.fa-map-marker-alt {
  color: #5d9eeb;
} /* Location */
.fa-user-tie {
  color: #5d9eeb;
} /* Job Type/Level */
.fa-calendar-alt {
  color: #5d9eeb;
} /* Date */
.fa-briefcase {
  color: #5d9eeb;
} /* Department/Category */
.paginationjs {
  justify-content: center;
  align-items: center;
}
.paginationjs .paginationjs-pages ul {
  display: flex !important
;
  gap: 0.8rem !important;
}
.paginationjs .paginationjs-pages li {
  float: left;
  border: 1px solid #aaa;
  border-right: none;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginationjs .paginationjs-pages li {
  border-right: 1px solid #aaa !important;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:last-child {
  border: 0 !important;
}
.paginationjs .paginationjs-pages li:first-child > a:hover,
.paginationjs .paginationjs-pages li:last-child > a:hover {
  background: white !important;
}
.paginationjs .paginationjs-pages li > a {
  font-size: 1rem !important;
}

.spacer-2 {
  height: 1px;
  margin-bottom: 10rem;
}

/* ---------------- modal:start -------------------- */
form {
  font-family: "Gotham-Book";
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #999999e6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-head {
  position: relative;
}
.form-head h1 {
  font-family: "Gotham-Bold";
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.close-button {
  border-radius: 50%;
  background: none;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 1%;
  border: solid 1px #fff;
  background: black;
  cursor: pointer;
  border: 1px solid black;
  transition: all 0.5s ease;
}
.close-button:hover {
  background: white;
  color: black;
  border-color: black;
}
.close-button:active {
  background: black;
  color: white;
  border-color: black;
}
.form-container {
  width: 50%;
  position: relative;
  background: white;
  padding: 1.4rem;
  border-radius: 10px;
  overflow: hidden;
}
#applyForm {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
#applyForm input,
#applyForm textarea {
  font-family: "Gotham-Book";
  width: 100%;
  font-size: 16px;
  border-radius: 6px;
  padding: 0.6rem;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  border: 1px solid gray;
}
#applyForm textarea {
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
  box-sizing: border-box;
}
#applyForm .email-phone {
  display: flex;
  gap: 2rem;
}
#applyForm .email-phone input {
  flex: 1;
}
#applyForm button {
  padding: 0.6rem 1.8rem;
  background: #e7282d;
  border: 0; /* Remove border */
  border-radius: 34px; /* Rounded corners */
  color: white; /* Text color */
  cursor: pointer; /* Pointer on hover */
  width: fit-content; /* Shrinks to content */
  font-size: 1rem; /* Font size */
  transition: all 0.5s ease; /* Smooth transition */
  display: flex; /* Flex for icon + text */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  gap: 0.5rem; /* Gap between text and icon */
}

/* Resume upload styles */
#applyForm input[type="file"] {
  display: none;
}
.resume-upload {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.custom-file-upload {
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: white;
  border: 1px solid gray;
  color: gray;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.custom-file-upload,
#fileName {
  font-size: 16px;
}
.custom-file-upload:hover {
  background: #eaeaea;
  color: black;
}

.custom-file-upload input[type="file"] {
  display: none;
}

/* Display chosen file name */
#fileName {
  font-size: 16px;
  color: #555;
}

/* ------------------- modal:end ------------------- */

/* ----------------- Partner Section -----------------------*/
.partner-section {
  position: relative;
  background: url("../images/home/patner.jpg") no-repeat center center/cover;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0rem 0rem;
  background-size: cover;
}
.partner-section .partner-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10rem 0rem;
}

.partner-section .partner-content {
  max-width: 600px;
}

.partner-section .partner-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.partner-section .partner-content p {
  font-family: "Gotham-Book";
  font-size: 20px;
  color: white;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.partner-section .partner-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.partner-section .partner-btn {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d62828;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.partner-section .partner-btn:hover {
  background-color: #b91c1c;
}

.arrow {
  font-size: 1.2rem;
}

/* ---------------- Patner section end -------------- */
/* --------------------- Mobile Responsive -------------------*/

@media (max-width: 1740px) {
}
@media (max-width: 1600px) {
  .sub-container {
    padding: 0 !important;
  }
  .content-container {
    padding: 6rem 0;
  }
}
@media (max-width: 1640px) {
  .container-wrapper {
    padding: 6rem 0 0 0;
  }
  .openings-container-wrapper {
    padding-bottom: 6rem;
  }
  .openings-container-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .spacer-2 {
    margin-bottom: 6rem;
  }
  .heading p {
    width: 70%;
  }
}

@media (max-width: 1540px) {
  .image-side {
    width: 77%;
  }
}

@media (max-width: 1440px) {
  .image-side {
    width: 81%;
  }

      .hero-content h1
  {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }

  .heading h2,
  .blue-box-container .text-content h2,
  .partner-section .partner-content h2 {
    /* font-size: 42px; */
  }
  .work-wrapper {
    padding: 0 2.4rem;
  }

  .openings-container-wrapper {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .form-container {
    width: 60%;
  }
}
@media (max-width: 1280px) {
    .hero-content h1
  {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .heading h2,
  .blue-box-container .text-content h2,
  .partner-section .partner-content h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
  .openings-container-wrapper,
  .top-fixed-bar {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .heading p {
    width: 80%;
  }
}
@media (max-width: 1240px) {
  .heading p {
    width: 65%;
  }
  .blue-box-container .image-content img {
    width: 90%;
  }
  .form-container {
    width: 70%;
  }
}

/* Laptop (max-width: 1280px) */
@media (max-width: 1180px) {
  .sub-container {
    width: 100%;
    max-width: 100% !important;
    padding: 0 2rem !important;
  }
  .text-side {
    padding: 1.6rem;
    width: 46%;
    /* right: 2%; */
  }

  .heading-container {
    /* padding: 4rem 0; */
  }
}
@media (max-width: 1100px) {
  .job-meta-list {
    max-width: 76%;
  }
  .form-container {
    width: 80%;
  }
}

@media (max-width: 1080px) {
  .text-side {
    padding: 1.6rem;
    width: 65%;
    /* right: 2%; */
  }
  .content-wrapper.right .text-side {
    /* left: 2%; */
  }
}
@media (max-width: 1020px) {
  .blue-box-container .image-content img {
    width: 80%;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 920px) {
  .blue-box-container .image-content img {
    width: 100%;
    position: relative;
    left: -4%;
  }
  .blue-box-container {
    padding: 3rem;
  }
}

@media (max-width: 978px) {
  .section-02 p {
    font-size: 20px;
  }
  .heading p {
    width: 83%;
  }
  .job-count-title {
    font-size: 22px;
    display: none;
  }
  .top-fixed-bar {
    justify-content: end;
  }
  .job-meta-list {
    max-width: 90%;
  }
  .job-description {
    max-width: 90%;
  }
  .form-container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/career/hero-mob.jpg) no-repeat center center;
    background-size: cover;
  }
  .content-container {
    padding: 4rem 0;
  }

  .hero-content h1
  {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .heading h2,
  .blue-box-container .text-content h2,
  .partner-section .partner-content h2 {
       font-size: 32px;
    margin-bottom: 1rem;
  }
  .text-side {
    padding: 2rem 1.6rem;
  }
  .img-shadow {
    /* display: none; */
  }
  .space {
    height: 1px;
    margin: 3rem 0;
  }
  .container-wrapper {
    padding: 4rem 0 0 0;
  }
  .work-wrapper .swiper-button-next:after,
  .work-wrapper .swiper-button-prev:after {
    font-size: 3rem !important;
  }
  .container-wrapper {
    gap: 2.6rem;
  }
  .top-fixed-bar {
    justify-content: center;
  }
  .job-meta-list {
    max-width: 100%;
  }
  .job-card {
    flex-direction: column;
  }
  .partner-section .partner-content {
    max-width: 600px;
    text-align: center;
  }
  .partner-section .partner-overlay,
  .partner-section .partner-buttons {
    justify-content: center;
  }
  .spacer-2 {
    margin-bottom: 4rem;
  }
  .section-02 p {
    font-size: 18px;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }

}

@media (max-width: 640px) {
  .heading p {
    width: 96%;
  }
  .job-meta-list {
    display: flex;
    flex-direction: column;
  }
  .job-description {
    max-width: 100%;
  }
  .search-filter-group {
    flex-direction: column;
    width: 100%;
    gap: 1.2rem;
  }
  .search-input-container {
    width: 100%;
  }
  .filter-button {
    padding: 0.6rem 1.4rem;
  }
  #applyForm .email-phone {
    flex-direction: column;
  }
  .info-msg,
  .success-msg,
  .warning-msg,
  .error-msg {
    width: 70%;
  }
  .resume-upload {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 480px) {
     .hero-content h1
  {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .heading h2,
  .blue-box-container .text-content h2,
  .partner-section .partner-content h2 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }
  .heading-container {
    /* padding: 2.2rem 0; */
  }
  .space {
    height: 1px;
    margin: 2rem 0;
  }
  .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .work-wrapper .swiper-button-next:after,
  .work-wrapper .swiper-button-prev:after {
    font-size: 2rem !important;
  }
  .heading p,.job-description,
  .blue-box-container .text-content p,
  .partner-section .partner-content p {
            font-size: 16px;
        line-height: 1.4;
  }
  .job-meta-item{
   font-size: 14px;
  }
  .blue-box-container {
    padding: 2rem;
  }
  .read-more-btn {
    font-size: 12px;
    margin-top: 16px;
    padding: 0.8rem 1.2rem;
  }
  .form-container {
    width: 94%;
  }
  .info-msg,
  .success-msg,
  .warning-msg,
  .error-msg {
    width: 86%;
  }
}
@media (max-width: 440px) {
  .work-wrapper {
    padding: 0 1.8rem;
  }
  .work-wrapper .swiper-button-prev {
    left: -1.2%;
  }

  .work-wrapper .swiper-button-next {
    right: -1.2%;
  }
}

@media (max-width: 375px) {
  .heading p,.job-description,
  .blue-box-container .text-content p,
  .partner-section .partner-content p {
   font-size: 14px;
        line-height: 1.2;
  }
  .blue-box-container {
    padding: 1.4rem;
  }
  .container-wrapper {
    gap: 2rem;
  }

       .hero-content h1
  {
    font-size: 27px;
  }

  .heading h2,
  .blue-box-container .text-content h2,
  .partner-section .partner-content h2 {
   font-size: 24px;
  }
}
