/** ICRUISE REWARDS OFFER **/
.rewards_offer_container {
    display: flex;
    max-width: 1080px;
    padding: 16px 0;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    color: #ffffff;
}

.rewards_offer .brand_phone_contain {
    white-space: nowrap;
    text-align: center;
}

.rewards_offer .brand_phone_contain .brand_phone {
    color: #fff;
    text-decoration: none;
}

#rewards_offer_init.rewards_offer {
    margin: 0 16px;
}

.rewards_offer {
    display: flex;
    padding: 24px 40px 24px 324px;
    align-items: center;
    gap: 24px;
    min-height: 160px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(90deg, rgba(1, 47, 94, 0.00) 6.59%, #011E3C 34.21%), url('https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/cruiseship1200_900.png') lightgray -79.547px -63.685px / 42.769% 162.714% no-repeat;
}

.rewards_offer .container {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.rewards_offer .container .row {
    margin-left: 0;
    margin-right: 0;
    gap: 5px;
}

.rewards_offer .container .row.rewards_offer_title h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 10px;
}

.rewards_offer .container .row.rewards_offer_content {
    gap: 15px;
    align-content: center;
    text-align: center;
    justify-content: center;
    font-size: 12px;
}

.rewards_offer .container .rewards_offer_scroll {
    padding: 0 10px;
    cursor: pointer;
}

.rewards_offer .container .row.rewards_offer_content .cta_joinfree {
    border-radius: 24px;
    background-color: #FFF;
    border: none;
    padding: 12px 24px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    max-width: 180px;
}

.rewards_offer .container .row.rewards_offer_content .cta_joinfree:hover {
    background-color: #BDD5ED;
}

.rewards_offer .container .row.rewards_offer_content .cta_joinfree:focus {
    border: 5px #97BDE2 solid;
}

/** REWARDS OFFER FULL **/
#rewards-offer-complete {
    width: 100%;
}

.rewards_offer_full_container {
    display: flex;
    background-color: #011e3c;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    padding: 0;
}

.rewards_offer_full {
    background: none;
    background-color: #011e3c;
    padding: 48px;
    border-radius: 0;
    width: 100%;
    max-width: 1024px;
}

.rewards_offer.rewards_offer_full .container .row.rewards_offer_title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rewards_offer.rewards_offer_full .container .row.rewards_offer_title .rewards_complete_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rewards_offer_full .container .rewards_offer_title {
    width: 60%;
}

.rewards_offer_full .container .rewards_offer_content {
    width: 40%;
}

.rewards_offer_full .container .rewards_offer_content.rewards_cta {
    width: 100%;
    padding: 40px 0 0;
}

.rewards_offer_full .container .rewards_promo_list ul {
    text-align: left;
    list-style: none;
    font-size: 16px;
}

.rewards_offer_full .container .rewards_promo_list ul li {
    padding: 8px 0 8px 35px;
    margin: 0 0 8px
}

.rewards_offer_full .container .rewards_promo_list ul li.listtag {
    background: url("https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/tag.svg") no-repeat;
    background-position: 0px;
    background-size: 24px auto;
}

.rewards_offer_full .container .rewards_promo_list ul li.savings {
    background: url("https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/credits.svg") no-repeat;
    background-position: 0px;
    background-size: 24px auto;
}

.rewards_offer_full .container .rewards_promo_list ul li.reward {
    background: url("https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/reward.svg") no-repeat;
    background-position: 0px;
    background-size: 24px auto;
}

.rewards_offer_full .container .rewards_promo_list ul li.earn {
    background: url("https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/earn.svg") no-repeat;
    background-position: 0px;
    background-size: 24px auto;
}

.rewards_offer_full .container .row.rewards_offer_content .cta_joinfree {
    max-width: 320px;
}

/** Marketing Containers **/
.bodycontent_fullscreen {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.mkt-placement {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 16px;
    overflow: hidden;
}

/** Download App **/
.download-app-section h4 {
    font-size: 1.5rem !important;
}

.download-app-section h2 {
    font-size: 1.3rem !important;
}

.download-app-section h5 {
    font-size: 1.25rem !important;
}

.download-app-section p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem !important;
}

.download-app-section .text-link-title {
    text-align: center;
    font-size: 1.25rem !important;
}

.download-app-section .text-primary {
    color: #015CB9 !important;
}

/*** SPECIAL DEALS ***/
.special-offers-section .text-primary {
    font-size: 1.5rem;
    font-weight: 500;
}

/*** LAST MINUTE DEALS ***/
.last-minute-deals-section > * {
    position: relative;
    z-index: 2;
}

.last-minute-deals-section .card {
    cursor: pointer;
}

.last-minute-deals-section .card p {
    font-size: 0.875rem;
    line-height: 1.286;
}

.last-minute-deals-section .card-body {
    align-content: space-between;
}

.last-minute-deals-section .text-primary {
    color: #015CB9 !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.last-minute-deals-section .card .text-primary {
    font-size: 1.125rem;
    line-height: 1.5;
}

.last-minute-deals-section .card-title {
    text-overflow: ellipsis;
}

.last-minute-deals-section .cruise_logo {
    margin: 0 auto;
}

.last-minute-deals-section .carousel .card-img-top {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.custom-rounded-button-md {
    font-size: 14px;
    color: #015CB9 !important;
    font-weight: 500 !important;
    border: 2px solid !important;
}

.custom-rounded-button:hover {
    background-color: #fff !important;
    border-color: #01264B !important;
    color: #01264B !important;
}

.custom-rounded-button:active {
    background-color: #014A94 !important;
    border: 1px solid #014A94 !important;
    color: #FFF !important;
}

@media only screen and (max-width: 1030px) {
    .rewards_offer {
        background: linear-gradient(90deg, rgba(1, 47, 94, 0.00) 6.59%, #011E3C 54.21%), url('https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/cruiseship1200_900.png') lightgray -79.547px -63.685px / 60.769% 162.714% no-repeat;
    }

    .rewards_offer .container .rewards_offer_scroll {
        padding: 24px 10px;
    }

    .rewards_offer_full.rewards_offer {
        background: #011E3C;
    }

    .rewards_offer_full.rewards_offer .container {
        max-width: none;
    }

    .download-app-section .text-link-title {
        text-align: left;
    }

    .faq-section .bodycontent__about {
        width: 100% !important;
        min-width: unset !important;
        padding: 0 1.5rem;
    }

    .faq-section .bodycontent__about .row {
        gap: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .rewards_offer {
        padding: 204px 0 0;
        background: linear-gradient(180deg, rgba(1, 47, 94, 0.00) 6.59%, #011E3C 70%), url('https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/cruiseship1200_900.png') lightgray 0 -100px / 100% 100.714% no-repeat;
    }

    .rewards_offer .container {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .rewards_offer_full.rewards_offer {
        padding: 32px 16px;
    }

    .rewards_offer_full .container .rewards_offer_title, .rewards_offer_full .container .row.rewards_offer_content {
        width: 100%;
        text-align: left;
    }

    .rewards_offer_full .container .row.rewards_offer_content span {
        text-align: center;
    }

    .rewards_offer.rewards_offer_full .container .row.rewards_offer_title .rewards_complete_title {
        font-size: 28px;
    }

    .rewards_offer.rewards_offer_full .container .rewards_promo_list ul {
        padding-left: 0;
    }

    .rewards_offer .container .row.rewards_offer_content .cta_joinfree {
        max-width: 320px;
    }
}

@media only screen and (max-width: 576px) {
    .rewards_offer {
        background: linear-gradient(180deg, rgba(1, 47, 94, 0.00) 6.59%, #011E3C 50%), url('https://ovsmarketingstorage.blob.core.windows.net/ng-cruiseui/images/icruise/cruiseship1200_900.png') lightgray 0 -90px / 100% 65.714% no-repeat;
    }
}

/*SPECIAL OFFERS SECTION*/
.special-offers-section {
    background-image: url('https://d23n7ahjfnjotp.cloudfront.net/imgs/temp/41e12e36e09a8d1006dead482bd0555d-optimized.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.special-offers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 117, 183, 0.85);
    z-index: 1;
}

.special-offers-section > * {
    position: relative;
    z-index: 2;
}

.special-offers-section .card p {
    font-size: 0.875rem;
    line-height: 1.286;
}

.special-offers-section .card .text-primary {
    font-size: 1.125rem;
    line-height: 1.5;
}

.special-offers-section .card-title {
    height: 2.25rem;
    text-overflow: ellipsis;
}

.special-offers-section .carousel-control-prev-icon,
.special-offers-section .carousel-control-next-icon {
    border: 2px solid white;
    /* Circle border color */
}

.special-offers-section .carousel .card-img-top {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.carousel-control-custom-white {

    background-image: none !important;
    background-color: transparent !important;

}

.carousel-control-custom-white:hover {
    outline: 3px solid #ffffff !important;
    outline-offset: -1px !important;

}

#specialOffersCarousel h2 {
    font-weight: 500;
    font-size: 1.5rem;
}