#map {
width: 100%;
height: 600px;
}
.map-marker {
background: #8B2E2E;
border-radius: 50%;
width: 20px;
height: 20px;
border: 2px solid white;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.map-marker.association {
background: #e50040!important;
}
.map-marker.industrial {
background: #10B981;
}
.map-marker.preferred {
background: #F97316;
}
.architect-badge {
background-color: #8B2E2E;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
.association-badge {
background-color: #e50040!important;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
.industrial-badge {
background-color: #10B981;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
.preferred-badge {
background-color: #F97316;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
  
input:focus {
outline: none;
}
.dot-divider {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #e5e7eb;
margin: 0 8px;
}











:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: Arial, sans-serif;
}
.architect-badge {
background-color: #8B2E2E;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
.association-badge {
background-color: #e50040!important;
color: white;
padding: 2px 8px;
border-radius: 4px;
font-size: 12px;
}
input:focus {
outline: none;
}
.tabs{
    padding-bottom: 0px!important;
}
@media (max-width: 640px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    #map {
        height: 400px;
    }
    
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    footer {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Ensure proper spacing between footer sections */
    footer .flex.flex-col {
        gap: 1rem;
    }
    
    /* Keep social media icons inline on mobile */
    footer .container > div:last-child {
        flex-direction: row !important;
        display: flex !important;
        justify-content: center;
        space-x-4: 1rem;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    #map {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .text-3xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    
    .py-8 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .text-2xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Responsive pagination */
@media (max-width: 640px) {
    #listPagination nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px;
    }
    
    #listPagination nav a,
    #listPagination nav span {
        text-align: center;
        min-width: 2.5rem;
        padding: 0.375rem 0.5rem;
        font-size: 0.875rem;
        flex-shrink: 0;
    }
    
    /* Hide some pagination numbers on very small screens */
    #listPagination nav a:nth-child(n+6):nth-child(-n+7) {
        display: none;
    }
}

/* Responsive footer */
@media (max-width: 768px) {
    footer .flex {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    footer .flex > div {
        margin-bottom: 0;
    }
}

/* Touch-friendly buttons on mobile */
@media (max-width: 768px) {
    button, .rounded-button {
        min-height: 44px;
        padding: 0.75rem 1rem;
    }
    footer .container > div:first-child {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        align-items: center;
    }
    
    footer .container > div:first-child > div:first-child {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0;
    }
    
    footer .container > div:first-child > div:nth-child(2) {
        order: 1;
        text-align: center;
    }
    
    footer .container > div:first-child > div:nth-child(3) {
        order: 2;
        text-align: center;
        margin-top: 0;
    }
    
    /* Social media links section */
    footer .container > div:last-child {
        margin-top: 1.5rem;
        justify-content: center;
        flex-direction: row;
        display: flex;
    }
    #mapViewBtn{
        padding: 7px 37px!important;
    }
    #listViewBtn{
        padding: 11px 24px!important;
    }
    
}
/* Make footer links stack vertically on very small screens */
    @media (max-width: 480px) {
        footer .container > div:first-child > div:nth-child(3) {
            flex-direction: column;
            gap: 0.75rem;
        }
        
        footer .container > div:first-child > div:nth-child(3) span {
            display: none;
        }
    }
.bg-primary2{
    background-color: #e50040!important;
}
#tabbss{
    padding-bottom: 0rem !important;
}
@media (min-width: 1200px) {
    #content{
    max-width: 100%!important;
}
}