/* ==========================================================================
   MOBILE NAVIGATION & OVERRIDES
   ========================================================================== */

/* Mobile Menu Toggle States */
.mobile-show li.show a.dropdown-toggle:after {
	content: "\2212" !important;
}

.nav-mobile .dropdown-toggle::after {
	border-top: 0;
}


/* Mobile Navigation Display */
.mobile-no {
	display: none;
}


.navbar .navbar-collapse {
	position: fixed;
	top: 68px;
	right: -280px;
	display: block;
	width: 270px;
	height: 100%;
	margin: 0;
	background-color: #000;
	transition: right 0.35s ease;
	z-index: 999999999999;
}

.navbar .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.navbar .navbar-form {
	float: none;
	padding: 0;
}

.navbar .navbar-nav>li {
	float: none;
	margin-bottom: 0;
	border-bottom: 1px solid #4b4b4b;
	padding: 15px 0 15px;
}

.navbar .navbar-collapse.in {
	right: 0;
}

.navbar-collapse {
	padding-right: 35px !important;
	padding-top: 10px;
	margin-right: 0 !important;
}

.navbar-nav>li {
	float: left;
}



.navbar-nav>li>.dropdown-menu {
	margin-top: 2%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	width: 100%;
	padding-left: 2%;
}


.navbar-inverse .navbar-nav>li>a {
	color: #777;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}


.nav {
	font-weight: 400;
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}


.dropdown-menu {
	min-width: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	/* Hide dropdown by default in mobile menu */
	display: none !important;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0.3s;
}

/* Show dropdown when mobile-active class is present */
.dropdown-menu.mobile-active {
	display: block !important;
	max-height: 1000px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0s;
}

.navbar-nav>li>a {
	padding: 0px !important;
	margin-right: 18px !important;
	font-family: 'Montserrat', sans-serif;
	color: #464955 !important;
	-webkit-font-smoothing: antialiased;
}

.new-toggle {
	position: fixed !important;
	float: right;
	right: 0;
	top: 43px;
}



.fullMenu {
	padding: 4% 0;
	background: rgba(26, 29, 71, .95);
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1;
	/* Hide dropdown menu by default */
	display: none !important;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0.3s;
}

/* Show dropdown menu when mobile-active class is added */
.fullMenu.mobile-active {
	display: block !important;
	max-height: 1000px;
	opacity: 1;
	visibility: visible !important;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0s;
}

.navbar-push {
	padding: 30px 30px;
	margin-left: 0;
	margin-right: 0;
	min-height: 100%;
	background-image: linear-gradient(to right bottom, #1c1a91, #002480, #00276b, #002655, #10243d);
	/* Menu positioning and animation - added for iOS fix */
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 999999 !important;
	transition: transform 0.3s ease-out !important;
	will-change: transform;
	/* Default: hidden off-screen */
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	/* Prevent flash on page load */
	visibility: hidden;
	opacity: 0;
}

.push_menu {
	z-index: 9999 !important;
	float: right;
	height: 41px;
	width: 35px;
}

.push_menu .push-nav {
	transition: all 0.5s ease-out;
	width: 32px;
	height: 41px;
	margin-right: 0px;    
	margin-top: -6px;
}


.mobile-show .navbar-push {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	padding: 30px 40px;
}

.mobile-show .close-button,
.drop-main-menu:hover p::before,
.drop-main-menu p::before {
	display: none;
}

.mobile-show .box-menu-drop,
.mobile-show .list-menu-drop {
	padding-left: 0 !important;
	width: 100%;
}

.mobile-show .navbar-nav>li>a {
	margin-right: 0px !important;
}

.mobile-show li.dropdown a.dropdown-toggle:after {
	font-family: "FontAwesome";
	text-decoration: inherit;
	font-size: 22px;
	float: right;
	content: '\002B'; /* Plus sign by default */
	font-weight: 400;
	transition: transform 0.3s ease;
}

/* Change to minus sign when dropdown is open */
.mobile-show li.dropdown.open a.dropdown-toggle:after,
.mobile-show li.dropdown a.dropdown-toggle.active:after {
	content: '\2212'; /* Minus sign when open */
}

.mobile-show .entypo-dot {
	display: none !important;
}

.mobile-show .navigation-close {
	top: 15px !important;
	right: 20px !important;
	display: block;
}

ul.nav.navbar-nav {
	width: 50%;
	margin: 0 auto !important;
	display: block;
}

.mobile-show .navbar-push .nav>li>a {
	font-size: 16px !important;
	color: #fff !important;
	text-transform: uppercase;
}

.mobile-show .navbar-push .nav>li>a:hover {
	color: #2169c4 !important;
}

.mobile-show .navbar-push .drop-main-menu p {
	font-size: 12px;
	padding: 6px 0 12px;
}

.mobile-show .fullMenu {
	padding: 0px;
	position: inherit;
	height: auto;
	width: auto;
	padding-left: 5%;
	overflow: hidden;
	background-image: linear-gradient(to right top, #0f3978, #003482, #002d8a, #002491, #0a1796);
	border-radius: 6px;
	/* Hide dropdown by default */
	display: none !important;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0.3s;
}

/* Show dropdown when mobile-active class is present */
.mobile-show .fullMenu.mobile-active {
	display: block !important;
	max-height: 1000px !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, visibility 0s 0s;
}

.mobile-show .drop-main-menu {
	border-radius: 0px;
	opacity: 1 !important;
	background: transparent !important;
	margin-right: 0px;
	margin-bottom: 0;
	display: inline-block;
	min-height: inherit;
	width: 100% !important;
	border-bottom: 1px solid #fefefe0d !important;
	padding: 9px;
	color: #1976d2 !important;
}

.mobile-show .nav.navbar-nav.navbar-right li.dropdown a:hover {
	background: transparent;
	transform: inherit !important;
}

.mobile-show .navbar .navbar-nav>li {
	float: left;
	margin-bottom: 0;
	border-bottom: 1px dotted #1e407a94;
	padding: 14px 0;
	width: 100%;
}

.navigation-close {
	top: 30px !important;
	right: 25px !important;
	z-index: 0 !important;
	display: block !important;
}

.nav>li>a {
	padding: 10px 4px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	font-weight: 700;
	margin-right: 10px;
}

.close-button {
	background: url(https://vutruso.com/wp-content/uploads/2020/11/close-1.svg) no-repeat;
	background-size: cover;
	height: 25px;
	width: 25px;
	border: 0px;
	position: absolute;
	right: 0;
	z-index: 99999;
	margin: 0;
	top: -30px;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
	-moz-transition: -moz-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
	transition: transform 0.3s cubic-bezier(0.455, 0.03, 0, 1);
}

.close-button:hover,
.close-button:focus {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	border: 0px;
	outline: none;
}

.drop-main-menu {
	background: #4a4f74;
	margin-Right: 0px;
	padding: 13px;
	margin-bottom: 14px;
	transition-duration: 0.3s;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	border-radius: 4px;
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	display: block;
	min-height: 142px;
}

.drop-main-menu:hover {
	background: #fff;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.drop-main-menu:hover p {
	color: #df1f48;
}

.drop-main-menu p {
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	color: #d4dce6;
	line-height: normal;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0;
	text-transform: capitalize;
}

.drop-main-menu p::before {
	background: #fff;
	-webkit-transition: width 0.2s;
	-o-transition: width 0.2s;
	-ms-transition: width 0.2s;
	transition: width 0.2s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: 2px;
	content: '';
	top: auto;
}

.drop-main-menu:hover p::before {
	width: 80%;
	background: #df1f48;
}

.nav.navbar-nav.navbar-right li.dropdown a:hover {
	color: #1976d2 !important;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Tablet and Below - 1394px */
@media only screen and (max-width: 1394px) {
	.navbar .navbar-toggle {
		display: block !important;
		border: none;
	}

	.navbar .navbar-nav>li {
		float: none;
		margin-bottom: 0;
		border-bottom: 1px solid #4b4b4b;
		padding: 15px 0 15px;
	}

	.nav {
		display: block;
	}

	.navbar-nav>li>a {
		color: #fff !important;
		padding: 10px 30px;
	}

	.navbar-nav>li {
		float: left;
	}
}

/* Small Tablet - 1200px */
@media only screen and (max-width: 1200px) {

	.close-button,
	.drop-main-menu:hover p::before,
	.drop-main-menu p::before {
		display: none;
	}

	.box-menu-drop,
	.list-menu-drop {
		width: 100%;
		float: left;
	}

	.drop-main-menu {
		background: transparent;
		margin-Right: 0px;
		padding: 15px;
		margin-bottom: 0;
		display: inline-block;
		min-height: inherit;
		width: 220px;
	}

	.drop-main-menu p {
		font-size: 14px;
	}

	.fullMenu {
		padding: 0px;
		background: transparent;
		position: inherit;
		height: auto;
		width: auto;
		/* Hide by default, show only when mobile-active */
		display: none !important;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
	}
	
	.fullMenu.mobile-active {
		display: block !important;
		max-height: 1000px !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.fullMenu .container {
		width: 100%;
	}

	.navbar-inverse .navbar-toggle {
		border-color: transparent !important;
	}

	.navbar {
		margin-bottom: 0;
	}
}

/* Tablet Portrait - 1024px */
@media only screen and (max-width: 1024px) {
	.mobile-show .push-nav ul.nav.navbar-nav {
		width: 100%;
		margin-top: 25px;
	}
}

/* Mobile - 767px */
@media only screen and (max-width: 767px) {
	.entypo-dot {
		display: inline-block !important;
	}

	.woocommerce-cart .cart-empty {
		font-size: 1em;
	}

}


/* ==========================================================================
   iOS TOUCH IMPROVEMENTS
   ========================================================================== */

/* Touch-friendly CSS for interactive elements */
.navbar-toggle,
.close-button,
.navigation-close,
#mobile_close_button {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
}

/* Ensure minimum touch target size for iOS (44x44px) */
.navbar-toggle {
	min-width: 44px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Icon bars should not interfere with touch events */
.navbar-toggle .icon-bar {
	pointer-events: none;
}

/* GPU-accelerated menu animations - iOS fix */
/* Active state: menu visible on screen - ONLY when .in class is present */
.navbar-push.in,
.navbar-push-left.in,
.mobile-show .navbar-push.in,
.mobile-show .navbar-push-left.in {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Canvas push effect with GPU acceleration */
.push-canvas {
	transition: transform 0.3s ease-out;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.push-canvas.pushed-left {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}

/* Body scroll lock when menu is open */
body.menu-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}

/* Overlay backdrop for closing menu */
.push-canvas.pushed-left::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

/* iOS-specific optimizations */
@supports (-webkit-touch-callout: none) {

	/* iOS Safari specific styles */
	.navbar-toggle {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
	}

	.navbar-push {
		-webkit-overflow-scrolling: touch;
	}

	/* Optimize animations for iOS */
	.navbar-push,
	.push-canvas {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
}

/* Remove will-change after animation completes for better performance */
.navbar-push.in,
.push-canvas.pushed-left {
	will-change: auto;
}