Montenegro Tourist Arrivals Fall 7.9% in Dece…


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

In December 2025, Montenegro experienced a 7.9% decrease in tourist arrivals compared to the previous year, reaching a total of 36,079 visitors. This followed a 13% decline observed in November. Foreign tourists dominated overnight stays in collective accommodations, comprising 78% of all stays, while domestic tourists accounted for the remaining 22%. Among international visitors, those from Europe constituted the majority at 80.5%, with significant numbers coming from Serbia (27%), Albania (16.9%), and Bosnia and Herzegovina (8.1%). Beyond Europe, notable visitor numbers were recorded from China (including Hong Kong) at 8.1%, Israel at 2.8%, and the United States at 2.4%. Regarding accommodation preferences, the majority of overnight stays were in seaside resorts, making up 60.4%, followed by stays in the capital city at 22.9% and mountain resorts at 11%.




Source link

Scroll to Top