﻿/* catamaran-cruise clean boat layout stylesheet. Generated from existing new-layout CSS and inline page styles. */


/* Source: ../assets/css/princess-42.css?v=20260714 */
/* Princess 42 page styles. Extracted from our-fleet/princess-42.aspx. */

/* ===== AICON FLY FORM DROPDOWN STYLE ===== */
.p42-redesign .ocultar,
.p42-redesign #Label1 {
    display: none !important;
}

select.form-control,
.form-control select {
    background-color: rgba(8, 18, 33, .92) !important;
    color: #ffffff !important;
    border-color: rgba(136, 180, 232, .85) !important;
}

select.form-control option,
select option {
    background-color: #0b1424 !important;
    color: #ffffff !important;
}

select.form-control option:hover,
select.form-control option:checked {
    background-color: #173257 !important;
    color: #ffffff !important;
}

.lux-final-submit-box {
    max-width: 900px;
    margin: 34px auto 0;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(10, 22, 38, .94), rgba(13, 31, 55, .82));
    border: 1px solid rgba(123, 173, 232, .22);
    box-shadow: 0 24px 65px rgba(0, 0, 0, .34);
    backdrop-filter: blur(10px);
}

.lux-secure-copy {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.lux-secure-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(23, 212, 232, .12);
    border: 1px solid rgba(23, 212, 232, .32);
    flex-shrink: 0;
    font-size: 18px;
}

.lux-secure-copy h4 {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.3;
    margin: 0 0 4px;
    font-weight: 900;
}

.lux-secure-copy p {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.lux-submit-row {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(260px, 380px);
    align-items: center;
    gap: 24px;
}

.lux-recaptcha-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 82px;
}

.lux-submit-action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
}

.lux-quote-submit-btn {
    width: 100%;
    min-height: 62px;
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid rgba(125, 179, 244, .85) !important;
    color: #8dbdff !important;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px !important;
    font-weight: 900 !important;
    transition: all .22s ease;
}

.lux-quote-submit-btn:hover,
.lux-quote-submit-btn:focus {
    background: rgba(23, 212, 232, .12) !important;
    color: #ffffff !important;
    border-color: rgba(23, 212, 232, .95) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(23, 212, 232, .15);
}

.lux-submit-action small {
    color: rgba(255, 255, 255, .48);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.lux-help-line {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    text-align: center;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    line-height: 1.6;
}

.lux-help-line a {
    color: #17d4e8;
    font-weight: 800;
    text-decoration: none;
}

.lux-help-line a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.lux-form-status {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    background: rgba(255,77,77,.18);
    border: 1px solid rgba(255,77,77,.32);
    border-radius: 12px;
    padding: 10px 12px;
}

.lux-form-status:empty {
    display: none;
}

@media (max-width: 768px) {
    .lux-final-submit-box {
        padding: 18px;
        border-radius: 20px;
    }

    .lux-submit-row {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .lux-recaptcha-wrap,
    .lux-submit-action {
        justify-content: center;
        align-items: center;
    }

    .lux-quote-submit-btn {
        width: 100%;
    }
}

.lux-customize-box {
    margin: 22px auto;
    max-width: 940px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(9, 22, 39, .82);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.32);
    backdrop-filter: blur(8px);
}

.lux-customize-head {
    text-align: center;
    margin-bottom: 16px;
}

.lux-customize-head span,
.lux-panel-intro span {
    color: #17d4e8;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 800;
}

.lux-customize-head h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    margin: 6px 0;
}

.lux-customize-head p,
.lux-panel-intro p {
    color: rgba(255,255,255,.65);
    font-size: 13px;
    margin: 0;
}

.lux-accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition: all .22s ease;
}

.lux-accordion-trigger:hover,
.lux-accordion-trigger.active {
    border-color: rgba(23,212,232,.65);
    background: rgba(23,212,232,.08);
}

.lux-accordion-trigger b {
    display: block;
    font-size: 15px;
    font-weight: 900;
}

.lux-accordion-trigger small {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 12px;
    margin-top: 3px;
}

.lux-accordion-trigger em {
    flex-shrink: 0;
    font-style: normal;
    color: #06131f;
    background: #17d4e8;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.lux-accordion-panel {
    display: none;
    padding: 18px 0 6px;
    animation: luxFadeDown .24s ease;
}

.lux-accordion-panel.open {
    display: block;
}

@keyframes luxFadeDown {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.lux-panel-intro {
    text-align: center;
    margin-bottom: 16px;
}

.lux-panel-intro h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 4px;
}

.lux-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lux-menu-card {
    position: relative;
    display: block;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
    transition: all .22s ease;
}

.lux-menu-card.vip {
    border-color: rgba(255,255,255,.12);
    box-shadow: none;
    background: rgba(255,255,255,.06);
}

.lux-menu-card:hover,
.lux-simple-card:hover,
.lux-toy-card:hover {
    transform: translateY(-2px);
    border-color: rgba(23,212,232,.55);
}

/* Only the actual selected menu glows */
.lux-menu-card.selected,
.lux-simple-card.selected,
.lux-toy-card.selected {
    border-color: rgba(23,212,232,.9);
    background: linear-gradient(135deg, rgba(23,212,232,.16), rgba(255,255,255,.06));
    box-shadow: 0 0 28px rgba(23,212,232,.18);
}

.lux-menu-card > input,
.lux-simple-card > input {
    position: absolute;
    top: 16px;
    right: 16px;
    accent-color: #17d4e8;
}

.lux-menu-top strong,
.lux-simple-card strong,
.lux-toy-card strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 4px;
    padding-right: 28px;
}

.lux-menu-top span,
.lux-simple-card span,
.lux-toy-card span {
    display: block;
    color: #17d4e8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.lux-menu-top em,
.lux-toy-card em {
    display: inline-block;
    background: #17d4e8;
    color: #06131f;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 9px;
}

.lux-vip-note {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(23,212,232,.08);
    border: 1px solid rgba(23,212,232,.14);
    margin-bottom: 12px;
}

.lux-dish-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 12px;
}

.lux-dish-gallery figure {
    margin: 0;
    overflow: hidden;
    border-radius: 13px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.12);
}

.lux-dish-gallery img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    display: block;
    filter: brightness(.92);
}

.lux-dish-gallery figcaption {
    color: rgba(255,255,255,.78);
    font-size: 10px;
    line-height: 1.2;
    padding: 6px 5px;
    text-align: center;
}

.lux-guest-box {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lux-guest-input label,
.lux-crew-prep > label,
.lux-custom-dining label {
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 7px;
    display: block;
}

.lux-simple-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.lux-simple-card {
    position: relative;
    display: flex;
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
    cursor: pointer;
    transition: all .22s ease;
}

.lux-simple-card small,
.lux-toy-card small {
    display: block;
    color: rgba(255,255,255,.66);
    font-size: 12px;
    line-height: 1.55;
}

.lux-simple-card.custom {
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(23,212,232,.06));
}

.lux-crew-prep,
.lux-custom-dining,
.lux-summary-box {
    margin-top: 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.lux-prep-toggle {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.lux-prep-toggle label {
    flex: 1;
    padding: 12px;
    border-radius: 15px;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
}

.lux-prep-toggle input {
    margin-right: 6px;
    accent-color: #17d4e8;
}

.lux-prep-toggle small {
    display: block;
    color: #17d4e8;
    font-weight: 800;
    margin-top: 4px;
}

.lux-toys-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.lux-toy-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
    transition: all .22s ease;
}

.lux-toy-card .addon-checkbox,
.lux-toy-card input[type='checkbox'] {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    accent-color: #17d4e8;
}

.lux-toy-card img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
    filter: brightness(.86);
}

.lux-toy-card div {
    padding: 15px;
}

.lux-toy-card.premium {
    border-color: rgba(255,255,255,.12);
    box-shadow: none;
}

.lux-summary-box {
    background: #102747;
    border-color: rgba(23,212,232,.22);
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.lux-summary-box span {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .16em;
    margin-bottom: 4px;
}

.lux-summary-box strong {
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

@media(max-width: 768px) {
    .lux-customize-box {
        padding: 16px;
    }

    .lux-menu-grid,
    .lux-toys-grid,
    .lux-guest-box {
        grid-template-columns: 1fr;
    }

    .lux-dish-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .lux-dish-gallery img {
        height: 78px;
    }

    .lux-prep-toggle,
    .lux-summary-box,
    .lux-accordion-trigger {
        flex-direction: column;
        align-items: stretch;
    }

    .lux-accordion-trigger em {
        text-align: center;
    }
}

.saba50-photo-card{background:#fff;border-radius:14px;padding:14px 16px 16px;margin-top:10px}.saba50-photo-header{display:flex;flex-direction:column;margin-bottom:10px}.saba50-photo-header span{font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.saba50-photo-header small{font-size:12px;color:#777}.saba50-photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.saba50-photo-item{border:0;padding:0;background:none;cursor:pointer;border-radius:10px;overflow:hidden;position:relative}.saba50-photo-item img{width:100%;height:120px;object-fit:cover;display:block;transition:transform .25s ease,filter .25s ease}.saba50-photo-item:hover img{transform:scale(1.03);filter:brightness(1.05)}.saba50-photo-more::before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.saba50-photo-more-badge{position:absolute;right:10px;bottom:8px;padding:4px 10px;border-radius:999px;background:rgba(0,0,0,.8);color:#fff;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.saba50-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:9999}.saba50-hidden{display:none}.saba50-lightbox-dialog{position:relative;max-width:90vw;max-height:90vh;display:flex;justify-content:center;align-items:center}#saba50LightboxImg{width:auto;height:auto;max-width:90vw!important;max-height:90vh!important;object-fit:contain!important;display:block;border-radius:8px}.saba50-lightbox-close{position:absolute;top:-40px;right:-5px;border:0;background:transparent;font-size:32px;color:#fff;cursor:pointer}.saba50-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.6);color:#fff;font-size:24px;cursor:pointer}.saba50-prev{left:-50px}.saba50-next{right:-50px}.saba50-lightbox-arrow:hover,.saba50-lightbox-close:hover{background:rgba(255,255,255,.15)}.saba50-lightbox-counter{position:absolute;right:10px;bottom:-30px;color:#fff;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.pill-links{display:flex;flex-direction:column;gap:15px;padding:10px}.pill-links a{display:flex;align-items:center;justify-content:center;text-decoration:none;padding:14px 20px;font-size:15px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:999px;transition:background-color .3s ease,border-color .3s ease}.pill-links a:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}@media(max-width:576px){.saba50-prev{left:5px}.saba50-next{right:5px}}@media(min-width:992px){.hi-single-yacht{display:grid;grid-template-columns:78% 22%;align-items:stretch;overflow:hidden}.hi-single-yacht .single-yacht{width:100%;min-width:0}.hi-single-yacht .header-cont{position:relative!important;right:auto!important;top:auto!important;width:100%!important;height:auto;background:rgba(2,19,38,.94);z-index:2}.hi-single-yacht .single-yacht_dtails{position:sticky;top:90px;padding:28px 26px}.saba50-photo-card{background:transparent;box-shadow:none!important;border-radius:0;padding:0 20px;margin:0 auto;max-width:1500px}.saba50-photo-header{display:none}.saba50-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.saba50-photo-item{border-radius:0;height:280px}.saba50-photo-item img{width:100%;height:100%;object-fit:cover}.saba50-photo-more::before{background:rgba(0,0,0,.55)}.saba50-photo-more-badge{left:50%;right:auto;bottom:50%;transform:translate(-50%,50%);background:transparent;padding:0;border-radius:0;font-size:34px;font-weight:400;letter-spacing:0;text-transform:none;white-space:nowrap}}@media(max-width:991px){.hi-single-yacht{display:block}.hi-single-yacht .header-cont{position:relative!important;width:100%!important}}@media(max-width:767px){.saba50-photo-grid{grid-template-columns:repeat(2,1fr)}.saba50-photo-grid .saba50-photo-item:last-child{grid-column:1/-1}.saba50-photo-item img{height:150px}}

.hi-single-yacht .saba50-single-yacht {
    width: 100%;
    min-width: 0;
}

.saba50-lightbox .saba50-lightbox-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: auto;
}

.saba50-lightbox .saba50-prev {
    left: 18px;
}

.saba50-lightbox .saba50-next {
    right: 18px;
}

@media(max-width:991px) {
    .header-inner.hi-single-yacht,
    .header-inner.hi-single-yacht .saba50-single-yacht {
        max-width: 100%;
        overflow-x: hidden;
    }
}

.header-inner.hi-single-yacht .saba50-single-yacht .owl-nav,
.header-inner.hi-single-yacht .owl-carousel .owl-nav,
.header-inner.hi-single-yacht .owl-prev,
.header-inner.hi-single-yacht .owl-next,
.header-inner.hi-single-yacht .carousel-control-prev,
.header-inner.hi-single-yacht .carousel-control-next {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.p42-redesign {
    background: #f4f8f9;
    color: #07142d;
}

.p42-redesign > header:not(.p42-page) {
    display: none;
}

.p42-redesign .y-loading,
.p42-redesign #whatsapp-button {
    display: none !important;
}

.p42-redesign .p42-page,
.p42-redesign .p42-page * {
    box-sizing: border-box;
}

.p42-page {
    background: #f4f8f9;
    font-family: 'Sen', Arial, sans-serif;
    padding: 24px;
}

.p42-page h1,
.p42-page h2,
.p42-page h3,
.p42-page p,
.p42-page a,
.p42-page li,
.p42-page span,
.p42-page strong,
.p42-page b {
    font-family: 'Sen', Arial, sans-serif;
}

.p42-topbar {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #dfeaec;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(7, 20, 45, .08);
    display: flex;
    gap: 18px;
    height: 64px;
    justify-content: space-between;
    margin: 0 auto 16px;
    max-width: 1420px;
    padding: 0 22px;
    position: relative;
    z-index: 10;
}

.p42-brand {
    align-items: center;
    color: #07142d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    line-height: 1.05;
    text-transform: uppercase;
}

.p42-brand:hover,
.p42-navlinks a:hover,
.p42-icon-link:hover {
    color: #00767d;
    text-decoration: none;
}

.p42-brand img {
    height: 34px;
    width: 34px;
}

.p42-navlinks {
    align-items: center;
    display: flex;
    gap: 18px;
}

.p42-navlinks a {
    color: #243247;
    font-size: 13px;
    font-weight: 700;
}

.p42-nav-actions {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    gap: 10px;
}

.p42-icon-link {
    align-items: center;
    appearance: none;
    background: #ffffff;
    border: 1px solid #cae1e4;
    border-radius: 8px;
    color: #00767d;
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 0;
    width: 42px;
}

.p42-language-link {
    align-items: center;
    background: #eef8f9;
    border: 1px solid #cae1e4;
    border-radius: 8px;
    color: #00767d;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    min-width: 46px;
    padding: 0 12px;
    text-decoration: none;
}

.p42-language-link:hover,
.p42-language-link:focus {
    background: #ffffff;
    border-color: #00767d;
    color: #005f66;
    text-decoration: none;
}

.p42-menu-link {
    display: none;
}

.p42-mobile-menu {
    display: none;
}

.p42-footer,
.p42-footer * {
    box-sizing: border-box;
}

.p42-footer {
    background: #f4f8f9;
    color: #07142d;
    font-family: 'Sen', Arial, sans-serif;
    padding: 0 24px 28px;
}

.p42-footer-shell {
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(7, 20, 45, .08);
    margin: 0 auto;
    max-width: 1420px;
    overflow: hidden;
}

.p42-footer-cta {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #eef8f9 100%);
    border-bottom: 1px solid #dfeaec;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px 34px;
}

.p42-footer-cta span,
.p42-footer-column h3 {
    color: #00767d;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.p42-footer-cta h2 {
    color: #07142d;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 8px;
}

.p42-footer-cta p,
.p42-footer-brand p {
    color: #465a70;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.p42-footer-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.p42-footer-brand-row {
    align-items: center;
    border-bottom: 1px solid #e4eef0;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 30px 34px;
}

.p42-footer-link-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 32px 34px;
}

.p42-footer-logo {
    align-items: center;
    color: #07142d;
    display: inline-flex;
    gap: 12px;
    margin-bottom: 16px;
    text-decoration: none;
}

.p42-footer-logo img {
    height: 44px;
    width: 44px;
}

.p42-footer-logo span {
    color: #07142d;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.p42-footer-logo:hover,
.p42-footer-logo:focus,
.p42-footer a:hover,
.p42-footer a:focus {
    color: #00767d;
    text-decoration: none;
}

.p42-footer-badges {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.p42-footer-badges a {
    align-items: center;
    background: #f7fbfc;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    display: inline-flex;
    min-height: 48px;
    padding: 8px 10px;
}

.p42-footer-badges img {
    display: block;
    height: auto;
    max-height: 36px;
    max-width: 112px;
    object-fit: contain;
}

.p42-google-review-card {
    align-items: center;
    background: #f7fbfc;
    border: 1px solid #d7e8eb;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(7, 20, 45, .06);
    color: #07142d;
    display: grid;
    gap: 4px 12px;
    grid-template-columns: auto auto;
    justify-self: end;
    min-width: 240px;
    padding: 12px 14px;
    text-decoration: none;
}

.p42-google-review-card img {
    grid-row: span 3;
    height: auto;
    max-width: 82px;
    object-fit: contain;
}

.p42-google-score {
    color: #07142d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.p42-google-stars {
    color: #fbbc05;
    display: flex;
    font-size: 11px;
    gap: 2px;
    line-height: 1;
}

.p42-google-count {
    color: #465a70;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.p42-footer-column ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p42-footer-column li {
    align-items: flex-start;
    color: #465a70;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.45;
}

.p42-footer-column i {
    color: #00767d;
    flex: 0 0 auto;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 1px;
}

.p42-footer-column a,
.p42-footer-bottom a {
    color: #243247;
    font-weight: 800;
    text-decoration: none;
}

.p42-footer-bottom {
    align-items: center;
    border-top: 1px solid #e4eef0;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 18px 34px;
}

.p42-footer-bottom p {
    color: #607080;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.p42-footer-bottom div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.p42-footer-bottom a {
    font-size: 13px;
}

.p42-shell {
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(7, 20, 45, .12);
    margin: 0 auto;
    max-width: 1420px;
    overflow: hidden;
}

.p42-hero-grid {
    background: #ffffff;
    display: grid;
    grid-template-columns: minmax(390px, .9fr) minmax(540px, 1.35fr);
    min-height: 570px;
}

.p42-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 36px 34px;
    position: relative;
    z-index: 2;
}

.p42-breadcrumbs {
    align-items: center;
    color: #607080;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 28px;
}

.p42-breadcrumbs a {
    color: #486275;
}

.p42-kicker {
    color: #00767d;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.p42-title {
    color: #07142d;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.p42-subtitle {
    color: #07142d;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.p42-copy-text {
    color: #1d2b3f;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 12px;
    max-width: 560px;
}

.p42-spec-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(78px, 1fr));
    margin: 30px 0 26px;
    max-width: 590px;
}

.p42-spec {
    color: #07142d;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    min-height: 84px;
    text-align: center;
}

.p42-spec i {
    align-items: center;
    background: #e8f5f6;
    border: 1px solid #c8e5e8;
    border-radius: 8px;
    color: #00767d;
    display: inline-flex;
    font-size: 15px;
    height: 36px;
    justify-content: center;
    margin: 0 auto 8px;
    width: 36px;
}

.p42-media {
    min-height: 570px;
    position: relative;
}

.p42-media:after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.76) 18%, rgba(255,255,255,0) 44%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.p42-media .p42-main-photo,
.p42-floating-photo .p42-gallery-thumb {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.p42-media .p42-main-photo {
    border-radius: 0;
    height: 100%;
    width: 100%;
}

.p42-media .p42-main-photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.p42-floating-photo {
    background: #ffffff;
    border: 1px solid #dce8eb;
    border-radius: 8px;
    bottom: -54px;
    box-shadow: 0 22px 48px rgba(7, 20, 45, .18);
    padding: 12px;
    position: absolute;
    right: 38px;
    width: 310px;
    z-index: 3;
}

.p42-floating-photo img {
    border-radius: 6px;
    display: block;
    height: 190px;
    object-fit: cover;
    width: 100%;
}

.p42-photo-note {
    color: #4a596b;
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 9px;
    text-align: center;
}

.p42-mobile-dots {
    display: none;
}

.p42-content-grid {
    align-items: start;
    background: #fbfdfe;
    border-top: 1px solid #e3ecef;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 340px;
    padding: 36px 32px 28px;
}

.p42-content-grid > .p42-includes {
    display: none;
}

.p42-panel {
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    padding: 22px;
}

.p42-panel-title {
    color: #07142d;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.p42-includes ul {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p42-includes li {
    color: #1d2b3f;
    display: grid;
    font-size: 14px;
    gap: 10px;
    grid-template-columns: 22px 1fr;
    line-height: 1.45;
}

.p42-check {
    align-items: center;
    background: #e5f5f4;
    border-radius: 50%;
    color: #00767d;
    display: inline-flex;
    font-size: 11px;
    height: 20px;
    justify-content: center;
    margin-top: 1px;
    width: 20px;
}

.p42-price-panel {
    background: #f5fbfc;
    grid-column: 1;
    grid-row: 1;
}

.p42-details-card {
    grid-column: 2;
    grid-row: 1;
}

.p42-redesign #princess-42-yacht .yacht-price-section {
    display: none;
}

.p42-route-list {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p42-route-preview-group {
    background: #fbfdfe;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 16px;
}

.p42-route-preview-head {
    padding: 0 2px 2px;
}

.p42-route-preview-head span {
    color: #07142d;
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.p42-route-time-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 7px;
}

.p42-route-time-row span {
    align-items: center;
    color: #406172;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 6px;
    line-height: 1.2;
    text-transform: none;
}

.p42-route-time-row .p42-clock-icon {
    border: 2px solid #00767d;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    height: 13px;
    position: relative;
    width: 13px;
}

.p42-route-time-row .p42-clock-icon:before,
.p42-route-time-row .p42-clock-icon:after {
    background: #00767d;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: left center;
}

.p42-route-time-row .p42-clock-icon:before {
    height: 4px;
    transform: translate(-50%, -90%);
    width: 2px;
}

.p42-route-time-row .p42-clock-icon:after {
    height: 2px;
    transform: translate(-1px, -50%) rotate(25deg);
    width: 4px;
}

.p42-route-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    color: #07142d;
    display: grid;
    gap: 13px;
    grid-template-columns: 62px minmax(150px, 1fr) 72px 12px;
    min-height: 90px;
    padding: 12px;
}

.p42-route-card.is-featured {
    border-color: #00767d;
    box-shadow: inset 0 0 0 1px rgba(0, 118, 125, .16);
}

.p42-route-card:hover {
    border-color: #94cbd0;
    box-shadow: 0 10px 24px rgba(0, 118, 125, .12);
    color: #07142d;
    text-decoration: none;
}

.p42-route-card img {
    border-radius: 50%;
    display: block;
    height: 62px;
    object-fit: cover;
    width: 62px;
}

.p42-route-card strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: normal;
}

.p42-route-card span span {
    background: transparent;
    border-radius: 0;
    color: #517182;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-top: 5px;
    padding: 0;
}

.p42-price {
    color: #006b73;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.05;
    text-align: right;
    white-space: nowrap;
}

.p42-price small {
    color: #557485;
    display: block;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 4px;
}

.p42-route-chevron {
    color: #00767d;
    font-size: 13px;
}

.p42-price-note {
    color: #526171;
    font-size: 12px;
    line-height: 1.55;
    margin: 14px 0 0;
}

.p42-price-actions {
    display: none;
}

.p42-details-card {
    padding: 14px;
}

.p42-details-card img {
    border-radius: 6px;
    display: block;
    height: 180px;
    margin-bottom: 16px;
    object-fit: cover;
    width: 100%;
}

.p42-detail-list {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p42-detail-list li {
    color: #1d2b3f;
    display: grid;
    font-size: 13px;
    gap: 10px;
    grid-template-columns: 88px 1fr;
    line-height: 1.4;
}

.p42-detail-list strong {
    color: #07142d;
}

.p42-details-note {
    background: #f0f7f8;
    border-radius: 8px;
    color: #2b3a4c;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 16px;
    padding: 12px;
}

.p42-details-includes {
    background: #f0f7f8;
    border-radius: 8px;
    margin-top: 18px;
    padding: 14px;
}

.p42-details-includes h3 {
    color: #07142d;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.p42-details-includes ul {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p42-details-includes li {
    color: #2b3a4c;
    display: grid;
    font-size: 12px;
    gap: 8px;
    grid-template-columns: 18px 1fr;
    line-height: 1.35;
}

.p42-details-includes .p42-check {
    font-size: 9px;
    height: 16px;
    margin-top: 0;
    width: 16px;
}

.p42-cta-band {
    align-items: center;
    background: #ffffff;
    border-top: 1px solid #e3ecef;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr auto auto;
    padding: 24px 32px;
}

.p42-cta-copy {
    align-items: center;
    display: flex;
    gap: 16px;
}

.p42-cta-copy i {
    align-items: center;
    background: #e8f5f6;
    border-radius: 50%;
    color: #00767d;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 24px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.p42-cta-copy h2 {
    color: #07142d;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
}

.p42-cta-copy p {
    color: #405063;
    font-size: 14px;
    margin: 0;
}

.p42-button {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 9px;
    justify-content: center;
    min-height: 54px;
    min-width: 220px;
    padding: 14px 20px;
    text-decoration: none;
}

.p42-button-primary {
    background: #00767d;
    border: 1px solid #00767d;
    color: #ffffff;
}

.p42-button-secondary {
    background: #ffffff;
    border: 1px solid #8fc5ca;
    color: #00767d;
}

.p42-button:hover {
    text-decoration: none;
}

.p42-button-primary:hover {
    background: #005f66;
    color: #ffffff;
}

.p42-button-secondary:hover {
    background: #eef8f9;
    color: #005f66;
}

.p42-redesign main.y-inner_page {
    background: #f4f8f9;
}

.p42-redesign .y-section_inner.y-single_details {
    background: linear-gradient(180deg, #f4f8f9 0%, #eaf3f5 100%);
    font-family: 'Sen', Arial, sans-serif;
    padding: 34px 24px 42px;
}

.p42-redesign .y-section_inner.y-single_details,
.p42-redesign .y-section_inner.y-single_details * {
    box-sizing: border-box;
}

.p42-redesign #accordion {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    max-width: 1320px;
}

.p42-redesign #accordion > .card:first-child {
    display: none;
}

.p42-redesign #accordion > .card {
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(7, 20, 45, .07);
    margin: 0;
    overflow: hidden;
}

.p42-redesign #accordion > .card:hover {
    border-color: #c7e0e4;
    box-shadow: 0 18px 42px rgba(7, 20, 45, .1);
}

.p42-redesign #accordion .card-header {
    background: #ffffff;
    border: 0;
    margin: 0;
    padding: 0;
}

.p42-redesign .y-inner_page .card .card-header a {
    align-items: center;
    color: #07142d;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 86px;
    padding: 22px 24px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

.p42-redesign .y-inner_page .card .card-header a:hover,
.p42-redesign .y-inner_page .card .card-header a:focus {
    background: #f7fbfc;
    color: #005f66;
    outline: none;
    text-decoration: none;
}

.p42-redesign .card .card-header h2 {
    align-items: center;
    color: #07142d;
    display: flex;
    flex: 1 1 auto;
    font-family: 'Sen', Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    gap: 14px;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    min-width: 0;
    text-transform: none;
}

.p42-redesign .card .card-header h2 .ti-anchor {
    align-items: center;
    background: #e8f5f6;
    border: 1px solid #c8e5e8;
    border-radius: 8px;
    color: #00767d;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    position: relative;
    width: 38px;
}

.p42-redesign .card .card-header h2 .ti-anchor:before,
.p42-redesign .card .card-header h2 .ti-anchor:after {
    content: "";
}

.p42-redesign .card .card-header h2 .ti-anchor:before {
    background: transparent;
    content: "\f13d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    position: static;
}

.p42-redesign .card .card-header h2 .ti-anchor:after {
    display: none;
}

.p42-redesign .card .card-header .card_view {
    align-items: center;
    background: #eef8f9;
    border: 1px solid #cae1e4;
    border-radius: 999px;
    color: #00767d;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-height: 34px;
    padding: 0 13px;
    position: relative;
    white-space: nowrap;
}

.p42-redesign .card .card-header .card_view:before,
.p42-redesign .card .card-header .card_view:after {
    background: transparent;
    position: static;
    transform: none;
}

.p42-redesign .card .card-header .card_view:before {
    content: "View Less";
    font-size: 12px;
    height: auto;
    width: auto;
}

.p42-redesign .card .card-header a.collapsed .card_view:before {
    content: "View More";
}

.p42-redesign .card .card-header .card_view:after {
    content: "-";
    font-size: 17px;
    height: auto;
    line-height: .8;
    opacity: 1;
    width: auto;
}

.p42-redesign .card .card-header a.collapsed .card_view:after {
    content: "+";
}

.p42-redesign #accordion .card-body {
    background: #ffffff;
    border-top: 1px solid #e4eef0;
    color: #1d2b3f;
    font-family: 'Sen', Arial, sans-serif;
    padding: 24px;
}

.p42-redesign #collapseTwo .card-body {
    padding: 24px;
}

.p42-location-tool {
    background: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(280px, .9fr) minmax(420px, 1.1fr);
}

.p42-location-copy {
    background: #f8fbfc;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    padding: 22px;
}

.p42-location-copy > span {
    color: #00767d;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.p42-location-copy h3 {
    color: #07142d;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

.p42-location-copy p {
    color: #4c5d6f;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 14px;
}

.p42-distance-form {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.p42-distance-form .form-control {
    background: #ffffff !important;
    border: 1px solid #cddfe3 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #07142d !important;
    font-size: 14px;
    font-weight: 700;
    min-height: 50px;
    padding: 12px 14px;
}

.p42-distance-form .form-control:focus {
    border-color: #00767d !important;
    box-shadow: 0 0 0 4px rgba(0, 118, 125, .12) !important;
}

.p42-distance-form button {
    background: #00767d;
    border: 1px solid #00767d;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    min-height: 50px;
    padding: 0 16px;
}

.p42-distance-form button:hover,
.p42-distance-form button:focus {
    background: #005f66;
    border-color: #005f66;
}

.p42-distance-status {
    color: #607080 !important;
    font-size: 12px !important;
    margin: 12px 0 0 !important;
}

.p42-distance-status.is-error {
    color: #b42318 !important;
    font-weight: 800;
}

.p42-distance-result {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
}

.p42-distance-result[hidden] {
    display: none;
}

.p42-distance-result div {
    background: #ffffff;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    padding: 14px;
}

.p42-distance-result span {
    color: #607080;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.p42-distance-result strong {
    color: #005f66;
    display: block;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.15;
}

.p42-location-map {
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    min-height: 360px;
    overflow: hidden;
}

.p42-location-map #map {
    height: 100%;
    min-height: 360px;
    width: 100%;
}

.p42-redesign #collapsefour .counter_outer {
    background: #f8fbfc;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    padding: 22px;
}

.p42-redesign #collapsefour .box_line_row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}

.p42-redesign #collapsefour .box_line_row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.p42-redesign #collapsefour .box_line {
    background: #ffffff;
    border: 1px solid #dfeaec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(7, 20, 45, .06);
    height: 100%;
    padding: 24px;
    text-align: left;
}

.p42-redesign #collapsefour .box_line br {
    display: none;
}

.p42-redesign #collapsefour .box_line h4 {
    color: #07142d;
    font-family: 'Sen', Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 14px;
    text-transform: none;
}

.p42-redesign #collapsefour .box_line ul {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p42-redesign #collapsefour .box_line li {
    color: #405267;
    font-size: 14px;
    line-height: 1.55;
    padding-left: 28px;
    position: relative;
}

.p42-redesign #collapsefour .box_line li:before {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    height: 18px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px;
    width: 18px;
}

.p42-redesign #collapsefour .box_line_row > div:first-child .box_line li:before {
    background: #fff3e4;
    color: #b45309;
    content: "!";
}

.p42-redesign #collapsefour .box_line_row > div:last-child .box_line li:before {
    background: #e8f5f6;
    color: #00767d;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
}

.p42-redesign #collapsefour .box_line b {
    color: #07142d;
    font-weight: 900;
}

.p42-redesign .y-single_form .thm-h h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
}

@media (max-width: 1199px) {
    .p42-hero-grid {
        grid-template-columns: minmax(360px, .95fr) minmax(480px, 1.05fr);
    }

    .p42-title {
        font-size: 44px;
    }

    .p42-subtitle {
        font-size: 21px;
    }

    .p42-content-grid {
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .p42-details-card {
        grid-column: 2;
    }

    .p42-detail-list {
        grid-template-columns: 1fr;
    }

    .p42-route-card {
        grid-template-columns: 58px minmax(125px, 1fr) 66px 12px;
    }
}

@media (max-width: 1099px) and (min-width: 992px) {
    .p42-route-list {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .p42-price-panel {
        padding-left: 26px;
        padding-right: 26px;
    }

    .p42-details-card {
        padding-top: 58px;
    }

    .p42-details-card > img {
        display: none;
    }
}

@media (max-width: 991px) {
    .p42-page {
        padding: 0;
    }

    .p42-topbar {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        box-shadow: 0 8px 22px rgba(7, 20, 45, .08);
        height: 70px;
        margin: 0;
        max-width: none;
        padding: 0 14px;
        position: sticky;
        top: 0;
    }

    .p42-brand {
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
    }

    .p42-brand img {
        display: none;
    }

    .p42-navlinks {
        display: none;
    }

    .p42-nav-actions {
        gap: 8px;
        width: 100%;
    }

    .p42-menu-link {
        display: inline-flex;
    }

    .p42-language-link {
        height: 40px;
        margin-left: auto;
        min-width: 42px;
        padding: 0 10px;
    }

    .p42-icon-link {
        height: 40px;
        width: 40px;
    }

    .p42-mobile-menu {
        display: block;
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .22s ease;
        z-index: 1000;
    }

    .p42-mobile-menu:before {
        background: rgba(7, 20, 45, .46);
        content: "";
        inset: 0;
        position: absolute;
    }

    .p42-mobile-menu.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .p42-mobile-menu-panel {
        background: #ffffff;
        border-right: 1px solid #d8e7ea;
        box-shadow: 20px 0 48px rgba(7, 20, 45, .18);
        color: #07142d;
        height: 100%;
        left: 0;
        max-width: 340px;
        padding: 22px 18px;
        position: absolute;
        top: 0;
        transform: translateX(-100%);
        transition: transform .24s ease;
        width: min(86vw, 340px);
    }

    .p42-mobile-menu.is-open .p42-mobile-menu-panel {
        transform: translateX(0);
    }

    .p42-mobile-menu-head {
        align-items: center;
        border-bottom: 1px solid #e2edf0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

    .p42-mobile-menu-head span {
        color: #07142d;
        font-size: 13px;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .p42-mobile-menu-close {
        align-items: center;
        background: #eef8f9;
        border: 1px solid #cae1e4;
        border-radius: 8px;
        color: #00767d;
        cursor: pointer;
        display: inline-flex;
        height: 42px;
        justify-content: center;
        width: 42px;
    }

    .p42-mobile-menu-links {
        display: grid;
        gap: 10px;
    }

    .p42-mobile-menu-links a {
        align-items: center;
        border: 1px solid #d8e7ea;
        border-radius: 8px;
        color: #07142d;
        display: flex;
        font-size: 15px;
        font-weight: 900;
        min-height: 52px;
        padding: 0 14px;
        text-decoration: none;
    }

    .p42-mobile-menu-links a:hover,
    .p42-mobile-menu-links a:focus {
        background: #eef8f9;
        border-color: #00767d;
        color: #005f66;
        text-decoration: none;
    }

    .p42-mobile-menu-open {
        overflow: hidden;
    }

    .p42-footer {
        padding: 0 0 22px;
    }

    .p42-footer-shell {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
    }

    .p42-footer-cta {
        grid-template-columns: 1fr;
        padding: 24px 18px;
    }

    .p42-footer-actions {
        justify-content: flex-start;
    }

    .p42-footer-brand-row {
        align-items: flex-start;
        grid-template-columns: 1fr;
        padding: 26px 18px;
    }

    .p42-google-review-card {
        justify-self: start;
    }

    .p42-footer-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 26px 18px;
    }

    .p42-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 18px;
    }

    .p42-redesign #collapseTwo .card-body {
        padding: 14px;
    }

    .p42-location-tool {
        grid-template-columns: 1fr;
    }

    .p42-location-copy {
        padding: 16px;
    }

    .p42-location-copy h3 {
        font-size: 20px;
    }

    .p42-distance-form,
    .p42-distance-result {
        grid-template-columns: 1fr;
    }

    .p42-distance-form button {
        width: 100%;
    }

    .p42-location-map,
    .p42-location-map #map {
        min-height: 300px;
    }

    .p42-shell {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        box-shadow: none;
    }

    .p42-hero-grid {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .p42-media {
        min-height: 0;
        order: 0;
        padding: 12px 12px 0;
    }

    .p42-media:after,
    .p42-floating-photo {
        display: none;
    }

    .p42-media .p42-main-photo {
        border-radius: 8px;
        height: 204px;
    }

    .p42-media .p42-main-photo img {
        border-radius: 8px;
    }

    .p42-mobile-dots {
        align-items: center;
        display: flex;
        gap: 7px;
        justify-content: center;
        padding: 11px 0 2px;
    }

    .p42-mobile-dots span {
        background: #c9d6d9;
        border-radius: 50%;
        display: block;
        height: 8px;
        width: 8px;
    }

    .p42-mobile-dots span:first-child {
        background: #00767d;
        width: 18px;
    }

    .p42-copy {
        order: 1;
        padding: 18px 16px 8px;
    }

    .p42-breadcrumbs,
    .p42-kicker {
        display: none;
    }

    .p42-title {
        font-size: 31px;
        line-height: 1.04;
    }

    .p42-subtitle {
        font-size: 16px;
        line-height: 1.25;
        margin-top: 6px;
    }

    .p42-spec-grid {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        margin: 18px 0 14px;
    }

    .p42-spec {
        font-size: 11px;
        min-height: 70px;
    }

    .p42-spec i {
        font-size: 13px;
        height: 31px;
        margin-bottom: 7px;
        width: 31px;
    }

    .p42-copy-text {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 9px;
    }

    .p42-content-grid {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 8px 12px 24px;
    }

    .p42-price-panel {
        order: 1;
    }

    .p42-details-card {
        order: 2;
    }

    .p42-includes {
        order: 3;
    }

    .p42-panel {
        padding: 14px;
    }

    .p42-panel-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .p42-route-card {
        gap: 10px;
        grid-template-columns: 52px minmax(0, 1fr) auto auto;
        min-height: 72px;
        padding: 8px;
    }

    .p42-route-card img {
        height: 52px;
        width: 52px;
    }

    .p42-route-card strong {
        font-size: 12px;
    }

    .p42-route-card span span {
        font-size: 10px;
        padding: 0;
    }

    .p42-price {
        font-size: 13px;
    }

    .p42-price-actions {
        display: grid;
        gap: 8px;
        margin-top: 12px;
    }

    .p42-price-actions .p42-button {
        min-height: 42px;
        min-width: 0;
        width: 100%;
    }

    .p42-details-card img {
        display: none;
    }

    .p42-detail-list {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .p42-detail-list li {
        font-size: 12px;
        grid-template-columns: 82px 1fr;
    }

    .p42-includes li {
        font-size: 12px;
    }

    .p42-cta-band {
        display: none;
    }

    .p42-redesign .y-section_inner.y-single_details {
        padding: 18px 12px;
    }

    .p42-redesign .y-inner_page .card .card-header a {
        gap: 10px;
        min-height: auto;
        padding: 16px 14px;
    }

    .p42-redesign .card .card-header h2 {
        align-items: center;
        display: flex;
        font-size: 17px;
        gap: 10px;
        padding-left: 0;
    }

    .p42-redesign .card .card-header h2 .ti-anchor {
        flex: 0 0 32px;
        height: 32px;
        text-align: center;
        width: 32px;
    }

    .p42-redesign #accordion .card-body {
        padding: 16px 14px;
    }

    .p42-redesign #collapseTwo .card-body {
        padding: 16px 14px;
    }

    .p42-redesign #collapsefour .counter_outer {
        padding: 14px;
    }

    .p42-redesign #collapsefour .box_line {
        padding: 18px;
    }

    .p42-redesign .y-single_form .thm-h h2 {
        font-size: 25px;
    }
}

@media (max-width: 640px) {
    .p42-footer-cta h2 {
        font-size: 25px;
    }

    .p42-footer-actions,
    .p42-footer-actions .p42-button {
        width: 100%;
    }

    .p42-footer-link-grid {
        grid-template-columns: 1fr;
    }

    .p42-google-review-card {
        grid-template-columns: auto minmax(0, 1fr);
        justify-self: stretch;
        min-width: 0;
        width: 100%;
    }

    .p42-google-review-card img {
        max-width: 78px;
    }

    .p42-google-score {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .p42-title {
        font-size: 28px;
    }

    .p42-subtitle {
        font-size: 15px;
    }

    .p42-route-card {
        grid-template-columns: 48px minmax(0, 1fr) auto;
    }

    .p42-route-card img {
        height: 48px;
        width: 48px;
    }

    .p42-route-chevron {
        display: none;
    }

    .p42-redesign .y-inner_page .card .card-header a {
        align-items: flex-start;
    }

    .p42-redesign .card .card-header h2 {
        font-size: 16px;
        line-height: 1.3;
    }

    .p42-redesign .card .card-header .card_view {
        min-height: 32px;
        padding: 0 10px;
    }

    .p42-redesign .card .card-header .card_view:before {
        display: none;
    }

    .p42-redesign .card .card-header .card_view:after {
        font-size: 20px;
        line-height: 1;
    }
}

.p42-redesign .y-section_inner.y-single_form {
    background: linear-gradient(180deg, #f4f8f9 0%, #eaf3f5 100%);
    color: #07142d;
    font-family: 'Sen', Arial, sans-serif;
    padding: 52px 24px 64px;
}

.p42-redesign .p42-form-shell,
.p42-redesign .p42-form-shell *,
.p42-redesign .p42-form-shell input,
.p42-redesign .p42-form-shell select,
.p42-redesign .p42-form-shell textarea,
.p42-redesign .p42-form-shell button {
    font-family: 'Sen', Arial, sans-serif !important;
}

.p42-redesign .y-section_inner.y-single_form,
.p42-redesign .y-section_inner.y-single_form * {
    box-sizing: border-box;
}

.p42-redesign #book-now {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0;
}

.p42-redesign .y-single_form form {
    margin: 0;
    max-width: none !important;
    width: 100%;
}

.p42-redesign .y-single_form .thm-h {
    display: none;
}

.p42-form-shell {
    width: 100%;
}

.p42-form-head {
    margin: 0 auto 24px;
    max-width: 760px;
    text-align: center;
}

.p42-form-head span,
.p42-form-card-head span,
.p42-summary-card > div > span,
.p42-redesign .lux-customize-head span,
.p42-redesign .lux-panel-intro span {
    color: #00767d;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.p42-form-head h3 {
    color: #07142d;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.p42-form-head p {
    color: #4c5d6f;
    font-size: 15px;
    line-height: 1.65;
    margin: 10px auto 0;
    max-width: 640px;
}

.p42-form-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.p42-form-main {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.p42-form-card,
.p42-redesign .lux-customize-box,
.p42-redesign .lux-final-submit-box,
.p42-summary-card {
    background: #ffffff;
    border: 1px solid #d9e8eb;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(7, 20, 45, .08);
}

.p42-form-card {
    padding: 22px;
}

.p42-form-card-head {
    margin-bottom: 16px;
}

.p42-form-card-head h3,
.p42-redesign .lux-customize-head h3,
.p42-summary-card h3 {
    color: #07142d;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.22;
    margin: 0;
}

.p42-form-card-head p,
.p42-redesign .lux-customize-head p,
.p42-redesign .lux-panel-intro p {
    color: #556678;
    font-size: 13px;
    line-height: 1.6;
    margin: 6px 0 0;
}

.p42-route-groups {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p42-route-group {
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    padding: 16px;
}

.p42-route-group-half {
    background: #fffaf1;
    border-color: #f0d2a2;
}

.p42-route-group-full {
    background: #f7fbfc;
}

.p42-route-group-head {
    margin-bottom: 12px;
}

.p42-route-group-head span {
    color: #07142d;
    display: block;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.p42-route-options {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

.p42-route-option {
    align-items: center;
    appearance: none;
    background: #f8fbfc;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    color: #07142d;
    cursor: pointer;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 90px;
    padding: 12px;
    text-align: left;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.p42-route-option:hover,
.p42-route-option:focus {
    border-color: #00767d;
    box-shadow: 0 12px 24px rgba(0, 118, 125, .12);
    outline: 0;
    transform: translateY(-1px);
}

.p42-route-option.is-selected {
    background: #eef8f9;
    border-color: #00767d;
    box-shadow: inset 0 0 0 1px rgba(0, 118, 125, .25), 0 12px 24px rgba(0, 118, 125, .12);
}

.p42-route-option.is-featured-route {
    border-color: #94cbd0;
}

.p42-route-copy {
    min-width: 0;
}

.p42-route-copy strong {
    color: #07142d;
    display: block;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 5px;
}

.p42-route-copy span {
    color: #556678;
    display: block;
    font-size: 12px;
    line-height: 1.45;
}

.p42-route-meta {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: right;
}

.p42-route-meta b {
    color: #005f66;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

.p42-route-meta small {
    background: #e2f2f4;
    border-radius: 999px;
    color: #005f66;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 9px;
    white-space: nowrap;
}

.p42-halfday-schedule {
    background: #fff8ed;
    border: 1px solid #f5d5a6;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, .85fr) minmax(280px, 1.15fr);
    margin-top: 14px;
    padding: 16px;
}

.p42-halfday-schedule[hidden],
.p42-summary-row[hidden] {
    display: none;
}

.p42-halfday-copy span {
    color: #9a5b00;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.p42-halfday-copy strong {
    color: #07142d;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
}

.p42-halfday-copy p {
    color: #6f5b40;
    font-size: 12px;
    line-height: 1.5;
    margin: 5px 0 0;
}

.p42-schedule-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p42-schedule-options label {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e9c58c;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    gap: 9px;
    min-height: 48px;
    padding: 11px 12px;
}

.p42-schedule-options input {
    accent-color: #00767d;
    flex: 0 0 auto;
}

.p42-schedule-options span {
    color: #07142d;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.p42-route-error {
    color: #b42318;
    font-size: 13px;
    font-weight: 800;
    margin: 12px 0 0;
}

.p42-route-error:empty {
    display: none;
}

.p42-form-card-fields .row {
    margin-left: -8px;
    margin-right: -8px;
}

.p42-form-card-fields .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.p42-redesign .p42-form-shell .form-group {
    margin-bottom: 16px;
    position: relative;
}

.p42-redesign .p42-form-shell .form-control {
    background: #ffffff !important;
    border: 1px solid #cddfe3 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    color: #07142d !important;
    font-size: 15px;
    font-weight: 700;
    min-height: 54px;
    padding: 12px 14px;
}

.p42-redesign .p42-form-shell input[type="date"].p42-date-input {
    color-scheme: light;
    line-height: 1.3;
    padding-right: 42px;
}

.p42-redesign .p42-form-shell input[type="date"].p42-date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    height: 22px;
    opacity: .75;
    width: 22px;
}

.p42-redesign .p42-form-shell input[type="date"].p42-date-input::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.p42-redesign .p42-form-shell textarea.form-control {
    min-height: 120px;
}

.p42-redesign .p42-form-shell .form-control::placeholder {
    color: #6f7f8f;
    opacity: 1;
}

.p42-redesign .p42-form-shell select.form-control option,
.p42-redesign .p42-form-shell select option {
    background: #ffffff !important;
    color: #07142d !important;
}

.p42-redesign .p42-form-shell .form-control:focus {
    border-color: #00767d !important;
    box-shadow: 0 0 0 4px rgba(0, 118, 125, .12) !important;
}

.p42-redesign .p42-form-shell span[style*="color:Red"],
.p42-redesign .p42-form-shell span[style*="color: red"] {
    color: #b42318 !important;
    font-size: 14px !important;
    margin-left: 6px;
}

.p42-hidden-native-tour {
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
}

.p42-form-main > .col-12 {
    flex: none;
    max-width: none;
    padding: 0;
    width: 100%;
}

.p42-redesign .lux-customize-box {
    margin: 0;
    max-width: none;
    padding: 22px;
}

.p42-redesign .lux-customize-head {
    margin-bottom: 16px;
    text-align: left;
}

.p42-redesign .lux-accordion-trigger {
    background: #f8fbfc;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
    color: #07142d;
    margin-top: 12px;
    padding: 15px 16px;
}

.p42-redesign .lux-accordion-trigger:hover,
.p42-redesign .lux-accordion-trigger.active {
    background: #eef8f9;
    border-color: #00767d;
}

.p42-redesign .lux-accordion-trigger b {
    color: #07142d;
    font-size: 15px;
}

.p42-redesign .lux-accordion-trigger small {
    color: #556678;
    font-size: 12px;
}

.p42-redesign .lux-accordion-trigger em {
    background: #00767d;
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0;
    padding: 8px 12px;
}

.p42-redesign .lux-accordion-panel {
    padding: 18px 0 0;
}

.p42-redesign .lux-panel-intro {
    text-align: left;
}

.p42-redesign .lux-panel-intro h4 {
    color: #07142d;
}

.p42-redesign .lux-menu-card,
.p42-redesign .lux-simple-card,
.p42-redesign .lux-toy-card,
.p42-redesign .lux-guest-box,
.p42-redesign .lux-crew-prep,
.p42-redesign .lux-custom-dining,
.p42-redesign .lux-summary-box {
    background: #f8fbfc;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
}

.p42-redesign .lux-menu-card.vip,
.p42-redesign .lux-simple-card.custom,
.p42-redesign .lux-toy-card.premium {
    background: #f3fafb;
    border-color: #b9dce1;
    box-shadow: none;
}

.p42-redesign .lux-menu-card:hover,
.p42-redesign .lux-simple-card:hover,
.p42-redesign .lux-toy-card:hover {
    border-color: #00767d;
}

.p42-redesign .lux-menu-card.selected,
.p42-redesign .lux-simple-card.selected,
.p42-redesign .lux-toy-card.selected {
    background: #eef8f9;
    border-color: #00767d;
    box-shadow: 0 12px 24px rgba(0, 118, 125, .12);
}

.p42-redesign .lux-menu-top strong,
.p42-redesign .lux-simple-card strong,
.p42-redesign .lux-toy-card strong,
.p42-redesign .lux-guest-input label,
.p42-redesign .lux-crew-prep > label,
.p42-redesign .lux-custom-dining label,
.p42-redesign .lux-prep-toggle label {
    color: #07142d;
}

.p42-redesign .lux-menu-top span,
.p42-redesign .lux-simple-card span,
.p42-redesign .lux-toy-card span,
.p42-redesign .lux-prep-toggle small {
    color: #005f66;
}

.p42-redesign .lux-simple-card small,
.p42-redesign .lux-toy-card small,
.p42-redesign .lux-vip-note,
.p42-redesign .lux-dish-gallery figcaption {
    color: #556678;
}

.p42-redesign .lux-menu-top em,
.p42-redesign .lux-toy-card em {
    background: #00767d;
    color: #ffffff;
    letter-spacing: 0;
}

.p42-redesign .lux-vip-note,
.p42-redesign .lux-prep-toggle label {
    background: #ffffff;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
}

.p42-redesign .lux-dish-gallery figure {
    background: #ffffff;
    border: 1px solid #d8e7ea;
    border-radius: 8px;
}

.p42-redesign .lux-dish-gallery img,
.p42-redesign .lux-toy-card img {
    filter: none;
}

.p42-redesign .lux-summary-box span {
    color: #556678;
    letter-spacing: 0;
}

.p42-redesign .lux-summary-box strong {
    color: #07142d;
}

.p42-redesign .lux-final-submit-box {
    margin: 0;
    max-width: none;
    padding: 22px;
}

.p42-redesign .lux-secure-copy {
    border-bottom: 1px solid #d8e7ea;
}

.p42-redesign .lux-secure-icon {
    background: #e2f2f4;
    border-color: #b9dce1;
    color: #005f66;
}

.p42-redesign .lux-secure-copy h4 {
    color: #07142d;
}

.p42-redesign .lux-secure-copy p,
.p42-redesign .lux-submit-action small,
.p42-redesign .lux-help-line {
    color: #556678;
}

.p42-redesign .lux-quote-submit-btn {
    background: #00767d !important;
    border: 1px solid #00767d !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    letter-spacing: 0;
    min-height: 56px;
    text-transform: none;
}

.p42-redesign .lux-quote-submit-btn:hover,
.p42-redesign .lux-quote-submit-btn:focus {
    background: #005f66 !important;
    border-color: #005f66 !important;
    box-shadow: 0 12px 24px rgba(0, 118, 125, .18);
    transform: translateY(-1px);
}

.p42-redesign .lux-help-line {
    border-top: 1px solid #d8e7ea;
}

.p42-redesign .lux-help-line a {
    color: #00767d;
}

.p42-summary-card {
    overflow: hidden;
    position: sticky;
    top: 92px;
}

.p42-summary-card > div {
    padding: 22px;
}

.p42-summary-card h3 {
    margin-bottom: 16px;
}

.p42-summary-row,
.p42-summary-total {
    align-items: start;
    border-top: 1px solid #e2edf0;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 13px 0;
}

.p42-summary-row span,
.p42-summary-total span {
    color: #556678;
    font-size: 13px;
}

.p42-summary-row strong,
.p42-summary-total strong {
    color: #07142d;
    font-size: 14px;
    font-weight: 900;
    max-width: 190px;
    text-align: right;
}

.p42-summary-total {
    align-items: center;
    background: #eef8f9;
    border: 1px solid #c9e5e9;
    border-radius: 8px;
    margin-top: 8px;
    padding: 16px;
}

.p42-summary-total strong {
    color: #005f66;
    font-size: 20px;
}

.p42-summary-note {
    color: #556678;
    font-size: 12px;
    line-height: 1.55;
    margin: 14px 0 0;
}

.p42-summary-link {
    align-items: center;
    border: 1px solid #00767d;
    border-radius: 8px;
    color: #00767d;
    display: none;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    margin-top: 16px;
    min-height: 46px;
    text-decoration: none;
}

.p42-summary-link:hover {
    background: #eef8f9;
    color: #005f66;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .p42-form-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}

@media (max-width: 991px) {
    .p42-redesign .y-section_inner.y-single_form {
        padding: 34px 12px 44px;
    }

    .p42-form-head {
        margin-bottom: 18px;
        text-align: left;
    }

    .p42-form-head h3 {
        font-size: 26px;
    }

    .p42-form-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .p42-summary-card {
        order: -1;
        position: static;
        width: 100%;
    }

    .p42-summary-card > div {
        padding: 16px;
    }

    .p42-summary-link {
        display: flex;
    }

    .p42-form-card,
    .p42-redesign .lux-customize-box,
    .p42-redesign .lux-final-submit-box {
        padding: 16px;
    }

    .p42-route-options {
        grid-template-columns: 1fr;
    }

    .p42-route-list,
    .p42-route-groups {
        grid-template-columns: 1fr;
    }

    .p42-route-preview-group {
        padding: 14px;
    }

    .p42-route-group {
        padding: 12px;
    }

    .p42-halfday-schedule,
    .p42-schedule-options {
        grid-template-columns: 1fr;
    }

    .p42-route-option {
        min-height: 96px;
        padding: 14px;
    }

    .p42-redesign .lux-menu-grid,
    .p42-redesign .lux-toys-grid,
    .p42-redesign .lux-guest-box {
        grid-template-columns: 1fr;
    }

    .p42-redesign .lux-summary-box,
    .p42-redesign .lux-accordion-trigger {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .p42-form-head h3 {
        font-size: 24px;
    }

    .p42-route-option {
        grid-template-columns: 1fr;
    }

    .p42-route-meta {
        align-items: flex-start;
        text-align: left;
    }

    .p42-summary-row,
    .p42-summary-total {
        gap: 8px;
    }

    .p42-summary-row {
        flex-direction: column;
    }

    .p42-summary-row strong {
        max-width: none;
        text-align: left;
    }
}


/* Source: ../assets/css/princess-49.css?v=20260714 */
/* Princess 49 special Bavaro / included-food layout */
.p49-special-section{background:#eef8fa;padding:34px 0 24px;color:#071733;}
.p49-shell{width:min(1320px,94vw);margin:0 auto;}
.p49-intro-card,.p49-price-band,.p49-panel,.p49-feature-strip{background:#fff;border:1px solid #d6ebef;border-radius:14px;box-shadow:0 18px 45px rgba(5,47,67,.08);}
.p49-intro-card{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:28px;align-items:center;padding:28px;}
.p49-kicker{margin:0 0 9px;color:#007b83;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;}
.p49-intro-copy h1{margin:0 0 14px;color:#071733;font-size:clamp(32px,4vw,58px);line-height:.98;font-weight:900;letter-spacing:.02em;text-transform:uppercase;}
.p49-intro-copy p{max-width:720px;margin:0;color:#314761;font-size:16px;line-height:1.75;}
.p49-spec-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.p49-spec-row span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#eef8fa;color:#005f68;font-size:13px;font-weight:900;}
.p49-video-card{position:relative;overflow:hidden;border-radius:12px;background:#071733;aspect-ratio:16/9;}
.p49-video-card iframe,.p49-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
.p49-price-band{display:grid;grid-template-columns:1.1fr .58fr .74fr .92fr;gap:18px;align-items:center;margin:18px 0;padding:20px 24px;}
.p49-price-band > div{min-width:0;}
.p49-price-band strong{display:block;color:#071733;font-size:20px;font-weight:900;}
.p49-price-band span{display:block;color:#4d637a;font-size:13px;line-height:1.45;}
.p49-price-band i{color:#007b83;margin-right:5px;}
.p49-price-item{border-left:1px solid #d7e9ee;padding-left:26px;}
.p49-price-item strong{color:#007b83;font-size:28px;line-height:1;}
.p49-price-item small{font-size:13px;}
.p49-price-actions{display:grid;gap:8px;}
.p49-primary-btn,.p49-secondary-btn{display:flex;align-items:center;justify-content:center;min-height:46px;border-radius:8px;font-weight:900;text-decoration:none!important;}
.p49-primary-btn{flex-direction:column;background:linear-gradient(135deg,#00858e,#005d68);color:#fff!important;}
.p49-primary-btn small{font-size:11px;color:#dff7f9;}
.p49-secondary-btn{border:1px solid #007b83;color:#007b83!important;background:#fff;gap:8px;}
.p49-info-grid{display:grid;grid-template-columns:.82fr .96fr 1.14fr;gap:18px;}
.p49-panel{padding:22px;min-width:0;}
.p49-panel h2{margin:0 0 18px;color:#005f68;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;}
.p49-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;}
.p49-panel-head h2{margin:0;}
.p49-panel-head a{color:#007b83;font-size:12px;font-weight:900;text-transform:uppercase;text-decoration:none;white-space:nowrap;}
.p49-panel-head a:hover{text-decoration:underline;}
.p49-check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px;}
.p49-check-list li{position:relative;padding-left:26px;color:#071733;font-size:14px;line-height:1.45;}
.p49-check-list li::before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:1px;width:16px;height:16px;border-radius:50%;background:#dff4f6;color:#007b83;font-size:9px;display:flex;align-items:center;justify-content:center;}
.p49-food-list{display:grid;gap:10px;}
.p49-food-item{display:grid;grid-template-columns:86px 1fr;gap:13px;align-items:center;padding:10px;border:1px solid #d9ebef;border-radius:10px;background:#fff;}
.p49-food-item img{width:86px;height:66px;border-radius:9px;object-fit:cover;display:block;}
.p49-food-item strong{display:block;color:#071733;font-size:14px;line-height:1.25;}
.p49-food-item span{display:block;margin-top:4px;color:#007b83;font-size:12px;font-weight:900;line-height:1.25;}
.p49-menu-note{margin:12px 0 0;padding:12px 14px;border-radius:9px;background:#eaf6f7;color:#34556b;font-size:13px;line-height:1.55;}
.p49-map-frame{position:relative;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:#dff4f6;margin-bottom:16px;}
.p49-route-panel p{margin:0;color:#314761;font-size:14px;line-height:1.7;}
.p49-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:18px;padding:16px 20px;}
.p49-feature-strip span{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:0 14px;border-right:1px solid #d7e9ee;}
.p49-feature-strip span:last-child{border-right:0;}
.p49-feature-strip i{grid-row:1 / span 2;width:42px;height:42px;border-radius:50%;background:#e5f5f7;color:#007b83;display:flex;align-items:center;justify-content:center;font-size:17px;}
.p49-feature-strip strong{color:#071733;font-size:14px;line-height:1.2;}
.p49-feature-strip small{color:#5c7187;font-size:12px;line-height:1.2;}
@media(max-width:1100px){.p49-intro-card,.p49-price-band,.p49-info-grid{grid-template-columns:1fr;}.p49-price-item{border-left:0;border-top:1px solid #d7e9ee;padding-left:0;padding-top:14px;}.p49-feature-strip{grid-template-columns:repeat(2,1fr);gap:16px;}.p49-feature-strip span{border-right:0;padding:0;}}
@media(max-width:640px){.p49-special-section{padding:20px 0;}.p49-shell{width:min(100% - 24px,1320px);}.p49-intro-card,.p49-price-band,.p49-panel{padding:16px;}.p49-intro-copy h1{font-size:32px;}.p49-video-card,.p49-map-frame{aspect-ratio:4/3;}.p49-food-item{grid-template-columns:72px 1fr;}.p49-food-item img{width:72px;height:58px;}.p49-feature-strip{grid-template-columns:1fr;}.p49-feature-strip span{grid-template-columns:38px 1fr;}.p49-feature-strip i{width:38px;height:38px;}.p49-price-actions{margin-top:4px;}}
/* Princess 49 using Princess 42 page shell */
.p49-page .footerdark{display:none!important;}
.p49-page .p49-modern-page .p42-shell{overflow:visible;}
.p49-page .p49-modern-page .p42-subtitle{max-width:760px;}
.p49-page .p49-route-summary-panel .p42-route-list{grid-template-columns:1fr;}
.p49-page .p49-single-route-group{min-height:100%;}
.p49-page .p49-single-route-group .p42-route-time-row{gap:12px 16px;}
.p49-page .p49-extra-price{align-items:center;background:#e8f5f6;border:1px solid #cbe7ea;border-radius:8px;color:#405267;display:flex;gap:12px;justify-content:space-between;margin-top:12px;padding:12px 14px;}
.p49-page .p49-extra-price strong{color:#00767d;font-size:18px;font-weight:900;white-space:nowrap;}
.p49-page .p49-extra-price span{font-size:13px;font-weight:800;line-height:1.35;text-align:right;}
.p49-page .p49-food-route-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:18px;margin-top:18px;}
.p49-page .p49-food-route-grid .p42-panel{background:#fbfdfe;border:1px solid #d8e7ea;border-radius:8px;box-shadow:none;padding:24px;}
.p49-page .p49-food-route-grid .p42-panel-title{margin:0;}
.p49-page .p49-food-card .p49-panel-head{align-items:center;border-bottom:1px solid #e2edf0;display:flex;gap:14px;justify-content:space-between;margin:0 0 16px;padding-bottom:14px;}
.p49-page .p49-food-card .p49-panel-head a{background:#e8f5f6;border:1px solid #cbe7ea;border-radius:999px;color:#00767d;font-size:11px;font-weight:900;letter-spacing:.06em;padding:7px 10px;text-decoration:none;text-transform:uppercase;white-space:nowrap;}
.p49-page .p49-food-card .p49-panel-head a:hover,.p49-page .p49-food-card .p49-panel-head a:focus{background:#dff1f3;color:#005f66;text-decoration:none;}
.p49-page .p49-food-card .p49-food-list{display:grid;gap:10px;}
.p49-page .p49-food-card .p49-food-item{background:#fff;border:1px solid #d8e7ea;border-radius:8px;display:grid;gap:13px;grid-template-columns:86px minmax(0,1fr);padding:10px;}
.p49-page .p49-food-card .p49-food-item img{border-radius:7px;height:66px;object-fit:cover;width:86px;}
.p49-page .p49-food-card .p49-food-item strong{color:#07142d;display:block;font-size:14px;font-weight:900;line-height:1.25;}
.p49-page .p49-food-card .p49-food-item span{color:#00767d;display:block;font-size:12px;font-weight:900;line-height:1.25;margin-top:4px;}
.p49-page .p49-food-card .p49-menu-note{background:#e8f5f6;border-radius:8px;color:#405267;font-size:13px;line-height:1.55;margin:12px 0 0;padding:12px 14px;}
.p49-page .p49-map-card .p49-map-frame{aspect-ratio:16/9;background:#dff4f6;border-radius:8px;margin:16px 0;overflow:hidden;position:relative;}
.p49-page .p49-map-card .p49-map-frame iframe{border:0;height:100%;inset:0;position:absolute;width:100%;}
.p49-page .p49-map-card p{color:#405267;font-size:14px;line-height:1.65;margin:0;}
.p49-page .p42-footer.p49-modern-footer{display:block;}
@media(max-width:1100px){.p49-page .p49-food-route-grid{grid-template-columns:1fr;}.p49-page .p49-extra-price{align-items:flex-start;flex-direction:column;}.p49-page .p49-extra-price span{text-align:left;}}
@media(max-width:640px){.p49-page .p49-single-route-group .p42-route-time-row{display:grid;gap:8px;}.p49-page .p49-food-route-grid .p42-panel{padding:16px;}.p49-page .p49-food-card .p49-panel-head{align-items:flex-start;flex-direction:column;}.p49-page .p49-food-card .p49-food-item{grid-template-columns:72px minmax(0,1fr);}.p49-page .p49-food-card .p49-food-item img{height:58px;width:72px;}.p49-page .p49-map-card .p49-map-frame{aspect-ratio:4/3;}}
/* Princess 49 three-card route fix */
.p49-page .p49-food-route-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,.95fr) minmax(0,1.12fr);gap:18px;margin-top:18px;}
.p49-page .p49-includes-card{overflow:hidden;position:relative;}
.p49-page .p49-includes-card:after{background:url("../images/princess-49-web.webp") center bottom / 78% auto no-repeat;bottom:10px;content:"";height:115px;left:0;opacity:.04;pointer-events:none;position:absolute;right:0;}
.p49-page .p49-includes-card ul{display:grid;gap:11px;list-style:none;margin:16px 0 0;padding:0;position:relative;z-index:1;}
.p49-page .p49-includes-card li{align-items:flex-start;color:#314761;display:grid;font-size:14px;gap:10px;grid-template-columns:18px minmax(0,1fr);line-height:1.45;}
.p49-page .p49-includes-card .p42-check{height:18px;margin-top:1px;width:18px;}
.p49-page .p49-map-card .p49-route-visual{background:linear-gradient(135deg,#f3f7ef 0%,#eaf7f8 38%,#cceff4 100%);border:1px solid #cfe6ea;border-radius:8px;margin:16px 0;min-height:204px;overflow:hidden;position:relative;}
.p49-page .p49-map-card .p49-route-visual:before{background:radial-gradient(circle at 13% 20%,rgba(244,231,197,.9) 0 18%,transparent 19%),radial-gradient(circle at 96% 72%,rgba(239,226,190,.8) 0 23%,transparent 24%),linear-gradient(145deg,transparent 0 48%,rgba(255,255,255,.34) 49% 51%,transparent 52%);content:"";inset:0;position:absolute;}
.p49-page .p49-map-card .p49-route-line{border-top:3px dotted #075f6d;left:20%;opacity:.88;position:absolute;right:16%;top:53%;transform:rotate(11deg);transform-origin:center;}
.p49-page .p49-map-card .p49-route-boat{align-items:center;background:#fff;border:1px solid #c9e2e7;border-radius:999px;box-shadow:0 10px 24px rgba(7,20,45,.12);color:#075f6d;display:flex;height:36px;justify-content:center;left:55%;position:absolute;top:50%;transform:translate(-50%,-50%);width:46px;z-index:2;}
.p49-page .p49-map-card .p49-route-pin{color:#07142d;font-size:12px;font-weight:900;letter-spacing:.03em;line-height:1.1;position:absolute;text-transform:uppercase;z-index:3;}
.p49-page .p49-map-card .p49-route-pin i{align-items:center;background:#00767d;border-radius:999px;color:#fff;display:inline-flex;height:28px;justify-content:center;margin-right:6px;width:28px;}
.p49-page .p49-map-card .p49-route-start{left:12%;top:20%;}
.p49-page .p49-map-card .p49-route-end{right:6%;top:48%;}
@media(max-width:1100px){.p49-page .p49-food-route-grid{grid-template-columns:1fr;}}
@media(max-width:640px){.p49-page .p49-map-card .p49-route-visual{min-height:176px;}.p49-page .p49-map-card .p49-route-end{right:3%;}.p49-page .p49-map-card .p49-route-pin{font-size:11px;}}
/* Princess 49 exact included-tour layout */
.p49-page .p49-tour-band{align-items:center;background:#fff;border:1px solid #d8e7ea;border-radius:8px;box-shadow:none;display:grid;gap:20px;grid-template-columns:minmax(0,1.25fr) minmax(160px,.45fr) minmax(190px,.55fr) minmax(230px,.75fr);margin:0 0 18px;padding:22px 26px;}
.p49-page .p49-tour-copy{min-width:0;}
.p49-page .p49-tour-copy h2{color:#07142d;font-size:20px;font-weight:900;letter-spacing:.02em;line-height:1.15;margin:0 0 9px;text-transform:uppercase;}
.p49-page .p49-tour-copy p{color:#405267;font-size:14px;line-height:1.45;margin:0;}
.p49-page .p49-tour-copy i{color:#00767d;margin-right:7px;}
.p49-page .p49-tour-copy span{color:#8aa1b1;margin:0 10px;}
.p49-page .p49-tour-price{border-left:1px solid #dce9ed;padding-left:24px;}
.p49-page .p49-tour-price strong{color:#00767d;display:block;font-size:29px;font-weight:900;line-height:1;}
.p49-page .p49-tour-price small{font-size:13px;letter-spacing:.04em;}
.p49-page .p49-tour-price span{color:#405267;display:block;font-size:13px;font-weight:700;line-height:1.45;margin-top:7px;}
.p49-page .p49-tour-actions{display:grid;gap:8px;}
.p49-page .p49-tour-actions .p42-button{min-height:44px;}
.p49-page .p49-food-route-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.1fr);gap:18px;margin-top:0;}
.p49-page .p49-food-route-grid .p42-panel{background:#fff;border:1px solid #d8e7ea;border-radius:8px;box-shadow:none;padding:24px;}
.p49-page .p49-map-card .p49-route-visual{min-height:220px;}
@media(max-width:1180px){.p49-page .p49-tour-band{grid-template-columns:1fr 1fr;}.p49-page .p49-tour-actions{grid-column:1 / -1;}.p49-page .p49-food-route-grid{grid-template-columns:1fr;}.p49-page .p49-tour-price{border-left:0;border-top:1px solid #dce9ed;padding-left:0;padding-top:14px;}}
@media(max-width:640px){.p49-page .p49-tour-band{grid-template-columns:1fr;padding:16px;}.p49-page .p49-tour-actions{grid-column:auto;}.p49-page .p49-tour-price{border-left:0;border-top:1px solid #dce9ed;padding-left:0;padding-top:14px;}.p49-page .p49-tour-price strong{font-size:24px;}}
/* Princess 49 iframe map and no top tour buttons */
.p49-page .p49-tour-band{grid-template-columns:minmax(0,1.45fr) minmax(160px,.48fr) minmax(210px,.62fr);}
.p49-page .p49-route-map-frame{aspect-ratio:16/9;background:#dff4f6;min-height:220px;padding:0;}
.p49-page .p49-route-map-frame:before{display:none;}
.p49-page .p49-route-map-frame iframe{border:0;display:block;height:100%;inset:0;position:absolute;width:100%;}
@media(max-width:1180px){.p49-page .p49-tour-band{grid-template-columns:1fr 1fr;}.p49-page .p49-tour-price:last-child{grid-column:1 / -1;}}
@media(max-width:640px){.p49-page .p49-tour-band{grid-template-columns:1fr;}.p49-page .p49-tour-price:last-child{grid-column:auto;}.p49-page .p49-route-map-frame{min-height:176px;}}
/* Princess 49 desktop additional guest and full inclusions */
@media(min-width:1181px){
  .p49-page .p49-tour-band{box-sizing:border-box;grid-template-columns:minmax(0,1.05fr) minmax(142px,.4fr) minmax(190px,.52fr);padding-right:390px;}
  .p49-page .p49-tour-price:last-child{min-width:190px;}
}
.p49-page .p49-includes-card ul{gap:8px;}
.p49-page .p49-includes-card li{font-size:13px;line-height:1.32;}
.p49-page .p49-includes-card .p42-check{height:17px;width:17px;}
@media(max-width:640px){.p49-page .p49-includes-card li{font-size:13px;}}
/* Princess 49 route itinerary link */
.p49-page .p49-itinerary-link{align-items:center;border:1px solid #cbe7ea;border-radius:999px;color:#00767d;display:inline-flex;font-size:12px;font-weight:900;gap:8px;letter-spacing:.05em;line-height:1.2;margin-top:14px;padding:9px 13px;text-decoration:none;text-transform:uppercase;}
.p49-page .p49-itinerary-link:hover,.p49-page .p49-itinerary-link:focus{background:#e8f5f6;color:#005f66;text-decoration:none;}
.p49-page .p49-itinerary-link i{font-size:11px;}
/* Princess 49 circular tour option */
.p49-page .p49-tour-copy{align-items:center;display:grid;gap:16px;grid-template-columns:76px minmax(0,1fr);}
.p49-page .p49-tour-thumb{border:1px solid #cfe6ea;border-radius:50%;box-shadow:0 12px 28px rgba(7,20,45,.1);display:block;height:76px;object-fit:cover;width:76px;}
.p49-page .p49-tour-copy h2{font-size:18px;letter-spacing:0;line-height:1.18;margin:0 0 7px;text-transform:none;}
.p49-page .p49-tour-copy p{font-size:14px;font-weight:700;line-height:1.35;}
.p49-page .p49-tour-copy p span{color:#8aa1b1;margin:0 7px;}
@media(max-width:640px){.p49-page .p49-tour-copy{gap:12px;grid-template-columns:64px minmax(0,1fr);}.p49-page .p49-tour-thumb{height:64px;width:64px;}.p49-page .p49-tour-copy h2{font-size:16px;}.p49-page .p49-tour-copy p{font-size:13px;}}
/* Princess 49 linked circular itinerary option */
.p49-page .p49-tour-option-link{border-radius:8px;color:inherit;margin:-8px;padding:8px;text-decoration:none;transition:background .18s ease,box-shadow .18s ease,transform .18s ease;}
.p49-page .p49-tour-option-link:hover,.p49-page .p49-tour-option-link:focus{background:#f3fbfc;box-shadow:0 10px 24px rgba(7,20,45,.08);color:inherit;text-decoration:none;transform:translateY(-1px);}
.p49-page .p49-tour-option-link:hover h2,.p49-page .p49-tour-option-link:focus h2{color:#00767d;}
/* Princess 49 mobile mockup layout */
.p49-mobile-tour-head,
.p49-mobile-tour-actions,
.p49-mobile-sticky-actions{display:none;}

@media(max-width:640px){
  body.p49-page{background:#f5fafb;padding-bottom:78px;}
  .p49-page .p49-modern-page{background:#f5fafb;}
  .p49-page .p42-topbar{background:#fff;border-bottom:1px solid #e3eef1;height:58px;padding:0 16px;}
  .p49-page .p42-brand{gap:7px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);}
  .p49-page .p42-brand img{height:30px;width:30px;}
  .p49-page .p42-brand span{font-size:10px;line-height:1.05;white-space:nowrap;}
  .p49-page .p42-menu-toggle{height:36px;width:36px;}
  .p49-page .p42-language-link{display:none;}
  .p49-page .p42-icon-link{background:#fff;border:0;box-shadow:none;color:#00863f;font-size:21px;height:36px;width:36px;}
  .p49-page .p42-nav-actions{margin-left:auto;}
  .p49-page .p42-mobile-menu{top:58px;}
  .p49-page .p42-shell{background:#fff;border:0;border-radius:0;box-shadow:none;margin:0;padding:0 0 16px;width:100%;}
  .p49-page .p42-hero-grid{display:flex;flex-direction:column;}
  .p49-page .p42-copy{order:2;padding:14px 18px 4px;}
  .p49-page .p42-copy .p42-breadcrumbs,
  .p49-page .p42-copy .p42-kicker{display:none;}
  .p49-page .p42-title{font-size:26px;line-height:1;margin:0 0 7px;}
  .p49-page .p42-subtitle{font-size:13px;line-height:1.24;margin:0 0 12px;text-transform:none;}
  .p49-page .p42-copy-text{display:none;}
  .p49-page .p42-spec-grid{display:grid;gap:7px;grid-template-columns:repeat(5,minmax(0,1fr));margin:12px 0 0;}
  .p49-page .p42-spec{background:transparent;border:0;box-shadow:none;min-height:58px;padding:0;text-align:center;}
  .p49-page .p42-spec i{font-size:13px;height:30px;margin:0 auto 6px;width:30px;}
  .p49-page .p42-spec span{font-size:9px;line-height:1.08;}
  .p49-page .p42-media{order:1;padding:10px 14px 0;position:relative;}
  .p49-page .p42-media:before{background:#006f7b;border-radius:6px;color:#fff;content:attr(data-mobile-badge);font-size:10px;font-weight:900;left:24px;letter-spacing:.01em;line-height:1;padding:7px 9px;position:absolute;top:20px;z-index:3;}
  .p49-page .p42-media .p42-main-photo{border-radius:8px;height:150px;overflow:hidden;}
  .p49-page .p42-media .p42-main-photo img{border-radius:8px;height:100%;object-fit:cover;object-position:center;width:100%;}
  .p49-page .p42-mobile-dots,
  .p49-page .p42-floating-photo{display:none;}
  .p49-page .p49-tour-band{background:#fff;border:1px solid #dce9ed;border-radius:8px;box-shadow:0 10px 24px rgba(7,20,45,.08);display:grid;gap:14px;grid-template-columns:1fr 1fr;margin:12px 14px;padding:14px;}
  .p49-page .p49-mobile-tour-head{border-bottom:1px solid #e1edf0;display:block;grid-column:1/-1;padding-bottom:10px;}
  .p49-page .p49-mobile-tour-head h2{color:#07142d;font-size:14px;font-weight:900;letter-spacing:.02em;line-height:1.2;margin:0 0 8px;text-transform:uppercase;}
  .p49-page .p49-mobile-tour-head p{color:#4d637a;font-size:10px;font-weight:700;line-height:1.35;margin:0;}
  .p49-page .p49-mobile-tour-head i{color:#00767d;margin-right:5px;}
  .p49-page .p49-mobile-tour-head span{color:#8aa1b1;margin:0 7px;}
  .p49-page .p49-tour-copy{display:none;}
  .p49-page .p49-tour-price{border:0;padding:0;}
  .p49-page .p49-tour-price + .p49-tour-price{border-left:1px solid #dce9ed;padding-left:16px;}
  .p49-page .p49-tour-price strong{font-size:23px;line-height:1.05;}
  .p49-page .p49-tour-price small{font-size:10px;}
  .p49-page .p49-tour-price span{font-size:10px;line-height:1.35;margin-top:5px;}
  .p49-page .p49-mobile-tour-actions{display:grid;gap:8px;grid-column:1/-1;}
  .p49-page .p49-mobile-primary,
  .p49-page .p49-mobile-secondary{align-items:center;border-radius:7px;display:flex;font-size:10px;font-weight:900;justify-content:center;letter-spacing:.02em;line-height:1.15;min-height:41px;text-align:center;text-decoration:none!important;text-transform:uppercase;}
  .p49-page .p49-mobile-primary{background:linear-gradient(135deg,#00828b,#005b66);color:#fff!important;flex-direction:column;}
  .p49-page .p49-mobile-primary small{color:#dff7f9;font-size:9px;text-transform:none;}
  .p49-page .p49-mobile-secondary{background:#fff;border:1px solid #00767d;color:#00767d!important;gap:6px;}
  .p49-page .p49-mobile-secondary small{color:#496173;display:block;font-size:9px;font-weight:800;text-transform:none;}
  .p49-page .p49-food-route-grid{display:grid;gap:10px;grid-template-columns:1fr;margin:0 14px 12px;}
  .p49-page .p49-food-route-grid .p42-panel{background:#fff;border:1px solid #dce9ed;border-radius:8px;box-shadow:0 8px 20px rgba(7,20,45,.05);overflow:hidden;padding:0;}
  .p49-page .p49-food-route-grid .p42-panel-title,
  .p49-page .p49-food-card .p49-panel-head{align-items:center;border-bottom:1px solid #eef4f6;cursor:pointer;display:flex;justify-content:space-between;margin:0;min-height:45px;padding:0 14px;}
  .p49-page .p49-food-card .p49-panel-head a{display:none;}
  .p49-page .p49-food-route-grid .p42-panel-title,
  .p49-page .p49-food-card .p42-panel-title{color:#07142d;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;}
  .p49-page .p49-food-route-grid .p42-panel-title:after,
  .p49-page .p49-food-card .p49-panel-head:after{color:#07142d;content:"\f107";font-family:"Font Awesome 5 Free";font-size:11px;font-weight:900;}
  .p49-page .p49-food-card .p42-panel-title:after{content:none;}
  .p49-page .p49-food-route-grid .p49-mobile-open .p42-panel-title:after,
  .p49-page .p49-food-card.p49-mobile-open .p49-panel-head:after{content:"\f106";}
  .p49-page .p49-includes-card ul{padding:12px 14px 14px;}
  .p49-page .p49-includes-card.p49-mobile-collapsed ul{display:none;}
  .p49-page .p49-includes-card:after{display:none;}
  .p49-page .p49-food-card.p49-mobile-collapsed .p49-food-list,
  .p49-page .p49-food-card.p49-mobile-collapsed .p49-menu-note,
  .p49-page .p49-map-card.p49-mobile-collapsed .p49-route-visual,
  .p49-page .p49-map-card.p49-mobile-collapsed p,
  .p49-page .p49-map-card.p49-mobile-collapsed .p49-itinerary-link{display:none;}
  .p49-page .p49-food-card .p49-food-list{display:grid;gap:0;padding:0 14px 12px;}
  .p49-page .p49-food-card .p49-food-item{border:0;border-bottom:1px solid #edf4f6;border-radius:0;display:grid;gap:10px;grid-template-columns:62px minmax(0,1fr);padding:8px 0;}
  .p49-page .p49-food-card .p49-food-item:last-child{border-bottom:0;}
  .p49-page .p49-food-card .p49-food-item img{border-radius:6px;height:48px;width:62px;}
  .p49-page .p49-food-card .p49-food-item > div{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto;}
  .p49-page .p49-food-card .p49-food-item strong{font-size:10px;line-height:1.18;}
  .p49-page .p49-food-card .p49-food-item span{align-self:center;font-size:9px;line-height:1.1;margin:0;text-align:right;white-space:nowrap;}
  .p49-page .p49-food-card .p49-menu-note{display:none;}
  .p49-page .p49-map-card .p49-route-map-frame{aspect-ratio:16/9;border-radius:7px;margin:0 14px 12px;min-height:126px;}
  .p49-page .p49-map-card p{display:none;}
  .p49-page .p49-map-card .p49-itinerary-link{display:flex;justify-content:center;margin:0 14px 14px;}
  .p49-page .p42-cta-band{display:none;}
  .p49-page .p49-mobile-sticky-actions{background:#fff;border-top:1px solid #dbe8eb;bottom:0;box-shadow:0 -10px 30px rgba(7,20,45,.12);display:grid;gap:8px;grid-template-columns:1fr 1fr;left:0;padding:10px 12px;position:fixed;right:0;z-index:900;}
  .p49-page .p49-mobile-sticky-actions .p49-mobile-primary,
  .p49-page .p49-mobile-sticky-actions .p49-mobile-secondary{min-height:43px;}
  .p49-page .p49-mobile-sticky-actions .p49-mobile-secondary{flex-direction:column;}
}

@media(max-width:380px){
  .p49-page .p42-title{font-size:24px;}
  .p49-page .p42-subtitle{font-size:12px;}
  .p49-page .p42-spec span{font-size:8px;}
  .p49-page .p49-food-card .p49-food-item{grid-template-columns:56px minmax(0,1fr);} 
  .p49-page .p49-food-card .p49-food-item img{height:44px;width:56px;}
}
/* Princess 49 dining form */
.p49-page .p49-dining-request{background:#fff;border:1px solid #d9e8eb;border-radius:8px;box-shadow:0 16px 40px rgba(7,20,45,.08);margin:22px 0 20px;padding:22px;}
.p49-page .p49-dining-hero{align-items:start;border-bottom:1px solid #e2edf0;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(230px,auto);margin-bottom:18px;padding-bottom:18px;}
.p49-page .p49-dining-kicker{color:#00767d;display:block;font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase;}
.p49-page .p49-dining-request h3{color:#07142d;font-size:24px;font-weight:900;line-height:1.15;margin:0;}
.p49-page .p49-dining-hero p{color:#4c5d6f;font-size:14px;line-height:1.62;margin:8px 0 0;max-width:800px;}
.p49-page .p49-dining-badges{display:grid;gap:8px;}
.p49-page .p49-dining-badges span{align-items:center;background:#eef8f9;border:1px solid #cce8eb;border-radius:999px;color:#005f66;display:flex;font-size:12px;font-weight:900;gap:8px;justify-content:flex-start;line-height:1.15;padding:9px 12px;white-space:nowrap;}
.p49-page .p49-dining-badges i{font-size:12px;}
.p49-page .p49-menu-board{display:grid;gap:14px;grid-template-columns:1fr;}
.p49-page .p49-menu-board-included-only{grid-template-columns:minmax(0,1fr) minmax(240px,.34fr);}
.p49-page .p49-menu-group{background:#f8fbfc;border:1px solid #d8e7ea;border-radius:8px;display:flex;flex-direction:column;min-width:0;padding:16px;}
.p49-page .p49-menu-group-included{background:linear-gradient(180deg,#f8fdfe 0,#eef8f9 100%);border-color:#cce8eb;}
.p49-page .p49-menu-group-head{margin-bottom:12px;}
.p49-page .p49-menu-group-head span{color:#00767d;display:block;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1.2;margin-bottom:5px;text-transform:uppercase;}
.p49-page .p49-menu-group-head h4{color:#07142d;font-size:17px;font-weight:900;line-height:1.22;margin:0;}
.p49-page .p49-menu-group-head p{color:#5b6d7d;font-size:12px;line-height:1.45;margin:6px 0 0;}
.p49-page .p49-menu-options{display:grid;gap:10px;}
.p49-page .p49-menu-board-included-only .p49-menu-options{grid-template-columns:repeat(3,minmax(0,1fr));}
.p49-page .p49-menu-card{align-items:flex-start;background:#fff;border:1px solid #d8e7ea;border-radius:8px;color:#07142d;cursor:pointer;display:grid;gap:10px;grid-template-columns:18px minmax(0,1fr);min-height:66px;padding:12px;position:relative;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.p49-page .p49-menu-card:hover,.p49-page .p49-menu-card:focus-within{border-color:#00767d;box-shadow:0 10px 22px rgba(0,118,125,.1);transform:translateY(-1px);}
.p49-page .p49-menu-card:has(input:checked){background:#eef8f9;border-color:#00767d;box-shadow:inset 0 0 0 1px rgba(0,118,125,.16);}
.p49-page .p49-menu-card input{accent-color:#00767d;cursor:pointer;height:15px;margin:2px 0 0;width:15px;}
.p49-page .p49-menu-card strong{color:#07142d;display:block;font-size:13px;font-weight:900;line-height:1.25;margin:0;}
.p49-page .p49-menu-card small{color:#556678;display:block;font-size:11.5px;font-weight:700;line-height:1.38;margin-top:4px;}
.p49-page .p49-menu-card-photo{align-items:center;grid-template-columns:18px 74px minmax(0,1fr);min-height:96px;padding:10px 12px;}
.p49-page .p49-menu-card-photo img{border-radius:8px;display:block;height:58px;object-fit:cover;width:74px;}
.p49-page .p49-menu-card em{background:#e2f2f4;border-radius:999px;color:#005f66;font-size:10px;font-style:normal;font-weight:900;grid-column:3;justify-self:start;line-height:1;margin-top:2px;padding:7px 8px;text-transform:uppercase;white-space:nowrap;}
.p49-page .p49-included-food-note{align-self:stretch;background:linear-gradient(180deg,#071b3a 0,#0b3850 100%);border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:18px;}
.p49-page .p49-included-food-note strong{color:#fff;display:block;font-size:16px;font-weight:900;line-height:1.25;margin:0 0 8px;}
.p49-page .p49-included-food-note p{color:#d5e7ee;font-size:13px;font-weight:700;line-height:1.55;margin:0;}
.p49-page .p49-dining-note{background:#f8fbfc;border:1px solid #d8e7ea;border-radius:8px;margin-top:14px;padding:14px;}
.p49-page .p49-dining-note label{color:#00767d;display:block;font-size:11px;font-weight:900;letter-spacing:.08em;line-height:1.2;margin:0 0 8px;text-transform:uppercase;}
.p49-page .p49-dining-note textarea.form-control{background:#fff!important;border:1px solid #cfe1e6!important;border-radius:8px!important;color:#07142d!important;font-size:14px;font-weight:700;line-height:1.5;min-height:96px;padding:13px 14px;resize:vertical;}
.p49-page .p49-dining-note textarea.form-control:focus{border-color:#00767d!important;box-shadow:0 0 0 3px rgba(0,118,125,.12)!important;outline:0;}
@media(max-width:1200px){.p49-page .p49-menu-board-included-only{grid-template-columns:1fr;}.p49-page .p49-included-food-note{min-height:0;}.p49-page .p49-menu-board-included-only .p49-menu-options{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.p49-page .p49-menu-board-included-only .p49-menu-options{grid-template-columns:1fr;}}
@media(max-width:768px){.p49-page .p49-dining-request{border-radius:8px;margin:18px 0;padding:16px;}.p49-page .p49-dining-hero{grid-template-columns:1fr;margin-bottom:14px;padding-bottom:14px;}.p49-page .p49-dining-request h3{font-size:20px;}.p49-page .p49-dining-hero p{font-size:13px;}.p49-page .p49-dining-badges{grid-template-columns:1fr;}.p49-page .p49-menu-group{padding:14px;}.p49-page .p49-menu-card{min-height:60px;padding:11px;}.p49-page .p49-menu-card-photo{grid-template-columns:18px 62px minmax(0,1fr);}.p49-page .p49-menu-card-photo img{height:50px;width:62px;}.p49-page .p49-menu-card strong{font-size:12.5px;}.p49-page .p49-menu-card small{font-size:11px;}.p49-page .p49-dining-note{padding:12px;}}
@media(max-width:420px){.p49-page .p49-dining-request{margin-left:-2px;margin-right:-2px;padding:14px 12px;}.p49-page .p49-menu-group{padding:12px;}.p49-page .p49-menu-card-photo{grid-template-columns:16px 56px minmax(0,1fr);gap:8px;}.p49-page .p49-menu-card-photo img{height:46px;width:56px;}.p49-page .p49-dining-badges span{white-space:normal;}}
/* Princess 49 quote form polish */
.p49-page .y-single_form {
  background: #eef8fa;
  padding: 46px 0 58px;
}

.p49-page #book-now {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100%;
}

.p49-page #book-now .thm-h {
  margin: 0 auto 22px;
  max-width: 760px;
  text-align: center;
}

.p49-page #book-now .thm-h h2 {
  color: #07142d;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.12;
  margin: 0;
}

.p49-page #book-now .thm-h span {
  color: #556678;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 9px;
}

.p49-page #book-now form {
  background: #ffffff;
  border: 1px solid #d9e8eb;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(7, 20, 45, .08);
  display: grid;
  gap: 18px;
  margin: 0 auto;
  padding: 24px;
}

.p49-page #book-now form > .row {
  display: grid;
  gap: 18px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

.p49-page #book-now form > .row > [class*="col-"] {
  flex: none;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.p49-page #book-now form > .row:nth-of-type(3) {
  display: block;
}

.p49-page #book-now form > .row:nth-of-type(3) > [class*="col-"] {
  width: 100%;
}
.p49-page #book-now form > .row:has(.p49-dining-request) {
  display: block;
}

.p49-page #book-now .form-group {
  margin: 0;
  position: relative;
}

.p49-page #book-now .form-control,
.p49-page #book-now input.form-control,
.p49-page #book-now select.form-control,
.p49-page #book-now textarea.form-control {
  background-color: #ffffff !important;
  border: 1px solid #cfe1e6 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #07142d !important;
  font-family: 'Sen', Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  min-height: 54px;
  outline: 0;
  padding: 0 15px !important;
  width: 100%;
}

.p49-page #book-now textarea.form-control {
  line-height: 1.5;
  min-height: 108px;
  padding-bottom: 13px !important;
  padding-top: 13px !important;
}

.p49-page #book-now select.form-control {
  cursor: pointer;
}

.p49-page #book-now select.form-control option {
  background-color: #ffffff !important;
  color: #07142d !important;
  font-weight: 700;
}

.p49-page #book-now .form-control::placeholder {
  color: #6b7c90;
  opacity: 1;
}

.p49-page #book-now .form-control:focus,
.p49-page #book-now input.form-control:focus,
.p49-page #book-now select.form-control:focus,
.p49-page #book-now textarea.form-control:focus {
  border-color: #00767d !important;
  box-shadow: 0 0 0 3px rgba(0, 118, 125, .12) !important;
}

.p49-page #book-now .p49-dining-request {
  background: #f8fbfc;
  box-shadow: none;
  margin: 4px 0 0;
}

.p49-page #book-now .ocultar {
  display: none !important;
}

.p49-page #book-now #lblStatus,
.p49-page #book-now [id$="lblStatus"] {
  border-radius: 8px;
  display: block;
  font-size: 14px !important;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.p49-page #book-now #Panel1,
.p49-page #book-now [id$="Panel1"] {
  background: #f8fbfc;
  border: 1px solid #d8e7ea;
  border-radius: 8px;
  padding: 16px;
}

.p49-page #book-now form > br {
  display: none;
}

.p49-page #book-now .btn.btn-primary,
.p49-page #book-now input[type="submit"].btn-primary {
  align-items: center;
  background: linear-gradient(135deg, #00858e 0%, #005f68 100%) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 28px rgba(0, 118, 125, .18) !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  justify-self: center;
  letter-spacing: .04em;
  min-height: 54px;
  padding: 0 34px !important;
  text-transform: uppercase;
  width: min(340px, 100%);
}

.p49-page #book-now .btn.btn-primary:hover,
.p49-page #book-now input[type="submit"].btn-primary:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .p49-page .y-single_form {
    padding: 30px 0 42px;
  }

  .p49-page #book-now {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .p49-page #book-now form {
    gap: 14px;
    padding: 16px;
  }

  .p49-page #book-now form > .row {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .p49-page #book-now .thm-h h2 {
    font-size: 26px;
  }

  .p49-page #book-now .thm-h span {
    font-size: 13px;
  }

  .p49-page #book-now .btn.btn-primary,
  .p49-page #book-now input[type="submit"].btn-primary {
    width: 100%;
  }
}

/* Princess 49 final form surface reset */
.p49-page #book-now form{
  background:#fff!important;
  border:1px solid #d8e7ea!important;
  border-radius:8px!important;
  box-shadow:0 18px 48px rgba(7,20,45,.08)!important;
  display:grid!important;
  gap:18px!important;
  padding:28px!important;
}
.p49-page #book-now form > .row{
  background:transparent!important;
  display:grid!important;
  gap:18px 24px!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  margin:0!important;
}
.p49-page #book-now form > .row > [class*="col-"]{
  flex:none!important;
  max-width:none!important;
  min-width:0!important;
  padding:0!important;
  width:auto!important;
}
.p49-page #book-now form > .row:has(.p49-dining-request){
  display:block!important;
  margin-top:8px!important;
}
.p49-page #book-now .form-group{
  background:transparent!important;
  margin:0!important;
  min-height:58px!important;
  position:relative!important;
}
.p49-page #book-now .form-group .form-control,
.p49-page #book-now input.form-control,
.p49-page #book-now select.form-control,
.p49-page #book-now textarea.form-control{
  -webkit-appearance:none;
  appearance:none;
  background:#f8fbfc!important;
  border:1px solid #cfe1e6!important;
  border-radius:8px!important;
  box-shadow:none!important;
  color:#07142d!important;
  display:block!important;
  font-family:'Sen',Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:800!important;
  height:auto!important;
  line-height:1.25!important;
  min-height:58px!important;
  outline:0!important;
  padding:0 16px!important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;
  width:100%!important;
}
.p49-page #book-now select.form-control{
  background-color:#fff!important;
  background-image:linear-gradient(45deg,transparent 50%,#00767d 50%),linear-gradient(135deg,#00767d 50%,transparent 50%)!important;
  background-position:calc(100% - 20px) 50%,calc(100% - 15px) 50%!important;
  background-repeat:no-repeat!important;
  background-size:5px 5px,5px 5px!important;
  color:#07142d!important;
  cursor:pointer!important;
  padding-right:44px!important;
}
.p49-page #book-now select.form-control option{
  background:#fff!important;
  color:#07142d!important;
  font-weight:700!important;
}
.p49-page #book-now textarea.form-control{
  line-height:1.5!important;
  min-height:118px!important;
  padding:14px 16px!important;
  resize:vertical!important;
}
.p49-page #book-now .form-control::placeholder{
  color:#667a90!important;
  opacity:1!important;
}
.p49-page #book-now .form-control:focus,
.p49-page #book-now input.form-control:focus,
.p49-page #book-now select.form-control:focus,
.p49-page #book-now textarea.form-control:focus{
  background:#fff!important;
  border-color:#00767d!important;
  box-shadow:0 0 0 3px rgba(0,118,125,.13)!important;
}
.p49-page #book-now span[style*="Red"],
.p49-page #book-now span[style*="red"]{
  color:#b42318!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1!important;
  position:absolute!important;
  right:10px!important;
  top:8px!important;
  z-index:2!important;
}
.p49-page #book-now .p49-dining-request{
  margin-top:2px!important;
}
@media(max-width:768px){
  .p49-page #book-now form{gap:14px!important;padding:16px!important;}
  .p49-page #book-now form > .row{grid-template-columns:1fr!important;gap:14px!important;}
  .p49-page #book-now .form-group .form-control,
  .p49-page #book-now input.form-control,
  .p49-page #book-now select.form-control,
  .p49-page #book-now textarea.form-control{min-height:52px!important;font-size:14px!important;}
}


/* Source: ../assets/css/catamaran-tour.css?v=20260714-polish1 */
/* Catamaran Tour modern Bavaro layout */
.ctour-page .footerdark{display:none!important;}
.ctour-page .p42-main-photo img,
.ctour-page .p42-floating-photo img{object-position:center center;}
.ctour-page .p42-navlinks{flex:1;gap:30px;justify-content:center;white-space:nowrap;}
.ctour-page .p42-navlinks a{letter-spacing:.02em;}
.ctour-page .p42-spec-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
.ctour-page .ctour-rental-card{display:flex;flex-direction:column;gap:14px;}
.ctour-page .ctour-route-card{align-items:center;background:#fff;border:1px solid #cde4e8;border-radius:8px;color:#07142d;display:grid;gap:14px;grid-template-columns:76px minmax(0,1fr) auto;padding:14px;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.ctour-page .ctour-route-card:hover,
.ctour-page .ctour-route-card:focus{border-color:#00767d;box-shadow:0 14px 28px rgba(0,118,125,.12);color:#07142d;text-decoration:none;transform:translateY(-1px);}
.ctour-page .ctour-route-card img{border-radius:50%;display:block;height:76px;object-fit:cover;width:76px;}
.ctour-page .ctour-route-card strong{color:#07142d;display:block;font-size:16px;font-weight:900;line-height:1.2;margin:0 0 4px;}
.ctour-page .ctour-route-card span{color:#556678;display:block;font-size:13px;font-weight:700;line-height:1.35;}
.ctour-page .ctour-route-card em{align-self:center;background:#e2f2f4;border-radius:999px;color:#005f66;font-size:11px;font-style:normal;font-weight:900;padding:8px 10px;text-transform:uppercase;white-space:nowrap;}
.ctour-page .ctour-simple-list{display:grid;gap:10px;margin:0;padding:0;}
.ctour-page .ctour-simple-list li{align-items:flex-start;background:#f8fbfc;border:1px solid #d8e7ea;border-radius:8px;color:#31485c;display:grid;font-size:13px;font-weight:700;gap:10px;grid-template-columns:28px minmax(0,1fr);line-height:1.45;list-style:none;padding:11px 12px;}
.ctour-page .ctour-simple-list i{align-items:center;background:#e2f2f4;border-radius:50%;color:#00767d;display:flex;height:28px;justify-content:center;width:28px;}
.ctour-page .ctour-price-grid{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));}
.ctour-page .ctour-price-tier{background:#f8fbfc;border:1px solid #d8e7ea;border-radius:8px;padding:10px 12px;}
.ctour-page .ctour-price-tier span{color:#4d637a;display:block;font-size:12px;font-weight:800;line-height:1.25;}
.ctour-page .ctour-price-tier strong{color:#00767d;display:block;font-size:17px;font-weight:900;line-height:1.1;margin-top:3px;}
.ctour-page #accordion > .card:nth-child(3){display:none!important;}
.ctour-page .ctour-form-shell{background:transparent;}
.ctour-page .ctour-form-shell > .row{background:#fff;border:1px solid #d9e8eb;border-radius:8px;box-shadow:0 16px 40px rgba(7,20,45,.08);margin-left:0;margin-right:0;padding:22px 14px 6px;}
.ctour-page .ctour-form-shell > .row:first-of-type:before{color:#00767d;content:"Charter details";display:block;font-size:12px;font-weight:900;letter-spacing:.08em;margin:0 8px 10px;text-transform:uppercase;width:100%;}
.ctour-page .ctour-form-shell-es > .row:first-of-type:before{content:"Detalles del charter";}
.ctour-page .ctour-submit-box{background:#fff;border:1px solid #d9e8eb;border-radius:8px;box-shadow:0 16px 40px rgba(7,20,45,.08);margin-top:18px;padding:22px;}
.ctour-page .ctour-submit-head{align-items:center;border-bottom:1px solid #d8e7ea;display:flex;gap:16px;margin-bottom:18px;padding-bottom:18px;}
.ctour-page .ctour-submit-icon{align-items:center;background:#e2f2f4;border:1px solid #b9dce1;border-radius:50%;color:#00767d;display:flex;flex:0 0 58px;font-size:24px;height:58px;justify-content:center;width:58px;}
.ctour-page .ctour-submit-head h3{color:#07142d;font-size:24px;font-weight:900;line-height:1.15;margin:0 0 6px;}
.ctour-page .ctour-submit-head p{color:#556678;font-size:14px;line-height:1.55;margin:0;}
.ctour-page .ctour-submit-grid{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(280px,1fr) minmax(260px,.42fr);}
.ctour-page .ctour-submit-action{display:grid;gap:8px;}
.ctour-page .ctour-submit-action small{color:#556678;display:block;font-size:12px;line-height:1.35;text-align:center;}
.ctour-page .ctour-submit-grid .btn{background:#00767d!important;border:1px solid #00767d!important;border-radius:8px!important;color:#fff!important;font-size:13px!important;font-weight:900!important;letter-spacing:.04em;min-height:58px;text-transform:uppercase;width:100%;}
@media(max-width:900px){
    .ctour-page .p42-navlinks{gap:18px;}
  .ctour-page .p42-spec-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
  .ctour-page .ctour-submit-grid{grid-template-columns:1fr;}
  .ctour-page .ctour-submit-head{align-items:flex-start;}
}
@media(max-width:640px){
  .ctour-page .ctour-route-card{grid-template-columns:62px minmax(0,1fr);}
  .ctour-page .ctour-route-card img{height:62px;width:62px;}
  .ctour-page .ctour-route-card em{grid-column:2;justify-self:start;}
  .ctour-page .ctour-rental-card.p49-mobile-collapsed .ctour-route-card,
  .ctour-page .ctour-rental-card.p49-mobile-collapsed .ctour-simple-list,
  .ctour-page .ctour-rental-card.p49-mobile-collapsed .ctour-price-grid{display:none;}
  .ctour-page .ctour-price-grid{grid-template-columns:1fr;}
  .ctour-page .ctour-submit-box{padding:16px;}
  .ctour-page .ctour-submit-head h3{font-size:20px;}
  .ctour-page .ctour-submit-icon{flex-basis:48px;height:48px;width:48px;}
}

.ctour-page #collapseTwo .booknow_box .btn-primary i{margin-right:8px;}

.ctour-page .ctour-lock-svg{display:block;height:26px;width:26px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;}

/* Medium catamaran polish: nav, distance accordion, and secure quote icon */
.ctour-page .p42-topbar{align-items:center;display:flex;gap:22px;justify-content:space-between;}
.ctour-page .p42-navlinks{align-items:center;display:flex!important;flex:1 1 auto;gap:24px;justify-content:center;min-width:0;white-space:nowrap;}
.ctour-page .p42-navlinks a{color:#07142d!important;font-size:13px;font-weight:900;letter-spacing:.02em;line-height:1;text-decoration:none!important;text-transform:uppercase;}
.ctour-page .p42-navlinks a:hover,.ctour-page .p42-navlinks a:focus{color:#00767d!important;text-decoration:none!important;}
.ctour-page .p42-menu-link{display:none!important;}
@media(max-width:1180px){
  .ctour-page .p42-navlinks{display:none!important;}
  .ctour-page .p42-menu-link{display:flex!important;}
}

.ctour-page #collapseTwo .card-body{padding:44px 40px 24px;}
.ctour-page #collapseTwo .counter_outer{margin:0;width:100%;}
.ctour-page #collapseTwo .home-booknow{background:#dff0f2;margin:0 0 24px;padding:32px;}
.ctour-page #collapseTwo .booknow_box{display:grid;gap:16px;margin:0 auto;max-width:none;width:100%;}
.ctour-page #collapseTwo .form-group{margin:0;}
.ctour-page #collapseTwo .form-control{background:#fff;border:1px solid #008b98;border-radius:3px;box-shadow:none;color:#07142d;font-size:16px;height:42px;margin:0!important;padding:9px 12px!important;}
.ctour-page #collapseTwo .btn-primary{align-items:center;background:#31b4ee!important;border:1px solid #008fe8!important;border-radius:3px!important;color:#fff!important;display:flex;font-size:16px;font-weight:800;gap:8px;justify-content:center;min-height:46px;padding:10px 14px!important;text-transform:none;width:100%;}
.ctour-page #collapseTwo #output{color:#07142d;font-size:18px!important;line-height:1.45;margin:0 0 18px!important;}
.ctour-page #collapseTwo .y-map{border-radius:0;display:block!important;height:300px;margin-top:24px;overflow:hidden;width:100%;}
.ctour-page #collapseTwo #map{height:300px!important;min-height:300px;width:100%!important;}

.ctour-page .ctour-submit-icon{background:#e2f2f4!important;border:1px solid #b9dce1!important;color:#00767d!important;font-size:0!important;}
.ctour-page .ctour-submit-icon svg,.ctour-page .ctour-lock-svg{display:block!important;fill:none!important;height:28px!important;stroke:currentColor!important;stroke-linecap:round!important;stroke-linejoin:round!important;stroke-width:2.2!important;width:28px!important;}
.ctour-page .ctour-submit-icon svg *{fill:none!important;stroke:currentColor!important;}
@media(max-width:640px){
  .ctour-page #collapseTwo .card-body{padding:24px 16px;}
  .ctour-page #collapseTwo .home-booknow{padding:18px;}
  .ctour-page #collapseTwo .y-map,.ctour-page #collapseTwo #map{height:240px!important;min-height:240px;}
}


/* Extracted inline style block 1 from our-fleet\catamaran-cruise.aspx. */
.pill-links {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px;
    }

    .pill-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      padding: 14px 20px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #fff;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 999px;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .pill-links a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      border-color: #fff;
    }

    .pill-links a span {
      margin-right: 8px;
    }


/* Extracted inline style block 2 from our-fleet\catamaran-cruise.aspx. */
/* === MINI GALLERY CARD (RIGHT COLUMN) === */
.saba50-photo-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px 16px;
  margin-top: 10px;
}

.saba50-photo-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.saba50-photo-header span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.saba50-photo-header small {
  font-size: 12px;
  color: #777;
}

/* 2x2 grid */
.saba50-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.saba50-photo-item {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.saba50-photo-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
  transition: transform .25s ease, filter .25s ease;
}

.saba50-photo-item:hover img {
  transform: scale(1.03);
  filter: brightness(1.05);
}

/* + photos overlay */
.saba50-photo-more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}

.saba50-photo-more-badge {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Adjust sizes on small screens so it still looks good when col goes full width */
@media (max-width: 767.98px) {
  .saba50-photo-item img {
    height: 150px;
  }
}

/* === LIGHTBOX === */
.saba50-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.saba50-hidden {
  display: none;
}

.saba50-lightbox-dialog {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

#saba50LightboxImg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 8px;
}

/* Close button */
.saba50-lightbox-close {
  position: absolute;
  top: -40px;
  right: -5px;
  border: none;
  background: transparent;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

/* Arrows */
.saba50-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.saba50-prev { left: -50px; }
.saba50-next { right: -50px; }

.saba50-lightbox-arrow:hover,
.saba50-lightbox-close:hover {
  background: rgba(255,255,255,.15);
}

/* Counter */
.saba50-lightbox-counter {
  position: absolute;
  right: 10px;
  bottom: -30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* On very small screens pull arrows inside */
@media (max-width: 576px) {
  .saba50-prev { left: 5px; }
  .saba50-next { right: 5px; }
}

/* FIX: Make vertical images fully visible on desktop */
#saba50LightboxImg {
  width: auto;
  height: auto;
  max-width: 90vw !important;
  max-height: 90vh !important;
  object-fit: contain !important;
}

/* Center image perfectly */
.saba50-lightbox-dialog {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}




/* === DESKTOP ONLY: 4 columns x 2 rows gallery layout === */
@media (min-width: 992px) {
  .saba50-photo-card {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }

  .saba50-photo-header {
    display: none;
  }

  .saba50-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .saba50-photo-item {
    border-radius: 0;
    height: 280px;
  }

  .saba50-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .saba50-photo-more::before {
    background: rgba(0, 0, 0, 0.55);
  }

  .saba50-photo-more-badge {
    left: 50%;
    right: auto;
    bottom: 50%;
    transform: translate(-50%, 50%);
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .saba50-photo-card {
max-width: 1500px; /* 🔥 control width here */
    margin: 0 auto;      /* center it */
    padding: 0 20px;     /* breathing space on sides */
  }
}



/* === DESKTOP ONLY: 4 columns x 2 rows gallery layout === */
@media (min-width: 992px) {
  .saba50-photo-card {
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }

  .saba50-photo-header {
    display: none;
  }

  .saba50-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .saba50-photo-item {
    border-radius: 0;
    height: 280px;
  }

  .saba50-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .saba50-photo-more::before {
    background: rgba(0, 0, 0, 0.55);
  }

  .saba50-photo-more-badge {
    left: 50%;
    right: auto;
    bottom: 50%;
    transform: translate(-50%, 50%);
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .saba50-photo-card {
max-width: 1500px; /* 🔥 control width here */
    margin: 0 auto;      /* center it */
    padding: 0 20px;     /* breathing space on sides */
  }
}

/* Desktop fix: keep right blue details panel inside its own column */
@media (min-width: 992px) {
  .hi-single-yacht {
    display: grid;
    grid-template-columns: 78% 22%;
    align-items: stretch;
    overflow: hidden;
  }

  .hi-single-yacht .single-yacht {
    width: 100%;
    min-width: 0;
  }

  .hi-single-yacht .header-cont {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto;
    background: rgba(2, 19, 38, 0.94);
    z-index: 2;
  }

  .hi-single-yacht .single-yacht_dtails {
    position: sticky;
    top: 90px;
    padding: 28px 26px;
  }

  .saba50-photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 991px) {
  .hi-single-yacht {
    display: block;
  }

  .hi-single-yacht .header-cont {
    position: relative !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .saba50-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .saba50-photo-grid .saba50-photo-item:last-child {
    grid-column: 1 / -1;
  }
}
