/* Maiora 103 page styles. Based on the shared yacht detail layout. */

/* ===== Maiora 103 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 #mainnavbar {
    display: none !important;
}

.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 #maiora-103-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-"] {
    min-width: 0;
    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%;
    min-width: 0;
    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;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding-left: 28px;
    position: relative;
    white-space: normal;
    word-break: normal;
}

.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 .p42-form-shell [class^="ti-"],
.p42-redesign .p42-form-shell [class*=" ti-"] {
    font-family: themify !important;
}

.p42-redesign .p42-form-shell .fa,
.p42-redesign .p42-form-shell .fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.p42-redesign .p42-form-shell .fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.p42-redesign .p42-form-shell .lux-form-emoji {
    display: inline-flex;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-right: 8px;
    vertical-align: -2px;
}

.p42-redesign .lux-secure-icon .lux-form-emoji {
    font-size: 20px;
    margin-right: 0;
    vertical-align: 0;
}

.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: 8px 0 0;
    max-width: none;
    padding: 26px;
}

.p42-redesign .lux-secure-copy {
    border-bottom: 1px solid #d8e7ea;
    margin-bottom: 24px;
    padding-bottom: 22px;
}

.p42-redesign .lux-submit-row {
    column-gap: 38px;
    row-gap: 24px;
}

.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;
}

.p42-redesign .lux-accordion-trigger b i {
    color: #00767d;
    margin-right: 8px;
    width: 18px;
}

@media (min-width: 992px) {
    .maiora-103-page .p42-price-panel .p42-full-day-only {
        grid-template-columns: 1fr;
    }

    .maiora-103-page .p42-price-panel .p42-full-day-only .p42-route-preview-group {
        max-width: none;
    }

    .maiora-103-page .p42-price-panel .p42-route-card {
        grid-template-columns: 70px minmax(0, 1fr) 96px 14px;
        min-height: 98px;
        padding: 14px 16px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card img {
        height: 70px;
        width: 70px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card strong {
        font-size: 15px;
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only {
        grid-template-columns: 1fr;
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only .p42-route-group {
        padding: 18px;
    }
}

@media (min-width: 1200px) {
    .maiora-103-page .p42-content-grid {
        gap: 18px;
        grid-template-columns: minmax(250px, .82fr) minmax(430px, 1.42fr) 320px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .maiora-103-page .p42-content-grid > .p42-includes {
        display: block;
        grid-column: 1;
        grid-row: 1;
    }

    .maiora-103-page .p42-content-grid > .p42-price-panel {
        grid-column: 2;
        grid-row: 1;
    }

    .maiora-103-page .p42-content-grid > .p42-details-card {
        grid-column: 3;
        grid-row: 1;
    }

    .maiora-103-page .p42-price-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card {
        grid-template-columns: 58px minmax(0, 1fr) 78px 12px;
        min-height: 86px;
        padding: 11px 12px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card img {
        height: 58px;
        width: 58px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card strong {
        font-size: 14px;
    }

    .maiora-103-page .p42-price-panel .p42-route-card span span {
        font-size: 11px;
    }

    .maiora-103-page .p42-price-panel .p42-price {
        font-size: 15px;
    }

    .maiora-103-page .p42-includes .p42-panel-title {
        margin-bottom: 18px;
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only .p42-route-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only .p42-route-option {
        align-content: start;
        grid-template-columns: 1fr;
        min-height: 190px;
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only .p42-route-meta {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 4px;
        text-align: left;
    }

    .maiora-103-page .p42-route-picker .p42-full-day-only .p42-route-meta b {
        flex: 0 0 100%;
    }
}

@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;
    }
}



