@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);

.casestudy-banner {
    background: url('https://www.precedenceresearch.com/assets/images/case_detail_banner.webp') no-repeat center center; 
    background-size: cover;
   padding: 40px 10px;
    display: flex;
    align-items: center;   
    justify-content: center; 
    text-align: center;
    color: #fff;
}

.banner-content h2 {
   font-size: 46px;
    font-weight: 600;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.3;
}
.report-details-new p {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8 !important;
}
.report-details-new h2 {
   font-size: 2.2rem;
    text-align: justify;
    line-height: 1.3;
    color: #1800c9;
  
    margin: 0;
}

.author-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 3px;
    background: #0f297a;
}

.author-icon img {
    max-width: 100%;
    max-height: 100%;
}

.case-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.case-card:hover {
    transform: translateY(-5px);
}

.case-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-body {
    padding: 20px;
}

.badge-category {
    display: inline-block;
    background: #1e3a8a;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.case-body h5 {
    font-size: 15px;
    color: #1e3a8a;
    line-height: 1.5;
    margin-bottom: 15px;
}

.read-more {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.read-more span {
    margin-left: 5px;
    transition: 0.3s;
}

.read-more:hover span {
    transform: translate(3px, -3px);
}
.authorv {
    background-color: #F2F2F2;
}
.report-details-new .table-responsive .tabreport table tbody tr:first-child {
  background-color: #dfdfdf7a;
}

.report-details-new {
    padding: 0 1rem;
}

.report-details-new p {
    font-size: 1.6rem;
    margin-bottom: 0;
   padding-bottom: .8rem;
    text-align: justify;
}


.report-details-new h3 {

            font-size: 1.8rem;
    text-align: justify;
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0;
    color: #015cff;
}
.report-details-new img {
  
        width: 75%;
        height:auto;
}
  .report-details-new {
    padding: 0 1rem;
}

.report-details-new ul li {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
 word-break: break-word;
}

.copy-print {
    color: #fff !important;
}

.copy-print .btn-text {
    color: #fff !important;
}

.share-icon {
    background: white;
    color: #0231ac;
    padding: 8px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, color 0.3s, transform 0.3s;
}

.copy-print {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    color: blue;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s ease, color 0.3s ease;
}