.single-cruise-page {
	background-color: var(--PR-light-grey);
}

.single-cruise-container {
	max-width: 1440px;
    margin: auto;
}


/*####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######



##     ## ########    ###    ########  ######## ########
##     ## ##         ## ##   ##     ## ##       ##     ##
##     ## ##        ##   ##  ##     ## ##       ##     ##
######### ######   ##     ## ##     ## ######   ########
##     ## ##       ######### ##     ## ##       ##   ##
##     ## ##       ##     ## ##     ## ##       ##    ##
##     ## ######## ##     ## ########  ######## ##     ##



####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######*/


.single-cruise-header {
    min-width: 100%;
	padding: 36px 0;
	position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    z-index: 99;
}

.single-cruise-header-container {
    max-width: 1440px;
	margin: auto;
    display: flex;
    justify-content: space-between;
	gap: 100px;
}

.single-cruise-title {
    font-weight: 600;
    font-size: 40px;
    color: #000;
    line-height: 40px;
	margin: 0;
	padding: 0;
}

.single-cruise-header-info {
    font-weight: 300;
    color: #000;
    font-size: 18px;
	margin: 0;
	padding: 0;
}

.ship-description {
    margin-top: 32px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}




/*####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######



########  ########  ####  ######  #### ##    ##  ######
##     ## ##     ##  ##  ##    ##  ##  ###   ## ##    ##
##     ## ##     ##  ##  ##        ##  ####  ## ##
########  ########   ##  ##        ##  ## ## ## ##   ####
##        ##   ##    ##  ##        ##  ##  #### ##    ##
##        ##    ##   ##  ##    ##  ##  ##   ### ##    ##
##        ##     ## ####  ######  #### ##    ##  ######



####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######*/

	.single-cruise-header-meta {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.single-cruise-header-logo {
		display: flex;
		align-items: center;
	}

	.single-cruise-header-logo img {
		width: 146px;
		height: auto;
		object-fit: cover;
	}

	#cruise-header {
		height: 600px;
		background-size: cover;
		background-position:center center;
		background-repeat: no-repeat;
		border-radius: 4px;
	}

	.single-cruise-topfold {
		display: flex;
		justify-content: space-between;
		gap: 24px;
		padding-top: 32px;
	}
	
	.single-cruise-image-desc {
		width: 67%;
	}
	
	.single-cruise-overview {
		width: 33%;
		border-radius: 8px;
		border: 1px solid #BECED0;
		background: var(--PR-white);
		padding: 32px;
		height: max-content;
	}
	
	.single-cruise-overview h2 {
		color: #001B31;
		font-size: 28px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		margin: 0;
		padding: 0 0 16px 0;
	}
	
	.single-cruise-topfold-data-list p {
		margin: 0;
		padding: 16px 0;
		border-bottom: 1px solid #F0F6F7;
		color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
	}
	
	.single-cruise-topfold-data-list p:last-child {
		border-bottom: none;
	}
	
	.single-cruise-price-table {
		margin: 16px 0;
		padding: 24px;
		border-radius: 8px;
		background: var(--PR-light-grey);
	}

	.single-cruise-price-table h2 {
		color: var(--PR-white);
		font-size: 28px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
		padding: 0 0 24px 0;
	}

	.price-row div {
		min-width: 100%;
		display: flex;
		gap: 4px;
		justify-content: space-between;
	}

	.price-row p {
		color: #000;
		font-size: 18px;
		font-weight: 300;
	}

	.price-bold {
		font-weight: 700;
	}

	.single-cruises-cta-container {
		margin: 32px 0 0 0;
	}

	.single-cruise-cta {
		background: var(--PR-dark-navy);
		width: 100%;
		padding: 12px 24px;
		display: flex;
		justify-content: center;
		color: var(--PR-white);
		font-size: 16px;
		border-radius: 4px;
		font-weight: 300;
		border: 1px solid var(--PR-dark-navy);
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}

	.single-cruise-cta a {
		color: var(--PR-white);
	}

	.single-cruise-cta:hover {
		color: var(--PR-dark-navy);
		background: var(--PR-white);
		border: 1px solid var(--PR-dark-navy);
	}

	.single-cruise-cta:hover a {
		color: var(--PR-dark-navy);
	}

	.swipe-next {
		position: absolute;
		right: 24px;
	}

	.swipe-prev {
		position: absolute;
		left: 24px;
	}


/*####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######



##     ##    ###    ########
###   ###   ## ##   ##     ##
#### ####  ##   ##  ##     ##
## ### ## ##     ## ########
##     ## ######### ##
##     ## ##     ## ##
##     ## ##     ## ##



####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######*/

.itinerary-title h2 {
	color: #000;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	padding: 56px 0 30px 0;
}

#cruise-map .map-marker { font-size:24px;color:var(--primary);position:relative; }

#cruise-map .map-marker:before { content:attr(title);position:absolute;top:-10px;font-size:14px;text-align:center;right:-15px;background-color:#fff;padding:5px;border-radius:50%;width:20px;height:20px;line-height:1;font-weight:700;display:flex;justify-content:center;align-items:center; }

#cruise-map .marker-cluster > div { font-size:14px;text-align:center;background-color:var(--primary);border:2px solid #fff;color:#fff;padding:5px;border-radius:50%;width:25px;height:25px;line-height:1;font-weight:700;display:flex;justify-content:center;align-items:center; }

#cruise-map .leaflet-popup-content { font-size:14px; }

#map-modal #cruise-map { transition:opacity var(--speed); }

.itinerary-container {
    display: flex;
    flex-direction: row-reverse;
	gap: 24px;
    justify-content: space-between;
}

#cruise-map,
#itinerary-table {
    min-width: 48%;
	max-width: 48%;
}

#cruise-map {
	border-radius: 8px;
    border: 1px solid #BECED0;
}

.itinerary-table-row {
    flex: 1;
    padding: 24px 16px;
	border-top: 1px solid #cecece42;
}

#itinerary-table {
    border: 1px solid #BECED0;
    border-radius: 8px;
    background-color: var(--PR-white);
	position: relative;
	padding: 10px 0;
}

.arrive-depart-row {
	display: flex;
	position: absolute;
	gap: 25px;
	right: 84px;
	top: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.itinerary-table-row {
    display: flex;
}

.itinerary-table-row {
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
    position: relative;
}

.itinerary-table-row:nth-child(2) {
    border-top: none;
}

.description-content {
	display: none;
}

.chevron-icon {
    margin-left: auto;
    padding: 0 15px;
    color: #666;
    transition: transform 0.3s ease, color 0.2s ease;
}

.chevron-icon:hover {
    color: #333;
}

.itinerary-table-row.expanded .chevron-icon {
    transform: rotate(180deg);
}

.itinerary-desc.more {
    display: none;
}

.itinerary-table-row > div:not(.chevron-icon) {
    flex: 1;
}

.itinerary-day {
	max-width: 12%;
    flex: 0 0 80px;
}

.itinerary-time {
    max-width: 11%;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.itinerary-table-header-day,
.itinerary-table-header-name {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
}

.itinerary-table-header-day {
	color: #000;
}

.itinerary-table-header-name {
	color: #000;
}

.itinerary-table-expanded-content {
    padding: 20px 16px;
}

.itinerary-table-expanded-content p {
    color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.arrival-date-display {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ship-image-grid {
    height: 528px;
    width: 100%;
}

.image-grid {
    display: flex;
    gap: 24px;
    height: 100%;
    width: 100%;
}

.grid-left {
    flex: 1;
    height: 100%;
	min-width: 55%;
}

.grid-right {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.image-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    width: 100%;
    position: relative;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.grid-left .image-item {
    height: 100%;
}

.grid-right .image-item {
    flex: 1;
    height: calc(50% - 5px);
}

#ship {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 56px 0 30px 0;
	margin: 0;
}

.ship-facilities-container {
    padding-top: 24px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: white;
    border-radius: 8px;
    max-width: 600px;
	gap: 20px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
}

.popup-header {
	width: 100%;
    display: flex;
    flex-direction: column;
	position: relative;
}

.popup-close {
    font-size: 28px;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
	position: absolute;
    right: 10px;
    top: -5px;
}

.popup-close:hover {
    color: #333;
}

.popup-body {
	width: 100%;
    padding: 40px 20px 20px 20px;
}

.popup-trigger {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.popup-trigger:hover {
    color: var(--PR-dark-navy);
	background: #00000000;
}

.frm_fields_container input,
.frm_fields_container textarea {
    border-radius: 4px;
    border: 1px solid #bebebe94;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}

.popup-header .single-cruise-topfold-data-list {
	padding-left: 20px;
    position: absolute;
    bottom: 0;
    background: #000000bd;
    min-width: 100%;
    border-radius: 8px 8px 0 0;
	padding-bottom: 10px;
}

.frm_fields_container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
  }
  
  #frm_field_26_container {
	grid-column: 1 / -1;
  }

  #frm_field_34_container {
	grid-column: 1 / -1;
  }
  

.popup-content .single-cruise-topfold-data-list p {
    margin: 0;
	padding: 0;
	border-bottom: none;
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

.popup-header .single-cruise-topfold-data-list p {
	font-size: 16px;
}

.popup-header-image img {
	border-radius: 0 0 8px 0;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
}

.whats-included-container {
    background: var(--PR-white);
    padding: 32px 20px;
    border-radius: 4px;
    border: 1px solid #BECED0;
	margin-top: 36px;
}

.whats-included-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #000;
	padding-bottom: 24px;
}

.cruise-extras-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 20px;
}

.cruise-extra-item {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
}

.check-icon i::before {
    color: #00A854;;
}

.single-cruise-header-blue {
    background: var(--PR-dark-navy);
    min-width: 100%;
    padding: 16px 0;
}

.single-cruise-nav-item img {
	filter: brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(1200%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.single-cruise-header-blue-container {
    max-width: 1440px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.single-cruise-nav-container {
    display: flex;
    gap: 16px;
}

.single-cruise-nav-item {
    padding: 16px 24px;
    background: var(--PR-white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--PR-dark-navy);
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
}

.similar-cruises-list {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #BECED0;
}

.similar-cruises-list-item {
    border-bottom: 1px solid #BECED0;
}

.similar-cruises-list-item:last-child {
    border-bottom: none;
}

.similar-cruises-container {
	padding-bottom: 100px;
}

.similar-item-title {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
	margin: 0;
	padding: 0;
}

.similar-item-desc {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 26px;
	margin: 0;
	padding: 0;
}

.similar-price-from {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

.similar-price-number {
	font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}

.similar-button {
	background: var(--PR-dark-navy);
	color: var(--PR-white);
	padding: 12px 24px;
	border-radius: 100px;
	border: 1px solid var(--PR-dark-navy);
	font-weight: 300;
	font-size: 16px;
}

.similar-button:hover {
	color: var(--PR-dark-navy);
	background: #ffffff00;
}

.similar-under-desc {
	font-size: 14px;
	font-weight: 300;
	color: #000;
}

.mobile-nav-select {
	display: none;
	width: 100%;
	padding: 12px 15px;
	font-size: 16px;
	color: #2c5aa0;
	background-color: white;
	border: 2px solid #2c5aa0;
	border-radius: 5px;
	cursor: pointer;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%232c5aa0" d="M6 8L0 2h12z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px;
}

.mobile-nav-select:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(44, 90, 160, 0.3);
}

.mobile-filters-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    z-index: 10;
    transition: color 0.2s ease;
}

.port-featured-image img {
    height: 150px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.mobile-filters-close:hover {
    color: #dc3545;
}

.mobile-filters-close i {
    display: block;
}

/* Hide on desktop */
@media (min-width: 768px) {
    .mobile-filters-close {
        display: none !important;
    }
}


/*####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######



########  ########  ######  ########   #######  ##    ##  ######  #### ##     ## ########
##     ## ##       ##    ## ##     ## ##     ## ###   ## ##    ##  ##  ##     ## ##
##     ## ##       ##       ##     ## ##     ## ####  ## ##        ##  ##     ## ##
########  ######    ######  ########  ##     ## ## ## ##  ######   ##  ##     ## ######
##   ##   ##             ## ##        ##     ## ##  ####       ##  ##   ##   ##  ##
##    ##  ##       ##    ## ##        ##     ## ##   ### ##    ##  ##    ## ##   ##
##     ## ########  ######  ##         #######  ##    ##  ######  ####    ###    ########



####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### ####### #######*/

@media screen and (max-width: 1440px) and (min-width: 768px) {

	.header-container,
	.search-form-container-width {
		width: 100%;
		padding: 0 20px;
	}

	.search-results-data {
		max-width: 100%;
    	padding: 36px 20px 0 20px;
	}

	#search-container {
		max-width: 100%;
    	padding: 20px 20px 0 20px;
	}

	.full-width {
		max-width: 100%;
		padding: 80px 20px;
	}

	.single-cruise-header-container,
	.single-cruise-container {
		max-width: 100%;
		padding: 0 20px;
	}



}

@media (max-width: 992px) { /* LG */

	#cruise-pricing .tab-content { border-top-left-radius:var(--bs-border-radius); }
}

@media (max-width: 768px) { /* MD */

	nav { padding:25px; }

	.image-grid {
        flex-direction: column;
        height: auto;
    }
    
    .grid-left,
    .grid-right {
        flex: none;
    }
    
    .grid-left .image-item {
        height: 200px;
    }
    
    .grid-right {
        flex-direction: row;
		height: 200px;
    }
    
    .grid-right .image-item {
        height: 150px;
    }

	.ship-image-grid {
        height: 400px;
        padding: 0 20px;
    }
    
    .image-grid {
        flex-direction: column;
        gap: 8px;
    }
    
    .grid-left,
    .grid-right {
        flex: none;
        height: auto;
    }
    
    .grid-left .image-item {
        height: 180px;
    }
    
    .grid-right {
        flex-direction: row;
        height: 200px;
    }
    
    .grid-right .image-item {
        height: 100%;
        width: calc(50% - 4px);
        flex: 1;
    }

	.single-cruise-header {
		padding: 24px 20px;
	}

	.single-cruise-header-container {
		flex-direction: column;
		gap: 16px;
	}

	.single-cruise-title {
		font-size: 36px;
		line-height: 36px;
	}

	.single-cruise-header-info {
		font-size: 16px;
	}

	.single-cruise-header-logo img {
		width: 100px;
	}

	.single-cruise-topfold {
		flex-direction: column;
		padding: 32px 20px;
	}

	.single-cruise-image-desc {
		width: 100%;
	}
	
	#cruise-header {
		height: 260px;
	}

	.ship-slider {
		height: 260px !important;
	}

	.ship-slider .swiper-controls {
		bottom: calc(70% - 25px) !important;
	}

	.single-cruise-overview {
		width: 100%;
		padding: 20px;
	}	

	.single-cruise-topfold-data-list p {
		font-size: 16px;
	}

	.price-row p {
		font-size: 16px;
	}

	.single-cruise-price-table {
		padding: 20px;
	}

	.itinerary-title h2 {
		padding: 20px;
	}

	#ship {
		padding: 52px 20px 20px 20px;
	}

	.itinerary-container {
		flex-direction: column;
		padding: 0 20px;
	}

	#cruise-map, #itinerary-table {
		min-width: 100%;
		max-width: 100%;
	}

	#cruise-map {
		height: 350px !important;
	}

	.chevron-icon {
		padding: 0;
	}

	.itinerary-time {
		max-width: 15%;
	}

	.itinerary-day {
		max-width: 17%;
	}

	.itinerary-table-header-day, .itinerary-table-header-name {
		font-size: 16px;
		line-height: 22px;
	}

	.itinerary-time {
		font-size: 16px;
		line-height: 14px;
	}

	.arrive-depart-row {
		gap: 8px;
		right: 34px;
		font-size: 16px;
	}

	.itinerary-table-expanded-content p {
		font-size: 16px;
		line-height: 24px;
	}

	.ship-facilities-container {
		padding: 24px 20px 0 20px;
	}

	.ship-description {
		font-size: 16px;
	}

	.ship-description p {
		line-height: 24px;
	}

	.popup-body {
		width: 100%;
		padding: 0 20px 20px 20px;
	}

	.popup-header {
		width: 100%;
	}

	.popup-content {
		flex-direction: column;
	}

	.similar-cruises-container {
		padding: 0 20px 48px 20px;
	}

	.similar-cruises-list-item {
        flex-flow: row wrap;
        gap: 10px;
    }

	.single-cruise-nav-container {
		display: none;
	}
	
	.mobile-nav-select {
		display: block;
	}

	.single-cruise-header-blue-container {
		padding: 0 20px;
	}

}

@media (max-width: 576px) { /* SM */

}