/*----------------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-------------------- */


.notice-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.notice-header {
	background-color: #1854e2;
	padding: 0.6rem;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 500;
	color: #fff;
}

.notice-body {
    padding: 1rem 1.25rem 3.5rem 1.25rem;
    position: relative;
}

.notice-body .title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
}

.notice-body .desc {
    font-size: 0.93rem;
    margin-top: 0.35rem;
    color: #333;
}

.notice-icons {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.notice-icons span,
.notice-icons a {
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
}

.notice-icons i,
.notice-icons img {
    font-size: 1.6rem;
    color: #333;
}

.notice-icons span:hover i {
    color: #0d6efd;
}

.notice-icons .label {
    font-size: 0.75rem;
    color: #333;
    margin-top: -3px;
}

.notice-footer {
    background-color: #ddd;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.other-notice {
    font-size: 0.88rem;
    border: 1px solid #ccc;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    margin-top: 10px;
    background: #ffffff;
    text-decoration: none;
}

.btn-all-notices {
    background:linear-gradient(90deg, #0B1D71 0%, #1855e4 100%);
    color: white;
    border: none;
    font-size: 0.9rem;
    transition: transform 0.2s;
    border-radius: 24px;
    padding: 0.5rem 1.4rem;
}

.btn-all-notices:hover {
    background: linear-gradient(180deg, #0B1D71 0%, #1855e4 100%);
    color: #f8c400;
    border: none;
    font-size: 0.9rem;
    transition: transform 0.2s;
    border-radius: 24px;
    padding: 0.5rem 1.4rem;
}







.notice-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;
}

.notice-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #f9f9f9;
}

.notice-title {
    font-weight: 600;
    color: #212529;
}

.notice-date {
    font-weight: 600;
    color: #26477d;
}

.notice-action {
    font-weight: 500;
    background: linear-gradient(90deg, #0B1D71 0%, #1855e4 100%);
    border: none;
    padding: 5px 0px;
}