#main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* Above most content, below modals */
    background: transparent;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10); /* <-- Add this line */
}

body {
    padding-top: 98px; /* 32px (black bar) + 66px (navbar) = 98px; adjust if navbar height changes */
}
.main-menu .nav-link.menu-link {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #222 !important;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.main-menu {
    gap: 32px;
}

.navbar-brand img {
    height: 36px;
}
/* Blue underline for active menu */
.menu-underline {
    display: block;
    height: 4px;
    background: #1377b9;
    width: 0;
    transition: width;
}

.mega-dropdown.show > .menu-underline {
    width: 100%;
}
/*,
.mega-dropdown:focus-within > .menu-underline*/
/* Chevron up/down transition */
/*.menu-chevron i {
    transition: transform;
}

.mega-dropdown.show > a .menu-chevron i {
    transform: rotate(180deg);
}*/
/* Mega menu styles */
.mega-dropdown .dropdown-menu.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    background: #f4f4f4;
    margin-top: 0;
    padding: 0;
}

.mega-dropdown .dropdown-menu .row {
    margin: 0;
}

.mega-dropdown .dropdown-menu .col-md-4,
.mega-dropdown .dropdown-menu .col-md-8 {
    padding: 0;
}

.mega-dropdown .dropdown-menu h2 {
    font-size: 2.2rem;
}

.mega-dropdown .dropdown-menu a.text-dark:hover {
    color: #0077b6;
    text-decoration: underline;
}

.breadcrumb {
    background: #fff !important;
    font-weight: 500;
    --bs-breadcrumb-divider: '>';
}
    .breadcrumb .breadcrumb-item a {
        color: #000 !important;
        text-decoration: none;
        font-weight: 600;
        content: ">";
    }

    .breadcrumb .breadcrumb-item.active {
        color: #bbb !important;
        font-weight: 600;
    }
.breadcrumb-fit {
    display: inline-block;
    width: auto;
    min-width: 0;
    max-width: 100%;
}
.footer-metlife {
    background: #f6f6f6;
    font-size: 0.80rem !important;
    border-top: 1px solid #eee;
}

    .footer-metlife .footer-top {
        padding-bottom: 2rem;
    }

.footer-title {
    font-weight: 600;
    font-size: 0.90rem;
    margin-bottom: 1rem;
    color: #222;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-list li {
        margin-bottom: 0.5rem;
    }

        .footer-list li a {
            color: #444;
            text-decoration: none;
            font-weight: 400;
            transition: color 0.2s;
        }

            .footer-list li a:hover {
                color: #1377b9;
                text-decoration: underline;
            }

.footer-divider {
    min-height: 220px;
    border-left: 1.5px solid #ccc !important;
    padding-left: 2rem !important;
}
.footer-bottom-metlife {
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 1rem;
}

.footer-social-icon {
    color: #222;
    transition: color 0.2s;
}

    .footer-social-icon:hover {
        color: #1377b9;
    }

.footer-country-select {
    border-radius: 12px;
    border: 3px solid #666;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    font-size: 1.3rem;
    min-width: 220px;
    background: #fff url('https://upload.wikimedia.org/wikipedia/commons/9/9b/Flag_of_Nepal.svg') no-repeat 12px center/28px 18px;
    appearance: none;
}

.footer-call {
    font-size: 1.1rem;
    color: #222;
    font-weight: 400;
}

.footer-link {
    color: #222;
    text-decoration: none;
    font-size: 1.1rem;
    margin-right: 1.5rem;
}

    .footer-link:last-child {
        margin-right: 0;
    }

    .footer-link:hover {
        color: #1377b9;
        text-decoration: underline;
    }

.footer-bottom-metlife select {
    padding-left: 2.5rem;
}

.footer-copyright {
    font-size: 1rem;
    color: #222;
}


        @media (max-width: 991.98px) {
            body {
                padding-top: 80px; /* Adjust for mobile if navbar is shorter */
            }

            .main-menu {
                gap: 0 !important;
                width: 100%;
            }

            .mega-dropdown .dropdown-menu {
                position: static !important;
                width: 100% !important;
                box-shadow: none !important;
                margin: 0 !important;
                background: #f4f4f4;
            }

                .mega-dropdown .dropdown-menu .container-xxl,
                .mega-dropdown .dropdown-menu .row.no-gutters {
                    padding: 0 !important;
                    margin: 0 !important;
                    width: 100% !important;
                }

                .mega-dropdown .dropdown-menu .col-md-3,
                .mega-dropdown .dropdown-menu .col-md-9 {
                    flex: 0 0 100%;
                    max-width: 100%;
                    padding: 0 1rem;
                }

                .mega-dropdown .dropdown-menu img {
                    max-width: 100%;
                    height: auto;
                    margin-bottom: 1rem;
                }

            .footer-divider {
                border-left: none !important;
                padding-left: 0 !important;
                min-height: 0;
            }

            .footer-title {
                margin-top: 2rem;
            }

            .footer-bottom-metlife .row > div {
                justify-content: center !important;
                text-align: center;
            }

            .footer-bottom-metlife {
                font-size: 0.95rem;
            }
        }
