/* ===================================
   Services Preview Section
   =================================== */
   .services-preview {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    position: relative;
    overflow: hidden;
}

.services-preview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%234ecdc4" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
}

.section-title-dark {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 3rem;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}



.service-icon-wrapper {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.service-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.service-details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.detail-tag {
    background: rgba(78, 205, 196, 0.2);
    color: #4ecdc4;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid rgba(78, 205, 196, 0.3);
    transition: all 0.3s ease;
}

.service-item:hover .detail-tag {
    background: rgba(78, 205, 196, 0.3);
    border-color: rgba(78, 205, 196, 0.5);
}

/* Service Icons with Background Images */
.service-icon-music,
.service-icon-management,
.service-icon-media,
.service-icon-other {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

/* Simple gradient backgrounds for icons */
.service-icon-music {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.8), rgba(255, 107, 107, 0.6));
}

.service-icon-management {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.8), rgba(233, 30, 99, 0.6));
}

.service-icon-media {
    background: linear-gradient(135deg, rgba(78, 205, 196, 0.8), rgba(69, 183, 209, 0.6));
}

.service-icon-other {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.8), rgba(255, 152, 0, 0.6));
}

/* Service Item with Background Images */
.service-item {
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Background Images for Each Service Item */
.service-item:nth-child(1) {
    background-image: 
        linear-gradient(135deg, rgba(26, 26, 46, 0.60), rgba(22, 33, 62, 0.60)),
        url('https://images.unsplash.com/photo-1501386761578-eac5c94b800a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80');
}

.service-item:nth-child(2) {
    background-image: 
        linear-gradient(135deg, rgba(26, 26, 46, 0.60), rgba(22, 33, 62, 0.60)),
        url('https://images.unsplash.com/photo-1540039155733-5bb30b53aa14?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80');
}

.service-item:nth-child(3) {
    background-image: 
        linear-gradient(135deg, rgba(26, 26, 46, 0.60), rgba(22, 33, 62, 0.60)),
        url('https://images.unsplash.com/photo-1598300042247-d088f8ab3a91?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80');
}

.service-item:nth-child(4) {
    background-image: 
        linear-gradient(135deg, rgba(26, 26, 46, 0.60), rgba(22, 33, 62, 0.60)),
        url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80');
}

/* Hover Effects for Service Items */
.service-item:hover {
    transform: translateY(-10px);
    border-color: rgba(78, 205, 196, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Add subtle overlay on hover */
.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.05), rgba(78, 205, 196, 0.05));
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 20px;
    pointer-events: none;
}

.service-item:hover::before {
    opacity: 1;
}

.service-emoji {
    font-size: 3.5rem;
    transition: all 0.3s ease;
    filter: grayscale(1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 2;
}

.service-item:hover .service-emoji {
    transform: scale(1.15) rotate(8deg);
    filter: grayscale(0) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3)) brightness(1.2) saturate(1.3);
}

.service-item:hover .service-icon-music,
.service-item:hover .service-icon-management,
.service-item:hover .service-icon-media,
.service-item:hover .service-icon-other {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* More Services Button */
.more-services-section {
    text-align: center;
    margin-top: 3rem;
    position: relative;
    z-index: 2;
}

.more-services-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 2.5rem;
    background: #4ecdc4;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(78, 205, 196, 0.3);
    position: relative;
    overflow: hidden;
}

.more-services-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.more-services-btn:hover::before {
    left: 100%;
}

.more-services-btn:hover {
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 35px rgba(78, 205, 196, 0.4);
}

.btn-arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.more-services-btn:hover .btn-arrow {
    transform: translateX(5px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-preview {
        padding: 3rem 1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-item {
        padding: 2rem 1.5rem;
    }
    
    .service-icon-music,
    .service-icon-management,
    .service-icon-media,
    .service-icon-other {
        width: 80px;
        height: 80px;
    }
    
    .service-emoji {
        font-size: 2.5rem;
    }
    
    .service-title {
        font-size: 1.1rem;
    }
    
    .service-details {
        gap: 0.3rem;
    }
    
    .detail-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
}

@media (max-width: 576px) {
    .section-title-dark {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    
    .service-item {
        padding: 1.5rem 1rem;
    }
    
    .service-icon-music,
    .service-icon-management,
    .service-icon-media,
    .service-icon-other {
        width: 70px;
        height: 70px;
    }
    
    .service-emoji {
        font-size: 2rem;
    }
}
