/* ------------------ Logo ------------------ */
.navbar-logo img,
.navbar-brand img {
    width: 200px;
    height: auto;
    max-width: 100%;
}

@media (max-width: 576px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

/* ------------------ Contact Info ------------------ */
.navbar-contact a {
    font-size: 0.95rem;
    color: #000;
    text-decoration: none;
}

.navbar-contact img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* ------------------ Contact Button ------------------ */
.navbar-contact a.btn {
    font-size: 0.9rem;
    padding: 5px 20px;
    color: #525fe1;
    background: none;
    border: 1px solid #525fe1;
}

/* ------------------ Navbar Links / Tabs ------------------ */
.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.fw-bold {
    color: #525fe1;
    border-bottom: 2px solid #525fe1;
    font-weight: 600;
}

/* ------------------ Dropdown Fix ------------------ */
.navbar .dropdown-menu {
    min-width: 150px;
    right: 0;
    left: auto;
}

/* ------------------ Sticky Footer ------------------ */
#lsq-powered-by-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2000;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -2px 4px 0px;
}

/* Ensure page content doesn't go under the footer */
body {
    padding-bottom: 70px; /* slightly more than footer height */
}

/* ------------------ LSQ Logo ------------------ */
.lsq-logo {
    display: inline-block;
    height: 50px;
    width: 180px;
    background: url('https://webenoid.com/assets/webenoid/images/webenoid-new-logo-whiteTheme.png') 0px 1px no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(0.7);
}

/* Footer alignment */
.lsq-logo-container {
    text-align: right;
}

@media (max-width: 576px) {
    .lsq-logo-container {
        text-align: center !important;
        justify-content: center !important;
    }
}

/* ------------------ Phone Input Plugin (intl-tel-input) ------------------ */
.iti {
    width: 100%;
    position: relative;
    z-index: 10;
}

.iti__country-list {
    z-index: 9999 !important;
    max-height: 250px;
    overflow-y: auto;
}
