/* Meer verticale ruimte in de logo/header zone */
.header .header-bottom,
.main-header,
.header-wrap,
.header .menu-area {
    min-height: 110px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    display: flex;
    align-items: center;
}

/* Logo groter tonen */
.logo img,
.site-logo img,
.navbar-brand img {
    max-height: 70px !important;
    width: auto !important;
}

/* Op mobiel iets kleiner houden */
@media (max-width: 768px) {
    .header .header-bottom,
    .main-header,
    .header-wrap,
    .header .menu-area {
        min-height: 85px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .logo img,
    .site-logo img,
    .navbar-brand img {
        max-height: 52px !important;
    }
}
.logo img,
.site-logo img,
.navbar-brand img {
    max-height: 64px !important;
    width: auto !important;
}
/* Breadcrumb / page-title section higher and cleaner */
.page-title,
.page-header,
.breadcrumb-area,
.breadcrumb-section {
    min-height: 230px !important;
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    overflow: hidden !important;
}

/* Keep breadcrumb text readable and centered */
.page-title h1,
.page-header h1,
.breadcrumb-area h1,
.breadcrumb-section h1 {
    margin-bottom: 18px !important;
}

/* Background icon/image better positioned */
.page-title img,
.page-header img,
.breadcrumb-area img,
.breadcrumb-section img {
    max-height: 210px !important;
    object-fit: contain !important;
}
/* Reduce large decorative logo/icon inside breadcrumb */
.breadcrumb-area .image,
.breadcrumb-section .image,
.page-title .image,
.page-header .image {
    max-height: 190px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}