/* Home Page Specific Styles */

/* Hero Section Badges */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: var(--text);
}

.badge-icon-sec {
    display: inline-block;
    width: 12px;
    height: 20px;
    background: var(--secondary);
    border-radius: 2px;
}

.badge-icon-acc {
    display: inline-block;
    width: 12px;
    height: 20px;
    background: var(--accent);
    border-radius: 2px;
}

/* Image Backgrounds for Hero */
.hero-img-box.img-1 { background: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=600&q=80') center/cover; }
.hero-img-box.img-2 { background: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?auto=format&fit=crop&w=400&q=80') center/cover; }
.hero-img-box.img-3 { background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=400&q=80') center/cover; }

/* About Section Images */
.about-img-main {
    background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=600&q=80') center/cover;
}

.about-img-secondary {
    background: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=400&q=80') center/cover;
}

/* Service Card Images */
.service-card-image.svc-1 { background: url('https://images.unsplash.com/photo-1611162617213-7d7a39e9b1d7?auto=format&fit=crop&w=400&q=80') center/cover; }
.service-card-image.svc-2 { background: url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=400&q=80') center/cover; }
.service-card-image.svc-3 { background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=400&q=80') center/cover; }
.service-card-image.svc-4 { background: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?auto=format&fit=crop&w=400&q=80') center/cover; }
.service-card-image.svc-5 { background: url('https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=400&q=80') center/cover; }
.service-card-image.svc-6 { background: url('https://images.unsplash.com/photo-1432888498266-38ffec3eaf0a?auto=format&fit=crop&w=400&q=80') center/cover; }

/* Skill Bars */
.w-85 { width: 85%; }
.w-90 { width: 90%; }
