/* FOOTER ARKA PLAN ZORLA */
footer,
.site-footer,
.elementor-location-footer {
    background-color: #0b3f42 !important;
    padding: 40px 20px;
}

/* MENÜ ALANI */
.custom-footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* LİNKLER */
.custom-footer-menu ul li a {
    color: ##00cfc8 ;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

/* HOVER */
.custom-footer-menu ul li a:hover {
    color: #00cfc8;
}

/* MOBİL */
@media (max-width: 768px) {
    .custom-footer-menu ul {
        flex-direction: column;
        align-items: center;
    }
}