/* BREADCRUMB */
.col-md-12 {
  width: 92% !important;
}

.breadcrumb {
  list-style: none;
  display: flex;
  margin-top: 1%;
  background-color: #fff;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb li + li:before {
  content: ">";
  margin-right: 10px;
  color: #777;
  display: none;
}

.breadcrumb a {
  text-decoration: none;
  color: #777;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .active {
  color: #521138;
}

.default-padding.bottom-less {
  padding-top: 26px !important;
  padding-bottom: 90px;
}

ul.breadcrumb li a {
  color: #000 !important;
}

.breadcrumb-area {
  padding: 348px 0 150px !important;
}

@media (max-width: 767px) {
  .breadcrumb-area {
    padding: 130px 0 25px !important;
  }
}

/* UNIFIED BACKGROUND FOR TABLE AND INVESTOR SECTION */
.bg-section {
  background-color: #111;
  background-image: url("../images/bg-investors.jpg");
  /* background-image: url("./images/bg-investors.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 40px;
  color: #fff;
}

/* TABLE STYLING */
.bg-section table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  overflow: hidden;
}

.bg-section th,
.bg-section td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  color: #000;
}

.bg-section th {
  background-color: #f4f4f4;
  font-weight: bold;
}

.download-btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #521138;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.download-btn:hover {
  background-color: #71185a;
}

h2 {
  color: #1e3a8a;
  text-align: center;
}

/* RESPONSIVE TABLE */
@media (max-width: 768px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
  }

  td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
  }

  td::before {
    content: attr(data-label);
    font-weight: bold;
  }
}

/* INVESTOR CARDS */
.investor_section .investor-top-tittle h1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 33px;
  margin-top: 50px;
  text-transform: uppercase;
  text-align: center;
}

.investor_section .investor-inner {
  padding: 40px 0;
}

.investor_section .investor-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  /* max-width: 1200px; */
  margin: auto;
}

.investor_section .card {
  background-color: #fff;
  padding: 40px 30px;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transition: 0.35s ease;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.investor_section a.card:hover {
  background: #521138;
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.investor_section a.card:hover p {
  color: #fff;
}

.investor_section .card img {
  max-width: 100%;
  height: auto;
}

.investor_section .card p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* RESPONSIVE CARDS */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .investor_section .investor-cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .investor_section .card {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .investor_section .investor-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .investor_section .card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .investor_section .card {
    padding: 15px;
  }

  .investor_section .card p {
    font-size: 13px;
    text-align: center;
  }
}

/* MODALS */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  margin-top: 5%;
  padding: 20px;
  width: 90%;
  max-width: 1000px;
  position: relative;
  border-radius: 10px;
}


.modal-content iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
}

.close:hover {
  color: black;
}

.option-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  background-color: #521138;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.option-btn:hover {
  background-color: #71185a;
}

/* ---------------------------------------------------------------------------- */

.board-member-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  padding: 40px 0;
  border-radius: 20px;
}

.section-title {
  font-size: 31px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.section-description {
  font-size: 19px;
  /*font-weight: 400;*/
  color: #333;
  margin-bottom: 40px;
  margin-top: 5px;
  text-align: center;
}

.committee-table-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 15px;
}

.committee-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.committee-table thead {
  background-color: #e0e0e0;
}

.committee-table th {
  padding: 11px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  border: 2px solid #eee;
}

.committee-table td {
  padding: 15px 20px;
  text-align: left;
  font-size: 17px;
  color: #555;
  border: 1px solid #eee;
}

.committee-table tbody tr:last-child td {
  border-bottom: none;
}

.committee-table tbody tr:hover {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .committee-table-wrapper {
    overflow-x: auto;
  }

  .committee-table {
    min-width: 600px;
  }

  .committee-table th,
  .committee-table td {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .section-description {
    font-size: 16px;
  }

  .committee-table {
    min-width: 500px;
  }

  .committee-table th,
  .committee-table td {
    padding: 10px 12px;
    font-size: 13px;
  }
}

/* --------------------------------------------------------------------------------------------------- */

.board-member-section {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.section-description {
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.section-title-1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.section-description-1 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
  margin-top: 5px;
  text-align: center;
  /* text-transform: uppercase; */
}

.board-member-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.board-member-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

.board-member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.board-member-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.board-member-card .member-info {
  padding: 10px;
}

.board-member-card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.board-member-card .designation {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

@media (max-width: 1024px) {
  .board-member-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .board-member-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 24px;
  }

  .board-member-cards {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------------------------------- */

.email-contact-section {
  background: url("images/investor-bg.jpg") center/cover no-repeat fixed;
  text-align: center;
}

.email-contact-section h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.email-box-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.email-box.glass {
  width: 48%;
  min-width: 330px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: 0.3s ease;
  text-align: left;
}

.email-box.glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.email-box h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.info-row {
  display: flex;
  gap: 12px;
  margin: 18px 0;
  align-items: flex-start;
}

.info-row i {
  font-size: 20px;
  color: #fff;
  margin-top: 2px;
}

.info-row p,
.info-row strong,
.info-row span {
  color: #fff;
  font-size: 15px;
}

.designation {
  opacity: 0.9;
  font-size: 14px;
}

.email-box a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.email-box a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .email-box {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------- */
/* MODAL OVERLAY */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.3s;
}

/* MODAL CONTAINER */
.modal-content {
  background: #fff;
  margin: auto;
  padding: 0;
  border-radius: 12px;
  width: 85%;
  max-width: 900px;
  animation: slideDown 0.35s;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

/* CLOSE BUTTON */
.close {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  /* padding: 10px 15px; */
  cursor: pointer;
}

.close:hover {
  color: #d00;
}

.modal-title {
  padding: 7px 12px;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}


.pdf-wrapper iframe {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* ANIMATIONS */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
