.inventors-hero-col{
    width: 100%;
    max-width: 970px;
}
.inventors-hero{
    justify-content: center;
    display: flex;
}
.latest-result {
    background-color: #7336FE;
    min-height: 120px;
    padding: 25px 30px;
    border-radius: 12px;
}
.img-w-100 {
	width: 100%;
	border-radius: 12px;
}
.latest-subtitle {
	color: #454545;
    font-weight: 600;
}
.latest-description{
	color: #454545;
    font-weight: 400;
}
.latest-wrap{
	max-width: 1115px;
    margin: 0 auto;
}
.bisclosure-title {
	width: 505px;
    font-size: 24px;
    font-weight: 600;
}

.investor-director-img {
	max-height: 331px;
}

/* Scrollbar for vertical menu */
.scrollbar-thin::-webkit-scrollbar {
	width: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
	background: transparent;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
	background-color: #7c3aed;
	border-radius: 9999px;
}
/* Custom focus style for accessibility */
.focus-visible:focus {
	outline: 2px solid #7c3aed;
	outline-offset: 2px;
}

/* Reports section */
.select-year {
	color: var(--theme-indigo-color);
    font-weight: 600;
    font-size: 16px;
	display: grid;
    align-items: center;
}
.select-data{
	padding: 9px 8px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid var(--theme-indigo-color);
    border-radius: 6px;
}
.select-data:focus-visible {
	 outline:none;
}
.tab-content-box {
	border: 1px solid var(--Gray, #CACACA);
    border-radius: 12px;
    padding: 12px 12px;
    margin-bottom: 23px;
    color: #454545;
    font-size: 14px;
    min-height: 91px;
    align-items: center;
    display: flex;
    font-weight: 500;
}
.select-title-coll {
	width: 100%;
    max-width: 295px;
}

#tab-title h6{
	font-size: 14px;
    line-height: 22px;
	cursor: pointer;
}
#tab-title .tab-active {
	font-weight: 600;
}

/* Corporate Governance */
.section-corporate {
	margin-top: 85px;
	background-color: var(--theme-indigo-color);
}
.corporate-text-box {
	width: 100%;
    max-width: 980px;
}
.corporate-sub-title {
	font-size: 28px;
}

/* investors-contact */
.investors-contact-title {
	font-size: 20px;
    line-height: 28px;
    font-weight: 500;
	margin: 0;
    padding-bottom: 14px;
}
.investors-contact-title-border{
	border-bottom: 5px solid #7336FE;
}
.investors-contact-des {
	color: #454545;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 9px;
}
.investors-phone {
	color: #454545;
    font-weight: 600;
    margin-bottom: 2px;
}
.investors-number {
	font-weight: 400;
}
/* FAQ title */
.faq-title {
	font-size: 18px;
   	margin-bottom: 0;
	cursor: pointer;
}
.faq-box {
	width: 100%;
    max-width: 810px;
    padding: 26px 25px;
    border: 1px solid #CACACA;
    border-radius: 12px;
	margin-bottom: 15px
}
.faq-des {
	padding-top: 10px;
	display: none;
}

.faq-box.active .faq-des {
	display: block;
}
.accordion-item {
    margin-bottom: 10px;
}
.accordion-title {
    padding: 10px 0;
    margin: 0;
    color: #2d2d2d;
    font-weight: bold;
}
.category-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 2px 15px;
    background-color: #f4f4f4;
    margin-top: 15px;
    border: 1px solid #d6d6d6;
    color: #444 !important;
    font-size: 16px;
    font-weight: 300;
}
.category-toggle .toggle-icon {
    margin-right: 10px;
    font-size: 12px;
}
.category-toggle.collapsed .toggle-icon::before {
    content: "+";
    font-size: 25px;
}
.category-toggle.open .toggle-icon::before {
    content: "-";
    font-size: 25px;
}
.subcategory-list {
    display: none;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #d6d6d6;
}
.subcategory-list.open {
    display: block !important;
}
.subcategory-list ul {
    list-style-type: none;
    padding-left: 0;
}
.subcategory-list ul li {
    margin: 15px 0;
}
.subcategory-list ul li a {
    text-decoration: none;
    color: black;
    position: relative;
    padding-left: 25px;
}
.subcategory-list ul li a:hover {
    text-decoration: none;
    color: #0080ce;
}
.subcategory-list ul li a::before {
    content: "\1F4C1"; /* Unicode for PDF icon (📁) */
    position: absolute;
    left: 0;
    color: #ff0000; /* Red color for PDF icon */
    font-size: 14px;
}
.subcategory-list ul li em {
    color: #666;
}
/* Parent Category Navigation */
.parent-category {
    padding: 12px 16px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #444;
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.parent-category:hover {
    background-color: #ffffff;
    color: #444;
}

.parent-category.active-parent-category {
    color: #444;
    background-color: #ffffff;
}

.parent-category.active-parent-category::before,
.parent-category.active-parent-category::after {
    content: '';
    position: absolute;
    left: 13px;
    right: 13px;
    height: 1.6px;
    background-color: #0066cc;
}

.parent-category.active-parent-category::before {
    top: 0;
}

.parent-category.active-parent-category::after {
    bottom: 0;
}
.grandchild-title{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Investor Content and PDF Display Styles */
.investor-content {
    margin-bottom: 10px;
    padding: 0px 45px 0 0;
}

.investor-content h4 {
    color: #5f6569;
}

.investor-content p {
    margin: 0 0 10px 0;
    line-height: 1.6;
    color: #454545;
    font-size: 16px;
}

.investor-pdf {
    margin-top: 8px;
}

.pdf-link {
    display: inline;
    text-decoration: underline;
    color: #7336FE;
    font-weight: 400;
}

.pdf-link:hover {
    color: #7336FE;
    text-decoration: underline;
}

.pdf-icon {
    margin-right: 6px;
    font-size: 14px;
    color: #0066cc;
}
.mobile-category-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}


.main-category {
    font-size: 18px;
    display: inline-block;
    border-top: 2px solid #0066cc;
    border-bottom: 2px solid #0066cc;
    padding: 2px 6px;

}

.toggle-dropdown-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-category-dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 16px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.mobile-category-dropdown.show {
    display: block;
}

.mobile-category-dropdown li {
    padding: 10px 0;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .investor-content {
        margin-bottom: 8px;
    }
    
    .pdf-link {
        padding: 4px 8px;
        font-size: 14px;
    }
    .select-title-coll {
        display: none;
    }
    .mobile-category-header {
        display: flex;
        position: relative;
        justify-content: center;
        text-align: center;
        padding: 12px 40px;
    }
    .accordion-item {
        margin-top: 30px;
    }
}