        .services-wrapper {
            background-color: #1b4332; /* Deep Green Background */
            border-radius: 16px;
            padding: 40px 20px;
        }
        .service-card {
            color: #2d6a4f;
            background-color: #ffffff;
            border-radius: 12px;
            padding: 25px 20px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }
        .service-icon {
            font-size: 2.5rem;
            color: #2d6a4f;
            margin-bottom: 15px;
        }
        .btn-whatsapp {
            background-color: #1b4332;
            color: #ffffff;
            border-radius: 20px;
            padding: 8px 20px;
            font-size: 0.9rem;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            transition: background-color 0.3s ease;
        }
        .btn-whatsapp:hover {
            background-color: #2d6a4f;
            color: #ffffff;
        }
/* Footer Section - Exact Match */
.site-footer {
    background-color: #1a1415; /* Dark Maroon/Blackish Background */
    color: #a89a97;
    padding: 55px 24px 30px 24px;
    margin-top: 0 !important;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Brand Title & Description */
.site-footer .footer-brand {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #fceee9;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.1;
}

.site-footer .footer-about p {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #a89a97;
    margin-bottom: 20px;
}

.site-footer .footer-about strong {
    display: block;
    color: #e6dedb;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 35px;
}

/* Headings (Quick Links, Services, Contact) */
.site-footer h3 {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c09355; /* Gold Accent Headers */
    text-transform: uppercase;
    margin-bottom: 22px;
}

/* Links Styling */
.site-footer a {
    display: block;
    color: #a89a97;
    text-decoration: none;
    font-size: 0.88rem;
    margin-bottom: 12px;
    transition: color 0.2s ease;
}

.site-footer a:hover {
    color: #fceee9;
}

/* Contact Info Column */
.site-footer .footer-contact-block {
    margin-top: 35px;
}

.site-footer .footer-contact-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #c09355;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 6px;
}

.site-footer .footer-contact-val {
    color: #fceee9;
    font-size: 0.92rem;
    font-weight: 600;
}

.site-footer a.footer-phone-val {
    color: #a89a97;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

/* Call Now Underlined Button */
.site-footer .footer-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fceee9 !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 6px;
    margin-top: 8px;
    margin-bottom: 35px;
}

.site-footer .footer-contact-cta svg {
    stroke: #fceee9;
}

/* Bottom Footer Bar */
.site-footer .footer-bottom-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px 0 20px 0;
    opacity: 1;
}

.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: #7a6e6b;
}

.site-footer .footer-bottom a {
    color: #7a6e6b;
    margin-bottom: 0;
    text-decoration: none;
}

.site-footer .footer-bottom a:hover {
    color: #c09355;
}

