body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.service-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.service-image img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    padding-top: 40px;
}

.service-description {
    margin-top: 30px;
}

.service-description h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.service-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}

/* Footer fix */
footer {
    background: #111;
    color: white;
    padding: 20px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}
