/* Industry-specific backgrounds and audio wave colors */

/* Healthcare - Green theme */
body.healthcare .features {
    background: #d1fae5 !important;
}
body.healthcare .audio-bar:nth-child(6n+1) {
    background: #10b981 !important;
}
body.healthcare .audio-bar:nth-child(6n+2) {
    background: #059669 !important;
}
body.healthcare .audio-bar:nth-child(6n+3) {
    background: #047857 !important;
}
body.healthcare .audio-bar:nth-child(6n+4) {
    background: #065f46 !important;
}
body.healthcare .audio-bar:nth-child(6n+5) {
    background: #34d399 !important;
}
body.healthcare .audio-bar:nth-child(6n) {
    background: #6ee7b7 !important;
}

/* Hotel - Gold theme */
body.hotel .features {
    background: #fef3c7 !important;
}
body.hotel .audio-bar:nth-child(6n+1) {
    background: #f59e0b !important;
}
body.hotel .audio-bar:nth-child(6n+2) {
    background: #d97706 !important;
}
body.hotel .audio-bar:nth-child(6n+3) {
    background: #b45309 !important;
}
body.hotel .audio-bar:nth-child(6n+4) {
    background: #92400e !important;
}
body.hotel .audio-bar:nth-child(6n+5) {
    background: #fbbf24 !important;
}
body.hotel .audio-bar:nth-child(6n) {
    background: #fcd34d !important;
}

/* Automotive - Red theme */
body.automotive .features {
    background: #fee2e2 !important;
}
body.automotive .audio-bar:nth-child(6n+1) {
    background: #ef4444 !important;
}
body.automotive .audio-bar:nth-child(6n+2) {
    background: #dc2626 !important;
}
body.automotive .audio-bar:nth-child(6n+3) {
    background: #b91c1c !important;
}
body.automotive .audio-bar:nth-child(6n+4) {
    background: #991b1b !important;
}
body.automotive .audio-bar:nth-child(6n+5) {
    background: #f87171 !important;
}
body.automotive .audio-bar:nth-child(6n) {
    background: #fca5a5 !important;
}

/* Banking - Dark Blue theme */
body.banking .features {
    background: #dbeafe !important;
}
body.banking .audio-bar:nth-child(6n+1) {
    background: #1e40af !important;
}
body.banking .audio-bar:nth-child(6n+2) {
    background: #1d4ed8 !important;
}
body.banking .audio-bar:nth-child(6n+3) {
    background: #2563eb !important;
}
body.banking .audio-bar:nth-child(6n+4) {
    background: #3b82f6 !important;
}
body.banking .audio-bar:nth-child(6n+5) {
    background: #60a5fa !important;
}
body.banking .audio-bar:nth-child(6n) {
    background: #93c5fd !important;
}

/* Education - Purple theme */
body.education .features {
    background: #ede9fe !important;
}
body.education .audio-bar:nth-child(6n+1) {
    background: #8b5cf6 !important;
}
body.education .audio-bar:nth-child(6n+2) {
    background: #7c3aed !important;
}
body.education .audio-bar:nth-child(6n+3) {
    background: #6d28d9 !important;
}
body.education .audio-bar:nth-child(6n+4) {
    background: #5b21b6 !important;
}
body.education .audio-bar:nth-child(6n+5) {
    background: #a78bfa !important;
}
body.education .audio-bar:nth-child(6n) {
    background: #c4b5fd !important;
}

/* Government - Navy theme */
body.government .features {
    background: #dbeafe !important;
}
body.government .audio-bar:nth-child(6n+1) {
    background: #1e3a8a !important;
}
body.government .audio-bar:nth-child(6n+2) {
    background: #1e40af !important;
}
body.government .audio-bar:nth-child(6n+3) {
    background: #3730a3 !important;
}
body.government .audio-bar:nth-child(6n+4) {
    background: #312e81 !important;
}
body.government .audio-bar:nth-child(6n+5) {
    background: #4338ca !important;
}
body.government .audio-bar:nth-child(6n) {
    background: #6366f1 !important;
}

/* Logistics - Orange theme */
body.logistics .features {
    background: #fed7aa !important;
}
body.logistics .audio-bar:nth-child(6n+1) {
    background: #ea580c !important;
}
body.logistics .audio-bar:nth-child(6n+2) {
    background: #dc2626 !important;
}
body.logistics .audio-bar:nth-child(6n+3) {
    background: #c2410c !important;
}
body.logistics .audio-bar:nth-child(6n+4) {
    background: #9a3412 !important;
}
body.logistics .audio-bar:nth-child(6n+5) {
    background: #fb923c !important;
}
body.logistics .audio-bar:nth-child(6n) {
    background: #fdba74 !important;
}

/* Retail - Pink theme */
body.retail .features {
    background: #fce7f3 !important;
}
body.retail .audio-bar:nth-child(6n+1) {
    background: #ec4899 !important;
}
body.retail .audio-bar:nth-child(6n+2) {
    background: #db2777 !important;
}
body.retail .audio-bar:nth-child(6n+3) {
    background: #be185d !important;
}
body.retail .audio-bar:nth-child(6n+4) {
    background: #9d174d !important;
}
body.retail .audio-bar:nth-child(6n+5) {
    background: #f472b6 !important;
}
body.retail .audio-bar:nth-child(6n) {
    background: #f9a8d4 !important;
}

/* Travel - Teal theme */
body.travel .features {
    background: #ccfbf1 !important;
}
body.travel .audio-bar:nth-child(6n+1) {
    background: #0d9488 !important;
}
body.travel .audio-bar:nth-child(6n+2) {
    background: #0f766e !important;
}
body.travel .audio-bar:nth-child(6n+3) {
    background: #115e59 !important;
}
body.travel .audio-bar:nth-child(6n+4) {
    background: #134e4a !important;
}
body.travel .audio-bar:nth-child(6n+5) {
    background: #2dd4bf !important;
}
body.travel .audio-bar:nth-child(6n) {
    background: #5eead4 !important;
}
