/* =====================================================
   IAI Al Irsyad Jakarta - Default Theme Stylesheet
   Tailwind CSS + Ionicons
   ===================================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

/* Carousel utility classes */
.carousel-track {
    display: flex;
}

.carousel-slide {
    min-width: 100%;
}

/* Ionicons alignment helpers */
ion-icon {
    display: inline-flex;
    vertical-align: middle;
}

/* Smooth image loading */
img {
    transition: opacity 0.3s ease;
}

/* Custom selection color */
::selection {
    background-color: #2e7d32;
    color: #ffffff;
}
