/* Alt bilgi stilleri */

/* Enhanced Footer Styles - Black/Red Theme */
.ana-footer-enhanced {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.ana-footer-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e50914;
}

/* Main Footer Content */
.footer-main {
    padding: 60px 0 40px;
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.25fr 1.4fr;
    gap: 40px;
    align-items: start;
}

/* Company Section */
.company-section {
    padding-right: 20px;
}

.company-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-logo-image {
    aspect-ratio: 237 / 56;
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(229, 9, 20, 0.3));
}

.company-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
    text-align: center;
}

/* Section Titles */
.section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e50914;
    border-radius: 1px;
}

.section-title i {
    color: #e50914;
    font-size: 1rem;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0.9rem;
}

.footer-link:hover {
    color: #e50914;
    transform: translateX(5px);
}

.footer-link.featured {
    color: #e50914;
    font-weight: 600;
}

button.footer-link {
    width: 100%;
    background: none;
    border: 0;
    padding: 8px 0;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.footer-link i {
    width: 16px;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Contact Section */
.contact-info {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: rgba(229, 9, 20, 0.05);
    border-color: rgba(229, 9, 20, 0.2);
}

.contact-icon {
    width: 35px;
    height: 35px;
    background: #e50914;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.contact-details {
    flex: 1;
}

.contact-label {
    display: block;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3px;
    font-weight: 500;
}

.contact-value {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
}

.contact-value--address,
.contact-value--address a {
    font-size: 0.75rem;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.contact-value--address a:hover {
    color: #e50914;
}

.contact-link {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #e50914;
}

/* Social Media */
.footer-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 36px);
    gap: 8px;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.social-media-section {
    margin-top: 25px;
    text-align: center;
}

.social-title {
    font-size: 1rem;
    font-weight: 700;
    color: #e50914;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.social-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #e50914;
    border-radius: 1px;
}

.social-links {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.footer-social-grid .social-link {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
}

.social-link {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    position: relative;
    overflow: hidden;
    background: #141414;
    border: 1px solid rgba(229, 9, 20, 0.25);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(229, 9, 20, 0.16);
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.05);
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link:active {
    transform: translateY(-1px) scale(1.02);
}

.social-link i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.social-link:hover i {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(229, 9, 20, 0.5);
    transform: scale(1.1);
}

/* Individual Social Media Platform Hover Effects */
.social-link.facebook:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.facebook:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-link.instagram:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.instagram:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-link.twitter:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.twitter:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-link.linkedin:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.linkedin:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-link.youtube:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.youtube:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-link.tiktok:hover {
    border-color: #e50914;
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.4);
}

.social-link.tiktok:hover::before {
    background: rgba(229, 9, 20, 0.22);
}

.social-tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #0a0a0a;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(229, 9, 20, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.social-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #1a1a1a;
}

.social-link:hover .social-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
}

/* Sosyal simgeler için nabız animasyonu */
@keyframes socialPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    50% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

.social-link {
    animation: socialPulse 3s ease-in-out infinite;
}

.social-link:nth-child(1) {
    animation-delay: 0s;
}

.social-link:nth-child(2) {
    animation-delay: 0.6s;
}

.social-link:nth-child(3) {
    animation-delay: 1.2s;
}

.social-link:nth-child(4) {
    animation-delay: 1.8s;
}

.social-link:nth-child(5) {
    animation-delay: 2.4s;
}

/* Sosyal medya için mobil uyum */
@media (max-width: 768px) {
    .social-links {
        gap: 5px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .social-link {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }

    .social-link i {
        font-size: 0.8rem;
    }

    .social-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .social-links {
        gap: 4px;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .social-link {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        border-radius: 7px;
    }

    .social-link i {
        font-size: 0.75rem;
    }
}

/* Footer Bottom */
.footer-bottom {
    background: #000000;
    padding: 25px 0;
    border-top: 1px solid rgba(229, 9, 20, 0.2);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    text-align: center;
}

.copyright strong {
    color: #e50914;
}

.developer-credit {
    margin-top: 8px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    display: block;
}

.solid-medya-link {
    color: #e50914;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.solid-medya-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #e50914;
    transition: width 0.3s ease;
}

.solid-medya-link:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(229, 9, 20, 0.5);
}

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

.footer-bottom-links {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.footer-bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #e50914;
}

button.footer-bottom-link {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.contact-mail-reveal {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: none;
    color: #ff7a7a;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-mail-reveal:hover {
    color: #fff;
}

.contact-mail-reveal--inline {
    display: inline;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

.contact-mail-revealed,
.op-mail-revealed {
    color: #e50914;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.op-mail-revealed {
    color: #fff;
    text-decoration: none;
}

.op-mail-revealed:hover {
    color: #e50914;
}

.legal-body {
    flex: 1;
}

/* Enhanced Back to Top */
.back-to-top-enhanced {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: #e50914;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.3);
}

.back-to-top-enhanced.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top-enhanced:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(229, 9, 20, 0.5);
}

.back-to-top-icon {
    position: relative;
    z-index: 2;
}

.back-to-top-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.back-to-top-enhanced:hover .back-to-top-glow {
    opacity: 1;
}

/* Enhanced Mobile Bottom Navigation */
.mobile-bottom-nav-enhanced {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(229, 9, 20, 0.2);
}

.bottom-nav-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0 20px;
    position: relative;
    z-index: 2;
}

.bottom-nav-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0a0a;
    z-index: 1;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 12px;
    border-radius: 12px;
    min-width: 60px;
}

.bottom-nav-item.active {
    color: #e50914;
}

.nav-icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.nav-icon i {
    font-size: 1.2rem;
    z-index: 2;
    position: relative;
}

.icon-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(229, 9, 20, 0.12);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bottom-nav-item.active .icon-glow {
    opacity: 1;
}

.cta-icon {
    background: #e50914;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: white !important;
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}

.cta-glow {
    background: rgba(255, 255, 255, 0.16);
}

.nav-label {
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.nav-indicator {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #e50914;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.bottom-nav-item.active .nav-indicator {
    opacity: 1;
}

.cta-indicator {
    background: white;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .mobile-bottom-nav-enhanced {
        display: block;
    }

    /* Alt nav form/butonları kapatmasın */
    body {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
    }

    main,
    .basvuru-main,
    .modeller-page,
    .iletisim-page,
    .contact-page,
    .ana-icerik,
    .page-content {
        padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    }

    .form-actions,
    .wizard-actions,
    .form-navigation,
    .step-actions {
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .ana-footer-enhanced {
        margin-bottom: 80px;
        margin-top: 40px;
    }

    .footer-main {
        padding: 40px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .company-section {
        padding-right: 0;
        text-align: center;
    }

    .company-brand {
        justify-content: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-bottom-links {
        justify-content: center;
    }

    .back-to-top-enhanced {
        bottom: 100px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 30px 0 20px;
    }

    .social-links {
        justify-content: center;
    }

    .contact-item {
        padding: 10px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
    }

    .footer-bottom {
        padding: 20px 0;
    }
}
