.custom-btn{
    border-radius: 24px !important;
}
.page-footer {
    margin-top: auto !important; /* Push footer to the bottom */
    text-align: center !important; /* Optional: center the text */
} .custom-img-icon {
    width:auto !important;
    height:60px !important;
    padding:10px !important;
    border-radius: 50% !important;
    background-color: white !important;
} .custom-img-icon-1 {
    width:auto !important;
    height:60px !important;
    padding:10px !important;
    border-radius: 50% !important;
    background-color: white !important;
 } .custom-img-icon1 {
    width:auto !important;
    height:40px !important;
    padding:5px !important;
    border-radius: 50% !important;
    background-color: white !important;
} .custom-img-icon2 {
    width:auto !important;
    height:60px !important;
    padding:5px !important;
    border-radius: 50% !important;
    background-color: white !important;
} 
.scan-qr:hover{
    background-color: white;
    color:black;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #222529;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

/* Hide Preloader Smoothly */
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 100px;
    height: 100px;
}

/* Loading Bar */
.loading-bar {
    width: 300px; /* Adjust width */
    height: 5px;
    background: #444;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.progress {
    width: 0%;
    height: 100%;
    background: #4CAF50;
    transition: width 0.3s linear; /* Smooth fill effect */
}


@media (max-width: 500px) {
    .navigation-title{
        display: none !important;
    }
    .mobile-toggle-menu {

        position: absolute;
		left: 1;

	}
  }