footer {
    background: linear-gradient(135deg, #5c3d2e, #3c2418);
    color: #fff;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}

.food-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="20" cy="20" r="3" fill="%23e67e2250" /><circle cx="50" cy="35" r="4" fill="%23e67e2250" /><circle cx="80" cy="20" r="2" fill="%23e67e2250" /><circle cx="30" cy="70" r="3" fill="%23e67e2250" /><circle cx="70" cy="60" r="2" fill="%23e67e2250" /><circle cx="90" cy="85" r="3" fill="%23e67e2250" /></svg>');
    background-size: 200px;
    opacity: 0.2;
    z-index: 1;
}

.footer-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer-section h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #f1c27d;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e67e22, #f1c27d);
    border-radius: 3px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #e0c9a6;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.footer-links a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #e67e22;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #f1c27d;
    transform: translateX(5px);
}

.footer-links a:hover:before {
    color: #f1c27d;
    transform: translate(5px, -50%);
}

.contact-info {
    color: #e0c9a6;
    line-height: 1.8;
    padding-left: 5px;
}

.contact-info i {
    color: #e67e22;
    margin-right: 15px;
    width: 20px;
    text-align: center;
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    margin-top: 25px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(241, 194, 125, 0.1);
    color: #f1c27d;
    margin-right: 15px;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(241, 194, 125, 0.3);
}

.social-icons a:hover {
    transform: translateY(-5px) scale(1.1);
    background: linear-gradient(135deg, #e67e22, #f1c27d);
    color: #5c3d2e;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.4);
    border-color: transparent;
}

.opening-hours {
    margin-top: 20px;
    padding: 15px;
    background: rgba(92, 61, 46, 0.4);
    border-radius: 10px;
    border-left: 3px solid #e67e22;
}

.opening-hours p {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.opening-hours span {
    color: #f1c27d;
}

.newsletter input {
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    border: 1px solid rgba(241, 194, 125, 0.3);
}

.newsletter input:focus {
    outline: none;
    border-color: #e67e22;
    background: rgba(92, 61, 46, 0.5);
}

.newsletter input::placeholder {
    color: #e0c9a6;
}

.newsletter button {
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter button i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.newsletter button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.5);
    background: linear-gradient(135deg, #f1c27d, #e67e22);
}

.newsletter button:hover i {
    transform: translateX(5px);
}

.copyright {
    text-align: center;
    padding: 30px 0 0;
    border-top: 1px solid rgba(241, 194, 125, 0.2);
    margin-top: 30px;
    position: relative;
    z-index: 2;
    color: #e0c9a6;
    font-size: 0.95rem;
}

.copyright a {
    color: #f1c27d;
    text-decoration: none;
    transition: all 0.3s ease;
}

.copyright a:hover {
    color: #e67e22;
    text-decoration: underline;
}

.beian {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.beian a {
    color: #e0c9a6;
    font-size: 0.9rem;
    margin: 0 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.beian a i {
    margin-right: 8px;
    color: #e67e22;
}

.beian a:hover {
    color: #f1c27d;
    text-decoration: underline;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(230, 126, 34, 0.6);
    background: linear-gradient(135deg, #f1c27d, #e67e22);
}

.food-icon {
    position: absolute;
    z-index: 3;
    font-size: 2rem;
    color: rgba(241, 194, 125, 0.3);
    animation: float 6s infinite linear;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
    }
    100% {
        transform: translateY(-100px) translateX(50px) rotate(360deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
    }
    .footer-section {
        min-width: 100%;
    }
    .content h1 {
        font-size: 2.4rem;
    }
    .food-gallery {
        gap: 10px;
    }
    .food-item {
        width: calc(50% - 10px);
        height: 120px;
    }
}