.investor-relations {
    position: relative;
    height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 113px;
  }
  
  
  .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.6);
    z-index: 1;
  }
  
  .content {
    position: relative;
    z-index: 2;
    color: white;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .inves-title {
    font-size: 48px;
    font-family: emoji;
    margin-bottom: 40px;
  }
  
  .info-box {
    background: #E6E6E6;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    color: #000;
  }
  
  .info-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    background: #E7E7E7;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #D6D6D7;
    transition: background 0.3s ease;
  }
  
  .info-item:hover {
    background: #efefef;
  }
  
  
  
  .info-item span {
    flex: 1;
    margin-left: 10px;
    font-size: 18px;
  }
  
  
  .arrow {
      font-size: 20px;
  }




  
  
  @media only screen and (min-width: 992px){
    .content {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  
    .info-box {
      margin-left: 0;
      max-width: 400px;
    } 
  }
  
  
  
  @media (max-width: 768px) {
    .content {
      align-items: center;
    }
  
    .content h1 {
      font-size: 2rem;
      margin-bottom: 20px;
      text-align: center;
    }
  
    .info-box {
      width: 100%;
      max-width: 350px;
    }
  }


    /* Our Businesses  */



  .business-section {
    padding: 50px 20px;
  }

  .section-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-family: emoji;
  }

  .section-title::after {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background-color: #006001;
    margin-top: 10px;
  }

  
  .business-card {
    border: 1px solid #E5E7EB;
    padding: 20px;
    height: 100%;
  }

  .business-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  .business-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .business-header img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 15px;
  }

  .business-name {
    font-weight: 600;
    font-size: 25px;
  }

  .business-desc {
    font-size: 18px;
    color: #666;
    line-height: 26px;
  }

  .business-qtr {
    font-size: 20px;
    color: #888;
    margin: 15px 0;
  }

  .business-stats {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .stat {
    text-align: left;
  }

  .stat h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .stat p {
    margin: 0;
    font-size: 18px;
    color: #666;
  }

  @media only screen and (min-width: 992px){

    .business-section {
        padding: 50px 60px;
    }

    .business-header img{
      width: 130px;
      height: 130px;
      object-fit: cover;
      margin-right: 30px;
    }

    .custom-gap {
      display: flex;
      flex-wrap: wrap;
      row-gap: 30px;
      column-gap: 30px;
    }
    .custom-gap .col-md-6 {
      flex: 0 0 calc(50% - 20px); 
      max-width: calc(50% - 20px);
    }

  }



  @media (max-width: 768px){
    .business-name {
      font-weight: 500;
      font-size: 18px;
    }

    .business-desc {
      font-size: 14px;
      color: #666;
      line-height: 22px;
    }

    .business-header img {
      width: 85px;
      height: 85px;
      margin-right: 15px;
    }

    .business-qtr {
      font-size: 18px;
    }

    .stat h5 {
      font-size: 16px;
    }

    .stat p{
      font-size: 14px;
    }

    h2.section-title {
      font-size: 30px;
      margin-bottom: 30px;
    }
 


  }


  @media (min-width: 768px) and (max-width: 1024px){
    .content {
        position: relative;
        z-index: 2;
        color: white;
        width: 100%;
        max-width: 1200px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  }


  /* Our impact beyond business */

  .section-busititle {
    font-size: 36px;
    font-weight: 600;
    /* margin-bottom: 40px; */
    position: relative;
    font-family: emoji;
  }

  .section-busititle::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #006001;
  }

  .section-busipara{
    font-size: 20px;
    color: #666;
    /* margin-bottom: 40px; */
  }

  .business-imgone img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  h3.business-dethead {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 32px;
  }

  p.business-detpara {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
  }
      
  .business-detbtn a{
    font-size: 20px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #E5E7EB;
    font-weight: 500;
  }

  .business-detbtn {
    margin-bottom: 30px;
  }

  .business-column {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .business-content {
    flex-grow: 1;
  }

  button.latest-updbtn {
    background: black;
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  h3.person-name {
    font-size: 25px;
  }

 

  @media only screen and (min-width: 992px){
    .row.impact-beyond {
        max-width: 94%;
        margin-left: 41px;
    }

    button.latest-updbtn {
        margin-left: 52px;
        margin-bottom: 40px;
    }

    .impact-beyond {
        display: flex;
        flex-wrap: wrap;
        gap: 30px; 
      }
    
      .impact-beyond .col-md-4 {
        flex: 1 1 calc(33.333% - 20px); 
        max-width: calc(33.333% - 20px);
      }
    
  }

  

@media (max-width: 768px){
    .section-busititle{
      margin-bottom: 20px;
      font-size: 30px;
    }

    .section-busipara{
      margin-bottom: 20px;
      font-size: 18px;
    }

    .business-imgone img {
      margin-bottom: 0;
    }

    h3.business-dethead {
      margin-bottom: 5px;
      font-size: 20px;
      /* max-width: 100%; */
    }

    p.business-detpara {
      margin-bottom: 30px;
      font-size: 14px;
    }

    button.latest-updbtn{
      font-size: 16px;
      padding: 12px 12px;
    }


}


/* Resources  */

.resources {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-family: emoji;
  }

  .resources::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #006001;
  }

  .resources-column {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .resources-content {
    flex-grow: 1;
  }

  p.resorces-datapara {
    font-size: 18px;
    color: #666;
  }

  p.resorces-dataparastart {
    font-size: 18px;
    color: #000;
  }

  .resorces-datapara a{
    text-decoration: none;
  }

  @media only screen and (min-width: 992px){
    .row.resources-start{
        max-width: 94%;
        margin-left: 40px;
        margin-bottom: 20px;
    }
  }
  

  @media (max-width: 768px){
    html, body {
        width: 100%;
        overflow-x: hidden;
      }
      
      .row, .container, .card {
        margin-right: 0;
        margin-left: 0;
      }

      .resources {
        font-size: 30px;
        margin-bottom: 20px;
      }
     
      p.resorces-datapara {
        font-size: 14px;
        color: #666;
      }

      p.resorces-dataparastart {
        font-size: 18px;
        color: #000;
      }
  }



  @media (max-width: 768px){
    .info-item span {
      font-size: 16px;
    }

    .info-box h3 {
      font-size: 20px;
    }  

    h3.person-name {
      font-size: 22px;
    }


  }