body {
	background: linear-gradient(135deg, #000 0%, #232946 100%) !important;
	color: #fff !important;
	font-weight: bold !important;
	min-height: 100vh;
}

main, .container, section, .card, .navbar, footer {
	background: transparent !important;
}

body::before {
	content: "";
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	pointer-events: none;
	background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.9) 100%);
	z-index: 0;
}

body > * {
	position: relative;
	z-index: 1;
}
/* Light blue background for hero section */
.bg-primary.bg-gradient {
	background: linear-gradient(135deg, #000 0%, #232946 100%) !important;
	color: #fff !important;
}
/* Hero section buttons (blue background) */
.hero-btn-black {
	background: #181a1b !important;
	color: #fff !important;
	border: none !important;
	font-weight: bold;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	transition: background 0.2s, color 0.2s;
}
.hero-btn-black:hover {
	background: #232946 !important;
	color: #fff !important;
}
body {
	background: linear-gradient(135deg, #000 0%, #232946 100%) !important;
	color: #fff !important;
	font-weight: bold !important;
	min-height: 100vh;
}

main, .container, section, .card, .navbar, footer {
	background: transparent !important;
}

/* Shiny black effect overlay */
body::before {
	content: "";
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	pointer-events: none;
	background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.9) 100%);
	z-index: 0;
}

body > * {
	position: relative;
	z-index: 1;
}
/* Contact Section */
#contact .card {
	border-radius: 12px;
	border: 2px solid #fff;
	background: linear-gradient(135deg, #000 60%, #232946 100%) !important;
	color: #fff !important;
	box-shadow: 0 2px 12px rgba(26, 35, 126, 0.18);
	position: relative;
	overflow: hidden;
	}
	#contact .card::before {
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.7) 100%);
		pointer-events: none;
		z-index: 0;
	}
	#contact .card > * {
		position: relative;
		z-index: 1;
}
#contact .form-control {
	border: 2px solid #fff !important;
	background: #181a1b !important;
	color: #fff !important;
}
#contact .form-control:focus {
	border-color: #90caf9 !important;
	box-shadow: 0 0 0 2px #90caf9;
	background: #181a1b !important;
	color: #fff !important;
}
#contact .btn-primary {
	background: #232946 !important;
	border: none;
	color: #fff !important;
}
#contact .btn-primary:hover {
	background: #181a1b !important;
	color: #fff !important;
}

footer {
	background: linear-gradient(135deg, #000 0%, #232946 100%) !important;
	color: #fff !important;
	font-size: 1rem;
	position: relative;
	overflow: hidden;
	}
	footer::before {
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.7) 100%);
		pointer-events: none;
		z-index: 0;
	}
	footer > * {
		position: relative;
		z-index: 1;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #90caf9;
}
/* Reset some default styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

header {
	background: linear-gradient(135deg, #000 0%, #232946 100%) !important;
	color: #fff !important;
	padding: 20px 0;
}

/* Features Section */
.features {
	margin: 50px 0;
	display: flex;
	justify-content: center;
#footer .contact-card, .contact-card {
	max-width: 350px;
	margin: 24px auto 0 auto;
	padding: 20px 24px;
	background: linear-gradient(135deg, #000 60%, #232946 100%);
	color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(26, 35, 126, 0.18);
	text-align: left;
	font-weight: normal;
	border: 1.5px solid rgba(255,255,255,0.08);
	position: relative;
	overflow: hidden;
	}
	.contact-card::before {
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.7) 100%);
		pointer-events: none;
		z-index: 0;
	}
	.contact-card > * {
		position: relative;
		z-index: 1;
}
.contact-card h5 {
	margin-bottom: 12px;
	font-weight: bold;
	color: #1a237e;
}
.contact-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-card li {
	margin-bottom: 8px;
	font-weight: normal;
}
.contact-card a {
	color: #1a237e;
	text-decoration: underline;
}
.contact-card a:hover {
	color: #3949ab;
}
	align-items: flex-start;
}

.features .container {
	display: flex;
	gap: 40px;
	.contact-card {
		width: 95%;
		padding: 16px 8px;
	}
	justify-content: center;
	flex-wrap: wrap;
}

.feature {
	background: linear-gradient(135deg, #000 60%, #232946 100%);
	color: #fff;
	padding: 30px 25px;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(26, 35, 126, 0.18);
	width: 300px;
	text-align: center;
	border: 1.5px solid rgba(255,255,255,0.08);
	position: relative;
	overflow: hidden;
	}
	.feature::before {
		content: "";
		position: absolute;
		top: 0; left: 0; right: 0; bottom: 0;
		background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.7) 100%);
		pointer-events: none;
		z-index: 0;
	}
	.feature > * {
		position: relative;
		z-index: 1;
}

.feature h3 {
	color: #1a237e;
	margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 900px) {
	.features .container {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 600px) {
	.logo, nav {
		float: none;
		text-align: center;
		display: block;
	}
	.nav-links {
		flex-direction: column;
		gap: 15px;
		margin-top: 15px;
	}
	.hero h2 {
		font-size: 1.5rem;
	}
	.feature {
		width: 90%;
	}
}
