:root {
  --colorPrimary: #FF6F00;      /* Dark Orange */
  --colorSecondary: #1F493D;    /* Deep Green */
  --colorbglight: #ecf6fd;
  --colorwhite: #ffffff;
  --colordark: #262626;
/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Banner Section */
.listing_page_banner {
  padding: 60px 0;
  text-align: center;
}

.stats-header h2 {
  font-size: 36px;
  font-weight: bold;
}

.stats-header p {
  font-size: 18px;
}

.stats-header span {
  font-weight: bold;
  color: #ff5722;
}

.filter-bar {
  margin-top: 20px;
}

.filter-btn {
  padding: 10px 20px;
  margin: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
}

.filter-btn:hover {
  background-color: #ff5722;
  color: white;
}

/* Property Cards Section */
.listing_property_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.property-card {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.property-card .property-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.property-card .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-card .property-info {
  padding: 20px;
}

.property-card h4 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.property-card p {
  font-size: 16px;
  color: #555;
}

.configurations {
  margin-top: 10px;
}

.configurations p {
  font-size: 14px;
  color: #333;
}

.cta-buttons {
  margin-top: 20px;
}

.cta-buttons button {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #ff5722;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.cta-buttons button:hover {
  background-color: #d14b1e;
}

.btn-get-callback {
  background-color: #2f80ed;
}

.btn-get-callback:hover {
  background-color: #0061c4;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .property-card {
    margin-bottom: 20px;
  }

  .property-card .property-info {
    padding: 15px;
  }

  .cta-buttons button {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* =========================
   THEME COLORS
========================= */
:root {
  --colorPrimary: #FF6F00;      /* Dark Orange */
  --colorSecondary: #1F493D;    /* Deep Green */
  --colorbglight: #f8f8f8;
  --colorwhite: #ffffff;
  --colordark: #262626;
}

/* =========================
   FOOTER CONTAINER
========================= */
.propadda-footer {
  background-color: var(--colorbglight);
  padding: 40px 0;
  color: var(--colordark);
  font-family: 'Muli', Arial, sans-serif;
}

/* =========================
   FOOTER COLUMNS
========================= */
.propadda-footer .footer-column {
  width: 20%;
  float: left;
  padding: 0 15px;
}

/* =========================
   FOOTER HEADINGS
========================= */
.propadda-footer .footer-column h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--colorPrimary);
  text-transform: uppercase;
}

/* =========================
   FOOTER LINKS
========================= */
.propadda-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.propadda-footer .footer-column ul li {
  margin-bottom: 8px;
}

.propadda-footer .footer-column ul li a {
  color: var(--colordark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.propadda-footer .footer-column ul li a:hover {
  color: var(--colorPrimary);
}

/* =========================
   CONTACT INFO
========================= */
.propadda-footer .footer-column p {
  color: var(--colordark);
  margin-bottom: 6px;
  font-size: 14px;
}

/* =========================
   SOCIAL ICONS
========================= */
.propadda-footer .social-icons {
  margin-top: 15px;
}

.propadda-footer .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: var(--colorSecondary);
  font-size: 18px;
  transition: color 0.3s ease;
}

.propadda-footer .social-icons a:hover {
  color: var(--colorPrimary);
}

/* =========================
   FOOTER BOTTOM
========================= */
.propadda-footer .footer-bottom {
  border-top: 1px solid #ddd;
  padding: 15px 10%;
  font-size: 14px;
  text-align: center;
  color: var(--colordark);
}

.propadda-footer .footer-bottom .company-name {
  font-weight: bold;
  color: var(--colorSecondary);
}

.propadda-footer .footer-bottom .rights {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

/* =========================
   PRIVACY POLICY
========================= */
.propadda-footer .privacy-policy {
  color: var(--colorPrimary);
  text-decoration: none;
  font-weight: 600;
}

.propadda-footer .privacy-policy:hover {
  text-decoration: underline;
}

/* =========================
   RESPONSIVE FOOTER
========================= */
@media (max-width: 768px) {
  .propadda-footer .footer-column {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* =========================
   BLOG RESPONSIVE
========================= */
@media (max-width: 768px) {
  .blog-container {
    flex-direction: column;
    align-items: center;
  }
}

/* =========================
   FONT FACES – MULI
========================= */
@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Light.woff2') format('woff2'),
       url('fonts/Muli-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-SemiBold.woff2') format('woff2'),
       url('fonts/Muli-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Bold.woff2') format('woff2'),
       url('fonts/Muli-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Italic.woff2') format('woff2'),
       url('fonts/Muli-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* =========================
   BODY FINAL OVERRIDE
========================= */
body {
  font-size: 14px;
  color: #666;
  font-family: 'Muli', Arial, sans-serif;
}

