


/*----------------Search Section----------*/

                .gallery-searchA {
                    border: 1px solid #fff;
        background: linear-gradient(90deg, #0B1E44 0%, #123FAF 50%, #132C6B 100%);
        padding: 5px 20px;
                    text-align: center;
                }

                    .gallery-searchA ul {
                        list-style: none;
                        padding-left: 0;
                        margin: 0;
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        align-items: center;
            /*  gap: 15px;*/
                    }

                    .gallery-searchA li {
                        color: #fff !important;
                        font-weight: 500 !important;
                        background: none !important;
                        padding-top: 5px;
                    }

                .searchbutton {
                    height: 38px;
                    background: #ffffff;
                    color: #2a4678;
                    font-weight: bold;
                    text-transform: uppercase;
                    padding: 5px 15px;
                    border: none;
                    border-radius: 4px;
                    transition: all 0.3s ease-in-out;
                }

                    .searchbutton:hover {
                        background-color: #fff3d6;
                        color: #d69533;
                    }

                input[type="radio"] {
                    accent-color: #ffffff;
                    margin-left: 6px;
                    margin-right: 3px;
                }

                #searching-box,
                #video-years {
                    height: 38px;
                    padding: 0 10px;
                    font-size: 15px;
                    border: 1px solid #ccc;
                    border-radius: 4px;
                }

                .pagination .page-item.active .page-link {
                    background-color: #fc4900;
                    border-color: #fc4900;
                    color: #fff;
                }

                .pagination .page-link {
                    border-radius: 6px;
                    margin: 0 4px;
                    color: #333;
                    transition: 0.3s ease;
                }

                    .pagination .page-link:hover {
                        background-color: #ffe6d5;
                        border-color: #fc4900;
                        color: #fc4900;
                    }
                /* Prevent .about-content ul li affecting pagination */
                /* Neutralize global list styles specifically for pagination */
                .about-content .pagination li {
                    background: none !important;
                    padding: 0 !important;
                    list-style: none !important;
                    font-size: inherit !important;
                    font-weight: normal !important;
                    color: inherit !important;
                    line-height: normal !important;
                }

                .G_view-btn {
                    border: 2px solid #123FAF;
                    transition: all 0.3s ease;
                    color: #123FAF;
                }

                    .G_view-btn:hover {
                        background: linear-gradient(90deg, #0B1E44 0%, #123FAF 50%, #132C6B 100%);
                        color: #fff;
                        border: 2px solid #123FAF;
                    }



/* --------------------------------News Code----------------------- */

                    .flash-card {
        border-radius: 10px;
        border: 1px solid #dee2e6;
        background-color: #fff;
        padding: 1.25rem 1.5rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        transition: 0.3s ease;
    }

        .flash-card:hover {
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            background-color: #f9f9f9;
        }

    .flash-title {
        font-weight: 600;
        color: #212529;
    }

    .flash-date {
        font-weight: 600;
        color: #dc3545;
    }


    .flash-download a {
        font-size: 0.875rem;
        padding: 0.3rem 0.8rem;
    }

    .read-more-flash-btn {
        margin-top: 0.5rem;
    }