/* CareUrBaby client modifications — Phase 1. Loaded last intentionally. */

/* Keep the promotional strip aligned with the same wide content grid as hero/home sections. */
.phase1-home .phase5-hero-partners {
    box-sizing: border-box;
    width: min(100%, var(--p1-container-wide, 1440px));
    margin-inline: auto !important;
    padding-inline: var(--p1-gutter, 24px) !important;
    overflow: hidden;
}
.phase1-home .phase5-hero-partners .container-fluid,
.phase1-home .phase5-hero-partners .ads-partner-slider {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}
.phase1-home .phase5-hero-partners .swiper-wrapper { align-items: stretch; }

/* Give Category and Offers the same restrained title treatment. */
.phase1-home .pdf2-category-section .pdf2-section-heading,
.phase1-home .pdf2-quick-deal-section .pdf2-quick-deal-titlebar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-bottom: 20px;
    padding: 10px 18px 15px;
    background: transparent !important;
    border: 0 !important;
}
.phase1-home .pdf2-category-section .pdf2-section-heading::after,
.phase1-home .pdf2-quick-deal-section .pdf2-quick-deal-titlebar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: #1f2937;
    transform: translateX(-50%);
}
.phase1-home #pdf2-category-title,
.phase1-home #pdf2-quick-deal-title {
    margin: 0 !important;
    color: #1f2937 !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    letter-spacing: -.02em;
}

/* Testimonial heading must follow the neutral section palette, never brand red. */
.phase1-home .testimonial-six-right .sub-title-main {
    color: #4b5563 !important;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.phase1-home .testimonial-six-right .title-animation { color: #1f2937 !important; }

@media (max-width: 767.98px) {
    .phase1-home .phase5-hero-partners { padding-inline: 12px !important; }
    .phase1-home .pdf2-category-section .pdf2-section-heading,
    .phase1-home .pdf2-quick-deal-section .pdf2-quick-deal-titlebar { min-height: 46px; margin-bottom: 14px; }
}
