.listing-hero{
    padding:40px 0;
    background:url(../new_images/listing-banner.webp)center center / cover no-repeat;
}
.category-hero{
    padding:40px 0;
    background:url(../new_images/service-banner.webp)center center / cover no-repeat;
}
.listing-heading span{
    font-size:14px;
    color:#123dcc;
}

.listing-heading h1{
    font-size: 26px;
    font-weight: 600;
    margin: 13px 0 5px;
}

.listing-description{
    font-size:16px;
}
.report-listing{
    margin: 40px 0;
}
.report-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.report-checkbox {
    padding-top: 35px;
    flex-shrink: 0;
}

.report-checkbox input {
    width: 17px;
    height: 17px;
    cursor: pointer;
    accent-color: #1645b5;
}

.report-main-content {
    flex: 1;
    min-width: 0;
}

.report-title-row {
    display: flex;
    align-items: center;
    gap: 18px;
}
.report-title {
    font-size: 18px;
  
}
.report-title a {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
    line-height: 1.4;
    text-decoration:none;
}
.report-date {
    background: #d9efff;
    color: #1645b5;
    font-size: 14px;
    padding: 7px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.report-description {
    font-size: 16px;
    color: #111;
    line-height: 1.5;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.report-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.report-info-item {
   display: flex;
    align-items: center;
    gap: 5px;
   
    font-size: 14px;
}

.report-info-item i {
    font-size: 22px;
    color: #666;
}

.view-report {
    color: #1645b5;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.view-report:hover {
    color: #0d3288;
    text-decoration: underline;
}
.right-sidebar-sticky {
    position: sticky;
    top: 20px;
}
.bg-dark-blue-1 {
    background: #d9efff;
}
 .outer-main {
    padding: 1rem;
    border-radius: 0.5rem;
}
.outer-main a {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0.7rem;
    color: #1645b5;
    text-decoration: none;
}
.outer-main ul li {
    border-bottom: 1px solid #bebdbd;
}
.cnt-outer a {
    padding: 0.5rem 0 !important;
    border-bottom: 1px solid #381b88;
   
}
.cnt-outer a:last-child {
    border-bottom: 0;
}
.list-active, .outer-main ul li:hover {
    background: #123dcc;
}
.list-active,
.outer-main ul li:hover {
    background: #123dcc;
}

.list-active a,
.outer-main ul li:hover a {
    color: #fff !important;
}
.activity-icon {
   font-size: 20;
   margin-right: 0.8rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.pagination {
    gap: 5px;
    flex-wrap: nowrap;
    margin: 0;
}

.pagination .page-link {
    color: #1645b5;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
}

/* Active page */
.pagination .page-item.active .page-link {
    background: #1645b5;
    border-color: #1645b5;
    color: #fff;
}

/* Hover */
.pagination .page-item:not(.active) .page-link:hover {
    background: #f0f5ff;
    border-color: #1645b5;
    color: #1645b5;
}

/* Disabled / ellipsis */
.pagination .page-item.disabled .page-link {
    color: #999;
    background: #fff;
    border-color: #e5e5e5;
    cursor: default;
}
.pagination-info {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.pagination-info span {
    display: block;
    line-height: 38px;
    white-space: nowrap;
}
.h2-ttl {
    font-size: 24px;
    padding-bottom: 1rem;
    margin: 0;
    color: #1645b5;
    font-weight: 600;
}
.insight-number {
    position: relative;
    z-index: 2;
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #123dcc;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 16px;
}

.insight-description {
    font-size: 16px;
    color: #111;
    line-height: 1.4;
    margin:8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-listing{
    padding:50px 0;
}
.press-hld {
    row-gap: 2rem;
}

.news-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.news-card-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.news-card-content {
    padding: 10px 6px 5px;
    flex: 1;
}

.news-card-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 0 8px;
    color: #111;
}

.news-card-content a {
    text-decoration: none;
}

.news-card-title:hover {
    text-decoration: underline;
}

.news-card-description {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.news-card-footer {
    border-top: 1px solid #eeeeee;
    margin: 5px 6px 0;
    padding: 9px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-author {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    color: #123dcc;
    text-decoration:none;
}

.author-image {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

.read-time {
    font-size: 14px;
   
}
.category-card {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

    display: flex;
    flex-direction: column;
}

.category-card-top {
    background: #dff3fc;
    margin: 5px 5px 0;
    padding: 20px 16px;
    border-radius: 9px;

    flex: 1;
}

/* Alternate color */
.col-lg-3:nth-child(even) .category-card-top {
    background: #dfe3fb;
}

.category-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 12px 0 16px;
    height: 45px;
    flex-shrink: 0;
}
.category-card h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
    margin: 0 0 10px;
}

.category-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #111;
    margin-bottom: 13px;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.category-tags span {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 14px;
    line-height: 1.2;
    color: #111;
}

.category-card-bottom a:first-child {
    color: #123dcc;
    font-size: 14px;
    text-decoration: none;
}

.category-arrow {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 5px;
    color: #123dcc;
    text-decoration: none;
    transition: 0.3s;
     font-size: 13px;
}

.search-button {
     background: #6ff1b2;
    padding: 1rem 4rem;
    color: #000000;
    border-radius: 5rem;
    margin-top: 2.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}