
/*Breadcrumb Section */
.header-image {
        position: relative;
        height: 280px;
        background: linear-gradient(rgba(0, 60, 90, 0.6), rgba(0, 60, 90, 0.6)),
                    url('../img/picture.jpeg') center/cover no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        }
        .header-image h1 {
        font-size: 2.5rem;
        font-weight: bold;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
        }
        .breadcrumb-container {
        background-color: #e9ecef;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #dee2e6;
        }
        .content-section {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 8px;
        margin-bottom: 2rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        ul li {
        margin-bottom: 0.5rem;
        
        }
        .breadcrumb a {
        color: #537d90;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
        }
        .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
        }
        .content-section {
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 8px;
        margin-bottom: 2rem;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        }
        ul li {
        margin-bottom: 0.5rem;
        }

        /* ======= Title ======= */
            .main__title {
            font-size: 2.125rem;
            font-weight: 800;
            color: #000 !important;
            text-align: center;
            margin-bottom: 2.5rem;
            position: relative;
            }
            .main__title::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 90px;
            height: 4px;
            background: #ffcc33;
            border-radius: 2px;
            }

         /* ===== Custom Table Design ===== */
        .custom-table {
             width: 100%;
            border-collapse: separate;
            border-spacing: 0 8px;
            font-size: 16px;
        }
        /* .custom-table thead { *
            background-color: #ffd700;
            color: #007749;
            font-weight: 700;
            font-size: 0.95rem;
        }*/
        .custom-table thead th {
            background: #ffd700;
            color:#000;
            padding: 14px;
            text-align: left;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .custom-table tbody tr {
             background: #ffffff;
                box-shadow: 0 2px 10px rgba(0,0,0,0.05);
                transition: 0.2s ease;
        }
        .custom-table tbody tr:hover {
            background-color: #f5f5f5;
             transform: scale(1.01);
        }
        .custom-table tbody td {
            padding: 14px;
            vertical-align: top;
            border-bottom: 1px solid #eef2f7;
        }
 /* Responsive adjustments */
        @media(max-width: 768px){
            .custom-table thead {
                display: none;
            }
            .custom-table tbody td {
                display: block;
                width: 100%;
            }
            .custom-table tbody tr {
                margin-bottom: 15px;
                display: block;
                border: 1px solid #e0e0e0;
                border-radius: 10px;
            }
            .custom-table tbody td::before {
                content: attr(data-label);
                font-weight: 700;
                color: #ffd700;
                display: block;
                margin-bottom: 5px;
            }
        }
          /* Table Styling */
        .table-container table {
            border: none;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .table thead {
            background-color: #ffd700 !important; /* Yellow header */
            color: #000 !important; /* Green text */
            font-weight: 600;
        }
        .table tbody tr:hover {
            background-color: #f0f0f0;
        }
        .table td, .table th {
            vertical-align: middle;
            padding: 12px 15px;
        }
        .pdf-icon {
            font-size: 1.2rem !important;
            color: #d9534f !important;
            transition: 0.25s ease !important;
        }
        .pdf-icon:hover {
            color: #007749 !important;
            transform: scale(1.15) !important;
        }

        /* Modern Search Box */
        .search-container .input-group {
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        .search-container input.form-control {
             background-color: #f8f9fa;
            border: none;
            padding: 10px 20px;
            border-radius: 50px 0 0 50px;
        }
        .search-container button {
            border-radius: 0 50px 50px 0;
            background-color: #ffd700;
            color: #000;
            font-weight: 600;
            border: none;
            padding: 10px 25px;
            transition: 0.3s ease;
        }
        .search-container button:hover {
            background-color: #198754;
            color:#fff;
        }

        /* Limit Filter Styling */
        .limit-filter {
            gap: 10px;
            flex-wrap: wrap;
        }
        .limit-filter label, .limit-filter span {
            color: #000;
            font-weight: 600;
        }
        .limit-filter select {
            border: 1px solid #000;
            color: #000;
            font-weight: 500;
        }

        /* Pagination Styling */
        .pagination .page-link {
            color: #000;
        }
        .pagination .page-item.active .page-link {
            background-color: #ffd700;
            color: #000;
            border-color: #ffd700;
        }
        .pagination .page-link:hover {
            background-color: #198754 !important;
             border-color: #198754 !important;
            color: #fff !important;
        }
       
        /* Responsive and modern tab styling */
           .custom-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 0;
            list-style: none;
            border-bottom: none; /* keep none */
            margin-bottom: 0; /* optional, border is on parent */
        }


            .custom-tabs .tab-link {
                display: inline-block;
                padding: 10px 20px;
                /*background-color: #f1f1f1;*/
                color: #000;
                font-weight: 600;
                /*border: 1px solid #198754;*/
                
                text-decoration: none;
                transition: all 0.3s ease;
               
                min-width: 120px;
            }

            .custom-tabs .tab-link:hover {
                background-color: #198754 !important;
                color: #fff !important;
            }

            .custom-tabs .tab-link.active {
                background-color: #ffd700;
                color: #000;
                box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1);
            }

            .custom-black {

             color:#000 !important;
            }

            @media (max-width: 576px) {

                 .tabs-wrapper {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 0.5rem;
                 }
                .custom-tabs {
                    flex-direction: column;
                    align-items: stretch;
                }

                .custom-tabs .tab-link {
                    border-radius: 10px;
                    min-width: 100%;
                }
            }
         
        .table-warning-custom{
            background-color: #ffd700 !important;
            color:#198754 !important;
        }