/* ProPlus Premium Styles - Modern Real Estate Theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
	--pp-primary: #f5a623;
	--pp-primary-hover: #e09000;
	--pp-secondary: #1a1a2e;
	--pp-accent: #00a86b;
	--pp-green: #00a86b;
	--pp-whatsapp: #25D366;
	--pp-surface: #ffffff;
	--pp-bg: #f8f9fb;
	--pp-text: #1a1a2e;
	--pp-text-light: #6b7280;
	--pp-text-muted: #9ca3af;
	--pp-border: #e5e7eb;
	--pp-radius: 10px;
	--pp-radius-lg: 16px;
	--pp-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.04);
	--pp-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.12);
}

/* Modern .proplus-card styles (shortcodes, search results, gutenberg blocks) */
.proplus-card {
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	box-shadow: var(--pp-shadow);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid rgba(0, 0, 0, 0.04);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.proplus-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--pp-shadow-lg);
	border-color: rgba(245, 166, 35, 0.15);
}

.proplus-card-img-wrapper {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
}

.proplus-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.proplus-card:hover .proplus-card-img {
	transform: scale(1.06);
}

.proplus-card-img-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
	pointer-events: none;
}

.proplus-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: rgba(0, 168, 107, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	z-index: 2;
}

.proplus-price-tag {
	position: absolute;
	bottom: 12px;
	left: 14px;
	background: rgba(245, 166, 35, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 8px;
	z-index: 2;
	letter-spacing: -0.2px;
}

.proplus-card-body {
	padding: 18px;
}

.proplus-card-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 1.4;
	color: var(--pp-text) !important;
	transition: color 0.2s;
}

.proplus-card-title a {
	color: inherit !important;
	text-decoration: none !important;
}

.proplus-card:hover .proplus-card-title,
.proplus-card:hover .proplus-card-title a {
	color: var(--pp-primary) !important;
}

.proplus-location {
	font-size: 13px;
	color: var(--pp-text-light);
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.proplus-location .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	color: var(--pp-primary);
}

.proplus-card-meta {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	padding-top: 14px;
	border-top: 1px solid var(--pp-border);
}

.proplus-meta-item {
	font-size: 12px;
	font-weight: 500;
	color: #374151;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #f8f9fb;
	padding: 6px 10px;
	border-radius: 8px;
	border: 1px solid #f0f1f3;
	transition: all 0.2s;
}

.proplus-card:hover .proplus-meta-item {
	background: #fff7eb;
	border-color: rgba(245, 166, 35, 0.2);
}

.proplus-meta-item .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
	color: var(--pp-green);
}

/* Global Listing Badge - Animated Tags for all card types */
.pp-listing-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	padding: 5px 12px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 3;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: inline-flex;
	align-items: center;
	gap: 3px;
}

.pp-listing-badge-featured {
	background: linear-gradient(135deg, #f5a623, #ffd700);
	color: #fff;
	--badge-glow: rgba(245, 166, 35, 0.5);
	animation: ppBadgeGlow 2s ease-in-out infinite;
}

.pp-listing-badge-hot {
	background: linear-gradient(135deg, #ff6b35, #f5a623);
	color: #fff;
	--badge-glow: rgba(255, 107, 53, 0.5);
	animation: ppBadgeGlow 2s ease-in-out infinite;
}

.pp-listing-badge-new_launch {
	background: linear-gradient(135deg, #00a86b, #2dd4a8);
	color: #fff;
	--badge-glow: rgba(0, 168, 107, 0.5);
	animation: ppBadgeGlow 2s ease-in-out infinite;
}

.pp-listing-badge-under_construction {
	background: linear-gradient(135deg, #f5a623, #e09000);
	color: #fff;
	--badge-glow: rgba(245, 166, 35, 0.5);
	animation: ppBadgeGlow 2s ease-in-out infinite;
}

.pp-listing-badge-premium {
	background: linear-gradient(135deg, #1a1a2e, #374151);
	color: #ffd700;
	--badge-glow: rgba(255, 215, 0, 0.5);
	animation: ppBadgeGlow 2.5s ease-in-out infinite;
}

.pp-listing-badge-trending {
	background: linear-gradient(135deg, #00a86b, #f5a623);
	color: #fff;
	--badge-glow: rgba(0, 168, 107, 0.5);
	animation: ppBadgeGlow 1.5s ease-in-out infinite;
}

/* Single unified glow animation for all badges */
@keyframes ppBadgeGlow {

	0%,
	100% {
		box-shadow: 0 0 0 0 var(--badge-glow, rgba(245, 166, 35, 0.5));
	}

	50% {
		box-shadow: 0 0 0 6px transparent;
	}
}

/* Card border glow - single animation, color varies by badge */
.pp-card-glow-featured {
	border-color: rgba(245, 166, 35, 0.3) !important;
	--card-glow: rgba(245, 166, 35, 0.15);
	animation: ppCardGlow 2.5s ease-in-out infinite;
}

.pp-card-glow-hot {
	border-color: rgba(255, 107, 53, 0.3) !important;
	--card-glow: rgba(255, 107, 53, 0.15);
	animation: ppCardGlow 2.5s ease-in-out infinite;
}

.pp-card-glow-new_launch {
	border-color: rgba(0, 168, 107, 0.3) !important;
	--card-glow: rgba(0, 168, 107, 0.15);
	animation: ppCardGlow 2.5s ease-in-out infinite;
}

.pp-card-glow-under_construction {
	border-color: rgba(245, 166, 35, 0.3) !important;
	--card-glow: rgba(245, 166, 35, 0.15);
	animation: ppCardGlow 2.5s ease-in-out infinite;
}

.pp-card-glow-premium {
	border-color: rgba(255, 215, 0, 0.3) !important;
	--card-glow: rgba(255, 215, 0, 0.12);
	animation: ppCardGlow 3s ease-in-out infinite;
}

.pp-card-glow-trending {
	border-color: rgba(0, 168, 107, 0.3) !important;
	--card-glow: rgba(0, 168, 107, 0.15);
	animation: ppCardGlow 2s ease-in-out infinite;
}

@keyframes ppCardGlow {

	0%,
	100% {
		box-shadow: var(--pp-shadow);
	}

	50% {
		box-shadow: 0 0 20px var(--card-glow, rgba(245, 166, 35, 0.15)), 0 4px 16px rgba(0, 0, 0, 0.04);
	}
}



/* Reset & Base */
.proplus-99-wrapper {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: var(--pp-bg);
	color: var(--pp-text);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.proplus-99-wrapper * {
	box-sizing: border-box;
}

/* Sticky Navigation */
.proplus-sticky-nav {
	background: var(--pp-surface);
	border-bottom: 1px solid var(--pp-border);
	padding: 0 20px;
	z-index: 100;
}

.proplus-sticky-nav.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: var(--pp-shadow);
}

.proplus-nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 0;
	overflow-x: auto;
}

.proplus-nav-link {
	padding: 16px 20px;
	color: var(--pp-text-light);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
	transition: all 0.2s;
}

.proplus-nav-link:hover,
.proplus-nav-link.active {
	color: var(--pp-primary);
	border-bottom-color: var(--pp-primary);
}

.proplus-nav-link.proplus-nav-cta {
	margin-left: auto;
	background: var(--pp-primary);
	color: white;
	border-radius: var(--pp-radius);
	margin: 8px 0;
	padding: 10px 20px;
	border-bottom: none;
}

.proplus-nav-link.proplus-nav-cta:hover {
	background: var(--pp-primary-hover);
}

/* Gallery Hero */
.proplus-gallery-hero {
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 1fr 150px;
	gap: 10px;
}

.proplus-gallery-main {
	position: relative;
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	background: #000;
	height: 400px;
}

.proplus-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proplus-video-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	padding: 10px 16px;
	border-radius: var(--pp-radius);
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
}

.proplus-gallery-thumbs {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.proplus-thumb {
	width: 100%;
	height: 70px;
	border-radius: var(--pp-radius);
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border-color 0.2s;
}

.proplus-thumb.active,
.proplus-thumb:hover {
	border-color: var(--pp-primary);
}

.proplus-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proplus-thumb-more {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
}

/* Main Container */
.proplus-99-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 30px;
	align-items: start;
}

/* Main Content */
.proplus-99-main {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Property Header */
.proplus-property-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: var(--pp-surface);
	padding: 24px;
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow);
	gap: 20px;
	flex-wrap: wrap;
}

.proplus-property-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--pp-secondary);
	line-height: 1.3;
}

.proplus-property-location {
	color: var(--pp-text-light);
	font-size: 14px;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}

.proplus-price-box {
	text-align: right;
}

.proplus-price-label {
	display: block;
	font-size: 12px;
	color: var(--pp-text-muted);
	text-transform: uppercase;
}

.proplus-price-value {
	display: block;
	font-size: 28px;
	font-weight: 700;
	color: var(--pp-secondary);
}

.proplus-emi {
	display: block;
	font-size: 13px;
	color: var(--pp-green);
	margin-top: 4px;
}

/* Info Pills */
.proplus-info-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	background: var(--pp-surface);
	padding: 0;
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow);
	overflow: hidden;
}

.proplus-pill {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	background: var(--pp-surface);
	border-right: 1px solid var(--pp-border);
	min-width: 120px;
	text-align: center;
}

.proplus-pill:last-child {
	border-right: none;
}

.proplus-pill-label {
	font-size: 11px;
	color: var(--pp-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
}

.proplus-pill-value {
	font-size: 18px;
	font-weight: 700;
	color: var(--pp-secondary);
}

@media (max-width: 768px) {
	.proplus-info-pills {
		flex-wrap: wrap;
	}

	.proplus-pill {
		flex: 1 1 calc(50% - 1px);
		border-bottom: 1px solid var(--pp-border);
		min-width: 0;
	}

	.proplus-pill:nth-child(2n) {
		border-right: none;
	}
}

.proplus-99-section {
	background: var(--pp-surface);
	padding: 24px;
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow);
}

.proplus-section-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 16px;
	color: var(--pp-secondary);
	padding-bottom: 12px;
	border-bottom: 1px solid var(--pp-border);
}

.proplus-about-content {
	color: var(--pp-text-light);
	line-height: 1.8;
}

/* BHK Variants List */
.proplus-variants-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.proplus-variant-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	background: var(--pp-surface);
	border: 1px solid var(--pp-border);
	border-radius: var(--pp-radius);
	cursor: pointer;
	transition: all 0.3s;
}

.proplus-variant-row:hover {
	border-color: var(--pp-primary);
	box-shadow: 0 4px 12px rgba(245, 166, 35, 0.15);
	transform: translateX(4px);
}

.proplus-variant-left {
	display: flex;
	align-items: center;
	gap: 16px;
}

.proplus-variant-bhk-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background: linear-gradient(135deg, var(--pp-primary), #e09000);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 6px;
	white-space: nowrap;
}

.proplus-variant-area {
	font-size: 14px;
	color: var(--pp-text-light);
}

.proplus-variant-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.proplus-variant-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--pp-secondary);
}

.proplus-variant-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--pp-bg);
	border-radius: 50%;
	color: var(--pp-primary);
	transition: all 0.3s;
}

.proplus-variant-row:hover .proplus-variant-arrow {
	background: var(--pp-primary);
	color: #fff;
}

.proplus-variant-item.expanded .proplus-variant-arrow {
	transform: rotate(180deg);
}

/* Variant Expandable Details */
.proplus-variant-details {
	display: none;
	background: #f8f9fa;
	border: 1px solid var(--pp-border);
	border-top: none;
	border-radius: 0 0 var(--pp-radius) var(--pp-radius);
	padding: 20px;
	margin-top: -1px;
}

.proplus-variant-item.expanded .proplus-variant-details {
	display: block;
}

.proplus-variant-item.expanded .proplus-variant-row {
	border-radius: var(--pp-radius) var(--pp-radius) 0 0;
	border-color: var(--pp-primary);
}

.proplus-variant-details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 16px;
}

.proplus-vd-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.proplus-vd-label {
	font-size: 11px;
	color: var(--pp-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.proplus-vd-value {
	font-size: 14px;
	font-weight: 600;
	color: var(--pp-secondary);
}

.proplus-status-ready {
	color: var(--pp-green) !important;
}

.proplus-status-under_construction {
	color: var(--pp-primary) !important;
}

.proplus-status-new_launch {
	color: #9c27b0 !important;
}

/* BHK Info below price */
.proplus-bhk-info {
	display: inline-block;
	margin-top: 6px;
	padding: 4px 12px;
	background: rgba(245, 166, 35, 0.15);
	color: var(--pp-primary);
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
}

/* Action Buttons */
.proplus-action-btns {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin: 20px 0;
}

.proplus-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
	border: 2px solid var(--pp-primary);
	background: var(--pp-surface);
	color: var(--pp-primary);
	font-size: 15px;
	font-weight: 600;
	border-radius: var(--pp-radius);
	cursor: pointer;
	transition: all 0.3s;
}

.proplus-action-btn:hover {
	background: var(--pp-primary);
	color: #fff;
}

.proplus-action-btn svg {
	fill: currentColor;
}

/* Location Benefits */
.proplus-benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
}

.proplus-benefit-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: var(--pp-bg);
	border-radius: var(--pp-radius);
	font-size: 14px;
	color: var(--pp-text);
}

/* Features Grid */
.proplus-features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 16px;
}

.proplus-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	background: var(--pp-bg);
	border-radius: var(--pp-radius);
	font-size: 14px;
}

.proplus-feature-item .dashicons {
	color: var(--pp-green);
	font-size: 18px;
	width: 18px;
	height: 18px;
}

/* Photo Grid */
.proplus-photo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
}

.proplus-photo-item {
	aspect-ratio: 4/3;
	border-radius: var(--pp-radius);
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.2s;
}

.proplus-photo-item:hover {
	transform: scale(1.02);
}

.proplus-photo-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Floor Plan Gate */
.proplus-floorplan-gate {
	text-align: center;
	padding: 40px;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border: 2px dashed var(--pp-border);
	border-radius: var(--pp-radius);
}

.proplus-gate-content .dashicons {
	font-size: 48px;
	width: 48px;
	height: 48px;
	color: var(--pp-text-muted);
	margin-bottom: 16px;
}

.proplus-gate-content h4 {
	margin: 0 0 8px;
	font-size: 18px;
}

.proplus-gate-content p {
	margin: 0 0 20px;
	color: var(--pp-text-light);
}

/* Map */
.proplus-location-address {
	color: var(--pp-text-light);
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.proplus-map-container {
	border-radius: var(--pp-radius);
	overflow: hidden;
}

/* Video Embed */
.proplus-video-embed iframe,
.proplus-video-embed .wp-block-embed__wrapper {
	border-radius: var(--pp-radius);
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
}

/* Sidebar */
.proplus-99-sidebar {
	position: sticky;
	top: 100px;
}

.proplus-contact-card {
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow-lg);
	overflow: hidden;
}

.proplus-contact-header {
	background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
	color: #fff;
	padding: 20px;
}

.proplus-contact-header h3 {
	margin: 0 0 4px;
	font-size: 18px;
	color: #fff;
}

.proplus-contact-header p {
	margin: 0;
	opacity: 0.9;
	font-size: 14px;
	color: #fff;
}

.proplus-contact-card .proplus-btn-whatsapp {
	margin: 20px;
	display: flex;
	width: calc(100% - 40px);
}

.proplus-contact-divider {
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.proplus-contact-divider::before {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	height: 1px;
	background: var(--pp-border);
}

.proplus-contact-divider span {
	background: var(--pp-surface);
	padding: 0 12px;
	color: var(--pp-text-muted);
	font-size: 12px;
	position: relative;
	z-index: 1;
}

.proplus-contact-form {
	padding: 20px;
}

.proplus-form-group {
	margin-bottom: 16px;
}

.proplus-form-group label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 6px;
	color: var(--pp-secondary);
}

.proplus-form-control {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--pp-border);
	border-radius: var(--pp-radius);
	font-size: 14px;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.proplus-form-control:focus {
	outline: none;
	border-color: var(--pp-primary);
	box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
}

.proplus-form-note {
	text-align: center;
	font-size: 12px;
	color: var(--pp-text-muted);
	margin: 12px 0 0;
}

/* Buttons */
.proplus-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: var(--pp-radius);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
}

.proplus-btn-primary {
	background: var(--pp-primary);
	color: white;
}

.proplus-btn-primary:hover {
	background: var(--pp-primary-hover);
	transform: translateY(-1px);
}

.proplus-btn-whatsapp {
	background: var(--pp-whatsapp);
	color: white;
}

.proplus-btn-whatsapp:hover {
	background: #1faf53;
}

.proplus-btn-block {
	width: 100%;
}

/* Similar Properties Section */
.proplus-similar-section {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

.proplus-similar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.proplus-similar-header h2 {
	font-size: 22px;
	font-weight: 700;
	color: var(--pp-secondary);
	margin: 0;
}

.proplus-view-all {
	color: var(--pp-primary);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s;
}

.proplus-view-all:hover {
	color: var(--pp-primary-hover);
}

.proplus-similar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width: 992px) {
	.proplus-similar-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.proplus-similar-grid {
		grid-template-columns: 1fr;
	}
}

.proplus-similar-card {
	display: block;
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	box-shadow: var(--pp-shadow);
	text-decoration: none;
	transition: transform 0.3s, box-shadow 0.3s;
}

.proplus-similar-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.proplus-similar-img {
	height: 160px;
	background-size: cover;
	background-position: center;
	background-color: #f0f0f0;
}

.proplus-similar-body {
	padding: 16px;
}

.proplus-similar-title {
	font-size: 15px;
	font-weight: 600;
	color: var(--pp-secondary);
	margin: 0 0 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proplus-similar-card:hover .proplus-similar-title {
	color: var(--pp-primary);
}

.proplus-similar-location {
	font-size: 13px;
	color: var(--pp-text-muted);
	margin: 0 0 10px;
}

.proplus-similar-meta {
	display: flex;
	gap: 12px;
	font-size: 12px;
	color: var(--pp-text-light);
	margin-bottom: 10px;
}

.proplus-similar-price {
	font-size: 16px;
	font-weight: 700;
	color: var(--pp-primary);
}

/* Property Grid Cards (PPG) */
.ppg-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 992px) {
	.ppg-grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 576px) {
	.ppg-grid {
		grid-template-columns: 1fr !important;
	}
}

.ppg-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	text-decoration: none !important;
	display: block;
}

.ppg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.ppg-img {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f0f0f0;
}

.ppg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.ppg-card:hover .ppg-img img {
	transform: scale(1.08);
}

.ppg-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #00a86b;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ppg-body {
	padding: 16px;
}

.ppg-title {
	font-size: 16px;
	font-weight: 600;
	color: #222 !important;
	margin: 0 0 8px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ppg-card:hover .ppg-title {
	color: var(--pp-primary) !important;
}

.ppg-meta {
	font-size: 13px;
	color: #666;
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ppg-meta svg {
	width: 14px;
	height: 14px;
	fill: #888;
}

.ppg-details {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	padding-top: 12px;
	border-top: 1px solid #eee;
	margin-bottom: 12px;
}

.ppg-detail {
	font-size: 12px;
	color: #555;
	display: flex;
	align-items: center;
	gap: 4px;
}

.ppg-detail svg {
	opacity: 0.7;
}

.ppg-price {
	font-size: 18px;
	font-weight: 700;
	color: var(--pp-primary);
}

/* Modal */
.proplus-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
}

.proplus-modal-content {
	background: white;
	padding: 30px;
	border-radius: var(--pp-radius-lg);
	max-width: 400px;
	width: 90%;
	position: relative;
}

.proplus-close-modal {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 28px;
	cursor: pointer;
	color: var(--pp-text-muted);
	line-height: 1;
}

.proplus-close-modal:hover {
	color: var(--pp-text);
}

.proplus-modal-content h3 {
	margin: 0 0 8px;
}

.proplus-modal-content>p {
	margin: 0 0 20px;
	color: var(--pp-text-light);
}

/* Lightbox */
.proplus-lightbox {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
}

.proplus-lightbox img {
	max-width: 90%;
	max-height: 90%;
	border-radius: var(--pp-radius);
}

.proplus-lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
	.proplus-99-container {
		grid-template-columns: 1fr;
	}

	.proplus-99-sidebar {
		position: static;
	}

	.proplus-gallery-hero {
		grid-template-columns: 1fr;
	}

	.proplus-gallery-thumbs {
		flex-direction: row;
		overflow-x: auto;
	}

	.proplus-thumb {
		width: 80px;
		flex-shrink: 0;
	}
}

@media (max-width: 600px) {
	.proplus-property-header {
		flex-direction: column;
	}

	.proplus-price-box {
		text-align: left;
	}

	.proplus-info-pills {
		gap: 8px;
	}

	.proplus-pill {
		padding: 10px 14px;
		min-width: 80px;
	}

	.proplus-gallery-main {
		height: 250px;
	}
}

/* Legacy Support - Keep old classes working */
.proplus-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.proplus-card {
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	box-shadow: var(--pp-shadow);
	transition: transform 0.2s, box-shadow 0.2s;
}

.proplus-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--pp-shadow-lg);
}

.proplus-card-img-wrapper {
	position: relative;
	aspect-ratio: 16/10;
	overflow: hidden;
}

.proplus-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proplus-card-body {
	padding: 16px;
}

.proplus-card-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 8px;
}

.proplus-card-title a {
	color: inherit;
	text-decoration: none;
}

.proplus-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 13px;
	color: var(--pp-text-light);
}

.proplus-meta-item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.proplus-price-tag {
	position: absolute;
	bottom: 12px;
	left: 12px;
	background: var(--pp-primary);
	color: white;
	padding: 6px 12px;
	border-radius: var(--pp-radius);
	font-weight: 600;
	font-size: 14px;
}

.proplus-badge {
	background: var(--pp-accent);
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
}

/* ================================================
   ELEMENTOR WIDGET STYLES
   ================================================ */

/* Grid Columns */
.proplus-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.proplus-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.proplus-cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {

	.proplus-cols-3,
	.proplus-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {

	.proplus-cols-2,
	.proplus-cols-3,
	.proplus-cols-4 {
		grid-template-columns: 1fr;
	}
}

/* Card Styles */
.proplus-card-minimal {
	box-shadow: none;
	border: 1px solid var(--pp-border);
}

.proplus-card-overlay .proplus-card-img-wrapper {
	height: 280px;
}

.proplus-card-overlay .proplus-card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	color: white;
	padding: 60px 16px 16px;
}

.proplus-card-overlay .proplus-card-title a,
.proplus-card-overlay .proplus-card-location {
	color: white;
}

.proplus-card-overlay .proplus-card-meta {
	color: rgba(255, 255, 255, 0.8);
}

/* Location in cards */
.proplus-card-location {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: var(--pp-text-light);
	margin: 0 0 10px;
}

.proplus-card-location svg {
	opacity: 0.6;
}

/* Type Badge */
.proplus-type-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--pp-accent);
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

/* Featured Badge */
.proplus-featured-badge {
	display: inline-block;
	background: linear-gradient(135deg, #ff6b6b, #ee5a24);
	color: white;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* No Results */
.proplus-no-results {
	text-align: center;
	padding: 40px;
	color: var(--pp-text-muted);
	background: var(--pp-bg);
	border-radius: var(--pp-radius);
}

/* ================================================
   CAROUSEL WIDGET
   ================================================ */
.proplus-carousel-wrapper {
	position: relative;
	overflow: hidden;
}

.proplus-carousel-track {
	display: flex;
	transition: transform 0.4s ease;
}

.proplus-carousel-slide {
	flex-shrink: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.proplus-carousel-card {
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	position: relative;
}

.proplus-carousel-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}

.proplus-carousel-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.85) 100%);
	padding: 80px 20px 20px;
	color: white;
}

.proplus-carousel-price {
	display: inline-block;
	background: var(--pp-primary);
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.proplus-carousel-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 4px;
	line-height: 1.3;
}

.proplus-carousel-location {
	font-size: 14px;
	opacity: 0.9;
	margin: 0 0 8px;
}

.proplus-carousel-meta {
	display: flex;
	gap: 16px;
	font-size: 13px;
	opacity: 0.85;
	margin-bottom: 12px;
}

.proplus-carousel-btn {
	display: inline-block;
	background: white;
	color: var(--pp-secondary);
	padding: 10px 20px;
	border-radius: var(--pp-radius);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s;
}

.proplus-carousel-btn:hover {
	background: var(--pp-primary);
	color: white;
}

.proplus-carousel-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: white;
	border: none;
	border-radius: 50%;
	box-shadow: var(--pp-shadow-lg);
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.proplus-arrow-prev {
	left: 10px;
}

.proplus-arrow-next {
	right: 10px;
}

.proplus-carousel-arrow:hover {
	background: var(--pp-primary);
	color: white;
}

/* ================================================
   CITY GRID WIDGET
   ================================================ */
.proplus-city-grid {
	display: grid;
	gap: 16px;
}

.proplus-city-card {
	position: relative;
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	text-decoration: none;
	color: white;
	display: flex;
	align-items: flex-end;
	transition: transform 0.3s;
}

.proplus-city-card:hover {
	transform: translateY(-4px);
}

.proplus-city-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s;
}

.proplus-city-card:hover .proplus-city-bg {
	transform: scale(1.05);
}

.proplus-city-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	z-index: 1;
}

.proplus-city-content {
	position: relative;
	z-index: 2;
	padding: 20px;
	width: 100%;
}

.proplus-city-name {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 4px;
}

.proplus-city-count {
	font-size: 14px;
	opacity: 0.9;
}

/* Minimal Layout */
.proplus-layout-minimal .proplus-city-card {
	background: var(--pp-surface);
	color: var(--pp-text);
	padding: 16px 20px;
	border: 1px solid var(--pp-border);
}

.proplus-layout-minimal .proplus-city-card::before {
	display: none;
}

.proplus-layout-minimal .proplus-city-name {
	font-size: 16px;
}

.proplus-layout-minimal .proplus-city-count {
	color: var(--pp-text-muted);
}

/* ================================================
   STATS COUNTER WIDGET
   ================================================ */
.proplus-stats-counter {
	display: flex;
	gap: 24px;
}

.proplus-stats-horizontal {
	flex-wrap: wrap;
	justify-content: center;
}

.proplus-stats-vertical {
	flex-direction: column;
}

.proplus-stat-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow);
	flex: 1;
	min-width: 200px;
}

.proplus-stat-icon {
	width: 56px;
	height: 56px;
	background: linear-gradient(135deg, var(--pp-primary), #0056a3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.proplus-stat-icon svg {
	width: 28px;
	height: 28px;
	fill: white;
}

.proplus-stat-content {
	display: flex;
	flex-direction: column;
}

.proplus-stat-number {
	font-size: 32px;
	font-weight: 700;
	color: var(--pp-primary);
	line-height: 1;
}

.proplus-stat-label {
	font-size: 14px;
	color: var(--pp-text-light);
	margin-top: 4px;
}

/* ================================================
   SEARCH FORM WIDGET
   ================================================ */
.proplus-search-form {
	display: flex;
	gap: 12px;
	padding: 20px;
	border-radius: var(--pp-radius-lg);
}

.proplus-search-horizontal {
	flex-wrap: wrap;
	align-items: flex-end;
}

.proplus-search-vertical {
	flex-direction: column;
}

.proplus-search-inline {
	align-items: center;
	padding: 12px 16px;
}

.proplus-search-bg-white {
	background: var(--pp-surface);
	box-shadow: var(--pp-shadow-lg);
}

.proplus-search-bg-transparent {
	background: transparent;
	padding: 0;
}

.proplus-search-bg-glass {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	box-shadow: var(--pp-shadow-lg);
}

.proplus-search-field {
	flex: 1;
	min-width: 150px;
}

.proplus-search-field label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--pp-text-light);
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.proplus-search-field select,
.proplus-search-field input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--pp-border);
	border-radius: var(--pp-radius);
	font-size: 14px;
	background: var(--pp-surface);
}

.proplus-search-field select:focus,
.proplus-search-field input:focus {
	outline: none;
	border-color: var(--pp-primary);
}

.proplus-price-inputs {
	display: flex;
	align-items: center;
	gap: 8px;
}

.proplus-price-inputs input {
	width: 50%;
}

.proplus-price-inputs span {
	color: var(--pp-text-muted);
}

.proplus-search-submit {
	flex: 0 0 auto;
}

.proplus-search-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 28px;
	background: var(--pp-primary);
	color: white;
	border: none;
	border-radius: var(--pp-radius);
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	white-space: nowrap;
}

.proplus-search-btn:hover {
	background: var(--pp-primary-hover);
}

.proplus-search-vertical .proplus-search-field {
	min-width: auto;
}

.proplus-search-vertical .proplus-search-btn {
	width: 100%;
}

/* ================================================
   FEATURED PROPERTY WIDGET
   ================================================ */

/* Hero Layout */
.proplus-featured-hero {
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proplus-featured-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}

.proplus-featured-hero-content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	padding: 40px;
	max-width: 700px;
}

.proplus-featured-title {
	font-size: 32px;
	font-weight: 700;
	margin: 16px 0 12px;
	line-height: 1.2;
}

.proplus-featured-location {
	font-size: 16px;
	opacity: 0.9;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.proplus-featured-price {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
}

.proplus-featured-meta {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 15px;
	margin-bottom: 24px;
}

.proplus-featured-meta span {
	background: rgba(255, 255, 255, 0.2);
	padding: 6px 14px;
	border-radius: 20px;
}

/* Horizontal Layout */
.proplus-featured-horizontal {
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 0;
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	overflow: hidden;
	box-shadow: var(--pp-shadow-lg);
}

.proplus-featured-img {
	position: relative;
	height: 100%;
	min-height: 280px;
}

.proplus-featured-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.proplus-featured-img .proplus-featured-badge {
	position: absolute;
	top: 16px;
	left: 16px;
}

.proplus-featured-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.proplus-featured-content .proplus-featured-title {
	font-size: 22px;
	color: var(--pp-secondary);
	margin: 0 0 8px;
}

.proplus-featured-content .proplus-featured-location {
	color: var(--pp-text-light);
	justify-content: flex-start;
	margin-bottom: 12px;
}

.proplus-featured-content .proplus-featured-meta {
	justify-content: flex-start;
	gap: 16px;
	margin-bottom: 0;
	flex-grow: 1;
}

.proplus-featured-content .proplus-featured-meta span {
	background: var(--pp-bg);
	color: var(--pp-text);
}

.proplus-featured-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid var(--pp-border);
}

.proplus-featured-footer .proplus-featured-price {
	font-size: 24px;
	color: var(--pp-primary);
	margin: 0;
}

@media (max-width: 768px) {
	.proplus-featured-horizontal {
		grid-template-columns: 1fr;
	}

	.proplus-featured-img {
		min-height: 200px;
	}
}

/* Featured Card Extra */
.proplus-featured-card .proplus-featured-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}

.proplus-featured-card .proplus-card-body {
	padding: 20px;
}

.proplus-featured-card .proplus-btn {
	margin-top: 16px;
}

/* ================================================
   LEAD FORM WIDGET
   ================================================ */
.proplus-lead-form-widget {
	background: var(--pp-surface);
	border-radius: var(--pp-radius-lg);
	box-shadow: var(--pp-shadow);
	overflow: hidden;
}

.proplus-lead-form-header {
	background: linear-gradient(135deg, var(--pp-primary), #0056a3);
	color: white;
	padding: 20px;
	text-align: center;
}

.proplus-lead-form-header h3 {
	margin: 0;
	font-size: 20px;
}

.proplus-lead-form-body {
	padding: 24px;
}

/* ================================================
   NEW PROPERTY GRID WIDGET (Modern Design)
   ================================================ */
.pp-property-grid {
	display: grid;
	gap: 24px;
}

.pp-grid-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}

.pp-grid-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Card Image */
.pp-grid-card-image {
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
}

.pp-grid-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.pp-grid-card:hover .pp-grid-card-image img {
	transform: scale(1.08);
}

.pp-grid-card-image a {
	display: block;
	height: 100%;
}

/* Badges */
.pp-grid-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: #ff5722;
	color: white;
	padding: 5px 12px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pp-grid-featured {
	position: absolute;
	top: 12px;
	right: 12px;
	background: linear-gradient(135deg, #f7971e, #ffd200);
	color: #333;
	padding: 5px 12px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Card Body */
.pp-grid-card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* Price */
.pp-grid-price {
	font-size: 22px;
	font-weight: 700;
	color: #f5a623;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}

/* Title */
.pp-grid-title {
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.4;
	color: #222;
}

.pp-grid-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s;
}

.pp-grid-title a:hover {
	color: #f5a623;
}

/* Location */
.pp-grid-location {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	color: #666;
	margin: 0 0 16px;
}

.pp-grid-location svg {
	opacity: 0.6;
	flex-shrink: 0;
}

/* Details Grid */
.pp-grid-details {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}

.pp-grid-detail-item {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #f8f9fa;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 13px;
	color: #444;
}

.pp-grid-detail-item svg {
	color: #00a86b;
	flex-shrink: 0;
}

.pp-grid-detail-item span {
	font-weight: 500;
}

/* View Details Button */
.pp-grid-btn {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background: linear-gradient(135deg, #f5a623, #e09000);
	color: white;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	margin-top: auto;
}

.pp-grid-btn:hover {
	background: linear-gradient(135deg, #e09000, #c87d00);
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(245, 166, 35, 0.35);
	color: white;
}

/* No Results */
.pp-no-results {
	text-align: center;
	padding: 60px 20px;
	background: #f8f9fa;
	border-radius: 12px;
	color: #666;
	font-size: 16px;
}

/* Alternative Card Style - Horizontal */
.pp-grid-card.pp-horizontal {
	flex-direction: row;
}

.pp-grid-card.pp-horizontal .pp-grid-card-image {
	width: 280px;
	flex-shrink: 0;
	height: auto;
}

.pp-grid-card.pp-horizontal .pp-grid-card-body {
	padding: 24px;
}

@media (max-width: 768px) {
	.pp-grid-card.pp-horizontal {
		flex-direction: column;
	}

	.pp-grid-card.pp-horizontal .pp-grid-card-image {
		width: 100%;
		height: 200px;
	}
}

/* ================================================
   CLEAN PROPERTY GRID (99Acres / Housing Style)
   ================================================ */
.pp-clean-grid {
	display: grid;
	gap: 24px;
}

.pp-clean-card {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.pp-clean-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Image Container */
.pp-clean-img {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #f0f0f0;
}

.pp-clean-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.pp-clean-card:hover .pp-clean-img img {
	transform: scale(1.05);
}

/* Badge */
.pp-clean-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #00a86b;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

/* Info Section */
.pp-clean-info {
	padding: 14px 16px 18px;
}

/* Title */
.pp-clean-title {
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin: 0 0 6px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.pp-clean-card:hover .pp-clean-title {
	color: #f5a623;
}

/* Meta (Location + Area) */
.pp-clean-meta {
	font-size: 13px;
	color: #666;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Price */
.pp-clean-price {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
	.pp-clean-info {
		padding: 12px 14px 16px;
	}

	.pp-clean-title {
		font-size: 14px;
	}

	.pp-clean-price {
		font-size: 15px;
	}
}

/* ================================================
   LISTING HIGHLIGHT EFFECTS
   ================================================ */

/* 1. Pulse Glow — Golden pulsing aura */
.pp-highlight-pulse_glow {
	animation: ppHighlightPulse 2s ease-in-out infinite;
	border: 2px solid rgba(245, 166, 35, 0.4) !important;
}

@keyframes ppHighlightPulse {

	0%,
	100% {
		box-shadow: 0 0 8px rgba(245, 166, 35, 0.2), 0 2px 15px rgba(0, 0, 0, 0.08);
	}

	50% {
		box-shadow: 0 0 25px rgba(245, 166, 35, 0.5), 0 0 60px rgba(245, 166, 35, 0.15);
	}
}

/* 2. Shimmer — Sweeping light beam across the card */
.pp-highlight-shimmer {
	position: relative;
	overflow: hidden;
}

.pp-highlight-shimmer::after {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(to right,
			transparent 0%,
			transparent 35%,
			rgba(245, 166, 35, 0.12) 45%,
			rgba(255, 215, 0, 0.2) 50%,
			rgba(245, 166, 35, 0.12) 55%,
			transparent 65%,
			transparent 100%);
	transform: rotate(25deg);
	animation: ppHighlightShimmer 3s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
}

@keyframes ppHighlightShimmer {
	0% {
		transform: rotate(25deg) translateX(-100%);
	}

	100% {
		transform: rotate(25deg) translateX(100%);
	}
}

/* 3. Animated Border — Rotating gradient border */
.pp-highlight-animated_border {
	border: 3px solid transparent !important;
	background-clip: padding-box !important;
	position: relative;
}

.pp-highlight-animated_border::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(var(--pp-border-angle, 0deg),
			#f5a623,
			#00a86b,
			#ffd700,
			#f5a623);
	animation: ppBorderSpin 4s linear infinite;
}

@keyframes ppBorderSpin {
	0% {
		--pp-border-angle: 0deg;
	}

	100% {
		--pp-border-angle: 360deg;
	}
}

/* Fallback for browsers that don't support @property */
@supports not (background: paint(something)) {
	.pp-highlight-animated_border::before {
		background: linear-gradient(45deg, #f5a623, #00a86b, #ffd700, #f5a623);
		background-size: 300% 300%;
		animation: ppBorderGradient 3s ease infinite;
	}
}

@keyframes ppBorderGradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* 4. Spotlight — Breathing radial glow */
.pp-highlight-spotlight {
	animation: ppSpotlightBreath 3s ease-in-out infinite;
	border: 1px solid rgba(245, 166, 35, 0.3) !important;
}

@keyframes ppSpotlightBreath {

	0%,
	100% {
		box-shadow:
			0 2px 15px rgba(0, 0, 0, 0.08),
			inset 0 0 30px rgba(245, 166, 35, 0.03);
	}

	50% {
		box-shadow:
			0 5px 30px rgba(245, 166, 35, 0.2),
			0 0 60px rgba(245, 166, 35, 0.1),
			inset 0 0 50px rgba(245, 166, 35, 0.06);
	}
}

/* 5. Corner Ribbon */
.pp-highlight-ribbon {
	position: relative;
	overflow: hidden;
}

.pp-highlight-ribbon::after {
	content: 'NEW LAUNCH';
	position: absolute;
	top: 18px;
	right: -35px;
	background: linear-gradient(135deg, #f5a623, #e09000);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 5px 40px;
	transform: rotate(45deg);
	z-index: 2;
	letter-spacing: 1px;
	text-transform: uppercase;
	box-shadow: 0 2px 8px rgba(245, 166, 35, 0.4);
	animation: ppRibbonPulse 2s ease-in-out infinite;
}

@keyframes ppRibbonPulse {

	0%,
	100% {
		box-shadow: 0 2px 8px rgba(245, 166, 35, 0.4);
	}

	50% {
		box-shadow: 0 2px 16px rgba(245, 166, 35, 0.7);
	}
}

/* Highlight badge — shown on single property hero */
.pp-highlight-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.pp-highlight-tag-pulse_glow,
.pp-highlight-tag-spotlight {
	background: rgba(245, 166, 35, 0.1);
	color: #e09000;
	border: 1px solid rgba(245, 166, 35, 0.3);
	animation: ppHighlightPulse 2s ease-in-out infinite;
}

.pp-highlight-tag-shimmer {
	background: linear-gradient(90deg, #f5a623, #ffd700, #f5a623);
	background-size: 200% 100%;
	color: #fff;
	animation: ppTagShimmer 2s linear infinite;
}

@keyframes ppTagShimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.pp-highlight-tag-animated_border {
	background: #fff;
	color: #f5a623;
	border: 2px solid;
	border-image: linear-gradient(45deg, #f5a623, #00a86b, #ffd700) 1;
}

.pp-highlight-tag-ribbon {
	background: linear-gradient(135deg, #f5a623, #e09000);
	color: #fff;
}

/* ================================================
   HIGHLIGHT OVERRIDES FOR ALL CARD TYPES
   Widget inline styles use overflow:hidden and box-shadow
   which block highlight effects. Override them here.
   ================================================ */

/* Override overflow:hidden for shimmer & ribbon effects */
.ppg-card[class*="pp-highlight-shimmer"],
.ppg-card[class*="pp-highlight-ribbon"],
.ppc-slide[class*="pp-highlight-shimmer"],
.ppc-slide[class*="pp-highlight-ribbon"],
.proplus-card[class*="pp-highlight-shimmer"],
.proplus-card[class*="pp-highlight-ribbon"],
.similar-card[class*="pp-highlight-shimmer"],
.similar-card[class*="pp-highlight-ribbon"],
.pp-grid-card[class*="pp-highlight-shimmer"],
.pp-grid-card[class*="pp-highlight-ribbon"],
.pp-clean-card[class*="pp-highlight-shimmer"],
.pp-clean-card[class*="pp-highlight-ribbon"] {
	overflow: visible !important;
}

/* Pulse Glow - force box-shadow animation on all card types */
.ppg-card.pp-highlight-pulse_glow,
.ppc-slide.pp-highlight-pulse_glow,
.proplus-card.pp-highlight-pulse_glow,
.similar-card.pp-highlight-pulse_glow,
.pp-grid-card.pp-highlight-pulse_glow,
.pp-clean-card.pp-highlight-pulse_glow {
	animation: ppHighlightPulse 2s ease-in-out infinite !important;
	border: 2px solid rgba(245, 166, 35, 0.4) !important;
}

/* Spotlight - force box-shadow animation on all card types */
.ppg-card.pp-highlight-spotlight,
.ppc-slide.pp-highlight-spotlight,
.proplus-card.pp-highlight-spotlight,
.similar-card.pp-highlight-spotlight,
.pp-grid-card.pp-highlight-spotlight,
.pp-clean-card.pp-highlight-spotlight {
	animation: ppSpotlightBreath 3s ease-in-out infinite !important;
	border: 1px solid rgba(245, 166, 35, 0.3) !important;
}

/* Animated Border - override existing borders */
.ppg-card.pp-highlight-animated_border,
.ppc-slide.pp-highlight-animated_border,
.proplus-card.pp-highlight-animated_border,
.similar-card.pp-highlight-animated_border,
.pp-grid-card.pp-highlight-animated_border,
.pp-clean-card.pp-highlight-animated_border {
	border: 3px solid transparent !important;
	position: relative;
}

/* Shimmer - ensure pseudo-element renders */
.ppg-card.pp-highlight-shimmer,
.ppc-slide.pp-highlight-shimmer,
.proplus-card.pp-highlight-shimmer,
.similar-card.pp-highlight-shimmer,
.pp-grid-card.pp-highlight-shimmer,
.pp-clean-card.pp-highlight-shimmer {
	position: relative;
}

/* Ribbon - ensure proper z-index */
.ppg-card.pp-highlight-ribbon,
.ppc-slide.pp-highlight-ribbon,
.proplus-card.pp-highlight-ribbon,
.similar-card.pp-highlight-ribbon,
.pp-grid-card.pp-highlight-ribbon,
.pp-clean-card.pp-highlight-ribbon {
	position: relative;
}

/* Disable hover box-shadow override when highlight active */
.ppg-card[class*="pp-highlight-pulse_glow"]:hover,
.ppg-card[class*="pp-highlight-spotlight"]:hover {
	box-shadow: 0 0 30px rgba(245, 166, 35, 0.6) !important;
	transform: translateY(-5px);
}