section{
    padding:30px 0px;
}
section.titlesection {
    background-color: #012B6A;
}
.pageheading h1 {
    font-size: 40px;
    color: #191919;
    font-family: 'Montserrat';
    font-weight: 700;
}
.pageheading p {
    font-size: 20px !important;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
}
h2.sectionheading {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    margin-bottom: 15px;
}
h2.sectionheading span{
    font-weight: 700;
    color: #34527F;
}
p.note {
    font-size: 12px !important;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #191919;
    margin-top:15px;
    background-color: transparent !important;
    padding: 0px !important;
}
.shadow-custom{
    box-shadow: 0px 0px 10px 0px #89898924;
}
.reportpage p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.reportpage h3{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
 }


/* Recommendation-box CSS Starts */  
.recommendation-stats {
    display: flex;
    flex-wrap: wrap;     
    gap: 10px;         
    padding: 0;
    margin: 0;
    list-style: none;
}
.recommendation-stats li {
    flex: 1 1 5%;       
    min-width: 125px;   
    background-color: #D6E8F9;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.recommendation-stats li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}
.recommendation-stats li p, .recommendation-stats li label{
   font-size: 14px;
}
.highlights-table .table tr, .highlights-table .table td {
   background-color: #D6E8F9;
}
/* Recommendation-box CSS Starts */  

/* Company Overview CSS Starts */
.company_overview p{
    text-align: left;
    font-family: 'Montserrat';
    color: #333333;
}
.company_overview img {
    max-width: 100%;
    max-height: 350px;
    width: 100%;
    border-radius: 10px;
}
/* Company Overview CSS Ends */

/* Financial Section CSS Starts */
section.financialsection {
    background-color: #ECF5FF;
}
/* Financial Section CSS Ends */

/* Tables CSS Starts */
.table{
    margin-bottom: 0px;
}
.table tr th {
    background-color: #012a56;
    color: #fff;
    font-weight:700;
    font-size: 14px;
    white-space: nowrap;
}
.table tr td {
    color: #191919;
    font-weight:400;
    font-size: 14px;
    font-family: 'Roboto';
    background-color: #fff;
    border:1px solid #e1e5ff;
    vertical-align: middle;
}
.table tr td a{
    color:#f58533;
}
.table tr:nth-child(even) td{
    background-color: #e8f4ff;
}
 .table tr td b{
    font-weight: 500;
    color:#000;
 }
 .technicaltable tr th{
    background-color: #e8f4ff !important;
    color: #000;
    border-bottom: 0px;
 }
/* Tables CSS Ends */

.stockperformance{
    background-color: #f5f5f5;
}


.key-wrapper {
    display: flex;
    gap: 0;
    border: 1px solid #ccc; 
    border-radius: 6px;
    overflow: hidden; 
}
.key-column {
    flex: 1;
    border-right: 1px solid #ccc;
}
.key-column:last-child {
    border-right: none;
}
.key-box {
    border: none; 
}
.key-box h3 {
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    background: #f8f8f8;
}
.key-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #ccc;
    column-gap:10px;
}
.key-row:last-child {
    border-bottom: none;
}
.key-row span:last-child {
    font-weight: bold;
}

/* Peer Comparison CSS Starts */
div#peercomparisonsection .sectionheadings {
    padding-left: 0px;
}
p.peerindustry span {
    margin-right: 15px;
}
span.industryvalues {
    color: #f58533;
    font-weight: 600;
}
.peercompare_table thead tr {
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(22, 33, 164, 0.30);
    margin-bottom: 10px;
}
.peercompare_table tr th:first-child {
    position: sticky;
    left: 0px;
    text-align: left;
}
.peercompare_table tbody tr:nth-child(odd) td:first-child {
    background-color: #fff;
}
.peercompare_table tr td:first-child {
    position: sticky;
    left: 0px;
    display: block;
	background-color: #fff;
    text-align: left;
}
.peercompare_table tbody tr:nth-child(even) td {
    background-color: #e8f4ff !important;
}
.peercompare_table tr td, .peercompare_table tr th {
    font-size: 15px;
    font-weight: 400;
}
.peercompare_table tr th{
    padding:.7rem .5rem;
}
.ispositive {
    color: #0fa202;
	text-align: center;
}
/* Peer Comparison CSS Ends */

/* Disclaimer CSS Starts */
section.disclaimersection {
    padding-top: 0px;
}
section.disclaimersection p{
    text-align: left;
    font-family: 'Montserrat';
}
section.disclaimersection h3{
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #000;
    line-height: 30px;
}
/* Disclaimer CSS Starts */

.technicaltitle{
    background-color: #012a56;
}

p.reportdisclaimer {
    font-size: 13px !important;
    font-family: Montserrat;
    font-weight: 400 !important;
    line-height: 20px !important;
}
.Subscribe{
    position: sticky;
    top: 8vh;
    z-index: 100;
    transition: top 0.3s ease;
   text-align: center;
}
.custom-button{
    background: #d9d9d9;
    border: none;
    color: black;
    font-weight: 500;
    height: 20vh;
    font-size: 50px;
    padding: 20px 20px;
    font-size: 24px;
    height: auto;
}
.box-layout {
    flex: 1;      
    display: flex;
    flex-direction: column;
}

.key_investment_risks p{
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px)and (max-device-width: 1399px) {
.recommendation-stats li label{
    font-size: 13px;
 }
}
@media only screen and (min-width: 768px)and (max-device-width: 991px) {
    .reportpage p{
        font-size: 14px;
    }
}

@media only screen and (min-width: 320px)and (max-device-width: 767px) {
    .key-wrapper {
        display: block;
    }
    .key-column{
        margin-bottom:10px;
    }
.peercompare_table tr td:first-child {
    max-width: 150px;
    white-space: break-spaces;
    min-width: 150px;
}
    .pageheading h1 {
        font-size: 28px;
    }
    .pageheading p {
        font-size: 20px;
    }
    h2.sectionheading {
        font-size: 26px;
    }
    .company_overview {
        padding-left: 0px;
        margin-top:20px;
    }
    .reportpage p{
        font-size: 14px;
    }
}