/* ------------- 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/logistics/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;
}

@media (max-width: 1600px) {
  .hero-content h1 {
    /* font-size: 42px; */
  }
}
@media (max-width: 1440px) {
  .hero-content h1 {
    /* font-size: 36px; */
  }
}
@media (max-width: 1240px) {
  .hero-content h1 {
    /* font-size: 32px; */
    /* margin-bottom: 0.8rem; */
  }
}
@media (max-width: 1200px) {
  .hero-content h1 {
    /* font-size: 28px; */
    /* margin-bottom: 0.6rem; */
  }
}

.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: 48px;
  line-height: 1.15;
  font-weight: 700;
  /* margin-bottom: 1.5rem; */
}
.heading p {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.35;
  color: black;
  width: 48%;
  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%;
}

.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;
}
/* -------------section-03 : Start ------------ */
.section-03 {
  background-color: #fff;
  text-align: center;
}
.content-txt-img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 8rem 0;
}
.content-txt-img-wrapper .content-txt {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  justify-content: center;
  align-items: center;
}
.content-txt-img-wrapper h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #000000;
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.content-txt-img-wrapper p {
  text-align: center;
  font-family: "Gotham-Book";
  font-size: 18px;
  color: black;
  line-height: 1.7;
}
.section-03 .content-txt-img-wrapper p {
  width: 44%;
}

.supply-chain-svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}

.supply-chain-svg {
  width: 100%;
  /* max-width: 1200px; */
  height: auto;
  display: block;
}

/* # section-05 */

/* -------------section-03 : End ------------ */

.section-05 .content-txt-img-wrapper p,
.section-07 .content-txt-img-wrapper p {
  width: 58%;
}
/* ------------- Blue Box Start ---------------- */
/* section-04 */
.blue-box-section {
  background-color: #261f64; /* Dark blue background */
}
.blue-box-container {
  /* padding: 2rem 0; */
}
.blue-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  padding: 8rem 0;
}

.blue-box-content {
  /* max-width: 600px; */
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 1.2rem;
}

.blue-box-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #000000;
  font-size: 39px;
  line-height: 1.15;
  color: white;
  /* margin-bottom: 1.5rem; */
}

.blue-box-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: white;
  line-height: 1.7;
}

.blue-box-image {
  /* flex: 1 1 450px; */
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.blue-box-image img {
  /* width: auto;
  height: auto; */
  width: 100%;
  height: auto;
}
.supply-chain-svg.mob,
.precision-step-svg.mob,
.process-driven-svg.mob {
  display: none;
}
.blue-box-mob-sesction {
  display: none;
}
/* ------------- Blue Box 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: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.partner-section .partner-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  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;
  }
  .blue-box-wrapper {
    padding: 6rem 0;
  }
  .content-txt-img-wrapper {
    padding: 6rem 0;
  }
}

@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,
  .partner-section .partner-content h2,
  .blue-box-content h2,
  .content-txt-img-wrapper h2 {
    /* font-size: 42px; */
  }
  .blue-box-wrapper {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .hero-content h1 {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .blue-box-content h2,
  .content-txt-img-wrapper h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }

  .openings-container-wrapper,
  .top-fixed-bar {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .blue-box-image img {
    max-width: 500px;
  }
  .blue-box-wrapper {
    gap: 4rem;
  }
  .section-03 .content-txt-img-wrapper p {
    width: 60%;
  }
  .section-05 .content-txt-img-wrapper p,
  .section-07 .content-txt-img-wrapper p {
    width: 71%;
  }
}
@media (max-width: 1240px) {
  .heading p {
    width: 65%;
  }
}

/* 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%;
  }
}
@media (max-width: 1140px) {
  .job-meta-list {
    max-width: 76%;
  }
  .blue-box-wrapper {
    flex-wrap: wrap;
  }
  .blue-box-image img {
    max-width: 100%;
  }
}
@media (max-width: 1080px) {
  .text-side {
    padding: 1.6rem;
    width: 65%;
    /* right: 2%; */
  }
  .content-wrapper.right .text-side {
    /* left: 2%; */
  }
}
@media (max-width: 1020px) {
}

@media (max-width: 1024px) {
  .section-03 .content-txt-img-wrapper p {
    width: 70%;
  }

  .section-05 .content-txt-img-wrapper p,
  .section-07 .content-txt-img-wrapper p {
    width: 92%;
  }
}

@media (max-width: 920px) {
}

@media (max-width: 978px) {
  .hero-content h1 {
    font-size: 36px;
  }
  .section-02 p {
    font-size: 20px;
  }
  .heading p {
    width: 83%;
  }
  .job-count-title {
    display: none;
  }
  .top-fixed-bar {
    justify-content: end;
  }
  .job-meta-list {
    max-width: 90%;
  }
  .job-description {
    max-width: 90%;
  }
  .blue-box-image {
    display: none;
  }
  .blue-box-mob-sesction {
    display: block !important;
  }
  .blue-box-mob-sesction .blue-box-image {
    display: block !important;
  }
  .blue-box-mob-sesction .blue-box-image img {
    width: 100%;
  }
  .blue-box-content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .supply-chain-svg-wrapper {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/logistics/hero-mob.jpg) no-repeat center center;
    background-size: cover;
  }

  .hero-content h1 {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .blue-box-content h2,
  .content-txt-img-wrapper h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }

  .content-container {
    padding: 4rem 0;
  }
  .content-txt-img-wrapper {
    padding: 4rem 0;
  }
  .container-wrapper {
    padding: 4rem 0 0 0;
    gap: 2.6rem;
  }

  .partner-section .partner-content {
    max-width: 600px;
    text-align: center;
  }
  .partner-section .partner-overlay,
  .partner-section .partner-buttons {
    justify-content: center;
  }
  .blue-box-wrapper {
    padding: 4rem 0;
    gap: 3rem;
  }
  .section-03 .content-txt-img-wrapper p {
    width: 90%;
  }
  .supply-chain-svg.desk,
  .precision-step-svg.desk,
  .process-driven-svg.desk {
    display: none;
  }
  .supply-chain-svg.mob,
  .precision-step-svg.mob,
  .process-driven-svg.mob {
    display: block;
  }
  .supply-chain-svg-mob-wrapper {
    padding: 0 3rem;
    position: relative;
  }
  .supply-chain-svg-mob-wrapper .swiper-button-prev {
    left: 2%;
    color: #cec7c7 !important;
  }
  .supply-chain-svg-mob-wrapper .swiper-button-next {
    right: 2%;
    color: #cec7c7 !important;
  }
  .supply-chain-svg-mob-wrapper .swiper-button-next:after,
  .supply-chain-svg-mob-wrapper .swiper-button-prev:after {
    font-size: 3rem !important;
  }

  .section-05 .content-txt-img-wrapper p,
  .section-07 .content-txt-img-wrapper p {
    width: 100%;
  }
  .blue-box-wrapper {
    padding: 4rem 0;
  }
  .section-02 p {
    font-size: 18px;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 640px) {
  .heading p {
    width: 96%;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .blue-box-content h2,
  .content-txt-img-wrapper h2 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }

  .heading p,
  .partner-section .partner-content p,
  .content-txt-img-wrapper p,
  .blue-box-content p {
    font-size: 16px;
    line-height: 1.4;
  }

  .read-more-btn {
    font-size: 12px;
    margin-top: 16px;
    padding: 0.8rem 1.2rem;
  }
  .blue-box-wrapper {
    gap: 2rem;
  }
  .supply-chain-svg-mob-wrapper .swiper-button-next:after,
  .supply-chain-svg-mob-wrapper .swiper-button-prev:after {
    font-size: 2rem !important;
  }
  .section-02 p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 375px) {
  .heading p,
  .partner-section .partner-content p,
  .blue-box-content p,
  .content-txt-img-wrapper p {
    font-size: 14px;
    line-height: 1.2;
  }

  .container-wrapper {
    gap: 2rem;
  }
  .hero-content h1 {
    font-size: 27px;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .blue-box-content h2,
  .content-txt-img-wrapper h2 {
    font-size: 24px;
  }
}
