/*================ NAVBAR ================*/
/*.custom-navbar {*/
/*    background: rgba(0, 0, 0, 0.92);*/
/*    backdrop-filter: blur(12px);*/
/*    -webkit-backdrop-filter: blur(12px);*/
/*    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);*/
/*    height: 80px;*/
/*    padding: 0;*/
/*    transition: all 0.3s ease;*/
/*    z-index: 999;*/
/*}*/

/*.logo {*/
/*    height: 55px;*/
/*    width: auto;*/
/*    display: block;*/
/*}*/

/*================ NAVBAR CONTENT ================*/
/*.custom-navbar .container-fluid {*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*}*/

/*================ NAVIGATION LINKS ================*/
/*.navbar-nav {*/
/*    align-items: center;*/
/*    gap: 4px;*/
/*}*/

/*.navbar-nav .nav-link {*/
/*    position: relative;*/
/*    color: #ffffff !important;*/
/*    margin: 0 10px;*/
/*    padding: 28px 0 !important;*/
/*    font-size: 15.5px;*/
/*    font-weight: 500;*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
/*    transition: color 0.25s ease;*/
/*}*/

/*.navbar-nav .nav-link:hover {*/
/*    color: var(--gold) !important;*/
/*}*/

/*.navbar-nav .nav-link::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 20px;*/
/*    width: 0;*/
/*    height: 2px;*/
/*    background: var(--gold);*/
/*    border-radius: 10px;*/
/*    transform: translateX(-50%);*/
/*    transition: width 0.3s ease;*/
/*}*/

/*.navbar-nav .nav-link:hover::after {*/
/*    width: 100%;*/
/*}*/

/*================ APPLY DROPDOWN ================*/
/*.apply-dropdown {*/
    /* margin-left: 18px; */
/*    margin-right: 58px;*/
/*    flex-shrink: 0;*/
/*}*/

/*.apply-dropdown .btn {*/
/*    background: var(--gold);*/
/*    color: #000000;*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    border-radius: 50px;*/
/*    padding: 10px 24px;*/
/*    border: none;*/
/*    white-space: nowrap;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.apply-dropdown .btn:hover,*/
/*.apply-dropdown .btn:focus {*/
/*    background: var(--gold-bright);*/
/*    color: #000000;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);*/
/*}*/

/*================ DROPDOWN MENU ================*/
/*.apply-dropdown .dropdown-menu {*/
/*    background: #1a1a1a;*/
/*    border: 1px solid rgba(255, 255, 255, 0.1);*/
/*    border-radius: 12px;*/
/*    padding: 8px;*/
/*    min-width: 205px;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);*/
/*    margin-top: 12px !important;*/
/*}*/

/*.apply-dropdown .dropdown-item {*/
/*    color: #ffffff;*/
/*    font-size: 14.5px;*/
/*    font-weight: 500;*/
/*    padding: 10px 16px;*/
/*    border-radius: 8px;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.apply-dropdown .dropdown-item:hover {*/
/*    background: var(--gold);*/
/*    color: #000000;*/
/*}*/

/*================ MOBILE ================*/
/*@media (max-width: 991px) {*/
    
/*    .navbar-toggler {*/
/*        border: 1px solid white !important;*/
/*        background-color: transparent !important;*/
/*        color: white !important;*/
/*    }*/

/*    .navbar-toggler-icon {*/
/*        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;*/
/*        background-color: transparent !important;*/
/*        display: inline-block !important;*/
/*        width: 1.5em !important;*/
/*        height: 1.5em !important;*/
/*        vertical-align: middle !important;*/
/*        background-repeat: no-repeat !important;*/
/*        background-position: center !important;*/
/*        background-size: 100% !important;*/
/*    }*/

    /* Navbar links bhi white karne ke liye */
/*    .navbar-nav .nav-link {*/
/*        color: white !important;*/
/*    }*/

/*    .custom-navbar {*/
/*        height: auto;*/
/*        min-height: 70px;*/
/*    }*/

/*    .custom-navbar .container-fluid {*/
/*        padding-left: 20px;*/
/*        padding-right: 20px;*/
/*    }*/

/*    .navbar-collapse {*/
/*        background: rgba(0, 0, 0, 0.96);*/
/*        padding: 20px;*/
/*        margin-top: 12px;*/
/*        border-radius: 12px;*/
/*        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);*/
/*    }*/

/*    .navbar-nav {*/
/*        text-align: center;*/
/*        align-items: stretch;*/
/*    }*/

/*    .navbar-nav .nav-link {*/
/*        margin: 8px 0;*/
/*        padding: 12px 0 !important;*/
/*        font-size: 16px;*/
/*    }*/

/*    .navbar-nav .nav-link::after {*/
/*        bottom: 4px;*/
/*    }*/

    /* Apply mobile */
/*    .apply-dropdown {*/
/*        margin: 20px 0 0;*/
/*        width: 100%;*/
/*    }*/

/*    .apply-dropdown .btn {*/
/*        width: 100%;*/
/*    }*/

/*    .apply-dropdown .dropdown-menu {*/
/*        width: 100%;*/
/*        text-align: center;*/
/*    }*/
/*}*/

















/*================ NAVBAR ================*/
.custom-navbar {
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    height: 80px;
    padding: 0;
    transition: all 0.3s ease;
    z-index: 999;
}

.logo {
    height: 55px;
    width: auto;
    display: block;
}

/*================ NAVBAR CONTENT ================*/
.custom-navbar .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/*================ NAVIGATION LINKS ================*/
.navbar-nav {
    align-items: center;
    gap: 4px;
}

.navbar-nav .nav-link {
    position: relative;
    color: #ffffff !important;
    margin: 0 10px;
    padding: 28px 0 !important;
    font-size: 15.5px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--gold) !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 0;
    height: 2px;
    background: var(--gold);
    border-radius: 10px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/*================ APPLY DROPDOWN ================*/
.apply-dropdown {
    margin-right: 58px;
    flex-shrink: 0;
}

.apply-dropdown .btn {
    background: var(--gold);
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    padding: 10px 24px;
    border: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.apply-dropdown .btn:hover,
.apply-dropdown .btn:focus {
    background: var(--gold-bright);
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/*================ DROPDOWN MENU ================*/
.apply-dropdown .dropdown-menu {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    min-width: 205px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    margin-top: 12px !important;
}

.apply-dropdown .dropdown-item {
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.apply-dropdown .dropdown-item:hover {
    background: var(--gold);
    color: #000000;
}


/*================ MOBILE ================*/
@media (max-width: 991px) {

    /* Mobile Toggle */
    .navbar-toggler {
        border: 1px solid white !important;
        background-color: transparent !important;
        color: white !important;
    }
    
    
    .logo-mbl{
        width: 50% !important;
    }
    
    .logo-mbl .logo {
        height: auto;
        width: 100% !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        background-color: transparent !important;
        display: inline-block !important;
        width: 1.5em !important;
        height: 1.5em !important;
        vertical-align: middle !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
    }

    /* Navbar */
    .custom-navbar {
        height: auto;
        min-height: 70px;
    }

    .custom-navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Mobile Collapse */
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.96);
        padding: 20px;
        margin-top: 12px;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

        /* IMPORTANT */
        display: flex;
        flex-direction: column;
    }

    /*================ MOBILE APPLY NOW ================*/

    .apply-dropdown {
        order: -1;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .apply-dropdown .btn {
        width: 100%;
        display: block;
    }

    .apply-dropdown .dropdown-menu {
        width: 100%;
        text-align: center;
    }


    /*================ MOBILE MENU ================*/

    .navbar-nav {
        order: 1;
        width: 100%;
        text-align: center;
        align-items: stretch;
        gap: 0;
    }

    .navbar-nav .nav-link {
        color: white !important;
        margin: 8px 0;
        padding: 12px 0 !important;
        font-size: 16px;
    }

    .navbar-nav .nav-link::after {
        bottom: 4px;
    }
}