/* Service Details Section Styles */
#service-details {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

#service-details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

#service-details .content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

#service-details h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

#service-details h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#service-details p {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

#service-details ul, 
#service-details ol {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

#service-details ul {
    list-style-type: disc;
}

#service-details ol {
    list-style-type: decimal;
}

#service-details li {
    margin-bottom: 0.5rem;
}

#service-details li span {
    color: #1e3a8a;
    font-weight: 600;
}

#service-details blockquote {
    background-color: #eff6ff;
    border-left: 4px solid #3b82f6;
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
}

#service-details blockquote p {
    color: #1e3a8a;
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 0;
}
