/* General Styling */
html {
    font-size: 16px;
}

body {
    margin-bottom: 60px;
}

/* General Navbar Styling */
.navbar-menu .navbar-nav .nav-sm {
    padding-left: 0;
}

/* Hero Image */
.HeroImg {
    width: 250px;
    height: 250px;
}

/* Dropdown Menu Styles */
.navbar-toggler {
    cursor: pointer;
    border: none;
    background: transparent;
}

.navbar-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: black;
    display: block;
    position: relative;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: black;
        display: block;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }

/* Navbar Toggler Open (Dropdown) */
.navbar-menu.open .navbar-nav {
    display: block; /* Show dropdown menu */
    position: absolute;
    top: 50px; /* Adjust as needed */
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .navbar-menu.open .navbar-nav a {
        padding: 10px;
        color: #000;
        text-align: center;
        text-decoration: none;
    }

        .navbar-menu.open .navbar-nav a:hover {
            background-color: #f0f0f0;
        }

/* Loader Styling */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

	/* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

.img-fluid-feature {
    width: 450px;
    height: 450px;
 }

.loader-l {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid #ddd;
    border-top: 3px solid #42a5f5;
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

@keyframes spin {
    to {
        border-top-color: #ec407a;
        transform: rotate(360deg);
    }
}

/* Buttons */
.btn-register {
    background-color: black;
    color: white;
    border: none;
}

    .btn-register:hover {
        background-color: #D71646;
        color: white;
    }

.btn-plans {
    background-color: black;
    color: white;
    border: none;
}

    .btn-plans:hover {
        background-color: #122E9D;
        color: white;
    }

.socialIcon {
    position: relative !important;
    bottom: 100px !important;
}

.copy-rights {
    text-align: center !important;
}

.text-individual {
    color: #D71646 !important;
}

.text-Business {
    color: #122E9D !important;
}

.btn-learn-more {
    background-color: black;
    color: white;
}

    .btn-learn-more:hover {
        background-color: #38c85c;
    }

.btn-sign-up-individual {
    background-color: black;
    color: white;
    border: none;
}

    .btn-sign-up-individual:hover {
        background-color: #D71646;
        color: white;
    }

.btn-sign-up-business {
    background-color: black;
    color: white;
    border: none;
}

    .btn-sign-up-business:hover {
        background-color: #122E9D;
        color: white;
    }

.bg-split {
    background-image: linear-gradient(to right, #2F998D, #1B7A8B);
}

#back-to-top {
    background-color: #2F998D;
    border-color: #1B7A8B;
}

.email-us-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-email-us {
    background-color: black;
    color: white;
    border: none;
}

.btn-email-us:hover {
    background-color: #38c85c;
}

.btn-sign-in {
    background-color: #38c85c;
    color: #ffffff !important;
}

.btn-sign-in:hover {
    background-color: #30aa4e;
}

.nav-link-landing:hover {
    color: #38c85c;
}

.nav-link-landing:active {
    color: #38c85c !important;
}

.section-faq {
    padding-top: 50px;
}

.navbar-landing {
    background-color: white !important;
}


/* light mode nav menu styling */

/*main menu item vertical line when active*/
/*[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:not(.active) + .collapse.show + .nav-item > .nav-link.active::before,
[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true].active::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #ffd800;
}*/

/*main menu item background-colour when active*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:not(.active) + .collapse.show + .nav-item > .nav-link.active,
[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true].active {
    background-color: var(--vz-vertical-menu-hover-and-active);
}

/*sub menu item background-colour when active*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-sm .nav-link.active {
    background-color: var(--vz-vertical-menu-hover-and-active);
}

/*main menu item when the menu is closed but there is an active tab inside of it background-colour*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=light] .navbar-nav .nav-link.active {
    background-color: var(--vz-vertical-menu-hover-and-active);
}

/*all menu items hover background colour*/
[data-layout-mode=light] .nav-link:not(.active):hover {
    background-color: var(--vz-vertical-menu-hover-and-active);
    color: #fff !important;
}

/* dark mode nav menu styling */

/*main menu item vertical line when active*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:not(.active) + .collapse.show + .nav-item > .nav-link.active::before,
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true].active::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #fff;
}

/*main menu item background-colour when active*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:not(.active) + .collapse.show + .nav-item > .nav-link.active,
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true].active {
    background-color: var(--vz-vertical-menu-hover-and-active-dark);
}

/*sub menu item background-colour when active*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-sm .nav-link.active {
    background-color: var(--vz-vertical-menu-hover-and-active-dark);
}

/*main menu item when the menu is closed but there is an active tab inside of it background-colour*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link.active {
    background-color: var(--vz-vertical-menu-hover-and-active-dark);
}

/*main menu item when the menu is closed but there is an active tab inside of it - vertical line*/
[data-layout=vertical][data-sidebar=dark][data-layout-mode=dark] .navbar-nav .nav-link.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #fff !important;
}

/*all menu items hover background colour*/
[data-layout-mode=dark] .nav-link:not(.active):hover {
    background-color: var(--vz-vertical-menu-hover-and-active-dark);
    color: #fff !important;
}


.navbar-menu .navbar-nav .nav-sm .nav-link:hover:before {
    content: "";
    width: 5px;
    height: 95%;
    background-color: var(--vz-vertical-menu-sub-item-color);
    position: absolute;
    left: 0; /* Move to the left side */
}

/* Active state: line on the left */
.navbar-menu .navbar-nav .nav-sm .nav-link.active:before {
    content: "";
    width: 5px;
    height: 95%;
    background-color: var(--vz-vertical-menu-sub-item-color);
    position: absolute;
    left: 98.5%;
}


/*all menu items hover vertical line*/
[data-layout-mode=dark] .nav-link:not(.active):hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #fff !important;
}

.page-title-left {
    flex: 1;
    margin-left: 10px;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:before {
    transition: none;
    width: auto;
}

#installPrompt, #manualInstructions {
    display: none;
    padding: 1em;
    background: #f0f0f0;
    border-radius: 8px;
    margin: 1em auto;
    max-width: 400px;
    text-align: center;
}

button {
    padding: 0.6em 1.2em;
    font-size: 1em;
}

