
/* SMANBEN1 Specific Sections */

.letter-spacing-2 {
    letter-spacing: 2px;
}

.divider {
    border-radius: 2px;
}

.welcome-section {
    padding: 60px 0;
}

.polling-section {
    position: relative;
    overflow: hidden;
}

.ecosystem-section {
    background: #f8f9fa;
}

/* Ensure images in cards don't overflow */
.card-img-top {
    width: 100%;
    object-fit: cover;
}

/* AOS Fixes */
[data-aos] {
    pointer-events: auto !important;
}

/* Mobile Responsiveness Improvements */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .gtk-card, .link-item {
        margin-bottom: 15px;
    }
}
