.insightbanner{
    background:url(../image/insight-banner.webp) center center/cover; 
        padding:8rem 0;   
}
   .short-dec-insight{
   font-size: 20px;
   line-height: 1.4;
   margin-bottom: 3rem;
   }
  
   .mt-5 {
   margin-top: 2rem !important;
   }
   .mt-6 {
   margin-top: 3rem !important;
   }
   .list-group-item {
   font-size: 13px;
   }
   .fade-down-sticky {
   transform: translateY(-0px);
   transition: bottom 9.8s;
   }
   .fade-down-sticky.show {
   opacity: 1;
   transform: translateY(0);
   }

   .gradient-bg {
   background: white!important; 
   }
   .inner-header .navbar-nav .nav-link {
   color: #0F297A;
   }
   .articles .card {
   box-shadow: 0px 0px 16.1px 0px #D2DDFF;
   padding: 10px;
   border-radius: 8px;
   }
   
   .articles img {
    max-width: 100%;
    height: 180px;
    object-fit:cover;
}


.articles h2 {
    font-size: 16px;
    text-align: start;
    line-height: 1.3;
        font-weight: 500 !important;
    
    
}
   .ttl-h21 {
   font-size: 4rem;
           font-family: Inter;
   }
   .articles p{
   font-size:16px;
   text-align: start;
   }
 
   .contact-info a {
   
   color: #1d05ca!important;
    font-size: 15px
   }
   
    .contact-info  {
  color: black !important;
  font-size:14px;
   }
   

@media (max-width: 768px) {
  .authrmob {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-top: 2rem !important;
  }
  
  .d-flex.gap-3 .authoring {
    width: 100%;
    justify-content: flex-start;
    margin-top: -3rem;
  }
  .auth-img img{
          width: 60%;
          margin-bottom: 0.5rem !important;
  }
  .copy-print{
      margin-left: 1rem;
  }
  
}


.tabreport table tr:first-child {
  background-color: #dfdfdf7a;
}
.tabreport table tr:not(:first-child):hover {
  background-color: #F1F7FF !important;
}



.wrapper {
  display: flex;

  gap: 10px; /* controls spacing between icons */
}

.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; /* Stack icon and text vertically */
  align-items: center;
  justify-content: center;
  gap: 5px; /* Space between icon and text */
  text-decoration: none;
  color: blue; /* Color for the text */
  font-size: 14px; /* Adjust font size for the label */
  cursor: pointer;
  transition: transform 0.2s ease, color 0.3s ease;
}


.copy-print img {
  vertical-align: middle; /* Center the icon vertically */
  /*width: 20px; */
  height: auto;
}

.btn-text {
  font-size: 10px; /* Adjust text size below the icon */
  color: white; /* Blue color for the text */
  text-align: center; /* Ensure the text is centered */
}

.authoring img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 3px;
    background: #0f297a;
}

.authoring span{
        font-size: 14px;
    margin-left: 5px;
}
.blog-details img{
        border-radius: 5px;
}
.blog-details h2 {
    padding: 1rem 0;
}
.blog-details p{
           font-size: 1.6rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.8;
    text-align: justify;
}
.blog-details p a{
        color: #0d6efd;
}
.blog-details h2 {
    font-size: 2.1rem;
     line-height: 1.3; 
    color: #1800c9;
    font-weight: 500 !important;
    margin: 0;
    margin-bottom: 1.5rem;
}
.blog-details h3 {
    font-size: 1.8rem;
    /* text-align: justify; */
    line-height: 1.1;
    font-weight: 500;
    margin: 0;
    padding: 1rem 0;
    color: #015cff;
}
@media (max-width: 768px) {

    /* Hide logo + title */
    #detail-sticky .col-lg-2:first-child,
    #detail-sticky .col-lg-5 {
        display: none !important;
    }

    /* Contact section full width */
    #detail-sticky .col-lg-3 {
        width: 100% !important;
        order: 1;
        margin-top: 0 !important;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    /* Make email and phone vertical inside contact section */
    #detail-sticky .contact-info {
        width: 100% !important;
    }

    /* Email + Button → same row */
    #detail-sticky .contact-info .d-flex:first-child {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
    }

    /* Email text normal at left */
    #detail-sticky .contact-info .d-flex:first-child a {
        margin-right: auto;
                font-size: 1.4rem;
    }

    /* Move Button to the top row */
    #detail-sticky .col-lg-2.col-md-6 {
        position: absolute;
        right: 0px;
        /*top: 10px;*/
        order: 2;
        width: auto !important;
        display: block !important;
    }

    /* Phone moves under email */
    #detail-sticky .contact-info .d-flex:last-child {
        margin-top: 5px;
        width: 100%;
        font-size:1.4rem;
    }
        #detail-sticky .ind-btn {
              padding: 0.7rem!important;
        font-size: 1.3rem !important;
}
}


@media print {
  body {
    background: #003366 !important; /* blue background for print */
    -webkit-print-color-adjust: exact; /* ensure colors appear */
    print-color-adjust: exact;
  }

  /* ✅ Logo only during print — positioned top-left */
  .insightbanner::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 160px;
    height: 40px;
    background: url('https://www.precedenceresearch.com/assets/images/precedence-research-logo-1.png')
                no-repeat left top;
    background-size: contain;
  }

  .insightbanner {
    position: relative;
  }

  .blog-details, 
  .insightbanner,
  .insightbanner h1,
  .insightbanner b,
  .insightbanner div,
  .insightbanner span,
  .insightbanner p {
    color: white !important;
  }

  .blog-details {
    color: black !important;
  }

.insightbanner h1{
    margin-top:10px !important;
}
  /* Hide unwanted sections during print */
  header, footer, 
  .copy-btn, .print-btn,
  .articles-blog, .articles, 
  .sidebar, .leadform-section, 
  .sticky-holder, .footer-bg-color {
    display: none !important;
  }
}
.report-sticky-ttl h3{
    font-weight: 600;
    /*font-size: 1.9rem;*/
}
.banneriocn {
    width: 3rem;
    margin-right: -3px;
}
.progress-container {
    width: 100%;
    height: 3px;
    background: #ccc;
 margin-bottom: -8px;
    margin-top: 5px;
}

.progress-bar {
  height: 3px;
  background: #000bea;
  width: 0%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-details h2 strong {
    font-weight: 600 !important;
}
  