/*----------------Search Section----------*/

P {
    font-family: 'Rubik', sans-serif;
}

b,
strong {
    font-weight: bolder;
    font-family: 'Rubik', sans-serif;
}

.gallery-searchA {
    border: 1px solid #fff;
    background: linear-gradient(270deg, #f1931a 0%, #FF2400 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: #f1931a;
    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: #FF2400;
    border-color: #FF2400;
    color: #fff;
}

.pagination .page-link {
    border-radius: 6px;
    margin: 0 4px;
    color: #333;
    transition: 0.3s ease;
}

.read-more1 {
    text-decoration: none;
    /* border: 2px solid var(--primary-color); */
    padding: 10px 16px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(270deg, #f1931a 0%, #FF2400 100%);
    transition: 0.5s ease;
}

.read-more1:hover {
    text-decoration: none;
    border: 2px solid #FF2400;
    padding: 10px 16px;
    border-radius: 50px;
    color: #FF2400;
    background: transparent;
}

.pagination .page-link:hover {
    background-color: #ffe6d5;
    border-color: #FF2400;
    color: #FF2400;
}

/* 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 #FF2400;
    transition: all 0.3s ease;
    color: #FF2400;
}

.G_view-btn:hover {
    background: linear-gradient(270deg, #f1931a 0%, #FF2400 100%);
    color: #fff;
    border: 2px solid #FF2400;
}

/* ----------------NEWS-------------------- */


.notice-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.notice-header {
    background-color: #f1931a;
    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: #f1931a;
}

.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(270deg, #f1931a 0%, #FF2400 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(270deg, #f1931a 0%, #FF2400 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: #f1931a;
}

.notice-action {
    font-weight: 500;
    background: linear-gradient(270deg, #f1931a 0%, #FF2400 100%);
    border: none;
    padding: 5px 0px;
}