/* SERVICES PAGE OVERRIDES */
/* Ensures only the Services page is affected */

/* Left-align all text inside service cards */
.services .service-card {
    text-align: left !important;
}

/* Improve list formatting inside service cards */
.services .service-card ul {
    padding-left: 1.2rem;
    margin-top: 10px;
}

.services .service-card li {
    list-style-position: outside;
    margin-bottom: 6px;
}

/* CTA FIX — prevents button overlapping text */
.services + .cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* spacing between text and button */
}

.services + .cta p {
    margin-bottom: 10px;
}
