@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins", sans-serif;
}

html {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    /* background-color: #F6F6F6; */
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul,
ol li {
    margin-bottom: 10px;
}

.page-content {
    padding: 40px 0px;
}

/* Custom Scrollbar for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 3px;
    /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color when hovered */
}

:root {
    --theme-blue: rgba(29, 66, 125, 1);
}

.cust-btn-1 {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--theme-blue);
    color: var(--theme-blue);
    font-size: 12px;
}

.cust-btn-1:hover {
    background-color: var(--theme-blue);
    color: #ffffff;
}

.cust-btn-2 {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--theme-blue);
    background-color: var(--theme-blue);
    color: #ffffff;
    font-size: 12px;
}

.cust-btn-2:hover {
    background-color: #ffffff;
    color: var(--theme-blue);
}

.bg-gray {
    background-color: rgba(247, 247, 247, 1);
}

/* navbar */
#topbar {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    background-color: transparent;
}

#topbar.scrolled {
    background: #313131f7 !important;
    backdrop-filter: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* spinner */
.loader-body {
    height: 50vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-grow {
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    border-radius: 50%;

    background: linear-gradient(45deg,
            rgba(20, 45, 95, 1),
            rgba(29, 66, 125, 1),
            rgba(70, 110, 170, 1));


}



.custom-navbar {
    padding: 12px 0;
}


.custom-navbar-logo {
    height: 55px;
}

/* top menu */
.nav-small-text {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 13px;
    opacity: 0.85;
    transition: 0.3s;
}

.nav-small-text:hover {
    opacity: 1;
    color: #ffffff !important;
}

/* main menu  */
.nav-text {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 15px;
    transition: 0.3s;
}

.nav-text:hover {
    color: rgb(111, 147, 205) !important;
}


.nav-text-active {
    color: rgb(111, 147, 205) !important;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

/* sidebar  */
.sidebar {
    background-color: #dadada;
    border-radius: 10px;
    /* height: 100%; */
}

.sidebar-item {
    padding: 0px 20px;
}

.sidebar-head {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    /* padding: 10px; */
    padding: 0px 30px;
    text-align: left;
}

.sidebar-underline {
    background-color: #fcdde3;
    margin: 0px 25px 10px 25px;
    height: 1px;
}

.sidebar-text {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
}

.sidebar-item-active .sidebar-text {
    /* box-shadow: #777777 0 0 4px ; */
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff !important;
    background-color: #000000;
}

.sidebar-drop-down {
    color: #000000;
    border: 1px solid #fde5ea;
}

.sidebar-dropdown-item {
    background-color: #ffffff;
}

.sidebar-dropdown-item .sidebar-drop-down {
    margin-left: 25px;
}

.sidebar-button {
    display: block;
    margin: 0 auto;
    color: #ffffff !important;
    background-color: #868686;
    border: none;
    padding: 10px 15px;
    border-radius: 15px;
    margin-top: 15px;
    font-size: 14px;
}

/* footer */

#footer {
    background-color: #373737;
}

.footer-img-body {
    margin-bottom: 30px;
}

.footer-img {
    margin-top: 16px;
    width: 100%;
    max-width: 150px;
}

.footer-head {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    /* margin-top: 10px; */
}

.footer-item {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.footer-para {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: justify;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    gap: 10px;
}



.footer-contact-item span {
    line-height: 1.5;
}


.footer-contact-item:hover {
    opacity: 0.8;
}

.footer-line {
    background-color: #656363;
}

.footer-bottom {
    background-color: #222222;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-bottom-text {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}

.footer-bottom-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom-text span {
    font-weight: 600;
    color: rgb(156, 202, 255);
}

.footer-social a {
    color: #ffffff;
    margin-left: 15px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 767px) {
    .footer-head {
        font-size: 16px;
    }

    .footer-social a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .footer-head {
        font-size: 14px;
    }

    .footer-item {
        font-size: 12px;
    }

    .footer-para {
        font-size: 12px;
    }

    .footer-bottom-text {
        font-size: 12px;
    }

    .footer-social a {
        font-size: 12px;
    }

    .footer-bottom-wrapper {
        justify-content: center;
        text-align: center;
    }


}