.botphonic-industry-slider { position: relative; background: #fff; overflow: hidden; }
.botphonic-industry-slider .swiper-wrapper { align-items: center; }
.botphonic-industry-slider .swiper::-webkit-scrollbar,
.botphonic-industry-slider .swiper-wrapper::-webkit-scrollbar,
.botphonic-industry-slider .swiper-slide::-webkit-scrollbar { display: none !important; }

.botphonic-industry-slider .industry-card { background: #fff; border-radius: 20px; padding: 30px 22px; text-align: center; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); transition: all 0.35s ease; height: 100%; }
.botphonic-industry-slider .industry-card .industry-icon svg { width: 60px; height: 60px; object-fit: contain; margin-bottom: 8px; opacity: 0.5; transition: opacity 0.3s ease; color: var(--accent); }
@media (min-width: 992px) {
	.botphonic-industry-slider { background: #202020; border-radius: 9999px 0 0 9999px; border: 1px solid #202020; border-right: 0; padding: 50px 0; }
	.botphonic-industry-slider .swiper { overflow: visible; }
	.botphonic-industry-slider .swiper-slide { transition: transform 0.35s ease; opacity: 0.75; }
	.botphonic-industry-slider .swiper-slide-active { transform: scale(1.05); opacity: 1; }
	.botphonic-industry-slider .swiper-slide-active .industry-card svg { opacity: 0.85; }
}

@media (max-width: 1024px) {
	.botphonic-industry-slider .industry-card { padding: 22px 16px; }
}

@media (max-width: 767px) {
	.botphonic-industry-slider { background: transparent; border-radius: 0; margin-right: 0; }
	.botphonic-industry-slider .swiper { overflow: hidden; padding-bottom: 40px; padding-top: 20px; }
}
/* ---------------- Audio Player ---------------- */
.agent-audio { display: flex; align-items: center; background: #F7F4FD; border-radius: 16px; padding: 12px 14px; transition: background 0.3s; }
.agent-audio:hover { background: #f0ecfb; }
.agent-audio .waveform { flex-grow: 1; min-width: 0;  height: 40px; margin-left: 12px; transition: all 0.25s ease; }
.agent-audio .play-button { display: flex; justify-content: center; align-items: center; background: #4a4ff7; color: #fff; padding: 0; border-radius: 50px; width: 36px; height: 36px; }
.agent-audio .play-button:hover { background: #3737c4; transform: scale(1.05); }