/*----------------------------------- FIRST SECTION -----------------------------------*/
.inner-banner-section {
  background-color: #c7eef7;
  background-image: linear-gradient(to bottom, #06060600, rgba(223, 196, 107, 0)), url('./../../img/investor-relations-bg.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  flex-wrap: wrap;
}


.search-container,
.big-header h3 {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .inner-banner-section {
    background-image: linear-gradient(to top, #06060600, rgba(159, 223, 249, 0)), url('./../../img/investor-relations-bg-mbl.jpg');
    background-attachment: unset !important;
    align-items: flex-end;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-section--1 {
    background-image: linear-gradient(to top, #06060600, rgba(159, 223, 249, 0)), url('./../../img/investor-relations-bg-i.jpg');
    background-attachment: unset !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 1024px) and (orientation: landscape) {
.c-section--1 {
  padding-bottom: calc(var(--section-padding) / 3) !important;
}
}

/*----------------------------------- END FIRST SECTION -----------------------------------*/



/*----------------------------------- FINANCIAL SECTION -----------------------------------*/
/* .c-section--2 {
    background-color: #c7eef7;
  } */

.c-section--2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #06060600, rgba(228, 193, 79, 0.24)) !important;
  pointer-events: none;
  /* max-height: 10%; */
}

.c-section--2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #06060600, #fff);
  pointer-events: none;
  max-height: 30%;
  z-index: -1;
}


/* -------- Custom table financial ------------ */

.financial-table-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.financial-table {
  width: 100%;
}

.financial-table .tableRow-header th {
  padding: 2rem 1rem;
  margin-bottom: unset;
}

.financial-table .tableRow td {
  padding: 1rem;
}

.firstRow {
  text-align: left;
  width: 70%;
}

.secRow {
  text-align: center;
  width: 30%;
}

.financial-table .tableRow,
.financial-table .tableRow-header {
  position: relative;
  width: 100%;
  display: flex;
}

/* header */
.tableRow-header .firstRow h4 {
  font-size: 1.4rem;
  margin-bottom: unset;
}

.tableRow-header .secRow h4 {
  font-size: 2rem;
}

.tableRow-header .secRow.active {
  background-color: var(--light-brown-color);
  /* width: 30%; */
}

.tableRow-header .secRow.active h4 {
  font-size: 2.2rem;
  font-family: 'Stone Sans, Bold';
  color: var(--white-color);
  margin-bottom: unset;
}

/* inner content */
.financial-table .tableRow .secRow {
  background-color: var(--main-grey-color);
  /* width: 28%; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.financial-table .tableRow .secRow h4 {
  font-size: 2rem;
}

.financial-table .tableRow .firstRow p,
.financial-table .tableRow .secRow h4 {
  margin-bottom: .5rem;
}

/* for border on the top table */
.financial-table .tableRow-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .4;
  z-index: -1;
}

.financial-table .tableRow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--dark-grey-color);
  /* background-color: var(--dark-grey-color); */
  height: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.financial-table .tableRow:last-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--dark-grey-color);
  /* background-color: var(--dark-grey-color); */
  height: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.financial-table .tableRow .firstRow p, .financial-table .tableRow .secRow h4, .tableRow-header .firstRow h4, .tableRow .custom-point li {
  color: var(--dark-grey-color) !important;
  font-weight: 600 !important;
}

.load-more-btn {
  margin: 0 auto;
  text-align: center;
  width: max-content;
  position: relative;
  color: var(--dark-grey-color);
  font-family: 'Stone Sans, SemiBold';
  font-size: 1rem;
  font-weight: bold;
  display: none;
}

.load-more-btn h5 {
  color: var(--light-red-color);
  font-family: 'Stone Sans, SemiBold';
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-underline-offset: 5px;
  letter-spacing: 0;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-color: var(--light-red-color);
  -webkit-text-decoration-color: var(--light-red-color);
  text-transform: inherit;
}


@media (max-width: 767px) {

  .financial-table .tableRow-header th {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .table-block,
.hidden-block {
  display: none;
}
  .c-section--2 {
    padding-top: calc(var(--section-padding) / 2) !important;
  }


}

/*----------------------------------- END FINANCIAL SECTION -----------------------------------*/


/*----------------------------------- BURSA SECTION -----------------------------------*/

.c-section--3 {
  background-color: var(--white-color);
  background-image: url('./../../img/Bursa-Announcement-Background.jpg');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.c-section--3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #06060600, #ffff);
  pointer-events: none;
  max-height: 450px;
}

.c-section--3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #06060600, #DEECDD);
  pointer-events: none;
  max-height: 450px;
}

@media (max-width: 767px) {
  .c-section--3 .container.full-width {
    max-width: unset !important;
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }
}

/*----------------------------------- END BURSA SECTION -----------------------------------*/


/*----------------------------------- CORPORATE REPORT SECTION -----------------------------------*/

.c-section--4 {
  background: linear-gradient(to top, #fff0, #DEECDD), url('./../../img/Corporate-Reports-Background.jpg');
  /* background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; */

  background-position: 0 0,100% 100%;
  background-size: auto,cover;
  background-repeat: repeat,no-repeat;
  background-attachment: fixed;
}

.c-section--4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #06060600, #DEECDD);
  pointer-events: none;
  /* max-height: 450px; */
}

.c-section--4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #06060600, #FFFFFFB5);
  pointer-events: none;
  max-height: 650px;
}

/* corporate accordion tab */
.accordion-wrapper {
  color: var(--dark-blue-color);
}

/* .accordion-container {
  min-height: 610px;
} */

/*accordion*/
.accordion-container {
  box-shadow: 0px 3px 6px #00000029;
}
.accordion-main {
  position: relative;
  text-align: center;
  background-color: var(--white-color);
}

.accordion-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

.accordion-head {
  background-color: transparent;
  cursor: pointer;
  padding: 40px 55px;
  border: 1px solid 29705a;
  transition: .3s ease-in-out all;
}

.accordion-head h4 {
  color: var(--dark-blue-color);
  font-style: normal;
  font-stretch: normal;
  font-size: 1.5rem;
  line-height: 2.2rem;
  letter-spacing: 0.063rem;
  font-family: 'Stone Sans, SemiBold';
  font-weight: inherit;
  text-align: left;
  max-width: 800px;
}

.accordion-head:hover {
  background-color: var(--main-grey-color);
}

/* center element */
.accordion-head {
  position: relative;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
}

/* create a border after toggle */
.accordion-head.accordion-toggle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--dark-grey-color);
  height: 2px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
}

/* .accordion-head.accordion-toggle {
  background-color: #f2f2f2;
} */

.accordion-body {
  font-size: 1rem;
  text-align: left;
  /* padding: 20px 0; */
  background-color: var(--white-color);
  /* height: 365px;
  overflow-y: scroll; */
}

.accordion-body p {
  margin: 0px;
  color: var(--dark-blue-color);
}

/* accordion inner content */
.accordion-content-1 p {
  font-family: "Noto Sans, Bold";
}

.accordion-content-row {
  /* padding: 10px 0; */
  /* border-top: 1px solid rgba(138, 141, 143, 0.239); */
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out all;
}

.accordion-content-row a {
  padding: 20px 55px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Noto Sans, Regular";
  font-size: 1.1rem;
  transition: 0.3s ease-in-out all;
  /* margin-bottom: 10px; */
}

.accordion-content-row a:hover {
  background: #f8f8f8;
  font-family: "Noto Sans, Black" !important;
  color: #022C7B !important;
  transition: 0.3s ease-in-out all;
}


/* accordion open close icon */
.opentab {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  /* font-size: 36px; */
  /* margin-top: -9px; */
}

.closetab {
  position: relative;
  width: 40px;
  height: 40px;
}

.closetab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('./../../img/custom-accord-minus.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out all;
}

.opentab::after {
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('./../../img/custom-accord-plus.svg');
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out all;
}

.accordion-head.rmv-cls.accordion-toggle .opentab::after {
  display: none;
}

.accordion-head:hover .opentab::after {
  background-image: url('./../../img/custom-accord-plus-blue.svg');
}

/*media queries*/

@media screen and (min-width: 1500px) {
  .accordion-head h4 {
    max-width: 1200px;
  }
}

@media (min-width:992px) and (max-width:1100px) {
  .accordion-body {
    padding: 35px 40px 5px;
  }

  .accordion-body img {
    max-width: 205px;
    margin-bottom: 20px;
  }
}


@media (max-width: 767px) {

  .c-section--4::after {
    background: linear-gradient(to bottom, #06060600, #FFF);
  }

  .accordion-wrapper {
    box-shadow: 0px 3px 10px #00000029;
  }

  .accordion-head {
    padding: 20px 0;
  }

  .accordion-head h4 {
    font-size: 1rem;
    line-height: 1.563rem;
    width: 395px;
    margin-bottom: 0 !important;
    padding: 0 20px !important;
  }

  .accordion-content-row a {
    padding: 15px 20px;
    font-size: .9rem;
  }

  .accordion-main::before {
    height: 1px;
  }

  .opentab {
    margin-right: 13px;
  }

  .opentab::after {
    width: 20px;
    height: 20px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .closetab::after {
    width: 20px;
    height: 20px;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .load-more-btn {
    display: block !important;
  }

  .results-block {
    display: none;
  }

  .tableRow-header .firstRow h4 {
    font-size: 1.2rem;
  }

  .tableRow-header .secRow.active h4 {
    font-size: 1.7rem;
  }

  .financial-table .tableRow .secRow h4 {
    font-size: 1.5rem;
  }

}

@media (min-width: 576px) and (max-width: 767px) {

  .accordion-main::before {
    height: 1px;
  }

  .accordion-body {
    padding: 30px 25px 5px;
  }

}

/*----------------------------------- END CORPORATE REPORTS SECTION -----------------------------------*/
