@media only screen and (max-width: 1024px) {
	#site-footer {
		background-size: 300px;
	}
	
	.content-bottom-widgets .widget.widget_media_image img[src$=".svg"] {
		width: 50px;
	}
	.site-footer .content-bottom-widgets .content-bottom-aside-wrap aside {
		padding-top: 50px;
	}
	.content-bottom-inner {
		border-bottom: 0px solid rgba(255,255,255,.15);
		padding-bottom: 50px;
		margin-bottom: 40px
	}
	
	.site-footer .footer-copyright .copyright-bar {
		padding: 20px 0 0;
	}
}
/* Hide old theme mobile/off-canvas menu */
.off-canvas-wrap,
.off-canvas-toggle,
.menu-sliding {
  display: none !important;
}

/* Optional: hide any leftover mobile nav from theme */
.main-navigation,
.mobile-navigation {
  display: none !important;
}


/* Clean smaller centered button */
.rmp-menu a[href*="dashboard.kavachtechnologies"] {
  display: block !important;
  width: 65% !important;
  margin: 10px auto !important;
  padding: 10px 12px !important;
  background-color: #e60000 !important;
  color: #ffffff !important;
  text-align: center !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

/* Remove icon spacing */
.rmp-menu a[href*="dashboard.kavachtechnologies"] i {
  display: none !important;
}

/* Hide popup box from homepage*/
div[style*="max-width:650px"] {
  display: none !important;
}

/* Remove overlay blocking clicks */
body,
html {
  overflow: auto !important;
}

/* Kill overlay layers */
body::before,
body::after {
  display: none !important;
}

/* Enable clicking everywhere */
body * {
  pointer-events: auto !important;
}

/* Specifically remove any full-screen blocking div */
div[style*="position: fixed"][style*="top: 0"] {
  display: none !important;
}

/* Make the menu link a solid orange button */
.menu-item a:has(.login-btn) {
    color: #FFFFFF !important; /* White text */
    background-color: #F65800 !important; /* Kavach Orange background */
    padding: 10px 20px;
    border-radius: 6px;
    transition: background-color 0.3s ease; /* Smooth transition for hover */
}

/* Ensure the icon itself also turns white */
.menu-item a:has(.login-btn) .login-btn {
    color: #FFFFFF !important;
}
