.footer-text
{
    text-align: center;
}

.nev-text{
    white-space: nowrap;
}

.navbar-nav .menu_has_children a {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333; /* Default text color */
    border: 2px solid transparent; /* No border for inactive state */
    border-radius: 4px; /* Rounded corners for rectangular box */
    transition: all 0.3s ease; /* Smooth transition */
    padding-right: 6px;
    padding-left: 6px;
}

.navbar-nav .menu_has_children.active a {
    color: #fff; /* Text color for active state */
    background-color: #007bff; /* Active background color */
    border: 2px solid #007bff; /* Active border color */
    padding-right: 6px;
    padding-left: 6px;
}

.navbar-nav .menu_has_children a:hover {
    color: #fff; /* Text color on hover */
    background-color: #c84449; /* Darker background on hover */
    border: 2px solid #c84449; /* Border on hover */
    padding-right: 6px;
    padding-left: 6px;
}

/* Highlight the active menu item */
/*.navbar-nav .active > a {
    color: #007bff;*/ /* Example: Blue color for the active link */
    /*font-weight: bold;
    text-decoration: underline;*/ /* Example: Underline the active link */
/*}*/

@media only screen and (max-width: 1199px) {
    .nav-color {
        color: red;
    }
}

/* Default colors for menu items */
.custom-menu a {
    color: black !important;
    text-decoration: none;
}

/* Colors for mobile view (when screen width is small) */
@media (max-width: 768px) {
    .custom-menu a {
        color: white !important;
    }
}
