﻿/* About GP Section */
.gp-about-info {
    background-color: #f8f9fa;
    padding: 50px 0;
}

/* Info Box */
.gp-info-box {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    height: 100%;
}

/* Headings */
.info-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 12px;
}

/* Table */
.gp-info-table th {
    width: 45%;
    background-color: #f1f3f5;
    font-weight: 600;
    font-size: 15px;
}

.gp-info-table td {
    font-size: 15px;
}
/* Vision & Values Section */
.gp-vision-values {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: justify;
}

/* Values list */
.gp-values-list {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

    .gp-values-list li {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.6;
    }
/* ================================
   COMMON SECTION STYLES
================================ */

.section {
    padding: 50px 0;
}

.gp-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 5px;
}

.gp-section-subtitle {
    font-size: 15px;
    color: #555;
}

/* ================================
   OFFICIALS & EMPLOYEES SECTIONS
================================ */

.gp-officials-section,
.gp-employees-section {
    background-color: #f8f9fa;
}

/* Card */
.gp-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 22px 18px;
    height: 100%;
}

/* Photo */
.gp-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0d6efd;
    background-color: #ffffff;
    margin-bottom: 12px;
}

/* Name */
.gp-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #212529;
    font-family: "Poppins", sans-serif;
}

/* Designation */
.gp-designation {
    font-size: 15px;
    font-weight: 500;
    color: #0d6efd;
    margin-bottom: 10px;
}

/* Contact */
.gp-contact {
    font-size: 14px;
    line-height: 1.7;
    color: #212529;
}

    /* Contact icons */
    .gp-contact i {
        color: #198754;
        margin-right: 6px;
    }

    /* Contact links */
    .gp-contact a {
        color: #212529;
        text-decoration: none;
    }

        .gp-contact a:hover {
            text-decoration: underline;
        }

/* ================================
   RESPONSIVE TWEAKS
================================ */

@media (max-width: 576px) {
    .gp-photo {
        width: 100px;
        height: 100px;
    }

    .gp-section-title {
        font-size: 24px;
    }
}
/* Committees Section */
.gp-committees-section {
    background-color: #f8f9fa;
    padding: 50px 0;
}

/* Committee Table */
.gp-committee-table th {
    background-color: #f1f3f5;
    font-weight: 600;
    font-size: 15px;
}

.gp-committee-table td {
    font-size: 15px;
    vertical-align: middle;
}

    /* Center serial no */
    .gp-committee-table th:first-child,
    .gp-committee-table td:first-child {
        width: 60px;
        text-align: center;
    }

/* Infrastructure Section */
.gp-infrastructure-section {
    background-color: #ffffff;
    padding: 50px 0;
}

/* Infrastructure Table */
.gp-infra-table th {
    width: 65%;
    background-color: #f1f3f5;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
}

.gp-infra-table td {
    font-size: 15px;
    vertical-align: middle;
}
