.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    width: 160px;
    border-radius: 5px;
    font-weight: 350;
    /* Background color and image */
    background-color: rgba(17, 17, 17, 0.9); /* semi-transparent dark */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* or contain, depending on fit */
}
.subtext {
    font-size: 12px; /* smaller font */
    color: #ccc; /* light gray */
    font-weight: 300; /* light font weight */
    font-style: italic; /* optional */
    line-height: 1.2;
    display: block;
    margin-top: 2px; /* small gap above */
}
.nav-menu ul li.dropdown {
    border-right: 1px solid #e2dede; /* thin vertical line */
    padding-right: 15px;
    margin-right: 15px;
    height: 50px; /* or however tall you want */
    display: flex; /* ensure it respects height */
    align-items: center; /* vertically center content */
    background-color: rgb(0, 0, 0);
}
.nav-menu ul {
    list-style: none; /* removes bullets on all <ul> in nav-menu */
    margin: 0;
    padding: 0;
}
/* Hidden by default */
.dropdown {
    position: absolute;
    background: #111;
    border-radius: 4px;
    margin-left: 420px;
    margin-top: -20px;
    font-weight: 460;
}
/* Hover opens */
.dropdown:hover .dropdown-menu,
.dropdown.open .dropdown-menu {
    display: block;
}

.nav-menu a {
    color: #fff;
    font-size: 14px;
    padding: 10px 5px;
}
.dropdown-menu li a {
    font-size: 13px; /* or whatever size you want */
}
.dropdown-menu li a:hover {
    background: #01a006;
    border-radius: 20px;
}
/* Cursor on dropdown trigger */
.dropdown > a {
    cursor: pointer;
}
/* Section titles inside dropdown */
.dropdown-section-title {
    padding: 10px 20px;
    font-weight: bold;
    color: #ddd;
    cursor: default;
    user-select: none;
    font-size: 14px;
    background: #222;
}

/* dropdown1*/
/* dropdown1*/
/* dropdown1*/
.dropdown1 {
    position: absolute;
    background: #111;
    border-radius: 4px;
    margin-left: 600px;
    margin-top: -20px;
    font-weight: 460;
}
.dropdown1 .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    border-radius: 4px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 1000;
    font-weight: 350;
}

/* Show on hover or when .open is added */
.dropdown1:hover .dropdown-menu,
.dropdown1.open .dropdown-menu {
    display: block;
}

/* Cursor pointer for dropdown1 trigger */
.dropdown1 > a {
    cursor: pointer;
}
.nav-menu ul li.dropdown1 {
    border-right: 1px solid #e2dede; /* thin vertical line */
    padding-right: 15px;
    margin-right: 15px;

    height: 50px; /* or however tall you want */
    display: flex; /* ensure it respects height */
    align-items: center; /* vertically center content */
    background-color: rgb(0, 0, 0);
}
/* Contact*/
/* Contact*/
/* Contact*/
.Contact {
    position: absolute;
    background: #111;
    border-radius: 4px;
    margin-left: 920px;
    margin-top: -20px;
    font-weight: 460;
}
.Contact .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    border-radius: 4px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 1000;
}
/* Show on hover or when .open is added */
.Contact:hover .dropdown-menu,
.Contact.open .dropdown-menu {
    display: block;
}

/* Cursor pointer for dropdown1 trigger */
.Contact > a {
    cursor: pointer;
}
.nav-menu ul li.Contact {
    border-right: 1px solid #e2dede; /* thin vertical line */
    padding-right: 15px;
    margin-right: 15px;

    height: 50px; /* or however tall you want */
    display: flex; /* ensure it respects height */
    align-items: center; /* vertically center content */
    background-color: rgb(0, 0, 0);
}
/* FAQ*/
/* FAQ*/
/* FAQ*/
.FAQS {
    position: absolute;
    background: #111;
    border-radius: 4px;
    margin-left: 820px; /* place it after Contact (825px + ~125px spacing) */
    margin-top: -20px;
    font-weight: 460;
}

.FAQS .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    border-radius: 4px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 1000;
}

.FAQS:hover .dropdown-menu,
.FAQS.open .dropdown-menu {
    display: block;
}

.FAQS > a {
    cursor: pointer;
}

.nav-menu ul li.FAQS {
    border-right: 1px solid #e2dede;
    padding-right: 15px;
    margin-right: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: rgb(0, 0, 0);
}
/* QUOTES*/
/* QUOTES*/
/* QUOTES*/
.free-quote {
    position: absolute;
    background: #111;
    border-radius: 4px;
    margin-left: 1040px; /* after FAQ'S, adjust spacing */
    margin-top: -20px;
    font-weight: 460;
}

.free-quote .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    border-radius: 4px;
    min-width: 180px;
    padding: 10px 0;
    z-index: 1000;
}

.free-quote:hover .dropdown-menu,
.free-quote.open .dropdown-menu {
    display: block;
}

.free-quote > a {
    cursor: pointer;
}
/* Only apply transform on mobile (up to 1024px width) */
@media screen and (max-width: 1024px) {
    .nav-menu a {
        color: #fff;
        font-size: 8px;
        padding: 1px 1px;
    }
    .Logonew {
        position: absolute;
        top: 1px; /* adjust for placement in header */
        left: 5px;
    }
    .Logo1-img {
        width: 75px; /* increase to make bigger */
        height: auto; /* keep proportions */
        display: block; /* removes inline spacing */
    }
    .dropdown1 {
        position: absolute;
        background: #111;
        border-radius: 4px;
        margin-left: 100px;
        margin-top: 0px;
        font-weight: 460;
    }
    .dropdown1 .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #111;
        border-radius: 4px;
        min-width: 180px;
        padding: 10px 0;
        z-index: 1000;
        font-weight: 350;
    }
    /* Show on hover or when .open is added */
    .dropdown1:hover .dropdown-menu,
    .dropdown1.open .dropdown-menu {
        display: block;
    }
    .dropdown {
        position: absolute;
        background: #111;
        border-radius: 4px;
        margin-left: -10px;
        margin-top: 0px;
        font-weight: 460;
    }
    /* FAQ*/
    /* FAQ*/
    /* FAQ*/
    .FAQS {
        position: absolute;
        background: #111;
        border-radius: 4px;
        margin-left: 220px; /* place it after Contact (825px + ~125px spacing) */
        margin-top: 0px;
        font-weight: 460;
    }
    /* Contact*/
    /* Contact*/
    .Contact {
        position: absolute; /* stay consistent with other buttons */
        left: 320px; /* horizontal offset inside mobile menu */
        width: auto; /* let it size naturally */
        margin-left: 0; /* reset any old desktop spacing */
        margin-top: 0;
    }
    .home-btn {
        margin-right: 150px;
    }
}
