body {
	background-color: white;
}

header {
	background-color: #fff;
	padding: 8px 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.logo {width: 100px;}
.top-menu {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0;
	overflow: none;
	
}

header .top-menu li a {
	text-decoration: none;
	float: left;
	color: orangered;
	padding: 14px 16px;
	
}
@media screen and (max-width: 992px) {
	.top-menu {display: none;}
}
#hero {
	width: 100%;
	height: 550px;
	background-image: url("/wp-content/uploads/2026/03/PP-Banner-1-1.png");
	background-size: cover;
	background-position: center;
	display: flex;
}

.main-contenter {
	padding: 32px 0;
}

footer {
	height: 300px;
	width: 100%;
	background-color: #f0f0f0;
}

.content {
	padding: 60px 0;
}