.fpc-featured-sale-page {
    padding: 60px 0;
    background: #fff;
    color: #333;
}

.fpc-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.fpc-section-header {
    text-align: center;
    margin: 20px 0 60px;
}

.fpc-section-header h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    color: #263d25;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fpc-section-header-divider {
    width: 100px;
    height: 2px;
    background: #263d25;
    margin: 20px auto 0;
}

.fpc-properties-carousel-section {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.fpc-properties-swiper-wrapper {
    position: relative;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}

.fpc-properties-swiper {
    overflow: hidden;
    width: 100%;
}

.fpc-properties-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.fpc-properties-swiper .swiper-slide {
    display: flex;
    height: auto;
}

.fpc-properties-swiper .swiper-slide > div {
    width: 100%;
}

.fpc-property-card-custom {
    border: 0;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
}

.fpc-property-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 30px 30px -20px rgba(105, 121, 166, 0.74);
    transition: box-shadow 0.3s ease;
}

.fpc-property-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.fpc-property-card-custom:hover .fpc-property-image-wrapper {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.fpc-property-card-custom:hover .fpc-property-image-wrapper img {
    transform: scale(1.05);
}

.fpc-property-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #263d25;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    z-index: 3;
}

.fpc-property-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(64, 64, 64, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.fpc-property-card-custom:hover .fpc-property-image-overlay {
    opacity: 1;
}

.fpc-overlay-details-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 16px 24px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.fpc-overlay-details-btn:hover {
    background: #fff;
    color: #000;
}

.fpc-property-card-body {
    padding: 20px;
}

.fpc-property-price-custom {
    font-size: 20px;
    font-weight: 700;
    color: #263d25;
    margin-bottom: 10px;
}

.fpc-property-location {
    font-size: 21px;
    font-weight: 300;
    color: #263d25;
    margin-bottom: 15px;
}

.fpc-property-meta {
    display: flex;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
}

.fpc-property-meta-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #263d25;
}

.fpc-sale-prev,
.fpc-sale-next {
    background: #304d2f !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    top: 50% !important;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.fpc-sale-prev:hover,
.fpc-sale-next:hover {
    background: #234a31 !important;
}

.fpc-sale-prev {
    left: 10px !important;
}

.fpc-sale-next {
    right: 10px !important;
}

.fpc-view-all-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 40px 0 0;
    flex-wrap: wrap;
}

.fpc-view-all-btn,
.fpc-view-all-btn-outline {
    padding: 16px 24px;
    min-width: 210px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #263d25;
}

.fpc-view-all-btn {
    background: #263d25;
    color: #fff;
}

.fpc-view-all-btn:hover {
    background: #234a31;
    color: #fff;
}

.fpc-view-all-btn-outline {
    background: #fff;
    color: #263d25;
}

.fpc-view-all-btn-outline:hover {
    background: #263d25;
    color: #fff;
}

@media (max-width: 991px) {
    .fpc-section-header h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .fpc-property-image-wrapper {
        height: 280px;
    }

    .fpc-properties-swiper-wrapper {
        padding: 0 45px;
    }

    .fpc-sale-prev,
    .fpc-sale-next {
        width: 36px !important;
        height: 36px !important;
    }

    .fpc-sale-prev::after,
    .fpc-sale-next::after {
        font-size: 12px !important;
    }

    .fpc-sale-prev {
        left: 0 !important;
    }

    .fpc-sale-next {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .fpc-featured-sale-page {
        padding-top: 30px;
    }

    .fpc-section-header h2 {
        font-size: 20px;
    }

    .fpc-property-image-wrapper {
        height: 250px;
    }

    .fpc-property-location {
        font-size: 17px;
    }

    .fpc-properties-swiper-wrapper {
        padding: 0 10px;
    }

    .fpc-view-all-btn,
    .fpc-view-all-btn-outline {
        width: 100%;
        max-width: 300px;
    }
}

