/* eGov PH Theme */

body {
    font-family: 'Figtree', sans-serif;
    background-color: #f0f2f5;
}

.section-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.portal-header {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
}

.portal-header h1 {
    font-size: 1.5rem;
}

.portal-footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.about-section {
    padding: 60px 0;
}

.services-section {
    padding: 60px 0;
}

.agenda-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 1px solid #dee2e6;
}

.service-card .service-icon {
    font-size: 3rem;
    color: #007bff;
    margin-bottom: 20px;
}

.sub-header {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.sub-header .container {
    display: flex;
    justify-content: flex-start;
}

.sub-header a {
    margin: 0 15px;
    text-decoration: none;
    color: #333;
}