.angie-irs-wrapper-34c09ead {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.angie-irs-container-34c09ead {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    height: 500px; /* Default fallback */
}

.angie-irs-slides-wrapper-34c09ead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.angie-irs-slide-34c09ead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.angie-irs-slide-34c09ead.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.angie-irs-bg-34c09ead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.angie-irs-overlay-34c09ead {
    position: relative;
    width: 100%;
    z-index: 3;
    /* Background is handled via inline styles / Elementor controls for gradient */
}

.angie-irs-heading-34c09ead {
    margin: 0 0 10px 0;
}

.angie-irs-desc-34c09ead {
    margin: 0;
}

.angie-irs-pagination-34c09ead {
    position: absolute;
    bottom: 20px; /* Controlled via widget settings */
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.angie-irs-bullet-34c09ead {
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-irs-bullet-icon-34c09ead {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Hide active icon by default, show normal */
.angie-irs-icon-active-34c09ead {
    display: none;
}
.angie-irs-icon-normal-34c09ead {
    display: flex;
}

/* When active, show active icon, hide normal */
.angie-irs-bullet-34c09ead.active .angie-irs-icon-active-34c09ead {
    display: flex;
}
.angie-irs-bullet-34c09ead.active .angie-irs-icon-normal-34c09ead {
    display: none;
}
