@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    font-weight: 600;
    font-size: 1.5rem;
}

body {
    font-family: 'Poppins', sans-serif;
}

.wrapper {
    display: flex;
}

.main {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #fafbfe;
    margin-left: 260px;
    /* Ensure the main content does not overlap with the sidebar */
}

#sidebar {
    width: 260px;
    min-width: 260px;
    z-index: 1000;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    transition: width 0.25s ease-in-out;
    position: fixed;
    /* Fix the sidebar in place */
    top: 0;
    left: 0;
    height: 100vh;
    /* Ensure the sidebar takes up the full height of the viewport */
}

.sidebar-logo {
    margin: auto 0;
    padding: 1.99rem 1.625rem 0.99rem 1.625rem;
    padding-top: 21px !important;
}

.sidebar-logo a {
    color: #FFF;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    padding: 1.5rem 0 2rem 0;
    flex: 1 1 auto;
}

a.sidebar-link {
    padding: .99rem 1.625rem;
    color: #FFF;
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
}

#footer {
    padding: .99rem 1.625rem;
    color: #FFF;
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icon-style {
    margin-right: 11px;
}

.sidebar-link i {
    font-size: 1.1rem;
    margin-right: .75rem;
}

a.sidebar-link:hover {
    /* background-color: #00186B; */
    text-decoration: none;
    color: #FFF;
}

/* .help-footer {
    padding: 1rem 0rem 0rem 0rem;
}

.logout-footer{
    padding: 0 0 1rem 0;
    margin-bottom: 30px;
} */

/* .sidebar-footer a {
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-footer i {
    margin-right: .5rem;
} */

.sidebar-li-active {
    background-color: #00186B;
    text-decoration: none;
}

/* footer */
.map-p-style-1 {
    margin: 0px;
    margin-bottom: 42px;
    color: #616161;
    font-size: 18px;
}

.map-headings {
    color: #021d49;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20%;
}

.map-headings-join {
    color: #021d49;
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
    margin-bottom: 12%;
}

.map-sub-head {
    color: #616161;
    line-height: 1;
    font-size: 18px;
}

.map-p-style-2 {
    color: #616161;
    font-size: 18px;
    /* text-align: center; */
}

.input-in-footer {
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 2%;
    width: 100%;
}

.subscribe-btn-footer {
    border: none;
    background-color: #0029f7;
    border-radius: 5px;
    width: 100%;
    padding: 4% 20%;
}

.footer {
    margin-bottom: 3%;
}

.footer-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1%;
}

.subscribe:hover {
    color: #fff;
    text-decoration: none;
}

.subscription-style {
    margin-top: 2%;
    /* text-align: center; */
    font-size: 13px;
    padding: 0px 8px;
    margin-bottom: 0px;
    color: #444444;
}

.subscription-style-sub {
    color: #616161;
    text-decoration: underline;
}

.copyright-p-style {
    color: #616161;
    font-size: 12px;
    margin: 0px;
    padding: .99rem 1.625rem;
}

.footer-icons {
    display: flex;
    gap: 25px;
}

.map-sub-head:hover {
    color: #616161;
    text-decoration: none;
}

.input-in-footer:focus {
    outline: none;
}

.subscribe-a {
    color: #fff;
}

.subscribe-a:hover {
    color: #fff;
    text-decoration: none;
}

.subscribe-img {
    margin-bottom: 5px;
    transform: rotate(-43deg);
}

.a-style-icons {
    display: flex;
    background-color: #fff;
    padding: 14px;
    align-items: center;
    box-shadow: 3px 3px 7px #999;
    border-radius: 15px;
    justify-content: center;
}


#home-a-tag {
    cursor: pointer;
}

@media only screen and (max-width: 990px) {
    /* footer */

    .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }

    .footerHome{
        margin-bottom: 8% !important;
        width: 60%;
    }

}

@media only screen and (max-width: 768px) {
    .map-p-style-1 {
        font-size: 15px;
    }

    .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }
}

.navBtnBookaCall:hover{
    text-decoration: none;
}

.navbar-toggler:focus, 
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
}
