.site-footer {
background: #f0f1f3;
color: #333333;
padding: 60px 0 0;
}
.site-footer .footer-inner {
max-width: 1700px;
display: flex;
gap: 40px;
align-items: flex-start;
}
.footer-logo {
display: flex;
align-items: center;
}
.footer-logo .wp-block-image {
box-shadow: none;
border-radius: 0;
}
.footer-logo a {
display: block;
text-decoration: none;
}
.footer-logo img {
max-width: 180px;
height: auto;
display: block;
}
.footer-column {
text-align: left;
}
.footer-column h3 {
font-size: 1rem;
font-weight: 800;
letter-spacing: 0.5px;
margin: 0 !important;
}
.footer-column p {
margin: 0 0 30px;
line-height: 1.8;
font-size: 0.95rem;
}
.footer-column a {
color: #333333;
text-decoration: none;
font-weight: 600;
transition: color 0.3s ease;
}
.footer-column a:hover {
color: #00597b;
}
.footer-links {
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-links a {
font-weight: 700;
}
.footer-bottom {
width: 100%;
margin: 0;
padding: 16px 0;
text-align: center;
background: #00597b;
color: #ffffff;
font-size: 0.9rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.8px;
}
.footer-bottom p {
margin: 0;
}
.footer-hero {
position: relative;
width: 100%;
overflow: hidden;
margin-top: 75px;
} @media (max-width: 992px) {
.site-footer {
padding: 40px 20px;
}
.footer-logo {
justify-content: flex-start;
}
.footer-logo img {
max-width: 150px;
}
.footer-column h3 {
font-size: 0.95rem;
margin-top: 0;
}
.footer-column p {
font-size: 0.9rem;
margin-bottom: 20px;
}
.footer-hero {
margin-top: 50px;
}
}
@media (max-width: 781px) {
.site-footer {
padding: 34px 16px 0;
}
.site-footer .footer-inner {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
}
.footer-logo {
justify-content: flex-start;
flex-direction: unset !important;
}
.footer-logo figure {
margin: 0 0 15px;
}
.footer-logo img {
max-width: 140px;
}
.footer-column h3 {
font-size: 0.9rem;
margin-top: 0;
}
.footer-column p {
font-size: 0.85rem;
margin-bottom: 18px;
line-height: 1.6;
}
.footer-bottom {
font-size: 0.78rem;
letter-spacing: 0.4px;
padding: 14px 12px;
}
.footer-hero {
margin-top: 40px;
}
}
.footer-hero__img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}
.footer-hero__label {
font-size: 1.2rem;
}