 
@import url('https://fonts.googleapis.com/css2?family=Edu+QLD+Hand:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 
 
 /* Apply Manrope to all text elements */
        
 
 
 * {
            font-family: 'Manrope', sans-serif;
        }
        /* Smooth transition for navbar */
        .navbar-transition {
            transition: all 0.3s ease-in-out;
        }
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-out;
        }
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        .coffee-pattern {
            background-image: radial-gradient(circle at 20% 80%, rgba(191, 179, 146, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(190, 138, 80, 0.1) 0%, transparent 50%);
        }
        /*product */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
       
        .gradient-text {
            background: #be8a50;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
       
        .product-card {
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .variant-btn {
            transition: all 0.2s ease;
        }
        
        .variant-btn:hover {
            background-color: #6d4f33;
            color: white;
        }
        
        .variant-btn.active {
            background-color: #be8a50;
            color: white;
        }


        /* wholesale offering */

        .tab-button {
            transition: all 0.3s ease;
            position: relative;
        }
        .tab-button.active {
            color: #6d4f33;
        }
        .tab-button.active::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(to right, #be8a50, #6d4f33);
            border-radius: 2px;
        }
        .tab-content {
            display: none;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
        }
        .tab-content.active {
            display: block;
            opacity: 1;
            transform: translateY(0);
            animation: fadeInUp 0.5s ease forwards;
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .feature-icon {
            background: linear-gradient(135deg, #be8a50, #6d4f33);
        }


        /* gallery css */

        .gallery-card {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 280px; /* Fixed height for consistency */
        }
        
        /* .gallery-card:hover {
            transform: translateY(-8px) scale(1.02);
            box-shadow: 0 25px 50px rgba(109, 79, 51, 0.3);
        } */
        
        .gallery-card-large {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 400px; /* Fixed height for featured cards */
        }
        
        /* .gallery-card-large:hover {
            transform: translateY(-8px) scale(1.01);
            box-shadow: 0 25px 50px rgba(109, 79, 51, 0.3);
        } */
        
        .glass-effect {
            backdrop-filter: blur(10px);
            background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%);
            border: 1px solid rgba(255,255,255,0.2);
        }
        
        /* .floating-animation {
            animation: float 6s ease-in-out infinite;
        } */
        
        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(5deg); }
        }
        
        .gradient-border {
            background: linear-gradient(45deg, #6d4f33, #be8a50, #bfb392);
            padding: 2px;
            border-radius: 1rem;
        }
        
        .card-content {
            background: white;
            border-radius: 14px;
            overflow: hidden;
            height: 100%;
        }
        
        .image-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .gallery-image {
            width: 100%;
            height: 100%;
            object-fit: fill;
            object-position: center;
            transition: transform 0.7s ease;
        }
        
        /* .gallery-image:hover {
            transform: scale(1.1);
        } */
        
        .image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: flex-end;
            padding: 1.5rem;
        }
        
        .gallery-card:hover .image-overlay,
        .gallery-card-large:hover .image-overlay {
            opacity: 1;
        }
        
        .category-tag {
            background: linear-gradient(135deg, #6d4f33, #be8a50);
            backdrop-filter: blur(10px);
            color: white;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            display: inline-block;
        }
        
        .image-title {
            color: white;
            font-weight: 600;
            font-size: 1rem;
        }
        
        /* Grid layout for consistent sizing */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
        }
        
        .featured-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 1rem;
            }
            
            .featured-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            
            .gallery-card {
                height: 250px;
            }
            
            .gallery-card-large {
                height: 300px;
            }
        }
        
        @media (max-width: 480px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            
            .gallery-card {
                height: 220px;
            }
            
            .gallery-card-large {
                height: 280px;
            }
        }