/* Properties Section Mobile Styles (max-width: 768px) */
.properties-section {
    padding: 50px 0; /* Smaller padding for mobile */
}

.properties-carousel-wrapper {
    padding: 0 10px; /* Less space for buttons on smaller screens */
}

.property-card {
    /* Mobile specific overrides if needed. Width is handled by JS var. */
    margin-right: 10px; /* Smaller gap between cards on mobile */
}

.properties-section h2 {
    font-size: 1.8rem;
}
.properties-section .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.property-image {
    height: 180px; /* Slightly smaller image height on mobile */
}

.property-info h4 {
    font-size: 1.1rem;
}

.property-price {
    font-size: 1.1rem;
}

.property-description {
    font-size: 0.9rem;
}

.carousel-prev,
.carousel-next {
    padding: 10px 5px; /* Smaller buttons on mobile */
    font-size: 1.2rem;
}