/* ==========================================================================
   SouthCraft Co-Branding Overrides
   Applied to communities and listings with the `is_southcraft` ACF field.
   ========================================================================== */

/* ---------- Community Cards ---------- */

/* Title color: green instead of dark red (#6F2C3F) */
.community-grid-item.southcraft .community-title__name {
	color: #008000;
}

/* Price color: green instead of dark red */
.community-grid-item.southcraft .community-value.red {
	color: #008000;
}

/* SOUTHCRAFT prefix label */
.southcraft-prefix {
	color: #008000;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* ---------- Listing Cards (Quick Delivery Homes & New Home Plans) ---------- */

/* Listing name */
.homes-grid-item.southcraft .title-wrap .name {
	color: #1B692C;
}

/* Price */
.homes-grid-item.southcraft .info-home .regular {
	color: #1B692C;
}

/* Sale price (strikethrough original) */
.homes-grid-item.southcraft .info-home .sale {
	color: #1B692C;
}

/* "Contact us for pricing" text */
.homes-grid-item.southcraft .label-title-red {
	color: #1B692C;
}

/* Move-in status text: maroon → blue */
.homes-grid-item.southcraft .pre-title-state {
	color: #003349;
}

/* Move-in status dot: default green → SouthCraft green (skip gray "Future Release") */
.homes-grid-item.southcraft .pre-title-state:not(.gray)::before {
	border-color: #32C74D;
	background: #32C74D;
}

/* Promo banner: yellow → SouthCraft blue */
.homes-grid-item.southcraft .promo-label.yellow {
	background-color: #003349;
	color: #1B692C;
}

/* ---------- Map Markers ---------- */

/* Pin background: green instead of Empire blue (#004766) */
.property.southcraft-marker {
	background-color: #4FB84F;
}

/* Pin triangle pointer */
.property.southcraft-marker::after {
	border-top-color: #4FB84F;
}

/* Cluster marker background */
.custom-cluster-marker.southcraft-marker {
	background-color: #4FB84F;
}

/* Cluster marker triangle */
.custom-cluster-marker.southcraft-marker::after {
	border-top-color: #4FB84F;
}

/* SouthCraft pin icon on cluster markers */
.custom-cluster-marker.southcraft-marker::before {
	background-image: url(/wp-content/themes/hello-elementor-child/assets/images/southcraft-icon-map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	border-right: solid 1px #F8F7EE;
	width: 38px;
}

/* Highlighted (expanded) SouthCraft marker */
.property.southcraft-marker.highlight {
	background-color: #003349;
}

/* Property name inside expanded SouthCraft marker */
.property.southcraft-marker.highlight .homes-info a.property-name {
	color: #32C74C;
}

/* Spec labels inside expanded SouthCraft marker */
.property.southcraft-marker.highlight .specifications .spec-label {
	color: #c6dcda;
}

/* Spec values inside expanded SouthCraft marker */
.property.southcraft-marker.highlight .specifications .spec-value {
	color: #32C74C;
}

.property.southcraft-marker.highlight .specifications .spec-value.sqft {
  color: #c6dcda;
}

/* ==========================================================================
   Listing Detail Pages (.southcraft-listing)
   Applied via `listing_content` and `listing_general_info_nav` shortcodes
   when the parent community has `is_southcraft` = true.
   ========================================================================== */

/* ---------- Title & Status ---------- */
.southcraft-listing .custom-detail-value {
  color: #1B692C;
}

/* Move-in status text: maroon (#6f2c3f) → blue */
.southcraft-listing .pre-title-state {
	color: #003349;
}

/* Move-in status dot border: maroon → blue */
.southcraft-listing .pre-title-state::before {
	border-color: #003349;
}

/* Main listing title (h1): maroon → green */
.southcraft-listing .listing-content-title {
	color: #4FB84F;
}

/* ---------- Price ---------- */

/* Previous (strikethrough) price: maroon → blue */
.southcraft-listing .listing-content-price-previous-value {
	color: #003349;
}

/* ---------- CTA Button ---------- */

/* Button background: maroon → green */
.southcraft-listing .listing-content-button a {
	background-color: #4FB84F !important;
}

/* ---------- SVG Icon Accents ---------- */

/* Red accent fills (#f05d3e / #f15d3e) in detail icons → green */
.southcraft-listing .listing-content-icon svg [fill="#f05d3e"],
.southcraft-listing .listing-content-icon svg [fill="#f15d3e"] {
	fill: #4FB84F;
}

/* Red accent fills in community icon <g> element */
.southcraft-listing .listing-content-icon svg g[fill="#f15d3e"] {
	fill: #4FB84F;
}

/* Mobile price row calculator icon accent */
.southcraft-listing .listing-content-price-mobile svg [fill="#f05d3e"],
.southcraft-listing .listing-content-price-mobile svg [fill="#f15d3e"] {
	fill: #4FB84F;
}

/* ---------- Elementor Sidebar & CTA Sections ---------- */
/* These selectors are safe without .southcraft-listing scoping because
   southcraft-branding.css is only enqueued on SouthCraft community pages. */

/* "Reserve This Home" section — background: blue → green */
.elementor-element-c02c3fb:not(.elementor-motion-effects-element-type-background),
.elementor-element-c02c3fb > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #4FB84F !important;
}

/* "Reserve This Home" headings — white → blue */
.elementor-element-c02c3fb .elementor-heading-title {
	color: #003349 !important;
}

/* "TAKE THE NEXT STEP" button — border & text → blue */
.elementor-element-1d3fda0 .elementor-button {
	border-color: #003349 !important;
	color: #003349 !important;
}
.elementor-element-1d3fda0 .elementor-button-text {
	color: #003349 !important;
}

/* "Book an Appointment" button — background: blue → green, text → blue */
.elementor-element-441a5e2 .elementor-button {
	background-color: #4FB84F !important;
	color: #003349 !important;
}
.elementor-element-441a5e2 .elementor-button-text {
	color: #003349 !important;
}

/* "Get in touch" button */
.elementor-element-24b87c7{
	background-color: #4FB84F !important;
}

/* Visit Us Phone & Email */
.elementor-element-f3b4da0{
	color: #003349 !important;	
}

.elementor-element-3d14631{
	color: #003349 !important;	
}

.elementor-element-22ed090 > div > a{
	color: #003349 !important;	
}

.elementor-element-eead24f > div > a{
	color: #003349 !important;	
}

/* ---------- Breadcrumbs ---------- */
/* Safe without .southcraft-listing scoping because
   southcraft-branding.css is only enqueued on SouthCraft community pages. */

/* Breadcrumb links (state, city, community) */
.jet-breadcrumbs__item-link {
	color: #003349 !important;
}

/* Current page (non-link last item) */
.jet-breadcrumbs__item-target {
	color: #003349 !important;
}

/* Separator arrow SVGs */
.jet-breadcrumbs__item-sep svg {
	fill: #003349 !important;
}

/* ---------- Listing Card "Learn More" Button ---------- */
.southcraft .btn-more {
	background-color: var( --e-global-color-primary );
	color: #32C74C !important ;
}

.southcraft .btn-more:hover {
	background-color: #004765;
}

/* ---------- SouthCraft Tab Underline ---------- */
.southcraft-tabs-map ._tabs-group button.active::after {
	background-color: #32C74C;
}

/* ---------- Listings Image Placeholder ---------- */
/* SouthCraft logo on green background when listing has no images */
.homes-grid-item.southcraft .slide-placeholder {
	background-color: var(--e-global-color-primary);
	background-image: url(/wp-content/themes/hello-elementor-child/assets/images/southCraft-logo-neg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   Banner Promotion Widget — SouthCraft Override
   .banner-section.southcraft is added by banner-promotion-elementor.php
   when the current community has is_southcraft = true.
   ========================================================================== */

/* Background: gold → navy */
.banner-section.southcraft {
	background-color: #003349 !important;
}

/* Top title: navy → muted white */
.banner-section.southcraft .top-title {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* Main title: navy → white */
.banner-section.southcraft .title {
	color: #32C74D !important;
}

/* Description: navy → off-white */
.banner-section.southcraft .description {
	color: rgba(255, 255, 255, 0.9) !important;
}

/* Button: navy bg → SouthCraft green, white text → navy */
.banner-section.southcraft .btn {
	background-color: #32C74D !important;
	color: #003349 !important;
}

/* Slider pagination: maroon/red → green */
.banner-promotion-slider .banner-section.southcraft ~ .swiper-pagination .swiper-pagination-bullet {
	background-color: #32C74D;
}
.banner-promotion-slider .banner-section.southcraft ~ .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #32C74D;
}
