﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html, body {
    overflow-x: hidden;
    touch-action: manipulation;
    font-family: 'Poppins', sans-serif;
}

#headertop.header-logo {
    display: flex;
    align-items: center;
}

#headertop.navbar-logo img {
    max-height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}
div#headertop > div:nth-child(1) > div:nth-child(2) ul {
    text-align: right;
    margin: 0;
}
div#headertop > div:nth-child(1) > div:nth-child(2) ul > li {
    display: inline-block;
    line-height: 65px;
}
div#headertop > div:nth-child(1) > div:nth-child(2) {
    padding-right: 0px;
}
div#headertop > div:nth-child(1) > div:nth-child(2) ul > li:nth-child(1) {
    margin-right: 10px;
}
#headertop.navbar-logo img:hover {
    transform: scale(1.05);
}
div#headertop > div:nth-child(1) > div:nth-child(2) ul > li > a {
    border-radius: 3px;
    background: grey;
    color: #fff;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 500;
}

#headertop.navbar-header {
    display: none; /* Hide on larger screens */
}

#headertop.navbar-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
}

#headertop.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: all 0.3s ease;
}

#headertop.navbar-toggle:hover .icon-bar {
    background-color: #007bff;
}

div#headertop .header-menu {
    display: flex;
    gap: 10px;
}

#headertop .header-menu .navbar .container .megamenu {
    list-style: none;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
}

#headertop.megamenu li {
    margin: 0 15px;
}

#headertop.menu-item {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#headertop .menu-item:hover {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}
div#headertop > div:nth-child(1) > div:nth-child(1) a img {
    width: 65%;
    height: 70px;
    margin-bottom: 5px;
    object-fit: contain;
}

div#headertop > div:nth-child(1) > div:nth-child(2) > nav.navbar {
    justify-content: right;
    padding: 0;
    margin: 0;
    padding-right: 15px;
}
div#headertop {
    height: 70px;
}
i.fa:not(.fa-spinner) {
    display: inline-block !important;
}
.frgt_passwrd > div:nth-child(1) {
    margin-top: 50px;
    padding: 15px 15px 40px 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.frgt_passwrd > div:nth-child(1) > div:nth-child(2) > div > label {
    font-weight: 500;
    font-size: 14px;
}
.frgt_passwrd > div:nth-child(1) > div:nth-child(2) > div {
    margin-top: 20px;
}
.frgt_passwrd > div:nth-child(1) > div:nth-child(2) > div > button.btn.btn-primary.logins {
    margin-top: 25px;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    height: 40px;
    background-image: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
}
.frgt_passwrd > div:nth-child(1) > div:nth-child(2) > div > input {
    height: 40px;
}

.frgt_passwrd {
    border-top: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
    height: 80vh;
}
.frgt_passwrd h2 {
    font-size: 18px;
    margin: 0;
    color: var(--color1);
    padding: 7px 0px;
    border-bottom: 1.5px solid gainsboro;
}
.navbar {
    background: transparent;
}

.logo {
    order: 1;
    font-size: 2.3rem;
}

.navbar a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

    .navbar a:hover {
        color: #117964;
    }
.footer-bottom {
    background-color: var(--color);
    text-align: center;
    padding: 7px 0 0px 0;
    color: #ffffff;
    font-size: 12px;
    border-top: 1px solid rgb(33 65 153 / 51%);
}
    .footer-bottom p {
        margin-bottom: 4px;
    }