        body {
            background-color: #f8fafc;
        }

        .navbar {
            backdrop-filter: blur(10px);
            background: rgba(255,255,255,0.85) !important;
        }

        .card {
            border: none;
            border-radius: 20px;
            transition: .3s;
        }

        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 40px rgba(0,0,0,.08);
        }
		.vehicle-card {
    transition: .3s ease;
}

.vehicle-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.05));
}
		.container-90 {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* Hover effect desktop */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.news-item:hover .news-overlay { opacity: 1; }
.news-item .news-summary { font-size: 0.85rem; margin-top: 5px; }

/* Event */ 
.event-box {
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    word-wrap: break-word;
    cursor: pointer;
    transition: background 0.3s;
}
.event-header h3 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
}
.event-header .dates {
    font-weight: bold;
    font-size: 13px;
    color: #555;
}
.event-content {
    display: none;
    margin-top: 8px;
    font-size: 14px;
}
.event-content p {
    margin: 5px 0;
}
.event-box .forum-btn {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    font-size: 13px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}
.event-box .forum-btn:hover {
    background-color: #004c99;
}
.navbar-nav {
    width:100%;
}

            .search-form {
  position: relative;
}

#suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  display: none;
}
/* Scrollbare navbar op mobiel */
@media (max-width: 991.98px) {
    .navbar-collapse {
        max-height: calc(100vh - 80px); /* hoogte minus navbar zelf */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* soepel scrollen op iOS */
    }
}
.link-clean {
    text-decoration: none !important;
    color: inherit !important;
}

.link-clean:hover {
    text-decoration: underline;
}