.navbar-brand img {
    width: 50px;
}

.btn-call-now {
    background-color: #0E7E5D;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
}

.navbar-nav .nav-link:hover {
    color: #FA7238 !important;
}

.navbar-nav .nav-link.active {
    color: #FA7238 !important;
}

.navbar-nav {
    margin-left: auto;
    /* Move menu items to the right */
}

#languageDropdown {
    border: none;
    background-color: white;
    color: black;
    /* Remove border from language select button */
    box-shadow: none;
    /* Remove shadow */
}

.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    /* Set font to Poppins */
    font-weight: 400;
    /* Set font weight */
    font-size: 18px;
    /* Set font size */
    line-height: 24px;
    /* Set line height */
    letter-spacing: 0;
    /* Ensure no letter spacing */
    vertical-align: middle;
    /* Align text vertically */
}

.navbar-nav .nav-item {
    margin-right: 15px;
    /* Add space between menu items */
}

.btn-call-now:hover {
    background-color: #0E7E5D;
    color: white;
    /* Keep the same background color on hover */
}

.nav-link {
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin: 0 15px;
}