.sf-icon-navbar {
    height: 2.5rem;
}
.telefoon-link {
    color: #e6007e;
    font-weight: bold;
    margin-left: 1rem;
    text-decoration: none;
}
.telefoon-link:hover {
    color: #930051;
    text-decoration: none;
}
.bi-house-door-fill-nav-menu {
    margin-right: 0.5rem;
    color: #59bce6;
}
.navbar-nav .nav-link {
    margin-right: 1rem;
}
.nav-link:hover{
    color: #59bce6 !important;
}


/* replace existing .btn-secondary rules with a diagonal animated gradient + sheen */
.btn-secondary {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-color: #e6007e !important;
    background-size: 200% 200% !important;
    background-position: 0% 0% !important;
    transition: background-position .9s ease, transform .12s ease, box-shadow .12s ease !important;

    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: .45rem .9rem !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15) !important;
} 

/* subtle gradient move + lift on hover */
.btn-secondary:hover,
.btn-secondary:focus {
    background-position: 100% 100% !important;
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.20) !important;
    color: #ffffffbe !important;
}

/* glossy sweep (sheen) — controlled by hover */
.btn-secondary::before {
    content: "" !important;
    position: absolute !important;
    top: -30% !important;
    left: -120% !important;
    width: 45% !important;
    height: 160% !important;
    background: linear-gradient(90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 50%,
        rgba(255,255,255,0) 100%) !important;
    transform: skewX(-25deg) translateX(0) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    filter: blur(.6px) !important;
    transition: transform .9s cubic-bezier(.2,.8,.2,1), opacity .45s ease !important;
    mix-blend-mode: screen !important;
}


.btn-secondary:hover::before,
.btn-secondary:focus::before {
    transform: skewX(-25deg) translateX(480%) !important;
    opacity: 1 !important;
}

.btn-secondary.dropdown-toggle::after {
    display: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .btn-secondary,
    .btn-secondary::before {
        transition: none !important;
        animation: none !important;
    }
    .btn-secondary::before { display: none; }
}

.dropdown-item:hover{
color: #59bce6 !important;
}

/* hide the small dropdown arrow/caret */
.dropdown-toggle::after {
    display: none !important;
}


@media (max-width: 991.98px) {
    .navbar-nav.flex-row {
        flex-direction: column !important;
    }
    .navbar-nav .nav-link {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}
