body {
    background-color: #ffffff;
}

/* ==========================================================================
   CARE-HOSPITAL - INVESTOR INTERNAL SECTION STYLES (investor-internal.css)
   ========================================================================== */

/* 1. GENERAL WRAPPER & DECORATIVE GRAPHICS */
.investor-internal-main {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

/* Background blur graphics (fluid shapes from assets) */
.bg-blur {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.65;
    mix-blend-mode: multiply;
}

.bg-blur-top-left {
    top: 0px;
    left: -40px;

}

.bg-blur-bottom-right {
    bottom: 0px;
    right: 0px;

}

.investor-internal-container {
    position: relative;
    z-index: 2;
    /* Keeps text above background graphics */
}

/* 2. BREADCRUMBS OVERRIDES FOR INTERNAL PAGE */
/* .banner-top-wrapper {
    margin-bottom: 22px;
} */

.site-breadcrumb {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #6C6C64;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #6C6C64;
    font-size: 14px;
}

.breadcrumb-item a {
    color: #6C6C64;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;

}

.breadcrumb-item a:hover {
    color: #164D92;
}

.breadcrumb-item.active {
    color: #2C2E3B;
    font-weight: 600;
}

/* 3. TWO-COLUMN LAYOUT STRUCTURE */
.investor-tabs-layout-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 54px;
    margin-top: 0px;
}

/* LEFT SIDEBAR MENU (1440px desktop standard) */
.investor-sidebar-menu {
    flex: 0 0 369px;
    width: 369px;
    height: auto;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    position: sticky;
    top: 0;
    /* Accounts for header height + buffer */
    overflow-y: auto;
}

.investor-tab-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

.investor-tab-list li {
    display: block;
    width: 100%;
}

.investor-tab-list li:not(:last-child) {
    margin-bottom: 0;
}

.investor-tab-list:not(.investor-tab-list-grouped) > li:last-child > .tab-trigger {
    border-bottom: none;
}

/* Grouped sidebar: subcategory → investor data */
.investor-tab-list-grouped > .investor-tab-group {
    display: block;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.investor-tab-list-grouped > .investor-tab-group:last-child {
    border-bottom: none;
}

.investor-tab-group--direct {
    margin: 0;
}

.investor-tab-group--direct:has(> .tab-trigger-section.active) {
    border-left: 4px solid #164D92;
}

.investor-tab-group--direct > .tab-trigger-section {
    padding: 16px 32px 16px 28px;
    font-size: 15px;
    font-weight: 400;
    color: #1e1e1e;
    letter-spacing: normal;
    text-transform: none;
    border-bottom: none;
    background: transparent;
}

.investor-tab-group--direct > .tab-trigger-section .tab-text {
    align-items: center;
    gap: 10px;
    color: #164D92;
    font-size: 16px;
    font-weight: 600;
}

.investor-tab-group--direct > .tab-trigger-section .tab-text::before {
    content: none;
}

.investor-tab-group--direct > .tab-trigger-section:hover {
    color: #164D92;
    background: transparent;
}

.investor-tab-group--direct > .tab-trigger-section.active {
    padding: 14px 32px 14px 28px;
    font-size: 13px;
    font-weight: 700;
    color: #164D92;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #FFFFFF;
    box-shadow: 0 2px 12px rgba(22, 77, 146, 0.12);
}

/* .investor-tab-group--direct > .tab-trigger-section.active .tab-text::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #164D92;
    opacity: 1;
    box-shadow: 0 0 0 3px rgba(22, 77, 146, 0.18);
} */

.investor-tab-group-label {
    padding: 18px 32px 18px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #164D92;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.3;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
}

.investor-tab-sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.investor-tab-sublist > li {
    display: block;
    width: 100%;
}

.tab-trigger-nested {
    padding: 16px 32px 16px 44px;
    font-size: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.investor-tab-sublist > li:last-child > .tab-trigger-nested {
    border-bottom: none;
}

.investor-tab-list-grouped > .investor-tab-group:last-child .investor-tab-sublist {
    padding-bottom: 0;
}

.investor-empty-state {
    padding: 48px 24px;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #6C6C64;
    background: #F9F9F9;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
}

.investor-design-block {
    width: 100%;
}

.investor-report-filters {
    margin-bottom: 24px;
}

.investor-report-filters__row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.investor-report-filter {
    min-width: 200px;
    flex: 1 1 200px;
    max-width: 280px;
}

.investor-report-filter__label {
    display: block;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1E1E1E;
}

.investor-report-filter__select-wrap {
    position: relative;
}

.investor-report-filter__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 36px 12px 14px;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    background: #FFFFFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23164D92' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1E1E1E;
    cursor: pointer;
}

.investor-report-filter__select:focus {
    outline: none;
    border-color: #164D92;
}

.investor-report-filters__empty {
    margin: 16px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #6C6C64;
}

.investor-report-item.is-filter-hidden,
[data-investor-table-row].is-filter-hidden,
[data-investor-matrix-row].is-filter-hidden,
[data-investor-table-quarter-header].is-filter-hidden,
[data-investor-company-year-header].is-filter-hidden,
[data-investor-table-cell].is-filter-hidden,
[data-investor-matrix-cell].is-filter-hidden,
[data-investor-matrix-category].is-filter-hidden {
    display: none !important;
}

.investor-tab-panes {
    width: 100%;
}

/* Tab button triggers */
.tab-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 32px 20px 45px;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
    box-sizing: border-box;
}

.tab-trigger:hover {
    color: #164D92;
}

/* Tab trigger arrow - hidden on desktop by default */
.sustain-arrow-wrapper {
    display: none;
}

/* Active tab style: White capsule with border-radius and shadow */
.tab-trigger.active {
    background: #FFFFFF;
    color: #164D92;
    font-weight: 600;
    /* border-radius: 12px; */
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}


.tab-trigger.active {
    border-bottom-color: #dddddd;
}

.investor-tab-sublist .tab-trigger-nested.active {
    background: #FFFFFF;
    color: #164D92;
    font-weight: 600;
    box-shadow: inset 4px 0 0 #164D92;
}

/* RIGHT CONTENT PANEL */
.investor-content-panel {
    flex: 1;
    min-width: 0;
    background: transparent;
}

/* Hide mobile header elements on desktop */
.content-header-mobile {
    display: none;
}

/* Common Desktop Heading */
.content-desktop-heading {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
}

.overview-paragraph {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

/* 4. TAB PANES (Tabbing behavior control) */
.tab-pane {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.tab-pane.active {
    display: block;
}
 
.text-center.matrix-cls-left {text-align: left !important;}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

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

/* 5. TAB-SPECIFIC DATA STRUCTURES */

/* A. General Pane styling */
.pane-description {
    font-size: 15px;
    color: #6C6C64;
    line-height: 1.6;
    margin-bottom: 24px;
}

.pane-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #2C2E3B;
    margin-top: 32px;
    margin-bottom: 16px;
}

/* B. Tables (Overview, Annual Returns, Reports, Ratings) */
.details-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
}

.details-table th,
.details-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #EAEAEA;
    color: #4c4c4c;
}

.details-table tbody tr:last-child th,
.details-table tbody tr:last-child td {
    border-bottom: none;
}

.details-table th {
    font-weight: 600;
    color: #164D92;
    background: #FDFDFD;
    width: 30%;
}

.details-table td {
    color: #6C6C64;
}

/* Files / Action table specific formatting */
.details-table.files-table th {
    width: auto;
    background: #F9F9F9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 20px;
}

.details-table.files-table td {
    color: #2C2E3B;
}

.details-table.files-table tbody tr:hover {
    background: #FAFBFD;
}

/* PDF Download style link */
.pdf-download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #164D92;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s ease;
}

.pdf-download-link:hover {
    color: #323F67;
}

.pdf-download-link svg {
    transition: transform 0.2s ease;
}

.pdf-download-link:hover svg {
    transform: translateY(2px);
}

/* Quarterly Reports specific layouts */
.reports-table th {
    background: #F9F9F9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 20px;
    width: auto;
}

.report-file-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #164D92;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.report-file-link:hover {
    color: #323F67;
    text-decoration: underline;
}

.no-file {
    font-size: 14px;
    color: #A0AEC0;
    font-style: italic;
}

/* AGM details styling */
.agm-details-list {
    margin-bottom: 24px;
    padding-left: 20px;
    list-style-type: disc;
}

.agm-details-list li {
    font-size: 15px;
    color: #6C6C64;
    margin-bottom: 8px;
}

.agm-details-list strong {
    color: #2C2E3B;
}

/* Credit Ratings specific table */
.ratings-table th {
    background: #F9F9F9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 12px 20px;
    width: auto;
}

.ratings-table td strong {
    color: #164D92;
}

/* C. BOARD OF DIRECTORS CARDS (AS DETAILED IN DESKTOP IMAGES) */
.investor-tab-section {
    margin-top: 8px;
}

.investor-tab-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.investor-switch-tab {
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 8px;
    background: #f7f7f7;
    border: 1px solid #EAEAEA;
    transition: all 0.2s ease;
    color: #2C2E3B;
}

.investor-switch-tab:hover {
    border-color: #164D92;
}

.investor-switch-tab.active {
    background: #164D92;
    color: #fff;
    border-color: #164D92;
}

.investor-switch-tab span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.investor-switch-box {
    display: none;
}

.directors-grid.investor-switch-box {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.directors-grid.investor-switch-box.active {
    display: grid;
}

.directors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.director-card {
    background: #f7f7f7;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.01);
}

/* Round avatar wrapper 200px * 200px */
.director-image-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--common-gredient);
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.director-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text info styles */
.director-info {
    flex: 1;
    margin-bottom: 23px;
}

.director-name {
    font-size: 16px;
    font-weight: 500;
    color: #2C2E3B;
    margin: 0 0 6px 0;
    line-height: 1.4;
}

.director-designation {
    font-size: 14px;
    font-weight: 400;
    color: #6C6C64;
    margin: 0;
    line-height: 1.4;
}

/* Full width separator end-to-end */
.director-card-divider {
    width: calc(100% + 40px);
    /* Extends out of padding to touch edges */
    margin-left: -20px;
    margin-right: -20px;
    border: none;
    border-top: 1px solid #EAEAEA;
    margin-top: 0;
    margin-bottom: 20px;
}

/* View Profile Button on left and Social Icons on right */
.director-links {
    width: 100%;
}

.view-profile-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    color: #323F67;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
    cursor: pointer;
}

.view-profile-btn:hover .btn-line {
    width: 100%;
}

/* Social icons wrap style */
.social-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #164D92;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.social-icon-circle:hover {
    background: #164D92;
    color: #FFFFFF;
    border-color: #164D92;
    transform: scale(1.08);
}

/* D. ANNUAL RETURNS CARDS */
.annual-returns-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px;
}

.annual-return-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.annual-return-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    aspect-ratio: 180 / 260;
    min-height: 280px;
    background-image: url('../images/annual-bg-report.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 30px 20px;
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.02);
}

.annual-return-card .card-center-text {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 17px;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    word-wrap: break-word;
}

.annual-return-card .card-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
    height: 50px;
}

.annual-return-card .card-logo-img {
    max-width: 90%;
    max-height: 40px;
    object-fit: contain;
}

.annual-return-card--thumbnail {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
}

.annual-return-card-wrapper--video {
    max-width: 100%;
}

.annual-return-card--video {
    padding: 0;
    background-image: none;
    background-color: #000;
    overflow: hidden;
    min-height: auto;
    aspect-ratio: 16 / 9;
}

.investor-youtube-embed {
    width: 100%;
    height: 100%;
}

.investor-youtube-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.card-external-label {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4C4C4C;
    text-align: center;
    margin-top: 15px;
}

.investor-sidebar-menu {
    position: sticky;
}

.investor-sidebar-menu {
    position: sticky;
    overflow: auto;
    height: 560px;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #bdbdbd transparent;
}

/* Chrome, Edge, Safari */
.investor-sidebar-menu::-webkit-scrollbar {
    width: 5px;
}

.investor-sidebar-menu::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 10px;
}

.investor-sidebar-menu::-webkit-scrollbar-thumb {
    background:
        linear-gradient(270deg, #1DA491 0%, #345196 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border-radius: 10px;
}

.investor-sidebar-menu::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(270deg, #169785 0%, #2d4685 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

/* Firefox */
.investor-sidebar-menu {
    scrollbar-width: thin;
    scrollbar-color: #1DA491 #f2f2f2;
}


/* ==========================================================================
   5. RESPONSIVE DESIGN & LAYOUT MEDIA QUERIES
   ========================================================================== */

/* A. For screens larger than 1440px (Ensure limits don't break design) */

/* B. For screens between 1025px and 1440px */
@media (max-width: 1440px) {
    .investor-sidebar-menu {
        flex: 0 0 369px;
        width: 369px;
        height: auto;
        max-height: 480px;

    }

    .investor-tabs-layout-wrapper {
        gap: 54px;
    }

    .directors-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}
@media (max-width: 1440px) {
.annual-returns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
}

/* C. For Tablets (992px to 1024px) */
@media (max-width: 1024px) {
    .investor-sidebar-menu {
        flex: 0 0 280px;
        width: 280px;
    }

    .director-image-wrapper {
        width: 150px;
        height: 150px;
    }

    .annual-returns-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 991px) {

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

    .director-image-wrapper {
        width: 130px;
        height: 130px;
    }
}

/* D. For Mobile & Small Tablets (<= 768px) - Drill down layout mode */
@media (max-width: 768px) {

    .annual-returns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .internal-breadcrumbs {
        display: none;
        /* Breadcrumbs hidden on mobile */
    }

    .investor-tabs-layout-wrapper {
        flex-direction: column;
        gap: 0;
      
    }

    /* Initial state on Mobile: Sidebar fills width, content panel is hidden */
    .investor-sidebar-menu {
        flex: none;
        width: 100%;
        height: auto;
        max-height: none;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        display: block;
    }

    .investor-tab-list {
        background: #F9F9F9;
        border: 1px solid #DDDDDD;
        border-radius: 16px;
        padding: 10px 16px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }

    .tab-trigger {
        padding: 20px 0px;
        font-size: 16px;
        font-weight: 500;
        color: #2C2E3B;
        border-bottom: 1px solid #dddddd;
    }

    .investor-tabs-layout-wrapper.mobile-user-selected-tab .tab-trigger.active {
        background: transparent;
        color: #164D92;
        box-shadow: none;
        padding-left: 0px;
        font-weight: 600;
    }

    /* Mobile arrows on list item */
    .tab-arrow-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        border-radius: 6px;
        background: #164D92;
        color: #FFFFFF;
        transition: transform 0.2s ease;
    }

    .tab-trigger:hover .tab-arrow-mobile {
        transform: translateX(4px);
    }

    .investor-tab-group-label {
        padding: 14px 0 6px;
   
        letter-spacing: 0.05em;
    }

    .tab-trigger-nested {
        padding: 18px 0 18px 12px;
        font-size: 15px;
    }

    .investor-tab-list-grouped > .investor-tab-group {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 0px;
        margin-bottom: 6px;
    }

    .investor-tab-list-grouped > .investor-tab-group:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .investor-tab-group--direct {
        border-left: none;
        background: transparent;
    }

    .investor-tabs-layout-wrapper.mobile-user-selected-tab .investor-tab-group--direct:has(> .tab-trigger-section.active) {
        border-left-width: 3px;
        background: #EEF4FB;
    }

    .investor-tab-group--direct > .tab-trigger-section {
        padding: 16px 0 16px 12px;
        font-size: 15px;
        letter-spacing: normal;
        text-transform: none;
        font-weight: 400;
        color: #1e1e1e;
    }

    .investor-tabs-layout-wrapper.mobile-user-selected-tab .investor-tab-group--direct > .tab-trigger-section.active {
        padding: 16px 0 16px 10px;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: 700;
        color: #164D92;
        background: #FFFFFF;
        box-shadow: 0 2px 10px rgba(22, 77, 146, 0.1);
    }

    .investor-tabs-layout-wrapper.mobile-user-selected-tab .investor-tab-sublist .tab-trigger-nested.active {
        box-shadow: none;
        padding-left: 12px;
    }

    /* Hide arrow on last item border */
    .investor-tab-list:not(.investor-tab-list-grouped) > li:last-child > .tab-trigger {
        border-bottom: none;
    }

    /* Initial state: hide content panel on mobile */
    .investor-content-panel {
        display: none;
        width: 100%;
    }

    /* Desktop heading is hidden on mobile */
    .content-desktop-heading {
        display: none;
    }

    .sustain-arrow-wrapper {
        display: flex;
    }

    /* Mobile Detail View Header */
    .content-header-mobile {
        display: flex;
        align-items: center;
        gap: 5px;
        padding-bottom: 16px;
    }

    .back-to-tabs-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease;
    }

    .back-to-tabs-btn:hover {
        transform: translateX(-4px);
    }

    .mobile-heading-text {
        font-size: 18px;
        font-weight: 500;
        color: #1E1E1E;
    }

    /* Card adjustments for mobile */
    .directors-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .director-card {
        padding: 20px 16px 10px;
    }

    /* Table adjustments for mobile scrolling */
    .details-table th,
    .details-table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .investor-tabs-layout-wrapper.mobile-panel-open .investor-sidebar-menu {
        display: none;
    }

    .investor-tabs-layout-wrapper.mobile-panel-open .investor-content-panel {
        display: block;
    }

    .bg-blur {
        display: none;
    }

    .investor-internal-main {
        padding: 20px 0px;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .pdf-file-link span {
        white-space: nowrap;
    }

    .director-name {
        font-size: 14px;
    }

    .director-designation {
        font-size: 12px;
    }

    /* .investor-tabs-layout-wrapper{margin-top: 60px;} */

    
}

/* E. Small Mobile (< 480px) */
@media (max-width: 479px) {
    .director-image-wrapper {
        width: 150px;
        height: 150px;
        margin-bottom: 24px;
    }

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

    .mobile-heading-text {
        font-size: 16px;
    }

    .annual-return-card {
        min-height: auto;
    }

    .card-external-label {
        font-size: 12px;
    }

    .directors-grid {
        grid-template-columns: 1fr;
    }

    .tab-trigger {
        font-size: 14px;
    }

    .sustain-arrow-wrapper img {
        width: 21px;
        height: 22px;
    }
}

/* E. QUARTERLY REPORTS TABLE OVERRIDES */
.reports-table {
    border-collapse: collapse;
}

.reports-table th,
.reports-table td {
    border: 1px solid #EAEAEA !important;
    text-align: center;
    padding: 16px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

.reports-table th {
    text-transform: none !important;
    color: #164D92 !important;
    background: #F7f7f7;
}

.reports-table th:first-child,
.reports-table td:first-child {
    text-align: left;
}

.pdf-download-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.pdf-download-icon-link:hover {
    transform: scale(1.18);
}

.investor-youtube-table-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #164D92;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.investor-youtube-table-link:hover {
    color: #FFFFFF;
    opacity: 0.9;
}

.pdf-download-icon-link svg path {
    transition: stroke 0.2s ease;
}

.pdf-download-icon-link:hover svg path {
    stroke: #164D92;
}

.no-file-dash {
    color: #4C4C4C;
    font-weight: 500;
}

@media (max-width: 768px) {

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

/* F. AGM TABLE OVERRIDES */
.agm-table {
    border-collapse: collapse;
}

.agm-table th,
.agm-table td {
    border: 1px solid #EAEAEA !important;
    padding: 16px 20px;
    vertical-align: middle;
}

.agm-table td.category-cell {
    text-align: left;
    font-weight: 500;
    color: #4c4c4c;
    width: 25%;
    font-size: 14px;
    font-weight: 600;
}

.agm-table td:not(.category-cell) {
    text-align: center;
}

.pdf-file-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4C4C4C;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.pdf-file-link:hover {
    color: #164D92;
    transform: translateY(-1px);
}

.pdf-file-link svg {
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.pdf-file-link:hover svg {
    transform: scale(1.08);
}

@media (max-width: 768px) {

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

    .agm-table td.category-cell {
        min-width: 220px;
        width: 220px;
    }

    .agm-table td:not(.category-cell) {
        min-width: 130px;
    }
}

/* G. CREDIT RATINGS STYLES */
.credit-ratings-container {
    margin-top: 20px;
    font-family: 'Manrope', sans-serif;
}

.credit-ratings-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    margin-bottom: 37px;
}

.rating-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-title {
    font-size: 15px;
    font-weight: 500;
    color: #047C9E !important;
    margin: 0 0 4px 0;
}

.rating-info-row {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    margin: 0;
    line-height: 1.2;
}

.rating-info-row strong {
    color: #2C2E3B;
    font-weight: 600;
}

.credit-ratings-footer {
    font-size: 14px;
    font-weight: 500;
    color: #1e1e1e;
    margin-top: 20px;
    padding-top: 20px;
}



/* Mobile responsive query */
@media (max-width: 768px) {
    .credit-ratings-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .credit-ratings-footer {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .credit-ratings-grid {
        margin-bottom: 20px;
    }
}
