.gradient-bg {
    background: linear-gradient(135deg, #FFF8E7 0%, #F5E6D3 50%, #E8D5B7 100%);
}

.art-shadow {
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(212, 175, 55, 0.2);
}

.text-gradient {
    background: linear-gradient(135deg, #D4AF37, #B8941F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: linear-gradient(135deg, #D4AF37, #B8941F);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}



.indian-gradient {
    background: linear-gradient(135deg, #FF9933 0%, #FFFFFF 50%, #138808 100%);
}

.art-shadow {
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.1);
}

.text-gradient {
    background: linear-gradient(135deg, #D4AF37, #B8941F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.indian-text-gradient {
    background: linear-gradient(135deg, #FF9933, #138808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.quote-mark {
    font-size: 4rem;
    line-height: 1;
    opacity: 0.3;
}

.artist-card {
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}

.artist-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #D4AF37;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.meditation-pattern {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 1;
    color: #D4AF37;
    opacity: 0.3;
    position: absolute;
    top: -1rem;
    left: 0;
}

.gold-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.palette-knife {
    position: relative;
}

.palette-knife::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 8px;
    background-color: #D4AF37;
    border-radius: 4px;
}

.series-card {
    transition: all 0.5s ease;
    perspective: 1000px;
}

.series-card-inner {
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.series-card:hover .series-card-inner {
    transform: rotateY(10deg) rotateX(5deg);
}

.prism-bg {
    background: linear-gradient(135deg, rgba(58, 124, 165, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.edge-bg {
    background: linear-gradient(135deg, rgba(214, 64, 69, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.fiesta-bg {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.god-bg {
    background: linear-gradient(135deg, rgba(85, 107, 47, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.artwork-frame {
    border: 12px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.series-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.artistic-vision-card {
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.artistic-vision-card:hover {
    transform: translateY(-5px);
    border-top-color: #D4AF37;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.nature-pattern {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4AF37' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 1;
    color: #D4AF37;
    opacity: 0.3;
    position: absolute;
    top: -1rem;
    left: 0;
}

.gold-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

.collab-card {
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.collab-card:hover {
    transform: translateY(-5px);
    border-top-color: #D4AF37;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.terracotta-bg {
    background-color: #E2725B;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d4af37' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M30 10c6.627 0 12 5.373 12 12s-5.373 12-12 12-12-5.373-12-12 5.373-12 12-12m0-6c9.941 0 18 8.059 18 18s-8.059 18-18 18-18-8.059-18-18 8.059-18 18-18z'/%3E%3C/g%3E%3C/svg%3E");
}

.sunny-bg {
    background: linear-gradient(135deg, #f5f7fa 0%, #ffe8b3 100%);
}

.udaan-bg {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 1;
    color: #D4AF37;
    opacity: 0.3;
    position: absolute;
    top: -1rem;
    left: 0;
}

.exhibition-card {
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.exhibition-card:hover {
    transform: translateY(-5px);
    border-left-color: #D4AF37;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #D4AF37, transparent);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #D4AF37;
    border: 3px solid #F5E6B3;
}

.gold-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4AF37, transparent);
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-dot {
        left: 20px;
    }
}

.series-divider {
    height: 3px;
    background: linear-gradient(to right, transparent, #1e40af, transparent);
    border-radius: 3px;
}

.prism-bg .series-divider {
    background: linear-gradient(to right, transparent, #1e40af, transparent);
}

.edge-bg .series-divider {
    background: linear-gradient(to right, transparent, #dc2626, transparent);
}

.fiesta-bg .series-divider {
    background: linear-gradient(to right, transparent, #b45309, transparent);
}

.god-bg .series-divider {
    background: linear-gradient(to right, transparent, #059669, transparent);
}

.series-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.series-card:hover {
    transform: translateY(-8px);
}

.artwork-frame {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.series-card:hover .artwork-frame {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.prism-bg {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.edge-bg {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.fiesta-bg {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.god-bg {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.modal-backdrop {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.8);
}

.modal-content {
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.nav-arrow {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.close-btn {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.close-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}