﻿.site-footer {
    margin-top: 3rem;
    background: #fff;
    color: #1f2937;
    border-top: 1px solid #e5e7eb;
}

    .site-footer a {
        color: inherit;
        text-decoration: none;
    }

    .site-footer img {
        max-width: 100%;
    }

/* Avantajlar */

.site-footer-benefits {
    padding: 1.75rem 0;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer-benefits-container {
    width: 100%;
    max-width: 1920px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.site-footer-benefits .row {
    align-items: stretch;
}

.site-footer-benefits [class*="col-"] {
    display: flex;
}

.site-footer-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: 15.5rem;
    padding: 1.5rem 1.25rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 0.55rem;
    box-shadow: 0 0.2rem 0.7rem rgba(15, 23, 42, 0.06);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .site-footer-benefit:hover {
        transform: translateY(-3px);
        border-color: rgba(13, 110, 253, 0.25);
        box-shadow: 0 0.7rem 1.5rem rgba(15, 23, 42, 0.1);
    }

.site-footer-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: 4rem;
    margin-bottom: 0.8rem;
    border-radius: 0;
    background: transparent;
    color: #0d6efd;
    font-size: 2.6rem;
    line-height: 1;
}

    .site-footer-benefit-icon i {
        display: block;
        line-height: 1;
    }

.site-footer-benefit-icon-image img {
    display: block;
    width: 5rem;
    height: 3.25rem;
    object-fit: contain;
}

.site-footer-benefit-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    width: 100%;
}

    .site-footer-benefit-content h3 {
        margin: 0 0 0.65rem;
        color: #151515;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .site-footer-benefit-content p {
        max-width: 14rem;
        margin: 0;
        color: #333;
        font-size: 0.92rem;
        font-weight: 400;
        line-height: 1.55;
    }
@media (min-width: 1200px) {
    .site-footer-benefit {
        min-height: 15.5rem;
    }
}
/* E-bülten ve sosyal medya */

.site-footer-community {
    padding: 2.5rem 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer-newsletter,
.site-footer-social {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
}

.site-footer-section-heading {
    margin-bottom: 1.25rem;
}

.site-footer-section-eyebrow {
    display: block;
    margin-bottom: 0.35rem;
    color: #0d6efd;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-section-heading h2 {
    margin: 0 0 0.5rem;
    color: #111827;
    font-size: 1.35rem;
    font-weight: 700;
}

.site-footer-section-heading p {
    margin: 0;
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.6;
}

.site-footer-newsletter-form {
    max-width: 42rem;
}

.site-footer-newsletter-control {
    display: flex;
    align-items: center;
    min-height: 3.25rem;
    padding-left: 1rem;
    overflow: hidden;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .site-footer-newsletter-control:focus-within {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.12);
    }

    .site-footer-newsletter-control > i {
        flex: 0 0 auto;
        color: #9ca3af;
        font-size: 0.95rem;
    }

    .site-footer-newsletter-control .form-control {
        min-width: 0;
        min-height: 3.15rem;
        border: 0;
        box-shadow: none;
        background: transparent;
        font-size: 0.9rem;
    }

        .site-footer-newsletter-control .form-control:focus {
            border: 0;
            box-shadow: none;
        }

.site-footer-newsletter-button {
    align-self: stretch;
    flex: 0 0 auto;
    min-width: 7rem;
    padding: 0.75rem 1.25rem;
    border: 0;
    border-radius: 0;
    background: #0d6efd;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

    .site-footer-newsletter-button:hover,
    .site-footer-newsletter-button:focus {
        background: #0b5ed7;
        color: #fff;
    }

    .site-footer-newsletter-button:disabled {
        cursor: not-allowed;
        opacity: 0.7;
    }

.site-footer-newsletter-message {
    min-height: 1.35rem;
    margin-top: 0.65rem;
    font-size: 0.8rem;
    font-weight: 500;
}

    .site-footer-newsletter-message.is-success {
        color: #198754;
    }

    .site-footer-newsletter-message.is-error {
        color: #dc3545;
    }

.site-footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer-social-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .site-footer-social-links a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        border: 1px solid #e5e7eb;
        border-radius: 50%;
        background: #fff;
        color: #374151;
        font-size: 1.1rem;
        transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
    }

        .site-footer-social-links a:hover {
            color: #fff;
            border-color: #0d6efd;
            background: #0d6efd;
            transform: translateY(-2px);
        }

/* Ana footer alanı */

.site-footer-main {
    padding: 3rem 0;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer-company {
    height: 100%;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 1.25rem;
}

    .site-footer-logo img {
        display: block;
        width: auto;
        max-width: 13rem;
        max-height: 4rem;
        object-fit: contain;
    }

.site-footer-address {
    margin: 0 0 1.25rem;
    color: #6b7280;
    font-size: 0.82rem;
    font-style: normal;
    line-height: 1.65;
}

.site-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.site-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

    .site-footer-contact-link:hover {
        color: #0d6efd;
    }

.site-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.35rem;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.65rem;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.site-footer-contact-link small {
    display: block;
    margin-bottom: 0.15rem;
    color: #9ca3af;
    font-size: 0.68rem;
    font-weight: 500;
}

/* Footer menüleri */

.site-footer-menu {
    height: 100%;
}

.site-footer-menu-title {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-footer-menu-toggle {
    display: none;
}

.site-footer-menu-collapse {
    display: block;
}

.site-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-menu li + li {
    margin-top: 0.55rem;
}

.site-footer-menu a {
    display: inline-block;
    color: #6b7280;
    font-size: 0.82rem;
    line-height: 1.45;
    transition: color 0.2s ease, transform 0.2s ease;
}

    .site-footer-menu a:hover {
        color: #0d6efd;
        transform: translateX(2px);
    }

/* Kurumsal üyelikler */

.site-footer-memberships h3 {
    margin: 0 0 1rem;
    color: #111827;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.site-footer-membership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.site-footer-membership-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    padding: 0.6rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: #fff;
}

    .site-footer-membership-item img {
        display: block;
        max-width: 4.75rem;
        max-height: 4rem;
        object-fit: contain;
    }

/* Güvenlik ve bankalar */

.site-footer-security {
    padding: 1.5rem 0;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer-security-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-footer-security-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .site-footer-security-group:last-child {
        align-items: flex-end;
    }

.site-footer-security-label {
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.site-footer-security-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-footer-security-group:last-child .site-footer-security-logos {
    justify-content: flex-end;
}

.site-footer-security-logos img {
    display: block;
    width: auto;
    max-width: 5rem;
    height: 1.8rem;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

    .site-footer-security-logos img:hover {
        filter: grayscale(0);
        opacity: 1;
    }

/* Alt footer */

.site-footer-bottom {
    padding: 1rem 0;
    background: #f8fafc;
}

.site-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-footer-bottom p {
    margin: 0;
    color: #6b7280;
    font-size: 0.75rem;
}

/* Tablet */

@media (max-width: 1199.98px) {
    .site-footer-benefit {
        padding: 0.9rem;
    }

    .site-footer-main {
        padding: 2.5rem 0;
    }

    .site-footer-security-inner {
        align-items: flex-start;
    }
}

/* Mobil ve tablet */

@media (max-width: 767.98px) {
    .site-footer {
        margin-top: 2rem;
    }

    .site-footer-benefits {
        padding: 1rem 0;
    }

    .site-footer-benefit {
        flex-direction: column;
        align-items: center;
        gap: 0.55rem;
        padding: 0.85rem 0.6rem;
        text-align: center;
    }

    .site-footer-benefit-icon {
        flex-basis: 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .site-footer-benefit-content h3 {
        font-size: 0.8rem;
    }

    .site-footer-benefit-content p {
        font-size: 0.69rem;
    }

    .site-footer-community {
        padding: 1.5rem 0;
    }

    .site-footer-newsletter,
    .site-footer-social {
        padding: 1.15rem;
        border-radius: 0.8rem;
    }

    .site-footer-section-heading {
        margin-bottom: 1rem;
    }

        .site-footer-section-heading h2 {
            font-size: 1.1rem;
        }

        .site-footer-section-heading p {
            font-size: 0.82rem;
        }

    .site-footer-newsletter-control {
        min-height: 3rem;
        padding-left: 0.8rem;
    }

    .site-footer-newsletter-button {
        min-width: auto;
        padding: 0.7rem 0.9rem;
        font-size: 0.8rem;
    }

    .site-footer-social {
        text-align: center;
    }

    .site-footer-social-links {
        justify-content: center;
    }

    .site-footer-main {
        padding: 2rem 0;
    }

    .site-footer-company {
        text-align: center;
    }

    .site-footer-logo img {
        margin: 0 auto;
    }

    .site-footer-contact-list {
        align-items: center;
    }

    .site-footer-contact-link {
        justify-content: flex-start;
        width: 100%;
        max-width: 20rem;
        padding: 0.65rem;
        border: 1px solid #dbeafe;
        border-radius: 0.75rem;
        background: #fff;
        text-align: left;
    }

    .site-footer-menu {
        border-bottom: 1px solid #e5e7eb;
    }

    .site-footer-menu-title {
        display: none;
    }

    .site-footer-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0.9rem 0;
        border: 0;
        background: transparent;
        color: #111827;
        font-size: 0.85rem;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
    }

        .site-footer-menu-toggle i {
            font-size: 0.75rem;
            transition: transform 0.25s ease;
        }

        .site-footer-menu-toggle[aria-expanded="true"] i {
            transform: rotate(180deg);
        }

    .site-footer-menu-collapse {
        display: none;
    }

        .site-footer-menu-collapse.show,
        .site-footer-menu-collapse.collapsing {
            display: block;
        }

    .site-footer-menu ul {
        padding-bottom: 1rem;
    }

    .site-footer-menu li + li {
        margin-top: 0.4rem;
    }

    .site-footer-menu a {
        display: block;
        padding: 0.2rem 0;
        font-size: 0.8rem;
    }

        .site-footer-menu a:hover {
            transform: none;
        }

    .site-footer-memberships {
        margin-top: 0.5rem;
    }

        .site-footer-memberships h3 {
            text-align: center;
        }

    .site-footer-membership-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .site-footer-membership-item {
        min-height: 4rem;
        padding: 0.4rem;
    }

        .site-footer-membership-item img {
            max-width: 100%;
            max-height: 3rem;
        }

    .site-footer-security {
        padding: 1.25rem 0;
    }

    .site-footer-security-inner {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .site-footer-security-group,
    .site-footer-security-group:last-child {
        align-items: center;
        width: 100%;
    }

        .site-footer-security-logos,
        .site-footer-security-group:last-child .site-footer-security-logos {
            justify-content: center;
        }

            .site-footer-security-logos img {
                max-width: 4rem;
                height: 1.6rem;
            }

    .site-footer-bottom-inner {
        flex-direction: column;
        gap: 0.4rem;
        text-align: center;
    }
}

/* Küçük mobil */

@media (max-width: 575.98px) {
    .site-footer-benefit-content p {
        display: none;
    }

    .site-footer-benefit {
        min-height: 7rem;
        justify-content: center;
    }

    .site-footer-newsletter-control {
        flex-wrap: wrap;
        padding: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

        .site-footer-newsletter-control > i {
            display: none;
        }

        .site-footer-newsletter-control .form-control {
            width: 100%;
            min-height: 3rem;
            border: 1px solid #d1d5db;
            border-radius: 0.65rem;
            background: #fff;
        }

    .site-footer-newsletter-button {
        width: 100%;
        min-height: 3rem;
        margin-top: 0.6rem;
        border-radius: 0.65rem;
    }

    .site-footer-membership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) {
    .site-footer .site-footer-menu-toggle {
        display: none;
    }

    .site-footer .site-footer-menu-title {
        display: block;
    }

    .site-footer .site-footer-menu-collapse.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .site-footer .site-footer-menu-collapse.collapsing {
        display: block !important;
        height: auto !important;
    }
}
.site-footer-cookie-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .9rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: all .25s ease;
}

    .site-footer-cookie-btn:hover {
        color: var(--bs-primary);
        border-color: var(--bs-primary);
        background: rgba(var(--bs-primary-rgb), .08);
    }

    .site-footer-cookie-btn:focus-visible {
        outline: 2px solid var(--bs-primary);
        outline-offset: 3px;
    }

    .site-footer-cookie-btn i {
        font-size: .95rem;
    }
@media (min-width: 768px) and (max-width: 1199.98px) {
    .site-footer-benefits {
        padding: 1.5rem 0;
    }

    .site-footer-benefits-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }

    .site-footer-benefit {
        min-height: 14rem;
        padding: 1.35rem 1rem;
    }

    .site-footer-benefit-icon {
        height: 3.5rem;
        margin-bottom: 0.7rem;
        font-size: 2.3rem;
    }

    .site-footer-benefit-icon-image img {
        width: 4.5rem;
        height: 3rem;
    }

    .site-footer-benefit-content h3 {
        font-size: 1.02rem;
    }

    .site-footer-benefit-content p {
        max-width: 15rem;
        font-size: 0.86rem;
    }
}
@media (max-width: 767.98px) {
    .site-footer-benefits {
        padding: 1rem 0;
    }

    .site-footer-benefits-container {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .site-footer-benefits .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .site-footer-benefit {
        min-height: 11rem;
        padding: 1rem 0.65rem;
        border-radius: 0.65rem;
    }

        .site-footer-benefit:hover {
            transform: none;
        }

    .site-footer-benefit-icon {
        height: 2.8rem;
        margin-bottom: 0.55rem;
        font-size: 2rem;
    }

    .site-footer-benefit-icon-image img {
        width: 3.8rem;
        height: 2.5rem;
    }

    .site-footer-benefit-content h3 {
        margin-bottom: 0.4rem;
        font-size: 0.88rem;
        line-height: 1.25;
    }

    .site-footer-benefit-content p {
        display: -webkit-box;
        max-width: 100%;
        overflow: hidden;
        color: #555;
        font-size: 0.72rem;
        line-height: 1.4;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 575.98px) {
    .site-footer-benefit {
        min-height: 9.5rem;
        padding: 0.9rem 0.5rem;
    }

    .site-footer-benefit-icon {
        height: 2.5rem;
        font-size: 1.8rem;
    }

    .site-footer-benefit-icon-image img {
        width: 3.4rem;
        height: 2.2rem;
    }

    .site-footer-benefit-content h3 {
        font-size: 0.82rem;
    }

    .site-footer-benefit-content p {
        display: -webkit-box;
        font-size: 0.67rem;
        line-height: 1.35;
        -webkit-line-clamp: 3;
    }
}