 body {
     font-family: 'Segoe UI', sans-serif;
     background-color: #F8FAFC;
     margin: 0;
     padding: 0;
 }
/* Prevent unwanted horizontal scroll */
html, body {
  overflow-x: hidden;
}
 .sidebar {
     width: 300px;
     background-color: #FFFFFF;
     color: #1b1b1b;
     height: 100vh;
     /* overflow-y: hidden; */
     border: none;
 }

 .sidebar-header {
     text-align: center;
     padding: 0.2rem 0.1rem;
     border-bottom: 1px solid #ccc;
     display: block;
     border: none;
 }


 .sidebar-header img {
     width: 150px;
     height: auto;
 }

.nav-link:hover{
    color: #fff;
}
 
 /* collapsed sidebar */
 /* collapsed sidebar */
 .sidebar.collapsed {
     width: 80px;
     transition: all 0.3s ease;
 }

 /* hide text and chevrons in collapsed state */
 .sidebar.collapsed .nav-link,
 .sidebar.collapsed .dropdown-btn {
     font-size: 0;
     text-align: center;
     
 }

 .sidebar.collapsed .nav-link i,
 .sidebar.collapsed .dropdown-btn i {
     font-size: 20px;
     margin-right: 0;
 }

 .sidebar.collapsed .dropdown-btn .bi-chevron-down {
     display: none !important;
 }

 /* flyout submenus when collapsed */
 .sidebar.collapsed .dropdown-container {
     position: absolute;
     left: 80px;
     top: 0;
     background: #fff;
     min-width: 180px;
     /* border: 1px solid #ddd; */
     display: none;
     z-index: 1050;
 }

 .sidebar.collapsed .dropdown-container.show {
     display: block;
 }

 .toggle-icon {
     margin-left: 300px;
 }


 /* Header grey background */
.store-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ddd;
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

/* Store table styling */
.store-table th {
  background: #f1f1f1;
  font-weight: 600;
  text-align: center;
}

.store-table td {
  vertical-align: middle;
}

/* Action buttons */
.action-btn {
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 0 3px;
  font-size: 16px;
}

.action-btn.edit {
  color: #3A57E8;
}

.action-btn.delete {
  color: #E53E3E;
}

/* Bootstrap switch size fix */
.store-table .form-check-input {
  cursor: pointer;
  width: 2.5em;
  height: 1.3em;
}



 @media (min-width: 992px) {
     /* .sidebar-header {
        display: none;
        
      } */
 }

 .navbar {
     height: 75px;
 }

 .nav-link {
     color: #D1D5DB;
     font-weight: 400;
     font-size: 18px;
     padding: 10px 18px;
     width: 100%;
     text-align: start;
     display: block;
     box-sizing: border-box;
 }


 .nav-link.active {
     background-color: #FFD500;
     color: #111827 !important;
     font-weight: 600;
     width: 92%;
     font-size: 17px;
     /* border-top-right-radius: 10px;
       border-bottom-right-radius: 10px; */
     border-radius: 10px;
     margin-left: 12px;
     /* Add bottom box shadow */
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
     margin-top: 10px;
 }

 .dropdown-container .active {
     color: #111827 !important;
     font-weight: 400;
     width: 92%;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     /* margin-top: 10px; */
     background-color: #fff;
 }

 /* .nav-link:hover {
      background-color: #c0d3e4;
    } */

 .dropdown-btn {
     /* font-size: 18px; */
     border: none;
     background: none;
     width: 100%;
     text-align: left;
     font-weight: 400;
     font-size: 18px;
     padding: 15px 22px;
     display: block;
     box-sizing: border-box;
 }

 .dropdown-container {
     display: none;
     background: #222831;
     width: 89%;
     border-radius: 6px;
     margin-left: 10px;
     margin-top: 10px;
     color: #1b1b1b !important;
 }

 .dropdown-container.show {
     display: block;
 }

 .dropdown-container a {
     font-size: 18px;
     padding: 6px 20px;
     display: block;
 }



 .bi-chevron-down.rotate {
     transform: rotate(180deg);
     transition: 0.3s ease;
 }
 .toggle-capsule {
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  cursor: pointer;
}

.toggle-capsule img {
  transition: transform 0.3s ease;
}

.toggle-capsule:hover img {
  transform: scale(1.1);
}


 @media (min-width: 992px) {
     .offcanvas-start {
         transform: none !important;
         visibility: visible !important;
         position: fixed !important;
         top: 0;
         left: 0;
         height: 100%;
         z-index: 1030;
         background-color: #111827 !important;
     }

     .offcanvas-backdrop {
         display: none !important;
     }

     .dashImage img {
         /* max-width: 600px;  */
         width: 100%;
     }

      .content {
        margin-left: 280px;
        overflow-y: hidden;
        transition: margin-left 0.3s ease; /* smooth shift */
    }

     .offcanvas-lg {
        overflow: auto;
      }
     .boxOne {
         /* padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;   
  padding-bottom: 20px;
  background-color: #e3f2fd;
  border-radius: 8px; */
         margin-top: 10px;

     }

 }

 .offcanvas-body {
     width: 100%;
     background-color: #111827;
 }



/* Prevent accidental horizontal scroll (safety) */
html, body { overflow-x: hidden; }



.DetailBox{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 15px -8px rgba(0,0,0,0.14);
}


.card-img-top{
  object-fit: cover;
  height: 300px;
}

h5{
  color:#1f2937;
}
.year-heading{
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #1a1919;
  padding: 12px 0;
  margin: 40px -16px 30px;
  background: #ebebe9; /* pink from your table header */
  border-radius: 6px;
}

.board-img {
  width: 240px !important;
  height: 150px !important;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #f1f1f1;
}
.board-card{
  background:#ffffff;
  border-radius:10px;
  padding:22px 24px;
  box-shadow: 0 8px 12px -6px rgba(0,0,0,0.15);
  border-left: 4px solid #FFD500;
}

.board-card .badge{
  font-size:13px;
  font-weight:500;
}
.namee{
    color: #111827;
}
.brand-card{
  background:#ffffff;
  border-radius:12px;
  padding:20px;
  height:220px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow: 0 8px 12px -6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.brand-card img{
  max-width:100%;
  max-height:140px;
  object-fit:contain;
}

.brand-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 20px -6px rgba(0,0,0,0.2);
}
.dropdown-btn .nav-link:hover{
    color: #fff;
}

.inner-accordion {
  margin-bottom: 15px;
}

.inner-toggle {
  width: 100%;
  background: #ffffea;
  border: none;
  padding: 10px 14px;
  font-weight: 600;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
}

.inner-content {
  display: none;
  padding: 10px 20px;
}

.doc-list {
  padding-left: 0;
  list-style: none;
}

.doc-list li {
  margin-bottom: 8px;
}

.doc-list a {
  text-decoration: none;
  color: #111827;
  font-size: 14px;
}
/* Active (open) year header background */
.accordion-button:not(.collapsed) {
  background-color: #FFD500;   /* Yellow */
  color: #111827;              /* Dark text */
  box-shadow: none;
}

/* Arrow icon color when active */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}


.director-card{
  background:#fff;
  border-radius:12px;
  padding:20px;
  text-align:center;
  cursor:pointer;
  box-shadow:0 10px 18px -8px rgba(0,0,0,0.18);
  transition:.3s;
}

.director-card:hover{
  transform:translateY(-6px);
}

.director-card img{
  width:100%;
  height:350px;
  object-fit:cover;
  border-radius:10px;
  margin-bottom:15px;
}

.director-card h6{
  font-weight:700;
  margin-bottom:4px;
}

.director-card p{
  font-size:14px;
  color:#555;
}

.modal-img{
  width:140px;
  height:180px;
  object-fit:cover;
  border-radius:10px;
}



.linkedin-icon{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:32px;
  height:32px;
  background:#0a66c2;
  color:#fff;
  border-radius:6px;
  margin-top:8px;
  font-size:16px;
  text-decoration:none;
}

.modal-linkedin{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:36px;
  height:36px;
  background:#0a66c2;
  color:#fff;
  border-radius:6px;
  margin-top:8px;
  font-size:18px;
  text-decoration:none;
}
.info-card{
  background:#ffffff;
  border-radius:10px;
  padding:20px 22px;
  box-shadow: 0 8px 12px -6px rgba(0,0,0,0.15);
}

.section-title{
  font-weight:700;
  color:#d3b000;
  margin-bottom:15px;
}

.info-card p{
  font-size:14px;
  margin-bottom:8px;
}


.core-values-section {
  padding: 50px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  padding: 24px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.value-card h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}

.value-card p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}

/* CENTER TITLE */
.core-title {
  text-align: center;
  margin: 40px 0;
}

.core-title .ss {
  color: red;
  font-size: 48px;
  font-weight: 800;
}

.core-title .text {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  margin-left: 10px;
}

/* COLORS */
.yellow { background: #FFD966; }
.blue { background: #7DD3F7; }
.orange { background: #F7B27A; }
.purple { background: #D48BC8; }
.brown { background: #B0897F; }
.pink { background: #F4A4C0; }
.green { background: #A7D88C; }
.teal { background: #A8D0CF; }

/* RESPONSIVE */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-title .ss {
    font-size: 40px;
  }

  .core-title .text {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: auto;
  }

  .core-title .ss {
    font-size: 34px;
  }

  .core-title .text {
    font-size: 26px;
  }
}


.rating-table-wrap {
  overflow-x: auto;
}

.rating-table {
  min-width: 900px;
  border: 1px solid #000;
}

.rating-table th {
  background: #dfdede;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}

.rating-table td {
  font-size: 14px;
}

.rating-table th,
.rating-table td {
  border: 1px solid #000;
  padding: 10px 12px;
}

/* Mobile text handling */
@media (max-width: 576px) {
  .rating-table th,
  .rating-table td {
    font-size: 13px;
  }
}


/* Card spacing */
.pdf-list-box {
  border-radius: 14px;
  border: none;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* List spacing */
.pdf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each row spacing */
.pdf-list li {
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}

.pdf-list li:last-child {
  border-bottom: none;
}

/* Link styling */
.pdf-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px !important;
  color: #000 !important;              /* BLACK text */
  font-size: 14px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* PDF icon */
.pdf-list a i {
  color: #e63946;
  font-size: 22px;
}

/* Hover effect */
.pdf-list a:hover {
  background: #f6f6f6;
  color: #000;              /* stays BLACK */
}




/* Main table */
.committee-table {
  min-width: 1100px;
  border: 1px solid #000;
}

/* TOP HEADER ROW (Name sections / Tagline) */
.committee-table thead tr:first-child th {
  background: #d9d9d9 !important;   /* darker header */
  font-weight: 700;
  text-align: center;
}

/* SECOND HEADER ROW */
.committee-table thead tr:nth-child(2) th {
  background: #efefef !important;   /* lighter header */
  font-weight: 600;
}

/* Common cell styling */
.committee-table th,
.committee-table td {
  border: 1px solid #000;
  padding: 10px 12px;
  font-size: 14px;
  vertical-align: middle;
}

/* Mobile */
@media (max-width: 576px) {
  .committee-table th,
  .committee-table td {
    font-size: 13px;
  }
}


.INVESTORHeading{
  text-align: center;
  /* background-color: ; */
}


.sebi-table {
  min-width: 1100px;
  border: 1px solid #000;
}

.sebi-table th {
  background: #e6e6e6;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}

.sebi-table td {
  font-size: 14px;
  vertical-align: top;
}

.sebi-table th,
.sebi-table td {
  border: 1px solid #000;
  padding: 10px 12px;
}

/* Mobile */
@media (max-width: 576px) {
  .sebi-table th,
  .sebi-table td {
    font-size: 13px;
  }
}
