.angie-banner-slider-6b65bc42 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.angie-banner-slider-track-6b65bc42 {
    display: flex;
    transition: transform 0.4s ease-in-out;
}
.angie-banner-slide-6b65bc42 {
    flex: 0 0 100%;
    min-width: 100%;
    position: relative;
    display: block;
    text-decoration: none !important;
    color: inherit;
}
.angie-banner-slide-6b65bc42:hover, .angie-banner-slide-6b65bc42:focus {
    color: inherit;
    text-decoration: none;
}
.angie-banner-slide-bg-6b65bc42 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 0.5s ease;
}
.angie-banner-slide-6b65bc42:hover .angie-banner-slide-bg-6b65bc42 {
    transform: scale(1.05);
}
.angie-banner-slide-overlay-6b65bc42 {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 2;
}
.angie-banner-slide-content-6b65bc42 {
    position: relative;
    z-index: 3;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 400px;
}
.angie-banner-title-6b65bc42 {
    margin-bottom: 15px;
    margin-top: 0;
}
.angie-banner-desc-6b65bc42 {
    margin: 0;
    max-width: 600px;
}
.angie-banner-nav-6b65bc42 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: background 0.3s, color 0.3s;
}
.angie-banner-nav-6b65bc42:hover {
    background: #333;
    color: #fff;
}
.angie-banner-prev-6b65bc42 { left: 20px; }
.angie-banner-next-6b65bc42 { right: 20px; }