/* ============================================
   index.css - Homepage
   ============================================ */

/* Featured Products Image Style */
.idx-product-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    background: #f8fafc;
}

/* Product Title Link */
.idx-product-title {
    color: #0E384C;
    text-decoration: none;
}
.idx-product-title:hover { color: #1E84B5; }

/* Service Item Visibility Fix */
.idx-service-visible { visibility: visible; }

/* Service Item Animation Delays */
.idx-service-delay { visibility: visible; }

/* Image Effects */
.idx-bg-parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* View All Button Area */
.idx-view-all { text-align: center; margin-top: 1.5rem; }
