p#breadcrumbs span a {
    color: var(--cp-accent) !important;
    font-size: 16px;
}

p#breadcrumbs span {
    font-size: 16px;
    color: #000;
}

.vc-column-text a {
    color: var(--cp-accent);
    text-decoration: none;
}

.vc-column-text a:hover {
    color: #000;
    text-decoration: none;
}

.contact-info-section h1 {
    font-size: 2rem !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
    text-transform: initial !important;
}

.contact-info-section a {
    color: var(--cp-accent) !important;
    text-decoration: none !important;

}

.contact-info-section a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

/* =============================================
   Author Listing Page – /blog/author/
   ============================================= */


/* ── Page Title ──────────────────────────────── */
.author-listing-title {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #1a2a38 !important;
    margin: 10px 0 51px !important;
    line-height: 1.2 !important;
}

/* ── Author List Wrapper ─────────────────────── */
.author-listing-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
}

/* ── Each Author Row ─────────────────────────── */
.author-listing-item {
    padding: 10px 14px;
}

/* ── Author Link ─────────────────────────────── */
.author-listing-item a {
    font-size: 16px;
    color: #333 !important;
    text-decoration: none !important;
    display: block;
    transition: color 0.2s, padding-left 0.2s;
    font-weight: 500;
}

.author-listing-item a:hover {
    color: var(--cp-accent) !important;
}

.page .cp-breadcrumb span {
    color: #000;
}

.page .cp-breadcrumb span a {
    color: var(--cp-accent);
}

/* =============================================
   Category Listing Page – /blog/category/
   ============================================= */

/* ── Page Title ──────────────────────────────── */
.category-listing-title {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #1a2a38 !important;
    margin: 10px 0 51px !important;
    line-height: 1.2 !important;
}

/* ── Category List Wrapper ───────────────────── */
.category-listing-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 8px;
}

/* ── Each Category Row ───────────────────────── */
.category-listing-item {
    padding: 10px 14px;
}

/* ── Category Link ───────────────────────────── */
.category-listing-item a {
    font-size: 16px;
    color: #333 !important;
    text-decoration: none !important;
    display: block;
    transition: color 0.2s, padding-left 0.2s;
    font-weight: 500;
}

.category-listing-item a:hover {
    color: var(--cp-accent) !important;
}

/* =============================================
   Pillar Page – Targeted Section Fixes v2
   Replace previous pillar-section-fixes.css
   ============================================= */

/* ── MAP — constrain width ───────────────────── */
.page .entry-content iframe[src*="google.com/maps"] {
    width: 460px !important;
    max-width: 100% !important;
    height: 380px !important;
    border: none !important;
    border-radius: 4px;
    display: block;
    margin: 16px 0;
}

/* ── VIDEO — constrain width ─────────────────── */
.page .entry-content .video-pillar {
    max-width: 500px !important;
    width: 100% !important;
    margin: 16px 0 28px;
}

/* ── FAQ — white bg, left arrow ─────────────── */
.page .entry-content details {
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    margin-bottom: 8px !important;
    background: #fff !important;
    overflow: hidden;
}

.page .entry-content summary {
    padding: 14px 18px !important;
    background: #f7fafc !important;
    cursor: pointer;
    font-weight: 600 !important;
    color: #1a365d !important;
    font-size: 0.95rem !important;
    list-style: none !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.page .entry-content summary::-webkit-details-marker {
    display: none !important;
}

/* Left arrow */
.page .entry-content summary::before {
    content: '▶';
    font-size: 10px;
    color: #1a365d;
    flex-shrink: 0;
    transition: transform 0.2s;
    display: inline-block;
}

.page .entry-content details[open] summary::before {
    transform: rotate(90deg);
}

/* Remove +/- from previous CSS */
.page .entry-content summary::after {
    display: none !important;
    content: none !important;
}

/* Answer panel */
.page .entry-content details>div {
    padding: 12px 18px 14px 38px !important;
    background: #f7fafc !important;
    font-size: 14.5px !important;
    line-height: 1.7 !important;
    border-top: 1px solid #e2e8f0 !important;
    color: #444 !important;
}

/* ── TRUSTED BRANDS — 3 banner images inline ── */
/* Only target the specific paragraph containing
   the 3 client logo banner images                */
.page .entry-content img.wp-image-272590,
.page .entry-content img.wp-image-272591,
.page .entry-content img.wp-image-272592 {
    display: inline-block !important;
    vertical-align: top !important;
    width: auto !important;
    max-width: 33% !important;
    height: auto !important;
    margin: 0 !important;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 768px) {
    .page .entry-content iframe[src*="google.com/maps"] {
        width: 100% !important;
        height: 260px !important;
    }

    .page .entry-content .video-pillar {
        max-width: 100% !important;
    }

    .page .entry-content img.wp-image-272590,
    .page .entry-content img.wp-image-272591,
    .page .entry-content img.wp-image-272592 {
        max-width: 100% !important;
        display: block !important;
        width: 100% !important;
    }
}

/* ── Float right images ──────────────────────── */
.page .entry-content img.alignright,
.page .entry-content .wp-caption.alignright {
    float: right !important;
    display: block !important;
    margin: 4px 0 20px 28px !important;
    max-width: 340px !important;
    border-radius: 4px;
    height: auto !important;
    clear: none !important;
}

/* ── H2 section headings ─────────────────────── */
.page .entry-content h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #1a2a38 !important;
    margin: 32px 0 12px !important;
    line-height: 1.3 !important;
    text-transform: initial !important;
    clear: both;
    /* ← add this */
}

p:last-child {
    margin-bottom: var(--cp-space-4) !important;
}

.page-content__body.entry-content p a,
.page-content__body.entry-content ul li a {
    color: var(--cp-accent);
    text-decoration: none;
}

.page-content__body.entry-content p a:hover,
.page-content__body.entry-content ul li a:hover {
    color: #000;
}

.page .entry-content img.alignleft,
.page .entry-content .wp-caption.alignleft {
    float: left !important;
    display: block !important;
    margin: 4px 28px 20px 0 !important;
    max-width: 340px !important;
    border-radius: 4px;
    height: auto !important;
    clear: none !important;
}

.page-id-259780 img.alignright.size-full {
    width: 100%;
    height: auto !important;
    float: unset !important;
    margin: 0 !important;
    max-width: unset !important;
}

.page-content__body table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}

.page-content__body table tr:nth-child(odd) {
    background-color: #fcfcfc;
}

.page-content__body table tr td,
.page-content__body table tr th {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #ececec;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    text-align: left;
    border-left: 1px solid #ececec;
}

.faq-page details p {
    padding: 20px;
}

@media (max-width: 767px) {

    .faq-page h2 img.alignright,
    body.page-id-128318 h2 img.alignright,
    body.page-content h2 img.alignright {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 15px 0 0 !important;
        clear: both !important;
    }

    .page-id-262258 figure {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 425px) {

    .faq-page h2 img.alignright,
    body.page-id-128318 h2 img.alignright,
    body.page-content h2 img.alignright {
        display: block !important;
        float: none !important;
        clear: both !important;

    }

    body.page-id-128318 h2,
    .faq-page h2,
    body.page-content h2 {
        display: flex;
        flex-direction: column;
    }
}

.flow {
    display: flex;
    gap: 19px;
    padding: 19px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.step {
    width: min(277px, 90vw);
    border-radius: 22px;
    background: var(--panel);
    position: relative;
    padding: 26px 22px 88px;
}

.icon-wrap {
    width: 152px;
    height: 152px;
    margin: 2px auto 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 10px solid #2c88c4;
    background: #fff0;
}

article#post-422980 section.step h3 {
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
    text-transform: initial !important;
    color: var(--title);
    text-align: center;
}

article#post-422980 section.step p {
    margin: 0;
    text-align: center;
    line-height: 1.45;
    font-size: 14px;
}

article#post-422980 section.step .arrow {
    position: absolute;
    left: 16px;
    bottom: 20px;
    height: 54px;
    width: 60%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

article#post-422980 section.step .num {
    position: absolute;
    right: 18px;
    bottom: 22px;
    font-weight: 900;
    font-size: 28px;
    color: var(--num);
    letter-spacing: .02em;
}

.wpb_row.full-width-content,
body .full-width-section .row-bg-wrap {
    margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
}

.site-main {
    overflow: hidden;
}

figcaption {
    padding: 8px 15px;
    top: -25px;
    position: relative;
    border-left: 4px solid #000;
    z-index: 999999 !important;
    border-color: var(--cp-accent);
    max-width: 90%;
    width: auto;
    margin-left: 5%;
    display: inline-block;
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
    font-size: 16px;
    font-weight: 500;
}


/* ── Base (desktop) ── */
.page-id-288401 .vc-row.vc-row-type-full_width_background.text-dark,
.page-id-419781 .vc-row.vc-row-type-full_width_background.text-dark,
.page-id-419781 .vc-row.vc-row-type-full_width_content.text-dark,
.page-id-423073 .vc-row.vc-row-type-full_width_background.text-dark,
.page-id-422223 .vc-row.vc-row-type-full_width_background.text-dark,
.vc-row.vc-row-type-full_width_background.text-dark,
.vc-row.vc-row-type-full_width_content.text-light,
.page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-id-288401 .vc-row-type-full_width_background .vc-column {
    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    padding-right: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    box-sizing: border-box !important;

}

/* ── Scrollbar compensation (desktop only) ── */
@media (min-width: 1025px) {

    .page-id-288401 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-423073 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark {
        width: calc(101vw - var(--scroll-bar-w, 11px));
        margin-left: calc(var(--scroll-bar-w, 11px) / 2);
    }
}

/* ── Tablet ── */
@media (max-width: 1024px) {

    .page-id-288401 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-423073 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark {
        width: 100vw;
        margin-left: 0;
        left: 50%;
    }
}

/* ── Mobile ── */
@media (max-width: 767px) {

    .page-id-288401 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-423073 .vc-row.vc-row-type-full_width_background.text-dark,
    .page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark {
        width: 100vw;
        margin-left: 0;
        left: 50%;
        overflow-x: hidden;
    }
}


.page-content__body.entry-content h1 {
    font-size: 2.25rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    text-transform: initial !important;
}

.page-content__body.entry-content h1 span {
    font-size: 2.25rem !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    text-transform: initial !important;
}

.page-content__body.entry-content h2 {
    font-size: 1.75rem !important;
    font-weight: 500 !important;
}

.page-content__body.entry-content h2 strong {
    font-size: 1.75rem !important;
    font-weight: 500 !important;
}

.page-content__body.entry-content h4 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
}

.vc-column-text table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}

@media (max-width: 768px) {
    .vc-column-text table {
        width: 100%;
        min-width: 500px;
    }

    .vc-column-text {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
}

figure#attachment_232685 {
    width: 100% !important;
}

/* ============================================================
   Cubic Promote – Online Merch & Uniform Stores Page
   Scope: #post-288401
   ============================================================ */

/* ── Reset & Box Model ─────────────────────────────────────── */
#post-288401 *,
#post-288401 *::before,
#post-288401 *::after {
    box-sizing: border-box;
}

#post-288401 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 1.6;
}

#post-288401 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Row Layout ────────────────────────────────────────────── */
#post-288401 .vc-row {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
}

/* #post-288401 .vc-row-type-full_width_background {
    width: 100%;
} */

#post-288401 .vc-row-type-in_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ── Column Widths ─────────────────────────────────────────── */
#post-288401 .vc-column {
    padding: 15px;
    flex-shrink: 0;
}

#post-288401 .vc-col-12 {
    width: 100%;
}

#post-288401 .vc-col-8 {
    width: 66.6667%;
}

#post-288401 .vc-col-4 {
    width: 33.3333%;
}

#post-288401 .vc-col-3 {
    width: 25%;
}

#post-288401 .vc-col-2 {
    width: 16.6667%;
}

/* ── Hero Section ──────────────────────────────────────────── */
#post-288401 .vc-row[style*="background-color:#007071"] {
    align-items: center;
    /* padding: 60px 40px; */
}

#post-288401 .vc-row[style*="background-color:#007071"] h1.vc-custom-heading {
    color: #ffffff;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

#post-288401 .vc-row[style*="background-color:#007071"] .vc-column-text,
#post-288401 .vc-row[style*="background-color:#007071"] p {
    color: #ffffff;
    font-size: 1em;
    line-height: 1.7;
}

#post-288401 .hero-right-image-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 3% !important;
    padding-bottom: 0 !important;
}

/* ── Section Headings ──────────────────────────────────────── */
#post-288401 h1.vc-custom-heading {
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.2;
}

#post-288401 h2.vc-custom-heading {
    font-size: 1.7em;
    font-weight: 700;
    margin: 0 0 20px;
    color: #222222;
    line-height: 1.3;
}

#post-288401 h3.vc-custom-heading {
    font-size: 1.15em;
    font-weight: 700;
    color: #0597D4;
    margin: 0 0 12px;
}

/* ── "What We Offer" heading row ───────────────────────────── */
#post-288401 .vc-row-type-full_width_background:not([style*="background-color:#007071"])>.vc-col-12 {
    padding: 30px 40px 10px;
    max-width: unset;
    margin: 0 auto;
}

/* ── Laptop Image / Vector BG section ─────────────────────── */
#post-288401 .vc-row[style*="background-image"] {
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    padding-top: 0px !important;
    margin-top: 0 !important;
}

/* ── 4-Column Icon Features ────────────────────────────────── */
#post-288401 .centered-text {
    text-align: center;
    padding-left: 0 !important;
    padding-top: 0 !important;
}

#post-288401 .centered-text .vc-column-text {
    font-size: 0.92em;
    margin-top: 10px;
    color: #444444;
    line-height: 1.5;
}

#post-288401 .centered-text .vc-image-animation {
    margin: 0 auto 8px;
}

/* ── "Why Different Teams" Table ───────────────────────────── */
/* (inline style block already handles this – ensure container is visible) */
#post-288401 .custom-table-container {
    margin: 20px 0 10px;
    overflow: scroll;
}

/* ── "Why Uniform Stores" section ──────────────────────────── */
#post-288401 .vc-row-type-in_container .vc-col-8 ol,
#post-288401 .vc-row-type-in_container .vc-col-8 ul {
    padding-left: 20px;
    margin: 10px 0;
}

#post-288401 .vc-row-type-in_container .vc-col-8 li {
    margin-bottom: 6px;
    font-size: 0.97em;
    color: #333333;
}

/* ── "How a Store Works" feature boxes ─────────────────────── */
#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] {
    background-color: #f6f6f6 !important;
    border-radius: 6px;
    padding: 25px 22px;
    margin: 8px;
    flex: 1;
    min-width: 220px;
}

#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] h3.vc-custom-heading {
    color: #0597D4;
    font-size: 1.05em;
    font-weight: 700;
    margin-bottom: 12px;
}

#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] ul,
#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] ol {
    padding-left: 18px;
    margin: 8px 0;
}

#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] li {
    margin-bottom: 6px;
    font-size: 0.9em;
    color: #444444;
    line-height: 1.5;
}

#post-288401 .vc-col-4[style*="background-color:#f6f6f6"] .vc-column-text {
    font-size: 0.92em;
    color: #444444;
    line-height: 1.6;
}

/* Sticky right column image (desktop/mobile mockup) */
#post-288401 .sticky-right-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
}

/* ── "How a Store Works" – inner rows within in_container ─── */
#post-288401 .vc-row-type-in_container>.vc-col-12>.vc-row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -8px 0;
}

/* ── Comparison Table (Without / With store) ────────────────── */
#post-288401 .vc-row-type-in_container .custom-table-container table thead th:nth-child(1) {
    background-color: #888888;
}

#post-288401 .vc-row-type-in_container .custom-table-container table thead th:nth-child(2) {
    background-color: #0597D4;
}

/* ── "Talk to Us" CTA ──────────────────────────────────────── */
#post-288401 .vc-row-type-in_container:last-of-type h2.vc-custom-heading {
    color: #007071;
}

#post-288401 .vc-row-type-in_container:last-of-type ol {
    padding-left: 20px;
    margin: 10px 0 20px;
}

#post-288401 .vc-row-type-in_container:last-of-type li {
    margin-bottom: 8px;
    font-size: 0.97em;
}

#post-288401 .vc-row-type-in_container:last-of-type strong {
    font-size: 1.2em;
    color: #222222;
}

/* ── General text blocks ───────────────────────────────────── */
#post-288401 .vc-column-text {
    font-size: 0.97em;
    line-height: 1.7;
    color: #333333;
}

#post-288401 .vc-column-text p {
    margin: 0 0 12px;
}

/* ── Responsive: Stack columns on small screens ─────────────── */
@media (max-width: 768px) {

    #post-288401 .vc-col-8,
    #post-288401 .vc-col-4,
    #post-288401 .vc-col-3,
    #post-288401 .vc-col-2 {
        width: 100%;
    }

    #post-288401 .vc-row[style*="background-color:#007071"] {
        padding: 40px 20px;
    }

    #post-288401 h1.vc-custom-heading {
        font-size: 1.6em;
    }

    #post-288401 h2.vc-custom-heading {
        font-size: 1.3em;
    }

    #post-288401 .vc-col-4[style*="background-color:#f6f6f6"] {
        margin: 8px 0;
    }

    #post-288401 .vc-row-type-in_container {
        padding: 25px 16px;
    }
}

/* Fix gap between video tile rows */
.page-id-419781 .vc-row:has(.nectar-video-self-hosted) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    box-sizing: border-box;
    padding: 8px !important;
    margin: 0 !important;
}

.page-id-419781 .vc-row:has(.nectar-video-self-hosted) .nectar-video-self-hosted video {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column-text {
    margin: 4px 0 0 0 !important;
    padding: 0 !important;
}

/* Responsive: 2 columns on tablet */
@media (max-width: 1024px) {
    .page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Responsive: 1 column on mobile */
@media (max-width: 600px) {
    .page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}


/* ── Hero / Banner Section ── */
.page-id-419781 .testimonial-hero {
    background-color: #eefaff;
    width: 100%;
    overflow: hidden;
}

.page-id-419781 .testimonial-hero .hero-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
    gap: 40px;
}

.page-id-419781 .testimonial-hero .text-panel {
    flex: 1 1 50% !important;
    max-width: 55% !important;
}

.page-id-419781 .testimonial-hero .text-wrapper h1 {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.page-id-419781 .testimonial-hero .text-wrapper .updated {
    font-size: 0.85rem !important;
    color: #666 !important;
    margin-bottom: 16px !important;
}

.page-id-419781 .testimonial-hero .text-wrapper p {
    font-size: 1rem !important;
    color: #333 !important;
    line-height: 1.7 !important;
}

.page-id-419781 .testimonial-hero .text-wrapper a {
    color: #0099cc !important;
    text-decoration: none !important;
}

.page-id-419781 .testimonial-hero .text-wrapper a:hover {
    text-decoration: underline !important;
}

.page-id-419781 .testimonial-hero .image-panel {
    flex: 1 1 45% !important;
    max-width: 45% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.page-id-419781 .testimonial-hero .image-panel img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
}

/* Also make the first vc-row that wraps the hero use the light blue bg */
.page-id-419781 .vc-row:first-of-type {
    background-color: #eefaff !important;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .page-id-419781 .testimonial-hero .hero-wrapper {
        padding: 40px 24px;
        gap: 24px;
    }

    .page-id-419781 .testimonial-hero .text-panel,
    .page-id-419781 .testimonial-hero .image-panel {
        max-width: 50% !important;
    }
}

/* ── Mobile: stack vertically ── */
@media (max-width: 768px) {
    .page-id-419781 .testimonial-hero .hero-wrapper {
        flex-direction: column !important;
        padding: 32px 20px;
    }

    .page-id-419781 .testimonial-hero .text-panel,
    .page-id-419781 .testimonial-hero .image-panel {
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
}

/* ── Full-Width Hero Banner ── */
.page-id-419781 .vc-row:first-of-type {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.page-id-419781 .testimonial-hero {
    width: 100% !important;
    overflow: hidden !important;
    background: none !important;
}

.page-id-419781 .testimonial-hero .hero-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    min-height: 340px;
}

/* ── Left: dark teal text panel ── */
.page-id-419781 .testimonial-hero .text-panel {
    flex: 0 0 75% !important;
    max-width: 100% !important;
    background-color: var(--banner-teal) !important;
    display: flex !important;
    align-items: center !important;
    padding: 50px 60px !important;
    box-sizing: border-box !important;
    padding-left: 105px !important;
}

/* 
.page-id-419781 .testimonial-hero .text-wrapper {
    max-width: 680px;
} */

.page-id-419781 .testimonial-hero .text-wrapper h1 {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}

.page-id-419781 .testimonial-hero .text-wrapper .updated {
    font-size: 0.875rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 16px !important;
}

.page-id-419781 .testimonial-hero .text-wrapper p {
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.92) !important;
    line-height: 1.75 !important;
    margin: 0 !important;
}

.page-id-419781 .testimonial-hero .text-wrapper a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.page-id-419781 .testimonial-hero .text-wrapper a:hover {
    color: #d0f0ff !important;
}

/* ── Right: image panel flush to edge ── */
.page-id-419781 .testimonial-hero .image-panel {
    /* flex: 0 0 40% !important; */
    max-width: 40% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.page-id-419781 .testimonial-hero .image-panel img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    border-radius: 0 !important;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
    .page-id-419781 .testimonial-hero .text-panel {
        flex: 0 0 55% !important;
        max-width: 55% !important;
        padding: 40px 36px !important;
    }

    .page-id-419781 .testimonial-hero .image-panel {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .page-id-419781 .testimonial-hero .text-wrapper h1 {
        font-size: 1.9rem !important;
    }
}

/* ── Mobile: stack vertically ── */
@media (max-width: 768px) {
    .page-id-419781 .testimonial-hero .hero-wrapper {
        flex-direction: column !important;
        min-height: unset !important;
    }

    .page-id-419781 .testimonial-hero .text-panel,
    .page-id-419781 .testimonial-hero .image-panel {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }

    .page-id-419781 .testimonial-hero .text-panel {
        padding: 36px 24px !important;
    }

    .page-id-419781 .testimonial-hero .image-panel {
        min-height: 240px !important;
    }

    .page-id-419781 .testimonial-hero .text-wrapper h1 {
        font-size: 1.6rem !important;
    }
}

#cp-testimonials-section {
    margin-top: -32px !important;
}

/* div#testimonials-section {
    padding-left: 16%;
    padding-right: 16% !important;
} */

/* ── Video Thumbnail Grid ── */
.page-id-419781 .vc-row:has(.nectar-video-self-hosted) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    margin: 0 !important;
    padding: 8px 80px 0 !important;
    gap: 0 !important;
}

.page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
    width: 25% !important;
    flex: 0 0 25% !important;
    max-width: 25% !important;
    box-sizing: border-box !important;
    padding: 8px !important;
    margin: 0 !important;
}

/* ── Thumbnail wrapper ── */
.page-id-419781 .cp-video-thumb {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.page-id-419781 .cp-video-thumb img {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block !important;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.page-id-419781 .cp-video-thumb:hover img {
    transform: scale(1.04);
    opacity: 0.85;
}

/* ── Orange play button ── */
.page-id-419781 .cp-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #f5a623;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.page-id-419781 .cp-play-btn span {
    color: #fff;
    font-size: 20px;
    margin-left: 4px;
    line-height: 1;
}

.page-id-419781 .cp-video-thumb:hover .cp-play-btn {
    background: #e6900a;
    transform: translate(-50%, -50%) scale(1.1);
}

/* ── Label below thumbnail ── */
.page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column-text {
    margin: 8px 0 4px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .page-id-419781 .vc-row:has(.nectar-video-self-hosted) {
        padding: 8px 20px 0 !important;
    }

    .page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 600px) {
    .page-id-419781 .vc-row:has(.nectar-video-self-hosted) .vc-column {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}




/* ============================================================
   Case Studies Page — Hero Header Section Only
   Scoped to .page-id-423073
   ============================================================ */

/* --- Row wrapper --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"],
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] {
    padding: 60px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.page-id-423073 .vc-row[style*="background-color:#5f96aa"]::after,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"]::after {
    content: "";
    display: table;
    clear: both;
}

/* --- Left text column --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-col-6:first-child,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-col-6:first-child,
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6:first-child {
    width: 50%;
    float: left;
    /* padding: 0 30px 0 0; */
    box-sizing: border-box;
    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;

}

.page-id-423073 .vc-row[style*="background-color:#eefaff"] .vc-col-12:first-child,
.page-id-423073 .vc-row[style*="background-color: #eefaff"] .vc-col-12:first-child {

    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;

}

.vc-row.vc-row-type-full_width_background.text-dark>.vc-col-12 {
    color: #fff;
    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    padding-right: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
}

.page-id-423073 .vc-row[style*="background-color:#eefaff"] .vc-col-12:first-child p,
.page-id-423073 .vc-row[style*="background-color: #eefaff"] .vc-col-12:first-child p {
    font-size: 16px !important;

}

/* --- Right image column --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-col-6:last-child,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-col-6:last-child,
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6:last-child {
    width: 50%;
    float: left;
    padding-right: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    box-sizing: border-box;
}

.page-id-423073 .vc-row[style*="background-color:#eefaff"] .vc-col-12:last-child,
.page-id-423073 .vc-row[style*="background-color: #eefaff"] .vc-col-12:last-child {
    color: #fff;
    padding-right: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
}

/* --- Heading --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] h1.vc-custom-heading,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] h1.vc-custom-heading,
.vc-row.vc-row-type-full_width_background.text-dark h1.vc-custom-heading {
    color: #ffffff !important;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px 0;
}

.vc-column h2.vc-custom-heading {
    font-weight: 700 !important;
}

/* --- Body text --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-column-text,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-column-text {
    color: #eaf5fb;
    font-size: 14px;
    line-height: 1.7;
}

.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-column-text strong,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-column-text strong {
    color: #ffffff;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-column-text a,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-column-text a {
    color: #d6f0fb;
    text-decoration: underline !important;
}

.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-column-text a:hover,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-column-text a:hover {
    color: #ffffff;
}

/* --- Image wrapper --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-image-animation,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-image-animation {
    display: block;
    text-align: center;
    line-height: 0;
}

/* --- THE FIX: rounded corners + shadow + constrained size --- */
.page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-image-animation img,
.page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-image-animation img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 324px;
    object-fit: cover;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22) !important;
    margin: 0 auto;
    border-bottom-right-radius: 300px !important;
    border-bottom-left-radius: 300px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    margin-left: 32px;
}

.page-id-423073 h3.vc-custom-heading {
    margin-top: 0 !important;
    font-size: 2.125rem !important;
    text-align: center;
    font-weight: 500 !important;
    padding-top: 20px;
    padding-bottom: 10px;
}

.vc-column.vc-col-3.centered-text {
    width: 25%;
    float: left;
    text-align: center;
}



.nectar-button {
    color: #fff;
    padding: 13px 18px;
    top: 0;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #000;
    display: inline-block;
}

.nectar-button.medium {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    color: #FFF !important;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
}

.nectar-button.regular {
    background-color: var(--cp-accent) !important;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
}

/* --- Responsive: stack on mobile --- */
@media (max-width: 768px) {

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"],
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] {
        padding: 40px 20px;
        flex-direction: column;
    }

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-col-6:first-child,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-col-6:first-child,
    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-col-6:last-child,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-col-6:last-child {
        width: 100%;
        float: none;
        padding: 0;
    }

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] h1.vc-custom-heading,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] h1.vc-custom-heading {
        font-size: 24px;
    }

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-image-animation,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-image-animation {
        margin-top: 28px;
    }

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-image-animation img,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-image-animation img {
        max-height: 280px;
    }

    .page-id-423073 .vc-row[style*="background-color:#5f96aa"] .vc-image-animation img,
    .page-id-423073 .vc-row[style*="background-color: #5f96aa"] .vc-image-animation img {
        margin-left: 0px !important;

    }

    .vc-column.vc-col-3.centered-text {
        width: 100%;
        float: unset;
        text-align: center;
    }
}

.page-id-423073 main#main-content {
    padding-top: 20px;
    padding-bottom: 0 !important;
}

.page-id-423073 .vc-row.vc-row-type-full_width_background.text-dark {
    margin-top: 0 !important;
    padding-bottom: 32px !important;
}

a.nectar-button.medium.regular.accent-color:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.vc-image-animation.vc-align-center img {
    width: 47% !important;
    height: auto;
    margin: auto auto !important;
}

main#main-content {
    padding-bottom: 0;
}

/* ── Inline images side by side ── */
.page-id-420165 .entry-content img.alignnone,
.page-id-420165 .post-content img.alignnone,
.page-id-304938 .entry-content img.alignnone,
.page-id-304938 .post-content img.alignnone,
.page-id-304853 .entry-content img.alignnone,
.page-id-304853 .post-content img.alignnone,
img.alignnone.side-by-side-image,
img.side-by-side-image {
    display: inline-block;
    width: 300px;
    height: 400px;
    object-fit: cover;
    margin: 0 8px 20px 0;
    vertical-align: top;
}

/* img.side-by-side-image {
    display: inline-block;
    width: auto !important;
    height: 400px;
    object-fit: cover;
    margin: 0 8px 20px 0;
    vertical-align: top; 
}*/

.description a {
    text-decoration: none;
    color: var(--cp-accent);
}

.description a:hover {
    text-decoration: none;
    color: #000;
}


/* ============================================================
   Articles & Guides Page — .page-id-422223
   ADD THIS BLOCK to the bottom of static-page.css
   (replaces all commented-out rules in the existing file)
   ============================================================ */

/* ── HERO ROW (teal background) ─────────────────────────────── */

/* Flex row so columns sit side by side */
.page-id-422223 .vc-row-type-full_width_background:first-of-type {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 240px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    box-sizing: border-box !important;
}

/* Override float columns → flex children */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6 {
    float: none !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
}

/* Left text column */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6:first-child {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    /* left padding already set by shared .page-id-422223 rule */
}

/* Right image column */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6:last-child {
    justify-content: center !important;
    align-items: center !important;
}

/* Hero h1 */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-custom-heading {
    font-weight: 600 !important;
}

/* Hero body text */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-column-text {
    color: rgba(255, 255, 255, 0.92) !important;
}

/* Hero image — circular */
.page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-image-animation img {

    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22) !important;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    margin-left: 30px !important;

}


/* ── WHY READ ROW (grey background) ─────────────────────────── */

.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
}

.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6 {
    float: none !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
}

/* Left image column */
.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6:first-child {
    justify-content: center !important;
    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    padding-right: 32px !important;
}

/* Right text column */
.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6:last-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-right: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    padding-left: 32px !important;
}

/* Why Read image — circular */
.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-image-animation img {
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    object-fit: cover !important;
    display: block !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    margin-left: 0 !important;
}

/* Why Read heading */
.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-custom-heading {
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    color: #2b2a2a;
}

/* Why Read body text */
.page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-column-text {

    color: #2b2a2a !important;
}


/* ── ACCORDION ───────────────────────────────────────────────── */

.page-id-422223 .accordion-container {
    max-width: 760px !important;
    margin: 8px auto 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Header pill */
.page-id-422223 .accordion-header {
    background-color: #ffffff !important;
    color: #0597D4 !important;
    border: 1.5px solid #0597D4 !important;
    border-radius: 25px !important;
    padding: 5px 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: background-color 0.25s ease, color 0.25s ease !important;

}

.page-id-422223 .accordion-header:hover {
    background-color: rgba(5, 151, 212, 0.06) !important;
}

/* Active header */
.page-id-422223 .accordion.active .accordion-header,
.page-id-422223 .accordion-header[aria-expanded="true"] {
    background-color: #0597D4 !important;
    color: #ffffff !important;
    border-radius: 25px 25px 25px 25px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* Icon wrapper */
.page-id-422223 .accordion-icon {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    margin-left: 12px !important;
}

.page-id-422223 .accordion-icon svg {
    display: block !important;
    width: 15px !important;
    height: 12px !important;
}

/* Default: down visible, up hidden */
.page-id-422223 .accordion-icon-up {
    display: none !important;
}

.page-id-422223 .accordion-icon-down {
    display: block !important;
}

/* Active: up visible, down hidden */
.page-id-422223 .accordion.active .accordion-icon-up,
.page-id-422223 .accordion-header[aria-expanded="true"] .accordion-icon-up {
    display: block !important;
}

.page-id-422223 .accordion.active .accordion-icon-down,
.page-id-422223 .accordion-header[aria-expanded="true"] .accordion-icon-down {
    display: none !important;
}

/* Arrow stroke colours */
.page-id-422223 .accordion-icon-down path {
    stroke: #0597D4 !important;
}

.page-id-422223 .accordion.active .accordion-icon-up path,
.page-id-422223 .accordion-header[aria-expanded="true"] .accordion-icon-up path {
    stroke: #ffffff !important;
}

/* Content panel — hidden by default */
.page-id-422223 .accordion-content {
    display: none !important;
    padding: 12px 24px 10px !important;

    box-sizing: border-box !important;
}

/* Show when .active class added by JS */
.page-id-422223 .accordion.active .accordion-content {
    display: block !important;
}

/* CSS-only fallback: aria-expanded adjacent sibling */
.page-id-422223 .accordion-header[aria-expanded="true"]+.accordion-content {
    display: block !important;
}

/* Links inside accordion */
.page-id-422223 .accordion-content a {
    display: block !important;
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    padding: 0px 0 !important;
    transition: color 0.2s ease !important;
    white-space: normal !important;
    word-break: normal !important;
}

/* Hide <br> tags inside links that cause mid-word wrapping */
.page-id-422223 .accordion-content a br {
    display: none !important;
}

.page-id-422223 .accordion-content a:last-child {
    border-bottom: none !important;
    padding-bottom: 4px !important;
}

.page-id-422223 .accordion-content a:hover {
    color: #EE7E22 !important;
    text-decoration: underline !important;
}


/* ── RESPONSIVE ──────────────────────────────────────────────── */

@media (max-width: 900px) {

    /* Hero: stack */
    .page-id-422223 .vc-row-type-full_width_background:first-of-type {
        flex-direction: column !important;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 20px !important;
        justify-content: center !important;
    }

    .page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-col-6:first-child {
        align-items: center !important;
        text-align: center !important;
        padding-left: 20px !important;
    }

    .page-id-422223 .vc-row-type-full_width_background:first-of-type .vc-image-animation img {

        margin-left: 0px !important;
    }

    /* Why Read: stack */
    .page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) {
        flex-direction: column !important;
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        justify-content: center !important;
    }

    .page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6:first-child,
    .page-id-422223 .vc-row-type-full_width_background:nth-of-type(2) .vc-col-6:last-child {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .page-id-422223 .accordion-header {
        font-size: 16px !important;
    }
}

.alink-style {
    color: #f39200 !important;
    text-decoration: none !important;
}

.alink-style:hover {
    color: #000 !important;
    text-decoration: none !important;
}

article a {

    color: #f9a32f;
    text-decoration: none !important;
}

article a:hover {
    color: #000;
    text-decoration: none !important;
}

article {
    padding-bottom: 0px !important;
}

.ready-to-buy-wrap {
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
}

.ready-to-buy-wrap img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    margin: 0 auto 6px;
}

.ready-to-buy-wrap a {
    background: #f39200 !important;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 15px;
    font: 700 12px Arial
}

.ready-to-buy-main-div {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page-id-295988 .page .entry-content summary {
    background: #0099cc !important;
    color: #fff !important;
}

.page-id-295988 .page .entry-content summary::before {
    color: #fff !important;
}

.page-id-295988 .page .entry-content summary span:last-child {
    display: none !important;
}

.page-id-295988 .supplier-div {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* Tablet */
@media (max-width: 1024px) {
    .page-id-295988 .supplier-div {
        padding: 0 24px;
        gap: 24px;
    }
}

/* Mobile landscape */
@media (max-width: 768px) {
    .page-id-295988 .supplier-div {
        flex-direction: column;
        justify-content: center;
        padding: 0 16px;
        gap: 16px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .page-id-295988 .supplier-div {
        padding: 0 12px;
        gap: 12px;
    }
}

.page-id-295988 .image-wrapper {
    width: 350px;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.page-id-295988 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 1024px) {
    .page-id-295988 .image-wrapper {
        width: 280px;
        height: 180px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .page-id-295988 .image-wrapper {
        width: 100%;
        height: 200px;
        flex-shrink: 1;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .page-id-295988 .image-wrapper {
        height: 180px;
        border-radius: 12px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .page-id-295988 table {
        display: block;
    }

    .page-id-295988 table tbody {
        display: flex;
        flex-wrap: wrap;
        gap: 0 18px;
    }

    .page-id-295988 table tr {
        display: contents;
    }

    .page-id-295988 table td {
        display: block;
        width: calc(50% - 9px) !important;
        padding: 0 !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .page-id-295988 table td {
        width: 100% !important;
    }

    .page-id-295988 summary {
        font-size: 15px !important;
        padding: 14px 16px !important;
        min-height: 52px !important;
    }

    .page-id-295988 summary span:last-child {
        display: none !important;
    }

    .page-id-295988 div[style*="background-color: #f9f9f9"] {
        font-size: 15px !important;
        padding: 16px !important;
    }
}

.page-id-286438 .blog-header {
    display: none;
}

.page-id-286438 main#main-content {
    padding-top: 0 !important;
}

.page-id-286438 .vc-row-type-full_width_content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-id-286438 .vc-row-type-full_width_content .vc-col-12.padding-6-percent.centered-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    animation: slideUp 0.8s ease-out both;
    color: #fff !important;
}

.page-id-286438 .vc-row-type-full_width_content .vc-col-12.padding-6-percent.centered-text h1 {
    color: #fff !important;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .page-id-286438 .vc-row-type-full_width_content {
        height: 500px !important;
    }

    .page-id-286438 .vc-row-type-full_width_content h1 {
        font-size: 36px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .page-id-286438 .vc-row-type-full_width_content {
        height: 400px !important;
        background-position: center center !important;
    }

    .page-id-286438 .vc-row-type-full_width_content h1 {
        font-size: 28px !important;
    }

    .page-id-286438 .vc-col-12.padding-6-percent.centered-text {
        padding: 40px 24px !important;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .page-id-286438 .vc-row-type-full_width_content {
        height: 320px !important;
        background-size: cover !important;
    }

    .page-id-286438 .vc-row-type-full_width_content h1 {
        font-size: 22px !important;
    }

    .page-id-286438 .vc-col-12.padding-6-percent.centered-text {
        padding: 24px 16px !important;
    }
}

.page-id-423193 .vc-column.vc-col-6 {
    width: 50%;
}

/* Tablet */
@media (max-width: 1024px) {
    .page-id-423193 .vc-column.vc-col-6 {
        width: 50%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .page-id-423193 .vc-column.vc-col-6 {
        width: 100%;
    }
}

.page-id-422947 p:last-child {
    margin-bottom: 0px !important;
}

.cubic-cs-products .vc-image-animation.vc-align- {
    margin: 24px;
}

.cubic-cs-products .vc-column.vc-col-3.centered-text {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
    margin-bottom: 41px;
}



.vc-team-member {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 0;
}

.vc-team-image {
    flex-shrink: 0;
    width: 160px;
}

.vc-team-image img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 11px;
}

.vc-team-content {
    flex: 1;
}

.vc-team-content h4 {
    color: #e6a020;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.vc-team-content h4 a {
    color: #e6a020 !important;
    text-decoration: none;
}

.vc-team-job {
    font-size: 0.9rem;
    color: #333;
    margin: 0 0 12px 0;
}

.vc-team-desc {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* Add heading above */
.vc-team-member::before {
    display: none;
}

@media (max-width: 767px) {
    .vc-team-member {
        flex-direction: column;
    }

    .vc-team-image,
    .vc-team-image img {
        width: 120px;
        height: 120px;
    }
}


/* ── Ready To Buy: constrain section width ── */
.cubic-cs-products .wp-block-group__inner-container {
    max-width: 600px;
    /* adjust this value to taste */
}

/* ── Top Images: display inline (horizontal row) ── */
.cubic-cs-images .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cubic-cs-images .wp-block-image {
    margin: 0;
    flex: 0 0 auto;
}

.cubic-cs-images .wp-block-image img {
    display: block;
    width: 225px;
    height: auto;
    border-radius: 4px;
}

/* ── Ready To Buy: card-style product grid ── */
.cubic-cs-products {
    margin-top: 40px;
}

.cubic-cs-products h3.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.cubic-cs-products .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.cubic-cs-products .wp-block-column {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(40% - 10px);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.cubic-cs-products .wp-block-column figure.wp-block-image {
    margin: 0 0 16px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cubic-cs-products .wp-block-column figure.wp-block-image img {
    width: 100%;
    max-width: 160px;
    /* smaller image inside card */
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

/* Orange CTA button */
.cubic-cs-products .wp-block-button__link {
    background: #f39200 !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 8px 15px;
    font: 700 12px Arial;
    /* font-size: 0.9rem; */
    text-transform: capitalize;
    letter-spacing: 0.04em;

    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}

.cubic-cs-products .wp-block-button__link:hover {
    background-color: #d4891a;
    color: #fff;
}

.cubic-cs-products .wp-block-buttons {
    margin-top: auto;
    padding-top: 12px;
}

/* ── Responsive: stack on small screens ── */
@media (max-width: 600px) {
    .cubic-cs-products .wp-block-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cubic-cs-images .wp-block-image img {
        width: 120px;
    }
}

/*Article page image issue fix*/
/*articles-notebooks*/
/*articles-mugs */
/*articles-promotional-clothing */
/*articles-buying-guides*/
/*articles-custom-workwear*/
/*articles-bulk-promotional-caps*/
/*articles-bags*/
/*articles-buying-guides*/
/*articles-promotional-pens*/
/*articles-promotional-products*/
/*articles-event-tradeshow-products*/
/*articles-promotional-occasion-gifts*/
/*articles-umbrellas*/
/*articles-promotional-tee-shirts*/
/*articles-mouse-pads*/
/*articles-custom-polo-shirts*/
.page.page-id-423140 .entry-content img.alignright,
.page .is-articles-page figure.wp-caption.alignright,
.page .is-articles-page img.alignright,
.page .single-page-article-design figure.wp-caption.alignright,
.page .single-page-article-design img.alignright,
.page-id-422940 .entry-content .wp-caption.alignright,
.page.parent-pageid-423138 .entry-content img.alignright,
.page.parent-pageid-423138 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423155 .entry-content img.alignright,
.page.parent-pageid-423155 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423135 .entry-content img.alignright,
.page.parent-pageid-423135 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423066 .entry-content img.alignright,
.page.parent-pageid-423066 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423168 .entry-content img.alignright,
.page.parent-pageid-423168 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423162 .entry-content img.alignright,
.page.parent-pageid-423162 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423501 .entry-content img.alignright,
.page.parent-pageid-423501 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423158 .entry-content img.alignright,
.page.parent-pageid-423158 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423019 .entry-content img.alignright,
.page.parent-pageid-423019 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423169 .entry-content img.alignright,
.page.parent-pageid-423169 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423156 .entry-content img.alignright,
.page.parent-pageid-423156 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423029 .entry-content img.alignright,
.page.parent-pageid-423029 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-423161 .entry-content img.alignright,
.page.parent-pageid-423161 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-218957 .entry-content img.alignright,
.page.parent-pageid-218957 .entry-content figure.wp-caption.alignright,
.page.parent-pageid-218960 .entry-content img.alignright,
.page.parent-pageid-218960 .entry-content figure.wp-caption.alignright,
.page.page-id-262772 .entry-content img.alignright,
.page.page-id-262772 .entry-content figure.wp-caption.alignright {
    float: unset !important;
}

.related-article-head {
    color: #fff;
}

#post-262750 h1.page-content__title,
#post-262747 h1.page-content__title,
#post-262727 h1.page-content__title,
#post-262732 h1.page-content__title {
    display: none;
}

.page-id-422936 .promo-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 32px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    box-sizing: border-box;
    width: 100%;
}

.page-id-422936 .promo-card {
    background: #eefaff;
    border-radius: 20px;
    padding: 28px 24px 0 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
    min-height: 340px;
}

.page-id-422936 .promo-card-content {
    flex: 1;
    z-index: 2;
    position: relative;
    max-width: 58%;
}

.page-id-422936 .promo-heading {
    color: #1a7abf;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px 0;
}

.page-id-422936 .promo-divider {
    margin: 0 0 16px 0;
    width: 100%;
    max-width: 140px;
    height: auto;
    display: block;
}

.page-id-422936 .promo-body {
    font-size: 14px;
    color: #2d3748;
    line-height: 1.65;
    margin: 0 0 16px 0;
}

.page-id-422936 .promo-name {
    font-weight: 700;
    font-size: 14px;
    color: #1a202c;
    margin: 0 0 2px 0;
}

.page-id-422936 .promo-role {
    font-style: italic;
    font-size: 13px;
    color: #4a5568;
    margin: 0 0 20px 0;
    display: block;
}

.page-id-422936 .promo-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 88%;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
}

@media (max-width: 768px) {
    .page-id-422936 .promo-section {
        flex-direction: column;
    }

    .page-id-422936 .promo-card {
        min-height: 320px;
    }

    .page-id-422936 .promo-card-content {
        max-width: 60%;
    }
}

/* Desktop: 3 images in a single line */
.page-id-423520 .alignnone,
.page-id-423520 img.alignnone,
.page-id-423155 .alignnone,
.page-id-423155 img.alignnone {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}


/* Responsive: single image per row */

@media (max-width: 768px) {

    .page-id-423520 .alignnone,
    .page-id-423520 img.alignnone,
    .page-id-423155 .alignnone,
    .page-id-423155 img.alignnone {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

.page-id-128318 .entry-content .wp-caption.alignright,
.page-id-422946 .entry-content .wp-caption.alignright,
.page-id-262132 .entry-content img.alignright {

    float: unset !important;

}

.page .unset-all-images img.alignright,
.page .unset-all-images figure.wp-caption.alignright {
    float: unset !important;
}

.page-item-main-div {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-item-list {
    text-align: center;
}

.page-item-list p {
    margin-bottom: 8px;
    font-weight: 600;
}

#post-211441 .vc-row {
    display: flex;
    flex-wrap: wrap;
    /* width: 100%; */
}

#post-211441 .hero-right-image-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 5% !important;
    padding-bottom: 0 !important;
}

#post-211441 .vc-col-8 {
    width: 66.6667%;
}

#post-211441 .vc-column {
    padding: 15px;
}

#post-211441 img {
    max-width: 100%;
    height: auto;
    display: block;
}

#post-211441 .vc-col-4 {
    width: 33.3333%;
}

.page-id-211441 .vc-row-type-full_width_background .vc-column {
    padding-left: max(var(--cp-header-pad), calc((100% - var(--cp-header-max)) / 2 + var(--cp-header-pad))) !important;
    box-sizing: border-box !important;
}

.page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark,
.page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark a {
    color: #fff ! important;
}

.page-id-211441 .vc-row.vc-row-type-full_width_background.text-dark a {
    text-decoration: underline !important;
}

.page-id-211441 .vc-column.vc-col-3 {
    width: 25%;
}

.black-text {
    color: #000 !important;
}