/* custom card design for project website */
#project-website {
	padding-top: 100px;
	padding-bottom: 50px;
}

#project-website .row {
	margin-top: 30px;
}

/* Base Card Styling */
.project-card {
	background: var(--card-bg);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.project-card-light {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.project-img-container {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.project-img-container i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.8);
}

.project-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 10px;
	border-radius: 20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.project-card-content {
	padding: 24px;
	text-align: center;
}

.project-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--text-primary);
	margin-bottom: 10px;
}

.project-desc {
	font-size: 14px;
	color: var(--text-secondary);
	margin-bottom: 20px;
}

/* Button Normal */
.btn-project-link {
	background: rgba(59, 130, 246, 0.1);
	color: #38bdf8;
	border-radius: 50px;
	padding: 6px 16px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
}

/* Specific Project Gradients */
.gradient-ci {
	background: linear-gradient(135deg, #10b981, #059669);
}

.gradient-laravel {
	background: linear-gradient(135deg, #f59e0b, #d97706);
}

/* --- Raccoon City Special Card Styling --- */

.card-raccoon {
	box-shadow: 0 10px 30px rgba(255, 0, 0, 0.2);
	border: 1px solid rgba(255, 0, 0, 0.3);
}

.gradient-raccoon {
	background: linear-gradient(135deg, #ef4444, #b91c1c);
}

.card-raccoon .project-img-container i {
	text-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
}

.badge-raccoon {
	background: rgba(0, 0, 0, 0.8);
	color: #ff4d4d;
	border: 1px solid #ff4d4d;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.content-raccoon {
	background: linear-gradient(
		180deg,
		rgba(30, 0, 0, 1) 0%,
		rgba(10, 0, 0, 1) 100%
	);
}

.title-raccoon {
	font-size: 20px;
	font-weight: 800;
	color: #ff4d4d;
	text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.desc-raccoon {
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 25px;
	line-height: 1.6;
}

.btn-raccoon {
	background: linear-gradient(135deg, #b91c1c, #7f1d1d);
	color: #ffffff;
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	border: 1px solid #ff4d4d;
	box-shadow:
		0 0 15px rgba(220, 38, 38, 0.6),
		inset 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-raccoon:hover {
	box-shadow:
		0 0 25px rgba(255, 0, 0, 1),
		inset 0 0 10px rgba(0, 0, 0, 0.8);
	transform: scale(1.05);
	color: #ffffff;
}

/* --- Voucher WiFi Special Card Styling --- */

.card-wifi {
	box-shadow: 0 10px 30px rgba(14, 165, 233, 0.2);
	border: 1px solid rgba(14, 165, 233, 0.3);
}

.gradient-wifi {
	background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.card-wifi .project-img-container i {
	text-shadow: 0 0 20px rgba(14, 165, 233, 0.8);
	animation: wifi-pulse 2s infinite;
}

@keyframes wifi-pulse {
	0% { transform: scale(1); opacity: 0.8; }
	50% { transform: scale(1.1); opacity: 1; text-shadow: 0 0 30px rgba(14, 165, 233, 1); }
	100% { transform: scale(1); opacity: 0.8; }
}

.badge-wifi {
	background: rgba(0, 0, 0, 0.8);
	color: #38bdf8;
	border: 1px solid #38bdf8;
	box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

.content-wifi {
	background: linear-gradient(180deg, rgba(8, 47, 73, 1) 0%, rgba(2, 6, 23, 1) 100%);
}

.title-wifi {
	font-size: 20px;
	font-weight: 800;
	color: #38bdf8;
	text-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.desc-wifi {
	font-size: 14px;
	color: #e2e8f0;
	margin-bottom: 25px;
	line-height: 1.6;
}

.btn-wifi {
	background: linear-gradient(135deg, #0284c7, #0369a1);
	color: #ffffff;
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	border: 1px solid #38bdf8;
	box-shadow: 0 0 15px rgba(14, 165, 233, 0.6), inset 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 13px;
}

/* --- Booking Lapangan Tennis Special Card Styling --- */

.card-tennis {
	box-shadow: 0 10px 30px rgba(34, 197, 94, 0.2);
	border: 1px solid rgba(34, 197, 94, 0.3);
}

.gradient-tennis {
	background: linear-gradient(135deg, #22c55e, #16a34a);
}

.card-tennis .project-img-container i {
	text-shadow: 0 0 20px rgba(34, 197, 94, 0.8);
	animation: tennis-pulse 2s infinite;
}

@keyframes tennis-pulse {
	0% { transform: scale(1); opacity: 0.8; }
	50% { transform: scale(1.1); opacity: 1; text-shadow: 0 0 30px rgba(34, 197, 94, 1); }
	100% { transform: scale(1); opacity: 0.8; }
}

.badge-tennis {
	background: rgba(0, 0, 0, 0.8);
	color: #4ade80;
	border: 1px solid #4ade80;
	box-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.content-tennis {
	background: linear-gradient(180deg, rgba(20, 83, 45, 1) 0%, rgba(2, 44, 34, 1) 100%);
}

.title-tennis {
	font-size: 20px;
	font-weight: 800;
	color: #4ade80;
	text-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
}

.desc-tennis {
	font-size: 14px;
	color: #e2e8f0;
	margin-bottom: 25px;
	line-height: 1.6;
}

.btn-tennis {
	background: linear-gradient(135deg, #16a34a, #15803d);
	color: #ffffff;
	border-radius: 50px;
	padding: 8px 20px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	border: 1px solid #4ade80;
	box-shadow: 0 0 15px rgba(34, 197, 94, 0.6), inset 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	text-transform: uppercase;
	font-size: 13px;
}

.btn-tennis:hover {
	box-shadow: 0 0 25px rgba(34, 197, 94, 1), inset 0 0 10px rgba(0, 0, 0, 0.8);
	transform: scale(1.05);
	color: #ffffff;
}
