/*
 Theme Name: GeneratePress Child
 Theme URI: https://www.kadikoybocekilaclamafirmalari.gen.tr/
 Description: Kadıköy Böcek İlaçlama için GeneratePress child tema
 Author: Kadıköy Böcek İlaçlama
 Template: generatepress
 Version: 1.0
*/

/* Buradan sonra özel CSS kodlarını ekleyebilirsin */

.kadikoy-custom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}

.kadikoy-custom-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.kadikoy-custom-footer a:hover {
    color: #d6eaff;
    text-decoration: underline;
}

.kadikoy-footer-left {
    text-align: left;
}

.kadikoy-footer-right {
    text-align: right;
}

@media (max-width: 768px) {
    .kadikoy-custom-footer {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    .kadikoy-footer-left,
    .kadikoy-footer-right {
        text-align: center;
    }
}