/* AIRVENTURE INFRA SOLUTIONS LLP */
.dr1064docs {
	padding: 90px 20px;
	background: radial-gradient(circle at top right, rgba(14, 165, 164, .15),
		transparent 45%),
		radial-gradient(circle at bottom left, rgba(37, 99, 235, .12),
		transparent 45%), #061321;
	color: #fff
}

.dr1064docs * {
	box-sizing: border-box
}

.dr1064docs-inner {
	max-width: 1240px;
	margin: auto
}

.dr1064docs-header {
	text-align: center;
	margin-bottom: 50px
}

.dr1064docs-tag {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(14, 165, 164, .12);
	border: 1px solid rgba(14, 165, 164, .35);
	color: #8ff7ea;
	font-weight: 700
}

.dr1064docs-title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 20px 0
}

.dr1064docs-subtitle {
	max-width: 820px;
	margin: auto;
	color: rgba(255, 255, 255, .78);
	line-height: 1.8
}

.dr1064docs-categories {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px 0
}

.dr1064docs-radio input {
	display: none
}

.dr1064docs-radio span {
	display: block;
	padding: 12px 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	cursor: pointer
}

.dr1064docs-radio input:checked+span {
	background: linear-gradient(135deg, #0EA5A4, #2563EB)
}

.dr1064docs-body {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px
}

.dr1064doc-card {
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 22px;
	padding: 24px;
	backdrop-filter: blur(18px);
	transition: .3s
}

.dr1064doc-card:hover {
	transform: translateY(-8px)
}

.dr1064doc-number {
	display: inline-flex;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #0EA5A4, #2563EB);
	color: #fff;
	margin-bottom: 16px
}

.dr1064doc-card h3 {
	margin: 0 0 10px
}

.dr1064doc-card p {
	color: rgba(255, 255, 255, .75)
}

.dr1064doc-files {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px
}

.dr1064file-btn {
	text-decoration: none;
	color: #fff;
	padding: 10px 16px;
	border-radius: 12px;
	background: linear-gradient(135deg, #0EA5A4, #2563EB)
}

.dr1064docs-loading, .dr1064docs-error, .dr1064docs-empty,
	.dr1064docs-coming {
	text-align: center;
	padding: 50px;
	border-radius: 20px;
	background: rgba(255, 255, 255, .05)
}