.nmw7-tab-1-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #f0ece1;
    padding: 30px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
  }

  .nmw7-tab-1-title {
    font-size: 24px;
    color: #002a4c;
    text-align: center;
    margin-bottom: 30px;
  }

  .nmw7-tab-1-chart-wrapper {
    height: 400px;
    margin-bottom: 20px;
  }

  .nmw7-tab-1-date-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    color: #002a4c;
  }

  .nmw7-tab-1-date-controls input {
    padding: 10px 14px;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    font-size: 14px;
    background-color: #f7f5f0;
    font-family: inherit;
    border: none;
  }

  .nmw7-tab-1-date-controls input[type="text"] {
    background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat right 10px center;
    background-size: 16px 16px;
    padding-right: 35px;
    cursor: pointer;
    background-color: #f7f5f0;
  }


  .nmw7-tab-ii-date-controls input[type="text"] {
    background: url('https://cdn-icons-png.flaticon.com/512/747/747310.png') no-repeat right 10px center;
    background-size: 16px 16px;
    padding-right: 35px;
    cursor: pointer;
    background-color: #f7f5f0;
  }
  
  

  /* Flatpickr custom styling */
  .flatpickr-calendar {
    background: #f5f1e7;
    border: 1px solid #ddd;
    font-family: Georgia, serif;
  }

  .flatpickr-months, .flatpickr-weekdays {
    background-color: #f5f1e7;
  }

  .flatpickr-day {
    border-radius: 0;
  }

  .flatpickr-day.today {
    background: #eee;
    border-color: transparent;
  }

  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange {
    background: #e8511d !important;
    color: #fff;
  }

  .flatpickr-day:hover {
    background: #f2a489;
  }

  @media (max-width: 600px) {
    .nmw7-tab-1-date-controls {
      flex-direction: column;
      align-items: center;
    }
  }

  /* tab 1 table and text css code */
  .nmw7-table-performance-summary {
    margin-top: 40px;
    padding: 20px 0px;
    /* background-color: #faf9f6; */
    font-family: Georgia, serif;
  }
  
  .nmw7-table-wrapper {
    overflow-x: auto;
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    background-color: #fff;
  }
  
  .nmw7-table {
    width: 100%;
    border-collapse: collapse;
    /* min-width: 600px; */
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 0;
    border: none;
  }
  
  .nmw7-table thead th {
    background-color: #d0ccbf;
    color: #002a4c;
    /* padding: 12px 10px; */
    padding: 1.25rem 1rem;
    font-weight: 300;
    font-size: 1.25rem;
    border: none !important;
  }
  
  .nmw7-table tbody td {
    padding: 1.25rem 1rem;
    font-size: .9375rem;
    color: #002a4c;
    border-top: 1px solid #eee;
    background-color: #f4f4f4;
  }
  
  .nmw7-table-disclaimer {
    font-size: 14px;
    color: #002a4c;
    margin-top: 25px;
    font-weight: normal;
  }
  
  .nmw7-table-assumptions {
    margin-top: 24px;
    font-size: 14px;
    color: #002a4c;
    line-height: 1.6;
  }
  
  .nmw7-table-assumptions h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #002a4c;
  }
  
  @media (max-width: 768px) {
    .nmw7-table {
      font-size: 13px;
    }
  
    .nmw7-table-disclaimer,
    .nmw7-table-assumptions {
      font-size: 13px;
    }
  }

  
  /* tab 2 (unit prices) section css code start here */
  .nmw7-tab-2-table-section {
    /* max-width: 1000px; */
    margin: 40px auto;
    /* font-family: Georgia, serif; */
    /* padding: 0 20px; */
  }
  
  .nmw7-tab-2-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .nmw7-tab-2-table-title {
    font-size: 24px;
    color: #002a4c;
    margin: 0;
  }
  
  .nmw7-tab-2-table-download-btn {
    background-color: #f35600;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 2px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
  }
  
  .nmw7-tab-2-table-download-btn:hover {
    background-color: #d64500;
  }
  
  .nmw7-tab-2-table-wrapper {
    overflow-x: auto;
    /* border: 1px solid #ddd; */
    /* border-radius: 4px; */
    background-color: #fff;
  }
  
  .nmw7-tab-2-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    min-width: 600px;
    max-width: 100%;
    margin-bottom: 0px;
    border: none !important;
  }
  
  .nmw7-tab-2-table thead th {
    background-color: #d0ccbf;
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
    color: #002a4c;
    font-weight: 300;
    border: none !important;
  }
  
  .nmw7-tab-2-table tbody td {
    background-color: #f4f4f4;
    padding: 1.25rem 1rem;
    font-size: .9375rem;
    color: #002a4c;
    border-top: 1px solid #eee;
  }
  
  .nmw7-tab-2-table-assumptions {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #002a4c;
  }
  
  .nmw7-tab-2-table-assumptions h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #002a4c;
  }
  
  @media (max-width: 600px) {
    .nmw7-tab-2-table-title {
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    .nmw7-tab-2-table-download-btn {
      width: 100%;
      justify-content: center;
      margin-top: 10px;
    }
  }

  /* tab 3 (distribution) css start here */
  .nmw7-tab-3-section {
    max-width: 1000px;
    margin: 40px auto;
    /* padding: 0 20px; */
    font-family: Georgia, serif;
  }

  .nmw7-tab-3-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .nmw7-tab-3-date-inputs {
    display: flex;
    gap: 15px;
  }

  .nmw7-tab-3-date-inputs label {
    font-size: 14px;
    font-weight: bold;
    color: #002a4c;
  }

  .nmw7-tab-3-date-inputs input {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
  }

  .nmw7-tab-3-download-btn {
    background-color: #f35600;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 2px;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
  }

  .nmw7-tab-3-download-btn:hover {
    background-color: #d64500;
  }

  .nmw7-tab-3-table-wrapper {
    overflow-x: auto;
    /* border-radius: 4px;
    border: 1px solid #ddd; */
    background-color: #f4f4f4;
  }

  .nmw7-tab-3-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
    border: none !important;
  }

  .nmw7-tab-3-table thead th {
    background-color: #d0ccbf;
    padding: 1.25rem 1rem;
    font-size: 1.25rem;
    color: #002a4c;
    font-weight: 300;
    text-align: center;
    border: none !important;
  }

  .nmw7-tab-3-table tbody td {
    background-color: #f4f4f4;
    padding: 1.25rem 1rem;
    font-size: .9375rem;
    color: #002a4c;
    border-top: 1px solid #eee;
    border: none !important;
    text-align: center;
  }

  .nmw7-tab-3-no-data {
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-top: 16px;
    font-style: italic;
  }

  @media (max-width: 600px) {
    .nmw7-tab-3-controls {
      flex-direction: column;
      align-items: flex-start;
    }

    .nmw7-tab-3-date-inputs {
      flex-direction: column;
      gap: 10px;
    }

    .nmw7-tab-3-download-btn {
      width: 100%;
      text-align: center;
    }
  }

/* CSS code for Investment details section start here */
/* ====== Section Layout ====== */

.nmw6-container {
  /* padding: 60px 20px; */
  padding: 0px 0px 60px 0px;
  text-align: center;
}

.nmw6-heading {
  font-size: 32px;
  margin-bottom: 10px;
  color: #002a4c;
  font-weight: 700;
}

.nmw6-description {
  font-size: 1.1em;
  color: #002a4c;
  margin-bottom: 30px;
}

.nmw6-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.nmw6-tab-button {
  background-color: #d1cbbd;
  border: none;
  padding: 12px 24px;
  font-size: 1em;
  cursor: pointer;
  margin: 0 5px;
  transition: background 0.3s;
}

.nmw6-tab-button.nmw6-active {
  color: #002a4c;
  background-color: white;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.nmw6-tab-content {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 1em;
  line-height: 1.6;
  padding: 0 20px;
}

.nmw6-tab-content.nmw6-active {
  display: block;
}



.invest-details-bg {
  padding-top: 70px;
  background-color: #f0ece1;
}


/* ------------------------------------ second chart css start here ------------------------------ */
 /* second class css */
 .nmw7-tab-ii-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #f0ece1;
  padding: 30px;
  /* border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
}

.nmw7-tab-ii-title {
  font-size: 24px;
  color: #002a4C;
  text-align: center;
  margin-bottom: 30px;
}

.nmw7-tab-ii-chart-wrapper {
  height: 400px;
  margin-bottom: 20px;
}

.nmw7-tab-ii-date-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #002a4c;
}

.nmw7-tab-ii-date-controls input {
  padding: 10px 14px;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  font-size: 14px;
  background-color: #f7f5f0;
  font-family: inherit;
  border: none;
}

/* Flatpickr custom styling */
.flatpickr-calendar {
  background: #f5f1e7;
  border: 1px solid #ddd;
  font-family: Georgia, serif;
}

.flatpickr-months, .flatpickr-weekdays {
  background-color: #f5f1e7;
}

.flatpickr-day {
  border-radius: 0;
}

.flatpickr-day.today {
  background: #eee;
  border-color: transparent;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #e8511d !important;
  color: #fff;
}

.flatpickr-day:hover {
  background: #f2a489;
}

@media (max-width: 600px) {
  .nmw7-tab-ii-date-controls {
    flex-direction: column;
    align-items: center;
  }
}
