body {
	 min-height: 100vh;
	 display: flex;
	 flex-direction: column;
}
 .kurrantsite {
	 flex: 1 !important;
}
 p.login-password {
	 text-align: right;
}
 p.login-remember {
	 text-align: right;
}
 p.login-submit {
	 text-align: right;
}
 .mp_wrapper.mp_login_form {
	 flex: 0 0 auto;
	 width: 80%;
}
 .ourplans-btn {
	 min-width: 105px;
}
 button.button.mp-hide-pw.hide-if-no-js {
	 display: none;
}
 .mepr-login-actions {
	 padding-left: 20px;
}
 .dropdown:hover > .dropdown-menu {
	 display: block !important;
}
 .navbar-nav {
	 justify-content: space-between;
}
 .navbar-brand {
	 width: 150px;
}
 .header-active-link {
	 background-color: white;
	 color: #ff834a !important;
	 font-weight: 600;
}
/* Replace with your desired color */
 .navbar-secondary {
	 padding: 0;
	 display: none;
}
 .navbar-secondary .nav-link:hover {
	 background-color: white !important;
	 color: var(--k-orange) !important;
}
 .navbar-secondary .dropdown:hover > .dropdown-menu.dropdown-custom {
	 display: flex;
	 right: 0;
}
 .navbar-secondary .dropdown-menu.dropdown-custom.show {
	 display: block !important;
}
 .bkgray-formobile {
	 background-color: var(--k-blue);
}
 .custom-dropdown .dropdown-menu {
	 background-color: rgba(255, 255, 255, 0.7);
	 backdrop-filter: blur(20px);
	 border: none;
	 box-shadow: #5577d1 40 0 1px 4px;
}
 .custom-dropdown .dropdown-item {
	 color: black;
}
 .custom-dropdown .dropdown-item:hover {
	 color: var(--k-blue);
	 background-color: rgba(255, 255, 255, 0);
}
 @media (min-width: 1200px) {
	 .navbar-secondary {
		 display: block;
	}
}
 @media (max-width: 1199.98px) {
	/* When the dropdown-menu is open, set opacity to 1 */
	 .navbar-nav.ms-auto {
		 flex-direction: column;
		 align-items: center;
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
	}
	 .navbar-nav.ms-auto .nav-item {
		 width: 100%;
		 text-align: center;
	}
	 .navbar-nav.ms-auto .nav-item:not(:last-child) {
		 margin-bottom: 10px;
	}
	 .navbar-nav.ms-auto form button[type="submit"] {
		 margin-left: auto;
	}
	 .nav-link.dropdown-toggle {
		 display: none;
	}
	 .navbar-secondary .dropdown:hover > .dropdown-menu.dropdown-custom {
		 display: none;
	}
	 .navbar-secondary .nav-item:not(.dropdown) {
		 display: none;
	}
	 .navbar-secondary .dropdown-menu.dropdown-custom {
		 display: block !important;
		 position: static !important;
		 visibility: visible !important;
		 float: none !important;
		 background-color: transparent !important;
		 border: none !important;
		 text-align: center;
	}
	 .navbar-secondary .dropdown-column {
		 flex-basis: 100%;
		 max-width: 100%;
		 padding: 0;
		 margin-left: 0;
		 margin-right: 0;
	}
	 .navbar-secondary .dropdown-column:not(:last-child) {
		 margin-bottom: 1rem;
	}
	 .navbar-secondary .dropdown-menu .d-flex {
		 flex-direction: column;
		 align-items: center;
	}
	 .bkgray-formobile {
		 background-color: #f0f0f3 !important;
	}
	 #navbar-secondary {
		 background-color: #f0f0f3 !important;
		 padding-top: 30px;
	}
	 .navbar-secondary.show {
		 display: block;
	}
	 .custom-dropdown .dropdown-menu {
		 box-shadow: none;
	}
	 .dropdown-menu {
		 opacity: 0;
		/* Initially, set opacity to 0 */
		 transition: opacity 5s ease;
		/* Add a transition for opacity */
	}
	 .show .dropdown-menu {
		 opacity: 1;
	}
}
 header .mepr-form {
	 padding: 20px;
	 border-radius: 10px;
	 max-width: 600px;
	 margin: 10px auto;
}
 header .mepr-form input[type="text"] {
	 width: 100%;
	 padding: 0;
	 height: 1.8rem;
	 border: none !important;
	 border-bottom: 1px solid gray !important;
	 margin-bottom: 5px;
	 width: 100%;
	 padding: 10px;
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 margin-bottom: 10px;
}
 header .mepr-form input[type="email"] {
	 width: 100%;
	 padding: 0;
	 height: 1.8rem;
	 border: none !important;
	 border-bottom: 1px solid gray !important;
	 margin-bottom: 5px;
	 width: 100%;
	 padding: 10px;
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 margin-bottom: 10px;
}
 header .mepr-form input[type="password"] {
	 width: 100%;
	 padding: 0;
	 height: 1.8rem;
	 border: none !important;
	 border-bottom: 1px solid gray !important;
	 margin-bottom: 5px;
	 width: 100%;
	 padding: 10px;
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 margin-bottom: 10px;
}
 header .mepr-form select {
	 width: 100%;
	 padding: 0;
	 height: 1.8rem;
	 border: none !important;
	 border-bottom: 1px solid gray !important;
	 margin-bottom: 5px;
	 width: 100%;
	 padding: 10px;
	 border: 1px solid #ccc;
	 border-radius: 3px;
	 margin-bottom: 10px;
}
 header .mepr-form label {
	 display: block;
	 margin-bottom: 5px;
}

/* Enhanced Navigation Groups */
.nav-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 4px;
    white-space: nowrap;
}

.nav-divider {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom,
        transparent,
        rgba(0,0,0,0.12) 20%,
        rgba(0,0,0,0.12) 80%,
        transparent
    );
}

/* Exciting Navigation Buttons */
.btn-nav-exciting {
    background: #5f80cf;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 9px 18px;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(5, 112, 192, 0.2);
    white-space: nowrap;
}

.btn-nav-exciting::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn-nav-exciting:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(5, 112, 192, 0.35);
    background: linear-gradient(135deg, #0680D8 0%, #0570C 100%);
}

.btn-nav-exciting:hover::before {
    left: 100%;
}

.btn-nav-exciting:active {
    transform: translateY(0px);
    box-shadow: 0 2px 8px rgba(5, 112, 192, 0.3);
}

/* Featured Button (Tender Tracker) - Using Kurrant Orange */
.btn-nav-featured {
    background: linear-gradient(135deg, #FE844B 0%, #F0570C 100%);
    box-shadow: 0 2px 10px rgba(254, 132, 75, 0.3);
    animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn-nav-featured:hover {
    background: linear-gradient(135deg, #FF9962 0%, #FE844B 100%);
    box-shadow: 0 6px 18px rgba(254, 132, 75, 0.45);
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 2px 10px rgba(254, 132, 75, 0.3);
    }
    50% {
        box-shadow: 0 2px 14px rgba(254, 132, 75, 0.5);
    }
}

/* Mobile Navigation Buttons */
.btn-nav-exciting-mobile {
    background: #5F80CF;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(5, 112, 192, 0.2);
    white-space: nowrap;
}

.btn-nav-exciting-mobile:hover,
.btn-nav-exciting-mobile:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(5, 112, 192, 0.3);
}

.btn-nav-exciting-mobile.btn-nav-featured {
    background: linear-gradient(135deg, #FE844B 0%, #F0570C 100%);
    box-shadow: 0 2px 6px rgba(254, 132, 75, 0.25);
}

.btn-nav-exciting-mobile.btn-nav-featured:hover,
.btn-nav-exciting-mobile.btn-nav-featured:active {
    box-shadow: 0 4px 10px rgba(254, 132, 75, 0.35);
}

.mobile-section {
    padding: 8px 0;
}

/* Enhanced header styling */
#wrapper-navbar .navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.btn-k-orange:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(254, 132, 75, 0.4);
}

/* Search bar focus effect */
.search-wrapper input:focus {
    outline: none;
}

.search-wrapper form:focus-within {
    border-color: #FE844B !important;
    box-shadow: 0 0 0 3px rgba(254, 132, 75, 0.15) !important;
    transition: all 0.3s ease;
}

/* Profile image hover */
#profileDropdown img,
#profileDropdownMobile img {
    transition: transform 0.2s ease;
    border: 2px solid transparent;
}

#profileDropdown:hover img,
#profileDropdownMobile:hover img {
    transform: scale(1.08);
    border-color: rgba(254, 132, 75, 0.3);
}

/* Better spacing and alignment */
.navbar-nav {
    gap: 0;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
    .mobile-section h6 {
        font-size: 11px;
        letter-spacing: 0.6px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .btn-nav-exciting {
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .group-label {
        font-size: 9px;
    }
}
