/* HomeCare Slider Pro Custom Styles */
.homecare-slider-pro-wrapper {
  position: relative;
  width: 100%;
}
.hc-slide-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; transform: translateY(-5px); }
.hc-slide-card:hover .hc-overlay { opacity: 1 !important; }
.hc-btn:hover { color: #1d4ed8 !important; }
.hc-btn:hover span { transform: translateX(4px); transition: transform 0.3s; }

/* Swipe Pagination */
.hc-pagination .swiper-pagination-bullet { background: #cbd5e1; opacity: 1; }
.hc-pagination .swiper-pagination-bullet-active { background: #2563eb; width: 24px; border-radius: 10px; }

/* Layout 2 */
.layout-layout2 .hc-slide-card { background: #f0fdfa !important; border-color: #ccfbf1 !important; }
.layout-layout2 .hc-title { color: #0d9488 !important; }
.layout-layout2 .hc-icon-wrapper { background: #fff !important; color: #0d9488 !important; box-shadow: 0 2px 8px rgba(13,148,136,0.15) !important;}
.layout-layout2 .hc-btn { color: #0d9488 !important; }

/* Layout 3 */
.layout-layout3 .hc-slide-card { background: #1e293b !important; border-color: #334155 !important; }
.layout-layout3 .hc-title { color: #f8fafc !important; }
.layout-layout3 .hc-desc { color: #cbd5e1 !important; }
.layout-layout3 .hc-icon-wrapper { background: #334155 !important; color: #38bdf8 !important; }
.layout-layout3 .hc-btn { color: #38bdf8 !important; }
.layout-layout3 .hc-badge { background: #38bdf8 !important; color: #0f172a !important; }
