﻿

.ds-footer {
    
    background-color: #020615; 
    background: linear-gradient(180deg, #020615 0%, #040920 45%, #050a30 100%);
    color: #ffffff;
    padding: 6rem 0 3rem;
    position: relative;
    z-index: 10;
    font-family: 'Roboto', sans-serif;
}

.ds-footer .kapsayici {
    position: relative;
    z-index: 2;
}

.ds-footer, .ds-footer * {
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ds-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem;
    margin-bottom: 5rem;
}

.ds-logo img {
    height: 110px; 
    margin-bottom: 3rem;
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: height 0.3s ease;
}

.navbar__logo {
    margin-bottom: 2.5rem;
    display: block;
}

@media (max-width: 768px) {
    .ds-logo img { height: 90px; }
    .navbar__logo {
        margin-bottom: 2rem;
    }
}

.ds-desc {
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    margin-bottom: 2rem;
    max-width: 350px;
    font-size: 0.95rem;
}

.ds-social {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.ds-social a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    min-width: 72px;
}

.ds-social a i {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.ds-social-text {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ds-social a:hover i {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.ds-social a:hover .ds-social-text {
    color: #fff;
}

.ds-col h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #fff;
}

.ds-nav {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.ds-nav a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.3s ease, padding 0.3s ease;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    line-height: 1.5;
}

.ds-nav a:hover {
    color: #2f5bff;
    padding-left: 8px;
    color: #fff;
}

.ds-contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.ds-contact-text {
    user-select: none; 
    -webkit-user-select: none;
}

.ds-contact-info address {
    font-style: normal;
    color: rgba(255,255,255,0.8);
    margin-top: 1rem;
    line-height: 1.6;
}

.ds-contact-info p,
.ds-contact-info a {
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    line-height: 1.5;
}

.ds-contact-info a:hover {
    opacity: 0.95;
}

.ds-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.4);
}

.ds-legal {
    display: flex;
    gap: 2rem;
}

.ds-legal a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    line-height: 1.5;
}

.ds-legal a:hover {
    color: #fff;
}

@keyframes whatsapp-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    height: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.75rem 1.6rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #128C7E 0%, #075E54 100%);
    box-shadow: 0 10px 36px rgba(7, 94, 84, 0.5);
    z-index: 10000 !important;
    text-decoration: none;
    overflow: visible;
    isolation: isolate;
    will-change: transform;
    -webkit-tap-highlight-color: transparent;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    animation: whatsapp-pulse 3.5s infinite ease-in-out;
    visibility: visible !important;
    opacity: 1 !important;
}

.cookie-open .whatsapp-float {
    bottom: 190px;
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.15), transparent 55%);
    z-index: 0;
}

.whatsapp-float::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.whatsapp-float:hover::after,
.whatsapp-float:focus-visible::after {
    opacity: 1;
}

.whatsapp-icon {
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-text {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 
        0 18px 48px rgba(7, 94, 84, 0.65),
        0 0 0 4px rgba(7, 94, 84, 0.2);
    outline: none;
    animation: none;
    background: linear-gradient(135deg, #0f7c6f 0%, #055a49 100%);
}

.whatsapp-float:hover .whatsapp-icon,
.whatsapp-float:focus-visible .whatsapp-icon {
    transform: scale(1.12) rotate(-15deg);
}

@media (max-width: 768px) {
    .whatsapp-float {
        right: 12px;
        bottom: 12px;
        padding: 0.65rem 1.1rem;
        gap: 0.5rem;
        font-size: 0.85rem;
    }

    .whatsapp-icon {
        font-size: 19px;
    }

    .whatsapp-text {
        font-size: 0.8rem;
    }
}
.cookie-overlay {
    position: fixed;
    inset: 0;
    bottom: auto;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    pointer-events: none;
    
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease, backdrop-filter 0.4s ease;
    backdrop-filter: blur(0px);
}

.cookie-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    backdrop-filter: blur(4px);
}

.cookie-box {
    width: 100%;
    max-width: none;
    background: linear-gradient(180deg, #0d1530 0%, #0a1028 50%, #0b1226 100%);
    border: 1px solid rgba(47, 91, 255, 0.25);
    border-top: 1px solid rgba(47, 91, 255, 0.35);
    border-bottom: none;
    box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 20px 20px 0 0;
    padding: 1.4rem 1.75rem;
    color: #fff;
    max-height: 50vh;
    overflow-y: auto;
    pointer-events: auto;
}

.cookie-header {
    margin-bottom: 0.75rem;
    text-align: left;
}

.cookie-header h3,
.cookie-header h2 {
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
}

.cookie-header p {
    color: rgba(255,255,255,0.8);
    line-height: 1.4;
    font-size: 0.85rem;
}

.cookie-box a {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-color: #a4bcff;
    font-weight: 500;
}

.cookie-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cookie-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,0.04);
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.06);
}

.opt-label span {
    display: block;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 0.9rem;
}

.opt-label small {
    display: block;
    color: rgba(255,255,255,0.65);
    font-size: 0.78rem;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.8rem;
    margin-bottom: 0;
}

.btn-cookie-reject,
.btn-cookie-save,
.btn-cookie-accept {
    padding: 0.7rem 0.9rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.82rem;
    min-width: 130px;
}

.btn-cookie-reject {
    background: transparent;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.15);
    font-weight: 600;
}
.btn-cookie-reject:hover { 
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
    border-color: rgba(255,255,255,0.25);
}

.btn-cookie-save {
    background: rgba(47, 91, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(47, 91, 255, 0.25);
    font-weight: 600;
}
.btn-cookie-save:hover { 
    background: rgba(47, 91, 255, 0.22);
    border-color: rgba(47, 91, 255, 0.4);
}

.btn-cookie-accept {
    background: linear-gradient(135deg, #2f5bff 0%, #5a7dff 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(47, 91, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
}
.btn-cookie-accept:hover { 
    background: linear-gradient(135deg, #3d69fb 0%, #6686ff 100%);
    box-shadow: 0 12px 32px rgba(47, 91, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.25);
}

.cookie-meta {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.3);
}

.cookie-meta a {
    color: rgba(255,255,255,0.3);
    text-decoration: none;
}
.cookie-meta a:hover { color: #fff; }

@media (max-width: 1024px) {
    .ds-footer {
        padding: 4.5rem 0 2.5rem;
    }
    
    .ds-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin-bottom: 4rem;
    }
    
    .brand-col {
        grid-column: span 2;
        text-align: center;
    }
    
    .brand-col .ds-logo img {
        margin: 0 auto 1.5rem;
        height: 100px;
    }
    
    .brand-col .ds-desc {
        margin: 0 auto 2rem;
    }
    
    .brand-col .ds-social {
        justify-content: center;
    }
    
    .ds-contact-info a {
        font-size: 1.05rem;
    }
    
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        padding: 0.7rem 1.35rem;
        gap: 0.6rem;
        font-size: 0.9rem;
    }
    
    .whatsapp-icon {
        font-size: 21px;
    }
    
    .whatsapp-text {
        font-size: 0.85rem;
    }

    .cookie-open .whatsapp-float {
        bottom: 150px;
    }
}
@media (max-width: 768px) {
    .ds-footer {
        padding: 4rem 0 2rem;
    }
    
    .ds-footer-grid {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 3rem;
        margin-bottom: 3rem;
    }

    .brand-col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .ds-logo img {
        height: 90px;
    }
    
    .ds-desc {
        margin: 0 auto 2rem;
        font-size: 0.9rem;
    }

    .ds-social {
        justify-content: center;
    }
    
    .ds-social a {
        min-width: 64px;
        padding: 0.45rem 0.6rem;
        font-size: 1.05rem;
    }

    .ds-social a i {
        width: 38px;
        height: 38px;
    }

    .ds-social-text {
        font-size: 0.7rem;
    }

    .ds-col h4 {
        margin-bottom: 1.5rem;
        font-size: 1.1rem;
    }

    .ds-nav {
        align-items: center;
        gap: 1rem;
    }

    .ds-nav a {
        font-size: 0.95rem;
    }

    .ds-nav a:hover {
        padding-left: 0;
        transform: translateX(5px);
    }
    
    .ds-contact-info {
        align-items: center;
        gap: 1.2rem;
    }
    
    .ds-contact-info a {
        font-size: 1.1rem;
        justify-content: center;
    }
    
    .ds-contact-info address {
        font-size: 0.95rem;
    }

    .ds-footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
        padding-top: 1.5rem;
        font-size: 0.85rem;
    }
    
    .ds-legal {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .ds-legal a {
        font-size: 0.85rem;
    }
    
    .whatsapp-float {
        right: 12px;
        bottom: 12px;
        padding: 0.65rem 1.1rem;
        gap: 0.5rem;
        font-size: 0.85rem;
    }
    
    .whatsapp-icon {
        font-size: 19px;
    }
    
    .whatsapp-text {
        font-size: 0.8rem;
    }

    .cookie-open .whatsapp-float {
        bottom: 130px;
    }
    
    .cookie-box {
        padding: 1.25rem 1.1rem;
        width: 100%;
        border-radius: 18px 18px 0 0;
        max-height: 70vh;
    }

    .cookie-header {
        margin-bottom: 0.85rem;
    }

    .cookie-header h2 {
        font-size: 1.1rem;
        margin-bottom: 0.35rem;
    }

    .cookie-header p {
        font-size: 0.85rem;
    }

    .cookie-body {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-bottom: 1rem;
    }

    .cookie-option {
        padding: 0.85rem 0.9rem;
        gap: 0.75rem;
    }

    .opt-label span {
        font-size: 0.9rem;
    }

    .opt-label small {
        font-size: 0.78rem;
    }

    .cookie-actions {
        flex-direction: column;
        gap: 0.8rem;
    }

    .btn-cookie-reject,
    .btn-cookie-save,
    .btn-cookie-accept {
        width: 100%;
        padding: 0.85rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .cookie-box {
        padding: 1.1rem 1rem;
        border-radius: 14px 14px 0 0;
    }

    .cookie-header h2 {
        font-size: 1.05rem;
    }

    .cookie-header p {
        font-size: 0.8rem;
    }

    .opt-label span {
        font-size: 0.85rem;
    }

    .btn-cookie-reject,
    .btn-cookie-save,
    .btn-cookie-accept {
        padding: 0.75rem;
        font-size: 0.8rem;
    }

    .cookie-open .whatsapp-float {
        bottom: 115px;
    }

}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}