/* ── Zonar custom overrides ─────────────────────────────────────────────── */

/* Testimonials carousel: clip Swiper slides that bleed outside the wrap */
.testimonilas-carousel-wrap {
    overflow: hidden;
    position: relative;
}

/* Sponsor CTA row: align h4 and button on the same baseline */
.srv-link-text {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.srv-link-text h4 {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}

.srv-link-text .btn {
    top: 0;
    flex-shrink: 0;
}

#sec5 {
    margin-bottom: 160px;
}

#sec6 {
    bottom: 170px;
}

/* Keywords preview block: match the h3 block-heading styling for the h2 */
.section-title h2 {
    font-size: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    padding-bottom: 10px;
    line-height: 34px;
}

    .section-title h2:before {
        content: '';
        position: absolute;
        left: -90px;
        top: -10px;
        width: 150px;
        bottom: 4px;
        z-index: -1;
        background: #f2f2f2;
    }

/* Page-preload (counter) screen must cover the chat FAB during load.
   Vendor .loader is z-index:3; the chat FAB sits at 99990 and the drawer
   at 99991, so the loader needs to clear both. (Override here — never edit
   vendor style.css.) */
.loader {
    z-index: 100000;
}

/* Same reasoning for the internal-nav loader (.page-load, vendor z-index:119) and
   the slide-out menu (.nav-overlay dim z-index:318 + .nav-holder panel z-index:319):
   all sit far below the chat FAB (99990) / drawer (99991), so the button pokes
   through them. Lift each above both. (Override here — never edit vendor style.css.) */
.page-load   { z-index: 100000; }
.nav-overlay { z-index: 100001; }
.nav-holder  { z-index: 100002; }
