.h-left {
    padding-top: 5px; /* Add some padding if needed */
    padding-left: 15px; /* Add some padding if needed */
}

.h-right {
    padding-right: 0; /* Add some padding if needed */
}

/* Default Logo for Desktop */
.desktop-logo {
    display: block;
    width: 100px; /* Adjust logo size for desktop */
    height: auto;
}

/* Hide Mobile Logo on Desktop */
.mobile-logo {
    display: none;
}

.btn-outline-custom {
    border-color: #d4d4d4 !important;
    color: #d4d4d4 !important;
}

.eye-white {
    color: white !important;
}

/* Mobile Version Adjustments */
@media (max-width: 768px) {
    /* Show Mobile Logo */
    .mobile-logo {
        display: block;
        width: 100px; /* Adjust logo size for mobile */
        height: auto;
    }

    /* Hide Desktop Logo */
    .desktop-logo {
        display: none;
    }
}

.bg-dark-custom {
	background-color: #090A0A;
	height: 60px; /* Adjust height as needed */
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 100%;
  }
  
.circle-button {
position: absolute;
top: -30px; /* Moves half of the circle above the footer */
left: 50%;
transform: translateX(-50%);
width: 70px;
height: 70px;
background-color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 3px solid #ccc; /* Border color */
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.circle-button img {
width: 50px;
height: 50px;
object-fit: contain;
}

.fixed-bottom {
    position: fixed;
    bottom: 15px;
    left: 10px;
    right: 10px;
    width: auto;
    background: #fff;
    z-index: 1050;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
}

.fixed-header {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    background: #fff;
    z-index: 1050;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
}

.fixed-header2 {
    position: fixed;
    top: 10px;
    left: 20px;
    right: 20px;
    width: auto;
    background: #fff;
    z-index: 1050;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
}