
/* Legal Services Section */
.legal-services-section .banner-area {
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.legal-services-section .section-title {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.legal-services-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.legal-services-section .btn-primary {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    text-decoration: none;
}

.legal-services-section .btn-primary:hover {
    background-color: #0056b3;
}

.legal-services-section .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    text-decoration: none;
}

.legal-services-section .btn-secondary:hover {
    background-color: #5a6268;
}

/* Banner Section */
.banner-area {
    text-align: center;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    color: black;
}

.banner-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.banner-area p {
    font-size: 1.2rem;
    margin-top: 10px;
}