.services-intro {
    margin: 20px;
    padding: 20px;
    background-color: #e81d25 !important;
    border-radius: 5px;
}

.services-intro a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

.breadcrumbs {
    border-top: 1px solid;
    padding-top: 5px;
}

#map {
    min-height: 350px;
}

.call-to-action {
    --default-color: #ffffff;
    --background-color: #4b4a4c;
    --background-color-rgb: 0, 0, 0;
    padding: 80px 0;
    position: relative;
    -webkit-clip-path: inset(0);
    background-image: url(../images/chivembe-3d.jpg);
}

.main-footer {
    background-color: #333; /* Dark background */
    color: #ddd;
    font-size: 0.95rem;
}

.footer-container {
    padding: 4rem 2rem;
}

.footer-logo {
    color: #d92525;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-col h4 {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #d92525;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col li {
    margin-bottom: 0.75rem;
}

.links-col a, .contact-col a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.2s;
}

.links-col a:hover, .contact-col a:hover {
    color: #d92525;
}

.contact-col p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.contact-col i {
    color: #d92525;
    margin-right: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
}

.social-icons {
    margin-top: 1.5rem;
}

.social-icons a {
    color: white;
    font-size: 1.4rem;
    margin-right: 15px;
    transition: color 0.2s;
}

.social-icons a:hover {
    color: #d92525;
}

.footer-bar {
    background-color: #222; /* Slightly darker bottom bar */
    text-align: center;
    padding: 1rem 2rem;
    font-size: 0.85rem;
    color: #aaa;
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-col h4 {
        border-bottom: none;
    }
    .contact-col p {
        justify-content: center;
    }
}