.forms-download-section {
	background: #f8f9fa
}

.forms-accordion-wrapper {
	max-width: var(--max-width);
	margin: 0 auto
}

.form-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)
}

.form-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,
.form-icon i {
	font-size: 24px;
	color: #fff
}

.category-header h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	flex: 1;
	margin: 0
}

.form-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
}

.forms-list {
	padding: 20px 30px
}

.form-item {
	padding: 20px;
	background: #f8f9fa;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: .3s;
	border: 1px solid #e9ecef
}

.download-btn,
.form-icon {
	display: flex;
	border-radius: 8px
}

.form-item:last-child {
	margin-bottom: 0
}

.form-item:hover {
	background: #e9ecef;
	transform: translateX(5px);
	border-color: var(--theme-color)
}

.form-icon {
	width: 50px;
	height: 50px;
	background: var(--secondary-color);
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0
}

.form-icon.pdf-icon {
	background: #dc3545
}

.download-btn,
.download-btn:hover {
	background: var(--secondary-color)
}

.form-info {
	flex: 1
}

.form-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: var(--title-color);
	margin-bottom: 5px
}

.form-info p {
	font-size: 14px;
	color: var(--text-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
}

.form-category-card.active .category-content {
	max-height: 2000px
}

@media (max-width:768px) {

	.forms-accordion-wrapper,
	.sec-title p {
		padding: 0 15px
	}

	.sec-title h6 {
		font-size: 14px !important
	}

	.sec-title h2 {
		font-size: 28px !important
	}

	.sec-title p {
		font-size: 14px !important;
		line-height: 1.6 !important
	}

	.form-category-card {
		margin-bottom: 15px;
		border-radius: 10px
	}

	.category-header {
		padding: 18px 20px
	}

	.category-icon {
		width: 40px;
		height: 40px;
		margin-right: 15px
	}

	.category-icon i {
		font-size: 20px
	}

	.category-header h3,
	.download-btn i {
		font-size: 16px
	}

	.download-btn,
	.toggle-icon i {
		font-size: 14px
	}

	.toggle-icon {
		width: 35px;
		height: 35px
	}

	.forms-list {
		padding: 15px
	}

	.form-item {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 18px;
		margin-bottom: 12px
	}

	.form-icon {
		width: 45px;
		height: 45px;
		margin-right: 15px;
		margin-bottom: 0
	}

	.form-icon i {
		font-size: 22px
	}

	.form-info {
		width: auto;
		flex: 1;
		margin-bottom: 15px;
		margin-top: 0
	}

	.form-info h4 {
		font-size: 15px;
		margin-bottom: 6px
	}

	.form-info p {
		font-size: 13px;
		line-height: 1.5
	}

	.download-btn {
		width: 100%;
		justify-content: center;
		padding: 14px 20px
	}
}

@media (max-width:480px) {
	.page-title {
		padding: 50px 0 30px
	}

	.page-title h1 {
		font-size: 32px
	}

	.bread-crumb li,
	.download-btn,
	.form-info p {
		font-size: 14px
	}

	.sec-title h2 {
		font-size: 24px !important
	}

	.forms-list {
		padding: 12px
	}

	.form-item {
		padding: 15px
	}

	.form-icon {
		width: 40px;
		height: 40px
	}

	.form-icon i {
		font-size: 20px
	}

	.form-info h4 {
		font-size: 16px
	}

	.download-btn {
		padding: 12px 18px
	}
}
/* === Forms Page Title Backgrounds === */
#tf-page-title .bg-layer {
	background-image: url(../images/background/innerbanner06.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);
}