.instance-parent3 {
    /* position: absolute; */
    top: 5161px;
    left: 249px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 88px;
    font-size: 20px;
    color: #000;
}

.services-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.services-icon {
    width: 80px;
    position: relative;
    height: 80px;
}


.free-and-fast-delivery-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.free-and-fast {
    position: relative;
    line-height: 28px;
    font-weight: 600;
}

.friendly-247-customer {
    position: relative;
    font-size: 14px;
    line-height: 21px;
}

.services-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}


.free-delivery-for {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}



.footer {
    width: 100%;
    position: relative;
    background-color: #000;
    /* height: 440px; */
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-family: Poppins;
}

.gradient-custom-3 {
    /* fallback for old browsers */
    background: #84fab0;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}

.gradient-custom-4 {
    /* fallback for old browsers */
    background: #84fab0;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}

.footer {
    background-color: #000;
    /* or your current footer bg */
    color: #fff;
    padding: 2rem 1rem;
}

.footer a {
    color: #0d6efd;
    /* Bootstrap blue */
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer h5 {
    margin-bottom: 1rem;
}

.footer-contact {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.0;
    text-align: left;
}

.footer-contact h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.footer-contact p {
    margin: 0.25rem 0;
    font-weight: 400;
}

/* Footer band colors */
.site-footer .footer-links {
    background: #0f1115;
}

/* near-black */
.site-footer .footer-contact {
    background: #16202a;
}

/* dark blue-gray */
.site-footer .footer-legal {
    background: #000;
}

/* pure black */

/* Optional separators for extra definition */
.site-footer .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.site-footer p {
    margin-bottom: .4rem;
}

/* Make footer links readable on dark backgrounds */
.site-footer a {
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
}

/* If you prefer subtle dividers between columns on large screens */
@media (min-width: 768px) {
    .footer-links .col-md-3 {
        border-right: 1px solid rgba(255, 255, 255, .06);
    }

    .footer-links .col-md-3:last-child {
        border-right: none;
    }

    .footer-links {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}