/*
 * CaliGo Movers Live v1.5.15
 * One uninterrupted homepage background.
 * Only full-width section canvas/seams are affected; cards and graphics stay unchanged.
 */

:root {
    --caligo-homepage-canvas: #031127;
}

/* Use the same deep navy canvas across the entire homepage. */
body.home,
body.page-template-front-page {
    background-color: var(--caligo-homepage-canvas) !important;
    background-image: none !important;
}

body.home #site-content,
body.page-template-front-page #site-content,
body.home #content.site-content,
body.page-template-front-page #content.site-content,
body.home .caligo-live-homepage,
body.page-template-front-page .caligo-live-homepage,
body.home .caligo-homepage-v2,
body.page-template-front-page .caligo-homepage-v2 {
    background-color: var(--caligo-homepage-canvas) !important;
    background-image: none !important;
}

/* Every homepage section shares the parent canvas; no separate color bands. */
body.home .caligo-live-homepage > section,
body.page-template-front-page .caligo-live-homepage > section,
body.home .caligo-hero,
body.page-template-front-page .caligo-hero,
body.home .caligo-why-choose,
body.page-template-front-page .caligo-why-choose,
body.home .caligo-video-process,
body.page-template-front-page .caligo-video-process,
body.home .caligo-statistics,
body.page-template-front-page .caligo-statistics,
body.home .caligo-services,
body.page-template-front-page .caligo-services,
body.home .caligo-reviews,
body.page-template-front-page .caligo-reviews,
body.home .caligo-areas,
body.page-template-front-page .caligo-areas {
    background-color: transparent !important;
    background-image: none !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}

/* Remove only section-level seam shadows. Internal cards/panels are untouched. */
body.home .caligo-why-choose,
body.page-template-front-page .caligo-why-choose,
body.home .caligo-video-process,
body.page-template-front-page .caligo-video-process,
body.home .caligo-statistics,
body.page-template-front-page .caligo-statistics,
body.home .caligo-services,
body.page-template-front-page .caligo-services,
body.home .caligo-reviews,
body.page-template-front-page .caligo-reviews,
body.home .caligo-areas,
body.page-template-front-page .caligo-areas {
    border-block: 0 !important;
    box-shadow: none !important;
}
