.ceap-reports-section {
   padding: 100px 0;
   background: #f8fafc;
}

.ceap-section-heading {
   max-width: 760px;
   margin: 0 auto 60px;
   text-align: center;
}

.section-subtitle {
   display: inline-block;
   color: #1e4e8c;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.section-title {
   color: #0d2f5b;
   margin-top: 15px;
   margin-bottom: 20px;
}

.ceap-section-heading p {
   color: #475569;
}

.report-card {
   background: #fff;
   border: 1px solid #e2e8f0;
   border-radius: 0px;
   overflow: hidden;
   height: calc(100% - 24px);
   display: flex;
   flex-direction: column;
   transition: .3s;
	margin-bottom:24px;
}

.report-card:hover {   
   box-shadow: 0 20px 45px rgba(0,0,0,.08);
}
.report-card .report-card-image:focus-visible{
       outline-offset: -3px;
}

.report-card-image {
   margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.report-card-image img {
   width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
    transition: .4s;
}

.report-card:hover img {
   transform: scale(1.06);
}

.report-card-body {
   padding: 35px;
   display: flex;
   flex-direction: column;
   flex: 1;
   text-align: left;
}

.report-card-icon {
   width: 70px;
   height: 70px;
   border-radius: 50%;
   background: #0d2f5b;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: -70px auto 25px;
   position: relative;
}

.report-card-icon::before,
.report-btn-icon::before {
   content: "";
   background-color: currentColor;
   display: block;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: contain;
   mask-size: contain;
}

.report-card-icon::before {
   width: 28px;
   height: 28px;
}

.icon-chart::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M32 32h32v384h416v32H32zM128 256h64v128h-64zm128-96h64v224h-64zm128-96h64v320h-64z'/%3E%3C/svg%3E");
   mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M32 32h32v384h416v32H32zM128 256h64v128h-64zm128-96h64v224h-64zm128-96h64v320h-64z'/%3E%3C/svg%3E");
}
.icon-building::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0L0 128h64v320H0v64h512v-64h-64V128h64L256 0z'/%3E%3C/svg%3E");
   mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0L0 128h64v320H0v64h512v-64h-64V128h64L256 0z'/%3E%3C/svg%3E");
}
.icon-pie::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 32v224h224C480 132.3 379.7 32 256 32zm32 256V32C146.1 32 32 146.1 32 288s114.1 256 256 256 256-114.1 256-256H288z'/%3E%3C/svg%3E");
   mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 32v224h224C480 132.3 379.7 32 256 32zm32 256V32C146.1 32 32 146.1 32 288s114.1 256 256 256 256-114.1 256-256H288z'/%3E%3C/svg%3E");
}
.icon-search::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343a208 208 0 10-62.3 62.3L442.7 505a32 32 0 0045.3-45.3zM208 352a144 144 0 11144-144 144 144 0 01-144 144z'/%3E%3C/svg%3E");
   mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343a208 208 0 10-62.3 62.3L442.7 505a32 32 0 0045.3-45.3zM208 352a144 144 0 11144-144 144 144 0 01-144 144z'/%3E%3C/svg%3E");
}
.icon-arrow::before{
   -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9L361.4 237.8H32v36.4h329.4L190.5 445.1l25.7 25.7L432 256 216.2 41.2z'/%3E%3C/svg%3E");
   mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M190.5 66.9L361.4 237.8H32v36.4h329.4L190.5 445.1l25.7 25.7L432 256 216.2 41.2z'/%3E%3C/svg%3E");
}
.report-card-body h2 {
   font-size: 34px;
   margin-bottom: 15px;
   line-height: normal;
}



.report-card-body p {
   color: var(--grey-dark);
   line-height: 1.8;
   flex: 1;
   margin-bottom: 30px;
}

.report-btn {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   justify-content: center;
   text-decoration: none;
   color: #0d2f5b;
   font-weight: 700;
   text-transform: uppercase;
}

.report-btn:hover {
   color: #1e4e8c;
}

.report-btn-icon {
   width: 20px;
   height: 20px;
   color: currentColor;
}

.report-btn-icon::before {
   width: 16px;
   height: 16px;
}

/* ===========================
   Pagination
=========================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-numbers {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dde5;
    border-radius: 0px;
    background: #fff;
    color: #23395d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer;
}

.pagination .page-numbers:hover {
    background: var(--primary-bgcolor);
    border-color: var(--primary-bgcolor);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 86, 164, .18);
}

.pagination .current {
    background:var(--primary-bgcolor);
    color: #fff;
    border-color: var(--primary-bgcolor);
}

/* Previous & Next */

.pagination .prev,
.pagination .next{
    width:52px;
    position:relative;
    font-size:0;
}

/* Remove existing icon font */

.pagination .prev-pg,
.pagination .next-pg{
    display:none;
}

/* Previous Arrow */

.pagination .prev::before{
    content:"";
    width:10px;
    height:10px;
    border-top:2px solid currentColor;
    border-left:2px solid currentColor;
    transform:rotate(-45deg);
    position:absolute;
    left:50%;
    top:50%;
    translate:-35% -50%;
    transition:.3s;
}

/* Next Arrow */

.pagination .next::before{
    content:"";
    width:10px;
    height:10px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    transform:rotate(45deg);
    position:absolute;
    left:50%;
    top:50%;
    translate:-65% -50%;
    transition:.3s;
}

/* Arrow Animation */

.pagination .prev:hover::before{
    translate:-45% -50%;
}

.pagination .next:hover::before{
    translate:-55% -50%;
}

/* Focus */

.pagination .page-numbers:focus-visible{
    outline:3px solid #8CC5FF;
    outline-offset:3px;
}

/* Disabled */

.pagination .disabled .page-numbers {
    opacity: .5;
    pointer-events: none;
}
/* ==========================
   News Sidebar
========================== */
.news-sidebar {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e8edf2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 120px;
}

/* Heading */
.news-sidebar h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f5;
    position: relative;
}

.news-sidebar h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #0056b3;
}

/* Category List */
.news-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-categories li {
    margin-bottom: 12px;
}

.news-categories li:last-child {
    margin-bottom: 0;
}

/* Links */
.news-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f8fafc;
    color: #2d3748;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .35s ease;
    border: 1px solid transparent;
}

/* Arrow */
.news-categories li a::after {
    content: "";
    font-size: 18px;
    transition: transform .3s ease;
}

/* Hover */
.news-categories li a:hover {
    background: #0056b3;
    color: #fff;
    transform: translateX(6px);
    border-color: #0056b3;
    box-shadow: 0 8px 20px rgba(0,86,179,.25);
}

.news-categories li a:hover::after {
    transform: translateX(5px);
}

/* Current Category */
.news-categories li.current-cat a,
.news-categories li.current-menu-item a,
.news-categories li.active a {
    background: #0056b3;
    color: #fff;
    border-color: #0056b3;
    box-shadow: 0 8px 20px rgba(0,86,179,.25);
}

/* Mobile */
@media (max-width: 991px) {
    .news-sidebar {
        margin-top: 40px;
        position: static;
        padding: 24px;
    }

    .news-sidebar h3 {
        font-size: 22px;
    }

    .news-categories li a {
        padding: 12px 16px;
        font-size: 15px;
    }
}
/* Responsive */

@media (max-width: 767px) {

    .pagination {
        gap: 8px;
        margin-top: 35px;
    }

    .pagination .page-numbers,
    .pagination .next {
        width: 40px;
        height: 40px;
        font-size: 15px;
        border-radius: 10px;
    }

   .ceap-reports-section {
      padding: 70px 0;
   }

   .report-card-body {
      padding: 30px;
   }

   .report-card-icon {
      width: 60px;
      height: 60px;
      margin-top: -60px;
   }

   .report-card-body h2 {
      font-size: 28px;
   }
}