.page-content-no-hero {
    padding-top: 75px !important;
}

.dropdown-item {
    text-transform: capitalize !important;
}
/*-------------------------------------------Investor Menu-------------------------------------------*/
.submenu-md{
    overflow:hidden;
    display:block;
}

.menu-wrapper{
    width:100%;
    overflow:hidden;
    font-family: "Gotham";
    font-size: 18px;
}

.menu-scroll{
    display:flex;
    /* flex-wrap:nowrap; */
    overflow-x:auto !important;
    gap: 10px;
    padding:10px 0;
    scrollbar-width:none; /* Firefox */
    align-items: center;
    width:100% !important;
    -webkit-overflow-scrolling: touch; /* smooth mobile */
    /* scroll-behavior:smooth; */
    white-space:nowrap;   
    cursor: grab;
}

.menu-scroll.dragging{
    cursor: grabbing;
}

.menu-scroll::-webkit-scrollbar{
    display:none; /* Chrome */
}

.menu-scroll a{
    flex:0 0 auto;
    min-width:150px;
    padding: 10px 18px;
    white-space:nowrap;
    /* background:#f5f5f5;
    border-radius:30px; */
    text-decoration:none;
    font-size: 20px;
    color: #878787;
    font-weight:500;
    text-transform: uppercase;
    display:inline-block;
}
/* 
.menu-title {
    font-size: 40px;
    font-family:"DidotLHRomanOsF";
    text-transform: uppercase;
    /* text-align: center;
} */

.menu-scroll a.active{
    color: #B38844 !important;
    font-weight: bold;
    border-bottom: 4px solid #B38844 !important;
}
/*-------------------------------------------End Investor Menu-------------------------------------------*/


/*------------------------------------------- Start: Investor - Mobile Setup -------------------------------------------*/
@media (max-width: 768px) {
    .information-access-grid {
        grid-template-columns: 1fr;
    }
}
/*------------------------------------------- End: Investor - Mobile Setup -------------------------------------------*/


/*------------------------------------------- Start: Investor - The Board -------------------------------------------*/
.wrapper-investor {
    display: grid;
    grid-template-columns: 3fr 4fr;
    min-height: 500px;
    padding: 0 !important;
    min-height: 75vh;
}

.left {
    background: #CFB182;
    padding: 2rem;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(255,255,255,0.3);
    margin-bottom: 1.25rem;
    cursor: pointer;
}

.section-header h3 {
    font-size: clamp(1rem, 3vw, 1.875rem); /* 30px */
    font-weight: bold;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff;
}

.section-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s;
}

.section-header:hover .section-icon {
    background: rgba(255,255,255,0.1);
}

.member-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5rem;
}

.member-item {
    padding: 10px 0;
    border-bottom: 0.5px solid rgba(255,255,255,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    transition: opacity .2s;
}

.member-item:last-child { 
    border-bottom: none; 
}

.member-item:hover,
.member-item:hover .member-name, 
.member-item:hover .member-position { 
    opacity: 0.8; 
    color: #666;
}

.member-item.active .member-name { 
    color: #784C07; 
}

.member-item.active .member-position { 
    color: rgba(120, 76, 7, 0.7); 
}

.member-name {
    font-size: clamp(0.75rem, 2vw, 1.25rem); /* 20px */
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
}

.member-position {
    font-size: clamp(0.75rem, 1.5vw, 0.9375rem); /* 15px */
    color: rgba(255,255,255,0.55);
    margin-top: 2px;
}

.member-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B38844;
    opacity: 0;
    flex-shrink: 0;
    transition: opacity .2s;
}

.member-item.active .member-dot { 
    opacity: 1; 
}

.other-sections {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.other-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 0.5px solid rgba(255,255,255,0.15);
    cursor: pointer;
    transition: opacity .2s;
}

.other-item:hover { 
    opacity: 0.75; 
}

.other-item span {
    /* font-size: clamp(0.75rem, 1.5vw, 0.9375rem); 15px */
    font-size: clamp(1rem, 3vw, 1.875rem); /* 30px */
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

.other-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right panel */
.right {
    background: var(--color-background-tertiary);
    display: flex;
    flex-direction: column;
}

.photo-area {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 3rem; */
    padding: 3rem;
}

.photo-placeholder {
    width: 180px;
    height: auto;
    background: rgba(139,115,85,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-info {
    flex: 1;
    padding: 1.5rem 2rem;
    border-top: 0.5px solid rgba(139,115,85,0.2);
}

.member-info h2 {
    font-size: clamp(0.75rem, 2vw, 1.25rem); /* 20px */
    font-weight: bold;
    color: #3d3228;
    margin-bottom: 4px;
}

.member-info p {
    font-size: clamp(0.875rem, 1.8vw, 1.125rem); /* 18px */
    color: #8B7355;
}

.member-info .bio {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem); /* 14px */
    color: #6b5d4f;
    line-height: 1.7;
    margin-top: 10px;
}


/* modal overlay */
.member-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    align-items: flex-end; /* slide up from bottom */
    justify-content: center;
}

.member-modal-overlay.active {
    display: flex;
}

/* modal box */
.member-modal {
    background: #f5ede6;
    width: 100%;
    max-height: 85vh;
    border-radius: 16px 16px 0 0;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform .3s ease;
}

.member-modal-overlay.active .member-modal {
    transform: translateY(0);
}

/* modal close button */
.modal-close {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1rem 0;
}

.modal-close button {
    background: none;
    border: none;
    cursor: pointer;
    color: #8B7355;
    font-size: 20px;
    line-height: 1;
}

/* modal drag handle */
.modal-handle {
    width: 40px;
    height: 4px;
    background: rgba(139,115,85,0.3);
    border-radius: 2px;
    margin: 10px auto 0;
}
/*------------------------------------------- End: Investor - The Board -------------------------------------------*/


/*-------------------------------------------Start: Investor - Shareholders-------------------------------------------*/
.shareholders-title {
    font-size: clamp(1rem, 2.5vw, 1.5625rem); /* 25px */
    color: #B38844;
}

.general-information-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 12px;
    overflow: hidden;
}

.general-information-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    background: #f9f9f7;
    transition: background .2s;
}

.general-information-item:hover {
    background: #f5ede6;
}

.general-information-item .bkey {
    font-size: clamp(0.75rem, 1.5vw, 0.9375rem); /* 15px */
    color: #5f5e5a;
}

.general-information-item .bval {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem); /* 14px */
    font-weight: 700;
    color: #B8860B;
}

.shareholders-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.shareholders-content img {
    width: 40%;
}

.shareholders-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-radius: 12px;
    overflow: hidden;
}

.shareholders-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    background: #f9f9f7;
    transition: background .2s;
    border-bottom: 1px solid #5f5e5a;
}

.shareholders-item:hover {
    background: #f5ede6;
}

.shareholders-item .bkey {
    font-size: clamp(0.75rem, 1.5vw, 0.9375rem); /* 15px */
    color: #5f5e5a;
    font-weight: 700;
}

.shareholders-item .bval {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem); /* 14px */
    font-weight: 700;
    color: #5f5e5a;
}

.shareholders-item:first-child {
    background: #CFB182;
    border-bottom: none;
}

.shareholders-item:first-child .bkey,
.shareholders-item:first-child .bval {
    color: white !important;
}
/*------------------------------------------- End: Investor - Shareholders -------------------------------------------*/


/*------------------------------------------- Start: Investor - Corporate Governance -------------------------------------------*/
.corporate-governance-title {
    font-family: "Gotham";
    font-size: 25px;
    color: #B38844;
    margin-bottom: 10px;
}

.corporate-governance-content {
    font-size: 16px;
}

.corporate-governance-content img {
    width: 40%;
}

.fundamental-row {
    display: flex;
    justify-content: space-between; 
    gap: 20px;
}

.fundamental-item {
    flex: 1 1 20%;
    padding: 20px;
    transition: 0.3s;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.fundamental-item i {
    font-size: 40px;
    color: #B38844;
    margin-bottom: 15px;
    display: block;
}

.fundamental-item h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.fundamental-item p {
    font-size: 14px;
    color: #666;
}
/*------------------------------------------- End: Investor - Corporate Governance -------------------------------------------*/


/*------------------------------------------- Start: Investor - Information Access -------------------------------------------*/
.information-access-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 4px 0 8px;
}

.information-access-card {
    background: var(--color-background-primary);
    border: 0.5px solid var(--color-border-tertiary);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.information-access-name {
    padding: 8px 1.25rem;
    background: var(--color-background-secondary);
    border-bottom: 0.5px solid var(--color-border-tertiary);
    font-size: 16px;
    font-weight: bold;
    color: var(--color-text-secondary);
    letter-spacing: .04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information-access-body { 
    padding: 1rem 1.25rem; 
}

.information-access-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.avatar {
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 15px; 
    font-weight: 500;
    flex-shrink: 0;
}

.information-access-company { 
    font-size: 16px; 
    font-weight: 500; 
    color: var(--color-text-primary); 
    margin: 0; 
}

.information-access-divider { 
    border: none; 
    border-top: 0.5px solid var(--color-border-tertiary); 
    margin: 0 0 10px; 
}

.information-access-row { 
    display: flex; 
    gap: 8px; 
    align-items: flex-start; 
    padding: 3px 0; 
}

.information-access-icon { 
    width: 14px; 
    height: 14px; 
    flex-shrink: 0; 
    margin-top: 2px; 
    opacity: 0.45;
}

.information-access-label { 
    font-size: 12px; 
    color: var(--color-text-tertiary); 
    margin: 0 0 1px; 
}

.information-access-value { 
    font-size: 14px; 
    color: var(--color-text-primary); 
    margin: 0; 
    line-height: 1.4; 
}
/*------------------------------------------- End: Investor - Information Access -------------------------------------------*/


/*-------------------------------------------Mobile View Setup-------------------------------------------*/
@media (max-width: 768px) {
    .information-access-grid {
        grid-template-columns: 1fr;
    }

    .wrapper-investor {
        grid-template-columns: 1fr; /* single column */
    }

    .right {
        display: none; /* hide on mobile */
    }

    .photo-area {
        padding: 0.5rem;
    }

    .general-information-item {
        flex-direction: column;
        align-items: flex-start; /* align both to left */
        gap: 4px;
    }

    .shareholders-content img {
        width: 100%;
    }

    .shareholders-content {
        margin-bottom: 10px;
    }
}