.footer {
    background-color: #e3f5e8;
    color: #1a1a1a;
    padding: 50px 20px 20px;
}



.footer-col {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-col h4,
.footer-col h6 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px !important;
    font-weight: 600;
}

.social_links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social_links a {
    background-color: var(--main-color);
    color: var(--white-color);
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
    border-radius: 100px;
}

.social_links a:hover {
    background-color: var(--black-color);
    color: var(--white-color);
    transition: .3s ease;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px !important;
}

.footer-col ul li a {
    color: #1a1a1a;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.logo-col img.logo {
    width: 200px;
    margin-bottom: 15px !important;
}

.logo-col p {
    max-width: 280px;
    line-height: 1.6;
}

.store-links img {
    width: 120px;
    margin-right: 10px;
    margin-top: 15px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
}

.footer-links {
    margin-bottom: 10px !important;
}

.footer-links a {
    margin: 0 10px;
    color: #1a1a1a;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .footer-bottom {
        text-align: center;
        padding: 12px;
    }

    .footer-links {
        margin-bottom: 10px !important;
    }

    .footer-col {
        min-width: auto;
    }

    .footer-col h4,
    .footer-col h6 {
        font-size: 18px;
        margin-bottom: 12px !important;
    }

    .logo-col p,
    .footer-col ul li a,
    .footer-col p {
        font-size: 14px;
    }

    .footer-col ul li {
        margin-bottom: 6px !important;
    }

    .footer {
        padding: 35px 12px 12px 12px;
    }

    .logo img {
        width: 100px;
    }

    .banner_content b {
        font-size: 12px;
    }

}