body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f5f7fa;
    color: #333;
}

h1, h2, h3 {
    color: #004466;
}

.section-title {
    margin-bottom: 1rem;
    border-bottom: 2px solid #007bff;
    display: inline-block;
    padding-bottom: 0.25rem;
}

.btn-primary {
    background-color: #007bff;
    border: none;
}

footer {
    background-color: #004466;
    color: #fff;
    padding: 20px 0;
}

/* Service Content Styling */
.service-content-body {
    line-height: 1.8;
    color: #333;
    font-size: 1.1rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.card-body.service-content-body {
    padding: 1.5rem !important;
}

.service-content-body h2 {
    color: #004466;
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #007bff;
}

.service-content-body h3 {
    color: #005577;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.service-content-body h4 {
    color: #006688;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.service-content-body p {
    margin-bottom: 1.25rem;
    text-align: justify;
}

.service-content-body ul,
.service-content-body ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.service-content-body li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.service-content-body ul li {
    list-style-type: disc;
}

.service-content-body ol li {
    list-style-type: decimal;
}

.service-content-body strong {
    color: #004466;
    font-weight: 600;
}

.service-content-body a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px solid #007bff;
    transition: all 0.3s ease;
}

.service-content-body a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

.service-content-body blockquote {
    border-left: 4px solid #007bff;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #666;
}

.service-content-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.service-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.service-content-body table th,
.service-content-body table td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

.service-content-body table th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #004466;
}

.service-content-body code {
    background-color: #f4f4f4;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.service-content-body pre {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 5px;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.service-content-body hr {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 2rem 0;
}
