.angie-slider-wrapper-1bc74836 {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 600px;
    background: #000;
}
.angie-slider-1bc74836 {
    position: relative;
    width: 100%;
    height: 600px;
}
.angie-slide-1bc74836 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    z-index: 1;
}
.angie-slide-1bc74836.active {
    opacity: 1;
    z-index: 2;
}
.angie-slide-1bc74836::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: -1;
}
.angie-slide-content-1bc74836 {
    max-width: 800px;
    color: #fff;
}
.angie-slide-tagline-1bc74836 {
    color: #a3e635;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.angie-slide-heading-1bc74836 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fff;
}
.angie-slide-desc-1bc74836 {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}
.angie-slide-buttons-1bc74836 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.angie-btn-primary-1bc74836 {
    background: #ef4444;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}
.angie-btn-primary-1bc74836:hover {
    background: #dc2626;
    color: #fff;
}
.angie-btn-secondary-1bc74836 {
    background: #1e3a8a;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}
.angie-btn-secondary-1bc74836:hover {
    background: #172554;
    color: #fff;
}

@media (max-width: 767px) {
    .angie-slide-1bc74836 {
        padding: 20px;
    }
}