:root {
  --colorPrimary: #b22222;
  --colorSecondary: #7d3535;
  --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: 10px;
  }
}

/* Footer Container */
.propadda-footer {
background-color: #f8f8f8;
padding: 40px 0;
color: #000; /* Making all text black for visibility */
font-family: 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: #d32f2f; /* Headings in red */
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: #000 !important; /* Making text black */
text-decoration: none;
transition: color 0.3s ease;
}

.propadda-footer .footer-column ul li a:hover {
color: #d32f2f; /* Hover effect */
}

/* Contact Info */
.propadda-footer .footer-column p {
color: #000 !important; /* Making text visible */
margin-bottom: 5px;
font-size: 14px;
}

/* Footer Social Icons */
.propadda-footer .social-icons {
margin-top: 15px;
}

.propadda-footer .social-icons a {
display: inline-block;
margin-right: 10px;
color: #000;
font-size: 18px;
transition: color 0.3s ease;
}

.propadda-footer .social-icons a:hover {
color: #d32f2f;
}

/* Footer Bottom Section */
.propadda-footer .footer-bottom {
border-top: 1px solid #ddd;
padding: 15px 10%;
font-size: 14px;
text-align: center;
color: #000 !important; /* Making text visible */
}

/* Company Name & Rights */
.propadda-footer .footer-bottom .company-name {
font-weight: bold;
}

.propadda-footer .footer-bottom .rights {
font-size: 14px;
margin-top: 5px;
display: block;
}

/* Privacy Policy Link */
.propadda-footer .privacy-policy {
color: #000 !important; /* Making "Privacy Policy" visible */
text-decoration: none;
font-weight: bold;
}

.propadda-footer .privacy-policy:hover {
color: #d32f2f;
}

/* Responsive Design */
@media (max-width: 768px) {
.propadda-footer .footer-column {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
}


/* Responsive Design */
@media (max-width: 768px) {
.blog-container {
  flex-direction: column;
  align-items: center;
}
}
@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Light.eot');
    src: url('fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
        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.eot');
    src: url('fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        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-ExtraLightItalic.eot');
    src: url('fonts/Muli-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/Muli-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-LightItalic.eot');
    src: url('fonts/Muli-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-LightItalic.woff2') format('woff2'),
        url('fonts/Muli-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-ExtraLight.eot');
    src: url('fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('fonts/Muli-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fonts/Muli';
    src: url('fonts/Muli.eot');
    src: url('fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli.woff2') format('woff2'),
        url('fonts/Muli.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Bold.eot');
    src: url('fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        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.eot');
    src: url('fonts/Muli-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Muli-Italic.woff2') format('woff2'),
        url('fonts/Muli-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}


body {
    font-size: 14px;
    color: #777;      
     font-family: 'Muli'; 
}

