.footer{
    color: #60944b;
    padding: 0 !important;
    box-shadow: 0 -2px 24px 0 rgba(96, 148, 75, 0.07);
    background-color: #373738;
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
        /*background-position: center;*/
        /*background: url('https://ajaddevelopments.com/elaia/wp-content/uploads/sites/2/2025/07/janko-ferlic-SZ6wp-2v5hE-unsplash-scaled.jpg') center center / cover no-repeat;*/
        /*background-blend-mode: lighten;*/
}
.footer .container{
    padding: 25px 0;
}
.footer .logo img{
    width: 100%;
    max-width: 250px;
    aspect-ratio: unset !important;
}
.footer h3{
    color: var(--gray);
    margin-bottom: 15px;
}
.footer a{
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
}
.footer a::before{

    background-color: var(--gray);
 
    transition: transform .3s linear;
}
.footer a:hover::before{
    transform-origin: left;
    transform: scaleX(1);
}
.footer .copyright{
    text-align: center;
    font-size: 14px;
    color: var(--white);
    border-top: 1px solid;
    padding-top: 10px;
}

.footer .title{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    color: #60944b;
}

.footer .header_menu{
    display: flex;
    flex-direction: column;
    height: 100px;
    flex-wrap: wrap;
}

.footer .sub-menu{
    display: none;
}


.footer  .contact-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer  .contact-info a {
    gap: 10px
}

.custom-footer-menu-columns {
    justify-content: center;
    align-items: center;
}
.custom-footer-menu-col {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    text-align: start;
}
.custom-footer-menu-col li a {
    color: var(--white) !important;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: color 0.3s;
    margin-bottom: 5px;
}
.custom-footer-menu-col li a:hover {
    color: var(--gray) !important;
}
