/*
Theme Name:         FCSU Theme
Author:             Visia Marketing
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.giving-back {
    padding: 2rem 0;
}

.giving-back h3 {
    color: #eb202a;
    font-size: 22px;
    line-height: 1.15;
}

.giving-back a {
    text-decoration: none;
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover {
    background-color: #283a84;
    color: #fff;
}

.pagination .current {
    font-weight: bold;
    background-color: #283a84;
    color: #fff;
    border-color: #ddd;
}

.branch-gallery {
	padding: 60px 0;
}

.gallery-item {
  margin-bottom: 1.5rem;
}

.gallery-item img {
  width: 100%;
  height: 250px;        /* adjust height to fit your design */
  object-fit: cover;    /* crops without stretching */
  border-radius: 6px;   /* optional */
  display: block;
}

#tab3 .accordion-item-content p {
  font-weight: normal !important;
}

#tab3 .accordion-item-content li {
  font-weight: normal !important;
}