.slider_about_text {
  position: relative;
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 1;
}

.slider_about .container {
  position: relative;
}

.slider_about_text h4 {
  color: #e5b73b;
  margin-bottom: 10px;
  /* display: flex; */
  font-size: 22px;
  margin-right: 60px;
  position: relative;
  text-align: right;
}

.slider_about_text h4:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 7px;
  background: #e5b73b;
  right: -60px;
  top: 10px;
  bottom: 0;
}

.slider_about_text p {
  color: #fff;
  width: 54%;
  line-height: 1.5;
  font-size: 28px;
  float: right;
  text-align: right;
}

.slider_about_text p span {
  color: #e5b73b;
  font-size: 38px;
  margin: 0;
}

.slider_about_text p b {
  color: #e5b73b;
}

.slider_about.slider_a-green-vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100vh;
}

.rayzon-solar-pc:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0.1;
  background: #000;
  z-index: 1;
}

.videoembed {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

/* @media screen and (min-width: 768px) {
    .slider_about .rayzon-solar-pc {
      display: block;
    }
    .slider_about .rayzon-solar-media {
      display: none;
    }
  } */
@media screen and (max-width: 767px) {

  /* .slider_about .rayzon-solar-pc {
      display: none;
    }
    .slider_about .rayzon-solar-media {
      display: block;
    } */
  .slider_about.slider_a-green-vision:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 1199px) {
  .slider_about_text p {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .slider_about_text {
    top: 50%;
  }

  .slider_about_text p {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .slider_about_text p {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  .slider_about_text {
    top: 50%;
    right: 0;
    margin: 0 15px;
  }

  .slider_about_text h4 {
    text-align: center;
    margin: 0 0 15px;
    font-size: 32px;
  }

  .slider_about_text h4:before {
    display: none;
  }
}

/** Investor Relations */
.investor-relations-hero {
  background: linear-gradient(to top, #f8fafc 0%, #ffffff 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.investor-relations-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

.investor-relations-hero .investor-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.investor-relations-hero .investor-visual {
  flex: 1;
  position: relative;
}

.investor-relations-hero .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  height: 100%;
}

.investor-relations-hero .grid-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.investor-relations-hero .grid-item:hover {
  transform: translateY(-5px);
}

.investor-relations-hero .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.investor-relations-hero .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: white;
  padding: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Previous styles remain the same */
.investor-relations-hero .investor-badge {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b5b9bf;
  margin-bottom: 1rem;
  font-weight: 600;
}

.investor-relations-hero .inv-title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.investor-relations-hero .investor-stats {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.investor-relations-hero .stat-item {
  text-align: center;
}

.investor-relations-hero .stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.investor-relations-hero .stat-value span {
  font-size: 1.5rem;
  color: #b5b9bf;
}

.investor-relations-hero .stat-label {
  font-size: 0.85rem;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.investor-relations-hero .investor-description {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 40px;
  max-width: 600px;
}

.investor-relations-hero .investor-cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.investor-relations-hero .primary-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #095763;
  color: white;
  padding: 14px 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.investor-relations-hero .primary-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.investor-relations-hero .primary-cta:hover {
  background: #157a8a;
  transform: translateY(-2px);
}

.investor-relations-hero .primary-cta:hover svg {
  transform: translateX(3px);
}

.investor-relations-hero .secondary-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #095763;
  padding: 14px 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid #09576324;
}

.investor-relations-hero .secondary-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.investor-relations-hero .secondary-cta:hover {
  background: #f8fafc;
  transform: translateY(-2px);
}

.investor-relations-hero .secondary-cta:hover svg {
  transform: translateY(2px);
}

@media (max-width: 1024px) {
  .investor-relations-hero .container {
    flex-direction: column;
    gap: 40px;
  }

  .investor-relations-hero .inv-title {
    font-size: 2.5rem;
  }

  .investor-relations-hero .image-grid {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .investor-relations-hero {
    padding: 60px 0;
  }

  .investor-relations-hero .image-grid {
    min-height: 100%;
  }

  .investor-relations-hero .investor-badge {
    display: flex;
    justify-content: center;
  }

  .investor-relations-hero .inv-title {
    text-align: center;
    font-size: 2rem;
  }

  .investor-relations-hero .investor-stats {
    flex-wrap: wrap;
    gap: 15px;
  }

  .investor-relations-hero .stat-item {
    flex: 1 1 120px;
  }

  .investor-relations-hero .investor-cta-group {
    flex-direction: column;
  }

  .investor-relations-hero .primary-cta,
  .secondary-cta {
    justify-content: center;
  }
}

/* ========= Investor Portal ========= */
.investor-portal {
  background-color: #fff;
  padding: 60px 0;
  font-family: 'Inter', sans-serif;
}

.investor-portal .investor-portal-wrapper {
  display: flex;
  gap: 30px;
}

/* Sidebar Styles */
.investor-portal .investor-sidebar {
  width: 300px;
  flex-shrink: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

.investor-portal .sidebar-header {
  margin-bottom: 25px;
}

.investor-portal .sidebar-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 15px;
}

.investor-portal .search-box {
  position: relative;
}

.investor-portal .search-box input {
  width: 100%;
  padding: 10px 15px 10px 40px;
  border: 1px solid #09576324;
  border-radius: 8px;
  font-size: 0.9rem;
  background-color: #f8fafc;
}

.investor-portal .search-box svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #64748b;
}

.investor-portal .investor-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.investor-portal .menu-category {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.investor-portal .category-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #334155;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}

.investor-portal .category-header svg {
  width: 18px;
  height: 18px;
  color: #095763;
}

.investor-portal .menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.investor-portal .menu-category li a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  color: #475569;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.investor-portal .menu-category li a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #f1f5f9;
  color: #095763;
}

.investor-portal .menu-category li.active a,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #09576324;
  color: #095763;
  font-weight: 500;
}

/* Main Content Styles */
.investor-portal .investor-content {
  flex: 1;
  background: white;
  border-radius: 12px;
  /* padding: 20px; */
}

.investor-portal .nav-tabs {
  border-bottom: 0 !important;
}

.investor-portal .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
}

.investor-portal .content-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin: 0;
}

.investor-portal .download-all {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #095763;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.investor-portal .download-all:hover {
  background-color: #f1f5f9;
}

.investor-portal .download-all svg {
  width: 16px;
  height: 16px;
}

.investor-portal .document-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.investor-portal .document-card {
  display: flex;
  border: 1px solid #09576324;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.investor-portal .document-card:hover {
  border-color: #095763;
  box-shadow: 0 5px 15px rgba(44, 123, 229, 0.1);
  transform: translateY(-3px);
}

.investor-portal .document-icon {
  width: 48px;
  height: 48px;
  background-color: #09576324;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
}

.investor-portal .document-icon i {
  font-size: 28px;
  color: #095763;
}

.investor-portal .document-info {
  flex: 1;
}

.investor-portal .document-info h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin: 0 0 5px 0;
}

.investor-portal .document-info p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 10px 0;
}

.investor-portal .document-meta {
  display: flex;
  gap: 15px;
}

.investor-portal .file-size,
.file-date {
  font-size: 0.8rem;
  color: #94a3b8;
  display: flex;
  align-items: center;
}

.investor-portal .download-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #095763;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 12px;
  border-radius: 6px;
  background-color: rgba(9, 87, 99, 0.1);
  text-decoration: none;
  transition: all 0.2s ease;
  align-self: flex-start;
}

.investor-portal .download-btn:hover {
  background-color: #09576324;
}

.investor-portal .download-btn svg {
  width: 14px;
  height: 14px;
}

/* Investor Contact Section */

.investor-portal .contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.investor-portal .contact-card {
  background-color: #f8fafc;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #09576324;
}

.investor-portal .contact-header {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.investor-portal .contact-avatar {
  width: 50px;
  height: 50px;
  background-color: #09576324;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.investor-portal .contact-avatar svg {
  width: 24px;
  height: 24px;
  color: #095763;
}

.investor-portal .contact-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin: 0 0 5px 0;
}

.investor-portal .contact-info p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  font-style: italic;
}

.investor-portal .contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.investor-portal .detail-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.investor-portal .detail-item svg {
  width: 16px;
  height: 16px;
  color: #64748b;
  flex-shrink: 0;
  margin-top: 2px;
}

.investor-portal .detail-item span {
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .investor-portal .investor-portal-wrapper {
    flex-direction: column;
  }

  .investor-portal .investor-sidebar {
    width: 100%;
    position: static;
  }

  .investor-portal .document-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .investor-portal {
    padding: 40px 0;
  }

  .investor-portal .content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .investor-portal .document-card {
    flex-direction: column;
  }

  .investor-portal .document-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .investor-portal .download-btn {
    margin-top: 15px;
    align-self: flex-end;
  }
}

.button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Main Container */
.committee-accordion {
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Committee Card */
.committee-card {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  transition: all 0.3s ease;
}

.committee-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Committee Header */
.committee-header {
  color: #000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background-color: #f8f9fa;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.committee-header:hover {
  color: #095763;
  background-color: #e9ecef;
}

.committee-header[aria-expanded='true'] {
  background-color: #095763;
  color: white;
}

.committee-header[aria-expanded='true'] .committee-icon {
  transform: rotate(180deg);
  color: white;
}

.committee-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.committee-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #495057;
}

/* Committee Content */
.committee-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.committee-header[aria-expanded='true']+.committee-content {
  padding: 0;
  max-height: 2000px;
}

/* Modern Table Styles */
.modern-table-container {
  overflow-x: auto;
}

.modern-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.modern-table th {
  background-color: #f1f5f9;
  color: #334155;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid #e2e8f0;
}

.modern-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

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

.modern-table tr:hover td {
  background-color: #f8fafc;
}

/* Responsive Table */
@media (max-width: 768px) {
  .modern-table {
    display: block;
  }

  .modern-table thead {
    display: none;
  }

  .modern-table tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
  }

  .modern-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e8f0;
  }

  .modern-table td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #64748b;
    margin-right: 15px;
    flex: 1;
  }

  .modern-table td:last-child {
    border-bottom: none;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.committee-content[aria-hidden='false'] {
  animation: fadeIn 0.3s ease forwards;
}

/* ----- FAQ's ----- */

.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  padding: 12px 15px;
  margin: 10px 0;
  background: #fff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

/* .accordion button[aria-expanded=true] {
  color: #03b5d2;
} */
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.accordion-content .table-row {
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .accordion button .accordion-title {
    font-size: 13px;
  }

  .accordion-content table {
    max-width: 100%;
    display: grid;
    flex-wrap: unset;
    width: 800px;
    overflow: auto;
    scrollbar-width: none;
    border: unset !important;
  }

  .accordion-content thead tr th,
  .accordion-content tbody tr td {
    min-width: 170px;
  }
}

.document-card {
  background: white;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

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

.section-title {
  font-size: 1.25rem;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 3px;
  background: #095763;
}

.download-btn {
  background: #f5f5f5;
  color: #9e9e9e;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  font-weight: 500;
}

.download-btn:hover {
  background: #f5f5f5;
  color: #000000;
  transform: scale(1.05);
}

#drhpModal .modal-body p {
  font-size: 12px;
}

.drhp-box {
  background: #fff;
  padding: 15px 0;
}

.drhp-video h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.btn-primary {
  background-color: #095763 !important;
  border-color: #095763 !important;
  color: #fff !important;
}

.btn-danger {
  background-color: #d92525 !important;
  border-color: #d92525 !important;
  color: #fff !important;
}

.directors-image img {
  height: 225px;
  width: 190px;
  max-width: 190px !important;
  border: 1px solid #f1f5f9;
}

.designation {
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 15px;
}

.designation h5 {
  color: #095763;
  font-weight: bold;
}

.designation p {
  color: #9e9e9e;
  font-weight: bold;
}

.text-highlight {
  color: #095763;
  position: relative;
  display: inline-block;
}

.divider-line {
  width: 80px;
  height: 4px;
  background: #e5b73b;
  margin: 1rem 0;
}