@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

    .content-section {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ddd;
    }

    .investors-left {
        position: relative;
        background: white;
        color: white;
        background-size: cover;
        background-position: center;
        display: flex;
        width: 350px;
        right: unset;
    }

    .investors-left header {
        display: none;
        justify-content: flex-end;
    }

    .side-bar {
        background-color: #fff;
        backdrop-filter: blur(15px);
        width: 100%;
        overflow-y: auto;
        transition: 0.6s ease;
        transition-property: left;
        padding: 20px 0;
        min-height: 100vh;
    }

    .side-bar::-webkit-scrollbar {
        width: 0px;
    }
    
    .menu-toggle{
        display: none;
    }


    .investors-left h1 {
        text-align: left;
        font-weight: 600;
        font-size: 16px;
        padding: 6px;
        margin: 16px 0 32px;
        color: #000;
    }

    .side-menu-head{

        font-weight: 500;
        font-size: 16px;
        text-align: left;
    }

    .side-bar .menu {
        width: 330px;
        margin: auto;
        display: flex;
        flex-direction: column;
    }

    .side-bar .menu .item {
        position: relative;
        cursor: pointer;
    }

    .side-bar .menu .item a {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        display: flex;
        align-items: stretch;
        margin: 10px 0;
        justify-content: space-between;
        background-color: unset;
        flex-direction: column;
    }

    .sub-btn-container{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
    }

    .sub-btn-container.active{
        background-color: #0581c7;
    }

    .side-bar .menu .item a:hover {
        transition: 0.3s ease;
    }

    .side-bar .menu .item p {
        display: flex;
        align-items: center;
    }

    .side-bar .menu .item img {
        margin: 0 15px 0 0;
        width: 24px;
    }

    .side-bar .menu .item a .dropdown {
        right: 0;
        transition: 0.3s ease;
    }

    .side-bar .menu .item .sub-menu {
        display: none;
        margin-left: 42px;
        width: calc(330px - 42px);
    }

    .side-bar .menu .item .sub-menu a {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-transform: none;
        border: unset;
    }

    .rotate {
        transform: rotate(-180deg);
        color: #fff;
    }

    .close-btn {
        color: #fff;
        font-size: 23px;
        right: 0px;
        margin: 15px;
        cursor: pointer;
    }

    .menu-btn {
        position: absolute;
        color: rgb(0, 0, 0);
        font-size: 35px;
        margin: 25px;
        cursor: pointer;
    }

    .main {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px;
    }

    .main h1 {
        color: rgba(255, 255, 255, 0.8);
        font-size: 60px;
        text-align: center;
        line-height: 80px;
    }

    .side-bar .menu .item .sub-menu .sub-item.active {
        font-weight: 600;
        color: #1D398D;
    }

    .sub-btn-container .sub-btn-img .sub-btn-img1 {
        display: unset;
    }

    .sub-btn-container .sub-btn-img .sub-btn-img2 {
        display: none;
    }

    .sub-btn-container .sub-btn-img {
        color: #000;
        font-weight: 300;
        margin-bottom: 0;
    }

    .sub-btn-container.active .sub-btn-img .sub-btn-img1 {
        display: none;
    }

    .sub-btn-container.active .sub-btn-img .sub-btn-img2 {
        display: unset;
    }

    .sub-btn-container.active .sub-btn-img {
        color: #fff;
        font-weight: 500;
    }

    .investors-right {
        width: 350px;
        padding: 4px;
        background-color: #e9e9e9;
    }

    /* common section */

    .investors-right-container{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .investors-right-container a{
        color: #000;
        padding: 16px 24px;
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        font-size: 16px !important;
        width: 49%;
        justify-content: space-between;
        align-items: center;
        background-color: #f9f9f9;
    }

    .investors-right-container a:hover{
        background-color: #fff;
    }

    .investors-right-container a p{
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 0;
    }

    .investors-right-container h4{
        color: #000;
        font-size: 22px;
        font-weight: 600;
    }

    .investors-right-ptag{
        display: flex;
        flex-direction: row;
        align-items: center;

    }

    .investors-right .investors-right-btn{
        width: unset;
        border-bottom: 1px solid #1D398D;
        padding: 0;
        color: #1D398D;
        background-color: unset;
    }

    .investors-right .investors-right-btn:hover{
        background-color: unset;
    }

    .investors-native-pdf {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .investors-native-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1vw;
    }

    .investors-native-container img{
        width: 34px;
    }

    .investors-sub-pdf {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .investors-sub-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1vw;
    }

    .investors-sub-container img{
        width: 34px;
    }

    .investors-sec-pdf {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .investors-sec-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1vw;
    }

    .investors-sec-container img{
        width: 34px;
    }

    /* board of director */

    .investors-right-content {
        display: flex;
        flex-direction: row;
        gap: 54px;
        justify-content: space-between;
    }

    .board-directors-container {
        display: flex;
        flex-direction: column;
        width: 47%;
    }

    .board-directors-container h5{
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .board-directors-container p{
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .board-directors-container .investors-right-blue h4{
        font-size: 18px;
        font-family:Verdana;
        font-weight: 600;
        color: #fff;
        margin-bottom: 4px;
    }

    .board-directors-container .investors-right-white h4{
        font-size: 18px;
        font-family:Verdana;
        font-weight: 600;
        color: #000;
        margin-bottom: 4px;
    }

    .board-directors-container .investors-right-blue p{
        color: #fff;
        font-size: 16px;
        font-family:Verdana;
        font-weight: 400;
        margin-bottom: 0;
    }

    .board-directors-container .investors-right-white p{
        color: #000;
        font-size: 16px;
        font-family:Verdana;
        font-weight: 400;
        margin-bottom: 0;
    }

    .investors-right-blue {
        padding: 18px 22px;
        font-family:Times New Roman;
         font-size: 16px;
        background-color: #7866ce;
    }

    .investors-right-white {
        padding: 18px 22px;
        font-family:Times New Roman;
         font-size: 16px;
        background-color: #fff;
    }


    /* contact details */

    .contact-detail-flex{
        display: flex;
        flex-direction: row;
        gap: 54px;
    }

    .contact-detail-container{
        background-color: #fff;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
    }

    .contact-detail-container h3{
        font-size: 22px;
    }

    .contact-detail-container h4{
        font-weight: 600;
        font-size: 24px;
        color: #0581c7;
    }

    .contact-detail-container h6{
        font-size: 22px;
    }

    .contact-detail-container p{
        font-size: 16px;
        color: #444;
    }

    .contact-detail-container a{
        font-size: 16px;
        color: #444;
    }

    .contact-detail-container.contact-detail-container1{
        background-color: #fff;
    }

    .contact-detail-link{
        display: flex;
        flex-direction: row;
        gap: 4px;
    }

    .contact-detail-link a{
        color: #0080C6;
    }

    /* bootstrap */

    .nav-tabs{
        --bs-nav-tabs-border-color: unset;
        --bs-nav-tabs-border-radius: unset;
        --bs-nav-tabs-link-hover-border-color: unset;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
        color: #000;
        position: relative;
        padding: 8px 12px;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:after{
        content: "";
        height: 2px;
        position: absolute;
        background-color: #1d398d;
        bottom: 0;
        left: 0;
        width: 0%;
        transition: all 0.2s;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover:after{
        width: 100%;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color: #fff;
        color: #000;
    }

    /* .main-tab-nav.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        background-color: #e9e9e9;
    }

    .main-tab-nav.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:after{
        top: 0;
        bottom: unset;
    } */

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{
        width: 100%;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:focus-visible, .nav-tabs .nav-link{
        border: 0px;
        outline: 0px;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        isolation: unset;
        border-color: unset;
    }

    .investors-right ul#myTab{
        justify-content: center;
        gap: 1vw;
    }

    .investors-right ul.main-tab-nav#myTab{
        justify-content: center;
        gap: 0;
        /* background-color: #fff; */
    }

    #agm-tab-pane .tab-content{
        margin-top: 34px;
    }

    #bom-tab-pane .tab-content{
        margin-top: 34px;
    }


    /* accordian */

    .accordion{
        --bs-accordion-border-radius: 0;
        --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }

    .accordion-button{
        border-radius: 0;
        font-weight: 600;
        font-size: 18px;
    }

    .accordion-item{
        background-color: unset;
        margin-bottom: 32px;
        border: none;
    }

    .accordion-item h4{
        margin-bottom: 0;
    }

    div#collapseOne{
        margin-top: 1vw;
    }

    div#collapseTwo{
        margin-top: 1vw;
    }

    div#collapseThree{
        margin-top: 1vw;
    }

    div#BOM-tab{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    div#AGM-tab{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .accordion-item:first-of-type .accordion-button{
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .accordion-button:focus{
        border: unset;
        box-shadow: unset;
    }

    .accordion-button:not(.collapsed){
        color: #fff;
        background-color: #0581c7;
    }

    .accordion-button:not(.collapsed)::after{
        color: #fff;
        background-image: url(../images/investors/2931161_arrow_top_up_direction_move.svg);
    }

    .buyback-dailyreport{
        margin: 34px 0;
    }
    
    
    
    @media only screen and (max-width: 1024px){
        .investors-right-content{
            flex-wrap: wrap;
            gap: 0;
        }
        
        .board-directors-container{
            width: 100%;
        }
        
        .investors-right-container a{
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 750px){
        
        #wrapper{
            width: 100%;
            overflow: hidden;
        }
        
        .menu-toggle{
            display: flex;
            width: 50px;
            height: 50px;
            position: absolute;
            top: 20px;
            left: 100%;
            transform: translateX(-50%);
            flex-direction: row;
            justify-content: flex-end;
            align-items: center;
            background-color: #1d398d;
            padding: 10px;
            border-radius: 50%;
            z-index: 20;
            transition: all 0.8s ease;
        }
        
        .menu-toggle.active{
            transform: translateX(-50%) rotate(-180deg);
        }
        
        .menu-toggle .fa{
            width: 50%;
            color: #fff;
            font-size: 20px;
        }
        
        main.content-section{
            width: 200%;
            position: relative;
            right: 100%;
            transition: all 0.8s ease;
        }
        
        main.content-section.active{
            right: 0%;
        }
        
        .investors-left{
            width: 50%;
        }
        
        .investors-right{
            width: 50%;
            padding: 0;
        }
        
        .investors-right-container{
            padding: 24px;
        }
        
        .contact-detail-flex{
            padding: 24px;
        }
        

        
        .investors-right-content{
            padding: 24px;
        }
        
    }
    
    