﻿.site-navbar-cont {
    top: 10px;
    left: 50%;
    position: fixed;
    z-index: 999 !important;
    transform: translateX(-50%);
}

.site-navbar {
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #ffffff;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.site-logo img {
    display: block;
    padding: 5px 15px;
    height: 46px !important;
}

.book-now-button {
    border: 0;
    height: 46px;
    width: 140px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 70px;
    color: var(--button-text-color);
    background-color: var(--button-color) !important;
}

    .book-now-button svg {
        height: 13px;
        margin-left: 5px;
    }

div.site-menuitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    div.site-menuitem div.menu-item {
        font-size: 15px;
        font-weight: 600;
        padding: 0px 20px;
    }

.site-menu-link {
    color: #111111;
    padding: 7px 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap !important;
}

    .site-menu-link a {
        color: #111111;
        text-decoration: none;
    }

    .site-menu-link:hover {
        color: #111111;
        padding: 7px 10px;
        border-radius: 10px;
        background-color: var(--color1) !important;
    }

.menu-services {
    cursor: pointer;
    position: relative;
}

.site-menu-service-cont {
    top: 50px;
    left: 50%;
    display: none;
    min-width: 160px;
    padding: 0px 10px;
    position: absolute;
    border-radius: 10px;
    background-color: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.site-menu-dropdown-item {
    padding: 15px 10px;
    white-space: nowrap;
}

    .site-menu-dropdown-item .branch-locator-img {
        width: 190px;
        height: 140px;
    }

.menuitem-cont {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: start;
}

    .menuitem-cont .rounded-icon {
        display: flex;
        border-radius: 50px;
        align-items: center;
        width: 45px !important;
        justify-content: center;
        height: 45px !important;
        background-color: var(--color1);
        transition: transform 0.4s ease;
        transition: background-color 0.4s ease;
    }

    .menuitem-cont:hover .rounded-icon {
        background-color: var(--button-color);
    }

    .menuitem-cont .menu-title {
        color: #6c757d;
        font-size: 12px;
        line-height: 15px;
        margin-left: 10px;
        transition: transform 0.4s ease;
        transition: color 0.4s ease, font-weight 0.4s ease, transform 0.4s ease;
    }

    .menuitem-cont:hover .menu-title {
        color: #212529;
        font-weight: 600;
    }

.site-menu-service-cont {
    transition: display 0.4s ease;
    transition: transform 0.4s ease;
}

.menu-services:hover .site-menu-service-cont {
    display: block;
}

.menu-services.active .site-menu-service-cont {
    display: block;
}

.header-1 {
    font-weight: 600 !important;
}

.menu-services svg {
    height: 10px;
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.menu-services:hover svg,
.menu-services.active svg {
    transform: rotate(180deg);
}

@media (max-width: 760px) {
    .site-navbar-cont {
        /*width: 100%;*/
        display: flex;
        justify-content: center;
    }

    .site-logo img {
        width: 90px;
        padding: 7px 12px;
    }

    .book-now-button {
        width: 120px;
        height: 40px;
    }

    .site-navbar {
        width: auto;
        display: flex;
        padding: 4px 8px;
        box-shadow: none;
        align-items: center;
        background-color: #ffffff;
        justify-content: space-between;
        box-shadow: 0px 1px 7px 0px #dbdbdb;
    }

    .site-menuitem {
        display: none !important;
    }
}
