body.modal-open {
    overflow: hidden;
}

body {
    user-select: none;
}

.modal-backdrop.blur {
    backdrop-filter: blur(2px);
    background-color: rgb(0, 0, 0);
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1100;
}

footer {
    margin-bottom: -48px;
}

.emil {
    font-size: 13px;
    font-weight: 500;
}

.logo {
    font-family: "Cinzel", serif;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    user-select: none;
    margin-left: 10px;
}

.service-card {
    transition: transform 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.logistics-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://plus.unsplash.com/premium_photo-1661879449050-069f67e200bd?q=80&w=1122&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.box:hover {
    cursor: grabbing;
}

.toast-container {
    z-index: 1100;
    top: 20px;
    right: 20px;
}

.toast {
    transition: opacity 0.3s ease;
    margin-bottom: 10px;
}



