.elementor-8 .elementor-element.elementor-element-e96c6c5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-335ff23{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a9c6d89 *//* Subtle Website Effects */
@keyframes cemFloatSoft {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes cemPulseGlow {
    0%, 100% {
        box-shadow: 0 22px 60px rgba(31, 41, 51, 0.18), 0 0 0 rgba(0, 138, 61, 0);
    }
    50% {
        box-shadow: 0 22px 60px rgba(31, 41, 51, 0.18), 0 0 38px rgba(0, 138, 61, 0.25);
    }
}

@keyframes cemFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cemButtonShine {
    from {
        left: -80%;
    }
    to {
        left: 130%;
    }
}

.cem-hero-main-image {
    animation: cemFloatSoft 6s ease-in-out infinite;
}

.cem-hero-small-image {
    animation: cemFloatSoft 7s ease-in-out infinite;
    animation-delay: 0.7s;
}

.cem-logo-badge {
    animation: cemPulseGlow 4.5s ease-in-out infinite;
}

.cem-hero-card,
.cem-info-panel,
.cem-service-card,
.cem-strip-image,
.cem-cta {
    animation: cemFadeUp 0.75s ease both;
}

.cem-service-card:nth-child(2) {
    animation-delay: 0.08s;
}

.cem-service-card:nth-child(3) {
    animation-delay: 0.16s;
}

.cem-service-card:nth-child(4) {
    animation-delay: 0.24s;
}

.cem-service-card:nth-child(5) {
    animation-delay: 0.32s;
}

.cem-service-card:nth-child(6) {
    animation-delay: 0.4s;
}

.cem-btn {
    position: relative;
    overflow: hidden;
}

.cem-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.38),
        transparent
    );
    transform: skewX(-20deg);
    pointer-events: none;
}

.cem-btn:hover::after {
    animation: cemButtonShine 0.7s ease;
}

.cem-strip-image:hover img,
.cem-hero-main-image:hover img,
.cem-hero-small-image:hover img {
    transform: scale(1.045);
}

.cem-strip-image img,
.cem-hero-main-image img,
.cem-hero-small-image img {
    transition: transform 0.45s ease;
}

/* Accessibility: reduce effects for users who prefer less motion */
@media (prefers-reduced-motion: reduce) {
    .cem-hero-main-image,
    .cem-hero-small-image,
    .cem-logo-badge,
    .cem-hero-card,
    .cem-info-panel,
    .cem-service-card,
    .cem-strip-image,
    .cem-cta {
        animation: none !important;
    }

    .cem-btn,
    .cem-strip-image img,
    .cem-hero-main-image img,
    .cem-hero-small-image img {
        transition: none !important;
    }
}/* End custom CSS */