/**
 * Property Listing Styles
 * Custom CSS for Property Website
 */

/* ========================================
   1. GLOBAL STYLES & RESETS
   ======================================== */
:root {
    --primary-color: #5b4cfd;
    --secondary-color: #f59e0b;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --border-color: #e5e7eb;
    --bg-light: #f9fafb;
    --white: #ffffff;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

* {
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.highlight {
    color: var(--primary-color);
}

/* ========================================
   2. FEATURED PROPERTIES SLIDER (HOMEPAGE)
   ======================================== */
/* ================================
   GLOBAL VARIABLES
================================ */
:root {
  --primary-color: #5b4df5;
  --secondary-color: #d4af37;
  --text-dark: #1a1a1a;
  --text-light: #6b7280;
  --white: #ffffff;
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.15);
  --shadow-md: 0 6px 18px rgba(0,0,0,0.12);
  --transition: all 0.3s ease;
}

/* ================================
   FULL WIDTH SECTION
================================ */
.featured-properties-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 60px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  overflow: visible;
}

/* Prevent Astra clipping */
.featured-properties-section .container,
.featured-properties-section .ast-container {
  overflow: visible !important;
}

/* Keep inner content centered */
.featured-properties-section > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ================================
   SECTION HEADER
================================ */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.section-header p {
  font-size: 16px;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* ================================
   SWIPER CONTAINER
================================ */
.featured-properties-slider {
  position: relative;
  padding: 20px 0 60px;
  overflow: visible;
}

/* Let Swiper manage layout */
.featured-properties-slider .swiper-wrapper {
  align-items: stretch;
}

/* NEVER set width here */
.featured-properties-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
}

/* ================================
   PROPERTY CARD
================================ */
.property-card-featured {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.property-card-featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(0,0,0,0.15);
}

/* Featured Badge */
.featured-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary-color);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
  text-transform: uppercase;
}

/* Image */
.property-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.property-card-featured:hover .property-image img {
  transform: scale(1.05);
}

/* Content */
.property-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.property-developer {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.property-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.property-price {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 10px;
}

.price-value {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
}

.property-completion {
  font-size: 13px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* Button */
.btn-view-property {
  background: var(--primary-color);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-top: auto;
  transition: var(--transition);
}

.btn-view-property:hover {
  background: #4a3dd4;
  transform: translateY(-2px);
}

/* ================================
   SWIPER CONTROLS
================================ */
.featured-properties-slider .swiper-button-prev,
.featured-properties-slider .swiper-button-next {
  background: var(--white);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  z-index: 10;
}

.featured-properties-slider .swiper-button-prev::after,
.featured-properties-slider .swiper-button-next::after {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 900;
}

.featured-properties-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  opacity: 0.3;
}

.featured-properties-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}

/* ================================
   MOBILE
================================ */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }
}

/* ===================================
   FORCE SWIPER TO BEHAVE (ISOLATED)
=================================== */

.bip-swiper .swiper-wrapper {
  display: flex !important;
}

.bip-swiper .swiper-slide {
  flex-shrink: 0 !important;
}

/* Desktop */
@media (min-width: 1024px) {
  .bip-swiper .swiper-slide {
    width: calc((100% - 60px) / 3) !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .bip-swiper .swiper-slide {
    width: calc((100% - 30px) / 2) !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .bip-swiper .swiper-slide {
    width: 100% !important;
  }
}

/* 🔥 FIX CARD HOVER CROPPING */
.featured-properties-section,
.featured-properties-slider,
.bip-swiper,
.bip-swiper .swiper-wrapper {
  overflow: visible !important;
}



/* FULL WIDTH SECTION */
.featured-properties-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  padding: 60px 0;
}

/* SLIDER */
.css-slider {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

/* TRACK */
.css-slider-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

/* SLIDE */
.css-slide {
  flex: 0 0 calc((100% - 60px) / 3);
  scroll-snap-align: start;
}

/* TABLET */
@media (max-width: 1023px) {
  .css-slide {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .css-slide {
    flex: 0 0 100%;
  }
}

/* CARD FIX (NO CROP EVER) */
.property-card-featured {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

/* NAV */
.css-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.css-slider-nav button {
  pointer-events: auto;
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}


/* FULL WIDTH SECTION */
.featured-properties-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  padding: 60px 0;
}

/* SLIDER */
.css-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* TRACK */
.css-slider-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
}

/* SLIDE */
.css-slide {
  flex: 0 0 calc((100% - 60px) / 3);
  scroll-snap-align: start;
}

/* TABLET */
@media (max-width: 1023px) {
  .css-slide {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .css-slide {
    flex: 0 0 100%;
  }
}

/* CARD FIX */
.property-card-featured {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

/* NAV */
.css-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.css-slider-nav button {
  pointer-events: auto;
  background: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

/* HARD OVERRIDE – FIX STACKING */
.featured-properties-slider .css-slider-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 30px !important;
  overflow-x: auto !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.featured-properties-slider .css-slide {
  flex: 0 0 calc((100% - 60px) / 3) !important;
  scroll-snap-align: start;
}

@media (max-width: 1023px) {
  .featured-properties-slider .css-slide {
    flex: 0 0 calc((100% - 30px) / 2) !important;
  }
}

@media (max-width: 767px) {
  .featured-properties-slider .css-slide {
    flex: 0 0 100% !important;
  }
}
.featured-properties-section *,
.featured-properties-slider * {
  box-sizing: border-box;
}



/* HIDE SCROLLBAR – KEEP SCROLL FUNCTIONAL */

/* Chrome, Edge, Safari */
.featured-properties-slider .css-slider-track::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.featured-properties-slider .css-slider-track {
  scrollbar-width: none;
}

/* IE / old Edge */
.featured-properties-slider .css-slider-track {
  -ms-overflow-style: none;
}


.property-card-featured {
  position: relative; /* 🔥 THIS FIXES THE FLOATING BADGE */
}
.featured-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 5;
}
.featured-properties-section {
  overflow: hidden;
}
/* === FORCE NAV BUTTON CLICKS === */

.css-slider-nav {
  pointer-events: none !important;
}

.css-slider-nav button {
  pointer-events: auto !important;
  position: relative;
  z-index: 9999;
}






































/* ========================================
   3. PROPERTY SEARCH PANEL
   ======================================== */
.property-search-panel {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    margin: 40px 0;
}

.search-panel-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#property-search-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.search-field input,
.search-field select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-dark);
    transition: var(--transition);
    background: var(--white);
}

.search-field input:focus,
.search-field select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(91, 76, 253, 0.1);
}

.keyword-search {
    grid-column: span 2;
}

.btn-search,
.btn-reset {
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.btn-search {
    background: var(--primary-color);
    color: var(--white);
}

.btn-search:hover {
    background: #4a3dd4;
}

.btn-reset {
    background: var(--bg-light);
    color: var(--text-dark);
    border: 2px solid var(--border-color);
}

.btn-reset:hover {
    background: var(--border-color);
}

/* ========================================
   4. PROPERTY LISTING GRID
   ======================================== */
.property-listing-wrapper {
    padding: 40px 0;
}

.property-count {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-color);
}

.property-count span {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
}

.property-count p {
    font-size: 14px;
    color: var(--text-light);
    margin-top: 5px;
}

.property-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.property-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.property-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.property-card .property-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.property-card .property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.property-card:hover .property-image img {
    transform: scale(1.08);
}

.property-card .property-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 15px;
}

.property-location svg {
    width: 16px;
    height: 16px;
}

/* No Properties Found */
.no-properties {
    text-align: center;
    padding: 60px 20px;
}

.no-properties p {
    font-size: 18px;
    color: var(--text-light);
}

/* ========================================
   5. PROPERTY PAGINATION
   ======================================== */
.property-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.property-pagination a,
.property-pagination span {
    padding: 10px 16px;
    border: 2px solid var(--border-color);
    border-radius: 6px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.property-pagination a:hover,
.property-pagination .current {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* ========================================
   6. SINGLE PROPERTY PAGE
   ======================================== */
.property-detail-page {
    background: var(--bg-light);
}

.property-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: var(--white);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.property-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.1;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.developer-logo {
    background: var(--white);
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.developer-logo img {
    max-width: 70px;
    max-height: 70px;
}

.developer-name {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.property-hero .property-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.completion-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.hero-location {
    margin-top: 20px;
    font-size: 16px;
}

.hero-price {
    margin-top: 15px;
    font-size: 18px;
}

.hero-price strong {
    font-size: 28px;
    color: var(--secondary-color);
}

.property-detail-container {
    max-width: 1200px;
    margin: -30px auto 0;
    padding: 0 20px 60px;
    position: relative;
    z-index: 2;
}

/* Property Info Section */
.property-info-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.property-info-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.property-about h3 {
    font-size: 14px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-content {
    color: var(--text-dark);
    line-height: 1.8;
    font-size: 16px;
}

/* Property Details Grid */
.property-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.detail-card {
    background: var(--white);
    padding: 30px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: var(--transition);
}

.detail-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: rgba(91, 76, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-icon svg {
    color: var(--primary-color);
}

.card-content h4 {
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.card-content p {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
}

.detail-badge {
    display: inline-block;
    background: var(--text-dark);
    color: var(--white);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.price-card .price-value {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 700;
}

.config-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.config-badge {
    display: inline-block;
    background: var(--text-dark);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* Property Gallery */
.property-gallery-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.property-gallery-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.gallery-main {
    margin-bottom: 20px;
}

.gallery-main-slider {
    border-radius: 12px;
    overflow: hidden;
}

.gallery-main-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.gallery-thumbs-slider {
    margin-top: 15px;
}

.gallery-thumbs-slider .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 8px;
    overflow: hidden;
}

.gallery-thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
    border: 3px solid var(--primary-color);
}

.gallery-thumbs-slider img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/* Amenities */
.amenities-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.amenities-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: var(--bg-light);
    border-radius: 8px;
    transition: var(--transition);
}

.amenity-item:hover {
    background: rgba(91, 76, 253, 0.1);
}

.amenity-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.amenity-name {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 500;
}

/* Floor Plans */
.floor-plans-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.floor-plans-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.section-subtitle {
    color: var(--text-light);
    margin-bottom: 25px;
}

.payment-plan-info {
    background: rgba(91, 76, 253, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-badge {
    background: var(--primary-color);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.payment-details {
    font-size: 14px;
    color: var(--text-dark);
    font-weight: 600;
}

.download-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--text-dark);
    color: var(--white);
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
}

.btn-download:hover {
    background: var(--primary-color);
    transform: translateY(-2px);
}

/* Location Map */
.location-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.location-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.location-info {
    background: rgba(91, 76, 253, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.location-coords {
    font-size: 14px;
    color: var(--text-light);
}

.location-address {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 600;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: var(--transition);
}

.btn-directions:hover {
    background: #4a3dd4;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.map-container iframe {
    width: 100%;
    display: block;
}

/* Key Highlights */
.highlights-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.highlights-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--text-dark);
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
}

.highlights-list li {
    padding: 15px 20px;
    background: rgba(91, 76, 253, 0.05);
    border-left: 4px solid var(--primary-color);
    border-radius: 6px;
    color: var(--text-dark);
    font-size: 15px;
    transition: var(--transition);
}

.highlights-list li:hover {
    background: rgba(91, 76, 253, 0.1);
    transform: translateX(5px);
}

.highlights-list li:before {
    content: "✓";
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
}

/* Landmarks */
.landmarks-section {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    margin-bottom: 30px;
}

.landmarks-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.landmarks-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landmarks-list li {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.landmarks-list li:last-child {
    border-bottom: none;
}

.landmarks-list strong {
    color: var(--text-dark);
    font-size: 15px;
}

.landmarks-list span {
    color: var(--text-light);
    font-size: 14px;
}

/* ========================================
   7. RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 768px) {
    .section-header h2,
    .property-hero .property-title {
        font-size: 32px;
    }
    
    #property-search-form {
        grid-template-columns: 1fr;
    }
    
    .keyword-search {
        grid-column: span 1;
    }
    
    .property-grid {
        grid-template-columns: 1fr;
    }
    
    .property-details-grid {
        grid-template-columns: 1fr;
    }
    
    .gallery-main-slider img {
        height: 300px;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
    }
    
    .location-info {
        flex-direction: column;
        align-items: flex-start;
    }
    
    /* Featured slider - 1 card for mobile */
    .featured-properties-slider .swiper-slide {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .property-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .property-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ========================================
   8. UTILITY CLASSES
   ======================================== */
.text-center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.hidden {
    display: none;
}






/*search panel */

/* Search Bar Container */
.bdp-search-bar {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 18px rgba(0,0,0,0.06);
    margin-bottom: 25px;
}

/* Flex row */
.bdp-search-row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    flex-wrap: nowrap;
}

/* Individual fields */
.bdp-field {
    display: flex;
    flex-direction: column;
    width: 15%;
    min-width: 150px;
}

.bdp-field label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.bdp-field select,
.bdp-field input {
    height: 40px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Search Button */
.bdp-btn-wrap button {
    height: 42px;
    padding: 0 22px;
    background: #0047ab;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.bdp-btn-wrap button:hover {
    background: #003b92;
}

/* Responsive (mobile stack) */
@media (max-width: 900px) {
    .bdp-search-row {
        flex-wrap: wrap;
    }
    .bdp-field {
        width: 48%;
    }
}
@media (max-width: 600px) {
    .bdp-field {
        width: 100%;
    }
}







/*Amenities icons*/
.property-amenities {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.amenity-item {
    text-align: center;
    padding: 10px;
}

.amenity-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}

.amenity-item span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}



























/* ======================================================
   FIX ASTRA WRAPPERS
====================================================== */
/* FORCE FULL WIDTH FOR HERO WRAPPERS */
.single-property .entry-content,
.single-property .hentry,
.single-property .post,
.single-property .ast-row,
.single-property .ast-container,
.single-property .site-content,
.single-property .content-area,
.single-property #primary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.single-property .property-hero-section {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}


/* ======================================================
   HERO SECTION
====================================================== */
.property-hero-section {
    position: relative;
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}

.property-hero-section .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(55%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* LEFT CONTENT */
.hero-left {
    max-width: 50%;
}

.hero-builder-text {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.hero-title-text {
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.hero-location-text {
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
}

/* LOGO BOX */
.hero-info-card {
    background: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}

.hero-logo {
    max-width: 120px;
}

/* RIGHT FORM */
.hero-right {
    width: 32%;
    display: flex;
    justify-content: flex-end;
}

.hero-form-box {
    background: rgba(0,0,0,0.55);
    padding: 25px;
    border-radius: 12px;
    width: 100%;
    max-width: 340px;
    color: #fff;
    backdrop-filter: blur(6px);
}

.hero-form-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.hero-form-box input,
.hero-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    color: #fff;
}

.hero-form-box input[type="submit"] {
    background: linear-gradient(to right, #d60000, #b10000);
    border: none;
    padding: 12px;
    font-weight: 600;
    cursor: pointer;
}



/* ======================================================
   RESPONSIVE — TABLET (768–1024)
====================================================== */
@media (max-width: 1024px) {

    .hero-overlay {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-title-text {
        font-size: 60px;
    }

    .hero-location-text {
        font-size: 18px;
    }

    .hero-right {
        width: 100%;
        justify-content: center;
    }

    .hero-form-box {
        max-width: 400px;
    }
}



/* ======================================================
   RESPONSIVE — MOBILE (below 768)
====================================================== */
@media (max-width: 768px) {

    .property-hero-section {
        height: auto !important;
        min-height: auto !important;
        padding-bottom: 00px;
        overflow: visible !important;
         
    }
@media (max-width: 768px) {

    .hero-builder-text,
    .hero-title-text,
    .hero-location-text {
        color: #000 !important;   /* change to your desired color */
    }
}

    .hero-overlay {
        position: relative !important;
        height: auto !important;
        inset: unset !important;
        flex-direction: column;
        padding: 20px !important;
    }

    .hero-right {
        width: 100% !important;
        justify-content: center !important;
    }
}


















/* ======================================================
   INFO BOX SECTION — DESKTOP BASE STYLES
====================================================== */
/* ======================================================
   INFO BOX SECTION
====================================================== */
.property-info-section {
    width: 100%;
    padding: 35px 0;
    background: #f7f9fc;
}

.property-info-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

/* BOX BASE */
.property-info-container .info-box {
    flex: 1;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: 1px solid transparent;
    background-clip: padding-box;
    text-align: left;
}

/* GOLD BORDER */
.property-info-container .info-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(90deg,#d4af37,#f7e99c,#d4af37);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

/* LABEL (Top Line) */
.property-info-container .label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    display: block;
    margin-bottom: 4px;
}

/* VALUE (Second Line) */
.property-info-container .value {
    font-size: 19px;
    font-weight: 700;
    color: #111;
}



/* ======================================================
   TABLET VIEW
====================================================== */
@media (max-width: 1024px) {
    .property-info-container {
        max-width: 90%;
        gap: 16px;
    }
}



/* ======================================================
   MOBILE VIEW
====================================================== */
@media (max-width: 768px) {

    .property-info-section {
        padding: 25px 0;
    }

    .property-info-container {
        flex-direction: column;
        max-width: 90%;
        gap: 14px;
    }

    .property-info-container .info-box {
        text-align: center;
        padding: 18px 15px;
    }

    .property-info-container .label {
        font-size: 12px;
    }

    .property-info-container .value {
        font-size: 17px;
    }
}











/* ======================================================
   OVERVIEW SECTION – DESKTOP BASE STYLES
====================================================== */

.property-overview-section {
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
}

.overview-container {
    max-width: 1000px;          /* centered box */
    margin: 0 auto;            /* centers horizontally */
    padding: 0 20px;           /* mobile-friendly side padding */
}

.overview-heading {
    font-size: 34px;
    font-weight: 700;
    text-align: center;        /* heading centered */
    margin-bottom: 25px;
    color: #222;
    position: relative;
}

/* Decorative underline (premium look) */
.overview-heading::after {
    content: "";
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #fbe9a6, #d4af37);
    display: block;
    margin: 12px auto 0 auto;
    border-radius: 2px;
}

.overview-content {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    text-align: left;          /* left-aligned text */
}



/* ======================================================
   TABLET VIEW
====================================================== */
@media (max-width: 1024px) {
    .overview-heading {
        font-size: 30px;
    }

    .overview-content {
        font-size: 17px;
    }
}



/* ======================================================
   MOBILE VIEW
====================================================== */
@media (max-width: 768px) {

    .property-overview-section {
        padding: 80px 0;
    }

    .overview-heading {
        font-size: 26px;
    }

    .overview-content {
        font-size: 16px;
        line-height: 1.6;
    }
}















/* ======================================================
   GALLERY SECTION
====================================================== */

/* ======================================================
   GALLERY SECTION
====================================================== */

.property-gallery-section {
    width: 100%;
    padding: 70px 0;
    background: #fafafa;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Heading */
.gallery-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 35px;
}

.gallery-heading::after {
    content: "";
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg,#d4af37,#fbe9a6,#d4af37);
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Image Items */
.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

/* Hover */
.gallery-item:hover img {
    transform: scale(1.06);
}

/* Tablet */
@media (max-width: 1024px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-heading {
        font-size: 28px;
    }
}
















/* ======================================================
   AMENITIES SECTION
====================================================== */

.property-amenities-section {
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
}

.amenities-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Heading */
.amenities-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
}

.amenities-heading::after {
    content: "";
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg,#d4af37,#fbe9a6,#d4af37);
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Grid Layout */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* Individual Amenity Box */
.amenity-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 14px rgba(0,0,0,0.08);
    border: 1px solid #f0e6c0;
    transition: 0.3s ease;
}

.amenity-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Icon */
.amenity-icon {
    font-size: 26px;
    margin-bottom: 10px;
    color: #d4af37;
}

/* Text */
.amenity-text {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

/* Bottom line */
.amenities-more {
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
    color: #555;
}



/* Tablet */
@media (max-width: 1024px) {
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .amenity-text {
        font-size: 15px;
    }
}

/* Very small phones */
@media (max-width: 480px) {
    .amenities-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}









/* ===============================================
   PROJECT VIDEO SECTION (Premium Style)
================================================ */

/* ===============================================
   PROJECT VIDEO SECTION (Premium Gradient Style)
================================================ */

/* ======================================================
   PROJECT VIDEO SECTION
====================================================== */
.property-video-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #4a6cf7, #2dc7ff);
    text-align: center;
}

.video-heading {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

/* Center Video Card */
.video-box {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* Proper iframe styling */
.video-box iframe {
    width: 100%;
    height: 480px;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .video-box iframe {
        height: 260px;
    }
}




















/* ======================================================
   FLOOR PLANS
====================================================== */
/* ======================================
   FLOOR PLAN STRIP
====================================== */

.floorplan-strip {
    display: flex;
    align-items: center;
    height: 80px;
    width: 100%;
    background: #0492c2; /* blue background */
    border-radius: 8px;
    margin: 40px 0;
    overflow: hidden;
}

/* LEFT BLACK LABEL */
.floor-left {
    background: #000;
    color: #fff;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}

/* RIGHT BUTTON WRAP */
.floor-right {
    flex: 1;
    display: flex;
    gap: 12px;
    padding: 0 20px;
    align-items: center;
}

/* BLUE BUTTONS */
.floor-btn {
    background: #fff;
    color: #1f3cff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s ease;
    white-space: nowrap;
}

.floor-btn:hover {
    background: #e9edff;
}

/* NO PLANS AVAILABLE TEXT */
.floor-coming-soon {
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px){
    .floorplan-strip {
        flex-direction: column;
        height: auto;
        padding: 15px 0;
        gap: 12px;
    }

    .floor-left {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }

    .floor-right {
        flex-wrap: wrap;
        justify-content: center;
    }
}

















/* ======================================================
   HIGHLIGHTS + LANDMARKS SECTION (WRAPPER)
====================================================== */
.property-highlights-map-section {
    padding: 80px 0;
    background: #fafafa;
}

/* Two-column container */
.high-map-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    padding: 0 20px;
}

.highlights-left,
.map-right {
    flex: 1;
}

/* Headings */
.highlights-heading,
.map-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

/* ======================================================
   KEY HIGHLIGHTS — LUXURY BLUE BAR STYLE + BLUE TICK
====================================================== */

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.highlights-list li {
    background: #eef0ff;            /* light blue bar */
    padding: 12px 18px;
    padding-left: 40px;             /* room for tick */
    border-radius: 8px;
    margin-bottom: 12px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}

/* Blue tick ✔ */
.highlights-list li::before {
    content: "✔";
    color: #3a5cff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}


/* ======================================================
   LANDMARKS — Clean Minimal Bullets (Luxury Dot)
====================================================== */

.landmarks-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* LANDMARKS LIST */
.landmarks-list li {
    list-style: none;
    font-size: 17px;
    color: #333;
    margin-bottom: 14px;
    padding-left: 30px;       /* space for bullet */
    position: relative;
    line-height: 1.6;         /* helps in centering */
    display: flex;            /* bullet + text align center */
    align-items: center;      /* vertical middle alignment */
}

/* GOLD DOT BULLET — CENTER-ALIGNED */
.landmarks-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: linear-gradient(45deg, #d4af37, #f7e99c);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);  /* perfect vertical alignment */
}



/* ======================================================
   MAP STYLING
====================================================== */

.property-map-wrapper {
    max-width: 100vw;
    height: 400px;
    margin: 00px auto 0 auto;
    padding: 0 00px;
}

.property-map {
    width: 100%;
    height: 500px;
    border-radius: 00px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    background: #eee;         /* fallback if API fails */
}

/* ======================================================
   RESET EXTRA UL/LI STYLES FROM THEME/ASTRA/ELEMENTOR
====================================================== */
.reset-ul,
.reset-ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.reset-ul li::before {
    content: none !important; /* remove unwanted bullets */
}

/* ======================================================
   RESPONSIVE OPTIMIZATION
====================================================== */

@media (max-width: 1024px) {
    .high-map-container {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .property-map {
        height: 300px;
    }
    .highlights-heading,
    .map-heading {
        text-align: center;
    }
}



















/* ======================================================
   BROCHURE CTA
====================================================== */
.property-brochure-section {
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
}

.brochure-title {
    font-size: 32px;
    font-weight: 700;
}

.brochure-subtext {
    font-size: 18px;
    margin: 12px 0;
}

.brochure-btn {
    background: #d4af37;
    padding: 14px 26px;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}



/* ======================================================
   SIMILAR PROPERTIES
====================================================== */
.property-similar-section {
    padding: 70px 0;
    background: #fafafa;
}

.similar-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.similar-heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.similar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.similar-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #000;
    text-align: center;
}

.similar-card img {
    width: 100%;
    border-radius: 10px;
}

.similar-card h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}

.similar-card p {
    font-size: 15px;
    color: #666;
}



/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 1024px) {
    .floorplans-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .similar-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .high-map-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .floorplans-grid,
    .similar-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}





















/* ======================================================
   Featured Properties
====================================================== */
.bdp-featured-properties { padding:60px 0; }

.bdp-slider-wrap {
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bdp-slider {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.bdp-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}


.bdp-card {
    width: 350px;          /* fixed width */
    min-width: 350px;      /* prevents stretching */
    max-width: 350px;
    background: #0c0c0c;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}


.bdp-img { position:relative; }
.bdp-img img {
    width:100%;
    height:220px;
    object-fit:cover;
}

.bdp-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #1a73e8, #4ea1ff);
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 6px;
    animation: pulseGlow 2.5s infinite ease-in-out;
}
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 rgba(26, 115, 232, 0.6);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 12px rgba(26, 115, 232, 0.9);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 0 rgba(26, 115, 232, 0.6);
        transform: scale(1);
    }
}

.bdp-content { padding:20px; color:#fff; }
.bdp-builder {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;   /* small caps look */
    opacity: 0.75;
    margin-bottom: 6px;
    color: #cfcfcf;
}

.bdp-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;        /* forced white */
    font-weight: 600;
}

.bdp-price { font-size:14px; margin-bottom:14px; }

.bdp-btn {
    display:inline-block;
    background:#d4af37;
    color:#000;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
}

.bdp-nav { text-align:center; margin-top:22px; }
.bdp-nav button {
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;

    /* 🔥 THIS IS THE FIX */
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    line-height: 1;
}


@media (max-width:768px){
    .bdp-card { min-width:90%; }
}
.bdp-price {
    font-size: 14px;
    margin-bottom: 14px;
    color: #dcdcdc;
}

.bdp-price strong {
    color: #ffffff;
}



















/* ======================================================
		List Properties
====================================================== */

/* ============================= */
/* PROPERTY LIST WRAPPER */
/* ============================= */
.bdp-property-list-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}

/* ============================= */
/* PROPERTY CARD */
/* ============================= */
.bdp-list-card {
    display: flex;
    align-items: stretch; /* 🔥 KEY FOR EQUAL HEIGHT */
    gap: 24px;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 28px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* ============================= */
/* IMAGE */
/* ============================= */
.bdp-list-image {
    flex: 0 0 360px;
    border-radius: 20px;
    overflow: hidden; /* 🔥 ROUNDED IMAGE */
}

.bdp-list-image img {
    width: 100%;
    height: 100%;            /* 🔥 FULL HEIGHT */
    object-fit: cover;
    display: block;
}

/* ============================= */
/* CONTENT */
/* ============================= */
.bdp-list-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 🔥 CENTER CONTENT VERTICALLY */
}

.bdp-list-title {
    font-size: 18px;
    margin: 0 0 5px;
}

.bdp-list-title a {
    color: #000;
    text-decoration: none;
}

/* TEXT LINES */
.bdp-list-content p {
    margin: 4px 0;
    font-size: 15px;
    line-height: 1;
    color: #000; /* 🔥 FORCE BLACK */
}

/* PRICE FIX */
.bdp-price-list {
    margin-top: 6px;
    font-weight: 600;
    color: black;!important; /* 🔥 FIX WHITE TEXT ISSUE */
}

/* ============================= */
/* BUTTONS */
/* ============================= */
.bdp-list-buttons {
    margin-top: 5px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bdp-btn-primary {
    background: #0a58ca;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
}

/* HOVER — ONLY BUTTON COLOR CHANGES */
.bdp-btn-primary:hover {
    background: #7ecbff;
    color: #ffffff;
}

.bdp-btn-secondary {
    background: #f1f1f1;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
}

/* ============================= */
/* PAGINATION */
/* ============================= */
.bdp-pagination {
    margin-top: 40px;
    text-align: center;
}

.bdp-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    background: #f1f1f1;
    border-radius: 6px;
    color: #000;
    text-decoration: none;
}

.bdp-pagination .page-numbers.current {
    background: #0a58ca;
    color: #ffffff;
}

/* ============================= */
/* MOBILE */
/* ============================= */
@media (max-width: 768px) {

    .bdp-list-card {
        flex-direction: column;
    }

    .bdp-list-image {
        width: 100%;
        height: 220px;
    }

    .bdp-list-image img {
        height: 100%;
    }

    .bdp-list-content {
        justify-content: flex-start;
    }
}


