/* TASAI OBALUM Foundation Custom Styles */

/* Hero Slider Background Images - Change these to your own images */
.slider-bg1 {
    background-image: url(../img/hero/tasai-hero-1.jpg) !important;
}

.slider-bg2 {
    background-image: url(../img/hero/tasai-hero-2.jpg) !important;
}

.slider-bg3 {
    background-image: url(../img/hero/tasai-hero-3.jpg) !important;
}

/* Optional: Add overlay to make text more readable */
.hero-overly::before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero__caption {
    position: relative;
    z-index: 1;
}

/* Mission Section Background Image - Change this to your own image */
.visit-tailor-area .tailor-offers {
    background-image: url(../img/hero/tasai-founder.jpg) !important;
}
