.report-banner {
	background: url(../images/Report-Detail-Page-BG.webp) center center/cover no-repeat;
	padding: 5rem 0
}



.banner-btn .green-btn {
	padding: 0 0 0 3.4rem
}

.banner-btn .purple-btn {
	padding: 0 0 0 3rem;
	border-radius: 5px
}

.report-details-data-info table td {
	border: .1rem solid #a2a2a2;
	padding: 1.2rem;
	font-size: 1.4rem;
	text-wrap: auto;
}

.report-details-data-info table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 14px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    height: auto !important;
    border: none;
        margin-bottom: 2rem;
}

.h-icon-40 {
	width: 40%
}


.r-ttl,
.rs-details h3 {
	/*font-family: "Playfair Display", serif;*/
	font-weight: 600;
	font-size: 1.6rem
}

.purple-btn {
	padding: 1rem 6.2rem;
	border-radius: .5rem
}

.r-ttl {
	line-height: 1.4
}

.r-details-list li a {
	font-size: 1.6rem;
	color: #000
}

.r-details-list li a:hover {
	color: #823cff;
	text-decoration: underline
}

.r-details-list li {
	padding: 1.3rem 0
}

.table {
	border-collapse: separate;
	font-size: 1.4rem;
	border-spacing: 1rem;
	text-align: center
}

.table th {
	background-color: #823cff !important;
	color: #fff
}

.table tr {
	background-color: #f2f2f2 !important
}

.w-60 {
	width: 60%
}

.r-details-table td,
.r-details-table th {
	padding: 1rem;
	font-size: 1.4rem
}
/* Apply only inside #fqa-section */
#fqa-section .accordion-button::before {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    content: "+";
    transition: transform .2s ease-in-out;
    font-size: 2rem;
    background: #24c59c;
    margin-right: 1rem;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    font-weight: 600;
}

#fqa-section .accordion-button:not(.collapsed)::before {
    content: "-";
}

#fqa-section .accordion-button::after {
    display: none;
}

#fqa-section .faq-holder .accordion-button {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
}

#fqa-section .accordion-body {
    font-size: 1.6rem;
    padding-top: 0;
    padding-left: 50px;
}

#fqa-section .faq-holder .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    color: #823cff;
}


.article-content {
	background: #f2f2f2;
	padding: 2rem
}

.article-content a {
	justify-content: end;
	display: flex;
	font-size: 1.6rem;
	color: #823cff;
	text-decoration: underline
}

.feature-post {
	background: #001a3f;
	padding: 0 2.5rem
}

.feature-post a {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 1rem
}

.feature-post p {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 300
}

.feature-post ul li {
	border-bottom: .1rem dashed #fff;
	padding-top: 1rem
}

.feature-post .read-btn {
	padding: .7rem 1.8rem;
	font-size: 1.2rem;
	font-weight: 600
}

.feature-post ul li:last-child {
	border: none;
	padding-bottom: 1.5rem
}



.report-sticky-ttl {
    font-size: 2rem;
    color: #5f31ba !important;
   
}

.report-details-data-info ul li {
	font-size: 1.6rem;
	padding: .6rem 0
}

.report-details-data-info a {
	color: #7536e6;
	text-decoration: underline
}

.read-btn {
	background: #fff;
	padding: .9rem 2.4rem;
	border-radius: 50px;
	font-size: 1.2rem;
	margin-top: 1.5rem
}

.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: #823cff;
	padding: 0rem 0
}

.report-details-data-info h3 {
    color: #12bd8b;
	padding: 1rem 0
}

.sticky-holder {
	position: sticky;
	top: 6rem
}

.accordion-button {
	color: #823cff;
padding: 1.1rem 1.1rem 0.1rem 1rem;
}

.report-details-data-info img {
	max-width: 100%;
	height: auto
}

@media only screen and (min-device-width:1280px) and (max-device-width:1440px) {
	.banner-btn .purple-btn {
		padding: 0 0 0 2.2rem
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) {
	.r-banner-txt h1 {
		font-size: 1.4rem;
		padding-bottom: 1rem;
		line-height: 1.2;
	}

	.banner-btn .purple-btn {
		padding: 0 0 0 1.5rem;
		border-radius: 5px;
		font-size: 1.2rem
	}

	.banner-btn .green-btn {
		padding: 0 0 0 1rem;
		font-size: 1.2rem
	}

	.me-4 {
		margin-right: .5rem !important
	}

	.report-sticky-ttl{
		font-size: 1.4rem;
		color: #fff;
		padding: 1rem 0;
		line-height: 1.5
	}

	.company-logo {
		width: 14rem
	}

	.text-end {
		text-align: left !important
	}
	.report-banner {
		padding: 2rem 0
	}

	.report-details-data-info p {
		font-size: 1.6rem;
		text-align: unset !important;
		line-height: 1.8;
		margin-bottom: 0
	}

	.report-details-data-info h2 {
		color: #823cff;
		padding: .5rem 0;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 0
	}

	.nxt-arrow {
		margin-left: 1rem;
		background: #09c595;
		padding: 1.1rem;
		border-radius: 50px;
		width: 3.5rem
	}

	.report-details-data-info ul li {
		font-size: 1.5rem;
		padding: .3rem 0
	}

	.report-details-data-info table td {
		border: .1rem solid #a2a2a2;
		padding: 1rem;
		font-size: 1.3rem
	}
}

@media only screen and (min-device-width:260px) and (max-device-width:320px) and (-webkit-min-device-pixel-ratio:2) {
	.r-banner-txt h1 {
		font-size: 1.4rem
	}

	.banner-btn .purple-btn {
		padding: 0 0 0 1.5rem;
		border-radius: 50px;
		font-size: 1.2rem
	}

	.banner-btn .green-btn {
		padding: 0 0 0 1rem;
		font-size: 1.2rem
	}

	.me-4 {
		margin-right: .5rem !important
	}

	.report-sticky-ttl {
		font-size: 1.4rem;
		color: #fff;
		padding: 1rem 0
	}

	.company-logo {
		width: 9.5rem
	}

	.text-end {
		text-align: left !important
	}

	.report-banner {
		padding: 2rem 0
	}
}

.order-hld {
	background: #001a3f;
	color: #fff;
	text-align: center;
	padding: 1rem;
}

.space-right-left-3 {
	padding: 0 3rem;
}

.left-data .ttl-2 {
	font-size: 2rem;
	margin-bottom: 0;
}

.thr-scroll {
    height: 61rem;
    overflow-y: hidden;   /* vertical scroll */
    overflow-x: hidden; /* hide horizontal scroll */
}

.h2_tags {
	margin-top: 0;
}

.left-data .list-group-item {
border-right: 9px solid #e6d9fe;
	font-size: 15px;
	padding: 0.6rem;

	color: #000;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgb(0 0 0 / 22%);
    margin: 4px;
    	margin-bottom: 8px;
 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: black;
	background-color: #F2ECFF;
border-right: 12px solid #4A268B;
	box-shadow: 0 0 5px rgb(0 0 0 / 22%);
	 margin: 4px;
	  transition: all 0.3s ease;
	  border-color: #5b2298;
}

.sticky-s {
	position: sticky;
	width: 100%;
    top: 6rem;
}

.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: 1.2rem 1.5rem;
	border-radius: 0.7rem;
	margin-bottom: 1.8rem;
}

.shortD .short-description {
font-size: 16px;
	    text-align: center;
}

.right-side-content ul li {
	font-size: 1.5rem;
	padding: 0.5rem 0;
}

.space-top-bottom {
	padding: 0.5rem 0;

}



.sticky-popup {
	display: none;
}

.sticky-popup {
	position: fixed;
	right: 32px;
	-webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
	box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
	z-index: 9999;
	background: #fff;
	top: 120px;
}

.btn-2 {
	background: #0dc595;
}

.jumptopopup .modal-dialog {
	top: 150px;
}

.jumptopopup .modal-content {
	width: 87%;
	margin: 0 auto;
	border: none;
}

.jumptopopup .list-group-item {
	padding: .9rem;
	font-size: 1.5rem;
}

.sticky-s2 {
	position: sticky;
}

.sticky-s2 {
	width: 100%;
	top: 12%;
}

.report-details-data-info ul li {
	text-align: justify;
}

.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: all 0.3s ease;
}

.bg-light-gr {
	background: #f2f7fd;
}

.space-bottom-7 {
	padding-bottom: 2.5rem;
}

.border-top-bottom {
	border-top: .1rem solid #d4d1d1;
	border-bottom: .1rem solid #d4d1d1;
}

.border-yes {
	border-right: .1rem solid #d4d1d1;
}

.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: 2rem;
	min-height: 7.6rem;
}

.txt-blue {
	color: #5502c3 !important;
}

.main-pr p {
	font-size: 1.4rem;
}

.report-details-data-info {
	padding: 0 2rem;
}

.sub-hld {
	padding: 1rem 2rem;
	background: #f5f5f5;
	border-radius: .7rem;
	margin-bottom: 1rem;
}

.sub-hld h2 {
	font-size: 2.4rem;
	font-weight: 600;
}

.subr-list {
	padding-left: 0rem;
}

.subr-list li {
	font-size: 1.4rem;
	padding: .6rem 0;
}

.subr-list li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: -24px;
	margin-right: 14px;
}

.footer-nt {
	color: #FFF;
}

.bottom-fixed-not {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: url(../images/popup-bg.webp)no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 2rem 0;
	display: none;
}

.footer-nt ul {
	padding-left: 2.2rem;
}

.footer-nt ul li {
	padding: 0.8rem 0;
	font-size: 1.5rem;
}

.padding-right-5 {
	padding-right: 6rem;
}

.footer-nt h2 {
	font-size: 4.5rem;
	padding-bottom: 1.8rem;
}

.footer-nt ul li:before {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: -2.4rem;
	margin-right: 1.4rem;
}

.subr-list li:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: -24px;
	margin-right: 10px;
}

.list-styled li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: -15px;
	margin-right: 14px;
	background: url(../images/list-tick.webp) 0 0 / contain no-repeat;
}

.bg-clr label,
.bg-clr span {
	font-weight: 600;
}

.bg-clr {
	background: #e7fbfb;
}


.space-top-bottom-3 {
	padding: 3rem 0;
}


.font-14 {
	font-size: 1.4rem;
}

.research-btn {
    padding: 0.6rem 1.5rem !important;
}

ol {
	font-size: 1.6rem;
	line-height: 1.8;
}


.nt-modal .modal-dialog {
	max-width: 1240px !important;
	margin: 17rem auto !important;
}

.cnt-hld {
	padding: 1rem;
	text-align: center;
}

.cnt-hld p {
	font-weight: 500;
	font-size: 2.2rem;
	color: #7535e6;
	text-align: center;
	margin-bottom: 0;
}

.btn-schedule {
	width: fit-content;
}

.cnt-hld span {
	font-size: 1.4rem;
}

.modal-not-popup {
	padding: 0 3rem;
}

.modal-not-popup h3 {
	color: #7535e6;
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding-bottom: .5rem;
}

.modal-not-popup h2 {
	font-size: 2.4rem;
	font-weight: 500;
	padding-bottom: .7rem;
}

.modal-backdrop.show {
	opacity: .75 !important;
}

.nt-modal .modal-header {
	justify-content: end;
}

.nt-modal .modal-header button {
	border: none;
	background: transparent;
	font-size: 20px;
}

.faint-bg {
	background: #DFFFF7;
}

.author-title:hover .c-author-box {
	display: block !important;
}

.font-12 {
	font-size: 1.2rem;
}

.text-underline {
	text-decoration: underline;
}

.font-onefive {
	font-size: 1.6rem;
}

.me-6 {
	margin-right: 6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
	.progress-bar-container {
		display: block !important;
	}

	.cookiesDiv {
		display: block;
		width: 100%;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.thr-scroll {
		height: auto;
	}

	.space-right-left-3 {
		padding: 0 1rem;
	}

	.sticky-s {
		position: unset;
	}

	.banner-btn.text-end {
		text-align: center !important;
	}

	.left-data {
		display: none;
	}

	.report-details-data-info ul {
		text-align: unset;
	}

	.report-banner {
		padding: 2rem 0rem;
	}

	.research-btn {
		padding: 0.8rem 0.8rem !important;
	}
}

@media (min-width:1410) and (max-width:1425px) {
	.sticky-s {
		top: 30% !important;
	}
}

.subr-list li {
	padding: 0.8rem 0 !important;
	border-bottom: .1rem solid #381b88;
}

.activity-icon {
	width: 2.2rem;
	margin-right: 2rem;
}

    .custom-tag {
    border: 1px solid #823cff;
    color: #823cff;
    background-color: transparent;
    transition: all 0.3s ease;
    font-size: 14px;
    padding:5px;
}

.custom-tag:hover {
    background-color: #823cff;
    color: #ffffff; /* white text on hover */
}
.report-details-data-info table td {
	border: .1rem solid #a2a2a2;
	padding: 1.2rem;
	font-size: 1.4rem;   text-wrap: auto;
}



.report-details-data-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border: none;
  margin-bottom: 2rem;
}
.report-details-data-info table tr th {
    border: .1rem solid #a2a2a2;
    padding: 1.2rem;
    font-size: 1.4rem;
    text-wrap: auto;
}
 .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 2px solid #007bff; 
    display: inline-block;
    padding-bottom: 0.3rem;
    margin-bottom: 2rem;
}
.rv-card {
    border-radius: 1rem; 
    overflow: hidden; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rv-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.recently-viewed {
    background-color: #f8f9fa;
}

.related-insights {
    background-color: #ffffff;
}

.txt-blue {
    color: #007bff;
    text-decoration: none;
}
.txt-blue:hover {
    text-decoration: underline;
}

/*new css*/
.report-banner-new
{
    background: url(../new-th-img/Hero-section-banner.webp) center center / cover no-repeat;
     padding: 6rem 0 3rem;
    overflow: hidden;
}

.r-banner-txt h1 {
       font-size: 28px;
    padding: 10px 0px;
    color: #823CFF;
    text-align: center;
   
    font-weight: 600;
    
}

/*.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;
 
    font-size: 18px;
  
}

.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: 16px;
    padding: 0.5rem 0 0.1rem 5px;
    text-align: justify;
    letter-spacing: 0.3px;
}

.report-details-data-new h2{
    /*padding: 1rem 0 0rem;*/
    color: #5F31B3;
  
    font-size: 22px;
}

.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;
    border-right: 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: 1rem;
    margin-bottom: 1rem;
    /*width: 80%;*/
}

.report-details-data-new table{
        margin-top: 1rem;
    margin-bottom: 1rem;
    width:100% !important;
        border: 1px solid #E1E1E1 !important;
}

.sources-box {
    background-color: #EAFFFA;
    color: #037255;
    border-left: 4px solid #037255;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 4px;
    margin: 15px 0px;
}



#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:#5f31b3;
    border-color: #5f31b3;
    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;         
    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;
}

.report-details-data-new img {
    width: 100%!important;
    height:auto!important;
    margin-bottom: 1rem;
    margin-top: auto;
}
.report-details-data-new h2{
    font-size: 1.8rem;
    line-height:1.5;
}
 .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:14px;
    line-height: 1.5;

}
 
}
.pt-10{
       margin-top: 3rem;
}

@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 ul li {
        text-align: left;
}
.segment-card .card-body {
 padding: 0 0;
}

.report-details-data-new p{
    font-size: 16px;
    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;
    }
    .report-details-data-new ul li{
     
                margin-left: 15px;
        }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
        .report-details-data-new p{
            text-align:justify !important;
            font-size: 1.6rem;
        }
        .report-details-data-new ul li{
            /*text-align: justify;*/
             font-size: 1.6rem;
        }
        .report-details-data-new .info-card img{
            width: 50% !important;
        }
            .report-details-data-new {
    padding: 0 1rem;
}    
    }
.del-red{
    color: #eb4b4b;font-size: 1.1rem;
}


        .license-radio {
    margin: 0.5rem 0;
    gap: 10px;
}
.license-radio label:has(input[type="radio"]:checked) {
   background-color: #0AC192;
    color: white;
}
.license-radio label {
     border: 1px solid #0ac192;
    flex: 1;
    text-align: center;
    padding: 8px 0;
    background-color: white;
    color: #0AC192;
    font-size: 1.4rem;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s 
ease;
    position: relative;
   
}
.license-radio input[type="radio"] {
    accent-color: white;
    margin-right: 5px;
}

/*new css snehal 18/12/2025*/

h2[id$="-key-takeaways"] + ul {
  background-color: #F9F6FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
}

h2[id$="-key-takeaways"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="-key-takeaways"] + ul li:last-child {
  border-bottom: none;
}
h2[id$="-key-takeaway"] + ul {
  background-color: #F9F6FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
}

h2[id$="-key-takeaway"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="-key-takeaway"] + ul li:last-child {
  border-bottom: none;
}

h2[id$="key-takeaways"] + ul {
  background-color: #F9F6FF;
  padding: 15px;
  border-radius: 6px;
 list-style-position: outside; 
}

h2[id$="key-takeaways"] + ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  margin-left: 15px;  
}

h2[id$="key-takeaways"] + ul li:last-child {
  border-bottom: none;
}

/* Header row */
.report-details-data-new table tr:first-child {
    background-color: #DBC8FF;
    color: #5F31B3;
    font-weight: bold;
}

.report-details-data-new table tr:nth-child(odd):not(:first-child) {
    background-color: #F6EFFF; /* 3rd, 5th, 7th… rows */
}

.report-details-data-new table tr:nth-child(even):not(:first-child) {
    background-color: #FFFFFF; /* white */
}

.report-details-data-new table td {
    padding: 10px 12px;
    height:auto  !important;;
}
#navLeft {
    max-height: calc(100vh - 120px);
    overflow-y: hidden;
    position: sticky;
    top: 100px;
}
.progress-container {
    width: 100%;
    height: 3px;
    background: #ccc;
    margin-bottom: -3px;
    margin-top: 0px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5F31B3;
    transition: width .6s ease;
}
@media (max-width: 767px) {
    .info-icon {
        display: none;
    }
    .info-card {
    padding: 5px 10px
}
}

.report-sticky-ttl1 {
    color: #590be8; 
      font-size: 15px;
        margin-top: -5px;
}
.report-sticky-ttl1:hover {
    color: #590be8;
}
.report-sticky-ttl3{
      font-size: 14px;
    color: black;
}
.sticky-title{
    font-size: 1.9rem;
}
.banneriocn{
      width: 1.3rem;
    margin-right: 5px;
}

.report-sticky1-t{
    margin-left:5.4rem;
}

.cta-buttons {
    justify-content: flex-end !important;
    
}
.report-sticky-ttl {
    font-size: 20px;
}
.price-hld label {
    font-size: 14px;
    font-weight: 400;
    
}

.form-check-input.rd-th {
    border: 1px solid rgb(10, 193, 146);
}

.form-check-input.rd-th:checked {
    background-color: #0ac192;
    border-color: #0ac192;
}
@media (max-width: 767.98px) {
    .cta-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
    .report-sticky-ttl {
    display: none;
}
.report-sticky-ttl3{
    display: none;
}
.report-banner-new {
    background:#e0cffe;
}
.r-banner-txt h1 {
    font-size: 2.5rem  !important;
    margin-bottom: 1rem !important;
}
.shortD p{
    display:none;
}
}
    .report-coverage {
  background: #ffffff;
  padding: 10px 10px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #444;
  box-shadow: 0px 0px 14px 0px #DFDFDF87;
}

.report-coverage h3 {
background-color: #DBC8FF;
    color: black;
    margin: 0 0 10px 0;
    padding: 10px 15px;
    border-radius: 3px;
       margin-bottom: 0px;
}

.report-coverage ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.report-coverage ul li {
  padding: 10px 25px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease; 
}

.report-coverage ul li:last-child {
  border-bottom: none;
}

/* arrow on left */
.report-coverage ul li::before {
  content: "â€º"; /* right angle quote */
  position: absolute;
  left: 10;
  color: #666;
  font-weight: bold;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.report-coverage ul li:hover {
  transform: translateX(3px); /* moves whole li 3px to the right */
}

/* modal background */
.custom-modal{
    background: white;
    border: none;
}


/* ---------- TOP HEADER ---------- */
.modal-header-bar{
    width: 100%;
   padding: 5px 5px 0 5px;

    display: flex;
    justify-content: flex-end;
}


/* top buttons */
.top-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: none;
    font-size: 18px;
    font-weight: bold;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-decoration:none;
}

/* ---------- IMAGE AREA ---------- */
.modal-body-custom{
    position: relative;
    padding: 10px;
}
/* ---------- ARROW BUTTONS ---------- */
.nav-circle{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(0,0,0,0.6);
    color:white;
    border:none;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.nav-left{ left:-60px; }
.nav-right{ right:-60px; }

.nav-circle:hover{
    background:rgba(0,0,0,0.85);
}

.graphs-hld{
box-shadow: 0 0.2rem 0.8rem rgb(0 0 0 / 15%);
    border-radius: .7rem;
background: #FFFFFF;
    --bs-gutter-x: 1rem;
    padding:5px;
}

/* ---------- MOBILE FIX ---------- */
@media (max-width:768px) {
  .nav-left { left: 10px; }
  .nav-right { right: 10px; }
}
img.img-fluid.popup-img {
    border: 0.5px solid #00000033;
    height:100%;
}
.mar-lef{
        margin-left: 15px;
}

/* active icon hide by default */
#customerBtn .icon-active {
    display: none;
}

/* hover OR active → swap icon */
#customerBtn:hover .icon-default,
#customerBtn.active .icon-default {
    display: none;
}

#customerBtn:hover .icon-active,
#customerBtn.active .icon-active {
    display: inline-block;
}

.acces-dashb-btn{
    display: inline-block;     /* IMPORTANT - width content var depend */
    padding: 1rem 3rem;
    font-size: 1.5rem;
    border-radius: .5rem;
    background: #FFC106;
    color: black;              /* typo fixed */
    border: 2px solid #FFC106;
    text-decoration: none;
    width: auto;  
        margin: auto;/* prevent full width */ 
}
.acces-dashb-btn:hover {
   color: black;     
}
.yellow-btn{
        padding: 10px 18px!important;
    font-size: 16px!important;
   
    border-radius: .5rem !important;
    /*background: #FFC106 !important;*/
    color: black !important;
   /*border: 1px solid #5F31B3 !important;*/
   border: 1px solid black !important;
}

.yellow-btn:hover,
.custBtn:hover {
    background: #FFC106 !important;
    color: black !important;
    border: 1px solid #FFC106 !important;
        /*margin-left: 15px;*/
}
.yellow-btn.active,
.custBtn.active {
    background: #FFC106 !important;
    color: black !important;
    border:1px solid #FFC106 !important;
        margin-left: 15px;
}

.new-blink{
    color: red;
    font-weight: bold;
    animation: blinkText 1s infinite;
}

/* Blink Animation */
@keyframes blinkText{
    0%{opacity:1;}
    50%{opacity:0;}
    100%{opacity:1;}
}

.solutions-row{
    display: flex;
    gap: 20px;
        margin-bottom: 23px;
}

.solution-card{
    flex: 1;
    background: #ffffff;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;  
    box-shadow: 0px 0px 24px 0px #D1D1D140;
}

.solution-card h3{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 18px;
}

.solution-list{
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    flex-grow: 1;   /* PUSH BUTTON DOWN */
}

.solution-list li{
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}
.solution-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("../images/checked.webp");
    background-size: contain;
    background-repeat: no-repeat;
}


/* BUTTON */
.solution-btn{
    display: inline-block;
    padding: 10px 16px;
 border: 2px solid #5F31B3;
    color: #5F31B3;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-top: auto;  
        font-size: 15px;
}
.rd-dashboard{
     font-size: 20px;
    color: #5f31b3;
    margin-top: 0;
    margin-bottom: 0;
}

/* BUTTON HOVER */
.solution-btn:hover{
    background: #5F31B3;
    color: #fff;
}
@media(max-width: 900px){
    .solutions-row{
        flex-direction: column;
    }
}

.img-rd{
    box-shadow: 0px 0px 20px 0px #cccccc9e;
    background: white;
        height: 100%;
}
   
    .is-invalid {
        border-color: #dc3545 !important;
    }
    .invalid-feedback {
        display: none;
        color: #dc3545;
        font-size: 0.975rem;
        margin-top: 0.25rem;
    }
    .invalid-captcha{
        margin-top: 1.25rem;
    }
    .business-email-label {
      color: #6257ef;
      font-weight: 500; 
    }
     .market-card{
    padding: 10px;
    border-radius: 6px;
    height: 100%;
}



.small-text{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 500;
}

.big-text{
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* Text Colors */
.revenue-card .big-text,
.revenue-card .small-text{
    color: #0037B3;
}

.forecast-card .big-text,
.forecast-card .small-text{
    color: #FF5A2F;
}

.cagr-card .big-text,
.cagr-card .small-text{
    color: #0086E6;
}

.coverage-card .big-text,
.coverage-card .small-text{
    color: #00A86B;
}

/* Author Strip */
.author-strip{
    background: #FFF9E1;
    border-radius: 6px;
    padding: 10px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.author-box{
    display: flex;
    align-items: center;
}

.author-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-label{
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.author-name{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

/* Mobile */
@media(max-width:768px){

    .big-text{
        font-size: 1.5rem;
    }

    .author-strip{
        gap: 20px;
    }
}

  .sidebar-wrapper{
    width: 100%;
}

/* Checkout Button */
.checkout-btn{
    background: #fbbc04;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    transition: 0.3s ease;
}

.checkout-btn:hover{
    background: #e0a800;
    color: #000;
}

/* Boxes */
.custom-box,
.contact-box{
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 20px;
    margin-bottom: 16px;
}

/* Title */
.custom-title,
.contact-title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* List */
.custom-list{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.custom-list li{
    position: relative;
       padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #222;
    line-height: 1.5;
}

.custom-list li::before{
    content: "»";
    position: absolute;
    left: 0;
   top: -8px;
    color: #5f31b3;
    font-size: 24px;
    font-weight: 700;
}

/* Custom Button */
.custom-btn-stat{
    border: 2px solid #5f31b3;
    color: #5f31b3;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
}

.custom-btn-stat:hover{
    background: #5f31b3;
    color: #fff;
}

/* Contact */
.contact-item{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 11px;
    font-size: 15px;
    color: #222;
}

.contact-item span{
    word-break: break-word;
}

/* Mobile */
@media(max-width:767px){

    .checkout-btn{
        font-size: 16px;
        padding: 13px;
    }

    .custom-title,
    .contact-title{
        font-size: 18px;
    }

    .custom-list li,
    .contact-item{
        font-size: 16px;
    }
}
/* Main Wrapper */
.custom-report-tabs{
    /*border: 1px solid #e3e3e3;*/
    background: #fff;
}

/* Tabs */
.custom-nav-tabs{
       gap: 5px;
    padding: 0;
    margin: 0;
}

.custom-nav-tabs .nav-link{
    border: 0;
    border-radius: 0;
    padding: 9px 22px;
    font-size: 16px;

    color: #000;
    background: transparent;
    transition: 0.3s ease;
}

.custom-nav-tabs .nav-link:hover{
      background: #c99764;
    color: #fff;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
     cursor: pointer;
}

.custom-nav-tabs .nav-link.active{
    background: #c99764;
    color: #fff;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
      cursor: pointer;
}

/* Report Card */
.report-card-wrap{
    display: flex;
    align-items: flex-start;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    min-height: 80px;
    transition: 0.3s ease;
    background: #fff;
    align-items: start;
    border: 1px solid #efefef;
    padding: .75rem;
}

.report-card-wrap:hover{
    background: #f8fbff;
}

/* Icon */
.report-icon{
    min-width: 48px;
    height: 48px;
    border: 2px solid #1d3557;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 600;
    color: #1d3557;
}

/* Content */
.report-content h4{
    font-size: 15px;
    line-height: 1.5;
    color: #1f2d3d;
    font-weight: 500;
       margin: 5px;
}





/* Responsive */
@media(max-width:991px){

    .report-card-wrap{
        min-height: auto;
    }

    .custom-nav-tabs .nav-link{
        font-size: 16px;
        padding: 12px 18px;
    }

    .report-content h4{
        font-size: 16px;
    }
}

@media(max-width:767px){

    .report-card-wrap{
        padding: 16px;
    }

    .report-icon{
        min-width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .custom-nav-tabs{
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}
.research-btn-schedule:hover{
    color:#fff;
}



/*RM page css 29-06-2026*/
.card-rm {
   border: 1px solid #D7E5FB;
    border-radius: 15px !important;
  box-shadow: 0px 4px 7.8px 0px #0000002E;
}

.step-circle {
   width: 30px;
    height: 30px;
    background: #28DCAB;
    color: #000000;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.card-rm p {
      font-size: 15px;
       text-align: start;
           /*margin-left: -15px;*/
}
.card-rm h4 {
      font-size: 18px;
    color: #111;
    padding:0;
}

.directes-card{
  background: #28DCAB3D;
    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: 18px;
    font-weight: 600;
    color: #111;

}

.directes-card p{
   
       text-align: start;
}
.scenario-body p{
     text-align: start;
}
.blue-strip-rm{
    background: #4332B2;
    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 #4332B2;
    padding: 20px 25px 20px 70px;
    margin-bottom: 20px;
        border-radius: 3px;
}

.level-badge {
    position: absolute;
    left: 18px;
    top: 32px;
    background: #4332B2;
    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: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.level-formula {
    display: inline-block;
    background: #4332B2;
    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;
}
.imgtext h4{
     font-weight: 600;
    font-size: 18px;
    color: #222;
    margin-bottom: 2px;
   margin-bottom: 0;
     text-align: center; 
    padding-bottom: 0;
}

.imgtext p{
    font-size:14px;
    color:#555;
 margin-bottom: 0;
     text-align: center; 
    padding-bottom: 0;
}

.methodology-card{
    position: relative;
    background: #eaf6ff;
    border-left: 5px solid #0b67d0;
     padding: 18px;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.methodology-card:hover{
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
}

.methodology-content h4{
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.methodology-content p{
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.market-stage-card{
  background: #4332B2;
    color:#fff;
    border-radius:4px;
    padding:15px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.market-stage-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.market-stage-card h2{
      font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: #fff;
    text-align: center;
}

.market-stage-card h4{
    font-size:18px;
    font-weight:500;
    margin-bottom:5px;
    color:#fff;
}

.market-stage-card p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#f3f3f3;
        text-align: center;
}

.market-stage-full{
    max-width:100%;
}

.driver-heading{
    font-size:32px;
    font-weight:700;
    color:#222;
}

.driver-item{
    display:flex;
    align-items:flex-start;
}

.driver-icon{
    width:18px;
    height:18px;
    min-width:18px;
    background:#0d4cc9;
    margin-right:22px;
    margin-top:6px;
}

.driver-content h4{
    font-size:28px;
    font-weight:600;
    color:#222;
    margin-bottom:14px;
}

.driver-content p{
    font-size:18px;
    line-height:1.7;
    color:#444;
    margin-bottom:0;
}


.analysis-card{
    background: #28DCAB;
    color: #fff;
    text-align: center;
    padding: 20px 17px;
    border-radius: 4px;
    font-size: 18px;
   
    cursor: pointer;
    transition: all .3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.analysis-card:hover{
    background:#0f36a7;
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(21,67,196,.25);
}

.validation-item{
    display:flex;
    align-items:flex-start;
}

.validation-icon{
      width: 9px;
    height: 10px;
    background: #1144c6;
    margin-right: 12px;
    margin-top: 6px;
}

.validation-content h4{
    font-size:18px;
    font-weight:600;
    color:#111;
    margin-bottom:0;
}

.validation-content p{
    font-size:14px;
    line-height:1.6;
    color:#333;
    margin-bottom:0;
}

.driver-factor-card{
    background:#f5f5f5;
    padding:20px;
    border-radius:4px;
    height:100%;
    transition:.3s ease;
}

.driver-factor-card:hover{
    background:#ffffff;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.driver-factor-card h4{
    font-size:18px;
    font-weight:700;
    color:#111;
    line-height:1.4;
    margin-bottom:0px;
}

.driver-factor-card ul{
    margin:0;
    padding-left:20px;
}

.driver-factor-card ul li{
    font-size:15px;
    color:#333;
    line-height:1.6;
    margin-bottom:0px;
        text-align: start;
}

.driver-factor-card ul li:last-child{
    margin-bottom:0;
}
.scenario-card{
    background:#f5f5f5;
    border-radius:4px;
    overflow:hidden;
    height:100%;
    transition:.3s ease;
}

.scenario-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}

.scenario-header{
     background: #4332B2;
    color: #fff;
    padding: 13px 15px;
    font-size: 18px;
    
    line-height: 1.4;
    
    display: flex;
    align-items: center;
}

.scenario-body{
    padding:22px;
}

.imgcentr.newimgcentr.my-4 {
    width: 65%;
   
    margin: auto;
}
.validation-summary-box{
    background:#eef4ff;
    border-radius:4px;
       padding: 20px 32px;
}


.validation-summary-list li:last-child{
    margin-bottom:0;
}

@media (max-width:768px){

.validation-summary-box{
    padding:20px;
}

.validation-summary-list li{
    font-size:18px;
    margin-bottom:20px;
}

}


/*new banner css popup*/

.new-banner-popup{ 
    position: relative; 
    background: url(../images/new-popup-banner.webp) center center/cover no-repeat; 
    padding: 10px 0;
    opacity: 1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.new-banner-popup.show{
    display:block;
    animation: slideDown .4s ease;
}

.banner-close{
    position:absolute;
    right:15px;
    top:10px;
    background:none;
    border:none;
    font-size:18px;
    color:#222;
    z-index:10;
}

.banner-title{
    font-size: 2.5rem;
    padding-bottom: 1rem;
    font-weight:600;
        margin-top: 74px;
    
     
    color: #000000;
}

.banner-title span{
    color:#5F31B3;
}
.banner-desc{
    margin:10px 0 14px;
    color:black;
    font-size:16px;
}
.explore-btn{
    display:inline-flex;
    align-items:center;
    background:black;
    color:#fff;
    text-decoration:none;
   padding: 10px 18px;
    font-size: 16px;
    border-radius: 5px;
}

.explore-btn:hover{
    background:black;
    color:#fff;
}

.stat-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:6px;
    border-bottom:1px dashed #c9c9c9;
}
.stat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.stat-icon{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.stat-item h3{
    margin:0;
    color:#5F31B3;
    font-size:22px;
    font-weight:600;
}
.stat-item p{
    margin:0;
    font-size:14px;
}
.stat-img {
    max-width: 83%;
}
.collapsed-banner-popup{
    left: 0;
    width: 100%;
    background: #eef5ff;
    background: url("../images/new-popup-banner.webp") center center/cover no-repeat;
    padding: 15px 0;
    display: none;
    overflow: hidden;
    cursor: pointer;
}

.collapsed-banner-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 130px;
}

.collapsed-banner-title{
    margin: 0;
    font-size: 2.2rem;
    font-weight: normal;
    color: #000;
    flex: 1;
    font-family: "GT Super Ds Trial Md";
    font-weight:600;
}
.collapsed-banner-title span{
    color: #9605b3;
}


@media(max-width:576px){

    .dashboard-banner{
        padding:40px 0;
    }
    .banner-title{
        font-size:22px;
    }

    .stat-item h3{
        font-size:24px;
    }
}
.fact-check-icon{
       display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28c76f;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    }
    
    .cite-research-btn {
    position: relative;
    cursor: pointer;
    /*color:white;*/
    /* text-decoration: underline;*/
   
    /*text-decoration-thickness: 1px;*/
    /*text-underline-offset: 4px;*/
}

.cite-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    width: 320px;
    padding: 11px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 9999;
}

.cite-tooltip strong {
    display: inline-block;
    margin-bottom: 5px;
    color: #222;
}

.cite-tooltip span {
    color: #555;
    word-break: break-all;
}

.cite-research-btn:hover .cite-tooltip {
    opacity: 1;
    visibility: visible;
}

.cite-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
/*end css popup */


/* Report Meta Section */

.report-meta-item {
   
    padding: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    border-top: 1px solid #d8c3ff;
    border-bottom: 1px solid #d8c3ff;
    border-right: 1px solid #c8a9ff;
}

.report-meta .col-lg:last-child .report-meta-item {
    border-right: none;
}

.report-meta-heading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 4px;

    font-size: 13px;
    color: #111;
}

.report-meta-heading strong {
    font-weight: 600;
        font-size: 14px;
}

.meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    color: #111;
}

.report-meta-value {
    font-size: 14px;
 
}


/* Cite Tooltip */

.cite-research-btn {
    position: relative;
    cursor: pointer;
}

.cite-tooltip {
    position: absolute;

    left: 50%;
    bottom: calc(100% + 10px);

    transform: translateX(-50%);

    width: 320px;

    padding: 12px 15px;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

    font-size: 11px;
    line-height: 1.5;
    text-align: left;

    opacity: 0;
    visibility: hidden;

    transition: 0.2s ease;

    z-index: 100;
}

.cite-research-btn:hover .cite-tooltip {
    opacity: 1;
    visibility: visible;
}


/* Tablet */

@media (max-width: 991px) {
    .report-meta-item {
        border-bottom: 1px solid #c8a9ff;
    }

    .report-meta .col-sm-6:nth-child(even) .report-meta-item {
        border-right: none;
    }
}


/* Mobile */

@media (max-width: 575px) {

    .report-meta-item {
        min-height: 70px;
        border-right: none !important;
        border-bottom: 1px solid #c8a9ff;
    }

    .report-meta .col-12:last-child .report-meta-item {
        border-bottom: none;
    }

    .report-meta-heading {
        font-size: 12px;
    }

    .report-meta-value {
        font-size: 11px;
    }
}

.font-18{
        font-size: 18px;
}
.fact-check-icon {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #28c76f;
    color: #fff;
    font-size: 9px;
}
.breadcrumb{
        font-size: 14px;
}

.info-card-main {
    background: #e9f7eb;
    border-radius: 9px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.info-card {

    padding: 14px 0px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background: transparent;
    border-right: 1px solid #65c879;
}

.info-card-main > div:last-child .info-card {
    border-right: none;
}


/* VALUE */

.info-value {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #08a52a;
    margin-bottom: 7px;
}


/* LABEL */

.info-label {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #111;
}


/* MOBILE */

@media (max-width: 767px) {

    .info-card-main {
        border-radius: 8px;
    }

    .info-card {
        min-height: 90px;
        padding: 15px 10px;

        border-right: none;
        border-bottom: 1px solid #65c879;
    }

    .info-card-main > div:nth-last-child(-n+2) .info-card {
        border-bottom: none;
    }

    .info-value {
        font-size: 19px;
        margin-bottom: 7px;
    }

    .info-label {
        font-size: 12px;
    }
}
.cm-btn {
    font-size: 16px;
    padding: 10px;
    background: #0b8545;
    color: white;
}
.author-name{
    font-size: 18px;
        margin-bottom: 3px;
}
#detail-sticky {
    display: none;
    width: 100%;
    z-index: 9999;
}

#detail-sticky.sticky {
    display: block !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

/* =========================================
   SAMPLE MODAL
========================================= */

.sample-modal {
    overflow: hidden;

    border: 0;
    border-radius: 16px;

    background: #ffffff;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}


/* =========================================
   HEADER
========================================= */

.sample-modal-header {
    position: relative;
    padding: 25px 32px 25px;
    overflow: hidden;
	background: url(../new-th-img/Report-Detail-model-BG.webp) center center/cover no-repeat;
}



/* =========================================
   HEADER CONTENT
========================================= */

.sample-header-content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;

    gap: 24px;
}




.sample-header-icon img {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 10px;
    object-fit: contain;
}


/* TITLE */

.sample-title-content h2 {
    margin: 0;

    color: #111;

    font-size: 18px;
    line-height: 1.25;

    font-weight: 600;
}

.sample-title-content p {
   margin: 7px 0 0;
    color: #000000de;
    font-size: 16px;
    line-height: 1.3;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.sample-close {
    position: absolute;

    right: 15px;
    top: 5px;

    z-index: 10;

    width: 38px;
    height: 38px;

    border: 0;

    background: transparent;

    color: #111;

    font-size: 30px;
  
    line-height: 1;

    cursor: pointer;
}





/* =========================================
   FORM
========================================= */

.sample-form-wrapper {
    padding: 20px 20px 20px;
}

.sample-field {
    margin-bottom: 10px;
}

.sample-field label {
display: block;
    margin-bottom: 3px;
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.sample-field label span {
    color: #753cff;
}


/* =========================================
   INPUT
========================================= */

.sample-input-box,
.sample-textarea-box {
    position: relative;

    width: 100%;
}
/* PHONE ONLY */
.phone-input-box {
    display: flex;
    align-items: center;
    gap: 0;
    
}

.phone-input-box .sample-input-icon {
    position: static;
    transform: none;

    flex: 0 0 40px;
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #dfe1e8;
    border-right: 0;
    border-radius: 6px 0 0 6px;

    background: #f0eaff;
    color: #803cff;
    font-size: 17px;

    z-index: 2;
    
}

.phone-input-box .select-input {
    flex: 0 0 114px;
    height: 40px;
    border: 1px solid #dfe1e8;
    border-radius: 0;
    border-right: 0;
    font-size: 13px;
}

.phone-input-box .sample-input {
    flex: 1;
    width: auto;
    height: 40px;
    padding: 10px 8px 8px 8px;
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
.sample-input-icon {
    position: absolute;

    left: 8px;
    top: 50%;

    transform: translateY(-50%);

    width: 30px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    background: #f0eaff;

    color: #803cff;

    font-size: 17px;

    z-index: 2;
}

.sample-input {
    width: 100%;

    min-height: 40px;

    padding: 10px 14px 10px 52px;

    border: 1px solid #dfe1e8;

    border-radius: 6px;

    background: #ffffff;

    color: #222;

    font-size: 13px;

    outline: none;

    transition: .2s ease;
}

.sample-input::placeholder {
    color: #6d7180;
}

.sample-input:focus {
    border-color: #8742ff;

    box-shadow:
        0 0 0 3px rgba(135,66,255,.08);
}


/* =========================================
   TEXTAREA
========================================= */

.sample-textarea-box .textarea-icon {
    top: 16px;

    transform: none;
}

.sample-textarea {
  height: 70px !important;
    resize: vertical;
    padding-top: 23px;
}


/* =========================================
   CAPTCHA
========================================= */

.captcha-row {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-top: 4px;
    margin-bottom: 20px;
}

.captcha-code {
    width: 120px;
    min-width: 120px;

    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eeeeef;

    border-radius: 5px;

    color: #111;

    font-size: 16px;
    font-weight: 500;
}

.captcha-input-wrapper {
    flex: 1;
}

.captcha-input-wrapper .sample-input {
    padding-left: 14px;
}


/* =========================================
   SUBMIT
========================================= */

.sample-submit-btn {
    width: 100%;

    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    border: 0;

    border-radius: 6px;

    background: linear-gradient(
        90deg,
        #823cff,
        #7a35ed
    );

    color: #ffffff;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;

    transition: .2s ease;
}

.sample-submit-btn:hover {
    background: linear-gradient(
        90deg,
        #7030e5,
        #672bcf
    );

    transform: translateY(-1px);
}




/* =========================================
   AUTHOR ROW
========================================= */

.author-section-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 25px;
}

.author-section-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}


/* =========================================
   AUTHOR CARD
========================================= */

.author-profile-card {
    position: relative;

  

    margin-top: 40px;

    padding: 20px 14px 16px;

  
    border-radius: 6px;

  box-shadow: 0px 4px 4px 0px #0000000F;
border: 1px solid #823CFF38;
background: #F9F6FF;

}


/* =========================================
   AUTHOR IMAGE
========================================= */

.author-profile-image {
    position: absolute;

    top: -30px;
    left: 18px;

    width: 86px;
    height: 86px;

    object-fit: cover;

    border-radius: 50%;

    border: 6px solid #ffffff;

    background: #eee8fa;

    box-shadow:
        0 0 0 1px #e8ddf8;
}


/* =========================================
   NAME + DESIGNATION
========================================= */

.author-profile-header {


    margin-left: 105px;

   

    padding-top: 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;
}


.author-profile-name {

    margin: 0 0 5px;

    color: #823cff;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.15;

    text-align: left;
}


.author-profile-designation {

    margin: 0;

    color: #111;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.2;

    text-align: left;
}


/* =========================================
   DESCRIPTION
========================================= */

.author-profile-description {

    margin: 13px 0 13px;

    color: #111;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.48;

    text-align: left;

    min-height: 38px;
}


/* =========================================
   LEARN MORE
========================================= */

.author-profile-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #823cff !important;

    font-size: 14px;

    font-weight: 400;

    line-height: 1;

    text-decoration: none;

    text-align: left;
}


.author-profile-link:hover {

    color: #6525ca !important;

}


/* =========================================
   ARROW
========================================= */

.author-profile-arrow {

    position: relative;

    display: inline-block;

    width: 35px;

    height: 1px;

    margin-left: 3px;

    background: #823cff;
}


.author-profile-arrow::after {

    content: "";

    position: absolute;

    right: 0;

    top: -3px;

    width: 7px;

    height: 7px;

    border-top: 1px solid #823cff;

    border-right: 1px solid #823cff;

    transform: rotate(45deg);
}


/* =========================================
   LINKEDIN
========================================= */

.author-profile-linkedin {

    display: inline-flex;

    align-items: center;

    margin-left: 5px;

    vertical-align: middle;
}


.author-profile-linkedin img {

    width: 14px !important;
    height: 14px !important;

    object-fit: contain;
}



/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .author-section-row {

        row-gap: 55px;

    }

    .author-profile-card {

        margin-top: 38px;

        padding: 18px 14px 15px;

    }

    .author-profile-image {

        width: 78px;
        height: 78px;

        top: -40px;
        left: 16px;

    }

    .author-profile-header {

        margin-left: 92px;

        min-height: 58px;

    }

    .author-profile-name {

        font-size: 16px;

    }

    .author-profile-description {

        font-size: 9px;

        min-height: auto;

    }

}