.header-logo{
    width: 230px;
}

/* CSS For Footer */

.footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li{
    margin-bottom: 10px;
    margin-left: 60px;
}

.footer-links li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.footer-links li a i{
    font-size: 24px;
    color: #fd9f2e;
    transition: all 0.3s ease;
}

.footer-links li a:hover{
    color: #fd9f2e;
    transform: translateX(5px);
}

.footer-links li a:hover i{
    transform: translateX(3px);
}

/* CSS For Footer Copyright section */

.copyright-area{
    padding: 18px 0;
    font-size: 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}

.menu-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    object-fit: contain;
}

/* .menu-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
} */

.menu-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 20px;
    background: #f8f9fa;
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
} 

.menu-label img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

/* Color Variants */
.menu-label.veg { color: #28a745; }
.menu-label.nonveg { color: #dc3545; }
.menu-label.spicy { color: #ff0000; }
.menu-label.vegan { color: #20c997; }
.menu-label.gluten { color: #030393d1; }
.menu-label.swami { color: #ff7903; }

/* Hover Effect */
.menu-label {
font-size: 20px;
}