﻿
a {
    text-decoration: none;
}
/* استایل‌های اختصاصی با پیشوند gil-food */
.gil-food-container {
    padding: 0;
}

/* هیرو سکشن */
.gil-food-hero {
    background: linear-gradient(135deg, rgba(249, 127, 18, 0.9) 0%, rgba(230, 126, 34, 0.85) 50%, rgba(220, 80, 20, 0.8) 100%), url('https://images.unsplash.com/photo-1565299624946-b28f40a0ca4b?ixlib=rb-4.0.3&auto=format&fit=crop&w=500&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .gil-food-hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
        animation: float 20s infinite linear;
    }

@@keyframes float {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(-100px) translateY(-100px);
    }
}

.gil-food-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.gil-food-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.gil-food-subtitle {
    font-size: 1.1rem;
    opacity: 0.95;
    font-weight: 300;
    margin-bottom: 25px;
}

/* بخش‌های محتوا */
.gil-food-section {
    background: white;
    margin: 20px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

    .gil-food-section::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #e67e22, #f97f12);
    }

.gil-food-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #d35400;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .gil-food-section-title i {
        color: #e67e22;
        font-size: 1.6rem;
    }

/* دسته‌بندی‌ها */
.gil-food-categories {
    display: grid;
    gap: 20px;
}

.gil-food-category {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(230, 126, 34, 0.1);
    position: relative;
    overflow: hidden;
}

    .gil-food-category::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(230, 126, 34, 0.05), transparent);
        border-radius: 15px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gil-food-category:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(230, 126, 34, 0.15);
    }

        .gil-food-category:hover::before {
            opacity: 1;
        }

.gil-food-category-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e67e22, #f97f12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 1.6rem;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.gil-food-category-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 10px;
}

.gil-food-category-desc {
    font-size: 0.9rem;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.gil-food-category-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.8rem;
    color: #95a5a6;
}

.gil-food-category-stat {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* محبوب‌ترین‌ها */
.gil-food-popular {
    display: grid;
    gap: 15px;
    margin-top: 20px;
}

.gil-food-popular-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .gil-food-popular-item:hover {
        transform: translateX(-5px);
        background: rgba(230, 126, 34, 0.05);
    }

.gil-food-popular-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e67e22, #f97f12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.gil-food-popular-content {
    flex: 1;
}

.gil-food-popular-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.gil-food-popular-desc {
    font-size: 0.8rem;
    color: #7f8c8d;
}

/* دکمه‌ها */
.gil-food-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    justify-content: center;
}

.gil-food-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: linear-gradient(135deg, #e67e22, #f97f12);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

    .gil-food-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
    }

    .gil-food-btn.secondary {
        background: transparent;
        color: #e67e22;
        border: 2px solid #e67e22;
        box-shadow: none;
    }

        .gil-food-btn.secondary:hover {
            background: rgba(230, 126, 34, 0.1);
        }

/* انیمیشن‌ها */
@@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gil-food-section {
    animation: fadeInUp 0.8s ease forwards;
}

    .gil-food-section:nth-child(2) {
        animation-delay: 0.2s;
    }

    .gil-food-section:nth-child(3) {
        animation-delay: 0.4s;
    }

/* حالت موبایل */
@@media (max-width: 480px) {
    .gil-food-hero {
        padding: 40px 20px;
    }

    .gil-food-title {
        font-size: 1.7rem;
    }

    .gil-food-section {
        margin: 15px;
        padding: 25px;
    }

    .gil-food-actions {
        flex-direction: column;
        align-items: center;
    }

    .gil-food-btn {
        width: 100%;
        justify-content: center;
    }
}
