.projects-section {
  padding: 4rem 0 4rem 0;
}

.projects-swiper {
  padding-bottom: 0px;
}

.global-section {
  padding: 4rem 0;
  overflow: hidden;
}

.global-section .container {
  position: relative;
  z-index: 1;
}

.global-section h2 {
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.2;
}

.global-section h3 {
  font-size: 1.4rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  color: #d1a569;
  margin-bottom: 0.75rem;
}

.global-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #3d3a39;
  margin-bottom: 2rem;
}

.global-section .bg-map-col {
  position: relative;
  min-height: 400px;
  display: none;
}
@media (min-width: 992px) {
  .global-section .bg-map-col {
    display: block;
  }
}

.global-section .bg-map-col::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-image: url("../images/partnership/global-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
}

.contact-card {
  border-top: 1px solid #0f253d;
  border-bottom: 1px solid #0f253d;
  padding: 4rem 5rem;
  margin-top: 2rem;
}

.contact-card h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact-card p {
  font-size: 1rem;
  line-height: 1.6;
}

#imageModal .btn-close {
  right: -38px;
}

.modal-image-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}

.modal-image-swiper .swiper-slide {
  height: 500px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.custom-swiper-btn,
.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  background: #d1a569;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  top: 53%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  opacity: 0.92;
  z-index: 2;
  cursor: pointer;
  font-size: 1rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.custom-swiper-btn:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #c99e3a;

  opacity: 1;
}

@media (max-width: 767.98px) {
  .custom-swiper-btn,
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 0.8rem;
  }
}

.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}

@media (max-width: 991.98px) {
  .global-section .bg-map-col {
    min-height: 300px;
    order: -1;
    margin-bottom: 2rem;
  }
  .global-section .bg-map-col::before {
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .contact-card p {
    margin-bottom: 3rem;
  }
  .contact-card {
    padding: 2rem 2rem 3rem 2rem;
  }
}

@media (max-width: 575px) {
  .btn-close {
    right: 1px;
  }
  .modal-image-swiper .swiper-slide {
    height: 320px;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .global-section {
    padding: 2rem 0;
  }
  .contact-card {
    margin-top: 0rem;
  }
}
