
   .connect-box {
   background-color: #fff;
   padding: 15px 10px;
   border-radius: 10px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   }
   .short-dec-insight{
   font-size: 20px;
   line-height: 1.4;
   margin-bottom: 3rem;
   }
   .connect-box .form-label {
   font-size: 12px;
   font-weight: 400;
   }
   .connect-box input {
   padding:8px;
   font-size: 14px;
   }
   .connect-box h2 {
   font-weight: 600;
   }
   .connect-box .btn-primary {
   background: #0F297A;
   padding: 0.8rem 4rem;
   font-size: 1.5rem;
   border-radius: .5rem;
   color: #fff;
   }
   .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: 18px;
    text-align: start;
    line-height: 1.3;
        font-weight: 400 !important;
    
    
}
   .ttl-h21 {
   font-size: 4rem;}
   .articles p{
   font-size:16px;
   text-align: start;
   }
 
   .contact-info a {
   color: black !important;
   }
   
    .contact-info  {
  color: black !important;
  font-size:14px;
   }
   


.blog-details h2 {
 padding: 1rem 0;
}
@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;
}
@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;
  }
}
