.report-banner-new {
     background: url(../images/banner-rd.webp) center center / cover no-repeat;
        /*background: url(../images/Vector.webp) center center / cover no-repeat;*/
    /*background: url(../images/thrd.webp) center center / cover no-repeat;*/
    padding: 3rem 0;
}
.r-banner-txt h1 {
    font-size: 2.8rem;
padding-bottom: 1rem !important;
    
}

.report-details-data-new {
    padding: 0 2rem;
}
.report-details-data-new h4{
    color:#5B5B5B;
    font-size:14px;
    padding: 1rem 0;
}

.report-details-data-new h3{
        color: #12bd8b;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 600;
}

.report-details-data-new ul {
    list-style: none;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 1rem;
}

.report-details-data-new ul li {
    position: relative;
    font-size: 1.6rem;
    padding: 0.8rem 0 0.2rem 18px;
    text-align: justify;
    letter-spacing: 0.3px;
}

.report-details-data-new ul li::before {
    content: "\25B6"; /* triangular bullet */
    color: #5F31B3;
    font-size: 10px;
    position: absolute;
    left: 0;
    top:13px;
}

.report-details-data-new h2{
        padding: 1.4rem 0 0.8rem;
        color:#823cff;
            font-weight: 600;
                font-size: 2.2rem;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.report-details-data-new table tr strong {
     
    color: #5F31B3;
    font-weight: 600;
   
    font-size: 14px;
}

.report-details-data-new tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid #DCDCDC;
    color: #333;
    font-size:14px;
   line-height:1.3;
}
.report-details-data-new tbody tr {
    height: 40.5938px !important;
}

.report-details-data-new tbody tr:last-child td {
    /*border-bottom: none;*/
}

    .table-respo tr:first-child {
    background-color: #DBC8FF;
}
.report-details-data-new tbody tr:not(:first-child):nth-child(odd) {
    background-color: #FBF8FF !important;
     cursor: pointer;
}


.report-details-data-new img{
    width: auto;
    border: 1px solid #dcdcdc;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.report-details-data-new table{
        margin-top: 1rem;
    margin-bottom: 1rem;
}


.sources-box {
    background-color: #EAFFFA;
    color: #037255;
    border-left: 4px solid #037255;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 4px;
    margin: 15px 0px;
}

.info-card-main{
   padding: 1rem 0; 
}

  .info-card {
   
    padding: 10px 20px;

     text-align: center;
border-radius: 3px; 
}
 .info-label {
     font-size: 13px;
     text-align: start;
}

.info-value {
     font-size: 18px;
     font-weight: 700;
     text-align: start;
}
 .bg-purple {
     background: #f3ecff;
     color:#5F31B3;
}
.info-icon img{
 width: 4.4rem !important;
    padding: 0;
}
/* ================================
   RD PAGE ACCORDION ONLY
   ================================ */

#rd-page-accor{
      padding: 1rem 0;}

#rd-page-accor .accordion-button {
    background-color: #FBF8FF;
    /*font-weight: 600;*/
    color: #1e2d58;
    border: none;
      font-size:17px;
    box-shadow: none;
}

/* active/open state */
#rd-page-accor .accordion-button:not(.collapsed) {
    color: #823cff;
    font-size:17px;
    background-color: #FBF8FF;
}
/* Circle + icon */
#rd-page-accor .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;   /* required for solid icons */
    content: "\f067";   /* + icon */
    
    background-color: #5F31B3;
    color: #fff;
    border: 2px solid #5F31B3;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    transition: all 0.3s ease;
}

/* Circle – icon when opened */
#rd-page-accor .accordion-button:not(.collapsed)::after {
    content: "\f068";   /* minus icon */
    background-color: #ffffff;
    color: #949494;
    border-color: #949494;
}

/* accordion item */
#rd-page-accor .accordion-item {
    border: none;
    border-bottom: 2px solid transparent;
    background: #fbf8ff;
    margin-bottom:1.4rem;
}

/* accordion body text */
#rd-page-accor .accordion-body {
    color: black;
    border-radius: 0 0 8px 8px;
    font-size: 16px;
    line-height: 1.8;
    background: #FBF8FF;
        /*margin-top: -15px;*/
}

/* header spacing */
#rd-page-accor .accordion-header {
    padding: 0rem 0;
}


#rd-page-accor .accordion-button {
    padding: 0.47em 1.5rem !important;
}


/* left DOT before heading */
#rd-page-accor .acc-dot::before {
    /*content: "";*/
    font-size: x-large;
    margin-right: 6px;
    color: black;
    vertical-align: middle;
}

/* heading font change */
#rd-page-accor .accordion-header .accordion-button {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
}

#rd-page-accor .report-details-data-new h4 {
    padding: 2rem 0 0 0 !important; 
}

.rd-button {
   padding: 10px 18px;
    font-size: 16px;  
      
        border-radius: 5px;
         display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
     cursor: pointer;
}

.download-btn {
    background: #5F31B3;
    color: #fff;
}
.download-btn1 {
    background: #FFC107;
    color: black;
    /*width: 70%;*/
    text-align: center;
    display: inline-block; /* or block if needed */
   padding: 10px 21px;   /* optional for better look */
    cursor: pointer;
    text-decoration: none; /* remove underline */
}

.download-btn i {
    font-size: 16px;
}

.toc-button {
    background: transparent;
    color: #00A77D;
    border: 1px solid #00A77D;
  }

.toc-button i {
    font-size: 16px;
}
.download-btn,
.download-btn:hover,
.download-btn:focus {
    background: #5F31B3;
    color: #fff;
    text-decoration: none;
}

.download-btn1:hover{
     background: #FFC107;
    color: black;
}

.toc-button,
.toc-button:hover,
.toc-button:focus {
    background: transparent;
    color: #00A77D;
    border-color: #00A77D;
    text-decoration: none;
}

.card h4 {
    font-weight: bold;
}

.swot {
    /*padding: 1rem;*/
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 0.25rem;
       height: 100%;
}
.swot h4{
    font-size: 17px;
    font-weight: 600;
      padding: 15px 13px;
    border-radius: 6px;
}
.strength h4 {
    background: #e8ffe8;
    color:#17C20B;
}

.weakness h4 {
    background: #ffecec;
     color:#FF0C0C;
}

.opportunity  h4{
    background: #e9f2ff;
     color:#008DE6;
}

.threat h4{
    background: #fff4db;
     color:#DD9725;
}

.swot ul {
    margin: 0;
    padding-left: 1.2rem;
      padding-right: 1.2rem;
          padding-bottom: 1.2rem;

}

.btn-new {
        background: #0B8545!important;
}

.ptbfaq{
        padding: 11rem 0;
}

.table-respo {
   
    height: 280px !important;         /* fixed height */
    border-collapse: collapse;
    overflow-y: auto;      /* vertical scroll */
       overflow-x: auto;
    display: block;        /* required for scrolling */
        border: 1px solid transparent;
}

.bg-dark-blue-2 {
    background: white!important;
}

.img-mobile-view{
    display:flex!important;
}

@media (max-width: 1024px) {
    .img-mobile-view{
   display: flex;
        flex-direction: column;
}}

@media (max-width: 576px) {
    .img-mobile-view{
   display: flex;
        flex-direction: column;
}
.space-right-left-15 {
     padding: 0 0!important;
}
.info-icon img {
    width: 4.4rem !important;
    padding: 0;
}
    
.report-details-data-new img {
    width: 100%!important;
    height:auto!important;
    margin-bottom:2rem;
}
.report-details-data-new h2{
      
                font-size: 1.8rem;
}
 .report-details-data-new h3{
      
                font-size: 16px;
}  
.report-details-data-new li {
   
    font-size: 1.5rem;
    
}
.para{
  font-size: 1.5rem;  
}
#rd-page-accor .accordion-header .accordion-button{
    line-height: 1.3;
font-size: 1.5rem;
 
}
.report-details-data-new table tr strong {
  
    font-size: 12px;
}
.report-details-data-new tbody td {
    font-size:11px;

}
 
}
.pt-10{
       margin-top: 3rem;
}

/*2 img*/

@media (min-width: 1410px) {

  img.two-image-layout:first-child {

    width: 50%;

  }
 
  img.two-image-layout:last-child {

    width: 46%;

  }

}

 
img.two-image-layout {

  display: inline-block;

  vertical-align: top;

  margin-right: 4%;

}

img.two-image-layout:last-child {

  margin-right: 0;

}

 .space-right-left-15{
         padding: 0 3rem;
 }
 
 
 .img-mobile-view img{
     width:560px;
     height:260px;
 }
 
 .ptbbanne{
     padding: 3rem 0;
 }
 
 
 .segment-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding:10px 15px;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height:100%;
}

.segment-card::after {
content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
  
    border-radius: 16px;
    pointer-events: none;
}

.segment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.segment-card::after {
    border-bottom: 5px solid #C8BEFF;
    border-right: 5px solid #C8BEFF;
      box-shadow: 0 0 0 1px #C8BEFF;
}



.segment-card h6 {
  font-weight: 600;
  color: #000;
}

.segment-card ul {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  color: #333;
  font-size: 15px;
}

.segment-card .card-body {
 padding: 0 0;
}

.report-details-data-new p{
    font-size: 1.6rem;
    line-height: 1.8 !important;
    letter-spacing: 0.2px;
    margin-top: 0px;
    margin-bottom: 0;
        padding-bottom: .7rem;
        padding-top: .2rem;
}
.report-details-data-new p strong {
    margin-top: 5px;
    margin-bottom: 5px;
    }