footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F5F5F5 !important;
}

.footer-detay-yazi {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #556962;
    margin-top: 32px;
    margin-bottom: 32px;
}

.footer-icon {
    display: flex;
    align-items: center;
    column-gap: 17px;
    color: #DDB480;
    font-size: 20px;
}

.footer-icon a {
    color: #DDB480 !important;
}

.footer-icerik-yazi {
    color: #2A433B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer-baslik {
    color: #2A433B;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.footer-icerik {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.footer-iceriks {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.footer-icerik-detay {
    color: #556962;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
}

.tum-footer {
    display: flex;
    justify-content: space-between;
}

.icerikler {
    display: flex;
    align-items: start;
    column-gap: 6rem;
}

.icerikler-iki {
    display: flex;
    align-items: end;
    column-gap: 3rem;
}

.footer-sag {
    display: flex;
    justify-content: end;
}

.kvk {
    flex-wrap: wrap;
    row-gap: 1rem;
    display: flex;
    align-items: center;
    column-gap: 50px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #FFFFFF;
}

.biz-title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.bize-ulasin {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.takip-edin {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
}

.footer-sosyal {
    background: var(--Stroke, rgba(225, 225, 225, 1));
    border-radius: 5rem;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.footer-sosyal i {
    color: rgba(42, 67, 59, 1);
}

.footer-map {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: rgba(85, 105, 98, 1) !important;
}

.footer-number {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: rgba(85, 105, 98, 1) !important;
}

.footer-medya {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.footer-logo {
    margin-top: 40px;
}

.footer-alt {
    color: rgba(84, 84, 84, 1) !important;
}

.footer-body {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 13px !important;
    padding-top: 8px !important;
    padding-left: 0 !important;
}

.yesil-row {
    margin-top: 50px;
    margin-top: 4rem !important;
}

.footer-row {
    row-gap: 4rem;
}

.footer-sag {
    justify-content: end !important;
}

.mobile-footer {
    display: none !important;
}

.footer-iceriks {
    display: flex !important;
}

.accordion {
    --bs-accordion-bg: none !important;
}

.accordion-button {
    color: #2A433B !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .icerikler {
        column-gap: 4rem;
    }
    .icerikler-iki {
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    .mobile-footer {
        display: block !important;
    }
    .footer-iceriks {
        display: none !important;
    }
    .tum-footer {
        flex-direction: column;
        row-gap: 4rem;
    }
    .icerikler-iki {
        column-gap: 3rem;
    }
    footer {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-sag {
        justify-content: center !important;
        margin-top: 1rem !important;
    }
    .footer-logos {
        display: flex;
        justify-content: center;
    }
    .kvk {
        justify-content: center;
    }
    .icerikler {
        flex-direction: column;
    }
    .icerikler-iki {
        margin-top: 3rem;
        row-gap: 1rem !important;
    }
}

@media only screen and (max-width: 425px) {
    .icerikler-iki {
        flex-direction: column;
        margin-top: 3rem;
        row-gap: 1rem !important;
    }
    .kvk {
        justify-content: center !important;
    }
    .yesil-row {
        display: flex;
        row-gap: 1rem;
    }
}