﻿/* =========================================================
   FOOTER STYLES - Turizm360
   Modern, Profesyonel Footer Tasarımı
   ========================================================= */

/* Ana Footer Container */
.footer--main {
    background: linear-gradient(180deg, #1a1f2e 0%, #0f1218 100%);
    color: #e8e8e8;
    padding: 4rem 0 0 0;
    position: relative;
    overflow: hidden;
}

/* Dekoratif Arka Plan Efekti */
.footer--main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}

/* İçerik Alanı */
.footer--content {
    padding-bottom: 3rem;
}

/* Marka Wrapper */
.footer--brand-wrapper {
    padding-right: 2rem;
}

/* Marka Logo */
.footer--brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 1.2rem;
    transition: all 0.3s ease;
}

.footer--brand i {
    font-size: 1.8rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.footer--brand:hover {
    color: var(--primary-color);
}

.footer--brand:hover i {
    transform: rotate(15deg);
}

/* Açıklama Metni */
.footer--description {
    color: #9ca3af;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

/* Sosyal Medya İkonları - Topbar Stiliyle Uyumlu */
.footer--social-icons {
    display: flex;
    gap: 0.6rem;
}

.footer--social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer--social-icon:hover {
    transform: translateY(-3px);
    color: white;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* Marka Renkleri (Topbar ile Aynı) */
.footer--social-icon.social-facebook { background-color: #1877F2; }
.footer--social-icon.social-twitter { background-color: #000000; }
.footer--social-icon.social-instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.footer--social-icon.social-youtube { background-color: #FF0000; }
.footer--social-icon.social-linkedin { background-color: #0A66C2; }
.footer--social-icon.social-tiktok { background-color: #000000; }

.footer--social-icon.social-facebook:hover { filter: brightness(1.15); }
.footer--social-icon.social-twitter:hover { filter: brightness(1.3); }
.footer--social-icon.social-instagram:hover { filter: brightness(1.1); }
.footer--social-icon.social-youtube:hover { filter: brightness(1.15); }
.footer--social-icon.social-linkedin:hover { filter: brightness(1.15); }
.footer--social-icon.social-tiktok:hover { filter: brightness(1.3); }

/* Footer Dekoratif Görsel */
.footer--image {
    position: relative;
    margin-top: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    max-width: 180px;
}

.footer--image img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}

.footer--image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.8rem 1rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
}

.footer--image-overlay span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.footer--image-overlay i {
    color: var(--primary-color);
}

/* Başlıklar */
.footer--heading {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1.3rem;
    position: relative;
    display: inline-block;
}

.footer--heading::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
}

/* Link Listesi */
.footer--links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer--links li {
    margin-bottom: 0.7rem;
}

.footer--links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.88rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer--links a::before {
    content: '';
    width: 0;
    height: 1px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.footer--links a:hover {
    color: #fff;
    padding-left: 0.5rem;
}

.footer--links a:hover::before {
    width: 12px;
}

/* İletişim Listesi */
.footer--contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer--contact li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.footer--contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(13, 202, 240, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer--contact-icon i {
    color: var(--primary-color);
    font-size: 1rem;
}

.footer--contact-text {
    display: flex;
    flex-direction: column;
}

.footer--contact-text span {
    font-size: 0.75rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.15rem;
}

.footer--contact-text p,
.footer--contact-text a {
    margin: 0;
    font-size: 0.9rem;
    color: #e8e8e8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer--contact-text a:hover {
    color: var(--primary-color);
}

/* TÜRSAB Rozeti */
.footer--badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.footer--badge i {
    color: #22c55e;
    font-size: 1.1rem;
}

.footer--badge span {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* TÜRSAB Logo */
.footer--tursab {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.footer--tursab-logo {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

.footer--tursab-number {
    font-size: 0.8rem;
    color: #9ca3af;
}

/* Footer Brand Logo */
.footer--brand-logo {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

/* Alt Kısım */
.footer--bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 0;
    margin-top: 1rem;
}

.footer--copyright {
    margin: 0;
    font-size: 0.85rem;
    color: #6b7280;
}

/* Yasal Linkler */
.footer--legal-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.footer--legal-links a {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.footer--legal-links a:hover {
    color: var(--primary-color);
}

.footer--divider {
    width: 4px;
    height: 4px;
    background: #374151;
    border-radius: 50%;
}

/* =========================================================
   RESPONSIVE TASARIM
   ========================================================= */

/* Tablet */
@media (max-width: 992px) {
    .footer--main {
        padding: 3rem 0 0 0;
    }

    .footer--brand-wrapper {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .footer--content {
        padding-bottom: 2rem;
    }
}

/* Mobil */
@media (max-width: 768px) {
    .footer--main {
        padding: 2.5rem 0 0 0;
    }

    .footer--brand-wrapper {
        text-align: center;
    }

    .footer--brand {
        font-size: 1.4rem;
        justify-content: center;
    }

    .footer--brand i {
        font-size: 1.5rem;
    }

    .footer--brand-logo {
        margin: 0 auto;
        display: block;
    }

    .footer--description {
        font-size: 0.85rem;
        text-align: center;
    }

    .footer--social-icons {
        justify-content: center;
    }

    .footer--social-icon {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
    }

    .footer--image {
        max-width: 120px;
        margin: 1.2rem auto 0;
    }

    .footer--image img {
        height: auto;
        max-height: 60px;
    }

    .footer--image-overlay span {
        font-size: 0.8rem;
    }

    .footer--heading {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .footer--links a {
        font-size: 0.82rem;
    }

    .footer--contact li {
        margin-bottom: 1rem;
    }

    .footer--contact-icon {
        width: 36px;
        height: 36px;
    }

    .footer--contact-text p,
    .footer--contact-text a {
        font-size: 0.85rem;
    }

    .footer--badge {
        padding: 0.6rem 0.8rem;
    }

    .footer--badge span {
        font-size: 0.75rem;
    }

    .footer--bottom {
        padding: 1.2rem 0;
    }

    .footer--copyright {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .footer--legal-links {
        justify-content: center;
    }

    .footer--legal-links a {
        font-size: 0.8rem;
    }
}

/* Küçük Mobil */
@media (max-width: 400px) {
    .footer--main {
        padding: 2rem 0 0 0;
    }

    .footer--social-icons {
        gap: 0.5rem;
    }

    .footer--social-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }

    .footer--image {
        max-width: 100px;
        margin: 1rem auto 0;
    }

    .footer--image img {
        height: auto;
        max-height: 50px;
    }

    .footer--image-overlay {
        padding: 0.6rem 0.8rem;
    }

    .footer--image-overlay span {
        font-size: 0.75rem;
    }

    .footer--contact-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .footer--contact-icon i {
        font-size: 0.9rem;
    }

    .footer--badge {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   SCROLL TO TOP BUTTON
   ========================================================= */

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

/* Mobile */
@media (max-width: 768px) {
    .scroll-to-top {
        width: 44px;
        height: 44px;
        bottom: 20px;
        right: 20px;
        font-size: 1rem;
    }
}
