/* Unique CSS for about page */
.about-hero {
	background: linear-gradient(rgb(99 44 44 / 70%), rgb(19 25 43 / 70%)), url(images/banner-images/headphone.png);
	background-size: cover;
	background-position: center;
	color: white;
	padding: 100px 0;
	text-align: center;
}

.about-section {
	padding: 20px 0;
}

.about-card {
	background: white;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 30px;
	height: 100%;
	transition: transform 0.3s;
}

.about-card:hover {
	transform: translateY(-10px);
}

.about-icon {
	font-size: 2.5rem;
	color: #3498db;
	margin-bottom: 20px;
}

.team-member {
	text-align: center;
	margin-bottom: 30px;
}

.team-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
	border: 5px solid #3498db;
}

.values-section {
	background: #f8f9fa;
	padding: 60px 0;
	margin: 60px 0;
}

.value-item {
	text-align: center;
	padding: 20px;
}

.value-icon {
	font-size: 2rem;
	color: #3498db;
	margin-bottom: 15px;
}

@media (max-width: 767.98px) {
	.about-hero {
		padding: 60px 0;
	}
	
	.about-hero h1 {
		font-size: 2rem;
	}
}
.about-images{
	height: 470px;
}