.bannernew {
    background-image: url(../images/RD_PR_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   padding-top: 1.5rem;
    padding-bottom: 3rem;
        padding-left: 5.28rem;
    padding-right: 5rem;
}
.segmentcard{
     padding: 0 2rem;
}
.report-details-new {
    padding: 0 2rem;
}
.report-details-new h2 {
    font-size: 2.2rem;
    text-align: justify;
    line-height: 1.3;
    color: #1800c9;
    font-weight: 500 !important;
    margin: 0;
}


.report-details-new p {
    font-size: 1.6rem;
    margin-bottom: 0;
    line-height: 1.8 !important;
}

.report-details-new p {
    padding-bottom: .8rem;
    text-align: justify;
}
.report-details-new h2 {
    padding: 1rem 0;
}
.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 {
    padding: 1rem 0 1.5rem;
        width: 75%;
}
.imgcentr {
    text-align: center;
}
.info-card-main{
   padding: 1rem 0; 
}
/*4 card*/
  .info-card {
   
    padding: 0px 20px;

     text-align: center;
border-radius: 10px; 
/*height: 100px;*/
}
 .info-label {
     font-size: 14px;
     text-align: start;
}
.info-icon img{
       width: 5rem;
}
.info-value {
     font-size: 20px;
     font-weight: 600;
     text-align: start;
}
 .bg-purple {
     background: #FFECB2;
     color:#D29F00;
}
 .bg-yellow {
   background: #E0EED4;
     color: #17695B;
}
 .bg-blue {
  background: linear-gradient(180deg, rgba(183, 232, 255, 0.3) 10.3%, rgba(101, 209, 255, 0.3) 86.25%);


       color: #008DE6;
}
 .bg-green {
     background: #FFF1DA;
       color: #DD9725;
}

#market-highlights + ul li {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    margin-left: 15px;
}
#market-highlights + ul {
    background-color: #F2F7FF;
    padding: 15px;
    border-radius: 6px;
    list-style-position: outside;
    margin-left: 0px;
}
.report-details-new ul li {
    font-size: 1.6rem;
    text-align: justify;
    line-height: 1.8;
 word-break: break-word;
}




/*Accordience*/
    .accordion-button {
      background-color: #f0f4ff;
      font-weight: 600;
      color: #1e2d58;
      border: none;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      color: #1e2d58;
      background-color: #f0f4ff;
    }

.accordion-button::after {
  content: "\f067"; /* FontAwesome plus */
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #0F297A;
  background-color: #fff;
  border: 2px solid #0F297A;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.3s ease;
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068"; /* FontAwesome minus */
  background-color: #0F297A;
  color: #fff;
  border-color: #0F297A;
}


 .accordion-item {
  border: none;
  border-bottom: 2px solid transparent; /* Hidden by default */
  transition: border-color 0.3s ease;
}

    .accordion-body {
      /*background: #0d1117;*/
  color: black;
      border-radius: 0 0 8px 8px;
      font-size: 15px;
      line-height: 1.6;
    }

.accordion-header{
       padding: 0.5rem 0 !important;
}
.acc-dot::before {
  content: "•";
  font-size: x-large;
  margin-right: 6px;
  color: black; /* optional: blue bullet */
  vertical-align: middle;
}
.accordion-header .accordion-button {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1.5rem!important
}



.tabreport table,
.tabreport table tr,
.tabreport table td,
.tabreport table th {
  font-size: 15px;
}


.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-clr1::after {
    border-bottom: 5px solid #fcd34d;
    border-right: 5px solid #fcd34d;
      box-shadow: 0 0 0 1px #fcd34d;
}

.segment-card-clr2::after {
    border-bottom: 5px solid #D8FFB6;
    border-right: 5px solid #D8FFB6;
      box-shadow: 0 0 0 1px #D8FFB6;
}
.segment-card-clr3::after {
    border-bottom: 5px solid #B8EAFF;
    border-right: 5px solid #B8EAFF;
      box-shadow: 0 0 0 1px #B8EAFF;
}
.segment-card-clr4::after {
    border-bottom: 5px solid #FFE1AF;
    border-right: 5px solid #FFE1AF;
      box-shadow: 0 0 0 1px #FFE1AF;
}
.segment-card-clr5::after {
    border-bottom: 5px solid #C8BEFF;
    border-right: 5px solid #C8BEFF;
      box-shadow: 0 0 0 1px #C8BEFF;
}
.segment-card-clr6::after {
    border-bottom: 5px solid #FFBBA8;
    border-right: 5px solid #FFBBA8;
      box-shadow: 0 0 0 1px #FFBBA8;
}


.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-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;

  box-shadow: 0px 0px 14px 0px #DFDFDF87;
}

.report-header {
  background: #5482d7;
  padding: 10px 15px;
}

.report-header h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}





div#marketAccordion {
    margin-bottom: 10px;
}

.list-group-item.active {
    z-index: 2;
    color: #005eff !important;
    background-color: #ffffff;
    border-color: #e3e3e3;
}


/* FAQ accordion custom style */
.faq-accordion .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 14px 0px #DFDFDF87;
}

.faq-accordion .accordion-button {
  background-color: #fff;
  font-weight: 500;
  color: #0f297a;
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #F4F7FF;
  color: #000250;
}

.faq-accordion .accordion-body {
  background-color: #fff;
  color: #444;
  padding: 15px 20px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.table-responsive {
    margin-bottom: 10px;
}


.sticky-s {
  
    top: 13.5%  !important;
}
 .space-top-bottom1 {
    padding: 1rem 0;
    font-size: 1.3rem;
}






@media (min-width: 320px) and (max-width: 700px) {
   .bannernew {
    padding-left: 1rem;
    padding-right: 1rem;
}
    .report-details-new {
    padding: 0 1rem;
}
.report-details-new h2 {
    font-size: 2rem;
    text-align: start;}
    
.ind-btn {
   
    padding: 1rem 1rem !important;
}

#market-highlights + ul {
   
     margin-left: 0px !important; 
}

}


/*new rd page header css*/
.gradient-bg {
    background: white!important; 
}

.inner-header .navbar-nav .nav-link {
    /*padding-left: 2rem !important;*/
    /*padding-right: 2rem !important;*/
    /*font-size: 1.5rem;*/
   
    color: #0F297A;
}

.dev-box {
    border: none;
    background: transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    margin: 20px 0;
}


.dev-header {
    background: #D9E7FF;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}

.dev-body {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.6;
}
