body {
	font-family: "Noto Serif Thai", serif;
}

/* Custom hero background with a real image and a blue tint */
.hero-bg {
	/* background-image: linear-gradient(rgba(30, 64, 175, 0.7), rgba(17, 24, 39, 0.8)), url('/img/power-profestion-trucks-squad-1.jpg?q=80&w=1920&auto=format&fit=crop'); */
	background-image: linear-gradient(
			rgba(30, 64, 175, 0.7),
			rgba(17, 24, 39, 0.8)
		),
		url("/img/power-profestion-trucks-squad-1.jpg?q=80&w=1920&auto=format&fit=crop");
	background-size: cover;
	background-position: center;
}

.cta-button {
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
	transform: translateY(-2px);
}

.section-title {
	border-bottom: 3px solid #2563eb;
	/* Blue-600 */
	padding-bottom: 0.5rem;
}

.fleet-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fleet-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Floating social network icon */
#social-links {
	min-width: 160px;
}

/* Customers carousel */
#customer-carousel {
	transition: opacity 0.5s;
	opacity: 1;
}

#customer-carousel.opacity-0 {
	opacity: 0;
}

#customer-carousel.opacity-100 {
	opacity: 1;
}
