@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;
}

.live-badge-wrap {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1px solid #1e4fc7;
  box-shadow: 0 0 14px rgba(30, 80, 200, 0.4),
              inset 0 0 12px rgba(30, 80, 200, 0.1);
  background: rgba(10, 20, 50, 0.65);
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #6aaeff;
  white-space: nowrap;
}

.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
  flex-shrink: 0;
  animation: liveblink 1.4s ease-in-out infinite;
}

@keyframes liveblink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.25; }
}
