.mynavi {
    position: fixed !important;
    /* height: 100px; */

    z-index: 999;
    width: 100%;
    /* padding-left: 130px !important;
    padding-right: 130px !important; */
    background-color: #F8F8F8;


}
.navitem-wrapper {
    /* gap: 60px; */
    display: flex;
    gap:20px;
    /* background-color: */
}
.inner{
    display: flex;
    width: 100%;




}


.nav-link {
    /* font-family: "Golos Text" ;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
color:var(--blackish); */

}




.navbar-toggler {
    border-color: white !important;
    outline: white !important;
}

.navbar-toggler.active {
    border-color: white !important;
    outline: white !important;
}

.navbar-toggler-icon {

}


.nav-link:hover
{
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color:black;
    font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color:black;
    font-weight: 800;
}
.dropdown-item:active {
    background-color: transparent !important;
    color: inherit !important;
}

@media only screen and (max-width: 600px) {



}
@media only screen and (max-width: 1300px) {

    .navitem-wrapper {
        gap: 25px;
        display: flex;

    }

    .navitem-wrapper {
        gap: 2px;
        display: flex;

    }




}
@media only screen and (max-width: 990px) {

    .navitem-wrapper {
        gap: 2px;
        display: flex;

    }




}

/* Navbar CTA: phone number + enquire button */
.nav-cta-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 8px;
    list-style: none;
}

.nav-phone-link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: var(--darkblue);
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.nav-phone-link:hover {
    color: var(--orange);
}

.nav-phone-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nav-enquire-btn {
    height: 38px;
    padding: 0 18px;
    background-color: var(--orange);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.nav-enquire-btn:hover {
    background-color: #e5513a;
}

@media only screen and (max-width: 991px) {
    .nav-cta-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0;
        margin-left: 0;
    }
}
