.elementor-10464 .elementor-element.elementor-element-b678a3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-0e773c5 *//* NJ Service Providers Universal Style */
.service-detail-container {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.8;
}

.service-header {
    background-color: #000000;
    padding: 60px 40px;
    border-left: 10px solid #ffd435;
    margin-bottom: 40px;
}

.service-header h1 {
    color: #ffd435;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

.service-header p {
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
}

.content-block {
    margin-bottom: 30px;
    padding: 0 20px;
}

.content-block h2 {
    color: #000000;
    border-bottom: 3px solid #ffd435;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.content-block p {
    font-size: 16px;
    text-align: justify;
}

.features-list {
    background: #000000;
    color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    margin: 40px 0;
}

.features-list h3 {
    color: #ffd435;
    margin-top: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.features-grid li {
    background: rgba(255, 212, 53, 0.1);
    padding: 15px;
    border-left: 4px solid #ffd435;
}

.features-grid li strong {
    color: #ffd435;
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */