
    /* Breadcrumb Section */
    .breadcrumb-section {
        background: linear-gradient(135deg, #dc3545, #a71d2a);
        color: #fff;
    }

    .breadcrumb-section .breadcrumb-item a {
        color: #fff;
        text-decoration: none;
    }

    .breadcrumb-section .breadcrumb-item.active {
        color: #f8d7da;
    }
.service-page {
    background: #f8f9fa;
}

.service-content h2 {
    color: #dc3545;
    font-weight: 700;
}

.service-content p {
    line-height: 1.7;
    color: #555;
}