body { font-family: 'Poppins', sans-serif; background-color: #f8f9fa; overflow-x: hidden; }
body#bg-inner { background-color: #f4f7f6; 
/*background-image: 
    linear-gradient(rgb(244 247 246 / 0%), rgba(244, 247, 246, 0.92)),
    url('../images/homeopathy-background.svg'); */
background-attachment: fixed; }

/* 1. Header & Top Bar */
.top-bar { background-color: #1e3a8a; color: white; font-size: 12px; transition: all 0.3s ease; position: relative; z-index: 1001; }
.fixed-header { top: 0px; width: 100%; z-index: 1000; background: white; transition: all 0.3s ease; padding: 0px 0 5px 0px; border-bottom: 1px solid #eee; }
/* body#bg-front .fixed-header {position: fixed !important;} */
.header-scrolled { top: 0 !important; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
header ul.nav-menu {margin-top: 10px !important;}
nav .nav-link {text-transform: uppercase; }
header nav .nav-link {color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)); font-weight: 500; }


header nav li >.nav-link {
    font-size: 15px;
}

header nav li.current-menu-item > a,
header nav li.current-menu-ancestor > a {
    color: #1e3a8a !important;
    font-weight: 600;
    border-bottom: 2px solid #1e3a8a;
}
@media (max-width: 991.98px) {
    body#bg-front .fixed-header {
        position: fixed;
    }
}
#mobileMenuOverlay { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: white; z-index: 2000; transition: 0.4s; padding: 25px; }
#mobileMenuOverlay.active { left: 0; }
footer .text-secondary {
    color: rgb(235 232 232) !important;
}

/* Success Modal Styles */
/*.success-icon-wrapper {
    width: 80px;
    height: 80px;
    background: #f0fdf4;
    color: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
    border: 2px solid #28a745;
}*/


.navbar-nav .nav-link {
    color: #fff;
}
.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}
.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}
.dropdown .sub-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    min-width: 240px;
    z-index: 9999;
    top: 100%;
    left: 0;
}
.dropdown .sub-menu .sub-menu {
    left: 220px;
    top: -15%;
}
.dropdown .sub-menu li {
    list-style: none;
    background-color: #f0f7ff;
    padding: 10px;
}
.dropdown .sub-menu li > a {
    font-size: 13px;
}
.dropdown .sub-menu li:not(:first-child) {
    padding-top: 5px;
}
.dropdown:hover > .sub-menu,
.dropend:hover > .sub-menu {
    display: block;
    /*margin-top: 0.125em;
    margin-left: 0.125em;*/
}
.nav-menu > li.dropdown:last-child .sub-menu {
    right: 0;
    left: auto;
}
.nav-menu > li.dropdown:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: 0;
}
@media screen and (min-width: 769px) {
    .dropend:hover > .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.goog-logo-link,
.goog-te-gadget span,
.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 14px !important;
}