.angie-scroll-wrapper-40189525 {
    height: 300vh;
    position: relative;
    width: 100%;
}

.angie-sticky-container-40189525 {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.angie-scroll-content-wrapper-40189525 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.angie-section-heading-40189525 {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 2rem;
    font-size: 3rem;
    font-weight: 800;
    color: #000000;
}

.angie-section-heading-link-40189525 {
	text-decoration: none;
	color: inherit;
}

.angie-horizontal-scroll-40189525 {
    display: flex;
    gap: 2rem;
    padding: 0 2rem;
    will-change: transform;
    width: max-content;
}

.angie-service-box-40189525 {
    width: 400px;
    max-width: 85vw;
    flex-shrink: 0;
    padding: 3rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.angie-service-box-40189525:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.angie-service-icon-40189525 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.angie-service-icon-40189525 svg {
    width: 3rem;
    height: 3rem;
    fill: #1a1a1a;
}

.angie-service-box-title-40189525 {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.angie-service-box-desc-40189525 {
    line-height: 1.6;
    color: #666666;
    margin-bottom: 0;
}

/* Fallback for mobile - disable the sticky scroll effect to make it naturally scrollable */
@media (max-width: 767px) {
    .angie-scroll-wrapper-40189525 {
        height: auto;
    }
    .angie-sticky-container-40189525 {
        position: relative;
        height: auto;
        top: auto;
        overflow: visible;
        padding: 4rem 0;
    }
    .angie-horizontal-scroll-40189525 {
        flex-direction: column;
        transform: none !important;
        width: 100%;
    }
    .angie-service-box-40189525 {
        width: 100%;
        max-width: 100%;
    }
}