.list-hero {
        background: url(../new-th-img/Hero-section-banner.webp) center center / cover no-repeat;
        padding: 5rem 0 3rem;
        overflow: hidden;
    }  
    .list-content {
        width: 100%;
        margin: 0 auto;
    }
    .list-title {
        margin: 0 auto;
        font-size: 32px;
        line-height: 1.12;
        font-weight: 600;
       
        color: #050505;
    }

    .list-title span {
        color: #823cff;
    }
    .list-description {
      
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: #111;
            margin-top: 10px;
    }
    .blog-detail-meta {
    width: 100%;
}

.blog-detail-meta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    padding-top: 12px;
}

.blog-share-label {
    font-size: 16px;
    white-space: nowrap;
    padding-right: 4px;
}

.blog-share-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 8px;
    background: #f2e5ff;
    border-radius: 4px;
}

.blog-share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}
    .author{
    font-size: 1.5rem;
    /*margin-bottom: 2rem;*/
    color: white;
}
.sticky-holder {
    position: sticky;
    top: 25px;
    z-index: 999;
}
.left-data .list-group-item{
    border: none;
    font-size: 1.4rem;
    padding: 1rem;
    margin-bottom: .1rem;
    background:#f3e9fb;
    color: #000;
}
.left-data .list-group-item.active{
    z-index: 2;
    color: #fff;
    background-color: #a84dff;
    border-color: #a84dff;
}
.startDetail{
        margin-top: -4.3rem;
}
.bg-light-pr
{
    background:#f5f0fd;
}
.space-bottom-7 
{
    padding-bottom: 2.5rem;
}
.border-top-bottom 
{
    border-top: .1rem solid #d4d1d1;
    border-bottom: .1rem solid #d4d1d1;
}
.related-pr 
{
    display: flex;align-items: flex-start;
    /*padding-right: 1.5rem;*/
}
.related-pr h3 {
    padding-right: 0rem;
    padding-bottom: 0rem;
    min-height: 3.6rem;
    line-height: 1.4;
        font-size: 14px;
}
.related-pr h3 a{
    color: #150342;
}
.border-yes {
    border-right: .1rem solid #d4d1d1;
}
.main-pr {
    margin: 1rem 0px;
}
.sub-hld {
    padding: 1rem 2rem;
    background: #f5f0fd;
    border-radius: .7rem;
    margin-bottom: 1rem;
}
.sub-hld h2 {
    font-size: 2.4rem;
    font-weight: 600;
}
.subr-list {
    padding-left: 3rem;
}
.detail-info p, .detail-info ul li {
    font-size: 16px;
    text-align:  justify;
    line-height:  1.5;
    color:  #000;
}
.detail-info img{
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #0a66c2;
    border-radius: 5px;
}
.author p,
.author h2 {
    color: black;
}

.shadow1 {
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
   padding-left: 10px;
   padding-right: 10px;
}
#iconnews{
     font-size: 20px;
    color: #0a66c2;
    border: 1px solid;
    padding: 5px 6px;
    border-radius: 5px;
    margin: 5px;
}

#socilicon{
    width: 100%;
    margin: 5px;
}
.btn1 {
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
}

.btn-prev {
  background-color: #1fc7a1;
}
.btn-prev:hover {
  background-color: #17a87f;
}

.btn-next {
  background-color: #7535e6;
}
.btn-next:hover {
  background-color: #5d2bb8;
}
.page-link.active {
    background: #7536e6;
    color: #fff;
}

p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
}
    .author{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: white;
}
.sticky-holder {
    position: sticky;
    top: 25px;
    z-index: 999;
}


.left-data .list-group-item {
    border: none;
    font-size: 14px;
    padding: 1rem;
    margin-bottom: .1rem;
    background: #e3edfc;
    color: #000;
}

.left-data .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #5502c3;
    border-color: #5502c3;
}

.startDetail{
        margin-top: -3.3rem;
}
.bg-light-pr{background:#f5f0fd;}
.space-bottom-7 {padding-bottom: 2.5rem;}
.border-top-bottom {border-top: .1rem solid #d4d1d1;border-bottom: .1rem solid #d4d1d1;}
.related-pr {display: flex;align-items: flex-start;padding-right: 1.5rem;}
.related-pr h3 {padding-right: 1.8rem;padding-bottom: 2rem;min-height: 10.6rem;line-height: 1.4;}
.related-pr h3 a{color: #150342;;}
.border-yes {border-right: .1rem solid #d4d1d1;}
.main-pr {
    margin: 2rem 7px;
}
.sub-hld {
    padding: 1rem 2rem;
    background: #f5f0fd;
    border-radius: .7rem;
    margin-bottom: 1rem;
}
.sub-hld h2 {
    font-size: 2.4rem;
    font-weight: 600;
}
.subr-list {
    padding-left: 3rem;
}

.detail-info table td {
    border: 1px solid #DCDCDC;
    padding: 1.2rem;
    font-size: 1.4rem;
}
.detail-info ul li {
    font-size: 16px;
    padding: .6rem 0;
    text-align: justify;
}
/* Header row */
.detail-info table tr:first-child {
    background-color: #DBC8FF;
    color: #5F31B3;
    font-weight: bold;
}
.cm-btn {
  background: #5f31b3;
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  margin-top: 1.5rem;
  border-radius: 5px;
  /*font-weight: 600 !important;*/
}
.price-hld{
   width: 100%;  
}
.detail-info h2 {
    font-size:24px;
}
.detail-info table tr:nth-child(odd):not(:first-child) {
    background-color: #F6EFFF; /* 3rd, 5th, 7th… rows */
}

.detail-info table tr:nth-child(even):not(:first-child) {
    background-color: #FFFFFF; /* white */
}
.top-stories {
    position: sticky;
    top: 35px;
    width: 90%;
    margin-left: auto;
}

.top-stories-title {
   margin-bottom: 31px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #823cff;
}

.top-stories-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.top-story-item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dee2e6;
}

.top-story-item:last-child {
    margin-bottom: 0;
}

.top-story-link {
    display: block;
    color: #212529;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-story-link:hover {
    color: #823cff;
}
#iconnews{
     font-size: 20px;
    color: #0a66c2;
    border: 1px solid;
    padding: 5px 6px;
    border-radius: 5px;
    margin: 5px;
}

#socilicon{
        width: 100%;
    margin: 5px;
}
  .press-rel-sol {
       padding: 20px 0;
       border-bottom: 1px solid #d2d1d1;
   }
   
   .companies-detials-info h2 {
  color: #823cff;
  padding: 1rem 0;
  font-size: 24px;
}
.companies-detials-info h3 {
    color: #12bd8b;
    font-size: 18px;
}
.companies-detials-info p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 1rem;
}
.companies-detials-info ul li {
  font-size: 16px;
  padding: 0.6rem 0;
}
.companies-detials-info table tr td {
  font-size: 16px;
  padding: 0.8rem;
}
.companies-detials-info table tr:first-child {
     background-color: #DBC8FF; 
    color: #5F31B3;
    font-weight: bold;
}
.companies-detials-info tbody tr:not(:first-child):nth-child(odd) {
    background-color: #FBF8FF !important;
    cursor: pointer;
}
.cm-btn {
  background: #5f31b3;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    /* margin-top: 1.5rem; */
    border-radius: 5px;
    border: 0;
}
.price-hld{
   width: 100%;  
}
.k-points ul {
    list-style: none;      
    padding-left: 10px;
    margin: 0;
}

.k-points ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.1rem;  
    font-size: 16px;
}

.k-points ul li::before {
    content: "➤";   
    position: absolute;
    left: 0;
    color: #17bd93;        
    font-size: 1rem;
    line-height: 2;
}
.right-side-content ul,
.price-hld form {
  -webkit-box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 15%);
  padding: 1rem;
  border-radius: 0.7rem;
  margin-bottom: 1.8rem;
}