.body-content .content-block::after {
    clear: both;
}
.body-content .content-block::before,
.body-content .content-block::after {
    display: table;
    content: "";
}
.body-content .content-block.blue {
    background: #0a407d;
    color: #fff;
    min-height: 100px;
}
.body-content .content-block.blue h1 {
    color: #fff;
    font: normal 30px/50px tempo;
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    top: 30px;
    left: -15px;
    background: #dd1225;
    height: 50px;
    vertical-align: middle;
    padding: 0 55px 0 30px;
    font-family: "Share Tech", sans-serif;
}
.body-content .content-block.blue h1::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-right-color: #0a407d;
    color: transparent;
}
.body-content .content-block.blue h1::before {
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    border-top: 15px solid #5d0b17;
    border-left: 15px solid transparent;
}
.body-content .content-block.long-tag p {
    width: 63%;
}
.body-content .content-block.blue p {
    font: 400 18px/22px "Open Sans", arial, helvetica, sans-serif;
    float: right;
    width: 75%;
    padding-right: 5%;
    margin: 0;
    position: relative;
    text-align: center;
}
.body-content .content-block {
    position: relative;
}
@media (min-width: 1024px) {
    .body-content {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 0 1px 2px rgba(4, 47, 89, 0.2),
            0 0 5px rgba(2, 27, 51, 0.1);
        -moz-box-shadow: 0 1px 2px rgba(4, 47, 89, 0.2),
            0 0 5px rgba(2, 27, 51, 0.1);
        box-shadow: 0 1px 2px rgba(4, 47, 89, 0.2), 0 0 5px rgba(2, 27, 51, 0.1);
    }
    .body-content .content-block.first-child {
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
        -ms-border-radius: 15px 15px 0 0;
        -o-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
    }
}
.ccl-tout.flip-tile .overlay h2 {
    text-shadow: 0 0 10px #000;
}
.menu-wrap ul .active a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #dd1f28;
    color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}
.menu-wrap ul li:first-child::before {
    display: none;
}
.hero-carnival-paradise-collection-copy {
    font-family: "Open Sans", serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    padding: 8% 1% 0 1%;
}
.hero-carnival-paradise-collection-copy .red_cta {
    vertical-align: middle;
    padding: 6px 16px;
    color: #fff;
    font: normal 16px tempo;
    letter-spacing: 0;
    text-transform: uppercase;
    background: #cc0033;
    text-decoration: none;
    min-width: 85px;
    border-radius: 4px;
}
.hero-carnival-paradise-collection-copy .cta_container {
    margin-top: 1%;
}
.tiles {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.destination-card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.destination-card:hover {
    transform: translateY(-5px);
}
.destination-banner {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}
.destination-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.destination-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px;
}
.destination-title span {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    font-family: "Open Sans", sans-serif;
}
.destination-description {
    padding: 15px 20px;
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
.explore-btn {
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    background: transparent;
    transition: background-color 0.3s ease;
}
.button-link {
    color: #1b75bb;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-right: 20px;
}
.button-link i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #1b75bb;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: -2px;
}
.explore-btn:hover {
    background-color: #f5f5f5;
}
.explore-btn:hover .button-link {
    color: #004b87;
}
.explore-btn:hover .button-link i {
    border-color: #004b87;
}
@media (max-width: 768px) {
    .tiles {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 16px;
    }
    .destination-card {
        max-width: 100%;
    }
}
.destination-card:last-child:nth-child(3n-2) {
    grid-column: 1/-1;
    max-width: 600px;
    margin: 0 auto;
}
#hero-section {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#hero-section .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.3);
}
#hero-section .hero-content {
    max-width: 800px;
    padding: 2rem;
    text-align: center;
    color: #fff;
}
#hero-section .paradise-collection-hero-logo-container {
    display: block;
    margin-bottom: 1rem;
}
#hero-section .paradise-collection-hero-logo-container img {
    max-width: 70%;
    height: auto;
}
#hero-section .sub-head-white-md-dkshadow {
    font-family: "Open Sans", serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
#hero-section .red_cta {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #cc0033;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}
#hero-section .red_cta:hover {
    background-color: #a60029;
}
@media (max-width: 768px) {
    #hero-section {
        height: 300px;
    }
    #hero-section .hero-content {
        padding: 1rem;
    }
    #hero-section .sub-head-white-md-dkshadow {
        font-size: 0.875rem;
    }
    #hero-section .red_cta {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}
.sticky-menu-widget {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.sticky-menu-widget .sticky-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem 1rem;
}
.sticky-menu-widget .menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-menu-widget .menu-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky-menu-widget .menu-items li {
    margin-right: 1.5rem;
}
.sticky-menu-widget .menu-items li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.sticky-menu-widget .menu-items li a:hover {
    color: #cc0033;
}
.sticky-menu-widget .view-more {
    background-color: #cc0033;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}
.sticky-menu-widget .view-more:hover {
    background-color: #a80028;
}
.dest-overview {
    background: #f8f9fc;
    padding: 40px 20px;
    border-top: 1px solid #e1e5ee;
    border-bottom: 1px solid #e1e5ee;
    font-family: "Open Sans", sans-serif;
}

.dest-overview__title {
    font-size: 36px;
    text-align: center;
    color: #0a407d;
    font-weight: 700;
    margin-bottom: 40px;
}

.dest-overview__content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .itin-carousel-wrap h2.itin-carousel-title {
        font-size: 35px;
    }
}

.breadcrumb-bar::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            95.36deg,
            rgba(0, 0, 0, 0.8) 13.15%,
            rgba(0, 0, 0, 0.5) 78.27%
        ),
        url("/frontend/assets/img/cruise/breadcrumb-04.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
@media (min-width: 1024px) {
    .itin-carousel-wrap h2.itin-carousel-title {
        font-size: 35px;
    }
}
.dest-overview__content-left {
    flex: 1 1 55%;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.dest-overview__content-left .ccl-btn-read-more,
.dest-overview__content-left .ccl-btn-read-less {
    display: inline-block;
    color: #cc0033;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
}

.dest-overview__content-left .ccl-btn-read-more:hover,
.dest-overview__content-left .ccl-btn-read-less:hover {
    text-decoration: underline;
}

.dest-overview__content-right {
    flex: 1 1 35%;
    background: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    color: #333;
    font-weight: 500;
}

.features-list li em.dest-check {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-color: #0a407d;
    mask: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.285 2.859l-11.264 11.351-5.236-5.184-2.071 2.06 7.307 7.244 13.336-13.437z"/></svg>')
        no-repeat center;
    mask-size: contain;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.285 2.859l-11.264 11.351-5.236-5.184-2.071 2.06 7.307 7.244 13.336-13.437z"/></svg>')
        no-repeat center;
    -webkit-mask-size: contain;
}

@media (max-width: 768px) {
    .dest-overview__content {
        flex-direction: column;
        gap: 30px;
    }

    .dest-overview__title {
        font-size: 28px;
    }

    .dest-overview__content-right {
        padding: 20px;
    }
}
.hero-section-modern {
    min-height: 85vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.sn-hero-background-video-modern {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.sn-hero-background-video-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
    filter: brightness(0.75) saturate(1.12) blur(1.5px);
}
.hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 23, 60, 0.75) 0%,
        rgba(0, 56, 94, 0.65) 70%,
        rgba(10, 25, 47, 0.42) 100%
    );
    z-index: 2;
}
.hero-content-modern {
    position: relative;
    z-index: 3;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.glass-card {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 1.5rem;
    box-shadow: 0 10px 32px rgba(24, 40, 73, 0.12);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    max-width: 650px;
    margin: 0 auto;
}
.banner-form-modern .nav-pills .nav-link {
    color: #003366;
    background: transparent;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1.8rem;
    transition: all 0.2s;
}
.banner-form-modern .nav-pills .nav-link.active {
    background: linear-gradient(90deg, #004e92 0%, #0073bb 100%);
    color: #fff;
}
.scroll-down-link {
    display: inline-block;
    animation: scrollDownBounce 1.6s infinite;
}
@keyframes scrollDownBounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(18px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .hero-content-modern h1 {
        font-size: 2rem;
    }
    .glass-card {
        padding: 1rem 0.7rem;
    }
    .hero-section-modern {
        min-height: 65vh;
    }
}


/* sn search filter */
/* Base styles */
.sn-filter-form {
    font-family: 'Segoe UI', sans-serif;
    border-top: solid 1px #001f3f40;
}

.sn-filter-header .sn-filter-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.sn-clear-filters {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #005b99;
    font-weight: 500;
    text-decoration: none;
}

.sn-clear-filters:hover {
    text-decoration: underline;
}

/* Dropdown Container */
.sn-dropdown {
    position: relative;
    flex: 1 1;
    min-width: 200px;
}

/* Toggle Button */
.sn-dropdown-toggle {
    background-color: #f0f0f0;
    border: solid 1px #001f3f40;
    padding: 10px 15px;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Active Dropdown Button Style */
.sn-dropdown.open .sn-dropdown-toggle {
    background-color: #001f3f;
    color: #fff;
}

/* Dropdown Menu */
.sn-dropdown-menu {
    display: none;

    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background: white;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgb(206, 206, 206);
    border-radius: 8px;
    margin-top: 5px;
    padding: 10px;
}

.sn-dropdown.open .sn-dropdown-menu {
    display: block;
}

.sn-dropdown-option {
    display: block;
    padding: 6px 10px;
    cursor: pointer;
}

/* Responsive: stack dropdowns on small screens */
@media (max-width: 768px) {
    .sn-filter-form .d-flex {
        flex-direction: column;
        gap: 10px;
    }

    .sn-dropdown {
        width: 100%;
    }

    .sn-dropdown-menu {
        width: 100%;
        max-width: 100%;
    }
}

.sn-datepicker-wrapper {
    position: relative;
    width: 100%;
    min-width: 200px;
}

.sn-datepicker-toggle {
    background-color: #f0f0f0;
    border: solid 1px #001f3f40;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    min-height: 42px;
    box-shadow: 0 0 10px rgb(206, 206, 206);
}

.sn-datepicker-text {
    display: inline-block;
    color: #001f3f;
}

.sn-date-input {
    padding: 10px 15px;
    border-radius: 20px;
    width: 100%;
    background-color: #e8e8e8;
}
