.emty_container {
  width: 100%;
}
.page_heading_div {
  width: 100%!important;
  height: 70px!important;
  display: flex!important;
  flex-direction: row!important;
  padding: 0px!important;
  margin:0px!important;
}
.do{
  padding: 0px 20px 0px 20px;
}
.img_div {
  width: 10%;
  height: 70px;
}
.heading_text {
  width: 90%;
}
.img {
  width: 100%;
  height: 70px;
  padding: 10px;
}
.heading {
  text-align: left;
  font-size: 25px;
  line-height: 70px!important;
  font-weight: bold;
}
.holl_contend{
  width: 100%;
}
.main_contain_div{
  width: 100%;
  display: flex!important;
}
.first_contend_div{
  width: 70%;
}
.second_contend_div {
  width: 30%;
}
.make_some_space{
  padding: 20px 10px 20px 20px;
  flex-direction: row;
}
.make_some_space_2{
  padding: 20px 20px 20px 10px;
}
.tabs {
  display: flex;
  gap: 0px;
}
.tabs button {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  margin: 10px;
}
.tabs button:hover {
  background: #f0262c;
  color: white;
}
.tabs button.active {
  background: #d32a31;
  color: #fff;
}
.tabs button.active:hover {
  background: #dc3545;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  margin-right: 4px;
}
.tab-btn.active {
  background: #ddd;
}
.buttons{
  width: 100%; 
  height: 60px; 
  display: flex; 
  justify-content: flex-end; 
  align-items: center; 
  padding-right: 20px;
}
.filter-btn {
  background: #ccc;
  color: black;
  border: none;
  border-radius: 5px;
  height: 35px;
  margin-left: 5px;
  cursor: pointer;
}

.filter-btn.active {
  background: #D32A31;
  color: white;
}
.balancesheet-container {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .pnl-container {
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .cashflow-container{
     width: 100%;
    padding: 5px 10px;
    background: #fff;
    box-sizing: border-box;
  }
  .ratio-container{
     width: 100%;
    padding: 5px 10px;
    background: #fff;
    box-sizing: border-box;
  }
  h4 {
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #333;
    text-align: left;
  }

  /* Table styling */
  .balancesheet-table {
    width: 100%;
    overflow-x: auto;
  }
  .pnl-table{
    width: 100%;
    overflow-x: auto;
  }
  .cashflow-table{
    width: 100%;
    overflow-x: auto;
  }
   .ratio-table{
    width: 100%;
    overflow-x: auto;
  }

  .balancesheet-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
  }
  .pnl-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
  }
  .cashflow-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
  }
   .ratio-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
  }

  .balancesheet-table th, .balancesheet-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    font-size: 15px;
  }
  .pnl-table th, .pnl-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    font-size: 15px;
  }
   .cashflow-table th, .cashflow-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    font-size: 15px;
  }
    .ratio-table th, .ratio-table td {
    border: 1px solid #ddd;
    padding: 10px 12px;
    text-align: left;
    font-size: 15px;
  }

  .balancesheet-table th {
    background: #D32A31;
    color: #fff;
  }
  .pnl-table th {
    background: #D32A31;
    color: #fff;
  }
  .cashflow-table th {
    background: #D32A31;
    color: #fff;
  }
  .ratio-table th {
    background: #D32A31;
    color: #fff;
  }


  /* Category headers */
  .category-row {
    font-weight: bold;
    text-transform: uppercase;
    background-color: rgb(247, 242, 242);
  }
  .total-row {
    background: #ddd;
    font-weight: 700;
  }
.buy_btn {
  width: 100%;
  padding: 10px !important;
  background: #D32A31;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10PX; 
}
.buy_shares {
  width: 95%;
  padding: 10px !important;
  background: #D32A31;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}
.buy_shares:hover {
  background: #dc3545;
}
.buy_btn:hover {
  background: #dc3545;
}
.buy_text {
  font-weight: 600;
  margin-top: 10px;
  margin-left: 10PX;
}
.sell_btn {
  width: 100%;
  padding: 10px !important;
  background: green;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10PX;
}
.tab {
  display: flex;
  gap: 5px;
}
.tab button {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
}
.tabs button.active {
  background: #d32a31;
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-btn {
  border: none;
  border-radius: 6px 6px 0 0;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #333;
  transition: background-color 0.3s ease;
}
.tab-btn[data-tab="buy"]:hover {
  background-color:#f0262c; 
  color: #fff;
}
.tab-btn[data-tab="buy"].active {
  background-color: #d32a31; 
  color: #fff;
}

.tab-btn[data-tab="sell"]:hover {
  background-color: #64b564; 
  color: #fff;
}
.tab-btn[data-tab="sell"].active {
  background-color: green; 
  color: #fff;
}
.sell_shares {
  width: 95%;
  padding: 10px !important;
  background: green;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}
.annual_report_main_div{
  display: flex;
  gap: 10px;
}
.annual_btn{
  width: 100px;
  height: 40px;
  background: #D32A31;
  border: none;
  color: white;
  border-radius: 5px;
}
/* .faq-item {
      margin-top: 10px;
      border-bottom: 1px solid #ddd;
      padding: 8px 0;
    }
    .faq-question {
      margin: 0;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .faq-answer {
      font-size: 13px;
      margin: 5px 0 0;
      display: none; 
      color: #444;
    }
    .faq-item.active .faq-answer {
      display: block; 
    }
    .faq-item.active .arrow {
      transform: rotate(180deg); 
    }
    .arrow {
      font-size: 12px;
      transition: transform 0.2s;
    } */
     .card_for_how_work{
      display: flex;
      flex-direction: row;
        width: 100%;
        gap: 5px;
    }
    .first_step{
      width: 30%!important;
        background:none;
        border: 1px solid #ccc;
    }
    .first_step:hover{
      background: #D32A31;
      color: white;
    }
    .all_contend{
      width: 100%;
      display:flex
    }
    .how_to_work_main_div{
      padding: 10px 20px 20px 20px !important;
    }
   .card_for_how_work .card:hover .how_work_main_text {
  color: white; 
}
    .info_div{
      width: 70%;
    }
    .how_work_main_text{
      font-size: 20px;
      font-weight:bold;
      color:#d32a31;
      text-align: left;
    }
    .how_work_image{
      width: 100%;
      height:80px;
    }
    html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.main_contain_div {
  flex: 1; /* pushes footer down */
}
.main_contain_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;  /* allows stacking on small screens */
}
.second_contend_div {
  width: 30%;
}
.fundamental_section_heading{
  color: #D32A31;
  font-weight: bold;
}
.row{
  margin-right: 0px!important;
  margin-left: 0px !important;
}

.faq-answer {
  display: none;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question {
  cursor: pointer;
  user-select: none;
}

.faq-item .arrow {
  float: right;
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}


/* Mobile/Tablet screens */
@media (max-width: 992px) {
  .main_contain_div {
    flex-direction: column; /* stack */
  }
  .first_contend_div,
  .second_contend_div {
    width: 100%; /* full width */
  }
  .make_some_space,
  .make_some_space_2 {
    padding: 10px; /* tighter padding for mobile */
  }
  .heading {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold!important;
  }
  .img_div {
    width: 20%;
  }
  .heading_text {
    width: 80%;
  }
  .how_work_main_text {
    font-size: 16px; /* smaller font for mobile */
  }
  .faq-question {
    font-size: 13px;
  }
  .do{
    width: 100%!important;
  padding: 0px 10px 0px 10px;
}
.how_to_work_main_div{
      padding: 10px 10px 20px 10px !important;
    }
.tabs {
    display: flex;
    /* flex-wrap: wrap;  */
    justify-content: center; /* center align buttons */
  }

  .tabs button {
    flex: 1 1 45%; /* make each button about half width */
    margin: 5px;
    font-size: 14px;
    padding: 5px;
  }
.holl_contend{
  width: 100%;
}
.col-md-3 {
    width: 50% !important;
    float: left;
  }
 .card_for_how_work{
      display: flex;
      flex-direction: column;
        width: 100%;
        gap: 0;
    }
     .first_step{
      width: 100%!important;
        background:none;
        border: 1px solid #ccc;
    }
}

