body footer.footer.bg-dark {
    background-color: #006d72 !important;
}

/* Footer contact card box */
footer.footer .service-contact-card-footer {
    padding: 28px 32px !important;
    min-height: auto !important;
    height: auto !important;

    /* REMOVE BORDER + BOX LOOK */
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Row that holds the email + arrow */
footer.footer .service-contact-card-footer .d-flex.justify-content-between.align-items-center {
    align-items: center !important;
    gap: 16px !important;
}

/* Email wrapper */
footer.footer .service-contact-card-footer p.text-2xl {
    margin: 0 !important;
    flex: 1 1 auto !important;
    text-align: right !important;
    line-height: 1.2 !important;
}

/* Email link color */
footer.footer .service-contact-card-footer p.text-2xl,
footer.footer .service-contact-card-footer p.text-2xl a {
    color: #FFB646 !important;
}

/* Arrow link */
footer.footer .service-contact-card-footer a.animate-arrow-up {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #FFB646 !important;
}

/* Arrow SVG */
footer.footer .service-contact-card-footer a.animate-arrow-up svg path {
    stroke: #FFB646 !important;
}

/* Mobile fix */
@media (max-width: 767px) {
    footer.footer .service-contact-card-footer {
        padding: 20px 22px !important;
    }

    footer.footer .service-contact-card-footer .d-flex.justify-content-between.align-items-center {
        gap: 12px !important;
    }

    footer.footer .service-contact-card-footer p.text-2xl {
        font-size: 20px !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }
}

/* Stack Email + Phone vertically */
footer.footer .footer-grid {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    column-gap: 80px !important;
}

/* Make the contact sections stack */
footer.footer .service-contact-card-footer {
    width: 100% !important;
}

/* Force them into one column */
footer.footer .footer-grid > div:nth-child(2),
footer.footer .footer-grid > div:nth-child(3) {
    grid-column: 2 !important;
}

/* Add spacing between Email and Phone */
footer.footer .service-contact-card-footer + .service-contact-card-footer {
    margin-top: 24px !important;
}

/* Keep everything left aligned */
footer.footer .service-contact-card-footer,
footer.footer .service-contact-card-footer h3,
footer.footer .service-contact-card-footer p {
    text-align: left !important;
    align-items: flex-start !important;
}

footer.footer .service-contact-card-footer h3 {
    margin-bottom: 12px !important;
}

@media (max-width: 1024px) {

    /* Stack everything */
    footer.footer .footer-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
    }

    /* Force correct order */
    footer.footer .pt-12 {
        order: 1;
    }

    /* EMAIL */
    footer.footer .service-contact-card-footer:nth-of-type(1) {
        order: 2;
    }

    /* PHONE */
    footer.footer .service-contact-card-footer:nth-of-type(2) {
        order: 3;
    }

    /* Make sure both are full width */
    footer.footer .service-contact-card-footer {
        width: 100% !important;
    }
}

/* Hide PHONE on tablet + mobile */
@media (max-width: 1024px) {
    footer.footer .service-contact-card-footer:nth-of-type(2) {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    footer.footer .service-contact-card-footer:last-of-type {
        display: none !important;
    }
}

#jp-relatedposts {
  display: none !important;
}