.modular-carousel-wrapper-e464b0c3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.modular-swiper-e464b0c3 {
    width: 100%;
    overflow: visible !important;
}

.villa-card-e464b0c3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.villa-card-e464b0c3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.villa-card-overlay-e464b0c3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    pointer-events: none;
}

.villa-card-content-e464b0c3 {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.villa-card-category-e464b0c3 {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 8px 16px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.villa-card-footer-e464b0c3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.villa-card-title-e464b0c3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.villa-card-btn-e464b0c3 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.villa-card-e464b0c3:hover .villa-card-btn-e464b0c3 {
    background: #ffffff;
    color: #000000;
    transform: scale(1.05);
}

.villa-card-btn-e464b0c3 svg {
    width: 20px;
    height: 20px;
}
