/*---------- INVESTORS PAGE (Light Theme) ----------*/

.investors {
    background-color: #ffffff; /* light background */
    position: relative;
    color: #333; /* default text color */
}


p {
    color: #333;
}

.investors .tab a {
    box-shadow: none;
}

.investors .nav-pills .nav-link {
    background: unset;
    border-bottom: 1px solid rgba(0,0,0,0.3); /* darker border for light bg */
    box-shadow: 4px 0px 0px 0px rgba(0,0,0,0.2); /* darker shadow */
    border-radius: unset;
    text-align: left;
    color: #333; /* dark text instead of white */
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}
.investors .nav-pills .nav-link:hover {
    padding-left: 25px;
}
.investors .nav-pills .nav-link.active, .investors .nav-pills .show>.nav-link {
    background: unset;
    color: #c5a47e; /* golden accent */
    box-shadow: 4px 0px 0px 0px #c5a47e;
}

.investors .nav-pills .nav-link:hover {
    color: #c5a47e !important;
    box-shadow: 4px 0px 0px 0px #c5a47e !important;
}

.investors .tab-content .tab-pane h2 {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.investors .tab-content .tab-pane p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: unset;
}

.investors .tab-content .tab-pane i {
    font-size: 1.5rem;
}

/* Table styles */
.investors table, .investors th, .investors tr, .investors td {
    border: 1px solid #c5a47e; /* keep golden border as accent */
    text-align: center;
    color: #333; /* dark table text */
    letter-spacing: 1px;
}

.investors .table>thead {
    /* background-color: #c5a47e; Uncomment if you wish to use an accent header background */
}

.investors .table>tbody p {
    color: #333;
}

.investors .table>tbody tr td:nth-of-type(2) p{
    color: #666; /* secondary text color */
}

.tab {
    text-align: center;
    margin-bottom: 1.5em;
}

.investors .tab a {
    margin-right: 1em;
    color: #333; /* dark text */
    letter-spacing: 1px;
    box-shadow: 0px 6px 4px -6px #c5a07e;
    transition: 0.5s ease-in-out;
}

.investors .tab a:last-child {
    margin-right: unset;
}

.investors .tab a:hover, .investors .tab a.active {
    color: #c5a47e; /* golden accent on hover/active */
}

.investors .tab a.active {
    box-shadow: 0px 0px 0px 0px #c5a07e;
}

.investors .reports .row {
    border-bottom: 1px solid #eee;
}

.investors  .panel .tab-panel {
    display: none;
    opacity: 0;
    transition: opacity 1s;
}

.investors  .panel .tab-panel.active {
    display: block;
    opacity: 1;
    transition: opacity 1s;
}

.reports{
    min-height: 30rem;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}
.reports::-webkit-scrollbar {
  width: 4px;
}

.reports::-webkit-scrollbar-track {
  background: unset; 
}
 
.reports::-webkit-scrollbar-thumb {
  background: #c5a47e; /* golden scrollbar thumb */
  border-radius: 8px;
}

.reports::-webkit-scrollbar-thumb:hover {
  background: #c5a47e; 
}

.reports a{
    color: #333; /* dark link color for light bg */
}

.reports a:hover{
    color: #c5a47e; /* golden accent on hover */
}

.investors .tab-content #contact p{
    font-size: 0.9rem;
    margin-bottom: 10px;
}

/*---------- INVESTORS PAGE (Light Theme) ----------*/


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}


body > div > section > div > div > div.col-md-3.wow.fadeInLeft.animated > div {
    margin-bottom: 32px !important;
}
}