/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 26, 2025, 1:14:36 PM
    Author     : HP
*/

/* Box ya jumla */
        .box-gray {
            background-color: #f8f9fa;
            border-radius: 10px;
            padding: 40px 25px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            margin-bottom: 40px;
        }

        .leadership-section h2 {
            text-align: center;
            font-size: 2.4em;
            color: #333;
            margin-bottom: 40px;
            border-bottom: 3px solid #ffc107;
            display: inline-block;
        }

        .leadership-section .yellow {
            color: #ffc107;
        }

        /* Grid ya viongozi */
        .leadership-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        /* Kadi ya kila kiongozi */
        .leadership-member {
            background-color: #fff;
            border-radius: 12px;
            padding: 25px 20px;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .leadership-member:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
        }

        /* Picha */
        .leader-photo {
            width: 110px;
            height: 110px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 15px;
            border: 3px solid #ffc107;
        }

        /* Vichwa */
        .member-title {
            font-size: 1.2em;
            font-weight: 700;
            color: #0064cd;
            margin-bottom: 5px;
        }

        .member-name {
            font-size: 1.1em;
            font-weight: bold;
            color: #343a40;
            margin-bottom: 5px;
        }

        .member-position {
            font-size: 0.95em;
            color: #007b5e;
            margin-bottom: 12px;
            font-style: italic;
        }

        .member-description {
            font-size: 0.92em;
            color: #555;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        /* Mawasiliano */
        .member-contact p {
            margin: 5px 0;
            font-size: 0.9em;
            color: #444;
        }

        .member-contact i {
            color: #0064cd;
            margin-right: 8px;
        }
        .box-schedule {
            background-color: #fefefe !important;
            padding: 40px 25px !important;
            border-radius: 10px !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.07) !important;
            margin-bottom: 50px !important;
        }

        .box-schedule h2 {
            text-align: center !important;
            font-size: 2.2em !important;
            color: #343a40 !important;
            margin-bottom: 30px !important;
            border-bottom: 3px solid #ffc107 !important;
            display: inline-block !important;
        }

        .schedule-section {
            margin-bottom: 40px !important;
        }

        .schedule-header {
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            border-left: 5px solid #ffc107 !important;
            padding: 10px 15px !important;
            background: #f8f9fa !important;
            margin-bottom: 15px !important;
            border-radius: 5px !important;
        }

        .schedule-header h5 {
            font-size: 1.3em !important;
            margin: 0 !important;
            color: #333 !important;
        }

        .edit-link {
            font-size: 0.9em !important;
            color: #0064cd !important;
            text-decoration: none !important;
        }

        .edit-link i {
            margin-right: 5px !important;
        }

        .mass-list {
            list-style: none !important;
            padding-left: 0 !important;
            margin: 0 !important;
        }

        .mass-list li {
            font-size: 1em !important;
            padding: 8px 10px !important;
            color: #333 !important; /* Hii ndiyo suluhisho: rangi ya maandishi */
            background-color: #fff !important;
            border: 1px solid #eee !important;
            border-radius: 6px !important;
            margin-bottom: 8px !important;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
        }

        .schedule-table {
            width: 100% !important;
            border-collapse: collapse !important;
            font-size: 0.95em !important;
            background: #fff !important;
        }

        .schedule-table thead {
            background-color: #0064cd !important;
            color: #333 !important; /* Hii ndiyo suluhisho: rangi ya maandishi */
            background-color: #fff !important;
        }

        .schedule-table th,
        .schedule-table td {
            padding: 12px 10px !important;
            border: 1px solid #ddd !important;
            text-align: left !important;
            color: #333 !important; /* Hii ndiyo suluhisho: rangi ya maandishi */
            background-color: #fff !important;
        }


        .schedule-table tr:hover {
            background-color: #f1f1f1 !important;
        }

        .table-responsive {
            overflow-x: auto !important;
        }

        .yellow {
            color: #ffc107 !important;
        }


    