/* Custom stylesheet for Print‑Asia */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
}

/* Navbar adjustments */
.navbar-brand img {
    height: 40px;
    width: auto;
}

/* Service cards */
.service-card {
    transition: transform .2s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Blog list */
.blog-card {
    margin-bottom: 1.5rem;
}

/* Footer styles */
footer h5 {
    margin-bottom: 1rem;
}

footer a:hover {
    text-decoration: underline;
}

/* Contact form */
#contactForm input,
#contactForm textarea {
    margin-bottom: 0.5rem;
}