 * {
     font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
 }

 body {
     background: #f8f9fc;
     display: flex;
     flex-direction: column;
     min-height: 100vh;
 }

 .brand-logo {
     font-weight: 700;
     letter-spacing: -0.5px;
 }

 .brand-logo small {
     font-weight: 400;
     font-size: 0.75rem;
     display: block;
     color: #6c7a8a;
     letter-spacing: 0.2px;
 }

 .nav-link {
     font-weight: 500;
     color: #1f2a3a !important;
     padding: 0.5rem 0.85rem !important;
     transition: color 0.15s;
 }

 .nav-link:hover {
     color: #0d6efd !important;
 }

 .navbar {
     background: white !important;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
     padding-top: 0.75rem;
     padding-bottom: 0.75rem;
 }

 .header-badge {
     background: #eef2f6;
     padding: 0.3rem 1rem;
     border-radius: 40px;
     font-size: 0.8rem;
     font-weight: 500;
     color: #1f2a3a;
 }

 .footer-section {
     background: #fcd61f;
     padding: 2.8rem 0 1.8rem;
     border-top: 1px solid rgba(0, 0, 0, 0.03);
     margin-top: auto;
 }

 .footer-logo {
     font-weight: 700;
     font-size: 1.4rem;
     letter-spacing: -0.3px;
 }

 .footer-logo small {
     font-weight: 400;
     font-size: 0.7rem;
     display: block;
     color: #5e6f81;
     letter-spacing: 0.2px;
 }

 .footer-heading {
     font-weight: 600;
     font-size: 0.9rem;
     text-transform: uppercase;
     letter-spacing: 0.3px;
     color: #1f2a3a;
     margin-bottom: 0.7rem;
 }

.footer-link {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 0.15rem 0;
    transition: color 0.15s;
}

 .footer-link:hover {
     color: #0d6efd;
 }

 .footer-divider {
     opacity: 0.1;
     margin: 1.2rem 0 1.5rem;
 }

 .contact-phone {
     font-weight: 500;
     color: #1a2634;
 }

 .social-icon {
     color: #000;
     font-size: 1.4rem;
     margin-right: 0.75rem;
     transition: color 0.15s;
 }

 .social-icon:hover {
     color: #0d6efd;
 }

 .rera-badge {
     font-size: 0.7rem;
     background: #f0f3f7;
     padding: 0.3rem 0.9rem;
     border-radius: 30px;
     color: #1f2a3a;
     display: inline-block;
     text-decoration: none;
 }

 .rera-badge i {
     margin-right: 4px;
 }

 .rera-badge:hover {
     background: #e6eaef;
 }

 .footer-copyright {
     font-size: 0.75rem;
     color: #000;
 }

 /* tweak for mobile */
 @media (max-width: 768px) {
     .navbar-brand {
         font-size: 1.2rem;
     }

     .footer-logo {
         font-size: 1.2rem;
     }
 }

 @media (max-width: 576px) {
     .footer-section {
         padding: 2rem 0 1.2rem;
     }
 }

 /* header nav link active mimic */
 .nav-item .nav-link.active {
     color: #0d6efd !important;
 }

 /* extra spacing */
 .property-inline {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     gap: 0.2rem 0.6rem;
 }

 img.logo-image {
    height: 52px;
}
.footer-logo img {
    height: 70px;
}