.dropdown a {
            text-decoration: none;
        }

        .Main-body-set {
            margin-top: 76px;
            min-height: 100vh;
            /* Ensure body takes at least the full height of the viewport */
            display: flex;
            flex-direction: column;
        }

        main {
            flex-grow: 1;
            /* Allow the main content to take available space */
        }

        footer.Margin-footer-main {
            margin-top: 45px;
            margin-top: auto;
            /* This ensures footer stays at the bottom */
        }

        /* Loader Style */
        #loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        #loader img {
            width: 100px;
        }

        /* Initially hide the content */
        .main-google-load {
            display: none;
        }

        .footer.py-4 {
            margin-top: 3%;
        }