/* ==================================================
   DR1061 PRODUCT ITEMS
================================================== */
.dr1061productitems {
	position: relative;
	padding: 20px 20px 70px;
	background: radial-gradient(circle at 15% 20%, rgba(6, 182, 212, .18),
		transparent 30%),
		radial-gradient(circle at 85% 25%, rgba(99, 102, 241, .18),
		transparent 35%),
		radial-gradient(circle at 50% 90%, rgba(168, 85, 247, .16),
		transparent 40%),
		linear-gradient(180deg, #020617 0%, #081120 45%, #0f172a 100%);
}

.dr1061productitems::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle, rgba(255, 255, 255, .03),
		transparent 70%);
	filter: blur(100px);
}

/* ==================================================
   CONTAINER
================================================== */
.dr1061productitemscontainer {
	width: min(1500px, 95%);
	margin: auto;
	position: relative;
	z-index: 2;
}

/* ==================================================
   AI SEARCH BAR
================================================== */
.dr1061productitemssearch {
	position: relative !important;
	top: auto !important;
	z-index: 5000;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 14px;
	border-radius: 28px;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
	background: linear-gradient(145deg, rgba(255, 255, 255, .10),
		rgba(255, 255, 255, .04));
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .35), inset 0 1px 0
		rgba(255, 255, 255, .10);
	transition: .4s ease;
}

.dr1061productitemssearch::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(6, 182, 212, .08),
		rgba(99, 102, 241, .08), rgba(168, 85, 247, .08));
	pointer-events: none;
}

.dr1061productitemssearch input {
	width: 100%;
	height: 78px;
	padding: 0 30px 0 72px;
	border-radius: 22px;
	background: #ffffff;
	color: #0f172a;
	border: 2px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	font-size: 17px;
	font-weight: 500;
	outline: none;
	transition: .3s ease;
	cursor: text;
}

.dr1061productitemssearch input::placeholder {
	color: #64748b;
	opacity: 1;
}

.dr1061productitemssearch input:focus {
	background: #ffffff;
	border-color: #3b82f6;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, .15), 0 8px 24px
		rgba(0, 0, 0, .08);
}

.dr1061productitemssearch {
	position: sticky;
	top: 12px;
	z-index: 5000;
	position: sticky;
}

.dr1061searchicon {
	position: absolute;
	left: 36px;
	top: 53px;
	transform: translateY(-50%);
	font-size: 32px;
	line-height: 1;
	pointer-events: none;
	z-index: 20;
	color: #475569;
	filter: none;
}

.dr1061searchstats {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, .75);
	font-size: .85rem;
	font-weight: 600;
}

.dr1061searchstats span {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
}

/* ==================================================
   GRID
================================================== */
.dr1061productitemsgrid {
	padding-top: 10px;
	display: grid;
	gap: 35px;
}

/* ==================================================
   PRODUCT ITEM
================================================== */
.dr1061productitem {
	position: relative;
	padding: 35px;
	border-radius: 32px;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, .08),
		rgba(255, 255, 255, .03));
	border: 1px solid rgba(255, 255, 255, .10);
	backdrop-filter: blur(30px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, .25), inset 0 1px 0
		rgba(255, 255, 255, .08);
	transition: transform .45s ease, box-shadow .45s ease, border-color .45s
		ease;
}

.dr1061productitem::before {
	content: "";
	position: absolute;
	top: 0;
	left: -160%;
	width: 80%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .10),
		transparent);
	transform: skewX(-25deg);
	transition: 1.2s;
}

.dr1061productitem:hover::before {
	left: 180%;
}

.dr1061productitem:hover {
	transform: translateY(-10px);
	border-color: rgba(6, 182, 212, .30);
	box-shadow: 0 30px 80px rgba(0, 0, 0, .45), 0 0 35px
		rgba(6, 182, 212, .10);
}

/* ==================================================
   HEADER
================================================== */
.dr1061productitemheader h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 800;
	line-height: 1.15;
	background: linear-gradient(90deg, #ffffff, #67e8f9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dr1061productitemheader h3 {
	margin: 12px 0;
	color: #67e8f9;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: .5px;
}

.dr1061productitemheader p {
	margin-top: 20px;
	color: rgba(255, 255, 255, .78);
	line-height: 1.9;
	max-width: 1000px;
}

/* ==================================================
   TAGS
================================================== */
.dr1061productitemtags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.dr1061productitemtags span {
	padding: 8px 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(6, 182, 212, .18),
		rgba(99, 102, 241, .18));
	border: 1px solid rgba(255, 255, 255, .12);
	color: #fff;
	font-size: .85rem;
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(6, 182, 212, .08);
}

/* ==================================================
   MEDIA CARD
================================================== */
.dr1061mediacard {
	margin-top: 30px;
	padding: 24px;
	border-radius: 26px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .07),
		rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(20px);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 30px
		rgba(0, 0, 0, .12);
}

.dr1061mediacard h3 {
	margin: 0 0 20px;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
}

/* ==================================================
   MEDIA LIST
================================================== */
.dr1061medialist {
	display: grid;
	gap: 18px;
}

/* ==================================================
   MEDIA ITEM
================================================== */
.dr1061mediaitem {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 18px;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .08);
	transition: .35s ease;
}

.dr1061mediaitem:hover {
	transform: translateY(-4px);
	border-color: rgba(6, 182, 212, .25);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .20), 0 0 18px
		rgba(6, 182, 212, .08);
}

/* ==================================================
   IMAGES
================================================== */
.dr1061mediaitem img {
	width: 140px;
	height: 90px;
	object-fit: cover;
	border-radius: 14px;
	flex-shrink: 0;
	transition: .6s ease;
}

.dr1061mediaitem:hover img {
	transform: scale(1.08);
}

/* ==================================================
   MEDIA INFO
================================================== */
.dr1061mediainfo {
	flex: 1;
}

.dr1061mediainfo h4 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1rem;
}

.dr1061mediainfo a {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 14px;
	text-decoration: none;
	font-size: .9rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(135deg, #06b6d4, #6366f1);
	box-shadow: 0 10px 25px rgba(99, 102, 241, .25);
	transition: .35s ease;
}

.dr1061mediainfo a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4),
		transparent);
	transition: .8s;
}

.dr1061mediainfo a:hover::before {
	left: 160%;
}

.dr1061mediainfo a:hover {
	transform: translateY(-2px);
}

/* ==================================================
   PDF ICON
================================================== */
.dr1061docicon {
	width: 90px;
	height: 90px;
	border-radius: 22px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, #ef4444, #dc2626);
	box-shadow: 0 10px 25px rgba(220, 38, 38, .25);
}

/* ==================================================
   LOADER
================================================== */
.dr1061productitemsloader {
	margin-top: 40px;
	padding: 30px;
	text-align: center;
	color: rgba(255, 255, 255, .75);
	font-size: .95rem;
	font-weight: 700;
	border-radius: 22px;
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .08);
	backdrop-filter: blur(15px);
}

.dr1061video {
	width: 180px;
	height: 110px;
	object-fit: cover;
	border-radius: 16px;
	background: #000;
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
	transition: .4s ease;
}

.dr1061mediaitem:hover .dr1061video {
	transform: scale(1.05);
}

@media ( max-width :768px) {
	.dr1061video {
		width: 100%;
		height: 220px;
	}
}

/* ==================================================
   MOBILE
================================================== */
@media ( max-width :768px) {
	.dr1061productitems {
		padding: 70px 15px;
	}
	.dr1061productitem {
		padding: 24px;
		border-radius: 24px;
	}
	.dr1061mediaitem {
		flex-direction: column;
		align-items: flex-start;
	}
	.dr1061mediaitem img {
		width: 100%;
		height: 220px;
	}
	.dr1061docicon {
		width: 100%;
		height: 90px;
	}
	.dr1061productitemheader h2 {
		font-size: 1.5rem;
	}
}

@media ( max-width :768px) {
	.dr1061mediaitem {
		padding: 15px;
		gap: 14px;
	}
	.dr1061mediacard {
		padding: 18px;
	}
	.dr1061productitem {
		padding: 20px;
	}
}

@media ( max-width :768px) {
	.dr1061productitemssearch {
		top: 8px;
		padding: 10px;
		border-radius: 22px;
	}
	.dr1061productitemssearch input {
		height: 64px;
		font-size: 15px;
		padding-left: 58px;
	}
	.dr1061productitemssearch input::placeholder {
		font-size: 14px;
	}
}

@media ( max-width :768px) {
	.dr1061searchicon {
		left: 24px;
		top: 42px;
		font-size: 28px;
	}
}

@media ( max-width : 900px) {
	/* reduce top padding of product section */
	.dr1061productitems {
		padding-top: 10px !important;
	}

	/* ensure search bar sticks tightly */
	.dr1061productitemssearch {
		margin-top: 0 !important;
	}
}