/*
 * CaliGo Movers Live v1.5.11
 * One continuous homepage background with subtle section graphics.
 * Loaded after all block-specific files so sections no longer form hard color bands.
 */

/* One continuous canvas for the entire coded homepage. */
body.home,
body.page-template-front-page {
    background-color: #020b20 !important;
    background-image:
        radial-gradient(circle at 14% 14%, rgba(20, 91, 188, 0.075), transparent 28%),
        radial-gradient(circle at 88% 56%, rgba(21, 102, 205, 0.055), transparent 31%),
        radial-gradient(circle at 12% 82%, rgba(255, 91, 11, 0.035), transparent 25%),
        linear-gradient(180deg, #020b20 0%, #03122a 48%, #020b20 100%) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !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,
.caligo-live-homepage,
.caligo-homepage-v2 {
    background: transparent !important;
}

/* Remove individual full-width section fills. Existing ::before/::after artwork remains. */
body.home .caligo-hero,
body.page-template-front-page .caligo-hero,
.caligo-live-homepage .caligo-why-choose,
.caligo-live-homepage .caligo-video-process,
.caligo-live-homepage .caligo-statistics,
.caligo-live-homepage .caligo-services,
.caligo-live-homepage .caligo-reviews,
.caligo-live-homepage .caligo-areas {
    background-color: transparent !important;
    background-image: none !important;
}

/* Keep section distinctions subtle and decorative rather than separate backgrounds. */
.caligo-live-homepage .caligo-why-choose::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 8% 5%;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 42%, rgba(24, 86, 177, 0.075), transparent 44%),
        radial-gradient(circle at 82% 72%, rgba(255, 91, 11, 0.03), transparent 29%);
}

/* Existing decorative overlays are retained, but softened to avoid visible section bands. */
.caligo-live-homepage .caligo-video-process::before {
    opacity: 0.075;
}

.caligo-live-homepage .caligo-video-process::after {
    opacity: 0.72;
}

.caligo-live-homepage .caligo-statistics::before {
    opacity: 0.16;
}

.caligo-live-homepage .caligo-statistics::after {
    opacity: 0.72;
}

.caligo-live-homepage .caligo-services--pattern::before,
.caligo-live-homepage .caligo-services--pattern::after {
    opacity: 0.075;
}

.caligo-live-homepage .caligo-reviews::before,
.caligo-live-homepage .caligo-reviews::after {
    opacity: 0.44;
}

.caligo-live-homepage .caligo-areas::before {
    opacity: 0.30;
}

.caligo-live-homepage .caligo-areas::after {
    opacity: 0.58;
}

/* “Our” stays orange; “Core Services” is always white. */
.caligo-live-homepage .caligo-services__title > span:not(.caligo-services__title-accent) {
    color: #ffffff !important;
}
