.uvpo-port-card-hidden {
  display: none;
}

.uvpo-ports-filters {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) repeat(2, minmax(140px, 180px));
}

.uvpo-ports-filters__choices {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.uvpo-ports-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.uvpo-port-card-bg {
  background-size: cover;
  background-position: center;
}

.uvpo-port-card-body {
  height: 100%;
  width: 100%;
}

.uvpo-port-card-overlay {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.uvpo-port-card-icon {
  height: 80px;
  margin-bottom: 0.5rem;
  width: 80px;
}

.uvpo-port-card-title {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  text-shadow: 2px 2px 8px #000;
}

.port-single .hero-banner {
  aspect-ratio: 1920 / 920;
  max-height: 920px;
  min-height: 0;
  padding-top: 0;
}

.uvpo-title-with-wave {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.port-single .section-title {
  font-weight: 300;
}

.port-single .section-title strong {
  font-weight: 400;
}

.port-single .hero-banner .banner-wrapper,
.port-single .hero-banner .banner-bg {
  height: 100%;
}

.port-single .hero-banner .hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 50%;
  padding-bottom: 2rem;
  padding-top: 5.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 1320px);
}

@media (max-width: 991.98px) {
  .port-single .hero-banner {
    min-height: 520px;
  }

  .port-single .hero-banner .hero-content {
    padding-top: 4.5rem;
    width: min(100%, calc(100% - 2rem));
  }
}

.port-single .btn-section-toggle {
  background-color: #fff;
  border: 1px solid var(--uvpo-blue-primary);
  color: var(--uvpo-blue-primary);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
}

.port-single .btn-section-toggle:hover {
  background-color: var(--uvpo-blue-primary);
  color: #fff;
  transform: translateY(-1px);
}

.port-single .btn-section-toggle.active {
  background-color: var(--uvpo-blue-primary);
  color: #fff;
}

.port-single .col-content p {
  font-size: 0.875rem;
}

.port-single .schedules li {
  color: #fff;
  margin-bottom: 0.5rem;
}

.port-single .schedules li > strong {
  font-weight: 600;
}

.uvpo-port-single-section-maritime {
  background: url("../../images/background-port-single-first-section-bottom-c37c0e1a15e9b23f1164601b88ce5d62.webp") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 250px;
}

.uvpo-port-single-section-fluvial {
  background: url("../../images/background-port-fluvial-single-first-section-bottom-af96bd3efbc58c6d0ff1e1f4ffe1adf3.webp") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 250px;
}

.uvpo-port-single-bottom {
  background: url("../../images/background-bottom-port-single-70d8615fa80917c18a8b0ad36761d5e8.webp") no-repeat center bottom;
  background-size: cover;
  min-height: 600px;
  padding-bottom: 128px;
}

.uvpo-port-single-city {
  font-size: 4rem;
  font-weight: 600;
}

.uvpo-port-single-name {
  font-size: 2.5rem;
  font-weight: 300;
}

.uvpo-port-single-stat-icon {
  height: 80px;
}

.uvpo-port-single-stat-icon-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.uvpo-port-single-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.uvpo-port-single-stat {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.uvpo-port-single-stat--border {
  border-right: 1px solid var(--uvpo-blue-secondary);
}

.uvpo-port-single-stat-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.uvpo-port-single-stat-value {
  color: var(--uvpo-blue-primary);
  font-size: 1.125rem;
  font-weight: 800;
}

.uvpo-port-single-stat-label {
  color: var(--uvpo-blue-primary);
  font-size: 0.9rem;
  font-weight: 600;
}

.uvpo-port-single-phone-link {
  color: var(--uvpo-blue-primary);
  font-size: 1.125rem;
  font-weight: 800;
  text-decoration: none;
}

.uvpo-port-single-map {
  border: 0;
  border-radius: 8px;
  height: 400px;
  min-height: 400px;
  overflow: hidden;
  width: 100%;
}

.uvpo-port-single-main {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uvpo-port-labels-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.uvpo-port-labels {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.85rem;
  justify-content: center;
  min-width: max-content;
}

.uvpo-port-label {
    align-items: center;
    color: #16315f;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 0;
    min-height: 0;
    padding: 0;
    text-decoration: none;
}

.uvpo-port-label__logo-wrap {
    align-items: center;
    display: inline-flex;
    height: 4rem;
    justify-content: center;
    padding: 0;
    width: 8.5rem;
}

.uvpo-port-label__logo {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.uvpo-port-label[href]:hover,
.uvpo-port-label[href]:focus-visible {
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .uvpo-port-label__logo-wrap {
        height: 3.2rem;
        width: 6.8rem;
    }
}

.uvpo-port-gallery {
    --uvpo-port-gallery-gap: 1rem;
    display: grid;
  gap: var(--uvpo-port-gallery-gap);
}

.uvpo-port-gallery--cols-1 {
  grid-template-columns: 1fr;
}

.uvpo-port-gallery--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uvpo-port-gallery--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uvpo-port-gallery__item {
  margin: 0;
}

.uvpo-port-gallery__item img {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
  display: block;
  object-fit: cover;
  width: 100%;
}

.uvpo-port-single-map-col {
  padding-left: 2rem;
}

.uvpo-title-section-white {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.uvpo-heading-white {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.uvpo-contact-detail {
  font-size: 1rem;
  font-weight: 600;
}

.uvpo-port-single-captaincy {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}

.uvpo-port-single-contact-row {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.uvpo-port-single-contact-icon {
  display: block;
  margin-right: 0.5rem;
}

.uvpo-port-single-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.uvpo-port-single-toggle-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-evenly;
}

.uvpo-port-single-list-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uvpo-port-single-list-item {
  align-items: center;
  display: flex;
}

.uvpo-port-single-experiences-title {
  color: var(--uvpo-blue-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.uvpo-port-single-nav {
  margin-top: 96px;
}

.uvpo-port-single-experiences-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uvpo-port-single-experience-card {
  background: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.12);
  height: 100%;
}

.uvpo-port-single-experience-image {
  display: block;
  width: 100%;
}

.uvpo-port-single-nav-grid {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uvpo-port-single-nav-arrow {
  align-items: center;
  display: flex;
  min-width: 0;
}

.uvpo-port-single-nav-arrow--prev {
  justify-content: flex-start;
}

.uvpo-port-single-nav-arrow--next {
  justify-content: flex-end;
}

.uvpo-port-single-nav-center {
  display: flex;
  justify-content: center;
}

.uvpo-port-single-nav-spacer {
  min-height: 1px;
}

.uvpo-port-single-nav-link {
  color: #6dc6d8;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.uvpo-context-links {
  margin-top: 2rem;
}

.uvpo-context-links__title {
  margin-bottom: 1rem;
}

.uvpo-context-links__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.uvpo-context-links__list li {
  display: flex;
  flex: 1 1 0;
}

.uvpo-context-links__link {
  display: inline-flex;
}

@media (max-width: 991.98px) {
  .uvpo-ports-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uvpo-ports-filters__choices,
  .uvpo-ports-filters__search {
    grid-column: 1 / -1;
  }

  .uvpo-ports-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uvpo-port-single-stats {
    gap: 1.5rem 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .uvpo-port-single-stat--border {
    border-right: 0;
  }

  .uvpo-port-single-main,
  .uvpo-port-single-captaincy,
  .uvpo-port-single-list-grid,
  .uvpo-port-single-experiences-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uvpo-port-single-map-col {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .uvpo-ports-filters {
    grid-template-columns: 1fr;
  }

  .uvpo-ports-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uvpo-port-gallery,
  .uvpo-port-gallery--cols-1,
  .uvpo-port-gallery--cols-2,
  .uvpo-port-gallery--cols-3 {
    grid-template-columns: 1fr;
  }

  .uvpo-port-single-stats,
  .uvpo-port-single-main,
  .uvpo-port-single-captaincy,
  .uvpo-port-single-list-grid,
  .uvpo-port-single-experiences-grid,
  .uvpo-port-single-nav-grid {
    grid-template-columns: 1fr;
  }

  .uvpo-port-single-nav-arrow--prev,
  .uvpo-port-single-nav-arrow--next,
  .uvpo-port-single-nav-center {
    justify-content: center;
  }

  .uvpo-context-links__list {
    align-items: flex-start;
    flex-direction: column;
  }

  .uvpo-context-links__list li {
    width: 100%;
    flex: none;
  }
}
