@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ============================================================
   California Boat Co — Home
   Palette: Navy #1E3149 · Aqua #58A5C4 · Slate #343A40
            Lightest Blue #F0F6FA · White #FFFFFF
   ============================================================ */

/* =========================== common css starts here =========================== */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #343A40;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

button {
    font-family: inherit;
    cursor: pointer;
}

.bl-noscroll {
    overflow: hidden;
}

.cbc-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.cbc-aqua {
    color: #58A5C4;
}

.cbc-text-white {
    color: #fff !important;
}

.cbc-text-center {
    text-align: center;
}

/* shared section heading */
.cbc-section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.14;
    color: #1E3149;
}

/* eyebrow label with line */
.cbc-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.cbc-eyebrow span:not(.cbc-eyebrow-line) {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #58A5C4;
}

.cbc-eyebrow-line {
    width: 40px;
    height: 1px;
    background: #58A5C4;
    display: inline-block;
    flex: none;
}

.cbc-eyebrow-center {
    justify-content: center;
}

/* buttons */
.cbc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 14px 28px;
    border: 1px solid transparent;
    transition: all .2s ease;
    cursor: pointer;
}

.cbc-btn-sm {
    padding: 10px 16px;
    font-size: 11px;
}

.cbc-btn-aqua {
    background: #58A5C4;
    color: #fff;
}

.cbc-btn-aqua:hover {
    background: #4791af;
    color: #fff;
}

.cbc-btn-navy {
    background: #1E3149;
    color: #fff;
}

.cbc-btn-navy:hover {
    background: #15243a;
    color: #fff;
}

.cbc-btn-outline {
    background: transparent;
    color: #1E3149;
    border-color: rgba(30, 49, 73, .25);
}

.cbc-btn-outline:hover {
    background: #1E3149;
    color: #fff;
}

.cbc-btn-outline-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
    padding: 16px 32px;
}

.cbc-btn-outline-light:hover {
    background: #fff;
    color: #1E3149;
}

.cbc-btn-block-sm {
    width: 100%;
    max-width: 340px;
}

.cbc-btn-arrow {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex: none;
}

.cbc-link-arrow {
    width: 12px;
    height: 12px;
    object-fit: contain;
    flex: none;
}

/* =========================== common css ends here =========================== */


/* =========================== desktop nav css starts here =========================== */
.cbc-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.cbc-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    height: 80px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cbc-nav-logo img {
    height: 46px;
    width: auto;
    display: block;
}

.cbc-nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cbc-nav-link {
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1E3149;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cbc-nav-link i {
    font-size: 9px;
    opacity: .7;
}

.cbc-nav-link:hover {
    color: #58A5C4;
}

.cbc-nav-right {
    display: flex;
    align-items: center;
    gap: 22px;
}

.cbc-nav-search {
    background: none;
    border: none;
    color: #1E3149;
    font-size: 16px;
}

.cbc-nav-search:hover {
    color: #58A5C4;
}

.cbc-nav-phone {
    font-size: 16px;
    color: #1E3149;
    white-space: nowrap;
}

.cbc-nav-phone i {
    color: #58A5C4;
    margin-right: 4px;
}

.cbc-nav-burger {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    color: #1E3149;
}

/* =========================== desktop nav css ends here =========================== */


/* =========================== mega menu css starts here =========================== */
.inventoryMegaMenu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    border-top: 1px solid #eee;
    z-index: 999;
    padding: 44px 0 52px;
}

.inventoryMegaMenu .closeInventoryIcon {
    position: absolute;
    top: 14px;
    right: 28px;
    background: none;
    border: none;
    font-size: 20px;
    color: #1E3149;
}

.cbc-mega-title {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.2px;
    color: #1E3149;
    margin-bottom: 18px;
}

.cbc-mega-link {
    display: block;
    font-size: 14px;
    color: #343A40;
    padding: 8px 0;
}

.cbc-mega-link:hover {
    color: #58A5C4;
}

.cbc-mega-cta {
    color: #58A5C4;
    font-weight: 600;
}

/* small dropdowns (service / company) */
.cbc-dropdown {
    display: none;
    position: fixed;
    top: 80px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px 0;
    min-width: 240px;
    z-index: 999;
}

.cbc-dropdown-link {
    display: block;
    padding: 10px 22px;
    font-size: 14px;
    color: #343A40;
}

.cbc-dropdown-link:hover {
    background: #F0F6FA;
    color: #58A5C4;
}

/* mobile drawer */
.bl-mobileMenu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 1100;
}

.bl-mobileMenu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.bl-mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    max-width: 86%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .28s ease;
    z-index: 1101;
    overflow-y: auto;
    padding-bottom: 30px;
}

.bl-mobileMenu.is-open {
    transform: translateX(0);
}

.bl-mobileMenu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.bl-mobileMenu-logo {
    height: 38px;
}

.bl-mobileMenu-close {
    background: none;
    border: none;
    font-size: 22px;
    color: #1E3149;
}

.bl-mAccordion {
    border-bottom: 1px solid #f0f0f0;
}

.bl-mAccordion-head {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #1E3149;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl-mAccordion-head i {
    transition: transform .2s;
    font-size: 12px;
}

.bl-mAccordion.is-open .bl-mAccordion-head i {
    transform: rotate(180deg);
}

.bl-mAccordion-panel {
    display: none;
    padding: 0 20px 12px;
}

.bl-mAccordion-panel a {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    color: #343A40;
}

.bl-mobileMenu-flat {
    display: block;
    padding: 16px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #1E3149;
    border-bottom: 1px solid #f0f0f0;
}

.bl-mobileMenu-phone {
    display: block;
    margin: 20px;
    padding: 13px;
    text-align: center;
    background: #1E3149;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

/* =========================== mega menu css ends here =========================== */


/* =========================== hero css starts here =========================== */
.cbc-hero {
    position: relative;
    min-height: 760px;
    height: 92vh;
    max-height: 960px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1E3149;
}

.cbc-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.cbc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(30, 49, 73, .96) 0%, rgba(30, 49, 73, .75) 50%, rgba(30, 49, 73, .25) 100%);
}

.cbc-hero-container {
    position: relative;
    z-index: 2;
}

.cbc-hero-content {
    max-width: 680px;
}

.cbc-hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.cbc-hero-text {
    margin-top: 24px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, .8);
}

.cbc-hero-brands {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cbc-hero-chip {
    display: inline-block;
    border: 1px solid rgba(88, 165, 196, .4);
    color: rgba(88, 165, 196, .9);
    font-size: 11px;
    letter-spacing: 2px;
    padding: 5px 14px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cbc-hero-chip:hover,
.cbc-hero-chip:focus {
    background-color: rgba(88, 165, 196, .9);
    border-color: rgba(88, 165, 196, .9);
    color: #fff;
    text-decoration: none;
}

.cbc-hero-cta {
    margin-top: 40px;
}

.cbc-hero-meta {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.cbc-hero-meta span {
    font-size: 12.8px;
    color: rgba(255, 255, 255, .45);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cbc-hero-meta span img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}

/* =========================== hero css ends here =========================== */


/* =========================== our brands css starts here =========================== */
.cbc-brands {
    background: #1E3149;
}

.cbc-brands .cbc-container {
    padding: 0;
    max-width: 1920px;
}

.cbc-brands-grid {}

.cbc-eyebrow-light span:not(.cbc-eyebrow-line) {
    color: #58A5C4;
}

.cbc-brand-intro {
    background: #1E3149;
    min-height: 440px;
    padding: 56px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cbc-brand-intro-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.14;
    color: #fff;
}

.cbc-brand-intro-text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    max-width: 480px;
}

.cbc-brand-card {
    position: relative;
    min-height: 440px;
    background-size: cover;
    background-position: center;
    display: flex;
}

.cbc-brand-stretch {
    position: absolute;
    inset: 0;
    z-index: 2;
    font-size: 0;
}

.cbc-brand-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 49, 73, .85) 0%, rgba(30, 49, 73, .6) 50%, rgba(30, 49, 73, .15) 100%);
}

.cbc-brand-card-body {
    position: relative;
    z-index: 1;
    padding: 40px;
    align-self: flex-end;
    width: 100%;
}

.cbc-brand-tag {
    display: inline-block;
    background: #58A5C4;
    color: #fff;
    font-size: 10.4px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 4px 12px;
    margin-bottom: 84px;
}

.cbc-brand-logo {
    display: block;
    height: 28px;
    width: auto;
    object-fit: contain;
    object-position: left;
    margin-bottom: 14px;
}

.cbc-brand-tagline {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #58A5C4;
    margin-bottom: 8px;
}

.cbc-brand-desc {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    max-width: 363px;
    margin-bottom: 16px;
}

.cbc-brand-shop {
    position: relative;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    color: #58A5C4;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cbc-brand-shop:hover {
    color: #fff;
    gap: 12px;
}

/* =========================== our brands css ends here =========================== */


/* =========================== inventory css starts here =========================== */
.cbc-inventory {
    background: #fff;
    padding: 96px 0;
}

.cbc-inventory-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 20px;
}

.cbc-inventory-golink {
    font-size: 13px;
    font-weight: 600;
    color: #58A5C4;
    white-space: nowrap;
}

.cbc-inventory-golink:hover {
    color: #1E3149;
}

.cbc-boat-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(30, 49, 73, .1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

.cbc-boat-card:hover {
    box-shadow: 0 14px 30px rgba(30, 49, 73, .14);
    transform: translateY(-4px);
}

.cbc-boat-stretch {
    position: absolute;
    inset: 0;
    z-index: 1;
    font-size: 0;
}

.cbc-boat-img {
    position: relative;
    padding-top: 66%;
    background-size: cover;
    background-position: center;
}

.cbc-boat-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #58A5C4;
    color: #fff;
    font-size: 9.9px;
    font-weight: 700;
    letter-spacing: 1.1px;
    padding: 4px 10px;
}

.cbc-boat-badge-preowned {
    background: #1E3149;
}

.cbc-boat-cond {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255, 255, 255, .9);
    color: #1E3149;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
}

.cbc-boat-grid {
    row-gap: 24px;
}

.cbc-boat-grid>[class*="col-"] {
    margin-bottom: 24px;
}

.cbc-boat-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cbc-boat-brand {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #58A5C4;
    margin-bottom: 8px;
}

.cbc-boat-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.cbc-boat-name {
    font-size: 18px;
    font-weight: 700;
    color: #1E3149;
    line-height: 1.25;
}

.cbc-boat-price {
    font-size: 18px;
    font-weight: 800;
    color: #1E3149;
    white-space: nowrap;
}

.cbc-boat-specs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: 1px solid #eef1f4;
    padding-top: 14px;
}

.cbc-boat-specs li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5b636b;
    padding: 5px 0;
}

.cbc-boat-spec-full {
    width: 100% !important;
}

.cbc-boat-specs li img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    opacity: .85;
}

.cbc-boat-actions {
    position: relative;
    z-index: 2;
    margin-top: auto;
    display: flex;
    gap: 8px;
}

.cbc-boat-actions .cbc-btn {
    flex: 1;
}

.cbc-inventory-foot {
    text-align: center;
    margin-top: 32px;
}

/* =========================== inventory css ends here =========================== */


/* =========================== about / lifestyle css starts here =========================== */
.cbc-about-media {
    position: relative;
    height: 100%;
    min-height: 560px;
}

.cbc-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.cbc-about-stat {
    position: absolute;
    right: 32px;
    bottom: 32px;
    background: #fff;
    padding: 16px 20px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .15);
    display: flex;
    flex-direction: column;
}

.cbc-about-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #58A5C4;
    line-height: 1;
}

.cbc-about-stat-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #343A40;
    margin-top: 6px;
}

.cbc-about-panel {
    background: #F0F6FA;
    padding: 80px 60px 100px;
    height: 100%;
    display: flex;
    align-items: center;
}

.cbc-about-inner {
    max-width: 584px;
}

.cbc-about-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
}

.cbc-about-list {
    margin: 28px 0 32px;
}

.cbc-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
    margin-bottom: 12px;
}

.cbc-about-list li img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-top: 6px;
    flex: none;
}

/* =========================== about / lifestyle css ends here =========================== */


/* =========================== service css starts here =========================== */
.cbc-service {
    position: relative;
    padding: 96px 0;
    background-size: cover;
    background-position: center;
}

.cbc-service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 49, 73, .92);
}

.cbc-service-inner {
    position: relative;
    z-index: 1;
}

.cbc-service-head {
    text-align: center;
    margin-bottom: 48px;
}

.cbc-service-sub {
    margin: 16px auto 0;
    max-width: 720px;
    font-size: 15.2px;
    line-height: 24.7px;
    color: #fff;
}

.cbc-service-card {
    background: #fff;
}

.cbc-service-col {
    padding: 50px 40px;
    height: 100%;
    border-right: 1px solid rgba(30, 49, 73, .14);
}

.row.cbc-service-card [class*="col-"]:last-child .cbc-service-col {
    border-right: none;
}

.cbc-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #58A5C4;
    margin-bottom: 28px;
}

.cbc-service-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.cbc-service-icon-ring {
    background: transparent;
    border: 1px solid #58A5C4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
}

.cbc-service-icon-ring img {
    width: 24px;
    height: 24px;
}

.cbc-service-col-title {
    font-size: 24px;
    font-weight: 600;
    color: #1E3149;
    margin-bottom: 14px;
}

.cbc-service-col-text {
    font-size: 15.7px;
    font-weight: 300;
    line-height: 25.9px;
    color: #343A40;
    margin-bottom: 22px;
}

.cbc-service-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #1E3149;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cbc-service-link:hover {
    color: #58A5C4;
}

.cbc-service-foot {
    text-align: center;
    margin-top: 48px;
}

.cbc-service-foot .cbc-btn {
    padding: 14px 36px;
}

/* =========================== service css ends here =========================== */


/* =========================== financing + parts css starts here =========================== */
.cbc-fin-light {
    background: #F0F6FA;
    height: 100%;
}

.cbc-fin-dark {
    background: #1E3149;
    height: 100%;
}

.cbc-fin-box {
    max-width: 600px;
    margin: 0;
    padding: 88px 0;
}

/* match figma: content hugs the inner edge of each half (~96px at 1920) */
.cbc-fin-light .cbc-fin-box {
    margin-left: 10%;
    margin-right: 10%;
}

.cbc-fin-dark .cbc-fin-box {
    margin-left: 10%;
    margin-right: 10%;
}

.cbc-fin-title {
    font-size: 37px;
    font-weight: 700;
    color: #1E3149;
    margin-bottom: 18px;
    line-height: 1.12;
}

.cbc-fin-text {
    font-size: 15.7px;
    font-weight: 300;
    line-height: 25.9px;
    color: #1E3149;
    margin-bottom: 30px;
}

.cbc-fin-dark .cbc-fin-text {
    color: rgba(255, 255, 255, .85);
}

.cbc-fin-box .cbc-btn-aqua {
    color: #1E3149;
    letter-spacing: 2px;
    padding: 18px 30px;
}

.cbc-fin-box .cbc-btn-aqua:hover {
    color: #1E3149;
}

/* =========================== financing + parts css ends here =========================== */


/* =========================== blog css starts here =========================== */
.cbc-blog {
    background: #fff;
    padding: 80px 0;
}

.cbc-blog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 20px;
}

.cbc-blog-all {
    font-size: 13px;
    font-weight: 600;
    color: #58A5C4;
    white-space: nowrap;
}

.cbc-blog-all:hover {
    color: #1E3149;
}

.cbc-article {
    display: block;
    background: #fff;
    border: 1px solid rgba(30, 49, 73, .08);
    height: 100%;
    transition: box-shadow .2s, transform .2s;
}

.cbc-article:hover {
    box-shadow: 0 14px 30px rgba(30, 49, 73, .12);
    transform: translateY(-3px);
}

.cbc-article-img {
    position: relative;
    padding-top: 48.6%;
    background-size: cover;
    background-position: center;
}

.cbc-article-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #58A5C4;
    color: #fff;
    font-size: 9.9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 5px 10px;
}

.cbc-article-body {
    padding: 20px;
}

.cbc-article-meta {
    font-size: 11.5px;
    color: rgba(52, 58, 64, .4);
    margin-bottom: 12px;
}

.cbc-article-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #1E3149;
    margin-bottom: 8px;
}

.cbc-article-excerpt {
    font-size: 13.3px;
    line-height: 21.6px;
    color: rgba(52, 58, 64, .55);
    margin-bottom: 16px;
}

.cbc-article-more {
    font-size: 12.8px;
    font-weight: 600;
    color: #58A5C4;
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

/* =========================== blog css ends here =========================== */


/* =========================== events (on the water) css starts here =========================== */
.cbc-events-panel {
    background: #1E3149;
    padding: 80px 60px;
    height: 100%;
}

.cbc-events-inner {
    max-width: 720px;
    margin-left: auto;
}

.cbc-events-sub {
    font-size: 14px;
    line-height: 22.9px;
    color: rgba(255, 255, 255, .85);
    margin: 4px 0 28px;
    max-width: 480px;
}

.cbc-event {
    display: flex;
    gap: 24px;
    align-items: center;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 25px;
    margin-bottom: 22px;
}

.cbc-event-date {
    flex: none;
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cbc-event-mon {
    font-size: 10.4px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #58A5C4;
}

.cbc-event-day {
    font-size: 30px;
    font-weight: 800;
    color: #1E3149;
    line-height: 1.1;
}

.cbc-event-body {
    flex: 1;
}

.cbc-event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.cbc-event-cat {
    background: #58A5C4;
    color: #fff;
    font-size: 9.9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 3px 10px;
}

.cbc-event-meta span:not(.cbc-event-cat) {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

.cbc-event-meta i {
    margin-right: 4px;
}

.cbc-event-title {
    font-size: 17.6px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.cbc-event-text {
    font-size: 13.6px;
    line-height: 22px;
    color: rgba(255, 255, 255, .7);
}

.cbc-event-rsvp {
    flex: none;
    align-self: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    padding: 11px 20px;
}

.cbc-event-rsvp:hover {
    background: #fff;
    color: #1E3149;
}

.cbc-events-media {
    height: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

/* =========================== events css ends here =========================== */


/* =========================== social css starts here =========================== */
.cbc-social {
    background: #F0F6FA;
    padding: 80px 0;
}

.cbc-social-head {
    text-align: center;
    margin-bottom: 48px;
}

.cbc-social-title {
    font-size: 40px;
    font-weight: 800;
    color: #1E3149;
    margin-top: 4px;
}

.cbc-social-sub {
    font-size: 14.4px;
    color: rgba(52, 58, 64, .55);
    margin-top: 12px;
}

.cbc-social-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.cbc-social-btn {
    background: #fff;
    border: 1px solid rgba(30, 49, 73, .1);
    padding: 11px 17px;
    font-size: 12.8px;
    font-weight: 600;
    color: #1E3149;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cbc-social-btn img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.cbc-social-btn:hover {
    border-color: #58A5C4;
    color: #58A5C4;
}

.cbc-social-tile {
    display: block;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.cbc-social-tile:hover {
    opacity: .9;
}

/* =========================== social css ends here =========================== */


/* =========================== footer css starts here =========================== */
.cbc-footer {
    background: #fff;
    border-top: 1px solid #eee;
}

.cbc-footer-top {
    padding: 64px 0 40px;
}

.cbc-footer-logo {
    height: 56px;
    margin-bottom: 22px;
}

.cbc-footer-about {
    font-size: 13.6px;
    line-height: 22px;
    color: #343A40;
    max-width: 400px;
    margin-bottom: 22px;
}

.cbc-footer-contact {
    font-size: 13.1px;
    color: #343A40;
    margin-bottom: 10px;
}

.cbc-footer-contact i {
    color: #58A5C4;
    margin-right: 10px;
}

.cbc-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.cbc-footer-social a {
    width: 36px;
    height: 36px;
    background: #1E3149;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cbc-footer-social a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.cbc-footer-social a:hover {
    background: #58A5C4;
}

.cbc-footer-heading {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.3px;
    color: #1E3149;
    margin-bottom: 20px;
}

.cbc-footer-link {
    display: block;
    font-size: 13.4px;
    color: #343A40;
    padding: 5px 0;
}

.cbc-footer-link:hover {
    color: #58A5C4;
}

.cbc-footer-news {
    border-top: 1px solid #eee;
}

.cbc-footer-news-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 24px;
    gap: 24px;
    flex-wrap: wrap;
}

.cbc-footer-news-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E3149;
}

.cbc-footer-news-sub {
    font-size: 12.5px;
    color: #343A40;
    margin-top: 4px;
}

.cbc-footer-news-form {
    display: flex;
    gap: 8px;
}

.cbc-footer-news-input {
    background: #F0F6FA;
    border: none;
    padding: 12px 16px;
    width: 280px;
    max-width: 100%;
    font-size: 13.6px;
    color: #343A40;
}

.cbc-footer-news-form .cbc-btn {
    padding: 12px 20px;
}

.cbc-footer-bottom {
    background: #1E3149;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.cbc-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    gap: 16px;
    flex-wrap: wrap;
}

.cbc-footer-copy {
    font-size: 12px;
    color: #fff;
}

.cbc-footer-legal {
    display: flex;
    gap: 20px;
}

.cbc-footer-legal a {
    font-size: 12px;
    color: #fff;
}

.cbc-footer-legal a:hover {
    color: #58A5C4;
}

/* =========================== footer css ends here =========================== */


/* =========================== responsive starts here =========================== */
@media (max-width: 1200px) {
    .cbc-hero-title {
        font-size: 52px;
    }

    .cbc-section-title,
    .cbc-brand-intro-title,
    .cbc-social-title {
        font-size: 34px;
    }

    .cbc-fin-title {
        font-size: 32px;
    }

    .cbc-nav-menu {
        gap: 20px;
    }

    .cbc-nav-link {
        font-size: 13px;
    }
}

@media (max-width: 991px) {

    /* nav → mobile */
    .cbc-nav-menu {
        display: none;
    }

    .cbc-nav-phone {
        display: none;
    }

    .cbc-nav-burger {
        display: inline-block;
    }

    .inventoryMegaMenu,
    .cbc-dropdown {
        display: none !important;
    }

    .cbc-hero {
        height: auto;
        padding: 120px 0 80px;
        min-height: 0;
        max-height: none;
    }

    .cbc-hero-title {
        font-size: 44px;
    }

    .cbc-inventory,
    .cbc-service,
    .cbc-blog,
    .cbc-social {
        padding: 64px 0;
    }

    /* brand cards always show overlay-readable on left */
    .cbc-brand-card::after {
        background: linear-gradient(90deg, rgba(30, 49, 73, .88) 0%, rgba(30, 49, 73, .7) 100%);
    }

    .cbc-about-media {
        min-height: 380px;
    }

    .cbc-about-panel {
        padding: 56px 32px 64px;
    }

    .cbc-service-col {
        border-right: none;
        border-bottom: 1px solid rgba(30, 49, 73, .14);
    }

    .cbc-fin-box {
        max-width: 100%;
        margin: 0 !important;
        padding: 56px 32px;
    }

    .cbc-events-panel {
        padding: 56px 32px;
    }

    .cbc-events-inner {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .cbc-hero-title {
        font-size: 36px;
    }

    .cbc-section-title,
    .cbc-brand-intro-title {
        font-size: 30px;
    }

    .cbc-social-title {
        font-size: 30px;
    }

    .cbc-inventory-head,
    .cbc-blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cbc-brand-intro {
        min-height: 0;
        padding: 48px 32px;
    }

    .cbc-brand-card {
        min-height: 360px;
    }

    .cbc-event {
        flex-wrap: wrap;
        gap: 16px;
    }

    .cbc-event-rsvp {
        order: 3;
    }

    .cbc-footer-news-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cbc-footer-news-form {
        width: 100%;
    }

    .cbc-footer-news-input {
        flex: 1;
        width: auto;
    }

    .cbc-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .cbc-hero-title {
        font-size: 30px;
    }

    .cbc-section-title,
    .cbc-brand-intro-title,
    .cbc-social-title {
        font-size: 26px;
    }

    .cbc-fin-title {
        font-size: 28px;
    }

    .cbc-hero-meta {
        gap: 16px;
    }

    .cbc-boat-actions {
        flex-direction: column;
    }

    .cbc-nav-inner {
        padding: 0 18px;
    }
}

/* =========================== responsive ends here =========================== */


/* ============================================================
   ABOUT PAGE — CSS
   ============================================================ */

/* ---- about hero ---- */
.cbc-ab-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 120px 0 64px;
}

.cbc-ab-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 49, 73, .95) 0%, rgba(30, 49, 73, .75) 45%, rgba(30, 49, 73, .25) 100%);
}

.cbc-ab-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
}

.cbc-ab-crumb {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 36px;
}

.cbc-ab-crumb a {
    color: rgba(255, 255, 255, .6);
}

.cbc-ab-crumb a:hover {
    color: #58A5C4;
}

.cbc-ab-crumb span {
    margin: 0 6px;
}

.cbc-ab-hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.cbc-ab-hero-text {
    margin-top: 24px;
    max-width: 720px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, .8);
}

.cbc-ab-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px;
    margin-top: 36px;
}

.cbc-ab-hstat {
    border-top: 1px solid rgba(88, 165, 196, .5);
    padding-top: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
}

.cbc-ab-hstat strong {
    color: #58A5C4;
    font-weight: 800;
    margin-right: 4px;
}

/* ---- intro + history ---- */
.cbc-ab-intro {
    background: #fff;
    padding: 96px 0;
}

.cbc-ab-para {
    font-size: 16px;
    line-height: 28px;
    color: #343A40;
    margin-top: 20px;
    font-weight: 600;
}

.cbc-ab-intro-text .cbc-section-title {
    margin-bottom: 4px;
}

.cbc-ab-quote {
    margin: 32px 0 0;
    padding: 6px 0 6px 24px;
    border-left: 3px solid #58A5C4;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #1E3149;
}

.cbc-ab-intro-media {
    position: relative;
}

.cbc-ab-intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 420px;
}

.cbc-ab-intro-stat {
    position: absolute;
    left: -28px;
    bottom: 36px;
    background: #1E3149;
    color: #fff;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
}

.cbc-ab-intro-stat-num {
    font-size: 40px;
    font-weight: 800;
    color: #58A5C4;
    line-height: 1;
}

.cbc-ab-intro-stat-label {
    font-size: 13px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .85);
    max-width: 90px;
}

/* ---- timeline ---- */
.cbc-ab-timeline {
    background: #F0F6FA;
    padding: 96px 0;
}

.cbc-ab-tl-title {
    margin-bottom: 48px;
}

.cbc-ab-tl {
    position: relative;
    max-width: 1120px;
}

.cbc-ab-tl-item {
    display: flex;
    gap: 0;
    position: relative;
    padding-bottom: 40px;
}

.cbc-ab-tl-item:last-child {
    padding-bottom: 0;
}

.cbc-ab-tl-year {
    flex: none;
    width: 128px;
    text-align: right;
    padding-right: 44px;
    font-size: 22px;
    font-weight: 700;
    color: #1E3149;
}

.cbc-ab-tl-content {
    position: relative;
    padding-left: 44px;
    border-left: 1px solid #d9e2e8;
}

.cbc-ab-tl-content::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #58A5C4;
    box-shadow: 0 0 0 4px #F0F6FA;
}

.cbc-ab-tl-head {
    font-size: 20px;
    font-weight: 700;
    color: #1E3149;
    margin-bottom: 8px;
}

.cbc-ab-tl-text {
    font-size: 15px;
    line-height: 24px;
    color: #5b636b;
    max-width: 620px;
    font-weight: 600;
}

/* ---- stats band ---- */
.cbc-ab-stats {
    background: #1E3149;
    padding: 56px 0;
}

.cbc-ab-stat {
    text-align: center;
    padding: 14px 10px;
}

.cbc-ab-stat-div {
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.cbc-ab-stat-num {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.cbc-ab-stat-label {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #58A5C4;
}

/* ---- team ---- */
.cbc-ab-team {
    background: #fff;
    padding: 96px 0;
}

.cbc-ab-team-intro {
    max-width: 660px;
    margin-bottom: 40px;
}

.cbc-ab-member {
    background: #fff;
    border: 1px solid rgba(30, 49, 73, .1);
    height: 100%;
}

.cbc-ab-member-photo {
    position: relative;
    aspect-ratio: 1 / 1;
    background: linear-gradient(150deg, #24395A 0%, #1E3149 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbc-ab-member-ring {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(88, 165, 196, .6);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cbc-ab-member-ring img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cbc-ab-member-addphoto {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
}

.cbc-ab-member-body {
    padding: 22px 20px 26px;
}

.cbc-ab-member-role {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #58A5C4;
    margin-bottom: 8px;
}

.cbc-ab-member-name {
    font-size: 18px;
    font-weight: 700;
    color: #1E3149;
    margin-bottom: 10px;
}

.cbc-ab-member-name span {
    font-size: 13px;
    font-weight: 400;
    color: #9aa3ab;
}

.cbc-ab-member-desc {
    font-size: 14px;
    line-height: 22px;
    color: #5b636b;
}

.cbc-ab-team-note {
    margin-top: 16px;
    font-size: 12.5px;
    line-height: 18px;
    color: #9aa3ab;
}

/* ---- culture / values ---- */
.cbc-ab-culture {
    background: #F0F6FA;
    padding: 96px 0;
}

.cbc-ab-culture-intro {
    max-width: 680px;
    margin-bottom: 44px;
}

.cbc-ab-values {
    border: 1px solid rgba(30, 49, 73, .1);
    background: #fff;
}

.cbc-ab-value {
    background: #F0F6FA;
    padding: 40px 34px;
    height: 100%;
    border-right: 1px solid rgba(30, 49, 73, .08);
    border-bottom: 1px solid rgba(30, 49, 73, .08);
}

.cbc-ab-value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #58A5C4;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 22px;
}

.cbc-ab-value-icon img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.cbc-ab-value-title {
    font-size: 18px;
    font-weight: 700;
    color: #1E3149;
    margin-bottom: 12px;
}

.cbc-ab-value-text {
    font-size: 14px;
    line-height: 23px;
    color: #5b636b;
}

/* ---- community ---- */
.cbc-ab-community {
    background: #fff;
    padding: 96px 0;
}

.cbc-ab-comm-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
    display: block;
}

.cbc-ab-comm-item {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.cbc-ab-comm-icon {
    flex: none;
    width: 34px;
    height: 34px;
    background: #F0F6FA;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cbc-ab-comm-icon img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cbc-ab-comm-title {
    font-size: 17px;
    font-weight: 700;
    color: #1E3149;
    margin-bottom: 4px;
}

.cbc-ab-comm-desc {
    font-size: 14px;
    line-height: 22px;
    color: #5b636b;
}

.cbc-ab-comm-note {
    margin-top: 28px;
    font-size: 12.5px;
    line-height: 18px;
    color: #9aa3ab;
}

/* ---- cta ---- */
.cbc-ab-cta {
    background: #1E3149;
    padding: 88px 0;
}

.cbc-ab-cta-inner {
    text-align: center;
    max-width: 760px;
}

.cbc-ab-cta-text {
    margin: 16px auto 0;
    max-width: 720px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8);
}

.cbc-ab-cta-btns {
    margin-top: 36px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- about responsive ---- */
@media (max-width: 1200px) {
    .cbc-ab-hero-title {
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .cbc-ab-hero {
        padding: 110px 0 56px;
        min-height: 0;
    }

    .cbc-ab-hero-title {
        font-size: 42px;
    }

    .cbc-ab-intro,
    .cbc-ab-team,
    .cbc-ab-culture,
    .cbc-ab-community {
        padding: 64px 0;
    }

    .cbc-ab-timeline {
        padding-bottom: 64px;
    }

    .cbc-ab-intro-media {
        margin-top: 40px;
    }

    .cbc-ab-intro-stat {
        left: 16px;
    }

    .cbc-ab-value {
        border-right: none;
    }

    .cbc-ab-comm-media {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .cbc-ab-hero-title {
        font-size: 34px;
    }

    .cbc-ab-hero-stats {
        gap: 16px 24px;
    }

    .cbc-ab-stat-div {
        border-left: none;
    }

    .cbc-ab-stat-num {
        font-size: 38px;
    }

    .cbc-ab-tl-year {
        width: 92px;
        padding-right: 24px;
        font-size: 18px;
    }

    .cbc-ab-tl-content {
        padding-left: 28px;
    }

    .cbc-ab-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .cbc-ab-cta-btns .cbc-btn {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 575px) {
    .cbc-ab-hero-title {
        font-size: 28px;
    }

    .cbc-ab-intro-stat {
        padding: 18px 22px;
    }

    .cbc-ab-intro-stat-num {
        font-size: 32px;
    }
}

/* ============================================================
   ABOUT PAGE — CSS ends
   ============================================================ */