.navbar {
    background-color: #ffffff !important;
}

.navbar-brand img {
    max-height: 50px;
    object-fit: contain;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-nav .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
    transition: color 0.3s ease;
    padding: 10px 15px !important;
}

.dropdown-item {
    font-weight: 500;
    font-size: 14px;
    color: #000 !important;
    transition: color 0.3s ease;
    padding: 10px 15px !important;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    margin-top: 0 !important;
}

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

.navbar-nav .nav-link.active {
    color: #0404dd !important;
    border-bottom: 3px solid #0404dd !important;
}

.breadcrumb-item a {
    color: #131313 !important;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #919191 !important;
}


.top-header {
    width: 100%;
    height: 49px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: white;
}

.top-header-left {
    width: 40%;
    background: #000066;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 300;
}

.top-header-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: 75px;
    height: 100%;
    background: #247fe1;
    transform: skewX(-40deg);
    z-index: 2;
}

.top-header-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 75px;
    height: 100%;
    background: #ffffff;
    ;
    transform: skewX(40deg);
    z-index: 2;
}

.top-header-right {
    width: 60%;
    background: #247fe1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 90px;
}

.top-header-right::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 50px;
    height: 100%;
    background: #ffffff;
    transform: skewX(-40deg);
}

.phone-wrap {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.phone-icon {
    width: 20px;
    height: 20px;
    color: #fff;
}

.phone-wrap i {
    font-size: 20px;
    color: #ffffff;
    transform: rotate(-8deg);
}

.fa-solid,
.fas {
    font-weight: 600;
}

.phone-wrap a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.dropdown-item:active {
    color: #0404dd !important;
    background-color: var(--bs-dropdown-link-hover-bg) !important;
    text-decoration: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0404dd !important;
    background-color: var(--bs-dropdown-link-hover-bg) !important;
    text-decoration: none !important;
}


.contact-dropdown .dropdown-menu{

    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;

    margin-top:0;
    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    padding:10px 0;

}

.contact-dropdown .dropdown-menu.show{

    opacity:1;
    visibility:visible;
    transform:translateY(0);

}


.contact-dropdown .dropdown-item:hover{

    background:#f5f7fb;
    color:#000066;

}

.floating-apply-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #247fe1;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    animation: pulse-apply-btn 2s infinite;
}

.floating-apply-btn i {
    font-size: 20px;
}

.floating-apply-btn:hover {
    background-color: #000066;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    animation: none;
}

@keyframes pulse-apply-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 127, 225, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(36, 127, 225, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(36, 127, 225, 0);
    }
}


@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        border: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 1199px) {
.navbar-nav .nav-link {
    padding: 10px 14px !important;
}
}
@media (max-width: 991px) {
    .top-header-left {
        width: 60%;
        background: #000066;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        letter-spacing: 0.2px;
        font-size: 14px;
        font-weight: 300;
    }

    .top-header-right {
        width: 60%;
        background: #247fe1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 75px;
    }

    .navbar-nav .nav-link.active {
        border-bottom: none !important;
    }

    .navbar-collapse {
        background: #f5f5f5;
    }
}

@media (max-width: 767px) {
    .top-header-left {
        width: 85%;
        font-size: 12px;
    }

    .phone-wrap a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 300;
    }

    .phone-wrap i {
        font-size: 16px;
    }

    .top-header {
        height: 40px;
    }
    .floating-apply-btn {
        bottom: 20px;
        right: 20px;
        padding: 12px 20px;
        font-size: 14px;
    }
    .floating-apply-btn i {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .top-header {
        display: none;
    }
        .floating-apply-btn {
        bottom: 18px;
        right: 18px;
        padding: 12px 16px;
        font-size: 12px;
    }
    .floating-apply-btn i {
        font-size: 14px;
    }
}