/*
Theme Name: SANGI TECH MULTI-APP
Theme URI: https://sangitech.com/
Author: Antigravity
Description: A Multi-Product Showcase Theme with left-right scrolling.
Version: 1.0
*/

body { font-family: 'Inter', sans-serif; overflow-x: hidden; }

/* Swiper container */
.swiper { width: 100%; height: 100vh; }
.swiper-slide { 
    display: block; 
    height: 100vh; 
    overflow-y: auto; 
    overflow-x: hidden; 
}

/* Hide scrollbar for internal slide scrolling to keep it clean */
.swiper-slide::-webkit-scrollbar { width: 8px; }
.swiper-slide::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
.swiper-slide::-webkit-scrollbar-track { background: transparent; }

.glass-header { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); }
.gradient-text { background: linear-gradient(90deg, #2563eb, #7c3aed); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.feature-card { transition: all 0.3s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }

.floating-wa { position: fixed; bottom: 30px; right: 30px; background-color: #25D366; color: white; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 35px; box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 1000; transition: transform 0.3s; }
.floating-wa:hover { transform: scale(1.1); }

.custom-logo { max-height: 50px; width: auto; }
