/* Premium Footer Design */

.footer {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e293b 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 80px 15px 40px !important;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="footerGrid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23footerGrid)"/></svg>'),
        radial-gradient(circle at 20% 30%, rgba(99, 102, 241, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    opacity: 0.6;
    z-index: 0;
}

.footer::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    animation: footerFloat 20s ease-in-out infinite;
}

@keyframes footerFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, 30px) scale(1.1);
    }
}

.footer > * {
    position: relative;
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 1;
}

/* Footer Sections */
.footer .row > div {
    margin-bottom: 30px;
}

.hak,
.hizli-linkler,
.footer-iletisim {
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.hak:hover,
.hizli-linkler:hover,
.footer-iletisim:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Footer Headings */
.footer h4 {
    color: white !important;
    font-weight: 800 !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.5);
}

.footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

/* Footer Text */
.footer p {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

/* Footer Links */
.hizli-linkler ul {
    padding: 0 !important;
    list-style: none;
}

.hizli-linkler ul li {
    width: 100% !important;
    float: none !important;
    display: block;
    margin-bottom: 12px;
}

.hizli-linkler ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    display: block;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    padding-left: 40px !important;
}

.hizli-linkler ul li a::before {
    content: '→';
    position: absolute;
    left: 15px;
    color: #667eea;
    font-weight: bold;
    transition: all 0.3s;
}

.hizli-linkler ul li a:hover {
    color: white !important;
    background: rgba(99, 102, 241, 0.2);
    transform: translateX(5px);
    padding-left: 45px !important;
}

.hizli-linkler ul li a:hover::before {
    color: #f093fb;
    transform: translateX(5px);
}

/* Footer Contact Info */
.footer-iletisim p {
    padding: 12px 15px;
    margin-bottom: 15px !important;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 3px solid transparent;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px !important;
}

.footer-iletisim p::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    background: rgba(99, 102, 241, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-iletisim p:nth-child(2)::before {
    content: '📍';
    background: transparent;
    font-size: 18px;
}

.footer-iletisim p:nth-child(3)::before {
    content: '📞';
    background: transparent;
    font-size: 18px;
}

.footer-iletisim p:nth-child(4)::before {
    content: '✉️';
    background: transparent;
    font-size: 18px;
}

.footer-iletisim p:nth-child(5)::before {
    content: '💬';
    background: transparent;
    font-size: 18px;
}

.footer-iletisim p:hover {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #667eea;
    transform: translateX(5px);
}

/* Social Media Icons */
.footer-sosyaller {
    margin-top: 30px !important;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-sosyaller a {
    color: white !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.footer-sosyaller a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
    z-index: 0;
}

.footer-sosyaller a i {
    position: relative;
    z-index: 1;
}

.footer-sosyaller a:hover::before {
    width: 100px;
    height: 100px;
}

.footer-sosyaller a:hover {
    color: white !important;
    background: transparent !important;
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
    border-color: rgba(102, 126, 234, 0.5);
}

/* Footer Logo */
.footer-logo {
    margin-top: 30px !important;
    text-align: center;
}

.footer-logo a {
    display: inline-block;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-logo a:hover {
    transform: scale(1.05);
    opacity: 1;
    filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(102, 126, 234, 0.5));
}

.footer-logo img {
    transition: all 0.3s;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer {
        padding: 60px 15px 30px !important;
    }
    
    .hak,
    .hizli-linkler,
    .footer-iletisim {
        margin-bottom: 25px;
        padding: 20px;
    }
    
    .footer h4 {
        font-size: 18px !important;
    }
    
    .footer-sosyaller {
        justify-content: center;
    }
}

/* Premium Bottom Border */
.footer {
    border-top: 3px solid transparent;
    background-image: 
        linear-gradient(135deg, #1e293b 0%, #0f172a 50%, #1e293b 100%),
        linear-gradient(135deg, #667eea, #764ba2, #f093fb);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


