.footer {
  margin-top: 100px;
  padding-bottom: 50px;
}

.project-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 50px;
}
.shipping-services-about {
  scroll-margin-top: 100px;
}
.invert-icon {
  filter: invert(1);
}
.contact-banner {
  position: relative;
}
.contact-banner-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* black with 0.6 opacity */
  z-index: 0;
}
.text-active {
  color: #e88b47 !important;
}
.hover-active:hover {
  color: #e88b47 !important;
}
.email-icon {
  clip-path: polygon(
    49% 8%,
    78% 20%,
    93% 34%,
    95% 64%,
    80% 86%,
    50% 100%,
    29% 93%,
    9% 79%,
    3% 49%,
    19% 18%
  );

  background: linear-gradient(#0077b6, #0077b6);
  height: 200px;
  width: 200px;
}
