p {
  margin: 0px;
}

.page-container {
  padding-inline: 204px;
}

@media (max-width: 1500px) {
  .page-container {
    padding-inline: 60px;
  }
}

@media (max-width: 767px) {
  .page-container {
    padding-inline: 15px;
  }
}

.inner-page-content {
  background-color: #000;
  position: relative;
}

.section-padding {
  padding-block: 48px;
}

.inner-banner {
  width: 100%;
  position: relative;
}

.inner-banner {
  .bg-video-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    mix-blend-mode: exclusion;
    opacity: 56%;
    &:has(img){
    mix-blend-mode: unset;
    opacity: 1;
    }
    video,img {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 100%;
      max-width: 100%;
      object-fit: cover;
    }
  }

  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(115.18deg, #8a0d0c -39.2%, #ffffff 24.55%),
      linear-gradient(115.18deg, #8a0d0c -39.2%, #000000 24.55%);
  }

  .page-container {
    position: relative;
    z-index: 3;
  }

  .banner-content {
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
    height: 700px;
  }
  .left {
    align-self: flex-end;
    .heading {
      font-weight: 700;
      font-size: 56px;
      color: #000000;
    }
  }
  .right {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .annual-reports {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #a01111;
    color: #000;
    background: #ebebeb;
    max-width: 550px;
    .header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
      p {
        font-weight: 700;
        font-style: Bold;
        font-size: 22px;
        color: #000000;
      }
    }
    .desc {
      font-weight: 400;
      font-style: Regular;
      font-size: 14px;
      color: #000;
      margin-bottom: 32px;
    }
    .annual-reports-items {
      padding: 0px;
      margin: 0px;
      margin-bottom: 32px;
      overflow-y: auto;
      padding-inline-end: 24px;
      &::-webkit-scrollbar {
        width: 4px;
      }
      &::-webkit-scrollbar-track {
        background: #c4c4c4;
      }
      &::-webkit-scrollbar-thumb {
        background: #000000;
        border-radius: 4px;
      }

      .annual-reports-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        padding-block: 12px;
        border-bottom: 1px solid #0000003d;
        .year {
          font-weight: 600;
          font-style: SemiBold;
          font-size: 20px;
        }
        .date {
          font-weight: 400;
          font-style: Regular;
          font-size: 14px;
        }
        .dowmolad {
          display: flex;
          align-items: center;
          gap: 20px;
          & > div:first-child {
            p:first-child {
              font-weight: 400;
              font-style: Regular;
              font-size: 14px;
              margin-bottom: 8px;
            }
            .download-container {
              display: flex;
              gap: 16px;
              font-weight: 700;
              font-style: Bold;
              font-size: 16px;
              color: #000;
            }
          }
        }
        .circle {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          &.red-circle {
            background-color: #e71d25;
          }
          &.green-circle {
            background-color: green;
          }
        }
      }
    }
  }
  .search-input {
    padding: 12px 16px;
    background-color: #00000014;
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    input {
      background: transparent;
      outline: none;
      border: none;
      font-weight: 400;
      font-size: 16px;
      width: 100%;
    }
  }
}

.section-heading {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
.section-desc {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}

.financial-statement {
  .section-heading {
    text-align: center;
  }
  .section-desc {
    text-align: center;
  }
}

.years-tabs-container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 48px;
  border-bottom: 1px solid #333333;
  .years-prev,
  .years-next {
    cursor: pointer;
    flex-shrink: 0;
  }
  .years-tabs {
    flex: 1;
    overflow: hidden; /* hide overflow outside swiper */
  }
  .years-tab {
    padding-block: 18px;
    font-weight: 400;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    cursor: pointer;
    color: #959595;
    position: relative;
    text-align: center;
    &::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      height: 2px;
      width: 100%;
      background-color: #fff;
      display: none;
    }
    &.custom-active {
      color: #fff;
      &::after {
        display: block;
      }
    }
  }
}

.reports-content {
  display: flex;
  gap: 48px;
  .left-side {
    flex: 0 0 272px;
    .heading {
      font-family: Sora;
      font-weight: 600;
      font-size: 20px;
      color: #fff;
      margin-bottom: 32px;
    }
    .anuual-report {
      width: 100%;
      height: 281px;
      border: 1px solid #333333;
      border-radius: 8px;
      overflow: hidden;
      padding-inline: 8px;
      background-color: transparent;
      img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin-inline: auto;
      }
      &:first-of-type {
        margin-bottom: 8px;
        background-color: #141414;
      }
    }
  }
  .right-side {
    flex-grow: 1;
    width: 100%;
  }
}

.financial-report-item {
  width: 100%;
  padding: 24px;
  padding-bottom: 16px;
  background-color: #141414;
  border-radius: 8px;
  border: 1px solid #333333;
  &:not(:last-child) {
    margin-bottom: 8px;
  }
  .report-content {
    display: flex;
    gap: 20px;
    align-items: center;
    .left {
      flex-grow: 3;
      p:first-child {
        font-size: 14px;
        color: #959595;
        margin-bottom: 24px;
      }
      p:last-child {
        font-weight: 600;
        font-size: 18px;
        color: #fff;
      }
    }
    .right,
    .mid {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      & > p:first-child {
        font-weight: 400;
        font-size: 14px;
        color: #fff;
        margin-bottom: 11px;
      }
    }
    .download-items {
      border-collapse: separate;
      border-spacing: 0 7px;
      tr td:not(:last-child) {
        padding-inline-end: 14px;
      }
      .name {
        font-size: 14px;
        color: #fff;
      }
      .size {
        font-size: 14px;
        color: #959595;
      }
    }
  }
}

.material-disclosure {
  position: relative;
  overflow: hidden;
  & > div {
    position: relative;
    z-index: 1;
  }
}

.video-decoration {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0;
  transform: translateX(41%);
  z-index: 0;
  height: 260px;
}

.material-disclosure-header {
  display: flex;
  gap: 40px;
  .search-input {
    padding: 12px 16px;
    background-color: rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    input {
      background: transparent;
      outline: none;
      border: none;
      font-weight: 400;
      font-size: 16px;
      width: 100%;
    }
  }
}

.material-disclosure-header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  & > div {
    max-width: 560px;
    width: 100%;
  }
  form {
    width: 100%;
    max-width: 560px;
    .search-input {
      background-color: #141414;
      input {
        color: #fff;
      }
    }
  }
}

.disclosure-table {
  width: 100%;
  th {
    padding: 34px 32px;
    background-color: #141414;
    font-weight: 600;
    font-size: 18px;
    color: #959595;
    text-align: start; /* match td default so header/body columns line up */
    &:first-child {
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
    }
    &:last-child {
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
      text-align: end; /* Align "Attachments" with download icons */
    }
  }
  td {
    padding: 34px 32px;
    border-bottom: 1px dashed #ffffff52;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    &:last-child {
      text-align: end;
    }
  }
}

.dividend-table {
  width: 100%;
  color: #fff;
  text-align: center;
  border-collapse: separate;
  border-spacing: 10px;
  margin-left: -10px;
  margin-right: -10px;
  th,
  td {
    font-weight: 600;
    font-size: 16px;
    border-radius: 16px;
  }
  th {
    background-color: #292929;
    padding-block: 8px;
  }
  td {
    background-color: #141414;
    padding-block: 14px;
  }
  th[colspan="2"] {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  thead tr:nth-child(2) {
    th {
      width: 10%;
    }
    th:first-child {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    }
    th:last-child {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
  }
}

.shareholders {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #fff;
  .section-heading{
    color: #9b000e;
  }
}

.shareholders-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
}

.shareholders-column {
  .animate-number-container {
    font-weight: 700;
    font-size: 64px;
    color: #000;
    margin-bottom: 60px;
  }
  .desc {
    font-weight: 600;
    font-size: 16px;
    color: #000;
  }
  .direct {
    font-weight: 400;
    font-size: 16px;
    color: #9b000e;
  }
}

.share-date {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 26px;
  text-align: center;
  background-color: #2a2a2a;
  margin-bottom: 8px;
  border-radius: 16px;
}

.share-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  row-gap: 16px;
  column-gap: 8px;
  margin-bottom: 40px;
}

.share-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
  .top,
  .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    min-height: 80px;
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
    background-color: #141414;
  }
}

.red-color {
  color: #e71d25;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 26px;
  margin-bottom: 48px;
}

.custom-radio {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #636363; /* Border color */
    background-color: #141414; /* Background color */
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    position: relative;
  }
  input[type="radio"]:checked {
    background-color: #e71d25; /* Fill when checked */
  }
  span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
}

.chart-container{
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  background-color: #141414;
  padding: 32px;
  border-radius: 16px;
}

/* .years-container .tabs-content-container .tabs-content{
  display: none;
} */
.sales-lists ul li:not(:first-of-type) span:first-of-type{
  font-size: 20px;
  font-weight: 600;
  width: 150px;
  display: inline-block;
}
.sales-lists ul li span:first-of-type{
   font-size: 20px;
  font-weight: 600; 
}
.sales-lists ul li{
  padding-bottom: 16px;
}
.sales-lists ul li span:last-of-type{
  font-weight: 400;
  font-size: 20px;
}
.contact-us .accordion-item .accordion-button{
  font-size: 24px;
  font-weight: 600;
}
@media (max-width:1200px) {
  .sales-lists {
    flex-wrap: wrap;
  }
.contact-us .accordion-item .accordion-button{
  font-size: 18px;
}
}
  .sales-lists ul{
    padding-left: 0;
  }
     .contact-us .accordion-button{
    padding: 50px;
  }
     .contact-us .accordion-item .accordion-body{
       padding:0 50px 50px 50px;
 
  }
  .contact-info,
  .contact-inquiry{
    background-color: rgba(255, 255, 255, 0.08);
    padding: 50px;
    border-radius: 8px;

  }
  .contact-info h4,
  .contact-inquiry h4{
    color: #959595;
    text-align: center;
    font-size: 26px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .contact-info .info-item{
    display: flex;
    gap: 24px;
    color: #fff;
    font-size: 18px;
    align-items: baseline;
    padding-bottom: 30px;
  }
  .radio-group{
    align-items:center
  }