/* ── 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;
}
