.active {
  color: #506865 !important;
}

a.nav-link:hover {
  color: #506865 !important;
}

.w-15 {
  width: 15%;
}

.w-md-50 {
  width: 50%;
}


.carousel-caption {
  top: 73px;
  color: black;
  font-size: 16px;
  font-weight: 700;
}


/* @media (min-width: 320px) {
  .clock-icon {
    display: none;
  }
  .timeline::before {
    display: none;
  }
} */

@media (max-width: 992px) {
  .font-15 {
    font-size: 9rem;
  }

  .caption-text-top {
    top: 3rem;
    width: 70% !important;
  }
  .font-200 {
    font-size: 8rem;
  }
}

@media (max-width: 767px) {
  .w-sm-10 {
    width: 7%;
  }
}

@media (max-width: 568px) {
  .river-scape-logo {
    width: 98px !important;
  }

  .font-15 {
    font-size: 9rem;
  }
}

/*
@media (max-width: 567px) {
  .timeline h4 {
    text-align: center !important;
  }
} */

/* Map & nearby amenities section */
.map-amenities-section .map-container {
  height: 480px;
  width: 100%;
  background: #f0f0f0;
}

.map-api-key-message {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #555;
}

.map-api-key-message code {
  background: #e9ecef;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 0.9em;
}

.map-infowindow {
  padding: 0.25em 0;
  font-size: 13px;
}

.map-route-duration {
  padding: 0.4em 0.5em;
  min-width: 120px;
}

/* Amenities sidebar – light blue-grey, white outline icons, vertical list */
.amenities-sidebar {
  background: #a8b8c4;
  min-height: 480px;
}

.amenities-sidebar-inner {
  padding: 1.75rem 1.5rem;
  color: #fff;
}

.amenities-list {
  padding: 0;
}

.amenities-list li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.amenities-list li:last-child {
  border-bottom: none;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  padding: 0.85rem 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
}

.amenity-item:hover {
  color: #fff;
}

.amenity-item.active {
  /* background: rgba(255, 255, 255, 0.25); */
  color: #fff;
  font-weight: 600;
}
.amenity-item.active  .amenity-icon i{
color: #506865 !important;
}

.amenity-item.active .amenity-icon {
  color: #fff;
}

.amenity-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
  clip: rect(0, 0, 0, 0);
}

.amenity-icon {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  min-width: 1.5rem;
  font-style: normal;
}

.amenity-icon i,
.amenity-icon::before {
  font-size: 22px;
  color: #fff;
}

.amenity-item .amenity-icon {
  flex-shrink: 0;
}

.amenity-name {
  flex: 1;
}

/* Main location marker (pin style) */
.map-main-marker {
  background: none !important;
  border: none !important;
}

.main-marker-pin {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #6b8e9f;
  color: #fff;
  padding: 0.35rem 0.6rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.main-marker-pin::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #6b8e9f;
}

.main-marker-icon {
  font-size: 0.9rem;
}

.main-marker-label {
  font-family: inherit;
}

/* Amenity tooltips */
.amenity-tooltip {
  font-size: 0.8rem;
  padding: 0.35rem 0.5rem;
}

@media (max-width: 991px) {
  .map-amenities-section .map-container,
  .amenities-sidebar {
    min-height: 360px;
  }

  .amenities-sidebar-inner {
    padding: 1rem;
  }

  .amenities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
