body {
    background-color: #F4EFEA;
}

.oc-gallery-section {
    width: 100%;
    margin: 0 auto;
    padding: 65px 0;
}

.oc-gallery-container {
    position: relative;
    display: flex;
    max-width: 1312px;
    margin: 0 auto;
    gap: 32px;
    height: 567px;
}

.oc-main-image {
    flex: 7;
    height: 100%;
}

.oc-main-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.oc-side-images {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.oc-side-image {
    height: calc(50% - 10px);
}

.oc-side-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    cursor: pointer;
}

.oc-gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oc-lightbox-content {
    width: 80%;
    height: 80%;
    position: relative;
}

.oc-lightbox-slide {
    display: none;
    width: 100%;
    height: 100%;
}

.oc-lightbox-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.oc-lightbox-slide.active {
    display: block;
}

.oc-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.oc-lightbox-prev,
.oc-lightbox-next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    z-index: 10000;
}

.oc-lightbox-next {
    right: 0;
}

.oc-lightbox-prev {
    left: 0;
}

.gallery-cta {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 2px 15px;
    background-color: #06242D;
    border-radius: 7px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.gallery-icon {
    position: absolute;
    right: 32.5%;
    top: 12px;
    cursor: pointer;
}

.oc-holiday-info {
    width: 100%;
    padding: 0 0 120px 0;
}

.oc-white-container {
    max-width: 1312px;
    margin: 0 auto;
    padding: 32px;
    background-color: #fff;
    border-radius: 10px;
}

.oc-h1 {
    color: #06242D;
    font-family: 'Gazpacho';
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin-bottom: 24px;
}

.oc-white-columns {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.oc-white-column {
    width: 33%;
}

.oc-white-row-il {
    margin-bottom: 12px;
}

.oc-white-row {
    margin-bottom: 24px;
}



.oc-icon-list {
    display: flex;
    align-items: center;
}

.oc-icon-list-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 3px;
    color: #06242D;
}

.oc-icon-list img {
    margin-right: 8px;
}

.oc-date-display {
    display: flex;
    align-items: center;
}

.oc-date-separator {
    padding: 6.2px 5px 0 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #06242D;
}

.oc-destinations {
    gap: 0px 4px;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
    color: #06242D;
}

.oc-price-from {
    color: #06242D;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-right: 5px;
}

.oc-price-text,
.oc-price-person {
    color: #06242D;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.oc-booking-button {
    display: flex;
    min-width: 100%;
    justify-content: center;
    background-color: #fff;
    color: #0B3E50;
    border: 2px solid #0B3E50;
    padding: 12px 0px;
    border-radius: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.oc-booking-button:hover {
    background-color: #F4EFEA;
}

.oc-white-container-text {
    color: #06242D;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}

.oc-h3 {
    margin-bottom: 8px;
    color: #06242D;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
}

.oc-flight-options {
    color: #06242D;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: 22px;
}

.oc-smaller-text p {
    font-size: 16px;
    line-height: 20px;
}

.oc-hotel-header,
.oc-shore-header {
    display: flex;
    align-items: center;
}

.oc-hotel-location,
.oc-shore-location {
    background-color: #06242D;
    color: white;
    padding: 4px 14px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.oc-hotel-title,
.oc-shore-title {
    margin: 0;
    color: #06242D;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    margin-left: 8px;
}

.oc-hotel-description,
.oc-shore-description {
    color: #06242D;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0px 20px 0px;
}

.oc-itinerary {
    width: 100%;
    padding: 120px 0;
    background-color: #fff;
}

.oc-h2 {
    color: #06242D;
    text-align: center;
    font-family: 'Gazpacho';
    font-size: 48px;
    font-weight: 900;
    line-height: 120%;
}

.oc-p {
    color: #06242D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 64px 0;
}

.oc-whats-included {
    width: 100%;
    padding: 120px 0;
    background-color: rgba(255, 199, 221, 0.20);
}

.oc-wi-image {
    position: relative;
    width: 50%;
}

.oc-whats-included-item {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.oc-wi-text-container {
    width: 50%;
    margin: auto;
}

.oc-whats-included-item:nth-child(even) {
    flex-direction: row-reverse;
}

.oc-whats-included-wrapper {
    max-width: 1312px;
    margin: 0 auto;
    gap: 64px;
    display: flex;
    flex-direction: column;
}

.oc-whats-included .oc-h2 {
    margin: 0 0 64px 0;
}

.oc-wi-title {
    font-family: 'Gazpacho';
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    color: #06242D;
}

.oc-wi-image .gallery-thumbnail {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}

.oc-wi-image .gallery-icon {
    right: 12px;
}

.gallery-thumbnail.open-gallery {
    cursor: pointer;
}

.oc-itinerary-slider {
    background-color: #fff;
    padding: 120px 0 120px 0;
    position: relative;
}

.oc-itinerary-inner {
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 20px;
}

.oc-slider-fullwidth-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

.oc-slider-inner {
    max-width: 100%;
    margin: 0;
    padding-left: calc((100vw - 1312px) / 2);
    position: relative;
    display: flex;
    align-items: center;
}


.oc-slider-track {
    padding-bottom: 60px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 80px;
    overflow: visible;
}

.oc-slide {
    display: flex;
    min-width: 75%;
    max-width: 75%;
    flex-shrink: 0;
    gap: 32px;
}

.oc-port-image img {
    width: 100%;
    height: 398px;
    object-fit: cover;
    border-radius: 12px;
}

.oc-slider-nav {
    position: absolute;
    width: 52px;
    height: 52px;
    bottom: 0px;
    background: #fff;
    border: 2px solid #06242D;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 10;
    transition: background 0.3s ease;
}

.oc-slider-nav:hover {
    background-color: #F4EFEA;
}

.oc-slider-nav.prev {
    right: 170px;
}

.oc-slider-nav.next {
    right: 90px;
}

.oc-port-description {
    width: 40%;
}

.oc-port-image {
    width: 60%;
}

.oc-itinerary-day {
    color: #06242D;
    font-size: 18px;
    font-weight: 900;
    line-height: 21.6px;
    margin: 0 0 13px 0;
}

.oc-port-description h3 {
    color: #06242D;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    margin: 0 0 32px 0;
}

.oc-ships-info {
    padding: 120px 0;
    width: 100%;
    background-color: #fff;
}

.oc-ships-info-container {
    max-width: 1312px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.oc-ship-cta-section {
    display: flex;
    gap: 32px;
}

.oc-cta-button {
    padding: 14px 34px;
    border-radius: 100px;
    background-color: #fff;
    border: 1.5px solid #06242D;
    font-family: 'TT Norms Pro';
    font-size: 14px;
    font-weight: 700;
    color: #06242D;
    transition: background 0.3s ease;
}

.oc-cta-button:hover {
    background-color: #F4EFEA;
}

.oc-lightbox-caption {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Gazpacho';
}

.oc-ship-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
  
.oc-ship-icon-item {
    flex: 0 0 38%;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: center;
}
  
.oc-ship-icon-item img {
    width: 24px;
    height: auto;
}

.oc-gallery-lightbox a:hover {
    color: #fff;
}
  

@media only screen and (max-width: 767px) {
    .oc-gallery-section {
        padding: 20px 20px 40px 20px;
    }

    .oc-gallery-container {
        gap: 16px;
        height: 380px;
    }

    .gallery-cta {
        left: 10px;
        top: 10px;
        font-size: 10px;
    }

    .gallery-icon {
        right: 35%;
        top: 6px;
        width: 30px;
    }

    .oc-white-container {
        padding: 40px 20px 20px 20px;
        border-radius: 0px;
    }

    .oc-h1 {
        font-size: 35px;
        line-height: 110%;
        margin-bottom: 20px;
    }

    .oc-white-columns {
        flex-direction: column;
        gap: 0px;
    }

    .oc-white-column {
        width: 100%;
    }

    .oc-white-container-text p {
        font-size: 16px;
    }

    .oc-holiday-info {
        padding: 0;
        background-color: #fff;
    }

    .oc-itinerary-slider {
        background-color: #ffffff00;
        padding: 40px 20px 0px 20px;
    }

    .oc-h2 {
        font-size: 35px;
        text-align: center;
    }

    .oc-p {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .oc-slider-inner {
        padding-left: 0px;
    }

    .oc-slider-track {
        gap: 0px;
        padding-bottom: 40px;
        max-width: 100%;
    }

    .oc-slide {
        min-width: 100%;
        max-width: 100%;
        flex-direction: column;
        gap: 0px;
    }

    .oc-port-description {
        width: 100%;
    }

    .oc-port-image {
        width: 100%;
    }

    .oc-port-image img {
        height: 300px;
    }

    .oc-port-description h3 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .oc-itinerary-day {
        font-size: 16px;
        margin: 0 0 8px 0;
    }

    .oc-whats-included {
        padding: 40px 20px;
    }

    .oc-whats-included-item {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .oc-whats-included-item:nth-child(even) {
        flex-direction: column-reverse;
    }

    .oc-wi-text-container {
        width: 100%;
    }

    .oc-wi-title {
        font-size: 27px;
        line-height: 35px;
    }

    .oc-wi-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .oc-wi-image {
        width: 100%;
    }

    .oc-wi-image .gallery-thumbnail {
        height: 300px;
    }

    .oc-ships-info {
        padding: 40px 20px;
    }

    .oc-ships-info-container {
        flex-direction: column;
    }

    .oc-ships-column {
        min-width: 100%;
    }

    .oc-ship-cta-section {
        gap: 16px;
        margin-top: 32px;
        justify-content: space-between;
    }

    .oc-cta-button {
        padding: 14px 24px;
    }

    .oc-slider-nav {
        width: 32px;
        height: 32px;
        top: -6px;
    }

    .oc-slider-nav.next {
        right: 0px;
        line-height: 36px;
    }

    .oc-slider-nav.prev {
        right: 50px;
        line-height: 36px;
    }

    .oc-lightbox-slide img {
        height: 400px;
        object-fit: cover;
    }

    .oc-lightbox-caption {
        font-size: 26px;
        line-height: 32px;
    }

    .oc-lightbox-slide.active {
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .deck-plan-gallery .oc-lightbox-slide img {
        object-fit: contain;
    }

    .oc-ship-icon-list {
        gap: 10px;
    }
}