/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/gallery/gallery-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 30px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

@media (min-width:992px) {
    .tz-pb-lg-100 {
        padding-bottom: 100px !important
    }
}

.tz-pb-60 {
    padding-bottom: 60px !important
   
}

.tz-dark-theme {
    background: #0a0a0c;
    color: #e2e8f0;
    font-family: 'Outfit', sans-serif;
}

.tz-text-neutral5 { color: #ffffff !important; }
.tz-text-neutral6 { color: #94a3b8 !important; }
.tz-text-primary { color: #85c815 !important; }

.tz-section-title {
    background: linear-gradient(90deg, #85c815, #85c815, #ffffff, #85c815, #85c815);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: -0.03em;
    padding-top: 60px;
}
.tz-display-2 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 32px
}

@media (min-width:576px) {
    .tz-display-2 {
        font-size: 40px
    }
}

@media (min-width:768px) {
    .tz-display-2 {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .tz-display-2 {
        font-size: 56px
    }
}

@media (min-width:1200px) {
    .tz-display-2 {
        font-size: 58px;
    }
}

@media (min-width:1440px) {
    .tz-display-2 {
        font-size: 60px;
    }
}

@media (min-width:1680px) {
    .tz-display-2 {
        font-size: 80px
    }
}
.tz-section-subtitle__line {
    background: linear-gradient(90deg, #85c815, #8b5cf6) !important;
    width: 60px !important;
    height: 3px !important;
}

/* Tabs Styling */
.gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 2rem;
    justify-content: center;
}

.tab-btn {
    padding: 12px 20px;
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid #85c815;
    color: #85c815;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
    white-space: nowrap;
}

.tab-btn.active, .tab-btn:hover {
    background: #85c815;
    color: #0a0a0c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(133, 200, 21, 0.3);
}

/* Media Toggle Tabs */
.media-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 2rem 0 1.5rem;
}

.media-btn {
    padding: 8px 20px;
    background: rgba(30, 41, 59, 0.4);
    border: 1px solid #94a3b8;
    color: #94a3b8;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.media-btn.active {
    background: #85c815;
    color: #0a0a0c;
    border-color: #85c815;
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: rgba(30, 41, 59, 0.3);
    border: 1px solid rgba(133, 200, 21, 0.2);
    transition: all 0.4s ease;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(133, 200, 21, 0.2);
    border-color: #85c815;
}
.tz-freshora-showcase .tz-card{
    transform: translateY(-5px);
  
    border-color: #85c815;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(133, 200, 21, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .play-icon {
    opacity: 1;
}

.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 12px;
    font-size: 0.9rem;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}

/* No Results Message */
.no-results {
    text-align: center;
    padding: 4rem 1rem;
    color: #94a3b8;
    font-style: italic;
    grid-column: 1 / -1;
    font-size: 1.2rem;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive Grid */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .tab-btn {
        padding: 10px 14px;
        font-size: 0.8rem;
    }

    .media-btn {
        padding: 6px 16px;
        font-size: 0.85rem;
    }
}

.tz-section-subtitle {
    color: #85c815;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap
}

.tz-section-subtitle h4 {
    margin-bottom: 0
}

.tz-section-subtitle__line {
    height: .0625rem;
    width: 3.75rem;
    background-color: #85c815;
    margin-right: 1.25rem
}

.tz-section-title {
    text-transform: uppercase;
    color: #FFF;
    line-height: 1
}

.tz-section-desc {
    color: #FFF;
    line-height: 1.5;
    font-size: 16px
}

.tz-main-menu>ul {
    padding-left: 0
}

.tz-main-menu>ul li a:hover {
    color: #85c815
}


 .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.5rem;
        }


        /* Add these CSS styles */
.gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.video-container {
    position: relative;
    width: 100%;
    height: 220px;
    background: #000;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.tab-btn, .media-btn {
    cursor: pointer;
    padding: 8px 16px;
    margin: 0 5px;
    border: 1px solid #ddd;
    background: white;
    transition: all 0.3s;
}

.tab-btn.active, .media-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

#gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

  /* Tabs Styling */
        .gallery-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 2rem;
            justify-content: center;
        }

        .tab-btn {
            padding: 12px 20px;
            background: rgba(30, 41, 59, 0.4);
            border: 1px solid #85c815;
            color: #85c815;
            border-radius: 8px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-size: 0.9rem;
            white-space: nowrap;
        }

        .tab-btn.active, .tab-btn:hover {
            background: #85c815;
            color: #0a0a0c;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(133, 200, 21, 0.3);
        }

        /* Media Toggle Tabs */
        .media-toggle {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 2rem 0 1.5rem;
        }

        .media-btn {
            padding: 8px 20px;
            background: rgba(30, 41, 59, 0.4);
            border: 1px solid #94a3b8;
            color: #94a3b8;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .media-btn.active {
            background: #85c815;
            color: #0a0a0c;
            border-color: #85c815;
        }

        /* Gallery Grid */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .gallery-item {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            aspect-ratio: 4/3;
            background: rgba(30, 41, 59, 0.3);
            border: 1px solid rgba(133, 200, 21, 0.2);
            transition: all 0.4s ease;
            cursor: pointer;
        }

        .gallery-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(133, 200, 21, 0.2);
            border-color: #85c815;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        .gallery-item .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: rgba(133, 200, 21, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .play-icon {
            opacity: 1;
        }

        .gallery-item .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            padding: 12px;
            color: white;
            font-size: 0.9rem;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .gallery-item:hover .overlay {
            transform: translateY(0);
        }

        /* Responsive Grid */
        @media (max-width: 991px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }

            .tab-btn {
                padding: 10px 14px;
                font-size: 0.8rem;
            }

            .media-btn {
                padding: 6px 16px;
                font-size: 0.85rem;
            }
        }


        /* No Results Message */
        .no-results {
            text-align: center;
            padding: 4rem 1rem;
            color: #94a3b8;
            font-style: italic;
            grid-column: 1 / -1;
        }

       /* ==============================
   FRESHORA SHOWCASE CARDS
============================== */

.tz-freshora-showcase .tz-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.tz-freshora-showcase .tz-card:hover {
    transform: translateY(-6px);
    border-color: rgb(72, 255, 0);
    box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}


/* ==============================
   FLOATING ANIMATION
============================== */

.floating {
    animation: floatEffect 4s ease-in-out infinite;
}

@keyframes floatEffect {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

