.catamaran-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ---------------------------------
   Hero + booking card
--------------------------------- */
.activity-header--cruise.activity-header {
  display: block;
  position: relative;
  padding-bottom: 0;
}

.activity-header--cruise .activity-header__left {
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.activity-header--cruise .activity-header__left img,
.activity-header--cruise .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

.activity-header--cruise .item.video,
.activity-header--cruise .item.video iframe.slide-media {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 860px) {
  .activity-header--cruise .activity-header__left {
    height: 480px;
  }
}

.cruise-booking-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1200px;
  margin: -60px auto 0;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.cruise-booking-card__info {
  flex: 1 1 280px;
}

.cruise-booking-card__info h1 {
  margin-top: 0;
  margin-bottom: 8px;
}

.cruise-booking-card__info .activity-meter {
  margin: 12px 0;
}

.cruise-booking-card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0;
}

.cruise-booking-card__price {
  padding-left: 24px;
  border-left: 1px solid #eee;
  line-height: 1;
}

.cruise-booking-card__price .price {
  font-size: 2.4rem;
  font-weight: bold;
  color: #007cce;
}

.cruise-booking-card__price .price-desc {
  display: block;
  color: #707070;
  font-size: 1.2rem;
}

.cruise-booking-card__calendar {
  flex: 2 1 400px;
}

@media (max-width: 860px) {
  .cruise-booking-card {
    margin-top: -32px;
    padding: 20px;
  }
}

/* cruise-two-column */

.cruise-two-column {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #414752;
  margin: 20px 0 12px 0;
  margin-bottom: 72px !important;
}

.cruise-two-column__container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: start;
  font-size: 16px;
}

.cruise-two-column__content p {    
  margin: 0 0 16px 0;
}

/* ---------------------------------
   Content column
--------------------------------- */
.cruise-two-column__content {
  flex: 1 1 calc(50% - 24px);
  max-width: calc(50% - 24px);
  padding-right: 8px;
}

.cruise-two-column__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #414752;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px dashed #d9dee5;
}


.cruise-two-column__lead strong {
  color: #414752;
}

/* ---------------------------------
   Features list
--------------------------------- */
.cruise-two-column__features {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

.cruise-two-column__features > li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  padding: 8px 0 8px 32px;
}

.cruise-two-column__features > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  background-image: url("../../images/teenyicons_tick-circle-solid.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* ---------------------------------
   Media column
--------------------------------- */
.cruise-two-column__media {
  flex: 1 1 calc(50% - 24px);
  max-width: calc(50% - 24px);
}

.cruise-two-column__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---------------------------------
   Responsive
--------------------------------- */
@media (max-width: 860px) {
  .cruise-two-column__content,
  .cruise-two-column__media {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cruise-two-column__media {
    position: static;
    order: -1;
  }
}
 /* End cruise-two-column   */

/* Start cruise-summary  */
.cruise-summary {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding-block: 60px;
  font-size: 16px;
  line-height: 1.6;
  color: #414752;
  background-color: #F2F4F6;
  margin-top: 20px;
  margin-bottom: 12px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.cruise-summary__container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: start;
  font-size: 16px;
}

.cruise-summary__content p {    
  margin: 0 0 16px 0;
}

/* ---------------------------------
   Content column
--------------------------------- */
.cruise-summary__content {
  flex: 1 1 calc(50% - 24px);
  max-width: calc(50% - 24px);
  padding-right: 8px;
}

.cruise-summary__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #414752;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px dashed #d9dee5;
}


.cruise-summary__lead strong {
  color: #414752;
}

/* ---------------------------------
   Features list
--------------------------------- */
.cruise-summary__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cruise-summary__features > li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  padding: 8px 0 8px 32px;
}

.cruise-summary__features > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  background-image: url("../../images/teenyicons_tick-circle-solid.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* ---------------------------------
   Media column
--------------------------------- */
.cruise-summary__media {
  flex: 1 1 calc(50% - 24px);
  max-width: calc(50% - 24px);
}

.cruise-summary__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---------------------------------
   Responsive
--------------------------------- */
@media (max-width: 860px) {
  .cruise-summary__content,
  .cruise-summary__media {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .cruise-summary__media {
    position: static;
    order: -1;
  }
}

.three-col-cards {
    margin-block: 72px 0;
}

.three-col-cards .three-col-cards__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.three-col-cards .three-col-cards__content {
    background-color: #F2F4F6;
    padding: 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.three-col-cards .three-col-cards__content a {
   color: #005AA5;
   font-weight: 600;
   text-decoration: none;
}

.three-col-cards .three-col-cards__content:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(65, 71, 82, 0.12);
    background-color: #ffffff;
}

.three-col-cards .three-col-cards__title{
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #414752;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px dashed #d9dee5;
    transition: border-color 0.25s ease;
}

.three-col-cards .three-col-cards__content:hover .three-col-cards__title {
    border-bottom-color: #414752;
}

/* ---------------------------------
   Responsive
--------------------------------- */
@media (max-width: 992px) {
    .three-col-cards .three-col-cards__wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .three-col-cards .three-col-cards__wrapper {
        grid-template-columns: 1fr;
    }
}

.cruise-list {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #414752;
  margin: 20px 0 12px 0;
  margin-block: 72px;
}

.cruise-list__container {
  font-size: 16px;
}

.cruise-list__content p {    
  margin: 0 0 16px 0;
}

/* ---------------------------------
   Content column
--------------------------------- */
.cruise-list__content {
  width: 86%;
}

@media (max-width: 768px) {
  .cruise-list__content {
    width: 100%;
  }
}

.cruise-list__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #414752;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 2px dashed #d9dee5;
}

.cruise-list__lead strong {
  color: #414752;
}

/* ---------------------------------
   Features list
--------------------------------- */
.cruise-list__features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cruise-list__features > li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  padding: 8px 0 8px 32px;
}

.cruise-list__features > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 18px;
  height: 18px;
  background-image: url("../../images/teenyicons_tick-circle-solid.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
