:root {
  --brand-navy: #223266;
  --brand-red: #A11A29;
  --brand-white: #ffffff;
}

.bg-navy {
  background-color: var(--brand-navy) !important;
}

.text-navy {
  color: var(--brand-navy) !important;
}

.text-red {
  color: var(--brand-red) !important;
}

.btn-brand {
  background-color: var(--brand-red);
  color: #fff;
  border-radius: 4px;
}

.btn-brand:hover {
  background-color: #8a1522;
  color: #fff;
}

/* ===============================
   LUJOSH NAVBAR BRAND STYLING
   =============================== */

/* NAVBAR BACKGROUND */
#lujoshNav,
#lujoshNav .navbar-nav,
.navbar {
  background-color:#ffffff; /* White */
}

/* MAIN MENU LINKS */
#lujoshNav .nav-link {
  color:  #223266!important;
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

/* MAIN MENU HOVER */
#lujoshNav .nav-link:hover,
#lujoshNav .nav-item.active .nav-link {
  background-color: #A11A29; /* RED */
  color: #ffffff !important;
}

/* DROPDOWN MENU BACKGROUND */
#lujoshNav .dropdown-menu {
  background-color:  #223266; /* NAVY */
  border: none;
  border-radius: 0;
  margin-top: 0;
}

/* DROPDOWN ITEMS */
#lujoshNav .dropdown-item {
  color: #ffffff !important;
  padding: 0.65rem 1.25rem;
  transition: all 0.3s ease;
}

/* DROPDOWN ITEM HOVER */
#lujoshNav .dropdown-item:hover,
#lujoshNav .dropdown-item:focus {
  background-color: #A11A29; /* RED */
  color: #ffffff !important;
}

/* REMOVE BOOTSTRAP CARET COLOR ISSUE */
#lujoshNav .dropdown-toggle::after {
  border-top-color: #ffffff;
}

/* MOBILE MENU FIX */
.navbar-toggler {
  border-color: rgba(255,255,255,0.5);
}
.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

/* ===============================
   MAIN MENU TEXT STYLING
   =============================== */
#lujoshNav .nav-link {
  font-weight: 700; /* bold */
  position: relative;
  padding-bottom: 8px;
}

/* Individual underline */
#lujoshNav .nav-link::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 2px;
  width: 80%;
  height: 2px;
  background-color: #223266;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

/* Show underline on hover and active */
#lujoshNav .nav-link:hover::after,
#lujoshNav .nav-item.active .nav-link::after {
  transform: scaleX(1);
}

/* Keep text navy always */
#lujoshNav .nav-link,
#lujoshNav .nav-link:hover {
  color: #223266 !important;
}

/* ===============================
   SCHEDULE VIEWING BUTTON
   =============================== */
.btn-brand {
  background-color: transparent;
  border: 2px solid #223266;
  color: #ffffff;
  border-radius: 30px; /* curved edges */
  padding: 10px 22px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: none;
}

/* Hover effect */
.btn-brand:hover {
  background-color: #A11A29;
  color: ##A11A29;
  text-decoration: none;
}

/* ===============================
   FOOTER STYLES
   =============================== */
.bg-navy {
  background-color: #223266;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 3px 0;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.footer-links li.font-weight-bold {
  font-size: 0.9rem;
  margin-top: 8px;
}

footer i {
  color: #ffffff;
}

/* ===============================
   PREMIUM REAL ESTATE FOOTER
   =============================== */

.footer-premium {
  background: linear-gradient(540deg, #A11A29, #223266);
}

.footer-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.text-red {
  color: #A11A29;
}

.footer-text {
  color: #dcdcdc;
  font-size: 0.95rem;
  line-height: 1.6;
}
.footer-text {
  text-align: justify;
}
.footer-title-center {
  text-align: center;
}

footer a i {
  transition: color 0.3s ease, transform 0.3s ease;
}

footer a:hover i {
  color: #A11A29; /* brand red */
  transform: scale(1.15);
}

.footer-trust span {
  display: block;
  font-size: 0.85rem;
  color: #ffffff;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #ffffff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-list a:hover {
  color: #ff0000;
  padding-left: 5px;
}

.footer-contact {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.footer-contact i {
  margin-right: 8px;
}

.footer-social a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.footer-social a:hover {
  color: #ff0000;
  transform: translateY(-3px);
}

.footer-divider {
  border-color: rgba(255,255,255,0.2);
}

.footer-bottom-link {
  color: #ffffff;
  text-decoration: none;
}

.footer-bottom-link:hover {
  color: #A11A29;
}

.hero-slider {
  position: relative;
}

.hero-slider .slides li {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 50, 102, 0.65); /* navy overlay */
}

.slider-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding-top: 180px;
}

.slider-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.slider-content p {
  font-size: 1.1rem;
  margin: 20px 0 30px;
}

.btn-brand {
  background-color: #A11A29;
  color: #fff;
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
}

.btn-brand:hover {
  background-color: #223266;
  color: #fff;
}

/* WhatsApp Floating */
.whatsapp-premium {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25d366;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  z-index: 999;
}

.whatsapp-premium i {
  font-size: 1.4rem;
  margin-right: 8px;
}


/* =====================================================
   LUJOSH PROPERTIES – SANITIZED & STABLE STYLESHEET
   Purpose: Remove overlaps, duplicates, conflicts
   Author: ChatGPT
   ===================================================== */

/* ===============================
   1. GLOBAL RESET (SAFE)
================================ */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   2. SECTION LAYOUT (NO OVERLAP)
================================ */
.ftco-section {
  padding: 7em 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .ftco-section {
    padding: 5em 0;
  }
}

.ftco-no-pt {
  padding-top: 0 !important;
}

.ftco-no-pb {
  padding-bottom: 0 !important;
}

/* ===============================
   3. HERO SLIDER (STAYS BEHIND)
================================ */
.hero-slider,
.flexslider,
.slider-item {
  position: relative;
  z-index: 0;
}

/* ===============================
   4. SERVICES ICON STRIP (TOP 3)
================================ */
.ftco-services-2 {
  padding: 4rem 0;
  background: #ffffff;
}

.ftco-services-2 .services {
  background: #223266;
  color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ftco-services-2 .services.services-2 {
  background: #A11A29;
}

.ftco-services-2 .services .icon {
  width: 80px;
  height: 80px;
  background: #A11A29;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ftco-services-2 .services.services-2 .icon {
  background: #223266;
}

.ftco-services-2 .services .icon i,
.ftco-services-2 .services .icon span {
  font-size: 40px;
  color: #ffffff;
}

.ftco-services-2 .services h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* REMOVE TEMPLATE NEGATIVE OVERLAP */
@media (min-width: 992px) {
  .ftco-services-2 .services {
    margin-top: 0;
  }
}

/* =====================================
   SERVICES SECTION (NO OVERLAP SAFE)
===================================== */

.ftco-section.bg-half-light {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

/* Card wrapper */
.services-wrap {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease;
  height: 100%;
}

.services-wrap:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* =====================================
   SERVICE IMAGE (CONTROLLED HEIGHT)
===================================== */

.service-img {
  width: 100%;
  height: 380px;              /* 👈 KEY VALUE */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Mobile adjustment */
@media (max-width: 767px) {
  .service-img {
    height: 320px;
  }
}

/* Overlay */
.service-img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(34, 50, 102, 0.55),
    rgba(161, 26, 41, 0.55)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.services-wrap:hover .service-img .overlay {
  opacity: 1;
}

/* =====================================
   SERVICE TEXT AREA
===================================== */

.services-wrap .text {
  padding: 30px 22px 35px;
  text-align: center;
  position: relative;
}

.services-wrap .text h2 {
  font-size: 22px;
  font-weight: 600;
  color: #223266;
  margin-bottom: 12px;
}

.services-wrap .text p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Icon badge */
.services-wrap .text .icon {
  width: 85px;
  height: 85px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -65px auto 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.22);
  z-index: 2;
  position: relative;
}

.services-wrap .text .icon span,
.services-wrap .text .icon i {
  font-size: 42px;
  color: #ffffff;
}

/* Button spacing safety */
.services-wrap .btn {
  margin-top: 12px;
}

.services-property-management {
  background-image: url('../images/services-property-management.jpg');
}

.service-consultancy {
  background-image: url('../images/services-consultancy.jpg');
}

.service-development {
  background-image: url('../images/services-development.png');
}

/* ===============================
   6. ABOUT SECTION
================================ */
.about-wrap.img {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-wrap .icon {
  width: 80px;
  height: 80px;
  background: #A11A29;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.about-wrap .icon i {
  color: #ffffff;
  font-size: 36px;
}

/* ===============================
   7. INTRO / CTA BANNER
================================ */
.ftco-intro .img {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 30px;
}

.ftco-intro .overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 50, 102, 0.65);
}

.ftco-intro h2,
.ftco-intro p {
  position: relative;
  color: #ffffff;
}

/* ===============================
   8. BUTTONS (LUJOSH BRAND)
================================ */
.btn-lujosh {
  background: #A11A29;
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 28px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-lujosh:hover {
  background: #223266;
  color: #ffffff;
}

/* ===============================
   9. MOBILE FIXES
================================ */
@media (max-width: 767px) {
  .services-wrap .img {
    height: 200px;
  }

  .about-wrap.img {
    min-height: 300px;
  }
}
/* =====================================
   PROJECTS / PROPERTIES SECTION
===================================== */

.project-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.18);
}

/* =====================================
   PROJECT IMAGE AREA (CONTROLLED)
===================================== */

.project-card .project-img,
.project-card .img {
  width: 100%;
  height: 280px;               /* 👈 IMAGE HEIGHT */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile */
@media (max-width: 767px) {
  .project-card .project-img,
  .project-card .img {
    height: 220px;
  }
}

/* Overlay */
.project-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(34, 50, 102, 0.55),
    rgba(161, 26, 41, 0.55)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.project-card:hover .overlay {
  opacity: 1;
}

/* Plus icon */
.project-card .icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.35s ease;
}

.project-card .icon span {
  font-size: 20px;
  color: #A11A29;
}

.project-card:hover .icon {
  opacity: 1;
  transform: scale(1);
}

/* =====================================
   PROJECT TEXT
===================================== */

.project-card .text {
  padding: 20px;
  text-align: left;
}

.project-card .text .subheading {
  font-size: 13px;
  text-transform: uppercase;
  color: #A11A29;
  letter-spacing: 1px;
  font-weight: 600;
}

.project-card .text h4 {
  font-size: 20px;
  color: #223266;
  margin: 8px 0;
}

.project-card .text p {
  font-size: 14px;
  color: #666;
}
.project-condo {
  background-image: url('../images/project-condo.jpg');
}

.project-office {
  background-image: url('../images/project-office.jpg');
}

.project-apartment {
  background-image: url('../images/project-apartment.jpg');
}
/* =====================================
   LUJOSH TESTIMONIALS
===================================== */

.lujosh-testimony {
  background: linear-gradient(
    135deg,
    #223266 0%,
    #1a254f 60%,
    #A11A29 100%
  );
  color: #ffffff;
  padding: 6rem 0;
}

.lujosh-testimony .heading-section-white h2,
.lujosh-testimony .heading-section-white p,
.lujosh-testimony .subheading {
  color: #ffffff;
}

/* Testimony Card */
.testimony-wrap {
  background: #ffffff;
  color: #333;
  padding: 35px 30px;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  margin: 15px;
  transition: all 0.3s ease;
}

.testimony-wrap:hover {
  transform: translateY(-5px);
}

/* Stars */
.testimony-wrap .stars {
  font-size: 18px;
  color: #A11A29;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

/* Name */
.testimony-wrap .name {
  font-size: 18px;
  font-weight: 600;
  color: #223266;
  margin-bottom: 2px;
}

.testimony-wrap .position {
  font-size: 14px;
  color: #777;
}

/* CTA */
.testimony-cta {
  background: rgba(255,255,255,0.12);
  padding: 40px 30px;
  border-radius: 10px;
}

.testimony-cta h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 26px;
}
.carousel-testimony {
  display: block;
  width: 100%;
}

.owl-carousel .item {
  display: block;
}
.trust-box {
  background: rgba(255,255,255,0.15);
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.trust-box h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.trust-box p {
  color: #eaeaea;
  font-size: 15px;
}
.counter {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
/* ================= PRIVACY PAGE ================= */

.privacy-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Sticky TOC */
.privacy-toc {
  position: sticky;
  top: 120px;
  background: #f9fafc;
  border-left: 4px solid var(--brand-blue);
  padding: 25px;
  border-radius: 8px;
}

.privacy-toc h3 {
  font-size: 1.1rem;
  color: var(--brand-blue);
  margin-bottom: 15px;
}

.privacy-toc ul {
  list-style: none;
  padding: 0;
}

.privacy-toc li {
  margin-bottom: 10px;
}

.privacy-toc a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.privacy-toc a:hover,
.privacy-toc a.active {
  color: var(--brand-red);
  font-weight: 600;
}

/* Content */
.privacy-content {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.privacy-section {
  margin-bottom: 50px;
}

.privacy-section h2 {
  font-size: 1.8rem;
  color: var(--brand-blue);
  margin-bottom: 15px;
  cursor: pointer;
}

.privacy-section p,
.privacy-section ul {
  line-height: 1.7;
  color: #444;
}

/* Accordion (Mobile) */
@media (max-width: 991px) {
  .privacy-wrapper {
    grid-template-columns: 1fr;
  }

  .privacy-toc {
    display: none;
  }

  .privacy-section {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .privacy-section h2::after {
    content: "+";
    float: right;
    font-weight: bold;
  }

  .privacy-section.active h2::after {
    content: "–";
  }

  .privacy-section > *:not(h2) {
    display: none;
  }

  .privacy-section.active > * {
    display: block;
  }
}
/* ================= BREADCRUMB BRAND COLORS ================= */

.breadcrumb-home {
  color: var(--brand-blue);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumb-home:hover {
  color: var(--brand-red);
  text-decoration: underline;
}

.breadcrumb-current {
  color: var(--brand-red);
  font-weight: 700;
}
.text-justify {
  text-align: justify;
}
.terms-toc {
  position: sticky;
  top: 120px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.terms-toc ul {
  list-style: none;
  padding-left: 0;
}

.terms-toc li {
  margin-bottom: 10px;
}

.terms-toc a {
  text-decoration: none;
  font-size: 0.9rem;
}

.terms-toc a:hover {
  text-decoration: underline;
}
}
/* Force checkbox inline with text */
.terms-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1.5;
  cursor: pointer;
}

/* Kill Bootstrap offsets */
.terms-label input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 0;
  transform: none;
}

/* Links styling */
.terms-label a {
  font-weight: 500;
  text-decoration: underline;
}
:root {
  --brand-navy: #223266;
  --brand-red: #A11A29;
  --brand-white: #ffffff;
}

/* ===== GENERAL LAYOUT ===== */
.section {
  margin: 90px 0;
}

.section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin-bottom: 15px;
}

.section h3 {
  margin-top: 40px;
  font-weight: 600;
  color: var(--brand-navy);
}

.intro-text {
  font-size: 1.15rem;
  color: #444;
  max-width: 820px;
  margin-bottom: 25px;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  background:
    linear-gradient(
      rgba(34,50,102,0.85),
      rgba(34,50,102,0.85)
    ),
    url('/assets/images/property-acquisition-hero.jpg') center/cover no-repeat;
  color: var(--brand-white);
  padding: 120px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 800;
  max-width: 900px;
  margin: 0 auto 15px;
}

.hero p {
  font-size: 1.2rem;
  max-width: 760px;
  margin: 0 auto 30px;
  opacity: 0.95;
}

.hero-cta {
  background: var(--brand-red);
  color: var(--brand-white);
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease, transform .3s ease;
}

.hero-cta:hover {
  background: #861522;
  transform: translateY(-2px);
}

/* ===== BENEFITS GRID ===== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 45px;
}

.benefit-card {
  background: var(--brand-white);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(34,50,102,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
  border-top: 5px solid var(--brand-red);
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(34,50,102,0.15);
}

.benefit-card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.benefit-card h4 {
  font-size: 1.2rem;
  color: var(--brand-navy);
  margin-bottom: 10px;
}

/* ===== PROCESS STEPS ===== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.step {
  background: #f7f8fb;
  border-left: 5px solid var(--brand-navy);
  padding: 26px;
  border-radius: 10px;
}

.step h4 {
  font-weight: 600;
  color: var(--brand-navy);
  margin-bottom: 8px;
}

/* ===== CTA SECTION ===== */
.cta-section {
  background: linear-gradient(135deg, var(--brand-navy), #18224d);
  color: var(--brand-white);
  padding: 90px 30px;
  text-align: center;
  border-radius: 22px;
}

.cta-section h2 {
  color: var(--brand-white);
}

.cta-button {
  display: inline-block;
  margin: 15px 10px 0;
  padding: 14px 36px;
  border-radius: 30px;
  background: var(--brand-red);
  color: var(--brand-white);
  font-weight: 600;
  text-decoration: none;
  transition: background .3s ease, transform .3s ease;
}

.cta-button.secondary {
  background: transparent;
  border: 2px solid var(--brand-red);
}

.cta-button:hover {
  background: #861522;
  transform: translateY(-2px);
}
.social-share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.share-label {
    font-weight: 600;
    margin-right: 5px;
}

.share-link {
    font-size: 18px;
    color: #555;
    text-decoration: none;
    transition: transform 0.2s, color 0.2s;
}

.share-link:hover {
    transform: scale(1.2);
}

.share-link.whatsapp { color: #25D366; }
.share-link.facebook { color: #1877F2; }
.share-link.twitter  { color: #000; }
.share-link.instagram { color: #E1306C; }

.status-badge{
    padding:4px 8px;
    border-radius:4px;
    font-size:12px;
    font-weight:bold;
}
.status-approved{background:#e6f4ea;color:#137333;}
.status-pending{background:#fff4e5;color:#b26a00;}
.status-rejected{background:#fdecea;color:#a50e0e;}
.properties-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* spacing between cards */
    justify-content: flex-start;
}

.property-card {
    background:#fff;
    border-radius:8px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    width: calc(33.333% - 13.333px); /* 3 cards per row */
    padding:15px;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
    vertical-align:top;
}

.property-card img {
    width:100%;
    border-radius:5px;
    object-fit:cover;
    margin-bottom:10px;
}

.details-btn {
    margin-top:auto; /* push to bottom */
    display:inline-block;
    margin:10px 0;
    padding:8px 15px;
    background:#223266;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    text-align:center;
}

.social-share {
    margin-top:10px;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    font-size:0.9em;
}

/* =====================================================
   END – CLEAN, STABLE, NON-OVERLAPPING
===================================================== */
