/*report list*/

    .list-hero {
        background: url(../new-th-img/Hero-section-banner.webp) center center / cover no-repeat;
        padding: 5rem 0 3rem;
        overflow: hidden;
    }  
    .list-content {
        width: 100%;
        margin: 0 auto;
    }
    .list-title {
        margin: 0 auto;
        font-size: 32px;
        line-height: 1.12;
        font-weight: 600;
       
        color: #050505;
    }

    .list-title span {
        color: #823cff;
    }
    .list-description {
      
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: #111;
            margin-top: 10px;
    }
    
    /*same css*/
    .report-list {
        width: 100%;
    }
    
    .report-card {
        display: flex;
        align-items: flex-start;
        width: 100%;
        padding: 14px 18px;
        margin-bottom: 14px;
        background: #fff;
        border: 1px solid #eeeeee;
        border-radius: 9px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease;
    }
    
    .report-card:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.10);
    }
    .h2-ttl {
         font-size: 24px;
    padding-bottom: 1rem;
    margin: 0;
    color: #4e2b8c;
    font-weight: 600;
    }
    /* Icon container */
    .report-icon {
     
        flex: 0 0 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
       
    }
 
    .report-icon img{
            width: 35px;
    }
    
    
    /* Title + date */
    .report-title-row {
      
        margin: 7px 0px;
     
    }
    
    /* Title */
    .report-title {
        margin: 0;
    
        font-size: 18px;
        font-weight: 600;
        
    }
    .report-title a{
        color:#000;
    }
    /* Date */
    .report-date {
       
    color: #7c3aed;
  
    font-size: 14px;
    font-weight: 500;
   
    }
    
    /* Description */
    .report-description {
       font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #111;
       margin: 10px 0px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .bg-dark-blue-1 {
        background: #e4deff;
    }
    .outer-main {
        padding: 1rem;
        border-radius: 0.5rem;
    }
    .outer-main a {
        font-size: 14px;
        display: flex;
        align-items: center;
        padding: 0.7rem;
        color: #000;
    }
    .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: #5f31b3;
    }
    .list-active,
    .outer-main ul li:hover {
        background: #5f31b3;
    }
    
    .list-active a,
    .outer-main ul li:hover a {
        color: #fff !important;
    }
    .activity-icon {
        margin-right: 1rem;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .pagination {
        gap: 5px;
        flex-wrap: nowrap;
    }
    
    .pagination .page-link {
        color: #7137ff;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
    }
    
    .pagination .page-item.active .page-link {
        background: #7137ff;
        border-color: #7137ff;
        color: #fff;
    }
    
    .pagination .page-item.disabled .page-link {
        color: #777;
        background: #fff;
        border-color: #e5e5e5;
        cursor: default;
    }
.report-info {
    background: #e5f5f157;
    padding: 5px 0;
    width: 100%;
}

.report-info-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.report-info-item {
    font-size: 14px;
    
}

.report-info-item strong {
    font-weight: 500;
}

.report-info-item span {
    font-weight: 400;
}

.report-info-divider {
       width: 1px;
    height: 20px;
    background: #111;
}


/* Mobile */
@media (max-width: 767px) {

    .report-info {
        padding: 12px 0;
    }

    .report-info-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .report-info-divider {
        display: none;
    }

    .report-info-item {
        font-size: 13px;
    }
}





/*news list css*/

 .news-hero {
        background: url(../new-th-img/report-listing.webp) center center / cover no-repeat;
        padding: 5rem 0 3rem;
        overflow: hidden;
    }  
        
    .list-categories {
        display: flex;
        padding:32px;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .category-btn {
        background: #fff;
        color: #823CFF;
        border: 1px solid #823CFF;
        border-radius: 6px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.4;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    .category-btn:hover,
    .category-btn.active {
        background: #7137ff;
        color: #fff;
        border-color: #7137ff;
    }
    .news-card {
        width: 100%;
        height: 100%;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .news-date {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #666;
        font-size: 14px;
        line-height: 1.4;
    }
    .news-date img {
        width:18px;
        height:18px;
    }
    .news-title {
        color: #7137ff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news-description {
      
        font-size: 15px;
        line-height: 1.5;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .key-insight-lists {
        padding: 1.5rem;
        border-radius: .5rem;
        margin-bottom: 1.5rem;
        background: #ebebff;
    }
      .key-insight-lists h2 {
      line-height:0.9;
    }
    .key-insight-lists a {
        font-size:18px;
        color:#7536e6;
    }
    .key-description{
           font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
    }
    .key-date {
    font-size: 14px;
    
    color: #555;
      margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.report-date-icon {
    font-size: 14px;
    color: #823cff;
}
.card_first_last {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 12px;
    height: auto;
}