.cust-hei {
    background-color: rgba(0, 0, 0, 0.7); /* Black with transparency */
    position: sticky; /* Sticky header */
    top: 0;
    z-index: 1000;
    width: 100%;
    transition: background-color 0.3s ease-in-out;
    height: 70px;
}

.cust-hei .navbar-toggler {
    border: none;
}

.cust-hei .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link {
    color: #fff !important; /* White text */
    font-size: 16px !important;
    text-transform: uppercase;
    margin: 0 10px;
    transition: color 0.3s ease-in-out;
    font-family: "Analogue";
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    color: #1B4741 !important; /* Golden color on hover */
}

.logo-div img{
    width: 50%;
}

.nav-lis{
    font-family: runalto;
    font-weight: 600;
}


@media (max-width: 992px) {
    .cust-hei .collapse {
        background-color: rgba(0, 0, 0, 0.8); /* Darker background for mobile view */
        padding: 10px;
    }

    .navbar-nav .nav-link {
        margin: 10px 0; /* Add spacing for mobile links */
        text-align: center;
    }
}
