﻿/* Footer first section başlangıç */
#footer-first-section {
    color: var(--ahlp-1a1818);
    background-color: var(--ahlp-f5f4f4);
}

#footer-first-section .container {
    padding-top: 80px;
}

#footer-first-section #footer-logo {
    margin-bottom: 40px;
}

#footer-first-section .description {
    margin-bottom: 22px;
}

#footer-first-section .social-media-links {
    display: flex;
    gap: 20px;
}

#footer-first-section .middle-col {
    padding-left: 140px;
}

#footer-first-section .footer-menu {
    padding: 0;
    list-style-type: none;
}

.footer-menu li {
    margin: 5px 0px;
}

#footer-first-section .footer-menu a {
    color: var(--ahlp-1a1818);
    text-decoration: none;
    transition:ease-out .3s color;
}
#footer-first-section .footer-menu a:hover {
    color: var(--ahlp-a7804d);
}
#footer-first-section .footer-menu a.disabled {
    color: var(--ahlp-1a1818) !important;
    user-select:none;
    cursor:default;
    opacity:50%;
}

    #footer-first-section .footer-menu a.active {
        color: var(--ahlp-a7804d);
    }

#footer-first-section .right-col {
    margin-bottom: 55px;
}

#footer-first-section .subscribe-field {
    margin-top: 20px;
}

#footer-first-section .right-col label {
    color: var(--ahlp-1a1818);
}

#footer-first-section .right-col p:last-child .default-text-1 {
    color: var(--ahlp-1a1818);
}

#footer-first-section .policies {
    padding: 43px 0 40px 0;
    display: flex;
    justify-content: center; /* en soldaki sola, en sağdaki sağa */
    align-items: center;
    border-top: 1px solid var(--ahlp-d9d4d4);
    border-bottom: 1px solid var(--ahlp-d9d4d4);
    flex-wrap: wrap; /* taşmasın, satır atsın */
}

#footer-first-section .policy-link {
    white-space: nowrap; /* taşmadan tek satırda kalsın */
    color: var(--ahlp-1a1818);
    text-decoration: none;
    position: relative;
    padding: 5px 25px;
    border-right: 1px solid var(--ahlp-d9d4d4);
}

    #footer-first-section .policy-link:first-child {
        padding-left: 0;
        padding-right: 20px;
    }

    #footer-first-section .policy-link:last-child {
        padding-left: 20px;
        border-right: none;
        padding-right: 0;
    }


#footer-first-section .contact {
    margin: 40px 0px;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--ahlp-1a1818);
    border-radius: 16px;
    background-color: var(--ahlp-e2dfdf);
}

#footer-first-section .contact .contact-info {
    padding: 15px 0px;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#footer-first-section .contact .contact-info .default-btn.icon-box{
    min-width:36px;
}

#footer-first-section .contact .contact-address p {
    font-size: 16px;
    line-height: 19px;
    padding-top: 15px;
}

    #footer-first-section .contact .contact-info:nth-child(2) {
        padding: 15px 55px;
        border-left: 1px solid #bbb4bd;
        border-right: 1px solid #bbb4bd;
    }

#footer-first-section .default-header-1 {
    color: var(--ahlp-1a1818);
    font-weight:bold;
}

#subscribeForm .default-link-2{
    color:var(--ahlp-1a1818);
    font-weight:600;
}
/* Footer first section bitiş */
#footer-second-section {
    padding: 23.5px 0px;
    color: var(--ahlp-f9f5f1);
    background-color: var(--ahlp-5f5858);
}

#footer-third-section {
    padding: 22px 0 25px 0;
    color: var(--ahlp-f9f5f1);
    background-color: var(--ahlp-a7804d);
}


.mobil-divider {
    display: none;
}

#mobil-policies {
    display: none !important;
}

#footer-first-section .default-text-4 {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
}

@media (max-width: 1134px) {
    .contact {
        width: calc(100% - 32px);
        margin: 35px 16px !important;
        padding: 0 !important;
        background-color: transparent !important;
        border: none !important;
    }

    .contact-info {
        width: 100%;
        text-align: center;
        flex-direction: column;
        border-radius: 8px;
        margin-bottom: 20px;
    }
}



@media (max-width: 992px) {
    #footer-first-section .contact .contact-info {
        background-color: var(--ahlp-e2dfdf);
    }
}



@media (max-width: 884px) {
    #footer-first-section .middle-col {
        padding-left: 15px;
    }

    #footer-first-section .policies {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #footer-first-section .policy-link {
        padding-left: 15px !important;
        border-right: none !important;
    }
    #footer-first-section .contact {
        padding: 10px 20px;
    }

    #footer-first-section .contact .contact-info {
        justify-content: flex-end;
        padding: 20px 0px;
    }

    #footer-first-section .contact .contact-info:nth-child(2) {
        padding: 15px 0px;
        border-left: 0;
        border-right: 0;
    }

    .mobil-divider {
        margin: 20px 0;
        display: block;
        height: 1px;
        background-color: var(--ahlp-d9d4d4);
        width: calc(100% - 32px);
        transform: translateX(16px);
    }

    .left-col, .middle-col, .right-col {
        width: 100% !important;
    }

    #mobil-policies {
        display: flex !important;
        border: none !important;
        padding: 0 !important;
    }

    .policies {
        border: none;
    }

    #web-policies {
        display: none !important;
    }

    #fon-bulten {
        margin-bottom: 0 !important;
    }

    .contact {
        width: calc(100% - 32px);
        margin: 0px 16px !important;
        margin-bottom: 35px !important;
        padding: 0 !important;
        border: none !important;
    }
}

@media (max-width: 576px) {

    #footer-first-section .contact .contact-info {
        padding: 20px 30px;
    }
    #footer-first-section .contact .contact-info p{
        margin:0;
    }
}