#company-hero-section {
    background-image: url(/wp-content/uploads/2025/10/Company-Hero-Image.jpg);
    height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#company-hero-section h1 {
    text-shadow: 0 5px 15px rgba(253, 253, 253, 0.5);
}

#company-details-section .section-container {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#company-ceo-message-section .section-container {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.company-details-container {
	box-shadow: 0 8px 25px 0 #2828281A;
}

.bottom-line-container {
    border-bottom: 1px solid #2828281f;
    padding-bottom: 13px;
    padding-top: 13px;
}

.map-container, .map-container iframe {
	border-radius: 16px;
}

.line-horizontal {
	background-color: #28282873;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	#company-hero-section {
		background-image: url(/wp-content/uploads/2025/10/Company-Hero-Mobile-Image.jpg);
		height: 200px;
	}
	
	.map-container, .map-container iframe {
		height: 160px !important;
		border-radius: 8px;
	}
	
	.line-horizontal {
		margin-top: 8px;
		margin-bottom: 5px;
	}
}