/* ------------- 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/sustainability/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;
}
.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: white;
}
/* # 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 {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background-color: #f7f7f7; */
  overflow: visible !important;
}

.section-03 .content-wrapper {
  display: flex;
  /* align-items: ; */
  justify-content: start;
  width: 100%;
  position: relative;
  overflow: visible;
}

.image-side {
  width: fit-content;
  position: relative;
}

.image-side img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  display: block;
}

.text-side {
  width: 38%;
  background: #f8f8f8;
  padding: 2.6rem;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}

.text-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.text-box .icon {
  width: 50px;
  margin-bottom: 15px;
}

.text-box h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: 0.48px;
}

.text-box p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.35;
  color: #333;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
}
.icon-wrapper svg {
  width: 100%;
  height: 100%;
}
.space {
  height: 1px;
  margin: 6rem 0;
}
.img-shadow {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #e4e4e4;
  bottom: -10%;
  left: 4.8%;
  z-index: -1;
}

/* --------- section 04 -------------- */
.section-04 {
  background: #1a3b71;
}
.section-04 .heading-container {
  padding: 0;
}

/* # Department section */

.department-wrapper {
  padding: 10rem 0;
}
.department-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6rem;
}
.department-section h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: white;
  /* margin-bottom: 4rem; */
}
.department-section .overlay h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
  color: white;
  margin-bottom: 1rem;
  opacity: 0;
}
.department-section .slider {
  position: relative;
}

.department-section .swiper {
  padding: 20px 0;
}
.department-section .swiper-slide {
  margin-right: 2rem;
  cursor: grab;
}
.department-section .swiper-slide .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.department-section .swiper-slide .card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.department-section .swiper-slide .card .overlay p {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}

.department-section .swiper-slide .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.department-section .swiper-slide .card p {
  font-family: "Gotham-Book";
  font-size: 16px;
  /* line-height: 1; */
  /* margin: 10px 0;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px; */
}

/* .department-section .swiper-slide{
  margin-right: 2.6rem !important;
}
.department-section .swiper-slide:last-child{
  margin-right: 0 !important;
} */
/* Custom Navigation */

.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border-radius: 50%;
  border: 1px solid #757479;
  padding: 6px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #6e6d72;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.custom-swiper-button-prev {
  left: 0%;
}
.custom-swiper-button-next {
  right: 0%;
}
.custom-swiper-button-prev svg,
.custom-swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.department-section .swiper-button-prev {
  left: -4%;
  color: #cec7c7 !important;
}

.department-section .swiper-button-next {
  right: -4%;
  color: #cec7c7 !important;
}

/* ----------------- 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;
}

.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;
}
/* ---------------- 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) {
  .image-side {
    width: 74%;
  }
  .text-side {
    padding: 2.2rem;
    width: 44%;
    right: 4%;
  }
  .content-wrapper.right .text-side {
    left: 4%;
  }
  .department-wrapper {
    padding: 6rem 0;
  }
}

@media (max-width: 1540px) {
  .image-side {
    width: 77%;
  }
}

@media (max-width: 1440px) {
  .image-side {
    width: 81%;
  }
  .department-section .slider {
    padding: 20px 4rem;
    overflow: hidden;
  }

  .department-section .swiper-button-prev {
    left: 0%;
  }
  .department-section .swiper-button-next {
    right: 0%;
  }

  .department-section {
    gap: 4rem;
  }
  .text-box h2 {
    font-size: 28px;
  }
  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }

  .heading h2,
  .partner-section .partner-content h2 {
    /* font-size: 42px;
    margin-bottom: 1.6rem; */
  }
}
@media (max-width: 1280px) {
  .department-section .overlay h2 {
    /* font-size: 28px; */
    /* margin-bottom: 1.6rem; */
  }

  .department-section {
    gap: 1.2rem;
  }
  .hero-content h1 {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .department-section h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1240px) {
  .text-box h2 {
    font-size: 26px;
  }
}

/* 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%; */
  }
  .content-wrapper.right .text-side {
    /* left: 2%; */
  }
  .heading-container {
    padding: 4rem 0;
  }
}

@media (max-width: 1080px) {
  .text-side {
    padding: 1.6rem;
    width: 65%;
    /* right: 2%; */
  }
  .content-wrapper.right .text-side {
    /* left: 2%; */
  }
}
@media (max-width: 1024px) {
}

@media (max-width: 978px) {
  .section-02 p {
    font-size: 20px;
  }
  .department-section .slider {
    padding: 20px 2rem;
  }
  .image-side {
    width: 100%;
  }
  .text-side {
    position: static;
    width: 100%;
    transform: none;
    padding: 4rem 1.6rem;
  }
  .img-shadow {
    display: none;
  }
  .space {
    height: 1px;
    margin: 4rem 0;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/sustainability/hero-mob.jpg) no-repeat center
      center;
    background-size: cover;
  }
  .content-container {
    padding: 4rem 0;
  }
  .department-section .overlay h2 {
    /* font-size: 26px; */
    /* margin-bottom: 1.4rem; */
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 3rem !important;
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 3rem !important;
  }
  .department-wrapper {
    padding: 4rem 0;
  }

  .department-section {
    gap: 1rem;
  }
  .text-box h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-content h1 {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .department-section h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  .text-side {
    padding: 2rem 1.6rem;
  }
  .img-shadow {
    /* display: none; */
  }
  .space {
    height: 1px;
    margin: 3rem 0;
  }
  .partner-section .partner-content {
    max-width: 600px;
    text-align: center;
  }
  .partner-section .partner-overlay,
  .partner-section .partner-buttons {
    justify-content: center;
  }
  .section-02 p {
    font-size: 18px;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 480px) {
  .department-section .swiper-slide .card .overlay {
    padding: 2rem;
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 2rem !important;
  }
  .department-section .swiper-button-next:after,
  .department-section .swiper-button-prev:after {
    font-size: 2rem !important;
  }

  .department-section {
    gap: 0.8rem;
  }
  .department-section .swiper-slide .card .overlay p {
    font-size: 16px;
  }
  .text-box h2 {
    font-size: 22px;
  }
  .text-box p {
    font-size: 16px;
    line-height: 1.4;
  }
  .hero-content h1 {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .department-section 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;
  }
  .heading p {
    font-size: 16px;
    line-height: 1.4;
  }
    .section-02 p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media (max-width: 375px) {
  .text-box p {
    font-size: 14px;
    line-height: 1.2;
  }
  .hero-content h1 {
    font-size: 27px;
  }

  .heading h2,
  .partner-section .partner-content h2,
  .department-section h2 {
    font-size: 24px;
  }
  .heading p {
    font-size: 14px;
    line-height: 1.2;
  }
}
