
.report-banner{
    /*background-image: url(../new_images/RD.webp);*/
    background: linear-gradient(
        90deg,
        #EAF5FD 0%,
        #F7FBFE 45%,
        #EAF5FC 65%,
        #5AA7DF 100%
    );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    align-items: center;
    padding: 1.5rem 0 2.5rem;
}

.report-details-data-info table td {
    border: .1rem solid #a2a2a2;
    padding: 10px;
     font-size: 16px;
    white-space: normal; 
    word-break: break-word;
}
.report-details-data-info table {
    width: 100% !important;
    margin: 15px auto 20px;
    overflow-x: auto;
    white-space: nowrap !important; 
    height: auto !important;
        border: none;
}
    
.r-banner-txt h1 {
    font-size: 22px;
    padding-bottom: 0.8rem;
        font-weight: 600;
    margin-top: 20px;
    line-height: 1.3;
}

.r-ttl{
    font-weight: 700;
    font-size:20px;
}

.table {
    border-collapse: separate;
     font-size: 16px;
    border-spacing: 1rem;
}
.table th {
    background-color: #823cff!important;
    color: #fff;
}
.table tr {
    background-color: #f2f2f2!important;
}
.report-details-data-info table td:not(:last-child) {
    border-right: 1px solid #DCDCDC;
}
.report-details-data-info tbody tr:not(:first-child):nth-child(odd) {
    background-color: #e5f5ff !important;
    cursor: pointer;
}

.faq-holder .accordion-button {
    font-size: 16px;
    color: #076dd2;
        padding-bottom: 5px;
}
.faq-holder .accordion-body {
    font-size: 16px;
    padding-top:0;
}


p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}
.report-sticky-ttl h5 {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #0e1751;
}

.report-details-data-info ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    text-align: justify;
}

.report-details-data-info ul li span {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 8px;
    line-height: 1.6;
}

.report-details-data-info a {
    color: #008bd8;
    text-decoration: underline;
}
.read-btn {
    background: #fff;
    padding: .9rem 2.4rem;
    border-radius: 50px;
    font-size: 1.2rem;
}
.r-details-list li:before {
    content: "";
    background: url(../images/home-page/Insights.png) 0 0/contain no-repeat;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: -1.4rem;
}
.report-details-data-info h2 {
    color: #1800c9!important;
    margin-bottom:10px;
    font-size: 22px;
}
.report-details-data-info h3 {
    color: #2998e3;
    font-size:18px;
}


.main-pr {
    margin: 2rem 7px;
}
.related-pr {
    display: flex;
    align-items: flex-start;
    padding-right: 1.5rem;
}
.related-pr h3 {
    padding-right: 1.8rem;
    padding-bottom: 1rem;
    min-height: 8.6rem;
}
.report-details-data-info img {
    height: auto;
}

.progress-bar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .5rem;
    background-color: #f0f0f0;
    z-index: 99999;
    display: none;
}
.progress-bar {
    height: 100%;
    background-color: #5404c2;
    transition: .3s;
}

.activity-icon {
    width: 2.2rem;
    margin-right: 2rem;
}
    .custom-tag {
      border: 1px solid #2a47ca;
    color: #2a47ca;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 7px 10px;
    font-size: 14px;
}

.custom-tag:hover {
    background-color: #2a47ca;
    color: #ffffff; /* white text on hover */
}
 


.report-banner .breadcrumb-item+.breadcrumb-item::before {
    color: black;
}

    
/*RM page css 29-06-2026*/
.card-rm {
    background: #fff;
    border: 1px solid #D7E5FB;
    border-radius: 15px;
    padding: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.step-circle {
   width: 36px;
    height: 36px;
  background: #008BD8;

    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-rm p {
      font-size: 15px;
       text-align: start;
           margin-left: -35px;
}
.card-rm h4 {
      font-size: 18px;
    color: #111;
}

.directes-card{
  background: #D9EEF9;
    border-radius: 8px;
   padding: 1.5rem 2rem !important;
}

.directes-card:hover{
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.directes-card h3{
   font-size: 17px;
    font-weight: 600;
    color: #111;
    padding-bottom: 2px;
}

.directes-card p{
    font-size: 16px;
       text-align: start;
}
.analysis-section{
    background:#fff;
}

.analysis-card{
  position: relative;
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #dbe7f5;
    border-radius: 14px;
    padding: 25px 25px 25px 80px;
    margin-bottom: 22px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    transition: .3s;
}

.analysis-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 24px rgba(0,0,0,.15);
}

.analysis-number{
       position: absolute;
    left: 28px;
    top: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0d86d9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.analysis-content h4{
   font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.primary-research{
    background:#fff;
}

.research-card{
    background:#eaf7ff;
    border-radius:5px;
    overflow:hidden;
    height:100%;
    transition:.3s ease;
}

.research-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.research-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    padding:12px;
    border-radius:18px;
}

.research-content{
    padding:0 14px 18px;
}

.research-content h4{
    font-size:18px;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
}
.triangulation-content h3{
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    color: black;
}


@media (max-width:991px){

    .analysis-card{
        padding:28px 20px 25px 75px;
    }

    .analysis-number{
        width:38px;
        height:38px;
        font-size:14px;
    }

}

@media (max-width:576px){

    .analysis-card{
        padding:25px 18px 22px 70px;
    }

}

.blue-strip-rm{
    background: #0039BA;
    color:white;
    text-align: center;
    font-size:18px;
}
.blue-strip-rm h2{
        color: white;
      padding: 15px 90px;
    text-align: center;
        font-size: 19px;
    border-radius:5px;
}
.level-card {
    position: relative;
    background: #eef3ff;
    border-left: 5px solid #0d47c5;
    padding: 20px 25px 20px 70px;
    margin-bottom: 20px;
        border-radius: 3px;
}

.level-badge {
    position: absolute;
    left: 18px;
    top: 32px;
    background: #0d47c5;
    color: #fff;
    font-weight: 600;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 12px;
}

.level-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.level-formula {
    display: inline-block;
    background: #0d47c5;
    color: #fff;
       padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 12px;
}

.level-desc {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.img-text h4{
        font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.img-text p{
        font-size: 14px;
        text-align: center;
}
.imgcentr{
        margin: auto;
    text-align: center;
}
.w-70{
    width:70%!important;
}

.method-card {
    background: #0d86d6;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
    border-radius: 4px;
    font-size: 16px;
 
    display: flex;
    align-items: center;
    justify-content: center;
     transition: .3s; 

}

.method-card:hover{
    background:#0976bd;
    transform:translateY(-3px);
}
.phase-head strong{
        color: #008BD8 !important;
    font-size: 22px;
}
.source-card{
    border:1px solid #1b92df;
    border-radius:4px;
    overflow:hidden;
    background:#fff;
    height:100%;
}

.source-header{
background: #1088d3;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
}

.source-body{
    padding:15px;
    /*min-height:280px;*/
}

.gov-list{
    margin:0;
    padding-left:18px;
}

.gov-list li{
    margin-bottom:12px;
    font-size:15px;
    color:#222;
    line-height:1.5;
}

.tag{
    display:inline-block;
    background:#eaf5fd;
    color:#333;
    border-radius:20px;
    padding:7px 14px;
    margin:6px 6px 6px 0;
    font-size:14px;
    line-height:1.2;
    white-space:nowrap;
}

.capacity-banner{
  background: #78C2EA;
    color:#000000;
    border-radius:6px;
    padding:15px;
}

.capacity-banner h3{
    font-size:18px;
    font-weight:600;
    /*margin-bottom:8px;*/
    padding: 0rem  0;
    color:#000000;
}

.capacity-banner p{
    margin:0;
    font-size:16px;
    opacity:.95;
      
}

.capacity-card{
    background:#eef4ff;
    border-radius:6px;
    padding:20px;
    height:100%;
}

.card-head{
    display:flex;
    align-items:flex-start;
    gap:18px;
    /*margin-bottom:15px;*/
}

.card-number{
    width:30px;
    height:30px;
    background:#1189d5;
    color:#fff;
    /*font-weight:600;*/
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:2px;
    font-size:16px;
    flex-shrink:0;
}

.card-head h4{
       font-size: 18px;
    font-weight: 600;
    color: #111;
      text-align: start;
}

.capacity-card p{
      margin-left: 45px;
    font-size: 16px;
    text-align:start;
}
.interview-section{
    margin:60px auto;
}

.interview-title{
       font-size: 18px;
    font-weight: 600;
    color:#222;
    /*margin-bottom:25px;*/
}

.rm-table-wrapper{
    width:100%;
    /*margin:30px 0;*/
}

.rm-interview-table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #dcdcdc;
    background:#fff;
}

.rm-interview-table thead th{
    background:#f5f5f5;
    color:#222;
       font-size: 16px;
    font-weight: 500;
    padding: 10px 18px;
    text-align:center;
    border:1px solid #dcdcdc;
}

.rm-interview-table tbody td{
    font-size:15px;
    color:#222;
    padding:15px 20px;
    border:1px solid #e4e4e4;
    vertical-align:middle;
}

.rm-interview-table tbody td:first-child{
    width:34%;
    text-align:center;
}

.rm-interview-table tbody td:last-child{
    width:66%;
   text-align: center;
}

.rm-col-scope{
    width:34%;
}

.rm-col-interview{
    width:66%;
}

.interview-details{
    margin-top:25px;
}

.section-heading{
    font-size:18px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.interview-details p{
    font-size:15px;
    line-height:1.8;
    color:#444;
    margin-bottom:8px;
}

.interview-details span{
    font-weight:600;
    color:#111;
}

.focus-area{
    margin-top:25px;
}

.focus-item{
    margin-bottom:15px;
}

.focus-item h5{
  font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
}

.focus-item p{
    font-size:15px;
    color:#444;
    line-height:1.7;
    margin-bottom:0;
}

.validation-card{
    border:1px solid #d9e7f5;
    border-radius:6px;
    overflow:hidden;
    background:#fff;
    height:100%;
}

.validation-card-header{
    background:#1188d3;
    color:#fff;
        font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    display:flex;
    align-items:center;
}

.validation-card-body{
      background: #f5f5f5;
    padding: 15px;
    min-height: 178px;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}
.triangulation-box{
    display:flex;
    align-items:center;
    background:#dff1fc;
    border-left:6px solid #1189d5;
    padding:20px;
    margin-bottom:18px;
    border-radius:2px;
}

.triangulation-tag{
       width: 35px;
    height: 33px;
    min-width: 35px;
    background: #1189d5;
    color: #fff;
    font-size: 14px;
    /* font-weight: 700; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: 24px;

}

.triangulation-content{
    color:#222;
    font-size:16px;
   
}

.info-card-main {
    background: #f2f8fc;
    border-radius: 6px;
    padding: 13px 0;
    margin: 0;
}

.info-card-item {
    position: relative;
    text-align: center;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-top:0;
}

.info-card-item .info-value {
    color: #003fc7;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2px;
    order: 1;
}

.info-card-item .info-label {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 13px;
    order: 2;
        margin-top: 7px;
}

.info-card-item .info-divider {
   position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #8fb5f5;
}

/* Remove divider from the last item */
.info-card-item:last-child .info-divider {
    display: none;
}

/*new css 9-9-2026*/

/* ==========================================
   LICENSE PURCHASE CARD
   ========================================== */

#right-sidebar-info .price-hld.price-sec {
    width: 100%;

  
    overflow: hidden;
    box-sizing: border-box;
        padding: 5px 0px;
}


/* ==========================================
   HEADER
   ========================================== */

#right-sidebar-info .price-sec h2 {
    
    font-size: 16px !important;
    line-height: 21px;
    font-weight: 600;
    color: #111111;
}

#right-sidebar-info .price-sec p {
      text-align: start;
    font-size: 14px !important;
    line-height: 21px;
  
    
}
.heading-form i{
    background: #0C35CD;
    padding: 5px;
    border-radius: 5px;
    color:white;
}

.toc-box-span {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/* ==========================================
   SINGLE / MULTI / CORPORATE TABS
   ========================================== */

#right-sidebar-info .license-radio {
    display: flex !important;

    gap: 5px;

}


/* Individual tab */
#right-sidebar-info .license-radio label {
    position: relative;
gap:6px;
    flex: 1 1 0;

    min-height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 5px;

    border: 1px solid #d7d7d7;
    border-radius: 4px;

    background: #ffffff;

    color: #111111;

    font-size: 14px;
  
    cursor: pointer;

    box-sizing: border-box;

    transition: all .2s ease;
}


/* Hide original radio */
#right-sidebar-info .license-radio input[type="radio"] {
    position: absolute;

    opacity: 0;

    width: 0;
    height: 0;
}


/* Selected tab */
#right-sidebar-info .license-radio label:has(input:checked) {
    background: #eef6ff;
    border-color: #eef6ff;
    color: #143fd1;
}



/* ==========================================
   LICENSE OPTIONS
   ========================================== */

#right-sidebar-info #single_table,
#right-sidebar-info #multi_table,
#right-sidebar-info #corporate_table {
    width: 100%;
}


/* Each option */
#right-sidebar-info #single_table > .d-flex,
#right-sidebar-info #multi_table > .d-flex,
#right-sidebar-info #corporate_table > .d-flex {

    width: 100%;

    min-height: 40px;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    margin: 7px 0 !important;
    padding: 0 6px !important;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e7e7e7;
    border-radius: 5px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);

    transition: all .2s ease;
}


/* Selected option */
#right-sidebar-info #single_table > .d-flex:has(input:checked),
#right-sidebar-info #multi_table > .d-flex:has(input:checked),
#right-sidebar-info #corporate_table > .d-flex:has(input:checked) {
    background: #dceeff;
    border-color: #dceeff;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}


/* ==========================================
   OPTION LEFT SIDE
   ========================================== */

#right-sidebar-info .form-check {
    display: flex;

    align-items: center;

    padding: 0 !important;
    margin: 0 !important;

    min-width: 0;
}


/* Radio button */
#right-sidebar-info .form-check-input {
    appearance: none;
    -webkit-appearance: none;

    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    margin: 0 10px 0 0 !important;

    border: 2px solid #dedede;

    border-radius: 50%;

    background: #ffffff;

    box-shadow: none;

    cursor: pointer;
}


/* Checked radio */
#right-sidebar-info .form-check-input:checked {
    border-color: #1048df;

    background: #ffffff;
}


/* Blue inner dot */
#right-sidebar-info .form-check-input:checked::after {
    content: "";

    display: block;

    width: 6px;
    height: 6px;

    margin: 2px;

    border-radius: 50%;

    background: #1048df;
}


/* ==========================================
   OPTION TEXT
   ========================================== */

#right-sidebar-info .form-check-label {
    margin: 0 !important;

    color: #171717;

    font-size: 14px;
    line-height: 20px;
    font-weight: 400;

    cursor: pointer;

    white-space: nowrap;
}


/* ==========================================
   PRICE
   ========================================== */

#right-sidebar-info #single_table > .d-flex > span,
#right-sidebar-info #multi_table > .d-flex > span,
#right-sidebar-info #corporate_table > .d-flex > span {

    margin-left: 10px;

    color: #111111;

    font-size: 13px;
    line-height: 18px;

    /*font-weight: 700;*/

    white-space: nowrap;
}


/* Old price */
#right-sidebar-info .del-clr {
    color: #777777;

    font-size: 12px;

    font-weight: 400;
}


/* ==========================================
   DELIVERY TEXT
   ========================================== */




#right-sidebar-info .blink_me span {
    color: #123ed3 !important;

    font-size: 14px !important;
    line-height: 17px;

}


/* ==========================================
   CHECKOUT BUTTON
   ========================================== */

#right-sidebar-info .research-btn {
    width: 100%;


    margin: 9px 0 0 !important;
    padding: 10px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    background: #078d47 !important;

    border: 1px solid #078d47 !important;
    border-radius: 4px !important;

    color: #ffffff !important;

    font-size: 16px;
    line-height: 20px;

   
}


#right-sidebar-info .research-btn:hover {
    background: #067a3d !important;
    border-color: #067a3d !important;
}


/* Purchase icon */
#right-sidebar-info .research-btn img {
    width: 18px;
    height: 18px;

    margin-right: 7px !important;
}


/* ==========================================
   REGION SELECT
   ========================================== */

#right-sidebar-info select {
       height: 20px;
    margin-left: -7px;
    padding: 2px 2px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    /* color: #222222; */
    font-size: 11px;
    outline: none;
}

.right-sidebar-column {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 90px !important;
    align-self: flex-start !important;
    height: fit-content !important;
       background: #FFFFFF;
box-shadow: 0px 4px 4px 0px #00000012;
border: 1px solid #F1F1F1;
    border-radius: 10px;
}

#right-sidebar-info {
    width: 100%;
}

.banner-btn{
    gap:20px;
    margin-top:10px;
}

.main-btn{
    padding:10px;
    margin-top:19px;
    border-radius: 10px;
}
.download-btn
{
    border: 0.43px solid #FFFFFF;
    background: #0C35CD;
    color:white;

}
.download-btn:hover
{
    border: 0.43px solid #FFFFFF;
    background: #0C35CD;
    color:white;

}

.rep-toc
{
border: 0.43px solid #0C35CD;
background: #FFFFFF;
  color:#0C35CD;
}
.rep-toc:hover
{
border: 0.43px solid #0C35CD;
background: #FFFFFF;
  color:#0C35CD;
}
.reserch-metho{
    
        border: 1px solid #FFC106;
    color: #FFC106 !important;
}

.reserch-metho:hover{
    
        border: 1px solid #FFC106;
    color: #FFC106 !important;
}

/* =========================
   TABLE OF CONTENTS
   ========================= */

.toc-box {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
    margin-top: 15px;
    
}


/* =========================
   TOC HEADER
   ========================= */

.toc-header {
    min-height: 32px;
   background: #076dd229;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    cursor: pointer;
    user-select: none;
}


/* Header Title */

.toc-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    color: black;
    font-weight: 400;
}


/* Document Icon */

.toc-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    color:blue;
}


/* =========================
   ARROW
   ========================= */

.toc-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    margin-right: 3px;
    margin-top: -4px;
}


/* Arrow when TOC is open */

.toc-arrow.open {
    transform: rotate(225deg);
    margin-top: 4px;
}


/* =========================
   TOC CONTENT
   ========================= */

.toc-content {
     max-height: 150px;       /* fixed open height */
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height .3s ease;
    
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.toc-content::-webkit-scrollbar {
    display: none;
}
/* Closed */

.toc-content.closed {
     max-height: 0;
    overflow: hidden;
}


/* =========================
   TOC LINKS
   ========================= */

.toc-content .list-group-item {
    display: flex;
    align-items: center;
    gap: 9px;

    border: 0;
    border-bottom: 1px solid #e5e5e5;

    padding: 5px 10px;

    font-size: 14px;
    line-height: 1.45;

    color: #111;
    background: #fff;

    text-decoration: none;
}


/* Add » before every item */

.toc-content .list-group-item::before {
    content: "»";

    color: #1f4f78;

    font-size: 21px;
    font-weight: 400;

    width: 14px;
    min-width: 14px;

    line-height: 1;
}


/* Last item */

.toc-content .list-group-item:last-child {
    border-bottom: 0;
}


/* Hover */

.toc-content .list-group-item:hover {
    background: #f7f7f7;
    color: #111;
}

.breadcrumb-item a{
        font-size: 14px;
    color: black;
}
.banner-text-section {
        font-size: 14px;
}
.banner-text-section strong{
        color: #0C35CD;

}
.banner-text-section strong span {
        color: black;
}
.sticky-share {
      position: fixed;
    top: 300px;
    z-index: 999;
    width: 35px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
   
    left: 0;
    padding: 0;
}

.sticky-share.show {
    opacity: 1;
    visibility: visible;
    /*transform: translateX(0);*/
}

.share-link {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c35cd;
    background: #fff;
    text-decoration: none;
    font-size: 16px;
}

.author-a {
    width: 100%;
    padding: 15px;
    background: #fff;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
        height: 100%;
}

.author-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.author-img-wrap {
    position: relative;
    flex: 0 0 70px;
}
.author-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}
.author-info {
    flex: 1;
    min-width: 0;
}
.author-description {
      margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.4;
    color: #111;
    text-align: start;
}
.author-name {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight:600;
}
.author-deg {
    margin: 4px 0 0;
    font-size: 14px;
    font-weight:600;
}
.author-a .a-link {
    font-size: 14px;
}
/* ================= SAMPLE MODAL ================= */

.sample-dialog{
    max-width:460px;
    margin:auto;
}

.custom-sample-modal{
    padding:0;
    border:0;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.25);
}


/* ================= HEADER BANNER ================= */

.sample-head{
    position:relative;
    padding:10px 20px;
    background:
        url("../new_images/sample-banner.webp")
        center/cover no-repeat;
}

.sample-head-content{
    position:relative;
    z-index:2;
    width:65%;
}

.sample-head h4{
    margin:0 0 6px;
    font-size:20px;
    line-height:1.25;
    font-weight:600;
    color:#111;
}

.sample-head p{
    margin:0;
    font-size:14px;
 
}


/* ================= CLOSE ================= */

.custom-sample-close{
    position:absolute;
    top:12px;
    right:12px;
    z-index:5;

    width:25px;
    height:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:0;
    border-radius:50%;

    background:#fff;
    color:#111;

    font-size:13px;
    cursor:pointer;

    box-shadow:0 1px 5px rgba(0,0,0,.15);
}

.custom-sample-close:hover{
    background:#fff;
    color:#111;
}


/* ================= FORM ================= */

.custom-sample-form{
    padding:15px;
}

.sample-field{
    margin-bottom:10px;
}

.sample-field label{
    display:block;
    margin-bottom:4px;

    font-size:14px;
    line-height:18px;
    color:#111;
}

.sample-field label span{
    color:#dc3545;
    margin-left:2px;
}


/* ================= INPUT ================= */

.sample-input-wrap{
    position:relative;
}

.sample-input-wrap i{
    position:absolute;
    left:10px;
    top:50%;

    transform:translateY(-50%);

    color:#0c35cd;
    font-size:13px;

    z-index:2;
}

.sample-input-wrap .custom-input{
    padding-left:34px;
}

.custom-input{
    width:100%;
    height:38px;

    border:1px solid #e1e5eb;
    border-radius:4px;

    background:#fff;

    padding:8px 10px;

    font-size:12px;
    color:#222;

    outline:none;
    box-sizing:border-box;
}

.custom-input:focus{
    border-color:#0c35cd;
    box-shadow:0 0 0 2px rgba(12,53,205,.08);
}


/* ================= PHONE ================= */

.phone-row{
    display:flex;
    gap:10px;
}

.country-box{
    width:38%;
}

.phone-box{
    width:62%;
}

.select-input{
    width:100%;
    height:38px;

    border:1px solid #e1e5eb;
    border-radius:4px;

    font-size:12px;
    padding:6px 8px;
}


/* ================= TEXTAREA ================= */

.textarea-wrap{
    position:relative;
}

.textarea-wrap .custom-input{
    height:60px;
    resize:none;
    padding-top:10px;
}

.textarea-wrap i{
    top:17px;
    transform:none;
}


/* ================= CAPTCHA ================= */

.captcha-row{
    display:flex;
    gap:8px;
    margin-top:4px;
}

.code-holder{
    width:78px;
    height:38px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#edf0f4;
    border-radius:5px;

    font-size:14px;
  
}

.code-input{
    flex:1;

    height:38px;

    border:1px solid #e1e5eb;
    border-radius:5px;

    padding:8px 10px;

    font-size:12px;
    outline:none;
}

.code-input:focus{
    border-color:#0c35cd;
}


/* ================= BUTTON ================= */

.custom-submit-btn{
    width:100%;
    padding:8px;
    margin-top:14px;

    border:0;
    border-radius:4px;

    background:#0c35cd;
    color:#fff;

    font-size:14px;
 
    transition:.2s;
}

.custom-submit-btn:hover{
    background:#092cae;
}

.custom-submit-btn i{
    margin-right:6px;
}


/* ================= VALIDATION ================= */

.is-invalid{
    border-color:#dc3545 !important;
}

.invalid-feedback{
    display:none;
    margin-top:4px;

    color:#dc3545;
    font-size:10px;
}


/* ================= MOBILE ================= */

@media(max-width:575px){

    .sample-dialog{
        width:calc(100% - 20px);
    }



    .phone-row{
        gap:7px;
    }

    .country-box{
        width:40%;
    }

    .phone-box{
        width:60%;
    }

}

/* STICKY BAR */
#detail-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
   background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s ease;
}

#detail-sticky.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* LOGO */
#detail-sticky .company-logo-strip {
    width: 170px;
    max-height: 55px;
    object-fit: contain;
}

/* TITLE */
#detail-sticky .report-sticky-ttl {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px;
}

/* DETAILS */
#detail-sticky .report-sticky-ttl3 {
    font-size: 14px;
      color: black;
    text-decoration: none;
}

/* EMAIL */
#detail-sticky .report-sticky-ttl1 {
    font-size: 14px;
    color: #0c35cd;
    text-decoration: none;
}


/* PROGRESS */
#detail-sticky .progress-container {
    width: 100%;
    height: 3px;
}

#detail-sticky .progress-bar {
    height: 3px;
    width: 0;
    background: #0c35cd;
}

/* MOBILE */
@media (max-width: 767px) {
    #detail-sticky {
        display: none !important;
    }
}
.keyinsight-banner{
       background-image: url(../new_images/key-insight.webp);
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    align-items: center;
    padding: 60px 0;
}
.left-data .ttl-2 {
    font-size: 2rem;
    margin-bottom: 0;
}
.left-data .list-group-item {
    border: none;
    font-size: 14px;
    padding: 10px;
    color: #000;
    border-right: 8px solid #2998e342;
    background: #FFFFFF;
    box-shadow: 0 0 5px rgb(0 0 0 / 22%);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.left-data .list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #2998e330;
    border-right: 8px solid #2998e3;
}
@media print {
  .copy-btn,
  .print-btn,
  .share-icon,
  header,
  footer,
  .sidebar,
  .leadform-section,
  .sticky-option,
  .sticky-holder,
  .footer-bg-color {
    display: none !important;
  }

}.sticky-holder{
    position: sticky;
    top: 100px;          /* Distance from top when scrolling */
    align-self: flex-start;
    overflow:auto;
}

.comment-box{
    background:#d9efff;
    padding:20px;
}
.report-question-section {
    background: #fff;
    padding:50px;
    border:1px solid #fff;
    border-radius:15px;
}

.question-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.question-subtitle {
    font-size: 16px;
    color: #896b8b;
    margin:0;
}

.form-box {
    border: 1px solid #eadcf5;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.form-box label {
    display: block;
    padding: 8px 16px;
    margin: 0;
    border-bottom: 1px solid #eadcf5;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.form-box .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 9px 16px;
    font-size: 13px;
    color: #555;
}

.form-box .form-control::placeholder {
    color: #b5b5b5;
}

.form-box textarea {
    resize: none;
    min-height: 34px;
}

.privacy-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: #aaa;
    font-size: 13px;
    text-align: right;
    min-height: 45px;
}

.privacy-icon {
    font-size: 20px;
    color: #999;
}

.submit-btn {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 5px;
    background: #0756d9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.comment-success-message {
    background: #e8f7ec;
    border: 1px solid #b7e4c0;
    color: #198754;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}
/* =========================================
   APPROVED COMMENTS
========================================= */

.approved-comments-section {
    margin-top: 10px;
    border-top: 1px solid #e9e9e9;
}

.approved-comments-list {
    width: 100%;
}

.approved-comment-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.approved-comment-item:last-child {
    border-bottom: 0;
}

/* Avatar */

.approved-comment-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #dedede;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #111;
    font-size: 16px;
    font-weight: 600;
}

/* Content */

.approved-comment-content {
    flex: 1;
    min-width: 0;
}

/* Name + Date */

.approved-comment-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 7px;
}

.approved-comment-name {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}

.approved-comment-date {
    font-size: 14px;
    font-weight: 400;
    color: #9ca3af;
}

/* Message */

.approved-comment-message {
    font-size: 15px;
    line-height: 1.6;
    color: #73758c;
    font-weight: 400;
}
