
.investor-relation-section {
    background-color: #3db3e7;
    position: relative;
  }
  .investor-relation-section:before {
    content: "";
    background: url('images/brt-bluebg-2.png') no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
  }
  .investor-relation-section .container {
    border-left: 1px solid #b6b7b9;
    border-right: 1px solid #b6b7b9;
    padding-top: 150px;
    padding-bottom: 115px;
  }
  .investor-relation-section .container .irs-text-area .irs-heading {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 25px;
  }
  .investor-relation-section .container .irs-text-area .irs-text {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
  }
  .investor-relation-section .investor-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
  }
  .square-shape {
    width: 340px;
    height: 340px;
    background: #005e8d;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .square-shape .sqaure-shape-text {
    text-align: center;
  }
  .square-shape .sqaure-shape-text .square-text {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    color: #3db3e7;
    line-height: 1;
    margin-bottom: 10px;
  }
  .square-shape .sqaure-shape-text .square-number {
    font-size: 90px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
  }
  .square-shape .sqaure-shape-text .square-number small {
    font-size: 16px;
    position: absolute;
    right: -27px;
    bottom: 8px;
  }
  .square-shape .sqaure-shape-text .div-yield {
    font-size: 31px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
  }
  .square-shape .sqaure-shape-text .div-percentage {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
  }
  .square-shape .sqaure-shape-text .sqaure-currency {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1;
  }
  /* Banner Image Styles */
.img-banner {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    height: 400px !important; /* Add fixed height */
}

.img-banner .banner-image {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    max-width: none !important; /* Override any max-width restrictions */
}

.opacity-area {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

.banner-text {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 20px !important;
    z-index: 1 !important; /* Ensure text appears above the opacity overlay */
}

.banner-text div {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 768px) {
    .banner-text div {
        font-size: 1.8rem !important;
    }
    .img-banner {
        height: 300px !important; /* Smaller height for mobile */
    }
}

/* financials */

.financial-summary {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.table-container {
  background: white;
  padding: 20px;
  overflow-x: auto;
}

.nav-arrow {
  color: white;
  text-decoration: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s;
}

.nav-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.nav-arrow i {
  font-size: 24px;
  line-height: 1;
  color: white;
}

.evergreen-financial-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.evergreen-financial-table th,
.evergreen-financial-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
  min-width: 60px;
}

.year-header th,
.year-header td {
  background-color: #005587;
  color: white;
  font-weight: 500;
  font-size: 24px;
  padding: 15px;
  border: none;
}

.year-cell {
  text-align: center !important;
}

.first-col {
  background-color: #005587 !important;
  border-right: 1px solid white !important;
}

.evergreen-financial-table td:first-child {
  text-align: left;
  font-weight: 500;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  min-width: 200px;
  padding-left: 20px;
}

.evergreen-financial-table a {
  color: #005587;
  text-decoration: none;
}

.evergreen-financial-table a:hover {
  text-decoration: underline;
}

.annual-report-cell {
  text-align: center;
}

.annual-report-cell a {
  margin: 0 5px;
}

.table-content {
  transition: opacity 0.3s;
}

/* Update navigation styles */
.financials-nav {
  background-color: #005587;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 60px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.nav-item {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 18px 25px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  letter-spacing: 0.5px;
}

.nav-item:hover {
  color: white;
  text-decoration: none;
}

.nav-item.active {
  color: white;
  border-bottom: 3px solid white;
}


#stock css


.hero-section {
  position: relative;
  margin-bottom: 60px;
}

.overview-banner {
  position: relative;
  height: auto;
  min-height: 200px;
  overflow: hidden;
}

.stock-widget-overlay {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
  padding: 0 20px;
}

.stock-widget {
  background-color: #005587;
  padding: 25px;
  color: white;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.stock-header {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
  font-weight: 500;
}

.tradingview-widget-container {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .stock-widget-overlay {
      padding: 0 15px;
  }
}



.hero-section {
  position: relative;
  margin-bottom: 60px;
}

.overview-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stock-widget-overlay {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  z-index: 10;
  width: 300px;
}


.stock-header {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
  font-weight: 500;
}

.investor-description {
  padding: 40px 0;
}

.latest-news-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #005587;
  font-size: 32px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.news-item {
  background: white;
  padding: 20px;
  border: 1px solid #e9ecef;
}

.news-date {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}

.news-title a {
  color: #005587;
  text-decoration: none;
  font-size: 16px;
}

.view-all-news {
  text-align: center; 
}

.tradingview-widget-container {
  margin-bottom: 15px;
}

.tradingview-widget-container__widget {
  background: transparent !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.btn-secondary {
  background: white;
  color: #005587;
  border: 1px solid #005587;
}

@media (max-width: 991px) {
  .news-grid {
      grid-template-columns: 1fr;
  }

  .stock-widget-overlay {
      position: relative;
      top: auto;
      right: auto;
      transform: none;
      width: 100%;
      max-width: 300px;
      margin: -50px auto 30px;
  }
}