﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
    outline: 0 !important;
}


:root {
    --hero-image: url('hero-section.jpg');
    --subnav-height: 56px;
    --primary-white: #ffffff;
    --primary-black: #000000;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Epilogue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #0A3442;
    letter-spacing: 0.5px;
}

p {
    font-family: 'Epilogue', sans-serif;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 34px;
    color: #0A3442;
    letter-spacing: 0.1px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Epilogue', sans-serif;
    color: #333333;
    font-weight: 700;
    margin: 0;
}

.subhead {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.lead {
    font-size: 16px !important;
    line-height: 34px;
    width: 90%;
    font-weight: 400;
}

/* Keeps main navigation static - Not Sticky */
.nav-header-main {
    position: static;
    padding: 20px 10px;
}

.menu-logo {
    max-width: 300px;
}

.dropdown-toggle::after {
    display: none;
}

.main-footer p {
    font-size: 12px !important;
    line-height: 20px;
}

.accordion-button:not(.collapsed) {
    color: #0a3442;
}

.features-bullets li {
    list-style: disc !important;
}

.options-bullets li {
    list-style: disc !important;
}

.modal-gallery .img-fluid {
    max-width: 80%;
}

#options {
    filter: drop-shadow(0px 10px 20px #d5d5d5);
}

.footer-links {
    padding-left: 0rem;
}

#optionLightbox {
    margin: auto;
}

/* CTA BUTTONS */
.primary-cta {
    background-color: #00AFC3 !important;
    font-family: 'Epilogue', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1px;
    padding: 10px 15px;
    text-transform: none;
    max-width: 237px;
    border-radius: 3px;
}

.primary-cta:hover {
    background-color: #1C7FA0;
}

.btn-close {
    opacity: 1;
}

/* ---------------- HERO ---------------- */
.hero {
    position: relative;
    min-height: 88vh;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .30) 45%, rgba(0, 0, 0, .15) 70%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.hero-title {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    width: min(1100px, 94%);
}

/*.hero-eyebrow {
    color: var(--primary-white);
    letter-spacing: .20em;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .95;
}*/

.hero-heading {
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
    font-size: 4.5rem;
}

.hero-stats {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.stats-wrap {
    backdrop-filter: saturate(120%) blur(2px);
    background: rgba(0, 0, 0, .45);
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.stat-label {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .75rem;
    opacity: .85;
}

.stat-value {
    line-height: 1;
}

@media (max-width: 420px) {
    .hero {
        min-height: 78vh;
    }

    .hero-heading {
        font-size: 2rem;
    }
}

/* ---------------- SUBNAV ---------------- */
.subnav-sentinel {
    height: 1px;
}

.subnav {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #e0e0e0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    transition: box-shadow .2s ease, background-color .2s ease;
}

.subnav.is-stuck {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.subnav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgba(0, 0, 0, .45);
    padding: .9rem 1rem;
}

.subnav .nav-link.active,
.subnav .nav-link:hover {
    color: #0b2e39;
}

section[id] {
    scroll-margin-top: calc(var(--subnav-height) + 16px);
}

.section-pad {
    padding: 64px 30px;
}

/* ---------------- OVERVIEW ---------------- */
.overview-intro h2 {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px;
}

.overview-subhead {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: .9rem;
    color: var(--bs-heading-color);
}

.overview .title {
    font-size: 50px;
    line-height: 52px;
}

.overview-specs {
    background: #E5F3F9;
    border-radius: 15px;
}

#overview .overview-intro .lead .text-muted {
    font-size: 16px !important;
    line-height: 34px;
}

.overview-specs .spec-label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .85rem;
}

.overview-specs .spec-value {
    font-weight: 600;
    font-size: 1rem;
}

.overview-disclaimer {
    font-size: 14px;
    color: #555;
}

/* ---------------- GALLERY ---------------- */
.gallery-section {
    background: #E5F3F9;
}

.filter-nav .nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgba(11, 46, 57, .5);
    padding: .25rem .5rem;
}

.filter-nav .nav-link.active,
.filter-nav .nav-link:hover {
    color: #0b2e39;
    text-decoration: none;
}

/* Masonry using CSS columns */
.masonry {
    column-gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .masonry {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .masonry {
        column-count: 3;
    }
}

@media (min-width: 1400px) {
    .masonry {
        column-count: 3;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.masonry-item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------- FEATURES (Standard) ---------------- */
.features-section {
    background: #fff;
}

.features-section .eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: .9rem;
    color: #000000;
}

.features-section .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    color: var(--bs-heading-color);
}

.feature-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.features-accordion {
    padding-left: 8rem;
}

.accordion.features {
    width: 80%;
}

.accordion.features .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.accordion.features .accordion-button {
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accordion.features .accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion.features .accordion-body {
    padding: .75rem 0 1.5rem 0;
}

.features-bullets {
    margin-bottom: 0;
    font-size: 16px;
}

.features-bullets li {
    margin-bottom: .35rem;
}



@media (min-width: 320px) {
    .features-accordion {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1024px) {
    .features-accordion {
        padding-left: 8rem !important;
    }
}

/* ---------------- OPTIONS ---------------- */
.options-section {
    background: #fff;
}

.options-section .eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: .9rem;
    color: var(--primary-black);
}

.options-section .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    color: var(--bs-heading-color);
}

.option-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.options-accordion {
    padding-left: 0rem;
}

.accordion.options {
    width: 75%;
}

.accordion.options .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.accordion.options .accordion-button {
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accordion.options .accordion-button:not(.collapsed) {
    background: transparent;
}

.accordion.options .accordion-body {
    padding: .75rem 0 1.5rem 0;
}

.options-bullets {
    margin-bottom: 0;
    font-size: 16px;
}

.options-bullets li {
    margin-bottom: .35rem;
}

.options-bullets a {
    text-decoration: underline;
}

/* Lightbox modal */
/* Lightbox look & feel */
.feature-lightbox .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.feature-lightbox .lightbox-frame {
    position: relative;
    border-radius: 12px; /* matches the rounded card look */
    overflow: hidden;
    box-shadow: 0 1.25rem 3rem rgba(0,0,0,.35);
}

.feature-lightbox .lightbox-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Close button over photo, fully opaque */
.feature-lightbox .btn-close {
    position: absolute;
    top: .75rem;
    right: .75rem;
    opacity: 1; /* always visible */
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.6)); /* legible on bright images */
}

.feature-lightbox .btn-close.btn-close-white {
    /* keep Bootstrap's white filter, then add your shadow */
    filter: invert(1) grayscale(100%) brightness(200%) drop-shadow(0 2px 6px rgba(0,0,0,.6));
    opacity: 1;
    z-index: 2;
}

/* Title overlay bottom-left */
.feature-lightbox .title-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75rem 1rem;
    color: #fff;
    font-size: 1.125rem; /* tweak as needed */
    font-weight: 600;
}

.feature-lightbox .title-bar::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 100%);
    pointer-events: none; /* soft bottom gradient for readability */
}

.feature-lightbox .title-text {
    position: relative;
    z-index: 1;
}


/* ---------------- QUOTE CTA ---------------- */
.quote-cta-section {
    --teal: #0b2e39;
    /* Dark teal card color */
    --accent: #00b3b3;
    /* Accent for icons / button */
    --bg: url('/assets/img/new-models/all-boat-models/quote-it-bg.jpg');
    /* Replace with your background image */
    background: #f1f6f8 var(--bg) center/cover no-repeat;
}

.quote-cta-card {
    background: var(--teal);
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    height: 100%;
    max-height: 625px;
    overflow: hidden;
}

.quote-cta-card .eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: .9rem;
    color: var(--primary-white);
}

.quote-cta-card .title {
    font-weight: 700;
    color: var(--text-white);
    line-height: 1.02;
    text-transform: uppercase;
}

.quote-cta-card p {
    color: var(--primary-white);
}

/*.quote-cta-card .cta-btn {
    background: #18c3c3;
    border: 0;
}

.quote-cta-card .cta-btn:hover {
    filter: brightness(.95);
}*/

.quote-cta-icon {
    width: 36px;
    height: 36px;
    color: #18c3c3;
}

.quote-video {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    height: 100%;
    max-height: 625px;
    overflow: hidden;
}

.quote-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quote-tag {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
}

.quote-tag .big-icon {
    width: 48px;
    height: 48px;
    color: #18c3c3;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

/* ---------------- ENGINES ---------------- */
.engines-section {
    background: #fff;
}

.engines-section .eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: .9rem;
    color: #000000;
}

.engines-section .title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    color: var(--bs-heading-color);
}

.engine p {
    font-size: 16px;
}

.engine-card {
    text-align: center;
}

.engine-name {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .08em;
}

.engine-price {
    opacity: .85;
}

.engine-photo {
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.engine-photo img {
    max-height: 100%;
    width: auto;
}

@media (min-width: 1200px) {
    .engine-photo {
        height: 420px;
    }
}

@media (max-width: 1024px) {
    .engine-wrapper {
        width: 80%;
        margin: auto;
    }
}

.btn-bulletin {
    background: #0b2e39;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    padding: .75rem 1rem;
    font-weight: 700;
}

.btn-bulletin:hover {
/*    filter: brightness(.95);*/
    color: #fff;
    background-color: #000000;
}

/* ---------------- MODEL FOOTER CTA ---------------- */
.model-footer-cta {
    --cta-bar: #3d7796;
}

.model-footer-cta .image-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.model-footer-cta img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 6rem;
}

.model-footer-cta .cta-bar {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--cta-bar);
    color: #fff;
}

.model-footer-cta .cta-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 2rem 0;
}

@media (max-width: 767.98px) {
    .model-footer-cta .cta-bar-inner {
        flex-direction: column;
        gap: 1rem;
    }
}

.model-footer-cta .cta-link {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

.model-footer-cta .cta-link:hover {
    color: #0b2e39;
    cursor: pointer;
}

.model-footer-cta .divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, .35);
}

.model-footer-cta .arrow-bubble {
/*    width: 28px;
    height: 28px;*/
    border-radius: 50%;
    background: #fff;
    color: var(--cta-bar);
    display: inline-flex;
    justify-content: center;
    font-weight: 900;
}

.model-footer-cta .icon {
    width: 24px;
    height: 24px;
    color: #fff;
    opacity: .95;
}

/* ---------------- GALLERY LIGHTBOX ---------------- */
.options-bullets li a {
    color: #00AFC3;
}

.options-bullets li a:hover {
    text-decoration: underline;
}

.modal-gallery .modal-dialog {
    max-width: 92vw;
}

.modal-gallery .modal-content {
    background: transparent;
    border: 0;
}

.modal-gallery .modal-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: auto;
}

.modal-gallery img {
    max-height: 82vh;
    width: auto;
}

.modal-gallery .img-fluid {
    max-width: 80%;
}

.gl-prev,
.gl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .45);
    border: 0;
    color: #fff;
    width: 33px;
    height: 35px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

.gl-prev {
    left: 10px;
}

.gl-next {
    right: 10px;
}

.gl-prev:hover,
.gl-next:hover {
    background: rgba(0, 0, 0, .65);
}
