/* global-css */
a {
	text-decoration: none;
}
.ninety-container {
	width: 90%;
	margin-inline: auto;
}
/* banner-section-start */
.header-section {
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "PT Sans", sans-serif;
}
.header-section img {
	z-index: 1;
	display: block;
}
.header-section::before {
	content: "";
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	pointer-events: none;
	speak: none;
	background-color: rgba(0, 0, 0, 0.34);
	z-index: 2;
}
.absolute-section {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-container p {
	font-weight: 700;
	font-size: 45px;
	line-height: 1.1;
	color: rgb(255, 255, 255);
	font-family: "PT Sans", sans-serif;
	font-style: normal;
	letter-spacing: 0em;
}
/* banner-section-end */

/* tab-section-start */
.tab-section {
	width: 100%;
	font-family: "PT Sans", sans-serif;
}
.investor-tab-content {
	justify-content: start;
}
.left-sidebar,
.right-main-content {
	padding-block: 60px;
}
.menu-link.active,
.year-btn.active {
	background: transparent;
	color: #0d6efd;
}
/* left-sidebar-start */
.left-sidebar {
	flex-basis: 595px;
	min-width: 595px;
	background-color: #f6f6f6;
	font-family: "PT Sans", sans-serif;
}
.left-sidebar > :not(:first-child) {
	padding-top: 10px;
	border-top: 1px solid #cfcfcf;
}
.menu-group {
	width: calc(100% - 30%);
	margin-inline: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}
.menu-group > p,
.without-children {
	font-weight: 700;
	font-size: 22px;
	color: #6b6a6a;
	margin-bottom: 0%;
	font-family: "PT Sans", sans-serif;
	border: none;
	background: transparent;
	line-height: normal;
}
.menu-group .without-children {
	padding: 0%;
	text-align: start;
}
.menu-child {
	padding-block: 24px;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
	font-family: "PT Sans", sans-serif;
	gap: 16px;
}
.menu-link {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.menu-link input {
	/* margin-right: 10px;
	cursor: pointer; */
}
.menu-link.active {
	color: #0d6efd;
	font-weight: 600;
}
.menu-link.active input {
	accent-color: #0d6efd;
}
.menu-link input[type="radio"] {
	/* margin-right: 10px;
	accent-color: #0d6efd; */
}
.menu-child .menu-link label {
	font-size: 16px;
	font-weight: 400;
	font-family: "PT Sans", sans-serif;
	line-height: 100%;
	color: #6b6a6a;
}
/* new */
.check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check-container input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
}
/* On mouse-over, add a grey background color */
label:hover input ~ .checkmark {
	background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.check-container label input:checked ~ .checkmark,
.check-container.active label input ~ .checkmark {
	background-color: #0d6efd;
	border-color: #0d6efd;
}
.check-container.active label {
	font-weight: 700;
	color: #088ff6;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
label .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* left-sidebar-end */
/* right-content-start */
.right-main-content {
	flex-basis: calc(100% - 595px);
	font-family: "PT Sans", sans-serif;
}
.content-box {
	display: none;
	width: calc(100% - 15%);
	margin-right: auto;
	padding-left: 70px;
	font-family: "PT Sans", sans-serif;
}
.content-box.active {
	display: block;
}
.content-box > h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #088ff6;
	font-family: "PT Sans", sans-serif;
}
.sub-tabs {
	margin-top: 30px;
}
.sub-tab-btn {
	flex-basis: 50%;
	color: #1e1e1e;
	background-color: transparent;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	transition: all 0.5s ease-in-out;
	border: none;
	outline: none;
	padding-block: 13px;
	border: 1px solid #e4e4e4;
	font-family: "PT Sans", sans-serif;
}
.sub-tab-btn.active {
	background-color: #088ff6;
	color: #fff;
	border: 1px solid #088ff6;
}
.financial-quarter-sub-content {
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
	font-family: "PT Sans", sans-serif;
}
.sub-content {
	display: none;
}
.sub-content.active {
	display: block;
}
.year-tabs {
	display: flex;
	overflow-x: auto;
	gap: 8px;
}
.financial-quarter-sub-content .financial-year-btn {
	border: 1px solid #e4e4e4;
	transition: all 0.5s ease-in-out;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 25px;
	background-color: transparent;
	color: #6b6a6a;
}
.financial-quarter-sub-content .financial-year-btn.active {
	background-color: #088ff6;
	color: #fff;
}
.year-content {
	display: none;
}
.year-content.active {
	display: block;
}
.financial-year-content {
	margin-top: 30px;
}
.year-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	padding-block: 20px;
	margin-bottom: 15px;
}
.year-box > h5 {
	color: #6b6a6a;
	font-size: 22px;
	font-weight: 700;
	line-height: 100%;
}
.quarter-tabs  .quarter-btn{
	margin-right: 5px;
}

.quarter-btn {
	border: 1px solid #e4e4e4;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	font-family: "PT Sans", sans-serif;
	color: #555555;
	background-color: transparent;
	padding: 14px 25px;
}
.quarter-btn:is(:hover, :focus, :active, :focus-within) {
	color: #088ff6;
}
/* Corporate Announcements-start */
.corporate-container .tab-content > .active {
	opacity: 1;
}
.content-corporate-reference {
	display: none;
}
.content-corporate-reference.active {
	display: block;
}
/* Corporate Announcements-end */
/* policies-and-codes-start */
.policies-page-btn {
	padding: 6px 10px;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
}

.policies-page-btn.active {
	background: #007bff;
	color: #fff;
}

.dots {
	padding: 6px 8px;
}
/* policies-and-code-end */
/* shareholder-meeting-start */
.shareholder-meeting-data {
	display: none;
}
.shareholder-meeting-data.active {
	display: block;
}
.shareholder-meeting-quarter-tabs button.active {
	color: #088ff6;
}
/* shareholder-meeting-end */
/* return-reports-start */
.return-reports-container .tab-pane.active {
	opacity: 1;
}
/* return-reports-end */
.no-data-found {
	font-size: 18px;
	font-weight: 500;
}
/* right-content-end */
button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}
/* tab-section-end */

@media only screen and (max-width: 1200px) {
	.page-id-1777
		header.x-masthead
		> .x-bar-top
		> .x-bar-content
		> .x-bar-container
		> .x-row {
		margin-right: 0 !important;
	}
	.page-id-1777
		header.x-masthead
		.e14-e1.x-bar-content
		.x-row.e14-e17.me-2.me-4.me-5.me-7 {
		margin-right: 0 !important;
	}
}


#go-to-top-wrapper {
    margin-top: auto;
    padding: 40px 0 20px;
    width: 100%;
    text-align: center;
    font-family: "PT Sans", sans-serif;
 
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center;
}
 
#investor-go-to-top-btn{
    text-decoration: none; font-weight: 600; font-size: 15px; cursor: pointer; display: inline-block;
    color:#0d6efd;
}

.mobile-break {
    display: none;
}

#investor-go-to-top-btn:hover {
    color:#1664da !important;
}
.right-main-content {
    display: flex;
    flex-direction: column !important;
    min-height: 100%;
}

.quarter-btn {
	text-decoration: none;
}
.quarter-btn:hover {
	text-decoration: none;
}

.year-box > h5 {
	font-family: "PT Sans", sans-serif;
	line-height: 100%;
}

/* banner */
.header-section {
	width: 100%;
	min-height: 500px;
	background: url("../images/banner.png") center/cover no-repeat;
	position: relative;
}

/* overlay */
.header-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.34);
	z-index: 1;
}

/* content above overlay */
.absolute-section {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	align-items: center;
}

/* banner end */

.content-box {
	width: calc(100% - 5%);
}
/* sidebar menu  */
.menu-link.active {
	color: #088ff6;
}

.left-sidebar {
	flex-basis: 0px;
	min-width: 540px;
}

.menu-group {
	border-bottom: 0.5px solid #cfcfcf;
	padding-bottom: 14px;
}

.left-sidebar > :not(:first-child) {
	border-top: none;
}

@media (max-width: 1600px) {
	.content-box {
		padding-left: 50px;
	}
	.left-sidebar {
		min-width: 380px;
	}

	.menu-group > p,
	.without-children {
		font-size: 16px;
	}

	.menu-child .menu-link label {
		font-size: 14px;
	}

	.right-main-content {
		flex-basis: calc(100% - 436px);
	}
	.content-box > h3 {
		font-size: 26px;
	}
	.sub-tab-btn {
		font-size: 16px;
	}
	.financial-quarter-sub-content .financial-year-btn {
		font-size: 14px;
	}
	.year-box > h5 {
		font-size: 16px;
	}
	.quarter-btn {
		font-size: 18px;
		padding: 8px 22px;
	}

	.left-sidebar > :not(:first-child) {
		padding-top: 12px;
	}
}

@media (min-width: 765px) and (max-width: 1023px) {
	.left-sidebar {
		min-width: 336px;
	}

	.right-main-content {
		flex-basis: calc(100% - 370px);
	}
	.content-box > h3 {
		font-size: 22px;
	}
	.sub-tab-btn {
		font-size: 16px;
	}

	.year-box > h5 {
		font-size: 16px;
	}
}
/* sidebar menu  END*/

/* common css for cards */

.custom-accordian .accordion-item {
	border: none;
}

.accordion-button:not(.collapsed) {
	color: black;
}

.custom-accordian .accordion-body {
	padding-left: 0;
}
.custom-accordian .accordion-item {
	border-bottom: 1px solid #ddd;
}

.custom-accordian .accordion-button {
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	font-weight: 600;
	font-size: 22px;
	font-family: "PT Sans", sans-serif;
}

@media (max-width: 1600px) {
	.custom-accordian .accordion-button {
		font-size: 18px;
	}
}
.report-body:hover {
	background: #f4f4f4;
}
.report-body {
	padding: 15px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 8px;
	min-height: auto;
}

.report-name p {
	color: #6b6a6a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	width: 80%;
}

.report-date {
	display: block;
	color: #088ff6;
	font-weight: 700;
	font-size: 13px;
	margin-top: 0;
}

.pdf-wrapper {
	margin-left: auto;
	margin-top: -10px;
}

.pdf-wrapper img {
	width: 45px;
	height: 45px;
}

@media (max-width: 1600px) {
	.report-name p {
		font-size: 19px;
	}

	.report-date {
		font-size: 13px;
	}
}

/* Disclosure section */

.disclosurs-under-child-container {
	width: 100%;
	min-height: 48px;
	padding: 0;
	border: 1px solid #f1f1f1;
}

.disclosures-under-container {
	margin-top: 30px;
}

.disclosures-under-container ul {
	padding-left: 0;
	margin: 0;
}

.disclosure-id {
	color: #088ff6;
	font-size: 16px;
}

.disclosure-title {
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	color: #6b6a6a;
}

/* Borders logic */
.border-end {
	border-right: 1px solid #f1f1f1 !important;
}

.border-start {
	border-left: 1px solid #f1f1f1 !important;
}

.view-btn {
	background: #088ff6;
	color: #fff;
	min-width: 140px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}

.view-btn:hover {
	background: #0776d1;
	color: #fff;
}
@media (max-width: 1600px) {
	.disclosure-id {
		font-size: 12px;
	}
	.disclosure-title {
		font-size: 14px;
	}
	.view-btn {
		font-size: 14px;
		min-width: 130px;
	}
}

@media (min-width: 765px) and (max-width: 1023px) {
	.disclosure-id {
		font-size: 12px;
	}

	.disclosure-title {
		font-size: 12px;
		padding: 0;
	}
	.view-btn {
		font-size: 12px;
		min-width: 40px;
	}

	.report-body {
		padding: 8px 12px !important;

		gap: 8px;
	}

	.report-name p {
		font-size: 16px;
	}

	.report-date {
		font-size: 12px;
	}

	.pdf-wrapper img {
		width: 40px;
		height: 40px;
	}
}

/* Disclosure section END */

/* Investor grievances STart */

.investor-grievances-box,
.grievances-general-info {
	border: 1px solid #e9e9e9;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.investor-grievances-box p {
	font-size: 16px;
	font-weight: 700;
}

.grievances-user-info p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 700;
}
.grievances-user-info p:nth-of-type(2) {
	font-size: 15px;
	font-weight: 400;
}

.grievances-contact-info p:nth-of-type(2) {
	color: #088ff6;
}
.grievances-contact-info a {
	color: inherit;
	text-decoration: none;
}

.grievances-general-info p strong {
	font-size: 16px;
	font-weight: 700;
}
.grievances-general-info p {
	font-size: 15px;
	font-weight: 400;
}

@media (max-width: 1600px) {
	.investor-grievances-box p {
		font-size: 13px;
	}

	.grievances-user-info p:nth-of-type(1) {
		font-size: 13px;
	}
	.grievances-user-info p:nth-of-type(2) {
		font-size: 12px;
	}

	.grievances-general-info p strong {
		font-size: 13px;
	}
	.grievances-general-info p {
		font-size: 12px;
	}
}
/* Investor grievances ENd */

/* corporate announcement CSS */

.corporate-container .nav,
.corporate-container ul {
	padding-left: 0;
	margin-left: 0;
}
.corporate-container ul {
	list-style: none;
}

.corporate-container {
	margin-top: 35px;
}

.corporate-announcement-quarter {
	border: 1px solid #e4e4e4;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
	font-family: "PT Sans", sans-serif;
	color: #555555;
	background-color: transparent;
	padding: 14px 25px;
	margin-right: 20px;
}

.corporate-announcement-quarter:is(:hover, :focus, :active, :focus-within) {
	color: #088ff6;
}

.corporate-year {
	border: 1px solid #e4e4e4;
	transition: all 0.5s ease-in-out;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	padding: 14px 25px;
	background-color: transparent;
	color: #6b6a6a;
	border-radius: 0px;
	margin-right: 7px;
}
@media (max-width: 1600px) {
	.corporate-year {
		font-size: 14px;
		margin-top: 10px;
	}
	.corporate-announcement-quarter {
		font-size: 18px;
		padding: 8px 22px;
	}
}

/*@media (min-width: 765px) and (max-width: 1023px) {*/
/*	.corporate-year {*/
/*		font-size: 12px;*/
/*		padding: 8px 18px;*/
/*	}*/

/*	.corporate-announcement-quarter {*/
/*		font-size: 12px;*/
/*		padding: 8px 25px;*/
/*	}*/

/*	.sub-tab-btn {*/
/*		font-size: 14px;*/
/*	}*/

/*	.year-box > h5 {*/
/*		font-size: 15px;*/
/*	}*/

/*	.financial-quarter-sub-content .financial-year-btn {*/
/*		padding: 8px 18px;*/
/*	}*/
/*	.year-tabs {*/
/*		display: flex !important;*/
/*		flex-wrap: nowrap !important;*/
/*		overflow-x: auto !important;*/
/*		-webkit-overflow-scrolling: touch;*/
/*		gap: 10px;*/
/*		padding-bottom: 10px;*/
/*		border-bottom: 1px solid #eee;*/
/*	}*/

/*	.corporate-container .nav-pills {*/
/*		display: flex !important;*/
/*		flex-wrap: nowrap !important;*/
/*		overflow-x: auto !important;*/
/*		-webkit-overflow-scrolling: touch;*/
/*		gap: 8px;*/
/*		padding-bottom: 15px;*/
/*	}*/
/*	.year-btn,*/
/*	.corporate-year {*/
/*		flex: 0 0 auto !important;*/
/*		white-space: nowrap !important;*/
/*	}*/
/*	.year-tabs::-webkit-scrollbar,*/
/*	.corporate-container .nav-pills::-webkit-scrollbar {*/
/*		height: 4px;*/
/*	}*/
/*	.year-tabs::-webkit-scrollbar-thumb,*/
/*	.corporate-container .nav-pills::-webkit-scrollbar-thumb {*/
/*		background: #088ff6;*/
/*		border-radius: 10px;*/
/*	}*/
/*}*/

.corporate-container .nav-pills {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 26px;
}

.corporate-year.active {
	background-color: #088ff6;
	color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #088ff6;
}
.corporate-announcement-quarter.active {
	background-color: #088ff6;
	color: #fff;
	border-color: #088ff6;
}
/* corportate announcemnt CSS end */

/* reports/returns (shareholder info) CSS */

.report-sub-tab-btn {
	color: #1e1e1e;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	transition: all 0.5s ease-in-out;
	border: 1px solid #cfcfcf;
	font-family: "PT Sans", sans-serif;
	border-radius: 0px;
	padding: 12px;
}
.nav-pills .nav-item .nav-link {
	border-radius: 0px;
}

.report-sub-tab-btn.active {
	background-color: #088ff6;
	color: #fff;
	border: 1px solid #088ff6;
}
/* reports/returns (shareholder info) CSS ENd */

/* Pagination CSS */

.corp-page-btn.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* Pagination wrapper */
.pagination-area {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	flex-wrap: wrap;
}

/* Buttons */
.corp-page-btn {
	background: transparent;
	border: none;
	padding: 6px 10px;
	margin: 0 4px;
	cursor: pointer;
	font-size: 14px;
	color: #000000;
}

/* Active page */
.corp-page-btn.active {
	background: #007bff;
	color: #ffff;
	font-weight: 600;
}

/* Disabled buttons */
.corp-page-btn.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}

/* Dots (...) */
.dots {
	margin: 0 6px;
	color: #999;
}

/* Prev & Next  */
.prev-btn,
.next-btn {
	font-weight: 500;
}

/* Wrapper (right align + spacing) */
#policy-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	flex-wrap: wrap;
}

/* Buttons */
.policies-page-btn {
	background: transparent;
	border: none;
	padding: 6px 10px;
	margin: 0 4px;
	cursor: pointer;
	font-size: 14px;
	color: #000000;
}

/* Active page */
.policies-page-btn.active {
	color: #fcfeff;
	font-weight: 600;
	background: #007bff;
}

/* Disabled */
.policies-page-btn.disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}

/* Dots */
#policy-pagination .dots {
	margin: 0 6px;
	color: #999;
}

/* Prev & Next */
.policies-page-btn.prev-btn,
.policies-page-btn.next-btn {
	font-weight: 500;
}
/* Pagination CSS End*/

/* Tablet & Mobile Layout Fixes */
@media (max-width: 769px) {
	.investor-tab-content {
		flex-direction: column;
	}
    .menu-child{
        padding-bottom: 12px;
    }

	.left-sidebar {
		display: block;
		flex-basis: 100% !important;
		min-width: 100% !important;
		padding: 30px 30px !important;
	}

	.menu-group {
		width: 100%;
	}
	.right-main-content {
		display: none;
		flex-basis: 100% !important;
		width: 100% !important;
		padding: 20px 30px !important;
	}

	.show-content .left-sidebar {
		display: none !important;
	}

	.show-content .right-main-content {
		display: block !important;
	}

	.content-box {
		width: 100% !important;
		padding-left: 0 !important;
		margin: 0 !important;
	}

	.content-box-small {
		width: 100% !important;
	}
	.mobile-back-btn {
		display: flex;
		align-items: center;
		background: transparent;
		border: none;
		font-size: 18px;
		padding: 0;
		margin-bottom: 25px;
		cursor: pointer;
		outline: none;
	}

	.view-btn {
		min-width: 40px;
		padding: 4px 15px !important;
		font-size: 12px !important;
	}
}

@media (max-width: 433px) {
   .mobile-break {
        display: block; 
        content: "";   
    }

	#disclosures-under-regulation-46-sebi-lodr h3 {
        line-height: 125%;
    }
    .mobile-back-btn {
        
        font-size: 13px;
    }
}
/* Specific adjustments for Small Mobile (425px and below) */
@media (max-width: 425px) {
    
    
	.left-sidebar {
		padding: 30px 30px !important;
	}

	.left-sidebar .menu-child {
		padding-bottom: 8px !important;
	}
	.content-box > h3 {
		font-size: 20px;
	}
	/* 1. INVESTOR GRIEVANCES SECTION */
	.investor-grievances-container .row > .col-6 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.investor-grievances-box {
		padding: 15px !important;
	}

	.investor-grievances-box p,
	.grievances-user-info p,
	.grievances-general-info p {
		font-size: 13px !important;
	}

	/* 2. CORPORATE ANNOUNCEMENTS SECTION */
	.corporate-container {
		margin-top: 15px;
	}

	.corporate-year {
		padding: 8px 15px !important;
		font-size: 12px !important;
		margin-right: 5px !important;
		margin-top: 5px !important;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.corporate-announcement-quarter {
		padding: 8px 18px !important;
		font-size: 14px !important;
		margin-right: 8px !important;
	}

	.sub-tab-btn {
		font-size: 16px !important;
		padding-block: 10px !important;
	}

	.year-tabs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	.financial-year-btn {
		flex: 0 0 auto;
		padding: 8px 12px !important;
		font-size: 12px !important;
	}

	.year-box {
		flex-direction: column !important;
		align-items: flex-start !important;
		padding-block: 15px !important;
	}

	.year-box > h5 {
		font-size: 15px !important;
		margin-bottom: 12px !important;
	}

	.quarter-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin-left:0;
	}

	.quarter-btn {
		font-size: 14px !important;
		padding: 6px 12px !important;
		margin-right: 0 !important;
	}

	/* Pagination adjustments */
	.pagination-area,
	#policy-pagination {
		justify-content: center !important;
	}

	/* 1. DISCLOSURES UNDER REGULATION 46 (SEBI LODR) */

	/* 2. SHAREHOLDER'S MEETING & SHAREHOLDING PATTERN */

	/* 3. RETURNS / REPORTS (Trejhara vs Subsidiary Tabs) */
	.report-sub-tabs {
		margin-top: 10px;

		padding-bottom: 5px;
	}

	.report-sub-tabs .nav-item {
		margin-right: 5px;
	}

	.report-sub-tab-btn {
		font-size: 13px !important;
		padding: 8px 12px !important;
	}

	.custom-accordian .accordion-body {
		padding-inline: 5px !important;
	}
}
/* Hide back button on desktop */
@media (min-width: 769px) {
	.mobile-back-btn {
		display: none;
	}
}

/* ================= 1400px ================= */
@media (max-width: 1400px) {
	/* Sub Tabs (Trejhara / Subsidiary) */
	.financial-quarter-sub-content .sub-tabs {
		flex-wrap: wrap;
		gap: 10px;
	}

	.financial-quarter-sub-content .sub-tab-btn {
		font-size: 14px;
		padding: 8px 16px;
	}

	/* Year Tabs */
	.financial-quarter-sub-content .year-tabs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 8px;
		padding-bottom: 10px;
	}

	.financial-quarter-sub-content .year-btn {
		flex: 0 0 auto;
		font-size: 13px;
		padding: 6px 14px;
		white-space: nowrap;
	}

	/* Year Box */
	.financial-quarter-sub-content .year-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 12px 0;
	}

	.financial-quarter-sub-content .year-box h5 {
		font-size: 15px;
	}

	/* Quarter Buttons */
	.financial-quarter-sub-content .quarter-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	.financial-quarter-sub-content .quarter-btn {
		font-size: 14px;
		padding: 6px 14px;
	}
}

/* ================= 768px ================= */
@media (max-width: 768px) {
	/* Sub Tabs full width */
	.financial-quarter-sub-content .sub-tabs {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.financial-quarter-sub-content .sub-tab-btn {
		width: 100%;
		text-align: center;
		font-size: 14px;
		padding: 10px;
	}

	/* Year Tabs scroll */
	.financial-quarter-sub-content .year-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: 6px;
	}

	.financial-quarter-sub-content .year-btn {
		font-size: 14px;
		padding: 8px 10px;
	}

	/* Year Box */
	.financial-quarter-sub-content .year-box {
		padding: 10px 0;
	}

	.financial-quarter-sub-content .year-box h5 {
		font-size: 14px;
	}

	/* Quarter Buttons */
	.financial-quarter-sub-content .quarter-tabs {
		gap: 5px;
	}

	.financial-quarter-sub-content .quarter-btn {
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media (max-width: 1200px) and (min-width: 769px) {
	/* Sub Tabs Fix (Trejhara / Subsidiary) */
	.financial-quarter-sub-content .sub-tabs {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		width: 100%;
		overflow: hidden;
	}

	.financial-quarter-sub-content .sub-tab-btn {
		flex: 1 1 auto;
		min-width: 140px;
		text-align: center;
		white-space: nowrap;
	}

	.financial-quarter-sub-content {
		overflow-x: hidden;
	}

	.financial-quarter-sub-content .year-tabs {
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	[class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 850px) and (min-width: 769px) {
	.content-box-financial {
		width: calc(100% - 40%);
	}
}
@media (max-width: 900px) and (min-width: 850px) {
	.content-box-financial {
		width: calc(100% - 41%);
	}
}
@media (max-width: 1000px) and (min-width: 901px) {
	.content-box-financial {
		width: calc(100% - 31%);
	}
}
@media (max-width: 1100px) and (min-width: 1001px) {
	.content-box-financial {
		width: calc(100% - 22%);
	}
}


/* new */
@media (max-width: 850px) and (min-width: 769px) {
  .content-box-corporate {
        width: 42%;
    }
}
@media (max-width: 992px) and (min-width: 851px) {
  .content-box-corporate {
        width: 50%;
    }
}
@media (max-width: 1100px) and (min-width: 993px) {
  .content-box-corporate {
        width: 60%;
    }
}
@media (max-width: 1200px) and (min-width: 1101px) {
  .content-box-corporate {
        width: 70%;
    }
}
@media (max-width: 1300px) and (min-width: 1201px) {
  .content-box-corporate {
        width: 77%;
    }
}
@media (max-width: 1400px) and (min-width: 1301px) {
  .content-box-corporate {
        width: 88%;
    }
}
 
@media (max-width: 1400px) {
    .corporate-container .nav-pills {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
    }
 
    .corporate-container .nav-pills .nav-item {
        flex: 0 0 auto;
    }
 
    .corporate-announcement-quarter,
    .corporate-year {
        white-space: nowrap;
        flex: 0 0 auto;
    }
    .corporate-container .nav-pills::-webkit-scrollbar {
        height: 4px;
    }
 
    .corporate-container .nav-pills::-webkit-scrollbar-thumb {
        background: #088ff6;
        border-radius: 10px;
    }
}



/* Prefix: ts- (Custom Styles) */
.ts-export-container {
    position: relative;
    display: inline-block;
}
.ts-export-trigger{
	cursor:pointer;
}
.pdf-wrapper .ts-export-trigger{
	background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex; /* Aligns image properly */
}
.ts-img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}
.ts-export-container:hover .ts-export-actions {
    display: block;
}
.ts-export-actions {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Changed from 110% to prevent 'dead zones' where menu closes on move */
    right: 0;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px; /* Matches your professional UI */
    padding:0;
    overflow: hidden; /* Ensures hover background doesn't bleed out of corners */
}
a.ts-export-trigger.quarter-btn {
    line-height: 1.0;
}
.quarter-tabs .ts-export-actions{
	margin-top: 5px;
    margin-right: 5px;
}


.ts-action-btn {
    padding: 5px 10px;
    text-decoration: none;
    color: #6b6a6a;
    font-size: 12px;
    transition: background 0.3s ease, color 0.3s ease;
    display: block;
    font-weight: 600;
    text-align: left; /* Ensures text stays left even if container is centered */
}

.ts-action-btn:hover {
    background-color: #f8f9fa;
    color: #088ff6; /* Matching your existing blue color variable */
    text-decoration: none;
}

.ts-view-btn {
    border-bottom: 1px solid #eee;
}

ul.shareholder-meeting-quarter-tabs {
    margin:-20px 0 20px;
    padding:0;
    border-bottom:#dcdcdc solid 1px;
	width:max-content;
}

button.share-holder-meeting-btn {
    border:none;
    background:none;
    padding:10px;
    font-weight:bold;
    text-transform:capitalize !important;
    color: #6b6a6a;
    font-size: 16px;
}
button.share-holder-meeting-btn.active{
    border-bottom:#088ff6 solid 2px;
} 