@charset "utf-8";
/* CSS Document */

.flex-column {
    flex-direction: column;
}
.flex-align-center {
    align-items: center !important;
}



.button.cta.pop, .button.cta.expand, .button.cta.more, .button.cta.back {
    background-color: transparent;
    padding: 0;
    display: flex;
   /* justify-content: start;*/
    gap: var(--gap9);
    font-weight: bold;
    font-family: var(--font-family-heading);
    color: var(--color-brand-blue);
    font-size: 1rem;
    line-height: 1.5;
    border: 0;
    padding: 0;
     
}

.button.cta.pop::before {
    content: "";
    display: inline-block;
    width: var(--gap24);
    height: var(--gap24);
    flex: 0 0 var(--gap24);
    flex-shrink: 0;
    background: transparent url(../images/icon-new-tab.svg) center center / contain no-repeat;
}

.fi-btn a{
	text-align:center;
	margin-top:18px;
	margin-bottom:18px;
	justify-content:center;
	
}

.divider.fh-divider {
    height: 0;
    background: none;
    border-top: 1px solid var(--color-brand-gray);
}

.divider {
    height: 1px;
    background-color: var(--color-brand-light-gray);
    width: 100%;
}

/*========================================================================
Analyst coverage
========================================================================*/

.ir-analyst-coverage td{
	font-family:var(--font-family-heading);
	font-size:1rem;
	font-weight:bold;
	   color: var(--color-text);
    border-bottom: 1px solid var(--color-brand-light-gray);
    overflow-wrap: anywhere;
}

.ir-analyst-coverage th:first-child {
    width: 5%;
}

.ir-analyst-coverage td:first-child {
    color: var(--color-text);
    font-weight: bold;
    white-space: nowrap;
}



/*========================================================================
foriegnshareholdings
========================================================================*/

.data-table--fsh{
	box-shadow:none;
}

.data-table--fsh th {
    font-family: var(--font-family-heading);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-white);
    border-bottom: 1px solid rgb(255 255 255 / 0.25);
}


.data-table--fsh th, .data-table--fsh td {
    text-align: center;
    padding: 1.5rem 1.2rem;
	font-size:1rem;
	font-weight:bold;
	
}

.data-table--fsh th:first-child, .data-table--fsh td:first-child{
	text-align:left;
}

.data-table--fsh td:first-child{
	  color: var(--color-text);
}


.data-table--fsh{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border:none;
	border-bottom:1px solid #dddddd;
	
}




/*========================================================================
Shareholding structure
========================================================================*/

.ss-inner{
	background:#f5f5f2;
	padding:64px 50px;
	border-radius:18px;
}

.ss-data{
	display:flex;
	flex-direction:column;
	text-align:left;
	 
}
.ss-sub-title{
	 font-family: "Museo Sans";
	font-size:18px;
	line-height:18px;
	font-weight:700;
	color:#333;
	
}
.ss-title{
	 font-family: "Museo Sans";
	font-size:24px;
	line-height:24px;
	font-weight:700;
	color:#7aa845;
}

.ss-data{
	border-top:2px solid #b7b7b6;
	padding:30px 0;
	
}
.ss-inner .ss-data:first-child{
	border-top:none;
}

.shs-sec [class="col"]{
}

/*========================================================================
investor relation team - ir contact
========================================================================*/


.irc-inner{
	background:#f5f5f2;
	padding:64px 50px;
	border-radius:18px;
}

.ir-cont-info-top{
	padding-bottom:28px;
	margin-bottom:28px;
	border-bottom:2px solid #b7b7b6;
}

.irc-name{
	font-family: "Museo Sans";
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
	font-weight:700;
	
}
 
 .irc-name-sub{
	 font-family: "Museo Sans";
	font-size:22px;
	line-height:22px;
	margin-bottom:15px;
	font-weight:700;
	color:#666;
 }
 
 .irc-em-tel p{
	  font-family: "Museo Sans";
	font-size:20px;
	line-height:24px;
	margin-bottom:5px;
 
	font-weight:600;
	color:#666;
 }
 
 .irc-sec [class*="col-"]{
	 margin-bottom:15px;
}
 
 
 /*=========================================================================================================
 financials tabs just fonts size and content corner here
 ============================================================================================================*/
 
 .z-tabs.horizontal.top > ul > li > a{
	 font-size:24px;
	 line-height:24px;
 }
 
.z-tabs > .z-container > .z-content{
	border-top-right-radius:10px;
}


.z-tabs > .z-container{
	border-top-right-radius:20px !important;
}

.fi-wrap{
	margin-bottom:20px;
}






@media (max-width: 1024px) {
    .ir-analyst-coverage {
        min-width: 980px;
    }
	
.data-table--fsh{
	 min-width: 980px;
}



	
}

@media (max-width: 900px) {
  .data-table--fsh {
    min-width: 760px;
  }
.ir-analyst-coverage{
	min-width: 760px;
}
 .block:has(.data-table) {
        overflow-x: auto;
    }
}



@media (max-width: 576px) {
.shs-sec [class*="col-"]{
	margin-bottom:30px;
}
.fi-wrap .z-tabs{
	padding-right:10px;
}

.z-tabs.mobile > ul.z-tabs-desktop{
	width:97%;
}
.z-tabs.mobile > ul.z-tabs-nav{
	background:#fff;
}

  .block:has(.data-table--fsh) {
        overflow-x: auto;
    }
	
.data-table--fsh{
	min-width:700px;
}


	
}