/* Velocity Rentals - Ofislerimiz - benzersiz sayfa stilleri */

        /* Custom Scrollbar for the location list */
        .custom-scrollbar::-webkit-scrollbar {
            width: 6px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #f9f9f9; 
            border-radius: 4px;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #e2e2e2; 
            border-radius: 4px;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb:hover {
            background: #c8c6c5; 
        }
    

/* Yalnızca bu sayfaya ait koruyucu kapsam */
body.page-ofislerimiz { min-height: 100vh; }
body.page-ofislerimiz img { max-width: 100%; }
