@font-face {
    font-family: "HindSiliguriWeb";
    src: url("/fonts/Hind_Siliguri_Regular.woff2") format("woff2"), url("/fonts/Hind_Siliguri_Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BahnschriftWeb";
    src: url("/fonts/Bahnschrift.woff2") format("woff2"), url("/fonts/Bahnschrift.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LiAdorNoirritWeb";
    src: url("/fonts/Li_Ador_Noirrit_Regular.woff2") format("woff2"), url("/fonts/Li_Ador_Noirrit_Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: BahnschriftWeb !important;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/* Preloader CSS */
.preload {
    overflow: hidden;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5000;
}

.loader {
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    border: 4px solid black;
    animation: loader 2s infinite ease;
    margin: 5px;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: black;
    animation: loader-inner 2s infinite ease-in;
    color: black;
    font-weight: bold;
    font-size: 25px;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
        color: white;
    }

    75% {
        height: 100%;
        color: white;
    }

    100% {
        height: 0%;
        color: white;
    }
}

/* Header CSS */
header {
    background: white;
}

header .wrapper {
    box-shadow: 0 -15px 24px rgba(0, 0, 0, 0.3);
    position: relative;
}

header .brand-name {
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}

header .brand-logo {
    width: 70px;
    height: 70px;
}

header .navbar .explore-nav .nav-item .nav-link {
    font-size: 20px;
    padding-left: 15px !important;
    color: black !important;
}
header .navbar .explore-nav .nav-item .nav-link:hover {
    color: #005fff !important;
}

header .navbar .login-button {
    background-color: rgb(137 64 248 / var(--tw-bg-opacity, 1));
    border-radius: 0.5rem;
    font-weight: 700;
    color: white !important;
}

#profileDropdown + .dropdown-menu .dropdown-item:active,
#profileDropdown + .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

#profileDropdown + .dropdown-menu .dropdown-item.text-danger:active,
#profileDropdown + .dropdown-menu .dropdown-item.text-danger:focus {
    color: red !important;
}

@media (max-width: 992px) {
    header .brand-logo {
        width: 60px;
        height: 60px;
    }

    .brand-name {
        padding: 10px 2px 11px 2px !important;
    }
}

@media (max-width: 368px) {
    header .brand-name {
        font-size: 17px !important;
        padding: 12px 3px !important;
    }

    header .brand-logo {
        width: 50px;
        height: 50px;
    }
}
/* Footer CSS */
.edu-footer {
    background: #0f172a !important;
    color: #94a3b8 !important;
    border-top: 3px solid;
    border-image: linear-gradient(45deg, #1e3a8a, #3b82f6) 1;
}

.edu-brand {
    color: #9ec8ff !important;
    font-weight: 600;
    font-size: 1.5rem;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
}

.footer-heading {
    color: rgb(149 169 255) !important;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.footer-link {
    color: #94a3b8 !important;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #3b82f6 !important;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #3b82f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.2rem;
    transition: 0.3s ease;
}

.social-icon:hover {
    background: #3b82f6;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.contact-info {
    color: #94a3b8 !important;
    line-height: 1.6;
}

.contact-info i {
    width: 20px;
    margin-right: 0.5rem;
    color: #3b82f6 !important;
}

.contact-info .address {
    font-family: HindSiliguriWeb !important;
}

.developer-link {
    background: linear-gradient(45deg, #007bff, #ff4081) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

html, body {
    overflow-x: hidden;
}
