/* ===== FOOTER MENU STYLES - 9 ECHT UNTERSCHIEDLICHE STYLES ===== */

/* ===== BASIS SETUP ===== */
.tp-el-footer-menu ul,
.tp-el-footer-menu ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tp-el-footer-menu ul li {
    margin-bottom: 20px !important;
}

.tp-el-footer-menu ul li a {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    padding: 20px 30px !important;
    border-radius: 15px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.tp-el-footer-menu .menu-icon {
    margin-right: 20px !important;
    font-size: 22px !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* ===== HOTEL STYLE - GOLDEN LUXURY ===== */
.menu-style-hotel ul li a {
    color: #d4af37 !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%) !important;
    border: 3px solid #d4af37 !important;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}

.menu-style-hotel ul li a::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.2), transparent) !important;
    transition: left 0.8s ease !important;
}

.menu-style-hotel ul li a:hover {
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 50%, #d4af37 100%) !important;
    color: #1a1a1a !important;
    transform: translateY(-10px) scale(1.05) !important;
    box-shadow: 0 20px 50px rgba(212, 175, 55, 0.6) !important;
    border-color: #f4d03f !important;
}

.menu-style-hotel ul li a:hover::before {
    left: 100% !important;
}

.menu-style-hotel ul li a:hover .menu-icon {
    transform: rotate(720deg) scale(1.4) !important;
    color: #1a1a1a !important;
}

/* ===== APARTMENT STYLE - MODERN GLASS ===== */
.menu-style-apartment ul li a {
    color: #ffffff !important;
    background: rgba(102, 126, 234, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    border: 2px solid rgba(102, 126, 234, 0.3) !important;
    box-shadow: 0 8px 32px rgba(102, 126, 234, 0.2) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.menu-style-apartment ul li a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.4) !important;
    border-color: rgba(102, 126, 234, 0.8) !important;
}

.menu-style-apartment ul li a:hover .menu-icon {
    transform: translateX(15px) scale(1.2) !important;
    animation: apartmentIconFloat 2s ease-in-out infinite !important;
}

@keyframes apartmentIconFloat {
    0%, 100% { transform: translateX(15px) scale(1.2) translateY(0); }
    50% { transform: translateX(15px) scale(1.2) translateY(-5px); }
}

/* ===== AGENCY STYLE - DYNAMIC GRADIENT ===== */
.menu-style-agency ul li a {
    color: #ffffff !important;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57) !important;
    background-size: 400% 400% !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    animation: agencyGradient 3s ease infinite !important;
}

@keyframes agencyGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.menu-style-agency ul li a:hover {
    transform: translateY(-12px) rotate(5deg) scale(1.08) !important;
    box-shadow: 0 25px 50px rgba(255, 107, 107, 0.6) !important;
    animation: none !important;
}

.menu-style-agency ul li a:hover .menu-icon {
    transform: rotate(1080deg) scale(1.5) !important;
    animation: agencyIconSpin 1s ease-in-out infinite !important;
}

@keyframes agencyIconSpin {
    0% { transform: rotate(1080deg) scale(1.5); }
    100% { transform: rotate(1440deg) scale(1.5); }
}

/* ===== LUXURY STYLE - PREMIUM SHINE ===== */
.menu-style-luxury ul li a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%) !important;
    border: 4px solid #c0c0c0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.menu-style-luxury ul li a::after {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent) !important;
    transform: rotate(45deg) !important;
    transition: all 0.8s ease !important;
}

.menu-style-luxury ul li a:hover {
    background: linear-gradient(135deg, #ffd700 0%, #c0c0c0 50%, #ffd700 100%) !important;
    color: #2c3e50 !important;
    border-color: #ffd700 !important;
    transform: translateY(-15px) scale(1.1) !important;
    box-shadow: 0 30px 60px rgba(255, 215, 0, 0.5) !important;
    text-shadow: none !important;
}

.menu-style-luxury ul li a:hover::after {
    transform: rotate(45deg) translateX(100px) !important;
}

.menu-style-luxury ul li a:hover .menu-icon {
    transform: rotate(1440deg) scale(1.6) !important;
    color: #2c3e50 !important;
    animation: luxuryIconGlow 2s ease-in-out infinite !important;
}

@keyframes luxuryIconGlow {
    0%, 100% { filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.8)); }
    50% { filter: drop-shadow(0 0 20px rgba(255, 215, 0, 1)); }
}

/* ===== COOL STYLE - NEON CYBER ===== */
.menu-style-cool ul li a {
    color: #00d4ff !important;
    background: #0a0a0a !important;
    border: 3px solid #00d4ff !important;
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4), inset 0 0 20px rgba(0, 212, 255, 0.1) !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    text-shadow: 0 0 10px rgba(0, 212, 255, 0.8) !important;
}

.menu-style-cool ul li a:hover {
    background: #00d4ff !important;
    color: #0a0a0a !important;
    transform: translateY(-10px) scale(1.05) !important;
    box-shadow: 0 20px 50px rgba(0, 212, 255, 0.8), inset 0 0 30px rgba(0, 212, 255, 0.3) !important;
    text-shadow: none !important;
    animation: coolPulse 1s ease-in-out infinite !important;
}

@keyframes coolPulse {
    0%, 100% { box-shadow: 0 20px 50px rgba(0, 212, 255, 0.8), inset 0 0 30px rgba(0, 212, 255, 0.3); }
    50% { box-shadow: 0 20px 50px rgba(0, 212, 255, 1), inset 0 0 30px rgba(0, 212, 255, 0.5); }
}

.menu-style-cool ul li a:hover .menu-icon {
    transform: scale(1.5) !important;
    color: #0a0a0a !important;
    animation: coolIconFloat 1.5s ease-in-out infinite !important;
}

@keyframes coolIconFloat {
    0%, 100% { transform: scale(1.5) translateY(0); }
    50% { transform: scale(1.5) translateY(-8px); }
}

/* ===== UNIQUE STYLE - CREATIVE RAINBOW ===== */
.menu-style-unique ul li a {
    color: #ffffff !important;
    background: linear-gradient(45deg, #ff6b9d, #c44569, #f39c12, #e74c3c, #9b59b6, #3498db) !important;
    background-size: 300% 300% !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(255, 107, 157, 0.5) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    animation: uniqueRainbow 4s ease infinite !important;
}

@keyframes uniqueRainbow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.menu-style-unique ul li a:hover {
    transform: translateY(-15px) scale(1.1) rotate(8deg) !important;
    box-shadow: 0 30px 60px rgba(255, 107, 157, 0.8) !important;
    animation: none !important;
}

.menu-style-unique ul li a:hover .menu-icon {
    transform: rotate(1440deg) scale(1.7) !important;
    animation: uniqueIconBounce 1s ease-in-out infinite !important;
}

@keyframes uniqueIconBounce {
    0%, 20%, 50%, 80%, 100% { transform: rotate(1440deg) scale(1.7) translateY(0); }
    40% { transform: rotate(1440deg) scale(1.7) translateY(-10px); }
    60% { transform: rotate(1440deg) scale(1.7) translateY(-5px); }
}

/* ===== ELEGANT STYLE - SOPHISTICATED ===== */
.menu-style-elegant ul li a {
    color: #8e44ad !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%) !important;
    border: 3px solid #8e44ad !important;
    box-shadow: 0 8px 25px rgba(142, 68, 173, 0.3) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

.menu-style-elegant ul li a:hover {
    background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 50%, #8e44ad 100%) !important;
    color: #ffffff !important;
    transform: translateY(-8px) scale(1.03) !important;
    box-shadow: 0 20px 45px rgba(142, 68, 173, 0.5) !important;
    border-color: #9b59b6 !important;
}

.menu-style-elegant ul li a:hover .menu-icon {
    transform: scale(1.3) !important;
    color: #ffffff !important;
    animation: elegantIconFade 2s ease-in-out infinite !important;
}

@keyframes elegantIconFade {
    0%, 100% { opacity: 1; transform: scale(1.3); }
    50% { opacity: 0.7; transform: scale(1.3); }
}

/* ===== MINIMAL STYLE - CLEAN & SIMPLE ===== */
.menu-style-minimal ul li a {
    color: #2c3e50 !important;
    background: #ffffff !important;
    border: 2px solid #ecf0f1 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.5px !important;
}

.menu-style-minimal ul li a:hover {
    background: #2c3e50 !important;
    color: #ffffff !important;
    transform: translateY(-5px) scale(1.02) !important;
    box-shadow: 0 15px 35px rgba(44, 62, 80, 0.4) !important;
    border-color: #2c3e50 !important;
}

.menu-style-minimal ul li a:hover .menu-icon {
    transform: translateX(10px) scale(1.2) !important;
    color: #ffffff !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* ===== CLASSY STYLE - TIMELESS ===== */
.menu-style-classy ul li a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%) !important;
    border: 3px solid #95a5a6 !important;
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.4) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
}

.menu-style-classy ul li a:hover {
    background: linear-gradient(135deg, #95a5a6 0%, #bdc3c7 50%, #95a5a6 100%) !important;
    color: #2c3e50 !important;
    border-color: #95a5a6 !important;
    transform: translateY(-8px) scale(1.04) !important;
    box-shadow: 0 20px 45px rgba(149, 165, 166, 0.6) !important;
}

.menu-style-classy ul li a:hover .menu-icon {
    transform: scale(1.4) !important;
    color: #2c3e50 !important;
    animation: classyIconPulse 1.5s ease-in-out infinite !important;
}

@keyframes classyIconPulse {
    0%, 100% { transform: scale(1.4); }
    50% { transform: scale(1.6); }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .tp-el-footer-menu ul li a {
        padding: 16px 24px !important;
        font-size: 16px !important;
    }
    
    .tp-el-footer-menu .menu-icon {
        font-size: 20px !important;
        margin-right: 18px !important;
    }
    
    .tp-el-footer-menu ul li {
        margin-bottom: 16px !important;
    }
}

@media (max-width: 480px) {
    .tp-el-footer-menu ul li a {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
    
    .tp-el-footer-menu .menu-icon {
        font-size: 18px !important;
        margin-right: 16px !important;
    }
}
