/* ============================================================
   FOOTER CSS — TEK KAYNAK (footer.php inline style buraya taşındı)
   header.php ile HER sayfada yüklenir; footer her yerde stilli.
   ============================================================ */
    /* Scoped Motion SVG Styles for Footer Icons */
    .footer-top .order-property {
        position: relative;
        overflow: visible;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        background: transparent;
    }
    .footer-top .order-property:hover {
        transform: translateY(-5px);
        filter: none !important;
    }
    .footer-top .order-property .iconContent {
        overflow: visible;
        position: relative;
    }
    .footer-top .order-property .iconContent svg {
        width: 75%;
        height: auto;
        display: block;
        margin: 0 auto;
        overflow: visible;
    }
    .footer-top .order-property .st0 {
        transition: fill 0.3s ease, opacity 0.3s ease;
    }
    .footer-top .order-property:hover .st0 {
        fill: #FF6633 !important;
        opacity: 0.08 !important;
    }

    /* 1. Credit Card */
    .card-group {
        animation: floatCard 4s ease-in-out infinite;
    }
    @keyframes floatCard {
        0%, 100% { transform: translateY(0px) rotate(0deg); }
        50% { transform: translateY(-4px) rotate(1deg); }
    }
    .footer-top .order-property:hover .card-group {
        animation: hoverCard 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    }
    @keyframes hoverCard {
        0% { transform: translateY(-4px) rotate(1deg) scale(1); }
        50% { transform: translateY(-8px) rotate(-3deg) scale(1.08); }
        100% { transform: translateY(-6px) rotate(-1.5deg) scale(1.05); }
    }
    .card-wifi {
        transition: opacity 0.3s ease;
    }
    .footer-top .order-property:hover .card-wifi {
        animation: wifiPulse 1.2s infinite;
    }
    @keyframes wifiPulse {
        0% { opacity: 0.3; }
        50% { opacity: 1; }
        100% { opacity: 0.3; }
    }

    /* 2. On-Time Delivery */
    .calendar-group {
        animation: calendarFloat 4s ease-in-out infinite;
    }
    @keyframes calendarFloat {
        0%, 100% { transform: translateY(0) rotate(0); }
        50% { transform: translateY(-2px) rotate(-0.5deg); }
    }
    .clock-hand {
        animation: spinClock 10s linear infinite;
    }
    @keyframes spinClock {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .footer-top .order-property:hover .clock-hand {
        animation: spinClockFast 1.5s linear infinite;
    }
    @keyframes spinClockFast {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .calendar-check {
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .footer-top .order-property:hover .calendar-check {
        transform: scale(1.08);
    }

    /* 3. Secure SSL */
    .secure-group {
        animation: secureFloat 4s ease-in-out infinite;
    }
    @keyframes secureFloat {
        0%, 100% { transform: translateY(0) scale(1); }
        50% { transform: translateY(-3px) scale(1.01); }
    }
    .footer-top .order-property:hover .secure-group {
        animation: secureWobble 0.6s ease-in-out forwards;
    }
    @keyframes secureWobble {
        0% { transform: rotate(0); }
        20% { transform: rotate(-5deg) scale(1.05); }
        40% { transform: rotate(4deg) scale(1.05); }
        60% { transform: rotate(-3deg) scale(1.05); }
        80% { transform: rotate(2deg) scale(1.05); }
        100% { transform: rotate(0) scale(1.05); }
    }
    .secure-ripple {
        transform-origin: 61.5px 49.5px;
        pointer-events: none;
    }
    .footer-top .order-property:hover .secure-ripple {
        animation: rippleEffect 1.5s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
    }
    .footer-top .order-property:hover .secure-ripple-2 {
        animation: rippleEffect 1.5s cubic-bezier(0.1, 0.8, 0.3, 1) infinite 0.75s;
    }
    @keyframes rippleEffect {
        0% { r: 9.9px; opacity: 0.6; stroke-width: 1.5px; }
        50% { opacity: 0.3; }
        100% { r: 24px; opacity: 0; stroke-width: 0.5px; }
    }

    /* 4. Cancellation & Refund */
    .box-group {
        animation: boxFloat 4s ease-in-out infinite;
    }
    @keyframes boxFloat {
        0%, 100% { transform: translateY(0) rotate(0); }
        50% { transform: translateY(-2px) rotate(1deg); }
    }
    .footer-top .order-property:hover .box-group {
        animation: boxBounce 0.6s ease-in-out forwards;
    }
    @keyframes boxBounce {
        0% { transform: translateY(0); }
        50% { transform: translateY(-6px) scale(1.03); }
        100% { transform: translateY(-3px) scale(1.02); }
    }
    .arrow-group {
        animation: arrowSpinSlow 12s linear infinite;
    }
    @keyframes arrowSpinSlow {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    .footer-top .order-property:hover .arrow-group {
        animation: arrowSpinFast 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) infinite;
    }
    @keyframes arrowSpinFast {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    /* 5. Address Delivery */
    .trolley-container-group {
        animation: trolleyFloat 4s ease-in-out infinite;
    }
    @keyframes trolleyFloat {
        0%, 100% { transform: translateY(0) rotate(0); }
        50% { transform: translateY(-2px) rotate(-1deg); }
    }
    .footer-top .order-property:hover .trolley-container-group {
        animation: trolleyDrive 0.5s ease-in-out infinite alternate;
    }
    @keyframes trolleyDrive {
        0% { transform: translateY(-1px) rotate(-1.5deg); }
        100% { transform: translateY(-3px) rotate(1.5deg); }
    }
    .wind-line {
        stroke: #FF6633;
        stroke-width: 2.5;
        stroke-linecap: round;
        opacity: 0;
        transform: translateX(-10px);
        transition: all 0.3s ease;
    }
    .footer-top .order-property:hover .wind-line {
        animation: windFly 1s linear infinite;
    }
    .footer-top .order-property:hover .wind-line-2 {
        animation: windFly 1s linear infinite 0.4s;
    }
    @keyframes windFly {
        0% { opacity: 0; transform: translateX(-15px); }
        30% { opacity: 0.8; }
        70% { opacity: 0.8; }
        100% { opacity: 0; transform: translateX(15px); }
    }

    /* Footer Bottom Features styling & animations */
    .guvenli-alisveris .bottom-feature {
        transition: color 0.3s ease, transform 0.3s ease;
    }
    .guvenli-alisveris .bottom-feature:hover {
        color: #ff6633 !important;
        transform: translateY(-2px);
    }
    .footer-bottom-svg {
        margin-right: 9px;
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    /* SSL Lock Animation */
    .guvenli-alisveris .bottom-feature:hover .ssl-lock-svg .lock-shackle {
        animation: lockSwing 0.5s ease-in-out forwards;
    }
    @keyframes lockSwing {
        0% { transform: rotate(0); }
        50% { transform: rotate(-15deg) translateY(-1.5px); }
        100% { transform: rotate(0); }
    }
    .guvenli-alisveris .bottom-feature:hover .ssl-lock-svg .lock-body {
        fill: rgba(46, 125, 50, 0.25) !important;
    }
    
    /* Shield Check Animation */
    .guvenli-alisveris .bottom-feature:hover .shield-svg {
        animation: shieldWiggle 0.4s ease-in-out;
    }
    .guvenli-alisveris .bottom-feature:hover .shield-svg .shield-path {
        fill: rgba(21, 101, 192, 0.25) !important;
    }
    .guvenli-alisveris .bottom-feature:hover .shield-svg .shield-check {
        animation: checkDraw 0.5s ease-in-out forwards;
    }
    @keyframes shieldWiggle {
        0% { transform: scale(1); }
        50% { transform: scale(1.1) rotate(5deg); }
        100% { transform: scale(1); }
    }
    @keyframes checkDraw {
        0% { stroke-dashoffset: 20; }
        100% { stroke-dashoffset: 0; }
    }
    
    /* Credit Card Animation */
    .guvenli-alisveris .bottom-feature:hover .bottom-card-svg {
        animation: cardTilt 0.4s ease-in-out forwards;
    }
    .guvenli-alisveris .bottom-feature:hover .bottom-card-svg rect {
        fill: rgba(255, 255, 255, 0.15) !important;
    }
    @keyframes cardTilt {
        0% { transform: translateY(0) rotate(0); }
        100% { transform: translateY(-1px) rotate(-8deg); }
    }
    
    /* Truck Animation */
    .guvenli-alisveris .bottom-feature:hover .truck-svg {
        animation: truckBounce 0.4s ease-in-out infinite alternate;
    }
    .guvenli-alisveris .bottom-feature:hover .truck-svg .truck-body {
        fill: rgba(156, 39, 176, 0.25) !important;
    }
    .guvenli-alisveris .bottom-feature:hover .truck-svg .truck-wheel {
        animation: wheelSpin 0.4s linear infinite;
    }
    @keyframes truckBounce {
        0% { transform: translateY(0); }
        100% { transform: translateY(-2px); }
    }
    @keyframes wheelSpin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .guvenli-alisveris .bottom-feature .wheel-1 {
        transform-origin: 7.5px 18.5px;
    }
    .guvenli-alisveris .bottom-feature .wheel-2 {
        transform-origin: 17px 18.5px;
    }

    /* ==========================================================================
       NEXT-GEN MODERN FOOTER OVERHAUL STYLES (LIGHT THEME)
       ========================================================================== */
    .modern-footer {
        background: #f8fafc;
        color: #475569;
        font-family: 'Inter', 'Outfit', 'Helvetica Neue', Arial, sans-serif;
        padding: 70px 0 35px 0;
        border-top: 1px solid #e2e8f0;
        position: relative;
        overflow: hidden;
    }
    
    /* Decorative ambient glow - very subtle for light theme */
    .modern-footer::before {
        content: '';
        position: absolute;
        top: -150px;
        right: -150px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255, 102, 51, 0.04) 0%, transparent 70%);
        pointer-events: none;
    }
    
    .footer-main-grid {
        display: grid;
        grid-template-columns: 2.2fr 1.2fr 1.2fr 1.4fr 2.5fr;
        gap: 40px;
        margin-bottom: 50px;
        position: relative;
        z-index: 2;
    }
    
    @media (max-width: 1200px) {
        .footer-main-grid {
            grid-template-columns: 1.5fr 1fr 1fr 1fr;
        }
        .footer-main-grid .newsletter-col {
            grid-column: span 4;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 991px) {
        .footer-main-grid {
            grid-template-columns: 1fr 1fr;
        }
        .footer-main-grid .brand-col {
            grid-column: span 2;
        }
        .footer-main-grid .newsletter-col {
            grid-column: span 2;
        }
    }
    
    @media (max-width: 576px) {
        .footer-main-grid {
            grid-template-columns: 1fr;
        }
        .footer-main-grid .brand-col,
        .footer-main-grid .link-col,
        .footer-main-grid .newsletter-col {
            grid-column: span 1;
        }
    }
    
    .footer-col {
        display: flex;
        flex-direction: column;
    }
    
    .footer-logo {
        margin-bottom: 20px;
    }
    
    .brand-logo-img {
        max-height: 66px;
        width: auto;
        transition: transform 0.3s ease;
    }
    .brand-logo-img:hover {
        transform: scale(1.02);
    }
    
    .brand-desc {
        font-size: 13.5px;
        line-height: 1.6;
        color: #64748b;
        margin-bottom: 25px;
    }
    
    .contact-details {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-item {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none !important;
        color: inherit;
        transition: color 0.3s ease;
    }
    .contact-item:hover {
        color: #1e293b;
    }
    
    .contact-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255, 102, 51, 0.08);
        color: #FF6633;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s ease, color 0.3s ease;
    }
    .contact-item:hover .contact-icon {
        transform: scale(1.1);
        background: #FF6633;
        color: #ffffff;
    }
    
    .contact-text {
        display: flex;
        flex-direction: column;
    }
    
    .contact-label {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        color: #94a3b8;
    }
    
    .contact-value {
        font-size: 14.5px;
        font-weight: 700;
        color: #1e293b;
        letter-spacing: 0.2px;
    }
    
    .col-title {
        color: #1e293b;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.8px;
        margin-bottom: 24px;
        position: relative;
        text-transform: uppercase;
    }
    .col-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 25px;
        height: 2px;
        background: #FF6633;
        border-radius: 2px;
    }
    
    .footer-links-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .footer-links-list li a {
        color: #475569;
        text-decoration: none !important;
        font-size: 13.5px;
        transition: all 0.25s ease;
        display: inline-block;
    }
    .footer-links-list li a:hover {
        color: #FF6633;
        transform: translateX(4px);
    }
    
    /* Newsletter Styling */
    .newsletter-desc {
        font-size: 13.5px;
        margin-bottom: 18px;
        line-height: 1.5;
        color: #475569;
    }
    
    .newsletter-form-modern {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .input-group-modern {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .form-control-modern {
        background: #ffffff;
        border: 1px solid #cbd5e1;
        border-radius: 8px;
        color: #1e293b;
        font-size: 13px;
        padding: 10px 14px;
        width: 100%;
        transition: all 0.3s ease;
        height: 42px;
    }
    .form-control-modern::placeholder {
        color: #94a3b8;
    }
    .form-control-modern:focus {
        background: #ffffff;
        border-color: #FF6633;
        box-shadow: 0 0 0 3px rgba(255, 102, 51, 0.15);
        outline: none;
    }
    
    .input-single-modern {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .btn-modern-submit {
        position: absolute;
        right: 4px;
        top: 4px;
        bottom: 4px;
        background: #FF6633;
        border: none;
        color: #ffffff;
        border-radius: 6px;
        padding: 0 18px;
        cursor: pointer;
        font-weight: 600;
        font-size: 12.5px;
        letter-spacing: 0.5px;
        transition: background 0.3s ease, transform 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-modern-submit:hover {
        background: #e05325;
        transform: scale(1.02);
    }
    
    .newsletter-agreement {
        margin-top: 5px;
    }
    
    .agreement-label {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 11px;
        color: #64748b;
        cursor: pointer;
        line-height: 1.4;
    }
    
    .checkbox-modern {
        margin-top: 2px;
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
        accent-color: #FF6633;
        cursor: pointer;
    }
    
    .social-links-modern {
        margin-top: 22px;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .social-label {
        font-size: 13px;
        font-weight: 600;
        color: #334155;
        margin-right: 5px;
    }
    
    .social-btn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        color: #475569;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        text-decoration: none !important;
        transition: all 0.3s ease;
    }
    .social-btn:hover {
        background: #FF6633;
        color: #ffffff;
        border-color: #FF6633;
        transform: translateY(-3px);
        box-shadow: 0 4px 12px rgba(255, 102, 51, 0.25);
    }
    
    /* Footer Badges Row */
    .footer-badges-row {
        border-top: 1px solid #e2e8f0;
        border-bottom: 1px solid #e2e8f0;
        padding: 24px 0;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    
    .footer-badges-row .guvenli-alisveris {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .footer-badges-row .bottom-feature {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13.5px;
        font-weight: 600;
        color: #475569;
        transition: color 0.3s ease;
        cursor: pointer;
    }
    .footer-badges-row .bottom-feature:hover {
        color: #1e293b;
    }
    
    /* Footer Bottom Bar */
    .footer-bottom-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        z-index: 2;
    }
    
    .copyright-text {
        font-size: 12.5px;
        color: #64748b;
        margin: 0;
    }
    .copyright-text strong {
        color: #475569;
    }
    
    .developer-credit {
        display: flex;
        align-items: center;
    }
    
    .developer-logo {
        height: 34px;
        width: auto;
        max-width: 160px;
        display: block;
        opacity: 0.75;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .developer-logo:hover {
        opacity: 1;
        transform: scale(1.03);
    }
