.navbar {
    font-family: "HelveticaNeueRoman", sans-serif;
    padding: 1rem 2rem;
    background: rgba(32, 32, 32, 0.9);
    backdrop-filter: blur(14px);
    margin: auto;
    transition: all 0.3s ease-in-out;
    z-index: 999;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.navbar-fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    animation: slideDown 0.3s ease-in-out;
    /* z-index: 2; */
    z-index: 999;
}

.custom-dropdown-link > img {
    display: none;
}

.navbar-fixed nav {
    border-radius: 0;
}

@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}


#mainNav {
    justify-content: flex-end;
    align-content: center;
    gap: 20px;
    margin-right: 2rem;
}


.navbar-nav.mb-2.mb-lg-0 {
    gap: 10px;
}

.navbar-brand img {
    height: 65px;
    margin-left: 15px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
    color: #ff4000 !important;
}


.btn-gradient {
    background: linear-gradient(to right, #a5258b, #f2462b);
    color: white;
    border-radius: 10px;
    padding: 8px 15px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(to right, #f2462b, #a5258b);
    color: white;
}

.dropdown-menu {
    background-color: #1c1c1c;
    border: none;
    border-radius: 6px;
    padding: 0;
    min-width: 250px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.dropdown-menu .dropdown-item {
    color: #fff;
    padding: 12px 20px;
    font-size: 0.95rem;
    /* border-bottom: 1px solid #2a2a2a; */
    transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #333;
    color: #ff4000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0px;
}

.dropdown-submenu .dropdown-menu {
    background: rgba(32, 32, 32, 0.9);
    backdrop-filter: blur(14px);

}

.dropdown-menu.show {
    background: rgba(32, 32, 32, 0.9);
    backdrop-filter: blur(14px);
}

.dropdown-menu > li:not(:last-child) {
  border-bottom: 0.1px solid #5e5e5e;
}


/* 
.dropdown-submenu>a::after {
    content: ">";
    float: right;
    margin-left: 10px;
    color: #aaa;
} */

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu[data-bs-popper]{
    left: -15% !important;
}


@media (max-width: 991px) {
    .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 0;
        top: 100%;
    }

    .navbar-nav .nav-link {
        padding: 0.5rem;
        text-align: left;
    }
}


.navbar-toggler-icon {
    filter: invert(1);
}


/* footer section */
.footer-section {
    background: #E6E7E7;
    color: #1c1c1c;
    font-family: "HelveticaNeueRoman", sans-serif;
}

.footer-logo {
    width: 120px;
}

.footer-contact li {
    font-size: 11px;
    color: #333;
    display: flex;
}

.footer-contact img {
    width: auto;
    height: 18px;
}

.footer-contact p {
    margin-left: 10px;
}

.footer-contact i {
    margin-right: 8px;
    color: #ff4000;
}

.footer-description {
    font-size: 11px;
    color: #444;
    line-height: 1.6;
}

.footer-links a {
    color: #1c1c1c;
    text-decoration: none;
    font-size: 11px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ff4000;
}

.footer-link {
    color: #ff4000;
    text-decoration: underline;
}

.footer-social a {
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(to right, #a5258b, #f2462b);
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: transform 0.3s ease;
}


.copyright-text {
    font-size: 11px;
    background: #BEBFBF;
}


@media (max-width: 768px) {
    .border-seperator {
        border-left: none;
        border-top: 2px solid #ccc;
        width: 100%;
        height: 0;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .border-seperator {
        width: 100%;
    }
}

.border-seperator {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 0px;
    margin-left: 0px;
}


@media (min-width: 1024px) {
    .footer-social {
        flex-flow: wrap;
    }

    .border-seperator {
        display: inline;
    }
}

.dropdown-submenu>.left-menu {
    top: 0;
    left: auto;
    right: 100%;
    margin-top: -1px;
    margin-left: 0px;
}

/* #pdfViewer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1440px;
    width: 100%;
}    */




@media (max-width: 1025px) {
    .border-seperator {
        display: none;
    }

        .navbar-expand-lg .navbar-toggler {
        display: none !important;
    }

        .custom-dropdown-link {
        display: flex !important;
        justify-content: space-between;
    }

    .custom-dropdown-link::after {
        display: none !important;
    }

    .custom-dropdown-link > img {
        display: block;
        width:20px;
        height: 20px;
    }

    .custom-dropdown-link > img.hide {
        display: none !important;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        display: none;
    }

    /* .verify-box {
        left: 0px;
        width: 100% !important;       
    } */

}

