.elementor-150 .elementor-element.elementor-element-5ef2563{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-150 .elementor-element.elementor-element-1609775{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e630d4a *//* Widget Container Styling */
.property-widget-section {
    padding: 40px 20px;
    background-color: transparent; /* Adjust based on your site background */
}

.property-widget-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* Card Styling */
.property-widget-card {
    background: #ffffff;
    width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.property-widget-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Image Area */
.p-image-box {
    position: relative;
    height: 200px;
}

.p-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Labels */
.p-tag-left, .p-tag-right {
    position: absolute;
    top: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.p-tag-left { left: 12px; background: #fff; color: #333; }
.p-tag-right { right: 12px; background: #28a745; color: #fff; }

/* Content Styling */
.p-card-content {
    padding: 20px;
}

.p-card-content h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
}

.p-price {
    color: #007bff;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

.p-card-content p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Icons/Features */
.p-features {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #444;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .property-widget-container {
        flex-direction: column;
        align-items: center;
    }
    .property-widget-card {
        width: 100%;
        max-width: 400px;
    }
}/* End custom CSS */