.angie-feature-carousel-be75fb6f {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.angie-feature-carousel-be75fb6f .feature-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.angie-feature-carousel-be75fb6f .card-icon {
    font-size: 32px;
    color: #e65c4f;
    margin-bottom: 30px;
}
.angie-feature-carousel-be75fb6f .card-icon svg {
    width: 48px;
    height: 48px;
    fill: #e65c4f;
}
.angie-feature-carousel-be75fb6f .card-heading {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 600;
    color: #111111;
}
.angie-feature-carousel-be75fb6f .card-text {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}
.angie-feature-carousel-be75fb6f .swiper-slide {
    height: auto;
}
.angie-feature-carousel-be75fb6f .carousel-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 0 10px;
}
.angie-feature-carousel-be75fb6f .swiper-pagination {
    position: static;
    text-align: left;
    width: auto;
}
.angie-feature-carousel-be75fb6f .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.2;
    margin: 0 4px !important;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.angie-feature-carousel-be75fb6f .swiper-pagination-bullet-active {
    width: 24px;
    background: #2dd4bf;
    opacity: 1;
}
.angie-feature-carousel-be75fb6f .carousel-nav {
    display: flex;
    gap: 10px;
}
.angie-feature-carousel-be75fb6f .custom-nav-btn {
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    color: #333;
    transition: all 0.3s;
}
.angie-feature-carousel-be75fb6f .custom-nav-btn:hover {
    background: #e5e5e5;
}
.angie-feature-carousel-be75fb6f .custom-nav-btn::after {
    display: none;
}
.angie-feature-carousel-be75fb6f .swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}