/* Homepage-only brand and accessibility refinements.
   The purchased Textile styles remain the source of layout and behavior. */
:root {
    --cbws-color-primary: #0284c7;
    --cbws-color-ink: #002b5c;
    --cbws-color-surface: #f5f7f3;
    --cbws-color-text-muted: #6f8190;
}

/* Lenis Modern Smooth Momentum Scroll Styles */
html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.cbws-homepage .site-branding img {
    max-height: 54px;
    width: auto;
    object-fit: contain;
}

.cbws-homepage .btn-show-menu-mobile {
    background: transparent;
    border: 0;
    padding: 0;
}

/* The mirrored loader waits on third-party image requests; keep the homepage
   readable when those requests are slow or unavailable. */
.cbws-homepage #preloader {
    display: none;
}

.cbws-homepage .widget_info h3 a {
    color: inherit;
}

/* Header top-bar contact widgets (shared by every page) */
.cbws-homepage .widget_header_wrapper .widget_info {
    padding: 14px 0 14px 56px;
}

.cbws-homepage .widget_header_wrapper .widget_icon {
    font-size: 0;
    line-height: 0;
    margin-right: 14px;
}

.cbws-homepage .widget_header_wrapper .widget_icon i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.22);
    font-size: 17px;
    color: #38bdf8 !important;
    transition: background-color .2s ease, transform .2s ease;
}

.cbws-homepage .widget_header_wrapper .widget_info:hover .widget_icon i {
    background: rgba(56, 189, 248, 0.22);
    transform: translateY(-2px);
}

.cbws-homepage .widget_header_wrapper .widget_info:after {
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    height: 44px;
    background-color: rgba(255, 255, 255, 0.12);
}

.cbws-homepage .widget_header_wrapper .widget_info p {
    font-size: 11.5px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55) !important;
    margin-bottom: 3px;
}

.cbws-homepage .widget_header_wrapper .widget_info h3 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .01em;
}

.cbws-homepage .widget_header_wrapper .widget_info h3 a {
    color: #fff;
    transition: color .2s ease;
}

.cbws-homepage .widget_header_wrapper .widget_info h3 a:hover {
    color: #7dd3fc;
}

.cbws-homepage .yv-textcolor-skincolor,
.cbws-homepage .section-title h3,
.cbws-homepage .section-title .cbws-kicker,
.cbws-homepage .title-header .cbws-kicker,
.cbws-homepage .yv-fid-title,
.cbws-homepage .yv-btn-color-skincolor.btn-inline {
    color: var(--cbws-color-primary);
}

/* Section kicker labels (converted from h3 for correct heading hierarchy) */
.cbws-homepage .section-title .cbws-kicker,
.cbws-homepage .title-header .cbws-kicker {
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 8px;
}

.cbws-homepage .yv-btn-style-fill.yv-btn-color-skincolor {
    background-color: var(--cbws-color-primary);
}

.cbws-homepage .main-menu .mega-menu-item.active > .mega-menu-link,
.cbws-homepage .section-title .title b,
.cbws-homepage .yv-box-post-date .entry-date {
    color: #0369a1 !important;
}

.cbws-homepage .yv-bgcolor-skincolor a[href^="tel"] {
    color: #fff !important;
}

.cbws-homepage .cbws-home-callout {
    background-color: #0369a1;
}

/* Service Cards Refinement (Big Image - Small Icon - Uniform Aligned Heights) */
.cbws-homepage #services .featuredbox-number .row {
    display: flex;
    flex-wrap: wrap;
}

.cbws-homepage #services .featuredbox-number .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.cbws-homepage #services .featured-icon-box.style5 {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 0 26px !important;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 0 !important;
    text-align: left;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cbws-homepage #services .featured-icon-box.style5:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.cbws-homepage #services .cbws-home-service-image {
    width: 100%;
    height: 195px;
    margin: 0 0 18px 0;
    overflow: hidden;
    background: #f1f5f9;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.cbws-homepage #services .cbws-home-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.cbws-homepage #services .featured-icon-box.style5:hover .cbws-home-service-image img {
    transform: scale(1.06);
}

.cbws-homepage #services .featured-icon-box.style5 .featured-icon {
    padding: 0 22px;
    margin-bottom: 12px;
    float: none;
}

.cbws-homepage #services .featured-icon-box.style5 .featured-icon .yv-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0284c7;
    color: #ffffff !important;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
    margin: 0;
}

.cbws-homepage #services .featured-icon-box.style5 .featured-icon .yv-icon i,
.cbws-homepage #services .featured-icon-box.style5 .featured-icon i {
    font-size: 16px !important;
    color: #ffffff !important;
    line-height: 1;
}

.cbws-homepage #services .featured-icon-box.style5 .featured-content {
    padding: 0 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cbws-homepage #services .featured-icon-box.style5 .featured-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1a30;
    margin-bottom: 8px;
    line-height: 1.35;
}

.cbws-homepage #services .featured-icon-box.style5 .featured-desc p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 0;
}

.cbws-homepage #services .featured-icon-box.style5 i.yv-num {
    display: none !important;
}

.cbws-homepage .yv-bgcolor-darkgrey .yv-fid-title {
    color: #fff !important;
}

.cbws-homepage .bottom-footer-text .yv-textcolor-skincolor {
    color: #b4dc8d;
}

.cbws-homepage .banner_slider_wrapper .slide_img {
    background-position: center;
}

.cbws-homepage .slide__content--headings h2 {
    max-width: 760px;
    letter-spacing: -0.02em;
}

.cbws-homepage .slide__content--headings p {
    max-width: 590px;
}

.cbws-homepage .cbws-home-call-image .yv-col-wrapper-bg-layer {
    background-image: url("https://newwaysenterprises.com/wp-content/uploads/elementor/thumbs/IMG_3205-qwdgimehld5zaqgoxq77o72al14t8v8iuh8eo1bmf4.webp");
    background-position: center;
    background-size: cover;
}

.cbws-homepage .featured-imagebox-portfolio .featured-thumbnail img,
.cbws-homepage .featured-imagebox-post .featured-thumbnail img,
.cbws-homepage .featured-imagebox-procedure .featured-thumbnail img {
    object-fit: cover;
}

.cbws-homepage .featured-imagebox-procedure .featured-thumbnail {
    width: 198px;
    height: 198px;
    display: inline-block;
    position: relative;
}

.cbws-homepage .featured-imagebox-procedure .featured-thumbnail img {
    width: 198px !important;
    height: 198px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    display: block;
}

.cbws-homepage .featured-imagebox-portfolio .featured-thumbnail img {
    aspect-ratio: 1 / 1;
}

.cbws-homepage .featured-imagebox-post .featured-thumbnail img {
    aspect-ratio: 16 / 10;
}

.cbws-homepage .widget_contact_wrapper li {
    line-height: 1.7;
}

.cbws-homepage a:focus-visible,
.cbws-homepage button:focus-visible,
.cbws-homepage input:focus-visible {
    outline: 3px solid var(--cbws-color-primary);
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .cbws-homepage .site-branding img {
        max-height: 45px;
    }

    .cbws-homepage .widget_info:not(:first-child) {
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    .cbws-homepage .banner_slider_wrapper .slide_img {
        background-position: 62% center;
    }

    .cbws-homepage .slide__content--headings h2 {
        font-size: 34px;
        line-height: 1.16;
    }

    .cbws-homepage .slide__content--headings p {
        max-width: 100%;
    }

    .cbws-homepage .yv-fid-title {
        font-size: 13px;
        line-height: 1.25;
    }

    /* Fun fact / counter section — compact mobile layout */
    .cbws-homepage .yv-fid.inside.style2 .yv-fid-icon-wrapper i {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .cbws-homepage .yv-fid.inside.style2 h4,
    .cbws-homepage .yv-fid.inside.style2 h4 span {
        font-size: 26px;
        line-height: 34px;
    }

    .cbws-homepage .yv-fid.inside.style2 h3 {
        font-size: 13px;
    }

    .cbws-homepage #services .cbws-home-service-image {
        height: 260px;
        aspect-ratio: 1 / 1;
        max-height: 320px;
        margin-bottom: 20px;
    }
}

/* Modern 2x2 Industries / Manufacturing Capability Section */
.cbws-homepage .cbws-capability-section {
    background-color: #f7f9f6;
    padding: 80px 0 90px;
}

.cbws-homepage .cbws-capability-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(27, 43, 62, 0.06);
    border: 1px solid #e2e8f0;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cbws-homepage .cbws-capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(27, 43, 62, 0.12);
    border-color: #bae6fd;
}

.cbws-homepage .cbws-capability-thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #f0f9ff;
}

.cbws-homepage .cbws-capability-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cbws-homepage .cbws-capability-card:hover .cbws-capability-thumb img {
    transform: scale(1.05);
}

.cbws-homepage .cbws-capability-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #0369a1;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.cbws-homepage .cbws-capability-body {
    padding: 30px 32px 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cbws-homepage .cbws-capability-kicker {
    font-size: 12px;
    font-weight: 500;
    color: #0284c7;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.cbws-homepage .cbws-capability-title {
    font-size: 23px;
    line-height: 1.32;
    font-weight: 700;
    color: #1e2c38;
    margin: 0 0 14px;
}

.cbws-homepage .cbws-capability-title a {
    color: inherit;
    transition: color 0.2s ease;
    text-decoration: none;
}

.cbws-homepage .cbws-capability-title a:hover {
    color: #0284c7;
}

.cbws-homepage .cbws-capability-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #556270;
    margin-bottom: 20px;
}

.cbws-homepage .cbws-capability-features {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cbws-homepage .cbws-capability-features li {
    font-size: 13.5px;
    color: #475569;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cbws-homepage .cbws-capability-features li i {
    color: #0284c7;
    font-size: 13px;
    flex-shrink: 0;
}

.cbws-homepage .cbws-capability-footer {
    margin-top: auto;
    padding-top: 6px;
}

.cbws-homepage .cbws-capability-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e2c38;
    font-weight: 700;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: gap 0.25s ease, color 0.25s ease;
    text-decoration: none;
}

.cbws-homepage .cbws-capability-link i {
    color: #0284c7;
    transition: transform 0.25s ease;
    font-size: 14px;
}

.cbws-homepage .cbws-capability-card:hover .cbws-capability-link {
    color: #0284c7;
}

.cbws-homepage .cbws-capability-card:hover .cbws-capability-link i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .cbws-homepage .cbws-capability-body {
        padding: 24px 22px 24px;
    }
    .cbws-homepage .cbws-capability-thumb {
        height: 220px;
    }
    .cbws-homepage .cbws-capability-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .cbws-homepage .cbws-capability-body {
        text-align: center;
    }

    .cbws-homepage .cbws-capability-kicker,
    .cbws-homepage .cbws-capability-title,
    .cbws-homepage .cbws-capability-body :is(h1, h2, h3, h4, h5, h6) {
        text-align: center;
    }

    .cbws-homepage .cbws-capability-desc {
        text-align: justify;
    }

    .cbws-homepage .cbws-capability-features,
    .cbws-homepage .cbws-capability-features li,
    .cbws-homepage .cbws-capability-footer,
    .cbws-homepage .cbws-capability-link {
        text-align: left;
    }

    .cbws-homepage .cbws-capability-link {
        justify-content: flex-start;
    }
}

/* Modern CTA Callout Banner (Edge-to-Edge) */
.cbws-homepage .cbws-cta-section {
    padding: 0;
    position: relative;
    z-index: 10;
    width: 100%;
}

.cbws-homepage .cbws-cta-card {
    background: linear-gradient(135deg, #0e1b2e 0%, #172c48 100%);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    border: none;
    width: 100%;
}

.cbws-homepage .cbws-cta-content {
    padding: 70px max(5vw, 40px);
}

.cbws-homepage .cbws-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #38bdf8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cbws-homepage .cbws-cta-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.cbws-homepage .cbws-cta-title span {
    color: #38bdf8;
}

.cbws-homepage .cbws-cta-desc {
    font-size: 15.5px;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 24px;
    max-width: 540px;
}

.cbws-homepage .cbws-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.cbws-homepage .cbws-cta-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0284c7;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35);
    transition: all 0.25s ease;
}

.cbws-homepage .cbws-cta-phone-btn:hover {
    background: #0ea5e9;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.45);
}

.cbws-homepage .cbws-cta-quote-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 24px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    transition: all 0.25s ease;
}

.cbws-homepage .cbws-cta-quote-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #38bdf8;
    color: #38bdf8 !important;
    transform: translateY(-2px);
}

.cbws-homepage .cbws-cta-image {
    position: relative;
    height: 100%;
    min-height: 380px;
    overflow: hidden;
}

.cbws-homepage .cbws-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cbws-homepage .cbws-cta-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(14, 27, 46, 0.5) 0%, transparent 50%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 24px;
}

.cbws-homepage .cbws-cta-badge {
    background: rgba(14, 27, 46, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 10px 18px;
    border-radius: 12px;
    color: #ffffff;
    text-align: right;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.cbws-homepage .cbws-cta-badge strong {
    display: block;
    font-size: 18px;
    color: #38bdf8;
    font-weight: 700;
    line-height: 1.2;
}

.cbws-homepage .cbws-cta-badge span {
    font-size: 12px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 991px) {
    .cbws-homepage .cbws-cta-content {
        padding: 40px 24px;
    }
    .cbws-homepage .cbws-cta-title {
        font-size: 24px;
    }
    .cbws-homepage .cbws-cta-image {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .cbws-homepage .cbws-cta-content {
        padding: 34px 12px;
        text-align: center;
    }

    .cbws-homepage .cbws-cta-kicker {
        justify-content: center;
        text-align: center;
    }

    .cbws-homepage .cbws-cta-title,
    .cbws-homepage .cbws-cta-desc {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .cbws-homepage .cbws-cta-actions {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 8px;
    }

    .cbws-homepage .cbws-cta-phone-btn,
    .cbws-homepage .cbws-cta-quote-btn {
        flex: 1 1 0;
        min-width: 0;
        min-height: 44px;
        justify-content: center;
        gap: 6px;
        padding: 11px 8px;
        font-size: 13px;
        line-height: 1.2;
        white-space: nowrap;
    }
}

/* About Us Section Modern Styling */
.cbws-homepage .cbws-about-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.cbws-homepage .cbws-about-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
}

/* ========================================
   About page — uniform section spacing
   PC: 80px top/bottom | Mobile: 50px
   ======================================== */

/* Standard sections (about, services, CTA band) */
body.cbws-about-page .site-main .yv-row:not(.padding_zero-section) {
    padding: 80px 0;
}

/* Featured boxes (10+ years etc) — match standard spacing */
body.cbws-about-page .site-main .yv-row.padding_zero-section .featuredbox-number {
    margin-bottom: 0;
    padding: 80px 0;
}

/* Way We Work dark section — outer zero, internal padding handles content spacing */
body.cbws-about-page .site-main .yv-row.padding_zero-section.yv-bgcolor-darkgrey {
    padding: 0;
}

/* About page CTA band — match darkgrey section background */
body.cbws-about-page .cbws-cta-band {
    background: #061539;
}

/* ---- Mobile: uniform reduced spacing ---- */
@media (max-width: 991px) {
    body.cbws-about-page .site-main .yv-row:not(.padding_zero-section) {
        padding: 50px 0;
    }

    body.cbws-about-page .site-main .yv-row.padding_zero-section .featuredbox-number {
        padding: 50px 0;
    }
}

/* ========================================
   Contact page — uniform section spacing & mobile fixes
   ======================================== */

/* Intro section — center align text */
body.cbws-contact-page .cbws-contact-intro .col-lg-7 {
    text-align: center;
}

/* Standard sections (intro, values) */
body.cbws-contact-page .site-main .yv-row:not(.padding_bottom_zero-section):not(.padding_zero-section) {
    padding: 80px 0;
}

/* Form section (has grey bg, uses padding_bottom_zero-section) */
body.cbws-contact-page .site-main .yv-row.padding_bottom_zero-section {
    padding: 80px 0 0;
}

/* Map section — responsive height */
body.cbws-contact-page .cbws-fullwidth-map-section iframe {
    height: 420px;
    display: block;
    width: 100%;
}

/* ---- Mobile ---- */
@media (max-width: 991px) {
    body.cbws-contact-page .site-main .yv-row:not(.padding_bottom_zero-section):not(.padding_zero-section) {
        padding: 50px 0;
    }

    body.cbws-contact-page .site-main .yv-row.padding_bottom_zero-section {
        padding: 50px 0 0;
    }

    body.cbws-contact-page .cbws-contact-form-wrap {
        padding: 32px 24px;
    }

    body.cbws-contact-page .cbws-contact-details,
    body.cbws-contact-page .cbws-contact-location {
        margin-top: 30px;
    }

    body.cbws-contact-page .cbws-contact-location {
        min-height: 320px;
    }

    body.cbws-contact-page .cbws-contact-location img {
        min-height: 320px;
    }

    body.cbws-contact-page .cbws-contact-location-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 20px;
    }

    body.cbws-contact-page .cbws-fullwidth-map-section iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    body.cbws-contact-page .cbws-contact-form-wrap {
        padding: 24px 16px;
    }

    body.cbws-contact-page .cbws-contact-location {
        min-height: 260px;
    }

    body.cbws-contact-page .cbws-contact-location img {
        min-height: 260px;
    }

    body.cbws-contact-page .cbws-contact-location-content {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        padding: 20px 16px;
        background: #0b1a30;
        border-radius: 0 0 14px 14px;
    }

    body.cbws-contact-page .cbws-fullwidth-map-section iframe {
        height: 250px;
    }
}

/* Contact form details and feedback */
body.cbws-contact-page .cbws-contact-form-note {
    margin: -8px 0 18px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

body.cbws-contact-page .cbws-contact-form-wrap .cf-turnstile {
    min-height: 65px;
    margin: 0 0 12px;
}

body.cbws-contact-page .cbws-contact-confirmation {
    border: 0;
    border-radius: 8px;
    background: #f0f9ff;
    color: #0369a1;
    line-height: 1.5;
}

body.cbws-contact-page .cbws-contact-whatsapp {
    margin-left: 10px;
}

@media (max-width: 575px) {
    body.cbws-contact-page .cbws-contact-form-wrap form .yv-btn {
        display: flex;
        width: 100%;
        justify-content: center;
        margin: 0 0 10px;
    }

    body.cbws-contact-page .cbws-contact-whatsapp {
        margin-left: 0;
    }
}

.cbws-homepage .cbws-about-experience-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #0284c7;
    color: #ffffff;
    padding: 16px 22px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.35);
}

.cbws-homepage .cbws-about-experience-badge .cbws-badge-num {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
}

.cbws-homepage .cbws-about-experience-badge .cbws-badge-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cbws-homepage .cbws-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cbws-homepage .cbws-check-list li {
    font-size: 14.5px;
    font-weight: 400;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cbws-homepage .cbws-check-list li i {
    color: #0284c7;
    font-size: 15px;
    flex-shrink: 0;
}

.cbws-homepage .cbws-ceo-signature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1e2c38;
}

.cbws-homepage .cbws-ceo-signature span {
    font-size: 13px;
    color: #0284c7;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Why Choose Us Section (Matching Screenshot) */
.cbws-homepage .cbws-why-choose-us {
    padding: 90px 0;
    background-color: #ffffff;
}

.cbws-homepage .cbws-framed-image-box {
    background: #ffffff;
    padding: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.cbws-homepage .cbws-framed-image-inner {
    overflow: hidden;
}

.cbws-homepage .cbws-framed-image-inner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.cbws-homepage .cbws-framed-image-box:hover .cbws-framed-image-inner img {
    transform: scale(1.02);
}

.cbws-homepage .heading-line,
.cbws-homepage .cbws-title-accent-bar {
    display: none !important;
}

.cbws-homepage .cbws-lead-text {
    font-size: 16px;
    font-weight: 500;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 10px;
}

.cbws-homepage .cbws-sub-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 24px;
}

.cbws-homepage .cbws-value-icon {
    width: 54px;
    height: 54px;
    background: #0284c7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.cbws-homepage .cbws-value-item:hover .cbws-value-icon {
    background: #0ea5e9;
    transform: translateY(-2px);
}

.cbws-homepage .cbws-value-title {
    font-size: 17px;
    font-weight: 800;
    color: #0e1b2e;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.cbws-homepage .cbws-value-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #4b5866;
    margin: 0;
}

/* Homepage Gallery Preview Section (Matching Screenshot) */
.cbws-homepage .cbws-home-gallery-section {
    padding: 85px 0 90px;
    background-color: #f8fafc;
}

.cbws-homepage .cbws-home-gallery-card {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.cbws-homepage .cbws-home-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.cbws-homepage .cbws-home-gallery-img {
    height: 320px;
    overflow: hidden;
    background: #f1f5f9;
}

.cbws-homepage .cbws-home-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cbws-homepage .cbws-home-gallery-card:hover .cbws-home-gallery-img img {
    transform: scale(1.06);
}

.cbws-homepage .cbws-home-gallery-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0b1a30;
    padding: 18px 20px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.cbws-homepage .cbws-home-gallery-card:hover .cbws-home-gallery-banner {
    background: #0284c7;
}

.cbws-homepage .cbws-home-gallery-banner h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.02em;
    font-family: 'Rubik', sans-serif;
}

/* Quality without Compromise (Our Industry) Section - Matching Screenshot */
.cbws-homepage .cbws-industry-commitment-section {
    position: relative;
    padding: 85px 0 0;
    background: url('https://newwaysenterprises.com/wp-content/uploads/2022/05/IMG_3228.webp') center center / cover no-repeat;
    color: #ffffff;
    overflow: hidden;
}

.cbws-homepage .cbws-industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(11, 26, 48, 0.88) 0%, rgba(14, 27, 46, 0.93) 100%);
    z-index: 1;
}

.cbws-homepage .cbws-industry-kicker {
    font-size: 13px;
    font-weight: 600;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-bottom: 8px;
}

.cbws-homepage .cbws-industry-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin: 0;
}

.cbws-homepage .cbws-industry-title b {
    color: #ffffff;
}

.cbws-homepage .cbws-industry-desc {
    font-size: 15.5px;
    line-height: 1.65;
    color: #cbd5e1;
    margin: 0;
}

.cbws-homepage .cbws-industry-cards-row {
    margin-top: 45px;
}

.cbws-homepage .cbws-industry-card {
    padding: 40px 32px 36px;
    height: 100%;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.cbws-homepage .cbws-industry-card:hover {
    transform: translateY(-6px);
}

.cbws-homepage .cbws-card-white {
    background-color: #ffffff;
    color: #1e2c38;
}

.cbws-homepage .cbws-card-white .cbws-card-num {
    color: #0284c7;
}

.cbws-homepage .cbws-card-white .cbws-card-title {
    color: #0b1a30;
}

.cbws-homepage .cbws-card-white .cbws-card-text {
    color: #475569;
}

.cbws-homepage .cbws-card-blue {
    background-color: #0284c7;
    color: #ffffff;
}

.cbws-homepage .cbws-card-blue .cbws-card-num {
    color: #ffffff;
}

.cbws-homepage .cbws-card-blue .cbws-card-title {
    color: #ffffff;
}

.cbws-homepage .cbws-card-blue .cbws-card-text {
    color: #f0f9ff;
}

.cbws-homepage .cbws-card-navy {
    background-color: #0b1a30;
    color: #ffffff;
}

.cbws-homepage .cbws-card-navy .cbws-card-num {
    color: #38bdf8;
}

.cbws-homepage .cbws-card-navy .cbws-card-title {
    color: #ffffff;
}

.cbws-homepage .cbws-card-navy .cbws-card-text {
    color: #cbd5e1;
}

.cbws-homepage .cbws-card-num {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    font-family: 'Rubik', sans-serif;
}

.cbws-homepage .cbws-card-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 1.3;
    font-family: 'Rubik', sans-serif;
}

.cbws-homepage .cbws-card-text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    font-weight: 400;
}

@media (min-width: 992px) {
    .cbws-homepage .cbws-industry-cards-row > [class*="col-"]:first-child .cbws-industry-card {
        border-radius: 12px 0 0 12px;
    }
    .cbws-homepage .cbws-industry-cards-row > [class*="col-"]:last-child .cbws-industry-card {
        border-radius: 0 12px 12px 0;
    }
}

@media (max-width: 991px) {
    .cbws-homepage .cbws-industry-cards-row {
        margin-top: 35px;
        margin-left: -8px;
        margin-right: -8px;
    }
    .cbws-homepage .cbws-industry-cards-row > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
        margin-bottom: 16px;
    }
    .cbws-homepage .cbws-industry-card {
        border-radius: 14px !important;
        min-height: auto;
        padding: 32px 26px 28px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    }
}

@media (max-width: 575px) {
    .cbws-homepage .cbws-industry-cards-row {
        margin-top: 25px;
        margin-left: 0;
        margin-right: 0;
    }
    .cbws-homepage .cbws-industry-cards-row > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 16px;
    }
    .cbws-homepage .cbws-industry-cards-row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .cbws-homepage .cbws-industry-card {
        border-radius: 14px !important;
        padding: 28px 22px 24px;
    }
    .cbws-homepage .cbws-card-num {
        font-size: 36px;
        margin-bottom: 14px;
    }
    .cbws-homepage .cbws-card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

/* Product Gallery / High Quality Bags Section (Matching Screenshot) */
.cbws-homepage .cbws-clients-section {
    padding: 85px 0 90px;
    background-color: #0b1a30;
}

.cbws-homepage .cbws-client-kicker {
    font-size: 13px;
    font-weight: 600;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-bottom: 8px;
}

.cbws-homepage .cbws-client-card {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cbws-homepage .cbws-client-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.cbws-homepage .cbws-client-img {
    height: 380px;
    overflow: hidden;
    background: #1e293b;
}

.cbws-homepage .cbws-client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cbws-homepage .cbws-client-card:hover .cbws-client-img img {
    transform: scale(1.06);
}

.cbws-homepage .cbws-client-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 16px 15px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.cbws-homepage .cbws-client-card:hover .cbws-client-info {
    background-color: #f0fdf4;
}

.cbws-homepage .cbws-client-info h4 {
    font-size: 22px;
    font-weight: 800;
    color: #0b1a30;
    margin: 0;
    letter-spacing: 0.01em;
    font-family: 'Rubik', sans-serif;
}

/* Full Width Google Map Section (End-to-End Screen) */
.cbws-fullwidth-map-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    line-height: 0;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.cbws-fullwidth-map-section iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

/* Header & Mobile Navigation Stacking Order */
header#masthead,
.site-header-menu,
.site-header-menu-inner,
.site-header-menu.fixed-header,
#site-navigation,
.site-navigation-content {
    position: relative;
    z-index: 999999 !important;
}



/* Modern Split Showcase Hero Banner (Reference Layout) */
.cbws-showcase-hero {
    position: relative;
    z-index: 1;
    min-height: 600px;
    height: 75vh;
    max-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden !important;
    background: #0b1a30;
    color: #ffffff;
    padding: 35px 0 20px;
}

.cbws-hero-bg-layers {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.cbws-hero-bg-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.cbws-hero-bg-item.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.cbws-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 26, 48, 0.96) 0%, rgba(11, 26, 48, 0.82) 42%, rgba(11, 26, 48, 0.45) 100%);
    z-index: 3;
    pointer-events: none;
}

.cbws-hero-showcase-container {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1440px;
    padding-left: max(3vw, 24px);
    padding-right: max(3vw, 24px);
    margin: 0 auto;
}

.cbws-hero-text-col {
    position: relative;
    z-index: 5;
}

.cbws-hero-cards-col {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.cbws-hero-text-panel {
    position: relative;
    min-height: 270px;
    padding-right: 15px;
}

.cbws-hero-content-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
    pointer-events: none;
}

.cbws-hero-content-item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.cbws-hero-kicker-text {
    display: inline-block;
    color: #38bdf8;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: 'Rubik', sans-serif;
}

.cbws-hero-main-title {
    font-size: clamp(30px, 3.6vw, 50px);
    line-height: 1.15;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Rubik', sans-serif;
}

.cbws-hero-main-desc {
    font-size: 15.5px;
    line-height: 1.65;
    color: #cbd5e1;
    max-width: 480px;
    margin-bottom: 26px;
    font-family: 'Rubik', sans-serif;
}

.cbws-hero-actions .yv-btn {
    padding: 12px 26px;
    font-weight: 600;
    font-size: 14.5px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Scrollable / Clickable Cards Carousel Track */
.cbws-hero-cards-wrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 15px 10px 20px;
    cursor: grab;
    user-select: none;
    -webkit-user-drag: none;
    scroll-behavior: smooth;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 24px, rgba(0,0,0,1) 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 24px, rgba(0,0,0,1) 96%, transparent 100%);
}

.cbws-hero-cards-wrapper.is-dragging {
    cursor: grabbing !important;
    scroll-behavior: auto !important;
}

.cbws-hero-cards-wrapper img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.cbws-hero-cards-wrapper::-webkit-scrollbar {
    display: none;
}

.cbws-hero-cards-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    padding: 0 15px;
}

.cbws-hero-card-box {
    flex: 0 0 225px;
    width: 225px;
    height: 320px;
    cursor: pointer;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s ease, border-color 0.3s ease, opacity 0.3s ease, box-shadow 0.35s ease;
    transform: scale(0.94);
    opacity: 0.7;
    background: #0f172a;
}

.cbws-hero-card-box:hover {
    opacity: 0.92;
    transform: scale(0.97);
    border-color: rgba(56, 189, 248, 0.85);
}

.cbws-hero-card-box.active {
    opacity: 1;
    transform: scale(1.02);
    border: 3px solid #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(56, 189, 248, 0.35);
}

.cbws-hero-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.cbws-hero-card-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.cbws-hero-card-box.active .cbws-hero-card-inner img {
    transform: scale(1.05);
}

.cbws-hero-card-badge {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(11, 26, 48, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 7px 10px;
    text-align: center;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.cbws-hero-card-badge span {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: block;
}

.cbws-hero-card-box.active .cbws-hero-card-badge {
    border-color: #38bdf8;
    background: rgba(2, 132, 199, 0.92);
}

/* Pagination Dots */
.cbws-hero-dots-wrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cbws-hero-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cbws-hero-dot.active {
    width: 24px;
    border-radius: 10px;
    background: #38bdf8;
}

/* Eliminate any hollow outline text sitewide */
.border_text,
.banner_slider_2 .slide .slide__content--headings > span.border_text,
.banner_slider_2 .slide .slide__content--headings h2.border_text {
    -webkit-text-stroke: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
    font-family: 'Rubik', sans-serif !important;
}

@media (max-width: 991px) {
    .cbws-showcase-hero {
        height: auto;
        min-height: auto;
        padding: 60px 0 30px;
    }
    .cbws-hero-text-panel {
        min-height: auto;
        margin-bottom: 25px;
        text-align: center;
        padding-right: 0;
    }
    .cbws-hero-main-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .cbws-hero-cards-track {
        justify-content: center;
    }
    .cbws-hero-card-box {
        flex: 0 0 195px;
        width: 195px;
        height: 280px;
    }
}

@media (max-width: 575px) {
    .cbws-hero-cards-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cbws-hero-cards-track {
        justify-content: flex-start;
        gap: 14px;
    }
    .cbws-hero-card-box {
        flex: 0 0 165px;
        width: 165px;
        height: 235px;
    }
}

/* ==========================================================================
   Modern Clean Header & Slogan / Keyword Marquee Top Bar (Matching Reference)
   ========================================================================== */

.cbws-modern-header {
    position: relative;
    z-index: 999999 !important;
    background: #ffffff;
    width: 100%;
}

/* Top Bar */
.cbws-top-bar {
    background: #f8fafc;
    border-bottom: 1px solid #eef2f6;
    font-size: 13px;
    height: 38px;
    position: relative;
    z-index: 100000;
}

.cbws-top-bar-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
}

.cbws-topbar-row {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Marquee Ticker */
.cbws-topbar-left {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    margin-right: 0;
}

.cbws-marquee-wrap {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2%, #000 98%, transparent 100%);
}

.cbws-marquee-track {
    display: inline-flex;
    white-space: nowrap;
    animation: cbwsMarqueeScroll 38s linear infinite;
}

.cbws-marquee-track:hover {
    animation-play-state: paused;
}

.cbws-marquee-track span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.cbws-marquee-track span i {
    color: #0284c7;
    font-size: 12px;
}

@keyframes cbwsMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Main Navigation Header Bar */
.cbws-nav-header {
    background: #ffffff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 999999 !important;
    width: 100%;
}

.cbws-nav-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    animation: cbwsSlideDown 0.35s ease;
}

@keyframes cbwsSlideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.cbws-nav-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.cbws-nav-inner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    position: relative;
}

/* Logo */
.cbws-header-logo {
    flex-shrink: 0;
}

.cbws-header-logo img {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Sidebar Header, Footer and Mobile Backdrop Overlay - strictly hidden on desktop */
.cbws-sidebar-header,
.cbws-sidebar-footer,
.cbws-mobile-menu-overlay {
    display: none !important;
}

/* Desktop Navigation (Screen >= 1200px) */
@media (min-width: 1200px) {
    .btn-show-menu-mobile,
    .cbws-sidebar-header,
    .cbws-sidebar-footer,
    .cbws-mobile-menu-overlay {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
    .cbws-site-nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-grow: 1 !important;
        margin: 0 20px !important;
    }
    .cbws-site-nav nav.main-menu {
        display: flex !important;
        align-items: center !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        max-height: none !important;
        transform: none !important;
        -webkit-transform: none !important;
        pointer-events: auto !important;
        overflow: visible !important;
    }
    .cbws-site-nav nav.main-menu ul.menu {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 32px !important;
        width: auto !important;
    }
    .cbws-site-nav nav.main-menu ul.menu > li {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        width: auto !important;
    }
    .cbws-site-nav nav.main-menu ul.menu > li > a {
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #475569 !important;
        padding: 28px 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        position: relative !important;
        text-decoration: none !important;
        font-family: 'Rubik', sans-serif !important;
        border-top: none !important;
        border-bottom: none !important;
        background: transparent !important;
        transition: color 0.2s ease;
    }
    .cbws-site-nav nav.main-menu ul.menu > li > a:hover,
    .cbws-site-nav nav.main-menu ul.menu > li.active > a {
        color: #0284c7 !important;
        font-weight: 600 !important;
    }
    .cbws-site-nav nav.main-menu ul.menu > li.active > a::after {
        content: '' !important;
        position: absolute !important;
        bottom: 20px !important;
        left: 0 !important;
        right: 0 !important;
        height: 2.5px !important;
        background: #0284c7 !important;
        border-radius: 4px !important;
    }
    .cbws-site-nav nav.main-menu ul.mega-submenu {
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
        border: 1px solid #f1f5f9 !important;
        padding: 10px 0 !important;
        min-width: 220px !important;
    }
    .cbws-site-nav nav.main-menu ul.mega-submenu li a {
        padding: 9px 20px !important;
        font-size: 14px !important;
        color: #334155 !important;
        font-weight: 500 !important;
        display: block !important;
        border: none !important;
        transition: all 0.2s ease;
    }
    .cbws-site-nav nav.main-menu ul.mega-submenu li a:hover {
        background-color: #f0f9ff !important;
        color: #0284c7 !important;
        padding-left: 24px !important;
    }
    .cbws-header-right-action {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-shrink: 0;
    }
    .cbws-header-phone-cta {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        color: #0b1a30 !important;
        font-size: 16.5px;
        font-weight: 700;
        text-decoration: none;
        font-family: 'Rubik', sans-serif;
        letter-spacing: -0.01em;
        transition: color 0.2s ease, transform 0.2s ease;
    }
    .cbws-header-phone-cta i {
        color: #0284c7;
        font-size: 18px;
        transition: transform 0.3s ease;
    }
    .cbws-header-phone-cta:hover {
        color: #0284c7 !important;
        transform: translateY(-1px);
    }
    .cbws-header-phone-cta:hover i {
        transform: scale(1.15) rotate(-10deg);
    }
}

/* Mobile & Tablet Navigation (Screen <= 1199px) */
@media (max-width: 1199px) {
    .cbws-top-bar {
        height: 34px !important;
        padding: 0 !important;
        background: #f8fafc !important;
        border-bottom: 1px solid #e2e8f0 !important;
    }
    .cbws-topbar-row {
        display: flex !important;
        flex-direction: row !important;
        height: 100% !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
    .cbws-topbar-left {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 12px !important;
        background: transparent !important;
        border-bottom: none !important;
        overflow: hidden !important;
    }
    .cbws-marquee-track span {
        font-size: 12px !important;
    }

    .cbws-nav-header {
        background: #ffffff !important;
        position: relative !important;
        z-index: 999999 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    }
    .cbws-nav-container {
        padding: 0 16px !important;
    }
    .cbws-nav-inner-row {
        height: 64px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
    }
    .cbws-header-logo {
        flex-shrink: 0 !important;
        display: flex !important;
        align-items: center !important;
    }
    .cbws-header-logo img {
        max-height: 42px !important;
        width: auto !important;
        display: block !important;
    }
    
    /* Right Action Bar (Phone + Hamburger) */
    .cbws-header-right-action {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        margin-left: auto !important;
    }
    .cbws-header-phone-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f0f9ff !important;
        color: #0284c7 !important;
        text-decoration: none !important;
        border: 1px solid #bae6fd !important;
        padding: 0 !important;
    }
    .cbws-header-phone-cta span {
        display: none !important;
    }
    .cbws-header-phone-cta i {
        font-size: 16px !important;
        color: #0284c7 !important;
        margin: 0 !important;
    }
    
    /* Mobile Hamburger Button */
    .btn-show-menu-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        background: #ffffff !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 8px !important;
        padding: 0 !important;
        cursor: pointer !important;
        outline: none !important;
        position: relative !important;
        z-index: 1000000 !important;
        margin: 0 !important;
        transition: all 0.2s ease !important;
    }
    .btn-show-menu-mobile .menubar-box {
        width: 20px !important;
        height: 14px !important;
        position: relative !important;
        display: block !important;
    }
    .btn-show-menu-mobile .menubar-inner,
    .btn-show-menu-mobile .menubar-inner:before,
    .btn-show-menu-mobile .menubar-inner:after {
        width: 20px !important;
        height: 2px !important;
        background-color: #0b1a30 !important;
        border-radius: 2px !important;
        position: absolute !important;
        transition: all 0.25s ease !important;
    }
    .btn-show-menu-mobile .menubar-inner {
        top: 50% !important;
        margin-top: -1px !important;
    }
    .btn-show-menu-mobile .menubar-inner:before {
        content: '' !important;
        top: -5px !important;
    }
    .btn-show-menu-mobile .menubar-inner:after {
        content: '' !important;
        bottom: -5px !important;
    }
    .btn-show-menu-mobile {
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease, background-color 0.2s ease !important;
    }
    body.cbws-menu-open .btn-show-menu-mobile,
    .btn-show-menu-mobile.is-active {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: scale(0.8) !important;
    }

    /* Mobile Nav Sidebar Drawer */
    #site-navigation {
        position: static !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }
    
    /* Overlay backdrop */
    .cbws-mobile-menu-overlay {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(11, 26, 48, 0.65) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 9999998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
        pointer-events: none !important;
    }
    .cbws-mobile-menu-overlay.active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
    body.cbws-menu-open {
        overflow: hidden !important;
        touch-action: none !important;
    }

    nav.main-menu.menu-mobile {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        bottom: 0 !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: 100vh !important;
        background: #ffffff !important;
        box-shadow: -10px 0 35px rgba(11, 26, 48, 0.25) !important;
        border-left: 1px solid #e2e8f0 !important;
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        padding: 0 !important;
        margin: 0 !important;
        z-index: 99999999 !important;
        transform: translate3d(100%, 0, 0) !important;
        -webkit-transform: translate3d(100%, 0, 0) !important;
        transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.32s ease !important;
        visibility: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        pointer-events: none !important;
    }
    nav.main-menu.menu-mobile.show {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    /* Sidebar Header */
    .cbws-sidebar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        background: #f8fafc !important;
        border-bottom: 1px solid #eef2f6 !important;
        flex-shrink: 0 !important;
    }
    .cbws-sidebar-logo img {
        max-height: 36px !important;
        width: auto !important;
        display: block !important;
    }
    .cbws-sidebar-close {
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        color: #475569 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    .cbws-sidebar-close:hover,
    .cbws-sidebar-close:active {
        background: #0284c7 !important;
        color: #ffffff !important;
        border-color: #0284c7 !important;
    }

    /* Sidebar Menu Links */
    nav.main-menu.menu-mobile ul.menu {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 14px 16px !important;
        margin: 0 !important;
        list-style: none !important;
        gap: 3px !important;
        flex-grow: 1 !important;
    }
    nav.main-menu.menu-mobile ul.menu > li {
        display: block !important;
        width: 100% !important;
        position: relative !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    nav.main-menu.menu-mobile ul.menu > li > a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 12px 14px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #1e293b !important;
        border: none !important;
        border-radius: 9px !important;
        text-decoration: none !important;
        background: transparent !important;
        font-family: 'Rubik', sans-serif !important;
        transition: background 0.15s ease, color 0.15s ease !important;
    }
    nav.main-menu.menu-mobile ul.menu > li > a:hover,
    nav.main-menu.menu-mobile ul.menu > li > a:active {
        background: #f1f5f9 !important;
        color: #0284c7 !important;
    }
    nav.main-menu.menu-mobile ul.menu > li.active > a {
        color: #0284c7 !important;
        background: #f0f9ff !important;
        font-weight: 700 !important;
    }
    nav.main-menu.menu-mobile ul.menu > li.active > a::after {
        display: none !important;
        content: none !important;
    }
    
    /* Submenus in Sidebar */
    nav.main-menu.menu-mobile ul.mega-submenu {
        display: none !important;
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 4px 0 6px 12px !important;
        background: #f8fafc !important;
        margin: 2px 0 6px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    nav.main-menu.menu-mobile ul.mega-submenu.active {
        display: block !important;
    }
    nav.main-menu.menu-mobile ul.mega-submenu li a {
        display: block !important;
        padding: 9px 12px !important;
        font-size: 13.5px !important;
        color: #475569 !important;
        border: none !important;
        border-radius: 6px !important;
        background: transparent !important;
        font-weight: 500 !important;
        transition: all 0.15s ease !important;
    }
    nav.main-menu.menu-mobile ul.mega-submenu li a:hover {
        color: #0284c7 !important;
        background: #e2e8f0 !important;
    }
    nav.main-menu.menu-mobile li.mega-menu-item:has(ul.mega-submenu) > a.mega-menu-link:after {
        content: "\f107" !important;
        font-family: "FontAwesome" !important;
        font-size: 13px !important;
        margin-left: 10px !important;
        transition: transform 0.25s ease !important;
    }
    nav.main-menu.menu-mobile li.mega-menu-item > a.active:after {
        transform: rotate(180deg) !important;
        color: #0284c7 !important;
    }

    /* Sidebar Bottom Footer */
    .cbws-sidebar-footer {
        display: flex !important;
        flex-direction: column !important;
        padding: 16px 20px 24px !important;
        background: #f8fafc !important;
        border-top: 1px solid #eef2f6 !important;
        gap: 10px !important;
        flex-shrink: 0 !important;
    }
    .cbws-sidebar-phone-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        background: #0284c7 !important;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 12px 18px !important;
        border-radius: 10px !important;
        text-decoration: none !important;
        box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25) !important;
        font-family: 'Rubik', sans-serif !important;
        transition: background 0.2s ease !important;
    }
    .cbws-sidebar-phone-btn:hover {
        background: #0369a1 !important;
        color: #ffffff !important;
    }
    .cbws-sidebar-wa-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        background: #25d366 !important;
        color: #ffffff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        padding: 11px 18px !important;
        border-radius: 10px !important;
        text-decoration: none !important;
        font-family: 'Rubik', sans-serif !important;
    }
    .cbws-sidebar-loc {
        font-size: 12px !important;
        color: #64748b !important;
        text-align: center !important;
        margin-top: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
    }
}

@media (max-width: 575px) {
    .cbws-homepage #services .cbws-home-service-image {
        height: 270px !important;
        aspect-ratio: 1 / 1 !important;
        max-height: 340px !important;
        margin-bottom: 18px !important;
    }
    .cbws-homepage #services .featured-icon-box.style5 {
        margin-bottom: 24px !important;
    }
}





/* Desktop header geometry: keep the three header roles in fixed, independent
   areas so the logo and phone can never push the menu out of its row. */
@media (min-width: 1200px) {
    #masthead .cbws-nav-inner-row {
        display: grid;
        grid-template-columns: minmax(170px, 1fr) minmax(0, max-content) minmax(170px, 1fr);
        align-items: center;
        height: 80px;
        min-height: 80px;
        max-height: 80px;
    }

    #masthead .cbws-header-logo {
        grid-column: 1;
        height: 80px;
        min-height: 0;
        align-items: flex-start;
        justify-content: center;
    }

    #masthead .cbws-header-logo .home-link {
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 0;
    }

    #masthead .cbws-header-logo img {
        display: block;
        width: auto;
        height: 52px;
        max-width: 210px;
        max-height: 52px;
        object-fit: contain;
    }

    #masthead .cbws-site-nav {
        grid-column: 2;
        min-width: 0;
        height: 80px;
        margin-left: 0;
        margin-right: 0;
    }

    #masthead .cbws-site-nav nav.main-menu,
    #masthead .cbws-site-nav nav.main-menu > ul.menu,
    #masthead .cbws-site-nav nav.main-menu > ul.menu > li {
        height: 80px;
    }

    #masthead .cbws-site-nav nav.main-menu > ul.menu > li > a {
        height: 80px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1;
        white-space: nowrap;
    }

    #masthead .cbws-site-nav nav.main-menu > ul.menu > li.active > a::after {
        bottom: 14px;
    }

    #masthead .cbws-header-right-action {
        grid-column: 3;
        justify-self: end;
        min-width: 0;
    }

    #masthead .cbws-header-phone-cta {
        white-space: nowrap;
        line-height: 1;
    }
}
