@media (max-width: 1800px) {
    .nav a {
        font-size: 22px;
    }

    .sub-menu a {
        font-size: 18px;
    }
}

@media (max-width: 1600px) {

    .nav {
        gap: 0.2rem;
    }
}

@media (max-width: 1536px) {
    .nav a {
        font-size: 20px;
    }

    .sub-menu a {
        font-size: 16px !important;
    }

    .nav-holder {
        width: 40vw;
    }

    .nav {
        gap: 1rem;
    }
}


@media (max-width: 1440px) {
    .footer-flex a {
        font-size: 14px;
    }
}

@media(max-width:1366px) {

    .board-directors-flex {
        flex-direction: column;
        /* gap: 2rem; */
    }

    .board-directors-sec {
        width: 100%;
    }

    .board-directors-sec:nth-child(2) thead {
        display: none;
    }

    .in-card-sec {
        min-height: 200px;
    }

    .corporate-action th:nth-child(1),
    .corporate-action td:nth-child(1),
    .corporate-action th:nth-child(2),
    .corporate-action td:nth-child(2) {
        min-width: 150px;
    }

    .double-pdf {
        width: 70%;
    }

    .accordion-header {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .nav-holder {
        width: 30vw;
    }

    .footer-nav-list a {
        font-size: 14px;
    }

    .footer-col3 {
        width: 10%;
        padding: 0;
    }

    .footer-col4 {
        width: 12%;

    }

    .footer-flex address {
        padding: 0;
    }

    .footer-col5 {
        padding: 0;
    }

    .footer-nav {
        flex-direction: column;
    }


}

@media(max-width:1024px) {
    .footer-one img {
        width: 120px;
    }

    .in-container h2 {
        margin-bottom: 1.5rem;
    }

    .double-pdf {
        width: 100%;
    }

    .pdf-list-sec {
        width: 100%;
    }

    .pdf-list-sec {
        padding: 1rem;
    }

    .pdf-list-sec a p {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .nav-holder {
        width: 40vw;
    }

    .footer {
        padding: 2rem 0;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footer-flex p {
        font-size: 18px;
    }

    .footer-flex address {
        font-size: 14px;
    }

    .footer-flex.footer-even .footer-one img {
        display: none;
    }

    .footer-col4 {
        display: none;
    }

    .line-footer {
        display: none;
    }

    .footer-four-flex {
        flex-direction: column;
    }

    .footer-flex>div {
        padding: 1rem 0;
    }

    .footer-even .footer-one {
        padding: 1rem 0;
    }

    .footer-even .footer-one {
        padding: 0;
    }

    .footer-even .footer-col3 {
        padding: 1rem 0;
    }

    .footer-even .footer-col4 {
        padding: 1rem 0;
    }

    .footer-even .footer-col5 {
        padding: 1rem 0;
    }

    .sample-table {
        width: 100%;
    }

    .sample-table th,
    .sample-table td {
        padding: 1rem;
    }

    .sample-table td a img {
        width: 50px;
    }
}

@media(max-width:870px) {
    .in-contact-flex-sec {
        min-width: unset;
    }

    .investor-contact {
        padding: 1rem;
    }

    /* sample table */
    .sample-table {
        width: 100%;
    }

    .sample-table thead {
        display: none;
        /* Hide the table header on smaller screens */
    }

    .sample-table tr {
        display: block;
        margin-bottom: 1rem;
    }

    .sample-table td {
        display: block;
        text-align: right;
        padding: 0.5rem;
        position: relative;
        border-bottom: 1px solid #d8d8d8;
    }

    .sample-table td::before {
        content: attr(data-label);
        /* Add a label for each cell */
        position: absolute;
        left: 0;
        width: 40%;
        padding: 0.5rem;
        font-weight: bold;
        text-align: left;
    }

    .sample-table td a img {
        width: 40px;
    }

    .investor-heading h1 {
        font-size: 24px;
    }

    .hamburger-menu img {
        width: 24px;
    }
}


@media (max-width: 768px) {

    .nav-holder {
        width: 70vw;
    }

    .nav a {
        font-size: 18px;
    }

    .investor-menu {
        gap: 0;
    }

    .menu-text p {
        font-size: 15px;
    }

    .investor-heading {
        padding: 2rem 4% 1rem 4%;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .hamburger-menu {
        display: block;
    }

    .investor-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100vh;
        background-color: #fff;
        transition: left 0.3s ease;
        z-index: 1000;
        padding-top: 60px;
        /* To accommodate the hamburger button */
    }

    .investor-sidebar.open {
        left: 0;
    }

    .investor-sidebar.open .close-sidebar {
        display: block;
    }

    .investor-content {
        width: 100vw;
    }

    .pdf-list-sec {
        width: 100%;
    }

    .footer-flex {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer-col3 {
        display: none;
    }

    .line-footer {
        display: none;
    }

    .footer-col1 {
        width: 48%;
        gap: 1rem;
    }

    .footer-col2 {
        width: 48%;
        gap: 1rem;
    }

    .footer-col4 {
        width: 48%;
    }

    .footer-col5 {
        width: 48%;
    }
}

@media(max-width: 600px) {
    .footer-flex {
        flex-direction: column;
    }

    .footer-col1 {
        width: 100%;
        gap: 1rem;
    }

    .footer-col2 {
        width: 100%;
        gap: 1rem;
    }

    .footer-col4 {
        width: 100%;
    }

    .footer-col5 {
        width: 100%;
    }

    .board-directors-sec td>div img {
        width: 25px;
    }

    .board-directors-sec th,
    .board-directors-sec td {
        padding: 0.8rem 0.6rem;
    }

    .corporate-action th,
    .corporate-action td {
        padding: 1rem;
        font-size: 0.8rem;
    }

    .corporate-action th:nth-child(1),
    .corporate-action td:nth-child(1),
    .corporate-action th:nth-child(2),
    .corporate-action td:nth-child(2) {
        min-width: 100px;
    }

    .logo-holder img {
        width: 140px;
    }

    .double-pdf th,
    .double-pdf td {
        padding: 0.6rem;
    }

}

@media (max-width:400px) {

    .address-map h3 {
        font-size: 18px;
    }

    .nav-holder {
        width: 100vw;
    }
}