/* Custom page specific styles */
/* Override the existing light theme with dark theme */
html, body {					
	background: #1a1a1a !important;
}

h1.title-section {
	margin-bottom: 20px;
}

h1 img {
	filter: invert(1);
	width: 400px;
}

.custom-text {
	font-size: 1.0rem;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: lowercase;
	margin-bottom: 40px;
	color: white;
	text-align: center;
}

.custom-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.custom-content h2 {
	font-size: 2.2em;
	font-weight: 300;
	text-align: center;
	margin: 40px 0;
	color: rgba(255, 255, 255, 0.9);
}

.services-overview {
	margin: 40px 0;
	text-align: left;
}

.services-overview p,
.services-overview ul {
	font-size: 1.1em;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto;
	max-width: 450px;
}

.services-overview ul {
	list-style-type: disc;
	padding-left: 20px;
}

.cta-section {
	text-align: center;
	margin: 60px 0 40px 0;
}

.view-more-link {
	display: inline-block;
	padding: 15px 30px;
	color: rgba(255, 255, 255, 0.6) !important;
	text-decoration: none;
	font-size: 1.1em;
	transition: all 0.3s ease;

}

.view-more-link:hover {
	color: white !important;
	font-weight: 500;
	transform: translateY(-2px);
}

footer {
	color: rgba(255, 255, 255, 0.7);
}

footer a {
	color: rgba(255, 255, 255, 0.3) !important;
}

footer a:hover {
	color: white;
}

@media screen and (max-width: 1023px) {
	.custom-text {
		text-align: left;
		margin-left: 20px;
	}

	.services-overview p,
	.services-overview ul {
		font-size: 1.1em;
		line-height: 1.6;
		color: rgba(255, 255, 255, 0.8);
		margin: 0 20px 0 0 ;
		max-width: 450px;
	}
}

@media screen and (max-width: 768px) {
	.custom-content h2 {
		font-size: 1.8em;
	}

	.services-overview p {
		font-size: 1em;
	}

	h1 img {
		width: 300px;
	}

	.custom-text {
		font-size: 2rem;
	}
}

@media screen and (max-width: 480px) {
	h1 img {
		width: 250px;
	}

	.custom-text {
		font-size: 1.5rem;
	}
}