/* Base wrapper */
.elementor-widget-property_carousel .real-estate-carousel {
	width: 100%;
	padding-bottom: 50px !important;
	overflow: hidden;
	position: relative;
}

.elementor-element-406e610 {
	display: none!important;
}

.elementor-widget-property_carousel .re-card-image {
	background-size: unset!important;
}
/* Pagination dots - positioned below cards */
.elementor-widget-property_carousel .real-estate-carousel .swiper-pagination {
	bottom: 0 !important;
	position: absolute !important;
	left: 0;
	width: 100%;
	text-align: center;
	display: block !important;
}

/* Hide any navigation arrows from Elementor or Swiper */
.elementor-widget-property_carousel .swiper-button-next,
.elementor-widget-property_carousel .swiper-button-prev,
.elementor-widget-property_carousel .elementor-swiper-button {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* Slide constraints */
.elementor-widget-property_carousel .real-estate-carousel .swiper-slide {
	height: auto !important;
	padding: 13px !important;
	box-sizing: border-box;
}

/* Card */
.elementor-widget-property_carousel .re-card {
	background: #ffffff;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	font-family: 'Inter', 'Roboto', sans-serif;
	box-shadow: 8px 12px 32px 0px rgba(80, 80, 80, 0.08) !important;
	border: none !important;
}

/* Image */
.elementor-widget-property_carousel .re-card-image {
	width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 220px !important;
	display: block !important;
}

/* Badge */
.elementor-widget-property_carousel .re-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #1a2a3a;
	color: #ffffff;
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	text-transform: uppercase;
	z-index: 2;
}

/* Content Area */
.elementor-widget-property_carousel .re-card-content {
	padding: 16px 24px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

/* Title */
.elementor-widget-property_carousel .re-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #222222 !important;
	margin: 0 0 10px 0 !important;
	text-align: center !important;
	line-height: 1.3 !important;
}

/* Address */
.elementor-widget-property_carousel .re-address {
	font-size: 12px !important;
	font-weight: 300 !important;
	color: #888888 !important;
	text-align: center !important;
	margin-bottom: 20px !important;
}

.elementor-widget-property_carousel .re-address i {
	color: #0099d8 !important;
	margin-right: 4px;
}

/* Divider */
.elementor-widget-property_carousel .re-divider {
	border: none !important;
	border-top: 1px solid #f0f0f0 !important;
	margin: 15px 0 !important;
	background: transparent !important;
	height: 0 !important;
}

/* Details Grid */
.elementor-widget-property_carousel .re-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin: 10px 0;
}

.elementor-widget-property_carousel .re-detail-item {
	display: flex;
	align-items: center;
	font-size: 11px !important;
	color: #999999 !important;
}

.elementor-widget-property_carousel .re-detail-item i {
	color: #0099d8 !important;
	font-size: 14px !important;
	margin-right: 8px;
	width: 16px;
	text-align: center;
}

/* Footer (Author/Time) */
.elementor-widget-property_carousel .re-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px !important;
	color: #999999 !important;
	margin-top: 10px;
}

.elementor-widget-property_carousel .re-footer i {
	color: #0099d8 !important;
	margin-right: 4px;
}

/* Price Button */
.elementor-widget-property_carousel .re-price-btn {
	display: block !important;
	width: 100% !important;
	background-color: #0099d8 !important;
	color: #ffffff !important;
	text-align: center !important;
	padding: 18px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	transition: background-color 0.3s ease !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.elementor-widget-property_carousel .re-price-btn:hover {
	background-color: #007bb5 !important;
	color: #ffffff !important;
}

/* Swiper Pagination Customization */
.elementor-widget-property_carousel .real-estate-carousel .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #dddddd !important;
	opacity: 1 !important;
	margin: 0 5px !important;
	display: inline-block !important;
}

.elementor-widget-property_carousel .real-estate-carousel .swiper-pagination-bullet-active {
	background: #0099d8 !important;
}
