/**
 * Design Community by Al Qalam Arts — Modern Stylesheet & RTL Support
 */

.naat-dc-wrapper {
	scroll-behavior: smooth;
}

.naat-dc-card img {
	backface-visibility: hidden;
}

/* Glassmorphism & Neon Glow Utilities */
.naat-dc-glass {
	background: rgba(15, 23, 42, 0.85);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.naat-dc-gold-glow {
	box-shadow: 0 0 25px rgba(245, 158, 11, 0.25);
}

/* RTL Support for Urdu / Arabic / Persian Layouts */
[dir="rtl"] .naat-dc-wrapper {
	text-align: right;
}

[dir="rtl"] .naat-dc-card {
	direction: rtl;
}

[dir="rtl"] .bi-chevron-right {
	transform: rotate(180deg);
}

/* Custom Drag & Drop Dropzone Hover */
.naat-dc-dropzone.dragover {
	border-color: #f59e0b !important;
	background-color: rgba(245, 158, 11, 0.05) !important;
}

/* Printable Certificate Styling */
@media print {
	header, footer, nav, button {
		display: none !important;
	}
	body * {
		visibility: hidden;
	}
	#tab-awards, #tab-awards * {
		visibility: visible;
	}
	#tab-awards {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
}
