/* ===========================================
   FOOTER ENHANCED - Minimal Görsel Zenginleştirme
   =========================================== */

/* Hafif grid deseni - arka plan */
.footer-enhanced {
    position: relative;
    overflow: hidden;
}

.footer-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(76, 193, 196, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(76, 193, 196, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6), transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6), transparent 75%);
}

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

/* Sol sütun: alt başlık rozeti */
.footer-sub-title-badge i {
    margin-right: 6px;
    color: #4cc1c4;
    font-size: 12px;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.6em;
    margin: 15px 0 0;
    max-width: 340px;
}

/* Logo + Endüstri 4.0 rozeti */
.footer-logo-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.about-footer .footer-logo {
    border-top: none;
    padding-top: 0;
}

.footer-industry-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(76, 193, 196, 0.12);
    border: 1px solid rgba(76, 193, 196, 0.3);
    color: #fff;
    font-family: var(--accent-font);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #4cc1c4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation: footerPulse 2s infinite ease-in-out;
}

.pulse-dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: rgba(76, 193, 196, 0.5);
    animation: footerPulseRing 2s infinite ease-out;
}

@keyframes footerPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@keyframes footerPulseRing {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/* E-bülten zenginleştirme */
.newsletter-title-icon {
    color: #4cc1c4;
    font-size: 16px;
    margin-right: 6px;
    background: rgba(76, 193, 196, 0.15);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: middle;
}

.newsletter-desc {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 1.5em;
    margin: 10px 0 0;
}

.newsletter-kvkk {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-top: 10px;
}

.newsletter-kvkk i {
    color: #4cc1c4;
    font-size: 11px;
}

/* Başlıkların yanındaki ikonlar */
.footer-title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: rgba(76, 193, 196, 0.15);
    border: 1px solid rgba(76, 193, 196, 0.3);
    border-radius: 8px;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.footer-title-icon i {
    font-size: 13px;
    color: #4cc1c4;
    transition: all 0.3s ease;
}

.footer-links:hover .footer-title-icon {
    background: #4cc1c4;
    border-color: #4cc1c4;
    transform: rotate(-5deg);
}

.footer-links:hover .footer-title-icon i {
    color: #fff;
}

/* Hızlı Bağlantılar ve Hizmetler - hover arrow efekti */
.footer-quick-links ul,
.footer-service-links ul {
    list-style: none;
    padding: 0;
}

.footer-quick-links ul li,
.footer-service-links ul li {
    position: relative;
    padding-left: 18px;
    transition: padding 0.3s ease;
}

.footer-quick-links ul li::before,
.footer-service-links ul li::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #4cc1c4;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer-quick-links ul li:hover,
.footer-service-links ul li:hover {
    padding-left: 24px;
}

.footer-quick-links ul li:hover::before,
.footer-service-links ul li:hover::before {
    transform: translateX(4px);
}

/* İletişim Bilgileri - ikonlu listeleme */
.footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px !important;
    padding-left: 0 !important;
}

.footer-contact-list li::marker,
.footer-contact-list li::before {
    display: none !important;
    content: none !important;
}

.contact-icon-circle {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(76, 193, 196, 0.12);
    border: 1px solid rgba(76, 193, 196, 0.3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4cc1c4;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-contact-list li:hover .contact-icon-circle {
    background: #4cc1c4;
    border-color: #4cc1c4;
    color: #fff;
    transform: scale(1.08);
}

.footer-contact-list li>div {
    flex: 1;
    min-width: 0;
}

.footer-contact-list li span:first-child {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
    font-weight: 500;
}

.footer-contact-list li a,
.footer-contact-list li p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    word-break: break-word;
    transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
    color: #4cc1c4;
}

/* Copyright bölümü ince ayraç */
.footer-copyright-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76, 193, 196, 0.3), transparent);
    margin-bottom: 30px;
}

.footer-copyright-text p span i {
    color: #4cc1c4;
    margin-right: 4px;
}

/* Sosyal medya linklerinde ince iyileştirme */
.footer-social-links ul li a {
    position: relative;
    overflow: hidden;
}

.footer-social-links ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4cc1c4;
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.35s ease;
    z-index: 0;
}

.footer-social-links ul li a:hover::before {
    transform: scale(1);
}

.footer-social-links ul li a i {
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-pattern-overlay {
        background-size: 30px 30px;
    }

    .footer-title-icon {
        width: 26px;
        height: 26px;
    }

    .footer-title-icon i {
        font-size: 11px;
    }

    .contact-icon-circle {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .footer-industry-badge {
        font-size: 12px;
        padding: 6px 12px;
    }

    .footer-contact-list li {
        margin-bottom: 14px !important;
    }
}

/* ===========================================
   FOOTER FIXES & EKSTRA DOKUNUŞLAR
   =========================================== */

/* FIX: İletişim listesi ikon hizalaması düzeltmesi */
.footer-contact-links ul.footer-contact-list,
.footer-links ul.footer-contact-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-contact-links ul.footer-contact-list li,
.footer-links ul.footer-contact-list li {
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.5em;
}

.footer-contact-links ul.footer-contact-list li::marker,
.footer-contact-links ul.footer-contact-list li::before,
.footer-links ul.footer-contact-list li::marker,
.footer-links ul.footer-contact-list li::before {
    display: none !important;
    content: none !important;
}

.footer-contact-list li:last-child {
    margin-bottom: 0 !important;
}

/* İkon dairesi - dikey ortalama */
.footer-contact-list .contact-icon-circle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: rgba(76, 193, 196, 0.12);
    border: 1px solid rgba(76, 193, 196, 0.3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4cc1c4;
    font-size: 14px;
    transition: all 0.3s ease;
    align-self: center;
}

.footer-contact-list li:hover .contact-icon-circle {
    background: #4cc1c4;
    border-color: #4cc1c4;
    color: #fff;
    transform: scale(1.08);
}

/* İçerik div - dikeyde ortalı, metinler düzenli */
.footer-contact-list li>div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.footer-contact-list li>div>span:first-child {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0;
}

.footer-contact-list li>div>a,
.footer-contact-list li>div>p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    word-break: break-word;
    transition: color 0.3s ease;
    font-weight: 400;
}

.footer-contact-list li>div>a:hover {
    color: #4cc1c4;
}

/* ===========================================
   LOGO GLASSMORPHISM (Hafif bulanıklık)
   =========================================== */
.footer-logo-glass {
    position: relative;
    display: inline-block;
    padding: 20px 26px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.footer-logo-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(76, 193, 196, 0.08),
            transparent);
    transition: left 0.8s ease;
}

.footer-logo-glass:hover::before {
    left: 100%;
}

.footer-logo-glass:hover {
    border-color: rgba(76, 193, 196, 0.25);
    background: rgba(255, 255, 255, 0.06);
}

.footer-logo-glass img {
    position: relative;
    z-index: 1;
}

/* Eğer kendi eski .footer-logo stili padding veriyorsa nötrle */
.footer-logo-wrap .footer-logo-glass {
    border-top: none;
    padding-top: 20px;
}

/* ===========================================
   COPYRIGHT HOVER EFEKTLERİ
   =========================================== */

/* Nexora Mühendislik yazısı */
.brand-hover-link {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    transition: color 0.5s ease;
    padding-bottom: 2px;
}

.brand-hover-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #4cc1c4;
    transition: width 0.5s ease;
}

.brand-hover-link:hover {
    color: #4cc1c4;
}

.brand-hover-link:hover::after {
    width: 100%;
}

/* Stick logo */
.stick-hover-link {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.5s ease;
    position: relative;
}

.stick-hover-link img {
    height: 20px;
    vertical-align: middle;
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.stick-hover-link:hover {
    background: rgba(76, 193, 196, 0.12);
    transform: translateY(-2px);
}

.stick-hover-link:hover img {
    filter: none;
    opacity: 1;
}

/* ===========================================
   İLETİŞİM İKONLARI TAM MERKEZLEME (X + Y)
   =========================================== */

/* Daireyi grid ile merkezle - flex'ten daha kesin sonuç verir */
.footer-contact-list .contact-icon-circle {
    display: grid !important;
    place-items: center !important;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    text-align: center;
}

/* İkon glyph'ini sıfırla ve tam ortaya oturt */
.footer-contact-list .contact-icon-circle i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em;
    height: 1em;
    line-height: 1 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    text-align: center;
}

/* Font Awesome pseudo-element fix - bazı glyph'ler baseline'da oturur */
.footer-contact-list .contact-icon-circle i::before {
    display: block;
    line-height: 1;
    vertical-align: middle;
}

/* Mikro optik düzeltmeler (Font Awesome glyph asimetrisi) */
.footer-contact-list li:nth-child(1) .contact-icon-circle i {
    transform: translate(-0.5px, 0);
}

.footer-contact-list li:nth-child(3) .contact-icon-circle i {
    transform: translate(0, -0.5px);
}

/* Masaüstünde masaüstü logosu, mobilde mobil logo */
.logo-desktop {
    width: 200px;
    display: inline-block;
}

.logo-mobile {
    display: none;
}

@media (max-width: 991px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: inline-block;
        width: 200px;
        /* mobil logonun genişliğini isteğinize göre ayarlayın */
    }
}