body {
    font-family: Roboto, sans-serif!important;
}
.navbar-brand img {
    height: 50px;
}
.hero-image {
    max-width: 800px;
    height: auto;
    object-fit: cover;
}

.content-section {
    padding: 30px 30px;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.secondary-nav .nav-item .nav-link, .menu-item .nav-link {
    border-top: 2px solid transparent;
    color: black!important;
}

.secondary-nav .nav-item .nav-link:hover,.menu-item .nav-link:hover {
    transition: .3s;
}

.homepage-box {
    border-top: 1px solid lightgrey;
    border-bottom: 0;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    text-align: center;
    padding:10px;
}

.homepage-box:last-child {
    border-bottom: 1px solid lightgrey;
}

.btn-primary, .btn-info {
    color: white;
}

.venoboxImage {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.homepage-box .card-title {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1; /* Pushes the footer to the bottom */
}

.vbox-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999 !important;
}

.vbox-animated {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.vbox-content {
    max-width: 90vw !important;  /* Adjust width dynamically */
    max-height: 90vh !important; /* Prevent overflow */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.vbox-content img {
    transform: translate(0, 0) !important;
    margin: auto !important;
    display: block !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    width: 100%;
    border-top: 1px solid lightgrey;
}


.employee-img {
    width: 100px;
    height: 100px;
    object-fit:cover;
}

.employee-img-medium {
    width: 250px;
    height: 250px;
    object-fit:cover;
}

.navbar .dropdown-menu {
    display: none;
    position: absolute !important;
    width: auto;
    max-height: 500px;
    overflow-y: auto;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

.navbar .dropdown.show .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown {
    position: relative;
}

#scrollToTop {
    display: none; 
    position: fixed;
    bottom: 20px;
    right: 30px; 
    z-index: 99;
    border: none; 
    outline: none;
    color: white;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px;
    transition: .3s
}


.county {
    font-size: 18px; 
    margin-top: -10px;
    color: #484848;
    font-weight: 700;
}

@media (max-width: 991px) {
    .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
        padding: 5px 10px;
    }

    .dropdown-menu {
        position: static;
        display: none;
        width: 100%!important;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }

    .dropdown-menu .dropdown-item {
        padding-left: 20px;
    }
}

.secondary-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
