.fs-reports-section {
	background: #f8f9fa
}

.fs-reports-accordion-wrapper {
	max-width: var(--max-width);
	margin: 0 auto
}

.fs-report-category-card {
	background: #fff;
	border-radius: 12px;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	transition: .3s;
	border: 1px solid rgba(0, 0, 0, .05)
}

.fs-report-category-card:hover {
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
	transform: translateY(-2px)
}

.category-header {
	background: var(--secondary-color);
	padding: 10px 50px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s
}

.category-icon,
.toggle-icon {
	background: rgba(255, 255, 255, .2)
}

.category-icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px
}

.category-icon i,
.report-icon i {
	font-size: 24px;
	color: #fff
}

.category-header h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	flex: 1;
	margin: 0
}

.report-item,
.toggle-icon {
	display: flex;
	align-items: center
}

.toggle-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	transition: .3s
}

.toggle-icon i {
	color: #fff;
	font-size: 16px;
	transition: transform .3s
}

.category-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s;
	background: #fff
}

.report-item:last-child,
.year-section {
	margin-bottom: 0
}

.year-header {
	background: var(--secondary-color);
	padding: 15px 30px;
	margin-bottom: 20px
}

.year-header h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin: 0
}

.reports-list {
	padding: 0 30px 30px
}

.report-item {
	padding: 20px;
	background: #f8f9fa;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: .3s;
	border: 1px solid #e9ecef
}

.download-btn,
.report-icon {
	display: flex;
	border-radius: 8px
}

.report-item:hover {
	background: #e9ecef;
	transform: translateX(5px);
	border-color: var(--theme-color)
}

.report-icon {
	width: 50px;
	height: 50px;
	background: var(--secondary-color);
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0
}

.report-icon.pdf-icon {
	background: #dc3545
}

.download-btn,
.download-btn:hover {
	background: var(--secondary-color)
}

.report-info {
	flex: 1
}

.report-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin: 0
}

.download-btn {
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	color: #fff !important;
	font-weight: 600;
	font-size: 14px;
	transition: .3s;
	text-decoration: none;
	flex-shrink: 0
}

.download-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(235, 41, 44, .3)
}

.download-btn i {
	font-size: 16px
}

.fs-report-category-card.active .category-content {
	max-height: 3000px
}

@media (max-width:768px) {
	.category-icon {
		width: 40px;
		height: 40px;
		margin-right: 15px
	}

	.category-header h3 {
		font-size: 16px
	}

	.report-item {
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 0
	}

	.report-icon {
		margin-right: 15px;
		margin-bottom: 15px;
		flex-shrink: 0
	}

	.report-info {
		flex: 1;
		margin-bottom: 15px;
		min-width: 0
	}

	.report-info h4 {
		font-size: 15px;
		line-height: 1.4
	}

	.download-btn {
		width: 100%;
		justify-content: center;
		padding: 14px 20px
	}

	.reports-list {
		padding: 0 20px 20px
	}

	.year-header {
		padding: 12px 20px
	}
}
/* === Forms Page Title Backgrounds === */
#tf-page-title .bg-layer {
	background-image: url(../images/background/innerbanner07.webp);
}

#tf-page-title .pattern-1 {
	background-image: url(../images/shape/shape-18.png);
}

#tf-page-title .pattern-2 {
	background-image: url(../images/shape/shape-17.png);
}