/* Component-specific styles for Acuas Services page */

.acuas-hero-content {
    max-width: 800px;
}

.acuas-component {
    padding-top: 120px;
}

.acuas-component h4,
.acuas-component h1,
.acuas-component p,
.acuas-component li {
    color: #111;
}

.acuas-component .acuas-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 6px 0;
    padding: 15px;
}

.acuas-component .acuas-card:hover {
    background: linear-gradient(120deg, rgba(225,245,255,1), rgba(235,250,255,1));
    border-color: rgba(30,144,255,0.35);
    transform: translateX(3px);
    transition: transform 0.25s ease, background 0.25s ease;
}

.acuas-component .testimonial-text p,
.acuas-component .testimonial-text h5 {
    font-size: large;
}
